

body,
html {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-top: 87px
}

ul {
    list-style-type: none
}

.navbar-default {
    background: 0 0;
    border: none
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background: 0 0
}

header {
    border-top: 6px solid #000
}

header .navbar-brand>img {
    border-right: 1px solid #b2b2b2;
    padding-right: 30px
}

.headerContactContainer {
    position: relative
}

header .headerContact {
    background: url(../images/header-contact.png);
    height: 30px;
    width: 300px;
    z-index: 9;
    position: absolute;
    right: 25px;
    background-size: 100% 100%;
    padding: 0;
    text-align: center
}

header .headerContact li {
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 13px;
    font-family: Roboto;
    font-weight: 300;
    padding: 0 9px;
    border-right: 1px solid #7f7f7f;
    line-height: 10px
}

header .headerContact li:last-child {
    border-right: 0
}

header .headerContact li a {
    color: #fff
}

header .headerContact li a.social-icon {
    font-size: 18px
}

header .headerContact li a:hover {
    text-decoration: none;
    color: #02a4ec
}

header .navbar-default .navbar-nav>.active>a,
header .navbar-default .navbar-nav>.active>a:focus,
header .navbar-default .navbar-nav>.active>a:hover {
    color: #02a4ec;
    background: 0 0;
    font-family: Roboto, sans-serif
}

header .navbar-default .navbar-nav>li>a {
    color: #2c2c2c;
    font-size: 14px
}

header .nav>li>a {
    position: relative;
    display: block;
    padding: 0 0;
    padding: 10px 18px
}

header .navbar {
    margin-bottom: 0
}

header .navbar-nav {
    margin-top: 50px
}

.navbar-default .navbar-nav>li>a:hover,
header .navbar-default .navbar-nav>li>a:focus {
    color: #02a4ec;
    transition: all .5s
}

.topProductLinks {
    display: none
}

#mainProductList nav {
    border: 1px solid #000;
    border-bottom: 5px solid #02a4ec;
    border-radius: 0;
    text-align: center
}

#mainProductList .nav>li:after {
    content: "";
    width: 2px;
    background: #020202;
    height: 13px;
    position: absolute;
    top: 19px;
    right: 0
}

#mainProductList .nav>li:last-child:after {
    background: #fff
}

#mainProductList .nav>li>a {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #020202;
    text-transform: uppercase;
    margin: 0 45px;
    padding: 12px 0px 16px 0px; /* top, right, bottom, left */

}

#mainProductList .nav>li>a:hover:after {
    content: "";
    width: 100%;
    background: #e9363a;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 0
}

#mainProductList .navbar {
    z-index: 99;
    background: #fff;
    position: relative;
    margin-bottom: 0
}

#mainProductList .navbar .nav {
    float: none !important;
    display: inline-block;
    margin: 0 auto
}

.tooltip.bottom {
    padding: 15px 0;
    margin-top: 3px
}

.tooltip.bottom .tooltip-inner {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #0a0e21;
    background: #fff;
    opacity: 1;
    text-transform: uppercase;
    padding: 10px 8px;
    text-align: center
}

.tooltip.in {
    opacity: 1
}

.tooltip.bottom .tooltip-arrow {
    top: 3px;
    left: 50%;
    margin-left: -15px;
    border-width: 0 15px 15px;
    border-bottom-color: #fff
}

.bottomMenu li.dropdown .dropdown-menu {
    min-width: 560px;
    width: 100%;
    padding-top: 10px;
    left: 0 !important;
    border-top: 4px solid #02a4ec;
    padding-left: 15px
}

.bottomMenu li.dropdown .dropdown-menu ul li {
    float: left;
    width: 50%;
    position: relative
}

.bottomMenu li.dropdown .dropdown-menu ul li a {
    text-decoration: none
}

.bottomMenu li.dropdown .dropdown-menu ul li a:hover {
    color: #02a4ec;
    text-decoration: none;
    background: 0 0
}

.bottomMenu li.dropdown .dropdown-menu ul li a:before {
    content: "";
    width: 2px;
    height: 14px;
    background: #0093dd;
    position: absolute;
    left: 0;
    top: 14px
}

.bottomMenu li.dropdown .dropdown-menu-right {
    right: 0 !important;
    left: auto !important
}

/*  */

.selftbottomMenu li.dropdown .selfdown-menu {
    min-width: auto;
    width: auto;
    padding-top: 10px;
    left: 0 !important;
    border-top: 4px solid #02a4ec;
    padding-left: 15px;
    display:none;
    background-color: #fff; /* Set background to white or your preferred color */
    z-index: 1000;           /* Ensure it's above the banner */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    
}

.selftbottomMenu li.dropdown .selfdown-menu ul li {
    float: none;
    width: 100%;
    position: relative
}

.selftbottomMenu li.dropdown .selfdown-menu ul li a {
    text-decoration: none
}

.selftbottomMenu li.dropdown .selfdown-menu ul li a:hover {
    color: #02a4ec;
    text-decoration: none;
    background: 0 0;
    display: block;
}

.selftbottomMenu li.dropdown .selfdown-menu ul li a:before {
    content: "";
    width: 2px;
    height: 14px;
    background: #0093dd;
    position: absolute;
    left: 0;
    top: 14px;
}

.selftbottomMenu li.dropdown .dropdown-menu-right {
    right: 0 !important;
    left: auto !important
}

.selftbottomMenu li.dropdown:hover .selfdown-menu {
    display: block;
}


/*  */

.fill {
    width: 100%;
    height: 450px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

#home-banner .carousel-caption {
    right: 0;
    left: 0;
    bottom: 0;
    padding-bottom: 0;
    width: 1140px;
    margin: 0 auto
}

#home-banner .carousel-caption img {
    width: 100%
}

#home-banner .carousel-caption h2 {
    text-align: left;
    font-size: 46px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 45px
}

#home-banner .carousel-caption h2 span {
    font-weight: 300
}

#home-banner .carousel-caption a {
    font-size: 24px;
    color: #70cffa;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    float: left;
    border: 1px solid #70cffa;
    padding: 10px 15px;
    border-radius: 3px;
    transition: all .5s;
    -webkit-transition: all .5s
}

#home-banner .carousel-caption a .glyphicon {
    border: 1px solid #70cffa;
    padding: 8px;
    border-radius: 50%;
    font-size: 12px;
    vertical-align: top;
    margin-top: 1px;
    margin-left: 10px
}

#home-banner .carousel-caption a:hover {
    background: #70cffa;
    color: #fff;
    text-decoration: none;
    transition: all .5s;
    -webkit-transition: all .5s
}

#home-banner .carousel-caption a:hover .glyphicon {
    border: 1px solid #fff
}

.heading {
    font-family: Lato, sans-serif;
    color: #222;
    font-size: 24px;
    font-weight: 900;
    /*margin-bottom: 28px;*/
    margin-top: 0;
    text-transform: uppercase
}

.heading img {
    /* width: 9% */
    width: 15%;
}

.heading span {
    position: relative;
    display: inline-block;
    padding-left: 16px
}

.heading span:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 27px;
    bottom: 0;
    left: 4px;
    background: #ea4246
}

.welcome-container {
    margin-top: 50px;
    margin-bottom: 50px
}

.welcome-container p {
    font-family: Lato, sans-serif;
    color: #3d3b3b;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: justify
}

.welcome-container p a {
    color: #ea4246
}

.wicome-video iframe {
    width: 100%;
    height: 250px
}

.home-product-container {
    background: #02a4ec;
    text-align: center
}

.home-product-container .divider-icon {
    margin: -40px auto 20px auto
}

.home-product-container .heading span {
    color: #fff;
    padding-left: 0
}

.home-product-container .heading span:after {
    display: none
}

.home-product-container .nav-tabs {
    border-bottom: 1px solid #fff;
    margin-bottom: 35px;
    display: inline-block;
    margin-top: -1px
}

.home-product-container .nav-tabs>li>a {
    margin-right: -1px;
    line-height: 1.42857143;
    border: 1px solid #fff;
    border-radius: 0;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 20px 40px
}

.home-product-container .nav-tabs>li.active>a,
.home-product-container .nav-tabs>li.active>a:focus,
.home-product-container .nav-tabs>li.active>a:hover,
.home-product-container .nav-tabs>li>a:focus,
.home-product-container .nav-tabs>li>a:hover {
    color: #222;
    background-color: transparent;
    border: 1px solid #fff;
    font-weight: 800
}

.home-product-container-heading {
    border-bottom: 1px solid #fff
}

.home-product-container-heading .heading {
    margin-bottom: 30px;
    margin-top: 30px
}

.thumbnailCarousel {
    margin-bottom: 50px
}

.thumbnailCarousel .carousel-control {
    position: relative;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    background: 0 0;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 8px;
    border-radius: 0;
    vertical-align: middle;
    line-height: 15px;
    margin: 0 2px;
    transition: all .5s;
    -webkit-transition: all .5s;
    border: 2px solid #fff
}

.thumbnailCarousel .carousel-control:focus,
.thumbnailCarousel .carousel-control:hover {
    background-color: #053168;
    border: 2px solid #053168;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s
}

.thumbnailCarousel .carousel-control .glyphicon-chevron-left,
.thumbnailCarousel .carousel-control .glyphicon-chevron-right,
.thumbnailCarousel .carousel-control .icon-next,
.thumbnailCarousel .carousel-control .icon-prev {
    position: static;
    margin: 0;
    font-size: 15px;
    height: auto;
    width: auto
}

.thumbnailCarousel .thumbnail {
    padding: 4px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    position: relative
}

.thumbnailCarousel .thumbnail a {
    text-decoration: none;
    transition: all .5s;
    -webkit-transition: all .5s
}

.thumbnailCarousel .thumbnail a h3 {
    transition: all .5s;
    -webkit-transition: all .5s
}

.thumbnailCarousel .thumbnail a:hover h3 {
    color: #02a4ec
}

.thumbnailCarousel .thumbnail .caption h3 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase
}

.thumbnailCarousel .thumbnail .caption {
    padding: 15px 0;
    height: 66px
}

.thumbnailCarousel .thumbnail .hover-caption {
    position: absolute;
    top: 0;
    background: rgba(5, 36, 90, .9);
    color: #fff;
    left: 0;
    height: 100%;
    padding: 20px;
    width: 100%
}

.thumbnailCarousel .thumbnail .hover-caption {
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s
}

.thumbnailCarousel .thumbnail:hover .hover-caption {
    opacity: 1;
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s
}

.thumbnailCarousel .thumbnail .hover-caption img {
    margin: 0 auto
}

.thumbnailCarousel .thumbnail .hover-caption h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 15px
}

.thumbnailCarousel .thumbnail .hover-caption p {
    font-size: 14px;
    font-weight: 400;
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff;
    padding: 15px 0
}

.thumbnailCarousel .thumbnail .hover-caption a {
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.thumbnailCarousel .thumbnail .hover-caption span {
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.home-product-down-arrow {
    margin-bottom: -35px
}

.home-catalogue-container {
    margin-top: 45px;
    margin-bottom: 45px
}

.home-catalogue-container .catalogue-tagline {
    font-size: 20px;
    font-weight: 600;
    color: #090d20;
    text-align: center;
    margin-bottom: 50px
}

.home-catalogue-container .catalogue-tagline a {
    text-transform: uppercase;
    color: #ea4246;
    border: 1px solid #ea4246;
    padding: 12px;
    margin-left: 20px;
    display: inline-block;
    transition: all .5s;
    -webkit-transition: all .5s
}

.home-catalogue-container .catalogue-tagline a:focus,
.home-catalogue-container .catalogue-tagline a:hover {
    text-decoration: none;
    color: #fff;
    background: #ea4246;
    transition: all .5s;
    -webkit-transition: all .5s
}
.catalogue-box {
    background: url(../images/catalogue-bg.jpg) no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 40px 30px;
    color: #fff
}

.catalogue-box .heading {
    color: #fff;
    margin-top: 30px
}

.catalogue-box p {
    font-size: 16px;
    color: #dbdbdc;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px
}

.catalogue-box a {
    background: #d44757;
    margin-right: 20px;
    display: inline-block;
    width: 18.5%;
    vertical-align: top
}

.catalogue-box a:nth-child(2) {
    background: #04a09a
}

.catalogue-box a:nth-child(3) {
    background: #e8ad0f
}

.catalogue-box a:nth-child(4) {
    background: #794c9d
}

.catalogue-box a:last-child {
    margin-right: 0;
    background: #db6c27
}

.catalogue-box a .catalogue-link {
    padding: 10px 10px;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    vertical-align: middle;
    text-align: center;
    width: 78%
}

.catalogue-box a .catalogue-link-icon {
    padding: 20px 14px;
    display: inline-block;
    background: rgba(0, 0, 0, .42);
    color: #fff;
    font-size: 22px;
    vertical-align: middle;
    float: right
}

.catalogue-box .col-md-3 {
    width: 29%
}

.catalogue-box .col-md-9 {
    width: 71%
}
.ourPartnersLogo {
    text-align: center
}

.ourPartnersLogo ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.ourPartnersLogo ul li {
    display: inline-block;
    width: 22%;
    padding: 0 45px
}

.ourPartnersLogo ul li img {
    border: 1px solid #d7d7d7;
    width: 100%;
    padding: 4px 6px
}

#ourPartnersSlider {
    margin-bottom: 50px
}

#ourPartnersSlider .carousel-control {
    width: 40px;
    opacity: 1;
    top: 30%;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    border: 1px solid;
    height: 40px;
    font-size: 18px;
    background: #343434;
    padding: 7px;
    transition: all .5s;
    -webkit-transition: all .5s
}

#ourPartnersSlider .carousel-control:hover {
    background: #000;
    transition: all .5s;
    -webkit-transition: all .5s
}

footer {
    background: #363b42;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px
}

footer h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px
}

footer ul {
    padding: 0
}

footer ul li {
    list-style-type: none;
    margin-bottom: 10px;
    background: url(../images/list.png) no-repeat;
    padding-left: 15px;
    background-position: 0 8px;
    background-size: 4px
}

footer p,
footer p a,
footer ul li a {
    color: #d5d7db;
    font-size: 14px;
    font-weight: 300;
    transition: all .5s;
    -webkit-transition: all .5s
}

footer p a:hover,
footer ul li a:hover {
    color: #fff;
    text-decoration: none;
    transition: all .5s;
    -webkit-transition: all .5s
}

footer p {
    margin-bottom: 20px;
    line-height: 23px
}

footer p b {
    color: #fff;
    font-weight: 400;
    font-size: 13px
}

footer p .fa {
    color: #fff;
    margin-right: 4px
}

footer .footerLinks {
    border-right: 1px solid #62666c;
    min-height: 280px
}

.copyright {
    background: #161616;
    padding-top: 15px;
    padding-bottom: 15px
}

.copyright a,
.copyright p {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0
}

.enquiryBtn {
    position: fixed;
    right: 60px;
    bottom: 0;
    z-index: 99
}

.enquiryBtn a {
    background: #fb0202;
    color: #fff;
    padding: 7px 16px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin-right: -1px
}

.enquiryBtn a:hover {
    background: #000;
    text-decoration: none
}

.breadcrumb {
    padding: 0;
    margin: 0;
    background: 0 0;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 30px
}

.breadcrumb>li {
    color: #666
}

.breadcrumb>li a {
    color: #212121
}

.breadcrumb>li+li:before {
    display: none
}

.productList {
    border-bottom: #e3e3e3 solid 9px;
    padding-top: 40px
}

.productList:last-child {
    border-bottom: none
}

.productList .thumbnail {
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px
}

.productList .thumbnail img {
    width: 210px;
    height: 190px
}

.productList .thumbnail h3 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #666;
    position: relative;
    padding-left: 39px;
    margin-bottom: 30px
}

.productList .thumbnail h3 .headBotm {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #161616;
    padding-top: 6px;
    padding-left: 10px
}

.productList .thumbnail h3 .headTop {
    padding-left: 10px;
    border-bottom: #00b7fc solid 1px;
    padding-bottom: 6px;
    padding-top: 6px
}

.productList .thumbnail .headArea {
    position: relative
}

.productList .thumbnail .headNo {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background: #00b7fc;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: 300;
    padding-top: 4px;
    margin-top: 5px
}

.productList .thumbnail p {
    font-size: 14px;
    line-height: 18px;
    color: #212121;
    border-bottom: #cacaca solid 1px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 25px
}

.productList .thumbnail a {
    font-size: 14px;
    color: #0475a0;
    text-align: left;
    position: relative;
    transition: .5s all
}

.productList .thumbnail a span {
    padding: 8px 10px;
    display: inline-block
}

.productList .thumbnail a .fa {
    background: #0475a0;
    color: #fff;
    padding: 11px 13px
}

.productList .thumbnail .proLink {
    text-align: center;
    border: 1px solid #00b7fc;
    text-align: center;
    display: inline-block;
    border-radius: 2px
}

.productList .thumbnail a:hover {
    text-decoration: none
}

.productList .thumbnail a:hover .proLink {
    background-color: #0475a0;
    text-decoration: none;
    color: #fff
}

.proLinkIN {
    text-align: center
}

.otherProductList h3 {
    color: #0093dd;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Lato, sans-serif;
    margin-bottom: 20px;
    margin-top: 0
}

.otherProductList ul {
    padding: 0
}

.otherProductList ul li {
    list-style-type: none;
    background: url(../images/icons/banner-icon.png) no-repeat;
    background-size: 15px;
    padding-left: 20px;
    background-position: 0 3px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 8px;
    padding-bottom: 8px
}

.otherProductList ul li:last-child {
    border-bottom: 0
}

.otherProductList ul li a {
    color: #333;
    font-size: 16px;
    display: block;
    transition: all .5s;
    -webkit-transition: all .5s
}

.otherProductList ul li a:hover {
    text-decoration: none;
    color: #0093dd;
    transition: all .5s;
    -webkit-transition: all .5s
}

.productDetailsPanel .headingText {
    color: #0093dd;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Lato, sans-serif;
    margin-bottom: 20px;
    padding: 0
}

.productDetailsPanel h3 {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 600
}

.productDetailsPanel .panel-body {
    padding: 0;
    margin-bottom: 30px
}

.imgStyle {
    border: #bbb solid 1px;
    padding: 5px
}

.imgStyle1 {
    border: #bbb solid 1px
}

#headerArea {
    background: #fff;
    width: 100%;
    top: 0;
    z-index: 99;
    position: fixed
}

.productDetailsPanel .panel-body ul {
    margin: 20px 0 0 0;
    padding: 0
}

.productDetailsPanel .panel-body ul li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 5px
}

/*.productDetailsPanel .panel-body ul li:before {*/
/*    content: '\f101';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    font-family: FontAwesome;*/
/*    display: block*/
/*}*/

ul.listStyle1 {
    margin: 0 !important
}

ul.pdfLinks {
    margin-top: 0 !important;
    float: left;
    width: 100%
}

ul.pdfLinks li {
    padding-left: 0 !important;
    float: left;
    margin-right: 24px;
    margin-bottom: 24px
}

ul.pdfLinks li:before {
    display: none !important
}

ul.pdfLinks li a {
    position: relative;
    padding-left: 40px;
    border: #ea4246 solid 1px;
    padding: 10px 20px;
    color: #ea4246;
    display: inline-block
}

ul.pdfLinks li a span {
    display: inline-block;
    display: inline-block;
    padding-left: 10px;
    font-weight: 600;
    font-size: 17px
}

ul.pdfLinks li a:hover {
    text-decoration: none;
    background: #ea4246;
    color: #fff
}

ul.pdfLinks li a .fa {
    font-size: 26px;
    display: inline-block
}

ul.listStyle li {
    width: 50%;
    float: left
}

ul.listStle1 {
    margin: 20px 0 0 0;
    padding: 0
}

ul.listStle1 li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px
}

ul.listStle1 li:before {
    content: '\f101';
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    display: block
}

ul.listStle2 {
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    float: left
}

ul.listStle2 li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    float: left;
    width: 50%
}

ul.listStle2 li:before {
    content: '\f101';
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    display: block
}

.imgContent {
    text-align: center;
    border: #ccc solid 1px;
    position: relative
}

.imgContent img {
    padding: 20px 0
}

.imgContent p {
    background: rgba(5, 36, 90, .9);
    color: #fff;
    margin-bottom: 0;
    padding: 10px
}

.imgContent1 {
    border: #ccc solid 1px;
    position: relative;
    margin: 0 auto;
    text-align: center
}

.imgContent1 img {
    padding: 20px 0
}

.imgContent1 p {
    background: rgba(5, 36, 90, .9);
    color: #fff;
    margin-bottom: 0;
    padding: 10px
}

.imgContent1 .imgText {
    background: rgba(5, 36, 90, .9);
    color: #fff;
    padding: 10px 20px
}

.imgContent1 ul li {
    text-align: left
}

.productDetailsPanel .panel-body .media-heading {
    color: #090d20;
    position: relative;
    margin-bottom: 20px
}

.productDetailsPanel .panel-body .media-heading:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #ea4246;
    bottom: -9px;
    left: 0
}

.productDetailsPanel .panel-body .media-body {
    padding-left: 20px
}

.productDetailsPanel .panel-body .media {
    margin-bottom: 30px;
    min-height: 240px;
    height: 100%;
    border-bottom: #ccc solid 1px;
    padding-bottom: 10px;
    position: relative
}

.productDetailsPanel .panel-body .media:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 220px;
    right: -15px;
    bottom: 30px;
    background: #ccc
}

.productDetailsPanel .panel-body .media {
    overflow: inherit
}

.productDetailsPanel .panel-body .mediaMain:nth-child(2n) .media:after {
    display: none
}

.productDetailsPanel .panel-body .mediaMain:nth-child(2n) .media {
    padding-left: 10px
}

.productDetailsPanel .panel-body .mediaMain:last-child .media {
    border-bottom: none
}

.imgContent2 img {
    width: 100%;
    padding: 20px
}

.headingMrgNone h3:first-child {
    margin-top: 0
}

.mrgBtom {
    margin-bottom: 20px
}

.solutionArea {
    text-align: center;
    border-bottom: #e3e3e3 solid 9px;
    padding-bottom: 40px
}

.solutionArea .col-lg-3 {
    position: relative
}

.solutionArea .col-lg-3:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 250px;
    right: 0;
    top: 20px;
    background: #e3e3e3
}

.solutionArea .col-lg-3:nth-child(4n):after {
    display: none
}

.solutionArea .col-lg-3:last-child:after {
    display: none
}

.solutionArea:last-child {
    border-bottom: none;
    padding-bottom: 0
}

header .navbar-nav>li.dropdown .dropdown-menu {
    min-width: 483px
}

.leftMenu {
    right: 0 !important;
    left: inherit !important
}

header .navbar-nav>li.dropdown .dropdown-menu li {
    display: block;
    list-style-type: none
}

.navbar-nav>li.dropdown .dropdown-menu ul {
    padding: 6;
}

.navbar-nav>li.dropdown .dropdown-menu li a {
    border-bottom: 1px dashed #cdcdcd;
    padding: 10px 0 10px 10px;
    display: block;
    font-size: 16px;
    color: #000;
    position: relative
}

header .navbar-nav>li.dropdown .dropdown-menu li a:before {
    content: "";
    width: 2px;
    height: 14px;
    background: #0093dd;
    position: absolute;
    left: 0;
    top: 14px
}

header .navbar-nav>li.dropdown .dropdown-menu li a:hover {
    color: #02a4ec;
    text-decoration: none;
    background: 0 0
}

header .navbar-nav>li.dropdown .dropdown-menu li:last-child a {
    border-bottom: 0
}

.mapWrap {
    margin-bottom: 50px
}

.conMain {
    -webkit-box-shadow: 0 9px 30px -6px #828486;
    -moz-box-shadow: 0 9px 30px -6px #828486;
    box-shadow: 0 9px 30px -6px #828486
}

.contactWrap {
    position: relative;
    z-index: 9
}

.contactWrapIn {
    background: #fff
}

.paddingNone {
    padding: 0
}

.addresArea {
    min-height: 461px;
    background: #02a4ec;
    color: #fff;
    padding: 20px;
    line-height: 28px;
    text-align: center;
    font-size: 17px
}

.addresArea h1 {
    margin: 0;
    font-family: Lato, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.conIcon {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    color: #02a4ec;
    text-align: center;
    font-size: 30px;
    margin: 0 auto;
    line-height: 48px;
    margin-bottom: 10px
}

.conIcon1 {
    width: 50px;
    height: 50px;
    background: #02a4ec;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 10px
}

.addressInfo {
    border: #02a4ec solid 1px;
    padding: 20px 40px
}

.addressInfo ul {
    margin: 0;
    padding: 0;
    padding-top: 16px
}

.addressInfo ul li {
    margin-bottom: 15px;
    font-size: 17px;
    border-bottom: #02a4ec solid 1px;
    padding-bottom: 0
}

.addressInfo ul li:last-child {
    border-bottom: none
}

.addressInfo ul li .fa {
    margin-right: 10px
}

.holder {
    width: 100%;
    height: 100%;
    position: relative
}

.frame {
    width: 100%;
    height: 100%
}

.holder iframe {
    margin-top: 50px
}

.aboutCircle {
    width: 70px;
    height: 70px;
    background: #00b7fc;
    border-radius: 50%;
    border: #a7e4fb solid 3px;
    text-align: center;
    padding-top: 12px
}

.aboutKeys .media {
    border-bottom: #e3e3e3 solid 1px;
    padding-bottom: 20px
}

.aboutKeys .media .media-heading {
    color: #000;
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative
}

.aboutKeys .media .media-heading:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #00b7fc;
    left: 0;
    bottom: -10px
}

.aboutKeys .media {
    margin-bottom: 20px
}

.aboutKeys .media .media-body {
    padding-left: 20px;
    text-align: justify
}

.aboutKeys .col-md-12:last-child .media {
    border-bottom: none
}

.partnerWrap {
    margin-top: 35px
}

.partnerWrap .logoBox img {
    border: 1px solid #d7d7d7;
    width: 65%;
    padding: 4px 6px
}

.partnerWrap .logoBox {
    margin: 0 auto 40px 0;
    text-align: center;
    border-right: #ccc solid 1px
}

.partnerWrap .logoBox:last-child {
    border-right: none
}

.mrgBootm {
    margin-bottom: 40px
}

.enquryForm .modal-header {
    background: #02a4ec
}

.enquryForm .modal-title {
    color: #fff;
    text-align: center;
    font-size: 23px
}

.enquryForm .close {
    color: #fff;
    font-size: 20px;
    opacity: 1
}

.enquryForm form input {
    border: 1px solid #c7eaf9;
    color: #999;
    display: block;
    font-size: 16px;
    height: 55px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    transition: all .5s ease
}

.enquryForm form input:focus {
    border-color: #02a4ec;
    outline: 0
}

.enquryForm form textarea {
    border: 1px solid #c7eaf9;
    color: #999;
    display: block;
    font-size: 16px;
    height: 55px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    transition: all .5s ease;
    padding: 10px 20px
}

.enquryForm form textarea:focus {
    border-color: #02a4ec;
    outline: 0
}

.enquryForm form button {
    color: #ea4246;
    border: 1px solid #ea4246;
    padding: 12px 26px;
    margin-right: 20px;
    display: inline-block;
    transition: all .5s;
    -webkit-transition: all .5s;
    background: #fff;
    font-size: 18px
}

.enquryForm form button:hover {
    background: #ea4246;
    color: #fff
}

.aboutContainer .headingText {
    color: #0093dd;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Lato, sans-serif;
    margin-bottom: 20px;
    padding: 0
}

.aboutContainer h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600
}

.aboutMedia .media {
    border-bottom: #0093dd solid 1px;
    padding-bottom: 20px;
    margin-bottom: 30px
}

.aboutMedia .media .media-heading {
    color: #0093dd;
    font-weight: 600;
    font-size: 18px;
    font-family: Lato, sans-serif;
    margin-bottom: 20px;
    padding: 0
}

.aboutMedia .media .media-object {
    border: #ddd solid 1px
}

.aboutMedia .media .media-left {
    padding-right: 20px
}

.resourceWrap h2 {
    color: #0093dd;
    font-weight: 600;
    font-size: 20px;
    font-family: Lato, sans-serif;
    margin-bottom: 20px;
    padding: 0;
    margin-top: 0
}

.resourceWrap ul {
    padding: 0;
    margin: 0
}

.resourceWrap ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

.resourceWrap a {
    position: relative;
    padding-left: 40px;
    border: #626262 solid 1px;
    padding: 8px 20px;
    color: #626262;
    display: inline-block
}

.resourceWrap a span {
    display: inline-block;
    display: inline-block;
    padding-left: 10px;
    font-weight: 400;
    font-size: 15px
}

.resourceWrap a:hover {
    text-decoration: none;
    background: #ea4246;
    color: #fff;
    border: #ea4246 solid 1px
}

.resourceWrap a .fa {
    font-size: 17px;
    display: inline-block;
    color: #ea4246
}

.resourceWrap a:hover .fa {
    color: #fff
}

.tableStyle .table-striped>tbody>tr:nth-of-type(2n+1) {
    background: #d6f1fd
}

.tableStyle tr td {
    padding: 20px 15px !important;
    border: #cecccc solid 1px;
    border-bottom: none;
    color: #212121;
    font-size: 16px;
    font-weight: 500
}

.tableStyle .table {
    border: #cecccc solid 1px
}

.productDetailsPanel iframe {
    margin-top: 0
}

.tabstyle .nav {
    border-bottom: none
}

.tabstyle .nav>li {
    width: 14%
}

.tabstyle .nav>li {
    border: none
}

.tabstyle .nav>li:first-child {
    border-left: #02a4ec solid 1px
}

.tabstyle .nav>li>a {
    border-radius: 0;
    margin-right: 0;
    border-right: #02a4ec solid 1px
}

.tabstyle .nav>li>a>img {
    width: 100%
}

.tabstyle .nav>li>a:hover {
    border-bottom: none;
    background: #02a4ec
}

.tabstyle .nav-tabs>li.active>a,
.tabstyle .nav-tabs>li.active>a:focus,
.tabstyle .nav-tabs>li.active>a:hover {
    border: none;
    background: #02a4ec;
    border-right: #02a4ec solid 1px
}

.tabstyle .tab-content {
    border-top: #02a4ec solid 1px;
    margin-top: 20px
}

.tabstyle h2 {
    color: #0093dd;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Lato, sans-serif;
    margin-bottom: 20px;
    padding: 0;
    margin-top: 25px
}

.tabstyle h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600
}

.mapArea img {
    width: 100%
}

.navbar-nav li.dropdown .fa.fa-caret-down {
    display: none
}

.samtecParts {
    margin-bottom: 0;
    box-shadow: 0 0 1px 2px #ececec
}

.eventCaption {
    margin-top: 10px
}

.eventCaption p {
    font-family: Lato, sans-serif;
    font-size: 16px;
    color: #222;
    font-weight: 700;
    margin-bottom: 00
}

.newsContentArea {
    margin-top: 20px
}

.newsImgArea img {
    box-shadow: 0 0 1px 2px #ececec
}

.newsContentArea h1 {
    margin: 00;
    font-size: 18px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px
}

.newsContentArea p {
    font-family: Lato, sans-serif;
    text-align: justify
}

.newsContentArea a {
    text-decoration: none
}

.newsArea .media {
    border: #ccc solid 1px;
    padding: 10px;
    margin-bottom: 30px;
    min-height: 205px
}

.newsArea .media-left {
    position: relative;
    padding-right: 15px
}

.newsArea .media-left:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 120px;
    background: #02a4ec;
    right: 0;
    top: 20px
}

.newsArea .media-body {
    padding: 20px
}

.newsArea .media-heading {
    color: #02a4ec;
    margin-bottom: 15px;
    font-weight: 600
}

.newsArea .media-body p {
    margin-bottom: 18px
}

.newsArea .media-body a {
    color: #02a4ec
}

.infor-desk {
    padding: 30px 0
}

h1.infoheading,
h2.infoheading {
    font-family: Lato, sans-serif;
    color: #222;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    text-align: left
}

.generaldiv h4 {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 600
}

.generaldiv a {
    color: #000
}

.generaldiv a i {
    margin-right: 10px
}

.generaldiv p i {
    margin-right: 15px
}

.generaldiv p {
    margin-top: 8px
}

.addresArea a {
    color: #fff
}

.enquryForm .col-md-6 {
    position: relative
}

#enquiry label.error {
    position: absolute;
    z-index: 99;
    bottom: 5px
}

#topLink {
    width: 33px;
    height: 38px;
    background: #019be1;
    position: fixed;
    right: 17px;
    bottom: 3em;
    display: none;
    z-index: 500;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 21px;
    padding-top: 3px
}

.floating-footer-social {
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 999
}

.floating-footer-social a {
    color: #fff;
    background: #000;
    display: block;
    font-size: 20px;
    margin: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 10px
}

.floating-footer-social a:nth-child(1) {
    background: red
}

.floating-footer-social a:nth-child(2) {
    background: #007bb6
}

#topLink {
    width: 33px;
    height: 38px;
    background: #f5a10a;
    position: fixed;
    bottom: 3.2em;
    display: none;
    z-index: 500;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 21px;
    padding-top: 3px;
    left: 15px
}

ul.socialLinksSticky {
    position: fixed;
    right: 0;
    top: 300px;
    z-index: 88
}

ul.socialLinksSticky a:nth-child(1) {
    background: red
}

ul.socialLinksSticky a:nth-child(2) {
    background: #007bb6
}

ul.socialLinksSticky a {
    color: #fff;
    background: #000;
    display: block;
    font-size: 20px;
    margin: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 5px
}

#myModal2 .imgOuter {
    text-align: center;
    margin: 0 auto
}

#myModal2 .imgOuter img {
    width: 85%
}

#myModal2 .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 22px;
    font-weight: 600;
    background: #1589ef;
    color: #fff;
    padding: 13px;
    text-align: center
}

#myModal2 .modal-header {
    padding: 0;
    border-bottom: 1px solid #e5e5e5
}

#myModal2 a {
    color: #0763b5;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    display: block;
    margin-top: 19px;
    text-align: center;
    margin-bottom: 10px
}

#myModal2 a:hover {
    color: #00539c
}

#myModal2 .innertxt {
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    margin: 28px 0;
    color: #000;
    text-align: center
}

#myModal2 .innertxt span {
    font-size: 21px;
    color: #0763b5;
    font-weight: 700;
    display: block;
    margin: 10px 0
}

#myModal2 .dateOuter {
    text-align: center;
    margin: 0 auto
}

#myModal2 .dateOuter span {
    color: #019be1;
    font-size: 20px
}

#myModal2 .dateOuter p {
    background: #e52222;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    font-size: 17px;
    display: inline-block
}

#myModal2 .modal-header .close {
    margin-top: 12px;
    margin-right: 16px;
    color: #fff;
    opacity: 1;
    font-size: 27px
}

@media (min-width:992px) {
    header .navbar-nav>li.dropdown:hover .dropdown-menu {
        display: table;
        text-align: left;
        position: absolute;
        padding: 5px 15px
    }
    header .navbar-nav>li.dropdown .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        margin-top: 0;
        border-top: 4px solid #02a4ec
    }
    .eventWarp img {
        height: 235px;
        width: 100%
    }
    .bottomMenu li.dropdown:hover .dropdown-menu {
        display: block
    }
}

@media only screen and (max-width:1199px) {
    header .navbar-brand>img {
        width: 200px;
        border-right: 0;
        padding-right: 0
    }
    header .navbar-nav {
        margin-top: 0;
        margin-bottom: 10px
    }
    #mainProductList .nav>li>a {
        margin: 0 46px
    }
    .fill {
        height: 390px
    }
    .ourPartnersLogo ul li {
        padding: 0 20px
    }
    .catalogue-box a {
        margin-right: 10px;
        width: 31%
    }
    .catalogue-box a .catalogue-link {
        padding: 13px 5px;
        font-size: 15px;
        width: 79%
    }
    .catalogue-box a .catalogue-link-icon {
        padding: 20px 10px
    }
    .home-product-container .nav-tabs>li>a {
        padding: 20px 35px
    }
    #home-banner .carousel-caption {
        width: 940px
    }
    #home-banner .carousel-caption h2 {
        font-size: 38px
    }
}

@media(max-width:1024px) {
    body,
    html {
        padding-top: 73px
    }
    .addressInfo {
        padding: 20px 27px
    }
    ul.socialLinksSticky {
        top: 200px
    }
    header .navbar-nav {
        margin-top: 31px
    }
}

@media only screen and (max-width:991px) {
    header .navbar-brand>img {
        width: 200px
    }
    header .nav>li>a {
        padding: 10px 12px
    }
    header .navbar-default .navbar-nav>li>a {
        font-size: 13px
    }
    header .navbar-toggle {
        margin-top: 30px
    }
    #mainProductList .nav>li>a {
        margin: 0 25px
    }
    .fill {
        height: 350px
    }
    .ourPartnersLogo ul li {
        padding: 0 8px
    }
    .copyright a,
    .copyright p {
        text-align: center
    }
    .catalogue-box .col-md-3 {
        width: 100%
    }
    .catalogue-box .col-md-9 {
        width: 100%
    }
    .home-product-container .nav-tabs>li>a {
        font-size: 16px;
        padding: 16px 25px
    }
    .home-catalogue-container .catalogue-tagline a {
        display: block;
        width: 240px;
        margin: 10px auto 0 auto
    }
    #home-banner .carousel-caption .carousel-caption-img {
        display: none
    }
    #home-banner .carousel-caption {
        width: 730px;
        bottom: 50px
    }
    footer .footerLinks {
        border-right: 0;
        min-height: 0
    }
    .catalogue-box a {
        margin-bottom: 18px
    }
    .contactWrap .col-xs-offset-2 {
        margin-left: 0
    }
}

@media only screen and (max-width:768px) {
    header .navbar-nav {
        margin-top: 0
    }
}

@media only screen and (max-width:767px) {
    body,
    html {
        padding-top: 0
    }
    .navbar-nav li.dropdown .fa.fa-caret-down {
        display: inline-block;
        right: 10px;
        position: absolute;
        font-size: 20px;
        top: 5px;
        border: 1px solid #000;
        padding: 0 5px;
        border-radius: 4px;
        cursor: pointer
    }
    .navbar-default .navbar-brand {
        padding: 8px 0
    }
    .headerContactContainer {
        padding: 0 15px;
        background: #000
    }
    header .headerContact {
        background: 0 0;
        height: auto;
        width: auto;
        padding-left: 0;
        text-align: right
    }
    header .headerContact li a {
        vertical-align: middle
    }
    header .navbar {
        margin-bottom: 8px
    }
    header .navbar-nav {
        margin-top: 0
    }
    header .navbar-nav h4 {
        background: #02a4ec;
        margin: 0;
        padding: 8px 8px;
        color: #fff
    }
    header .navbar-default .navbar-toggle {
        border-color: #02a4ec;
        transition: all .5s;
        margin-right: 0;
        margin-top: 20px
    }
    header .navbar-default .navbar-toggle:hover {
        border-color: #000
    }
    .navbar-default .navbar-toggle:hover,
    header .navbar-default .navbar-toggle:focus {
        background: 0 0
    }
    header .navbar-default .navbar-toggle .icon-bar {
        background-color: #000
    }
    header .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        border-bottom: 1px solid #ccc;
        padding: 6px 4px
    }
    header .nav>li:last-child>a {
        border: 0;
        font-weight: 400
    }
    .topProductLinks {
        display: block
    }
    #mainProductList {
        display: none
    }
    #home-banner {
        margin-top: 0
    }
    .fill {
        height: 300px
    }
    #home-banner .carousel-caption h2 {
        font-size: 28px
    }
    #home-banner .carousel-caption a {
        font-size: 18px;
        padding: 10px 10px
    }
    #home-banner .carousel-caption a .glyphicon {
        padding: 6px;
        font-size: 8px
    }
    .ourPartnersLogo ul li {
        width: 49%;
        padding: 1px 0
    }
    #ourPartnersSlider .carousel-control {
        position: relative;
        opacity: 1;
        text-shadow: none;
        display: inline-block;
        width: auto;
        height: auto;
        padding: 8px;
        border-radius: 0;
        vertical-align: middle;
        line-height: 15px;
        margin: 4px -1px 0 -1px;
        transition: all .5s;
        -webkit-transition: all .5s;
        border: 2px solid #fff
    }
    .catalogue-box a {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px
    }
    .home-product-container .nav-tabs>li>a {
        font-size: 14px;
        padding: 16px 10px
    }
    #home-banner .carousel-caption {
        width: 75%
    }
    .copyright {
        padding-bottom: 50px
    }
    .aboutMedia .media .media-left {
        display: block
    }
    .aboutMedia .media .media-heading {
        margin-top: 20px
    }
    .tabstyle .nav>li>a {
        border-bottom: none
    }
    .tabstyle .nav>li {
        width: 25%;
        margin-bottom: 10px
    }

    .mainContainer .container-fluid .container .row:nth-child(2){
    	display: flex;
    	flex-flow: column;
    }
    .mainContainer .container-fluid .container .row:nth-child(2) .col-md-3.col-sm-3.col-xs-12{
    	order: 2;
    }
    .mainContainer .container-fluid .container .row:nth-child(2) .col-md-9.col-sm-9.col-xs-12.productDetailsPanel{
    	order: 1;
    }
}

@media only screen and (max-width:767px) {
    .home-product-container .nav-tabs>li {
        width: 100%
    }
    .home-product-container .nav-tabs>li>a {
        padding: 10px 10px
    }
    .heading {
        font-size: 20px
    }
    #headerArea {
        position: relative;
        border-bottom: 1px solid #ccc
    }
    .mainContainer {
        margin-top: 0
    }
    header .headerContact {
        position: relative;
        right: 4px
    }
    header .navbar-nav>li.dropdown .dropdown-menu {
        min-width: 100%
    }
    #topLink {
        right: 3px
    }
    .enquiryBtn {
        width: 100%;
        z-index: 100;
        text-align: center;
        left: 0
    }
    .enquiryBtn a {
        background: #fb0202;
        color: #fff;
        padding: 11px 20px;
        display: block;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        display: inline-block;
        margin-right: 0;
        float: left;
        width: 50%;
        border-right: 1px solid #fff
    }
}

@media(max-width:580px) {
    .aboutMedia .media .media-object {
        width: 100%
    }
    .resourceWrap ul li {
        margin-right: 0;
        width: 100%
    }
    .resourceWrap a {
        padding: 8px 10px
    }
    .media-left {
        display: block
    }
    .aboutKeys .media .media-body {
        padding-left: 0
    }
    .newsArea .media .media-object {
        width: 100%
    }
    .newsArea .media-left:after {
        display: none
    }
    .newsArea .media-heading {
        font-size: 14px
    }
    .contactWrap .col-xs-offset-2 {
        margin-left: 0
    }
    .addressInfo {
        padding: 10px
    }
    h1.infoheading {
        font-size: 18px
    }
    .tabstyle .nav>li {
        width: 100%
    }
    .tabstyle .nav>li>a {
        border-right: none;
        border-bottom: #02a4ec solid 1px
    }
    #myModal2 .innertxt {
        font-size: 16px;
        line-height: 25px;
        margin: 20px 0
    }
    #myModal2 .dateOuter p {
        font-size: 16px
    }
    #myModal2 a {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px
    }
    #myModal2 .innertxt span {
        font-size: 16px
    }
}

@media only screen and (max-width:480px) {
    #myModal2 .dateOuter p {
        font-size: 15px;
        padding: 7px
    }
}

@media only screen and (max-width:375px) {
    #myModal2 .dateOuter p {
        font-size: 14px
    }
    #myModal2 .innertxt {
        margin: 13px 0
    }
}

.faq-section {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.faq-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 25px;
}

.faq-item h3 {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 10px;
}

.faq-item p, .faq-item ul {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}
.productDetailsPanel .panel-body ul li:before {
    content: none !important;
}
/*menu overflow issue on tablet view (768px–1424px).*/

@media (min-width: 768px) and (max-width: 1424px) {
  #mainProductList .nav > li > a {
    font-size: 16px;         /* Smaller font for tablet */
      margin: 0 20px;        /* Reduce spacing between menu items */
     padding: 12px 0;        /* Adjust padding if needed 
  }
}



