article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block; margin: 0; padding: 0;}
* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
html {font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, form {margin: 0; padding: 0; list-style: none; font-weight: normal;}
body {font-family: 'Poppins', sans-serif; font-size: 14px; color: #000000;}
a, a:hover, a:focus {text-decoration: none; outline: none;}
img {border: none; vertical-align: middle;}

/****************
 * Common Css
 ****************/
.listingpage{overflow: hidden; float: left; width: 100%;}
.container {width: 1000px; margin: 0 auto;}

#headerpart {float: left; width: 100%; position: relative; padding: 15px 0px; border-top: 5px solid #004ea7;}
#headerpart .logo {float: left;}
#headerpart .rheader {float: right; width: 315px;}
#headerpart .rheader p {float: left; width: 100%; text-align: center; color: #343a40; font-size:14px; padding: 0px 0px 5px 0px; font-weight: 500; text-transform: uppercase; background-repeat: no-repeat; background-position: 50% 100%; background-image: url(../images/h-line.png);}
#headerpart .rheader .call-msg {float: left; width: 100%;}
#headerpart .rheader .call-msg h2 {float: left; width: 152px; margin-top:10px;}
#headerpart .rheader .call-msg h2 a {float: left; width: 100%; height: 44px; background-repeat: no-repeat; border:2px solid #00428e; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; font-size: 14px; font-weight: 500; text-transform: uppercase;}
#headerpart .rheader .call-msg .call span {float: left; width: 100%; margin-top:3px; text-align: center; font-size: 11px; font-weight: 500; color: #00428e;}
#headerpart .rheader .call-msg .msg {float: right;}
#headerpart .rheader .call-msg .call a { background-color: #00428e; background-image: url(../images/call.png); background-position: 30px 50%; color: #feb900; padding: 9px 28px 9px 63px;}
#headerpart .rheader .call-msg .msg a {background-color: #feb900; background-image: url(../images/msg.png); background-position: 15px 50%; color: #00428e; border-color:#feb900; padding: 9px 14px 9px 47px;}
#headerpart .rheader .call-msg h2 a:hover {background-color: #ffffff; border-color:#feb900; }
#headerpart .rheader .call-msg .msg a:hover {border-color: #00428e;}
nav.nav {float: left; width: 100%; position: relative; background-color: #00428e;}
nav.nav ul.menus {float:left; width:100%;}
nav.nav ul.menus > li {float: left; position: relative; }
nav.nav ul.menus > li > a {float: left; color: #ffffff; font-size: 14px; padding: 12px 25px 11px; font-weight:500; text-transform: uppercase; margin-right: 1px;}
nav.nav ul.menus > li:first-child a {padding: 11px 10px 10px;}
nav.nav ul.menus > li:hover > a, nav.nav ul.menus > li > a.active { background-color:#feb900; color:#00428e;}
nav.nav ul.menus > li .submenus {position: absolute; z-index: 11; padding:0px; top:55px; left: 0px; background-color: #00428e; width: 200px; opacity: 0; visibility: hidden; transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s;}
nav.nav ul.menus > li .submenus ul {width: 100%; float: left;}
nav.nav ul.menus > li .submenus li {float: left; width: 100%; border-top:1px solid #ffffff; position: relative;}
nav.nav ul.menus > li .submenus li a {color: #ffffff; font-size: 14px; float: left; padding:8px 15px; text-align: left; width: 100%;}
nav.nav ul.menus > li:hover .submenus {visibility: visible; opacity: 1; top:46px;}
nav.nav ul.menus > li .submenus li:hover a {background-color:#feb900; color:#00428e;}
.contentpart {float: left; width: 100%;}
.productbox {float: left; width: 100%; padding: 35px 0px 0px; text-align: center;}
.productbox h1 {font-size: 24px; color: #343a40; font-weight: 600; text-align: center; padding:0px 175px 15px;}
.productbox .prod-gallery {width:680px; display: inline-block; position: relative; padding-left: 550px; height: 510px;}
.productbox .prod-gallery .content {display: none; overflow: hidden; background-color: #ffffff; width: 550px; height: 510px; text-align: center; position: absolute; top: 0px; left: 0px;}
.productbox .prod-gallery .content img, .productbox .prod-gallery label img {max-width: 100%; max-height: 100%; position: relative; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.productbox .prod-gallery input {display: none;}
.productbox .prod-gallery label {float: left; background-color: #ffffff; cursor: pointer; margin:0px 0px 10px 10px; border:2px solid #f4f4f4; width:120px; height: 120px; text-align: center;}
.productbox .prod-gallery label.last {margin-bottom: 0;}
.productbox .prod-gallery input:checked + label {border-color: #feb900;}
#prod1:checked ~ #content1,
#prod2:checked ~ #content2,
#prod3:checked ~ #content3,
#prod4:checked ~ #content4  {
  display: block;
}
.prodetails {float: left; width: 100%; margin-top: 35px;}
.contentpart .ctitle {float: left; width: 100%; text-transform: uppercase; background-position: 50% 100%; padding-bottom: 20px; color: #004ea7; font-size:26px; line-height: 20px; margin-bottom: 20px; text-align: center; background-repeat: no-repeat; background-image: url(../images/line.png);}
.contentpart .ctitle span {font-weight: 700;}
.prodetails .proinner {float: left; width: 100%; padding:20px 30px; background-color: #f4f4f4;}
.prodetails .proinner h4 {float: left; width: 100%; color: #000000; padding:15px 0px 10px; line-height: 16px; font-weight: 600; font-size: 16px;}
.prodetails p {float: left; width: 100%; color: #2a2e32; padding:5px 0px; line-height: 20px;}
.prodetails ul {float: left; width: 100%; padding: 0px;}
.prodetails ul li {color: #000000 !important; padding-left: 15px; font-size: 14px !important; background-image: url(../images/point.png); background-position: 0px 6px; background-repeat: no-repeat; float: left; width: 100%; margin:8px 0px 0px; line-height: 20px !important;}

.tabs {margin: 40px 0px 0px; float: left; width: 100%;}
.tabs input {display: none;}
.tabs label {float: left; background-color: #ffffff; font-weight: 600; font-size: 16px; color: #343a40; padding:12px 25px; text-transform: uppercase; cursor: pointer; position: relative; margin-right: 4px;}
.tabs label:hover, .tabs input:checked + label {background-color: #f4f4f4; color: #004ea7;}
.tabs label.last {margin-right: 0;}
.tabs .content {display: none; float: left; width: 100%; background-color: #f4f4f4;}
.tabs #tab1:checked ~ #content1,
.tabs #tab2:checked ~ #content2,
.tabs #tab3:checked ~ #content3, 
.tabs #tab4:checked ~ #content4 {
	display: block;
}
.tabs .innerbox {float: left; width: 100%;  padding:18px 30px 18px;}
.tabs .innerbox p {font-size: 14px; width: 100%; float: left; color: #000000; line-height: 20px; font-weight: 400; margin:7px 0px; }
.tabs .innerbox li {font-size: 14px; width: 100%; float: left; color: #000000; line-height: 20px; font-weight: 400; margin:7px 0px; list-style: disc inside;}
.tabs .innerbox ol {margin: 0; padding: 0;}
.tabs .innerbox ol li ul {padding-left: 30px;}
.tabs .innerbox ol li {list-style-type: decimal;}
.tabs .innerbox ol ul li {list-style: outside circle;}
.services {float: left; width: 100%; margin-top: 40px; box-shadow: 0px 0px 5px rgba(15,16,16,0.07);}
.services ul {float: left; width: 100%; padding: 15px 0px;}
.services li {float: left; text-align: center; width: 25%; height: 95px; padding: 0px 15px; margin: 5px 0px; border-right: 2px solid #f4f4f4;}
.services li:last-child {border-right: none;}
.services li .icon {float: left; height: 55px; width: 100%; background-repeat: no-repeat; background-position: 50% 50%;}
.services li .icon1 {background-image: url(../images/icon1.png);}
.services li .icon2 {background-image: url(../images/icon2.png);}
.services li .icon3 {background-image: url(../images/icon3.png);}
.services li .icon4 {background-image: url(../images/icon4.png);}
.services li .icon5 {background-image: url(../images/icon5.png);}
.services li h3 {float: left; margin:0px 0 0 0px; width: 100%; color: #343a40; font-size: 16px; text-align: center; font-weight: 500; line-height: 20px;}
.footerpart {float: left; width:100%; background-color: #052035; margin-top: 40px;}
.footerpart .topfooter {float: left; width: 100%; padding:50px 0px 0px;}
.footerpart .topfooter .footerbox {float: left; padding:0px 0px 40px 0px; width: 25%;}
.footerpart .topfooter .footerbox h4 {color: #feb900; font-size: 15px; text-transform: uppercase; padding:10px 0px 15px; font-weight: 600; position: relative; }
.footerpart .topfooter .footerbox p {color:#adb5bc; font-size: 13px; line-height: 20px; float: left; width: 100%;}
.footerpart .topfooter .footerbox ul {float: left; width: 100%;}
.footerpart .topfooter .footerbox ul li {width: 100%; float: left; margin: 0px 0px 7px;}
.footerpart .topfooter .footerbox ul li a {color: #adb5bc; font-size: 13px;}
.footerpart .topfooter .footerbox ul li a:hover {color: #feb900;}
.footerpart .topfooter .fcol2 {padding: 0px 30px 40px 103px;}
.footerpart .topfooter .fcol3 {padding: 0px 0px 40px 19px;}
.footerpart .topfooter .fcol4 {padding: 0px 0px 40px 68px;}
.footerpart .topfooter .fcol1 .flogo {float: left; width: 100%; margin-bottom: 15px;}
.footerpart .topfooter .fcol4 span{float: left; width: 100%; padding: 10px 0px 0px 10px; color: #feb900; font-size: 11px;}
.footerpart .topfooter .fcol1 p {color: #adb5bc; font-size: 13px; line-height: 20px;}
.footerpart .bttn {float: left; font-size: 13px; margin-top: 10px; width: 140px; border: 2px solid #feb900; height: 44px; font-weight: 600; text-align: center; text-transform: uppercase; color: #052035; background-color: #feb900; padding:12px 10px 10px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
.footerpart .bttn:hover {background-color: transparent; color: #feb900;}
.footerpart .copyright {float: left; width: 100%; padding:40px 0px 30px; border-top: 1px solid #0e2d45;}
.footerpart .copyright p {float: left; color: #adb5bc; font-size: 13px; padding-top: 4px;}
.footerpart .copyright .paypal {float: right;}
