body{ padding: 0px; margin: 0px; list-style: none; font: normal 14px/18px 'Lato', sans-serif; color:#000; background: #fff; }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none !important; text-decoration: none !important;}
ul{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1, h2, h3, h4, h5, h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-input-placeholder { opacity: 1; }
input[type="text"]::-moz-input-placeholder { opacity: 1; }
input[type="search"]::-webkit-input-placeholder { opacity: 1; }
input[type="search"]::-moz-input-placeholder { opacity: 1; }
input[type="email"]::-webkit-input-placeholder { opacity: 1; }
input[type="email"]::-moz-input-placeholder { opacity: 1; }
input[type="tel"]::-webkit-input-placeholder { opacity: 1; }
input[type="tel"]::-moz-input-placeholder { opacity: 1; }
textarea::-moz-input-placeholder { opacity: 1; }
textarea::-webkit-input-placeholder { opacity: 1; }
a:hover{ outline: none !important; text-decoration: none !important;}
a:active{ outline: none !important;text-decoration: none !important;}

input{outline: none !important;}
textarea{outline: none !important;}


/*font-family: 'Roboto', sans-serif;*/

@font-face {
    font-family: 'BanglaSangamMN';
    src: url('../fonts/BanglaSangamMN.eot');
    src: url('../fonts/BanglaSangamMN.eot') format('embedded-opentype'),
         url('../fonts/BanglaSangamMN.woff2') format('woff2'),
         url('../fonts/BanglaSangamMN.woff') format('woff'),
         url('../fonts/BanglaSangamMN.ttf') format('truetype'),
         url('../fonts/BanglaSangamMN.svg#BanglaSangamMN') format('svg');
}


@font-face {
    font-family: 'helveticaneueheavy';
    src: url('../helvetica-neue-heavy-1361522102-webfont.eot');
    src: url('../helvetica-neue-heavy-1361522102-webfont.eot?#iefix') format('embedded-opentype'),
         url('../helvetica-neue-heavy-1361522102-webfont.woff2') format('woff2'),
         url('../helvetica-neue-heavy-1361522102-webfont.woff') format('woff'),
         url('../helvetica-neue-heavy-1361522102-webfont.ttf') format('truetype'),
         url('../helvetica-neue-heavy-1361522102-webfont.svg#helveticaneueheavy') format('svg');
    font-weight: normal;
    font-style: normal;

}


.wrapper{ width: 100%;}


/*header-sec*/
.header-sec{width: 100%; border-top: 3px solid #01ab91;}
.hder-top{width: 100%; background: #164398; display: inline-block;}
.hdr-top-inr{width: 100%;}
.hdr-info{width: auto; float: right;}
.hder-top ul{float: left;}
.hdr-sos{width: auto; float: left; padding: 12px 0;}
.hdr-sos ul li{float: left; padding: 0 5px;}
.hdr-info ul li:first-child a{ font: normal 14px/20px 'BanglaSangamMN';  }
.hdr-info ul li a{color: #fff; display: inline-block;}
.hdr-info ul li{float: left; color: #fff;}
.hdr-info ul li:first-child {display: inline-block; padding-left: 23px !important; background: url(../images/msg.png) no-repeat left center; margin-right: 12px;
padding: 10px 0;}
.hdr-info ul li:last-child{font: 700 16px/20px 'Roboto', sans-serif; }
.hdr-info ul li:last-child{ text-transform: uppercase;}
.hdr-info ul li:last-child a{padding: 10px 12px 13px 20px; background: #01ab91;}
.hdr-info ul li:last-child span{padding-left: 17px; display: inline-block; background: url(../images/tel.png) no-repeat left center;}



.hder-btm{width: 100%; padding: 16px 0;}
.hdr-btm-inr{width: 100%;}
.top-nav{background: none !important; margin: 0px; padding: 0px; border: 0px; border-radius: 0px; line-height: auto; min-height: auto; height: auto;}
.navbar-brand{margin: 0px; padding: 0px; min-height: auto; height: auto; width:auto;}
.navbar-brand img{ max-width:100%;}
.menu-sec ul li{font: 400 16px/20px 'Roboto', sans-serif; padding: 0 18px; text-transform: uppercase;}
.menu-sec ul li a{color: #666666 !important; padding: 5px 3px !important; position: relative;}
.menu-sec ul li a:before{position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background: #01ab91; content: ""; 
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;}
.menu-sec ul li.actv a:before{width: 100%;}
.menu-sec ul li a:hover:before{width: 100%;}
.menu-sec{justify-content: flex-end; padding-right: 90px;}
.hdr-rt-img{position: absolute; top: 0; right: 0;}
.hdr-rt-img img{max-width: 100%;}



/*banner-sec*/
.banner-sec{width: 100%; position: relative;}
.banner-img{width: 100%;}
.banner-img img{max-width: 100%; width: 100%; height: 655px; object-fit: cover;}
.banner-img .overly{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,0.50);}
.bnr-txt-inr{width: 100%; position: relative;}
.bnr-txt{width: 100%; position: absolute; top: 50%; left: 0; 
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);}
.bnr-txt-inr span{color: #fff; font: 300 60px/70px 'Roboto', sans-serif; text-transform: uppercase; }
.bnr-txt-inr ins{text-decoration: inherit; letter-spacing: 12px;}
.bnr-txt-inr b{color: #01ab91; font-weight: 700; display: inline-block;}
.bnr-txt-inr em{color: #009ada; font-weight: 700; font-style: normal;}
.bnr-txt-inr p{color: #fff; font: 500 34px/40px 'Roboto', sans-serif; font-style: italic; text-transform: uppercase; padding-top: 10px;}
.bnr-txt-inr ul{display: inline-block; padding-top: 20px;}
.bnr-txt-inr ul li{padding: 0 9px; float: left;}
.bnr-txt-inr ul li a{display: inline-block; height: 50px; font: 700 16px/48px 'Roboto', sans-serif; padding: 0 18px; border: 1px solid #fff;
color: #fff; text-transform: uppercase; }
.bnr-txt-inr ul li a:hover{ border:1px solid #fff; background:#fff; color:#009ada;}
.bnr-txt-inr ul li:first-child a{background: #009ada; border-color: transparent;}
.bnr-txt-inr ul li:first-child a:hover{ border:1px solid #009ada; background:#fff; color:#009ada;}
.bnr-txt-inr ul li:last-child a:hover{ border:none; background:none; }
.bnr-txt-inr ul li img{width: auto; max-width: auto; height: auto; object-fit: inherit;}
.bnr-txt-inr ul li:last-child a{padding: 0px; border: 0px;}
.banner-sec .carousel-indicators .active{background: url(../images/indic-actv.png) no-repeat 0 0 !important; width: 15px; height: 15px; border: 0px;}
.banner-sec .carousel-indicators li{background: url(../images/indic.png) no-repeat 0 0 !important; width: 15px; height: 15px; border: 0px;
opacity: 1;}

.bnr-aps-img{position: absolute; top: 28px; right: 0; z-index: 999;}
.bnr-aps-img img{max-width: 100%; height: auto; width: 500px; object-fit: cover;}
.banner-sec .carousel-indicators {bottom: 70px;}


/*engines-sec*/
.engines-sec{padding: 60px 0 90px 0px; width: 100%; display: inline-block;}
.top-hding{width: 100%; text-align: center; padding-bottom: 15px;}
.top-hding h1, .top-hding h2, .top-hding h3{text-transform: uppercase; color: #222222; font: 700 36px/40px 'Roboto', sans-serif;}
.top-hding p{color: #666666; font: 400 18px/24px 'Roboto', sans-serif; padding-top: 19px;}
.engin-box{width: 100%; text-align: center; margin-top: 60px;}
.engin-top{width: 100%; border: 1px solid #cccccc; padding: 18px 15px;}
.engin-tp-txt{width: 100%; }
.engin-img{width: 100% !important; text-align:center; margin-top: 15px; }
.engin-img img{ max-width: 100% !important; margin: 0 auto; width: auto !important;}
.engin-tp-txt strong{width: 100%; display: inline-block; color: #164398; font: 700 18px/24px 'Roboto', sans-serif; text-transform: uppercase;}
.tp_ixi_btm{ width:100%; display:inline-block; padding-top: 5px;}
.tp_ixi_btm li{ display:inline-block; color: #666666; font: 300 16px/20px 'Roboto', sans-serif; background:url(../images/line.png) no-repeat right top 4px; padding: 0px 7px 0px 3px;}
.tp_ixi_btm li:last-child{ background:none;}
.engin-img img{width: 100%; max-width: 100%;}
.engin-btm{width: 100%; padding: 13px 24px;}
.engin-btm p{color: #444444; font: 400 17px/24px 'Roboto', sans-serif;}
.engin-btm a.btn-txt{width: 240px; height: 40px; display: inline-block; font: 700 14px/40px 'Roboto', sans-serif; background: #009ada; color: #fff;
margin-top: 18px; text-transform: uppercase; border:1px solid transparent;}
.engin-btm a.btn-txt:hover{ border:1px solid #009ada; background:#fff; color:#009ada;}
.engines-slid{width: 100%;}
.engines-sec .owl-theme .owl-nav [class*="owl-"]{ background: none; display:none;}
.engines-sec .owl-theme .owl-dots .owl-dot.active span{background: url(../images/indic-actv.png) no-repeat 0 0 !important; width: 15px; height: 15px; border: 0px;}
.engines-sec .owl-theme .owl-dots .owl-dot span{background: url(../images/indic1.png) no-repeat 0 0 !important; width: 15px; height: 15px; border: 0px;
opacity: 1;}
.engines-sec .owl-theme .owl-nav { margin-top: 40px; }

.best_in_class_sec{ width:100%; display:inline-block; background:#f5f5f5; padding:90px 0px;}
.inn_best_in_class{ width:100%; display:inline-block;}
.inn_best_in_class_box{ width:100%; display:inline-block;}
.inn_best_in_class_box h3{ color:#222222;  font: 700 34px/42px 'Roboto', sans-serif; text-transform:uppercase;}
.inn_best_in_class_box p{ color:#666666;  font: 400 18px/24px 'Roboto', sans-serif; padding-top:20px;}


.media_boxes{ width:100%; display:inline-block; margin-top:15px;}
.media_boxes .media .media-body h4{ color:#009ada; font: 700 20px/36px 'Roboto', sans-serif;}
.media_boxes .media .media-body p{ color:#666666; font: 400 16px/24px 'Roboto', sans-serif;}
.media_boxes .media{ border-bottom:1px solid #e3e3e3;}

.rt_boxes{ width:100%; display:inline-block;}
.border_rt_boxes{ width:85%; float:right; height:700px; border:2px solid #23408f; margin-top: 10px;}
.pic1_box{ width:100%; display:inline-block; margin-left:-80px; margin-top:30px;}
.pic1_box img{ width:100%; border:5px solid #f5f5f5;}
.pic2_box{ width:100%; display:inline-block; margin-top:-80px; margin-left:-40px;}
.pic2_box img{ width:100%; border-top:5px solid #f5f5f5; border-left:5px solid #f5f5f5;}

.cont_sec{ width:100%; display:inline-block; background:url(../images/cont-ban.jpg) no-repeat; background-size:cover; padding:90px 0px; text-align:center;}
.cont_sec h2{ color:#fff; font: 700 60px/64px 'Roboto', sans-serif;}
.cont_sec p{ color:#fff; font: 400 24px/32px 'Roboto', sans-serif; padding-top:30px;}
.cont_sec .cont_btn{ color:#fff; font: 700 20px/32px 'Roboto', sans-serif; border:2px solid #fff; padding:8px 30px; text-transform:uppercase; display:inline-block; margin-top:35px;}
.cont_sec .cont_btn:hover{ background:#fff; color:#1ab39b;}


.icon_sec{ width:100%; display:inline-block; padding:90px 0px;}
.inn_icon_sec_boxes{ width:100%; display:inline-block;}
.inn_icon_sec_box{ width:100%; display:inline-block;}
.icon_sec_pic{ width:90px; margin:0 auto;}
.icon_sec_pic img{ max-width:100%;}
.icon_sec_txt{ width:100%; display:inline-block; text-align:center;}
.icon_sec_txt h4{ color:#009ada;  font: 700 20px/24px 'Roboto', sans-serif; padding-top: 20px; }
.icon_sec_txt p{ color:#666666;  font: 400 16px/24px 'Roboto', sans-serif; padding-top:10px; }
.icon_sec_txt .lrnmore{ color:#009ada; text-transform:uppercase; border:1px solid #009ada; padding:8px 15px; display:inline-block; margin-top:25px; font: 600 14px/24px 'Roboto', sans-serif;}
.icon_sec_txt .lrnmore:hover{ background:#009ada; color:#fff;}

.footer_sec{ width:100%; background:#222222; }
.inn_footer_top_sec{ width:100%; padding:35px 0px 30px 0px;}
.top_footer{ width:100%; display:inline-block; text-align:center;}
.top_footer .foot_menu{ width:100%; display:inline-block;}
.top_footer .foot_menu li{ display:inline-block; padding:0px 30px; position:relative;}
.top_footer .foot_menu li a{ color:#fff;  font: 400 16px/24px 'Roboto', sans-serif;}
.top_footer .foot_menu li:after{ width:15px; height:15px; position:absolute; right: -7px; top:0; content:'::'; color:#fff;  font: 400 16px/24px 'Roboto', sans-serif;}
.top_footer .foot_menu li:last-child:after{ display:none;}
.top_footer .foot_menu li a:hover{  color:#009ada;}
.social_link{ width:100%; display:inline-block; text-align:center; margin-top:15px; padding:0px;}
.social_link ul{ width:100%; display:inline-block;}
.social_link ul li{ float:none; display:inline-block;}
.inn_bottom_footer_sec{ width:100%; background:url(../images/border.png) no-repeat; background-position:center top;}
.inn_bottom_footer_sec ul{ width:100%; display:inline-block; text-align:center; padding:30px 0px;}
.inn_bottom_footer_sec ul li{ color:#fff;  font: 400 14px/24px 'Roboto', sans-serif; display:inline-block; position:relative; padding:0px 7px;}
.inn_bottom_footer_sec ul li a{ color:#fff;}
.inn_bottom_footer_sec ul li a:hover{ color:#009ada;}
.inn_bottom_footer_sec ul li span{ color:#009ada;}
.inn_bottom_footer_sec ul li:after{ width:2px; height:14px; position:absolute; right: -2px; top:0; content:'|';}
.inn_bottom_footer_sec ul li:last-child:after{ display:none;}


/*engines-page*/
.inner_banner_sec .banner-img img {  height:463px; }
.inn_heading_img{ width:186px; margin:0 auto; margin-top: 50px;}
.inn_heading_img img{ max-width:100%;}
.eng-sec{padding: 50px 0 50px 0px; width: 100%; display: inline-block; }
.eng-sec .engin-box{width: 100%; text-align: center; display: inline-block;  border: 1px solid #cccccc; padding:25px; margin-top: 40px;}
.eng-sec .engin-img{width: 50% !important; text-align:center; margin-top:0px; float:left; }
.eng-sec .engin-img img{ max-width: 100% !important; margin: 0 auto; width: auto !important;}
.eng-sec .engin-btm{width: 50%; padding:0px; float:right; text-align: left;}
.eng-sec .engin-btm p{color: #444444; font: 400 15px/24px 'Roboto', sans-serif; padding-top:20px;}
.eng-sec .engin-tp-txt{width: 100%; }
.eng-sec .engin-tp-txt strong{width: 100%; display: inline-block; color: #164398; font: 700 18px/24px 'Roboto', sans-serif; text-transform: uppercase;}
.eng-sec .tp_ixi_btm{ width:100%; display:inline-block; padding-top: 5px;}
.eng-sec .tp_ixi_btm li{ display:inline-block; color: #666666; font: 300 16px/20px 'Roboto', sans-serif; background:url(../images/line.png) no-repeat right top 4px; padding: 0px 7px 0px 3px;}
.eng-sec .tp_ixi_btm li:last-child{ background:none;}
.eng-sec .engin-btm a.btn-txt{width: 240px; height: 40px; display: inline-block; font: 700 14px/40px 'Roboto', sans-serif; background: #009ada; color: #fff;
margin-top: 18px; text-transform: uppercase; border:1px solid transparent; text-align:center;}
.eng-sec .engin-btm a.btn-txt:hover{ border:1px solid #009ada; background:#fff; color:#009ada;}
.eng-sec .item{ padding-right:1px;}
.eng-sec .owl-theme .owl-nav { background: none; display:none;}
.eng-sec .owl-theme .owl-dots{ margin-top:40px;}
.eng-sec .owl-theme .owl-dots .owl-dot.active span{background: url(../images/indic-actv.png) no-repeat 0 0 !important; width: 15px; height: 15px; border: 0px;}
.eng-sec .owl-theme .owl-dots .owl-dot span{background: url(../images/indic1.png) no-repeat 0 0 !important; width: 15px; height: 15px; border: 0px;
opacity: 1;}

/*accessories*/
.acce_box{ width:100%; display:inline-block; border:1px solid #cccccc; margin-top:50px; padding:25px;}
.accinn_box{ width:100%; display:inline-block; text-align:center;}
.accinn_box img{ max-width:100%;}


/*contact-sec*/
.contact-inform{width: 100%; }
.location-pnel{width: 100%; background: #164398; display: inline-block; padding: 10px 15px; margin: 50px 0 37px;}
.loc-hed{width: auto; float: left; }
.loc-hed h3{color: #fff; font: 700 24px/30px 'Roboto', sans-serif; text-transform: uppercase; padding: 5px 0;}
.loc-src{width: auto; float: right; }
.loc-src ul li{padding: 0 15px; float: left;}
.loc-src ul li input[type="text"]{width: 300px; height: 40px; padding: 0 13px; background: #eeeeee; color: #666666; font: 400 15px/40px 'Roboto', sans-serif;
border: 0px; outline: none;}
.loc-src ul li input[type="submit"]{width: 120px; height: 40px; font: 500 15px/40px 'Roboto', sans-serif; text-transform: uppercase; color: #fff;
background: #01ab91 url(../images/src-icn.png) no-repeat right 20px center; border: 0px; outline: none; text-align: left; padding: 0 18px;}

.loc-src ul li a.use-loc{width: 190px; height: 40px; font: 500 15px/40px 'Roboto', sans-serif; text-transform: uppercase; color: #fff;
background: #456ebb url(../images/loc.png) no-repeat right 20px center; border: 0px; outline: none; text-align: left; padding: 0 18px; 
display: inline-block;}

.inform-lft{width: 100%; display: inline-block;}
.inform-box{width: 100%; border: 1px solid #cccccc; padding: 0 17px 26px; position: relative;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out; margin-top: 20px;}
.inform-box .media-body strong{width: 100%; display: inline-block; color: #01ab91; font: 500 20px/25px 'Roboto', sans-serif; }
.inform-box .media-body span{color: #333333; font: 400 18px/26px 'Roboto', sans-serif; display: inline-block; padding-top: 5px; width: 100%;}
.inform-box .media{padding-top: 20px;}
.inform-box .media-body span a{color: #333333;}
.inform-box .media-body a.view{color: #0099ff; font: 400 14px/20px 'Roboto', sans-serif; display: inline-block; margin-top: 15px;
text-decoration: underline !important; }
.inform-box a.aps-link{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.inform-box:hover{background: #eeeeee;}
.inform-lft .inform-box:first-child{margin: 0px;}

.map-rt{width: 100%;}
.map-rt iframe{width: 100%; border: 0px; height: 550px;}


.messege-sec{width: 100%; padding-bottom: 100px; }
.messege-pnel{width: 700px; margin: 0 auto; border: 1px solid #eeeeee; 
-webkit-box-shadow: 0 0 50px 0px rgba(0,0,0,0.06);
-moz-box-shadow: 0 0 50px 0px rgba(0,0,0,0.06);
box-shadow: 0 0 50px 0px rgba(0,0,0,0.06); padding: 30px 26px 35px;}


.mesg-box{width: 100%; display: inline-block; padding-top: 12px;}
.mesg-box label{width: 100%; color: #444444; font: 500 14px/20px 'Roboto', sans-serif; width: 100%;}
.mesg-box select, .mesg-box input[type="text"], .mesg-box input[type="email"], .mesg-box input[type="tel"], .mesg-box textarea{ width: 100%; height: 50px; padding: 0 10px; color: #999999; font: 400 14px/48px 'Roboto', sans-serif;
border: 1px solid #cecece; outline: none;}

.mesg-box select{-webkit-appearance: none; background: url(../images/caret.png) no-repeat right 20px center;}

.mesg-box textarea::placeholder, .mesg-box select::placeholder, .mesg-box input[type="text"]::placeholder, .mesg-box input[type="email"]::placeholder, .mesg-box input[type="tel"]::placeholder{opacity: 1; color: #999999;}

.mesg-box textarea{-webkit-appearance: none; height: 180px; resize: none; line-height: 20px; padding: 15px 10px;}

.mesg-box input[type=radio] {  display:none;  margin:10px;}
.mesg-box input[type=radio] + label {float: left; width: auto; background: url(../images/chek.png) no-repeat left center; padding: 0 20px;}
.mesg-box input[type=radio]:checked + label {float: left; width: auto; background: url(../images/chek2.png) no-repeat left center; padding: 0 20px;}

.mesg-box img{max-width: 100%; }
.mesg-box input[type="submit"]{width: 150px; height: 50px; text-align: center; color: #fff; background: #0099ff; border: 0px; outline: none;
font: normal 20px/50px 'helveticaneueheavy'; }
.mesg-box.btm{text-align: center; padding-top: 20px;}


/*services-sec*/
.services-sec{width: 100%; padding-bottom: 50px; display: inline-block; padding-top: 40px;}
.servc-lft h3{color: #164398; font: 700 30px/35px 'Roboto', sans-serif;}
.servc-lft h4{color: #666666; font: 700 20px/24px 'Roboto', sans-serif; background: url(../images/right.png) no-repeat left center; padding-left: 25px;
margin-top: 27px;}
.servc-lft p{color: #666666; font: 400 18px/24px 'Roboto', sans-serif; padding-top: 20px; text-align: justify;}
.servc-lft a.state-btn{color: #009ada; font: 700 14px/50px 'Roboto', sans-serif; text-transform: uppercase; height: 50px; border: 1px solid #009ada;
display: inline-block; margin-top: 28px; padding: 0 15px; margin-bottom: 15px;}
.servc-lft a.state-btn span{display: inline-block; padding-right: 30px !important; background: url(../images/pdf.png) no-repeat right center;
font: inherit;padding: 0px;color: inherit;}
.servc-lft span{width: 100%; display: inline-block; font: 400 16px/20px 'Roboto', sans-serif; color: #666666; padding-top: 15px;}
.servc-lft span a{color: #164398;}


.servc-lft{width: 100%;}
.servc-lft .rt_boxes{width: 500px;float: right;padding-left: 120px; padding-bottom: 25px;}
.servc-lft .border_rt_boxes{width: 100%; height: 550px;}
.servc-lft .pic1_box img { position: relative;}











@media (min-width: 768px) and (max-width: 5000px) {
.main_head_in .dropdown .dropdown-menu { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;
    -o-transition: all 0.3s;transition: all 0.3s; max-height: 0; display: block; opacity: 0;visibility: hidden; }

.main_head_in .dropdown:hover .dropdown-menu {max-height: 300px;opacity: 1; visibility: visible; }

} 




  
  
  
@media (min-width: 992px) and (max-width: 1199px) {


.menu-sec ul li {  padding: 0 10px; font-size:15px; }
.hdr-rt-img { width: 90px; }
.hdr-info ul li:last-child { font-size:14px; line-height:19px; }
.bnr-txt-inr span { font-size:42px; line-height:52px; }
.bnr-txt-inr p {  font-size: 22px; line-height: 26px; }
.banner-img img { height: 450px; }
.banner-sec .carousel-indicators { bottom: 50px; }
.engines-sec { padding: 60px 0; }
.top-hding h1, .top-hding h2, .top-hding h3 {font-size:30px; line-height:34px; }
.tp_ixi_btm li { font-size:13px; line-height:17px; padding: 0px 7px 0px 2px; }
.engin-btm p {font-size:14px; line-height:22px; }
.engin-btm a.btn-txt {  width: 100%; font-size:13px; }
.inn_best_in_class_box h3 { font-size:28px; line-height:36px; }
.inn_best_in_class_box p { padding-top: 10px; font-size:16px; line-height:22px; }
.media_boxes .media { padding: 10px !important; }
.media_boxes .media .media-body h4 { font-size:17px; line-height:30px; }
.media_boxes .media .media-body p { font-size:14px; line-height:20px;  }
.border_rt_boxes {  height: 575px; }
.cont_sec h2 {font-size:42px; line-height:52px; }
.cont_sec p {font-size:20px; line-height:28px; padding-top: 15px; }
.icon_sec_txt p { font-size:14px; line-height:28px; }

/*engines-page*/
.inner_banner_sec .banner-img img { height: 400px; }
.eng-sec .engin-img { width: 45% !important; }
.eng-sec .engin-btm {  width: 55%; }
.eng-sec .engin-btm a.btn-txt {  width: 100%; }
.eng-sec .tp_ixi_btm li { font-size:15px; line-height:17px; }
.eng-sec .engin-btm p { font-size:13px; line-height:22px; }


/*contact-us*/
.loc-hed h3{font-size: 20px; line-height: 25px; }
.loc-src ul li input[type="submit"]{font-size: 14px;}
.loc-src ul li a.use-loc{font-size: 14px;}
.loc-src ul li { padding: 0 10px;}
.loc-src ul li input[type="text"] { width: 215px; font-size: 14px;}
.inform-box .media-body strong{font-size: 17px; }
.inform-box .media-body span{font-size: 16px;}
.messege-sec { padding-bottom: 70px;}

/*services-sec*/
.servc-lft p{font-size: 16px;}
.servc-lft h3{font-size: 25px; line-height: 30px;}
.servc-lft h4{font-size: 18px;}
.services-sec { padding-bottom: 30px;}





}

 
 
 
@media (min-width: 768px) and (max-width: 991px) {


.menu-sec ul li { padding: 0 5px;  font-size: 12px; }
.menu-sec ul li a { padding: 5px 1px !important; }
.hdr-rt-img { width: 90px; }
.hdr-info ul li:last-child { font-size:14px; line-height:19px; }
.bnr-txt-inr span { font-size: 30px; line-height: 40px; }
.bnr-txt-inr p {  font-size: 18px; line-height: 22px; }
.banner-img img { height: 400px; }
.banner-sec .carousel-indicators { bottom: 50px; }
.engines-sec { padding: 40px 0; }
.top-hding h1, .top-hding h2, .top-hding h3 {font-size:30px; line-height:34px; }
.tp_ixi_btm li { font-size: 10px; line-height: 12px; padding: 0px 5px 0px 1px; background-position:right top 1px; }
.engin-btm p { font-size: 12px; line-height: 20px; }
.engin-btm a.btn-txt {  width: 100%; font-size: 11px; line-height: 35px; height: 35px; }
.inn_best_in_class_box h3 { font-size: 20px; line-height: 28px; }
.inn_best_in_class_box p { padding-top: 5px; font-size: 14px; line-height: 20px; }
.media_boxes .media { padding: 5px !important; }
.media_boxes .media .media-body h4 { font-size: 14px; line-height: 24px; } 
.media_boxes .media .media-body p { font-size: 12px; line-height: 18px;  }
.border_rt_boxes {  height: 405px; }
.cont_sec h2 {font-size: 34px; line-height: 44px; }
.cont_sec p {font-size: 18px; line-height: 24px; padding-top: 15px; }
.icon_sec_txt p { font-size:14px; line-height: 22px;}
.hdr-sos { padding: 7px 0; }
.hdr-info ul li:first-child { padding: 7px 0; }
.hdr-info ul li:last-child a { padding: 7px 12px 10px 20px; }
.navbar-brand {  width: 165px; }
.hder-btm { padding: 10px 0 15px 0px; }
.bnr-txt-inr ul li a { height: 44px; font-size:14px; line-height:42px; padding: 0 10px; }
.bnr-txt-inr ul li {  padding: 0 5px; }
.top-hding p { font-size:16px; line-height:22px; }
.top-hding p br{ display:none;}
.engin-box {  margin-top: 35px; }
.engin-top { padding: 10px 5px; }
.engin-tp-txt strong { font-size:14px; line-height:18px; }
.tp_ixi_btm { padding-top: 2px; }
.engin-btm { padding: 7px; }
.best_in_class_sec { padding: 60px 0px; }
.media_boxes .media .mt-3{ margin-top: .5rem !important; margin-right: .5rem !important; width: 55px;}
.cont_sec {  padding: 40px 0px; }
.cont_sec .cont_btn { font-size:16px; line-height:28px; }
.icon_sec { padding: 40px 0px; }
.icon_sec_txt h4 { font-size:17px; line-height:20px; }
.icon_sec_pic { width: 75px; }



/*engines-page*/
.inner_banner_sec .banner-img img { height: 300px; }
.eng-sec .engin-img { width: 100% !important; }
.eng-sec .engin-btm {  width: 100%; }
.eng-sec .engin-btm a.btn-txt {  width: 100%; }
.eng-sec .tp_ixi_btm li { font-size: 14px; line-height: 16px; }
.eng-sec .engin-btm p { font-size:13px; line-height:22px; padding-top: 10px; }
.eng-sec { padding: 40px 0px; }
.eng-sec .engin-box { padding: 15px; }
.eng-sec .engin-tp-txt strong { font-size:15px; line-height:22px; }


/*contact-us*/
.loc-hed h3{font-size: 20px; line-height: 25px; }
.loc-src ul li input[type="submit"]{font-size: 14px;}
.loc-src ul li a.use-loc{font-size: 14px;}
.loc-src ul li { padding: 0 10px;}
.loc-src ul li input[type="text"] { width: 215px; font-size: 14px;}
.inform-box .media-body strong{font-size: 17px; }
.inform-box .media-body span{font-size: 16px;}
.messege-sec { padding-bottom: 70px;}
.loc-hed{width: 100%; float: left; text-align: center; padding-bottom: 10px;}
.loc-src{width: 100%; float: left; }
.loc-src ul{width: 100%; text-align: center; font-size: 0px;}
.loc-src ul li{float: none; display: inline-block;}
.contact-inform .col-sm-4{max-width: 100%; flex: 0 0 100%;}
.contact-inform .col-sm-8{max-width: 100%; flex: 0 0 100%;}
.inform-lft .inform-box{width: 50%; float: left; margin: 0px;}

.map-rt{padding-top: 25px;}
.map-rt iframe { height: 400px;}
.location-pnel { margin: 30px 0;}

/*services-sec*/
.servc-lft p{font-size: 16px;}
.servc-lft h3{font-size: 25px; line-height: 30px;}
.servc-lft h4{font-size: 18px;}
.services-sec { padding-bottom: 30px;}
.servc-lft .border_rt_boxes { height: 340px;}
.servc-lft .rt_boxes { width: 350px;}



}



@media (min-width: 576px) and (max-width: 767px) {



/*.menu-sec ul li { padding: 0 5px;  font-size: 12px; }
.menu-sec ul li a { padding: 5px 1px !important; }*/
.hdr-rt-img { width: 90px; right: 65px; }
.hdr-info ul li:last-child { font-size:12px; line-height:19px; }
.bnr-txt-inr span { font-size: 26px; line-height: 32px; }
.bnr-txt-inr p {  font-size: 16px; line-height: 20px; }
.banner-img img { height: 320px; }
.banner-sec .carousel-indicators { bottom: 40px; }
.engines-sec { padding: 40px 0; }
.top-hding h1, .top-hding h2, .top-hding h3 {font-size: 24px; line-height: 28px }
.tp_ixi_btm li { font-size: 10px; line-height: 12px; padding: 0px 5px 0px 1px; background-position:right top 1px; }
.engin-btm p { font-size: 12px; line-height: 20px; }
.engin-btm a.btn-txt {  width: 100%; font-size: 11px; line-height: 35px; height: 35px; }
.inn_best_in_class_box h3 { font-size: 20px; line-height: 28px; }
.inn_best_in_class_box p { padding-top: 5px; font-size: 14px; line-height: 20px; }
.media_boxes .media {  padding: 10px 5px !important; }
.media_boxes .media .media-body h4 { font-size: 14px; line-height: 24px; } 
.media_boxes .media .media-body p { font-size: 14px; line-height: 22px;  }
.border_rt_boxes {  height: 655px; }
.cont_sec h2 {font-size: 32px; line-height: 38px; }
.cont_sec p {font-size: 17px; line-height: 22px; padding-top: 15px; }
.cont_sec p br{ display:none;}
.icon_sec_txt p { font-size: 13px; line-height: 19px;}
.hdr-sos { padding: 7px 0; }
.hdr-info ul li:first-child { padding: 7px 0; margin-right: 5px; }
.hdr-info ul li:last-child a { padding: 7px 12px 10px 12px; }
.navbar-brand {  width: 165px; }
.hder-btm { padding: 10px 0 15px 0px; float: left; }
.bnr-txt-inr ul li a { height: 40px; font-size: 12px; line-height: 38px; padding: 0 5px; }
.bnr-txt-inr ul li {  padding: 0 3px; }
.top-hding p { font-size: 14px; line-height: 20px;}
.top-hding p br{ display:none;}
.engin-box { margin-top: 30px; padding-right: 1px; }
.engin-top { padding: 10px 5px; }
.engin-tp-txt strong { font-size:14px; line-height:18px; }
.tp_ixi_btm { padding-top: 2px; }
.engin-btm { padding: 7px; }
.best_in_class_sec { padding: 40px 0px; }
.media_boxes .media .mt-3{ margin-top: .5rem !important; margin-right: .5rem !important; width: 55px;}
.cont_sec {  padding: 40px 0px; }
.cont_sec .cont_btn { font-size:16px; line-height:28px; }
.icon_sec { padding: 40px 0px; }
.icon_sec_txt h4 { font-size: 14px; line-height: 18px; min-height: 65px; }
.icon_sec_pic { width: 60px; }


/*menu*/
.menu-sec {  padding-right: 0px; }
.menu-sec li { margin-left: 0; padding:0px;}
.menu-sec li a { font-size: 14px; line-height: 18px; padding: 8px 10px;}
.navbar-toggler{ border-color:#01ab91 !important; margin: 0 0px 0 0; background:none !important; border-radius:0px !important; padding:5px 8px; font-size:20px;  }
/*.navbar-default .navbar-toggler .navbar-toggler-icon{ background-color: #01ab91; }*/
.drop_arrow{ position:absolute !important; right:0px; top:10px; width:20px !important; padding:0 !important; margin:0 !important; background:none !important; border: none !important; display:block;}
.nav_top.navbar-default .navbar-nav > .open > a, .nav_top.navbar-default .navbar-nav > .open > a:hover, .nav_top.navbar-default .navbar-nav > .open > a:focus{ background:none !important;}
.nav_top .navbar-nav > li > .dropdown-menu{ width: 100%; border-radius: 0px;}
.nav_top .navbar-collapse{ position:absolute; left:0; top:100%; width:100%; background:#ccc; z-index: 99; padding:10px;}
.navbar-light .navbar-toggler-icon{ background:url(../images/menu-icon.png) no-repeat; background-size:100% 100%;}
.menu-sec ul li { padding: 0 0px; font-size:14px; }
/*end menu*/

.hdr-sos ul li { padding: 0 3px; }
.hder-top {  display: block; float: left; }
.banner-sec { float: left; }
.bnr-txt { top: 40%; }
.bnr-txt-inr ins { letter-spacing: 5px; }
.bnr-txt-inr ul { padding-top: 10px; }
.engines-sec .owl-theme .owl-nav {display:none; }
.engines-sec .owl-theme .owl-dots { margin-top: 15px; }
.inn_best_in_class .col-sm-6 {  width: 100%; max-width: 100%; flex: 100%; }
.rt_boxes {  padding-top: 25px; }
.icon_sec_txt .lrnmore { padding: 7px 15px;  margin-top: 20px; font-size:13px; line-height:20px; }
.top_footer .foot_menu li a {  font-size:13px; line-height:20px; }
.top_footer .foot_menu li { padding: 0px 18px; }
.top_footer .foot_menu li::after { top: -3px; }
.inn_footer_top_sec { padding: 30px 0px 20px 0px; }
.inn_bottom_footer_sec ul {  padding: 15px 0px; }
.inn_bottom_footer_sec ul li { font-size:11px; line-height:18px; }



/*engines-page*/
.inner_banner_sec .banner-img img { height: 300px; }
.eng-sec .engin-img { width: 100% !important; }
.eng-sec .engin-btm {  width: 100%; }
.eng-sec .engin-btm a.btn-txt {  width: 100%; }
.eng-sec .tp_ixi_btm li { font-size: 14px; line-height: 16px; }
.eng-sec .engin-btm p { font-size:13px; line-height:22px; padding-top: 10px; }
.eng-sec { padding: 40px 0px; }
.eng-sec .engin-box { padding: 15px; }
.eng-sec .engin-tp-txt strong { font-size:15px; line-height:22px; }
.inn_heading_img { width: 150px; margin-top: 30px; }


/*contact-us*/
.loc-hed h3{font-size: 20px; line-height: 25px; }
.loc-src ul li input[type="submit"]{font-size: 13px; width: 95px; background-position: right 6px center;}
.loc-src ul li a.use-loc{font-size: 13px; width: 170px;}
.loc-src ul li { padding: 0 7px;}
.loc-src ul li input[type="text"] { width: 170px; font-size: 13px;}
.inform-box .media-body span br{display: none;}
.inform-box .media-body strong{font-size: 15px; line-height: 20px;}
.inform-box .media-body span{font-size: 14px; line-height: 22px;}
.messege-sec { padding-bottom: 50px;}
.loc-hed{width: 100%; float: left; text-align: center; padding-bottom: 10px;}
.loc-src{width: 100%; float: left; }
.loc-src ul{width: 100%; text-align: center; font-size: 0px;}
.loc-src ul li{float: none; display: inline-block;}
.contact-inform .col-sm-4{max-width: 100%; flex: 0 0 100%;}
.inform-box .media img{width: 30px;}
.contact-inform .col-sm-8{max-width: 100%; flex: 0 0 100%;}
.inform-lft .inform-box{width: 50%; float: left; margin: 0px; padding: 0 10px 26px;}

.map-rt{padding-top: 25px;}
.map-rt iframe { height: 350px;}
.location-pnel { margin: 30px 0;}
.messege-pnel{width: 100%;}
.mesg-box select, .mesg-box input[type="text"], .mesg-box input[type="email"], .mesg-box input[type="tel"], .mesg-box textarea{height: 40px; line-height: 40px;}
.mesg-box textarea {height: 100px;}

/*services-sec*/
.servc-lft p{font-size: 14px; padding-top: 15px; line-height: 22px;}
.servc-lft h3{font-size: 20px; line-height: 25px;}
.servc-lft h4{font-size: 14px;}
.services-sec { padding-bottom: 30px; padding-top: 30px;}
.servc-lft .border_rt_boxes { height: 272px;}
.servc-lft .rt_boxes { width: 270px; padding-left: 100px; padding-bottom: 20px;}
.servc-lft span{font-size: 14px; padding-top: 10px;}




}
 
@media only screen and (max-width: 575px){



/*.menu-sec ul li { padding: 0 5px;  font-size: 12px; }
.menu-sec ul li a { padding: 5px 1px !important; }*/
.hdr-rt-img { width: 90px; right: 65px; }
.hdr-info ul li:last-child { font-size:12px; line-height:19px; }
.bnr-txt-inr span { font-size: 26px; line-height: 32px; }
.bnr-txt-inr p {  font-size: 16px; line-height: 20px; }
.banner-img img { height: 290px; }
.banner-sec .carousel-indicators { bottom: 40px; }
.engines-sec { padding: 40px 0; }
.top-hding h1, .top-hding h2, .top-hding h3 {font-size: 24px; line-height: 28px }
.tp_ixi_btm li { font-size: 12px; line-height: 14px; padding: 0px 7px 0px 3px; }
.engin-btm p { font-size: 12px; line-height: 20px; }
.engin-btm a.btn-txt {  width: 100%; font-size: 11px; line-height: 35px; height: 35px; }
.inn_best_in_class_box h3 { font-size: 20px; line-height: 28px; }
.inn_best_in_class_box p { padding-top: 5px; font-size: 14px; line-height: 20px; }
.media_boxes .media {  padding: 10px 5px !important; }
.media_boxes .media .media-body h4 { font-size: 14px; line-height: 24px; } 
.media_boxes .media .media-body p { font-size: 13px; line-height: 20px;  }
.border_rt_boxes {  height: inherit; width: 100%; padding: 10px;}
.cont_sec h2 { font-size: 28px; line-height: 34px; }
.cont_sec p {font-size: 15px; line-height: 20px; padding-top: 15px; }
.cont_sec p br{ display:none;}
.icon_sec_txt p { font-size: 14px; line-height: 22px; }
.hdr-sos {  padding: 3px 0;  width: 100%; float: none; text-align: center; }
.hdr-info ul li:first-child { padding: 0px 0 3px 0; margin-right: 5px; }
.hdr-info ul li:last-child a { padding: 0px 12px 3px 12px; background:none; }
.navbar-brand {  width: 165px; }
.hder-btm { padding: 5px 0 5px 0px; float: left; }
.bnr-txt-inr ul li a { height: 40px; font-size: 12px; line-height: 38px; padding: 0 5px; }
.bnr-txt-inr ul li {  padding: 0 3px; }
.top-hding p { font-size: 14px; line-height: 20px;}
.top-hding p br{ display:none;}
.engin-box { margin-top: 30px; padding-right: 1px; }
.engin-top { padding: 10px 5px; }
.engin-tp-txt strong { font-size:14px; line-height:18px; }
.tp_ixi_btm { padding-top: 2px; }
.engin-btm { padding: 7px; }
.best_in_class_sec { padding: 40px 0px; }
.media_boxes .media .mt-3{ margin-top: .5rem !important; margin-right: .5rem !important; width: 55px;}
.cont_sec {  padding: 40px 0px; }
.cont_sec .cont_btn { font-size:16px; line-height:28px; }
.icon_sec { padding: 40px 0px; }
.icon_sec_txt h4 { font-size: 16px; line-height: 22px; min-height: auto; }
.icon_sec_pic { width: 60px; }


/*menu*/
.menu-sec {  padding-right: 0px; }
.menu-sec li { margin-left: 0;}
.menu-sec li a { font-size: 14px; line-height: 18px; padding: 8px 10px;}
.navbar-toggler{ border-color:#01ab91 !important; margin: 0 0px 0 0; background:none !important; border-radius:0px !important; padding:5px 8px; font-size:20px;  }
/*.navbar-default .navbar-toggler .navbar-toggler-icon{ background-color: #01ab91; }*/
.drop_arrow{ position:absolute !important; right:0px; top:10px; width:20px !important; padding:0 !important; margin:0 !important; background:none !important; border: none !important; display:block;}
.nav_top.navbar-default .navbar-nav > .open > a, .nav_top.navbar-default .navbar-nav > .open > a:hover, .nav_top.navbar-default .navbar-nav > .open > a:focus{ background:none !important;}
.nav_top .navbar-nav > li > .dropdown-menu{ width: 100%; border-radius: 0px;}
.nav_top .navbar-collapse{ position:absolute; left:0; top:100%; width:100%; background:#ccc; z-index: 99; padding:10px;}
.navbar-light .navbar-toggler-icon{ background:url(../images/menu-icon.png) no-repeat; background-size:100% 100%;}
.menu-sec ul li { padding: 0 0px; font-size:14px; }
/*end menu*/

.hdr-sos ul li { padding: 0 3px; float: none; display: inline-block; }
.hder-top {  display: block; float: left; }
.banner-sec { float: left; }
.bnr-txt { top: 40%; }
.bnr-txt-inr ins { letter-spacing: 5px; }
.bnr-txt-inr ul { padding-top: 10px; }
.engines-sec .owl-theme .owl-nav {display:none; }
.engines-sec .owl-theme .owl-dots { margin-top: 15px; }
.inn_best_in_class .col-sm-6 {  width: 100%; max-width: 100%; flex: 100%; }
.rt_boxes {  padding-top: 25px; }
.icon_sec_txt .lrnmore { padding: 7px 15px;  margin-top: 20px; font-size:13px; line-height:20px; }
.top_footer .foot_menu li a {  font-size:12px; line-height:20px; }
.top_footer .foot_menu li { padding: 0px 10px; }
.top_footer .foot_menu li::after { top: -3px; }
.inn_footer_top_sec { padding: 30px 0px 20px 0px; }
.inn_bottom_footer_sec ul {  padding: 15px 0px; }
.inn_bottom_footer_sec ul li { font-size:11px; line-height:18px; }
.hder-top ul {  float: none; width: 100%; display: inline-block; text-align: center; }
.hdr-info ul li {  float: none;  width: auto; display: inline-block; }
.hdr-info { width: 100%; }
.pic1_box { margin-left: 0;  margin-top: 0; }
.pic2_box { margin-top: 0; margin-left: 0; }
.pic2_box img { border: 5px solid #f5f5f5; }
.inn_icon_sec_box { padding: 15px; }


/*engines-page*/
.eng-sec .engin-img { width: 100% !important; }
.eng-sec .engin-btm {  width: 100%; }
.eng-sec .engin-btm a.btn-txt {  width: 100%; }
.eng-sec .tp_ixi_btm li { font-size: 14px; line-height: 16px; }
.eng-sec .engin-btm p { font-size:13px; line-height:22px; padding-top: 10px; }
.eng-sec { padding: 20px 0px; }
.eng-sec .engin-box { padding: 15px; }
.eng-sec .engin-tp-txt strong { font-size:15px; line-height:22px; }
.inn_heading_img { width: 150px; margin-top: 30px; }
.eng-sec .owl-theme .owl-dots { margin-top: 10px; }
.inner_banner_sec .banner-img img {  height: 240px; }


/*accessories*/
.acce_box .col-sm-6{ width:50%;}
.acce_box { margin-top: 30px; padding:15px; }


/*contact-us*/
.loc-hed h3{font-size: 20px; line-height: 25px; }
.loc-src ul li input[type="submit"]{font-size: 13px; width: 95px; background-position: right 6px center;}
.loc-src ul li a.use-loc{font-size: 13px; width: 170px;}
.loc-src ul li { padding: 4px;}
.loc-src ul li input[type="text"] { width: 170px; font-size: 13px;}
.inform-box .media-body span br{display: none;}
.inform-box .media-body strong{font-size: 15px; line-height: 20px;}
.inform-box .media-body span{font-size: 14px; line-height: 22px;}
.messege-sec { padding-bottom: 50px;}
.loc-hed{width: 100%; float: left; text-align: center; padding-bottom: 10px;}
.loc-src{width: 100%; float: left; }
.loc-src ul{width: 100%; text-align: center; font-size: 0px;}
.loc-src ul li{float: none; display: inline-block;}
.contact-inform .col-sm-4{max-width: 100%; flex: 0 0 100%;}
.inform-box .media img{width: 30px;}
.contact-inform .col-sm-8{max-width: 100%; flex: 0 0 100%;}
.inform-lft .inform-box{width: 50%; float: left; margin: 0px; padding: 0 10px 26px;}

.map-rt{padding-top: 25px;}
.map-rt iframe { height: 350px;}
.location-pnel { margin: 30px 0;}
.messege-pnel{width: 100%;}
.mesg-box select, .mesg-box input[type="text"], .mesg-box input[type="email"], .mesg-box input[type="tel"], .mesg-box textarea{height: 40px; line-height: 40px;}
.mesg-box textarea {height: 100px; line-height: 20px;}
.mesg-box.capr{text-align: center;}
.inform-lft .inform-box{width: 100%; margin-top: 20px;}
.mesg-box input[type="submit"]{line-height: 40px; height: 40px; font-size: 16px; width: 100px;}


/*services-sec*/
.servc-lft p{font-size: 13px; padding-top: 15px; line-height: 22px;}
.servc-lft h3{font-size: 20px; line-height: 25px;}
.servc-lft h4{font-size: 14px;}
.services-sec { padding-bottom: 30px; padding-top: 30px;}
.servc-lft .border_rt_boxes { height: auto;}
.servc-lft .rt_boxes { width: 100%; padding-left: 0; padding-bottom: 20px;}
.servc-lft span{font-size: 14px; padding-top: 10px;}
.services-sec { padding-top: 0;}





}


@media only screen and (max-width: 440px){


.hdr-info ul li:first-child { padding:0px;  margin-right: 0; }
.hdr-info ul li:last-child a { padding: 0px 0px 3px 0px; }
.navbar-brand { width: 135px; }
.hdr-rt-img { width: 70px; right: 55px; top: 3px; }
.bnr-txt-inr span {  font-size: 20px; line-height: 24px; }
.bnr-txt-inr p { font-size: 14px;  line-height: 16px; }
.bnr-txt-inr ul li a {  height: 35px;  font-size: 11px; line-height: 33px;  padding: 0 3px; }
.top-hding h1, .top-hding h2, .top-hding h3 {  font-size: 22px; line-height: 22px; }
.inn_best_in_class_box h3 { font-size: 16px; line-height: 22px; }
.inn_bottom_footer_sec ul li {  font-size: 10px; line-height: 16px; }
.inn_footer_top_sec { padding: 20px 0px 10px 0px; }
.social_link { margin-top: 8px; }
.inn_bottom_footer_sec ul { padding: 10px 0px; }
.engines-sec .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; background-size: 100% 100% !important; margin: 5px 2px; }
.engines-sec .owl-theme .owl-dots .owl-dot.active span { width: 10px; height: 10px; background-size: 100% 100% !important; margin: 5px 2px; }

/*engines-page*/
.inner_banner_sec .banner-img img {  height: 220px; }
/*accessories*/
.acce_box { margin-top: 20px; padding:10px; }


/*contact-us*/
.loc-hed h3 {font-size: 16px; line-height: 20px;}
.loc-src ul li input[type="text"]{width: 100%;}
.loc-src ul li:first-child{width: 100%;}
.map-rt iframe { height: 300px;}
.mesg-box select{text-overflow: ellipsis; padding: 0 40px 0 12px;}
.location-pnel {margin: 20px 0;}





}




