@font-face {
  font-family: 'Mitr';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mitr/v6/pxiEypw5ucZF8fMZFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Mitr';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mitr/v6/pxiLypw5ucZFyTs.ttf) format('truetype');
}
@font-face {
  font-family: 'Mitr';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mitr/v6/pxiEypw5ucZF8c8bFJA.ttf) format('truetype');
}
html {
  scroll-behavior: smooth;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #592c82;
  font-family: 'Mitr', sans-serif;
  font-weight: 200;
  line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
code {
  display: block;
  background-color: #eee;
  padding: 2em;
  overflow: scroll;
  white-space: nowrap;
}
.meta {
  margin: 0 0 40px 0;
  font-size: 1 em;
}
.properties-table {
  width: 100%;
  padding: 0;
  border-spacing: 0;
  margin-top: 2em;
  font-size: 1.05 em;
  background-color: #eee;
}
.properties-table th {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #333;
  line-height: 2;
}
.properties-table td {
  text-align: left;
  padding: 10px;
}
.fx-p {
  width: 60%;
}
header {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #020024;
  background-color: #582e85;
  box-shadow: 0 0 8px -4px #000;
}
.main_container {
  width: 1475px;
}
.nav_main {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.nav_main .navbar-nav > li > a {
  color: white;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 24px 10px 20px;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
}
.nav_main .navbar-nav > li > a:hover {
  color: #582e85;
  background: #ffffff;
  border-radius: 30px;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
}
.logo {
  padding: 0;
}
.logo img {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-left: 115px;
  width: 47%;
}
.banner_section .carousel-indicators li {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: 2px solid #a7a7a7;
  margin: 0 5px;
}
.banner_section .carousel-indicators .active {
  width: 18px;
  height: 18px;
  margin: 0;
  background-color: #592c81;
}
.banner_section img {
  width: 100%;
}
.banner_section h1 {
  font-size: 68px;
  color: #fff;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: 4px;
  position: absolute;
  top: 50%;
}
.banner_section h1 span {
  font-weight: 300;
  display: block;
}
.Welcome_title {
  padding: 90px 0;
  background: #592c82;
}
.Welcome_title h2 {
  font-size: 90px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 120px;
}
/***************** Product Section Styles Start Here **********************/
.product_section {
  padding: 80px 0 80px;
  background: #592c82;
}
.product_section #headersection {
  text-align: center;
}
.product_section #headersection h2 {
  color: #3dae2b;
  text-align: center;
  font-size: 40px;
}
.product_section #headersection hr {
  width: 100px;
  border: 2px solid #fff;
}
.product_in {
  position: relative;
  margin: 7px !important;
}
.product_in > figure {
  position: relative;
  padding-bottom: 100%;
}
.product_in > figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: scale-down;
}
.product_in img {
  margin: 0 auto;
  display: block;
  width: 80%;
}
.product_in p {
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  margin: 0;
}
.product_in p a {
  color: #ffffff;
}
.product_in p a:hover {
  text-decoration: none;
}
.product_in:hover .product_hover {
  opacity: 1;
  visibility: visible;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
}
.product_img {
  width: 50%;
}
.product_info {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 10px 25px;
  margin: 0;
}
.product_info h6 {
  font-size: 32px;
  color: #fff;
  line-height: 40px;
  font-weight: 500;
  margin: 0 0 10px;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.product_info p {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  margin: 0 0 18px;
  text-align: left;
  padding: 0;
  max-height: 72px;
  overflow: hidden;
}
.product_info a {
  font-size: 32px;
  color: #fff;
  line-height: 35px;
  font-weight: 200;
  margin: 0 0 10px;
  padding: 8px 10px 5px;
  background: #3dae2b;
  display: inline-block;
  border-radius: 7px;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  display: block;
  text-align: center;
}
.product_hover {
  width: 100%;
  background: #592c82;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  flex-flow: column;
}
.product_hover img {
  width: 290px;
}
.banner2 {
  padding: 0;
  margin: 0;
  background: url(../images/img.jpg) no-repeat;
  background-size: cover;
  height: 970px;
  border-bottom: solid 1px #736b69;
}
.banner2_in {
  margin-top: -59px;
  padding: 0;
  display: table;
  width: 100%;
  height: 100%;
}
.banner2_in h2 {
  font-size: 60px;
  color: #fff;
  padding: 0;
  margin-top: 26.5em;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  text-align: right;
}
.about {
  padding: 0;
  margin: 0;
}
.voltsafe_info {
  padding: 60px 0 0 80px;
}
.voltsafe_info img {
  margin: 0 0 15px;
}
.voltsafe_info .pera {
  font-size: 18px;
  color: #592c82;
  line-height: 1.4;
  padding: 0 0 28px;
  margin: 0 0 40px;
  border-bottom: solid 2px #592c82;
}
.image {
  width: 100%;
}
.voltsafe_info_in {
  width: 550px;
}
.voltsafe_info_list_left {
  margin: 0 45px 0 0;
  float: left;
}
.voltsafe_info_list_right {
  float: left;
  margin: 0;
  padding: 0;
  width: 70%;
}
.voltsafe_info_list {
  margin: 0 0 30px;
}
.voltsafe_info_list h3 {
  font-size: 18px;
  margin: 0 0 7px;
  padding: 0;
  color: #592c82;
  line-height: 22px;
  font-weight: 500;
}
.voltsafe_info_list p {
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: #592c82;
}
.about_info {
  padding: 0;
  margin: 60px 14% 0 0;
  float: right;
}
.about_info h3 {
  font-size: 40px;
  font-weight: 200;
  margin: 0 0 30px;
  padding: 0;
}
.about_info img {
  margin: 0 0 40px;
  padding: 0;
}
.about_info h4 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 12px;
  padding: 0;
  font-weight: 500;
}
.about_info p {
  font-size: 18px;
  color: #1a1a1a;
  margin: 0 0 10px;
  padding: 0;
}
.about_info strong {
  font-size: 22px;
  color: #1a1a1a;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
/************************ Footer Styles Start Here ******************/
footer {
  padding: 0;
  margin: 0;
  background: #6a418e;
  border-top: solid 1px #6f4893;
}
.footer_content {
  padding: 50px 0;
  margin: 0;
  font-size: 17px;
}
.footer_content h2 {
  font-size: 25px;
  color: #fff;
  line-height: 20px;
  margin: 0 0 24px;
  padding: 0;
}
.footer_content ul li a {
  color: #fff;
  font-size: 13px;
  margin: 0 0 3px;
  display: inline-block;
}
.footer_content ul li a:hover {
  color: #35e419 !important;
}
.footer_content p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 20px;
  clear: both;
}
.footer_content p span {
  float: left;
  display: inline-block;
  width: 50px;
}
.footer_content p small {
  float: left;
  width: 180px;
  font-size: 13px;
}
.footer_content p a {
  color: #fff;
  font-size: 13px;
}
.footer_content p a:hover {
  color: #35e419 !important;
}
.footer_bottom {
  background: #592c82;
  border-top: solid 1px #6f4893;
}
.footer_bottom p {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 15px 0;
}
/*-------------*/
.breadcrumbs {
  padding-top: 0;
}
.breadcrumbs ol {
  background: transparent;
}
.breadcrumbs ol li.active {
  color: #fff;
}
.breadcrumbs ol a {
  color: #fff;
}
.privacy_body header {
  background: #333;
}
.privacy_section {
  background: #6a418e;
  padding: 10px 0;
}
.privacy_section ul li a {
  color: #fff;
  font-size: 12px;
  margin: 0 0 3px;
  display: inline-block;
}
.privacy_section ul li a:hover {
  color: #35e419;
}
.privacy_section .logo img {
  width: 100%;
  margin: 0;
}
.privacy_lang {
  float: right;
  color: #fff;
}
.privacy_lang a {
  color: #35e419;
  color: #fff;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}
.privacy_lang ul li {
  float: left;
  margin-right: 5px;
}
.privacy_lang ul li a {
  color: #3c3c41;
  background: #fff;
  display: block;
  padding: 4px 7px;
  font-size: 14px;
}
.products_main {
  margin: 30px 0;
}
/************************ Banners Start Here ******************/
.privacy_banner {
  width: 100%;
  min-height: 250px;
  background-color: #a4508b;
  background-image: linear-gradient(326deg, #a4508b 10%, #5f0a87 74%);
  margin-top: 80px;
}
.privacy_banner h1 {
  font-size: 50px;
  font-weight: 500;
  line-height: 66px;
  color: #fff;
  text-align: center;
}
.privacy_content .last_update {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}
.privacy_content .last_update p {
  color: #666;
  padding-bottom: 50px;
}
.privacy_content .last_update p a {
  color: #592c82;
}
.privacy_content .last_update h2 {
  color: #666;
  padding-bottom: 20px;
}
.privacy_content .last_update h6 {
  color: #666;
  padding-bottom: 20px;
}
.privacy_content h2 {
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  margin: 0 0 25px;
}
.privacy_content h6 {
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin: 0 0 25px;
}
.business_persons {
  width: 100%;
  max-width: 1000px;
  margin: 30px auto 0;
  display: block;
}
.business_persons ul {
  list-style: none;
  display: block;
  font-size: 0;
}
.business_persons ul li {
  width: 33.33%;
  float: none;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 10px;
  vertical-align: top;
  display: inline-block;
}
.business_persons ul li img {
  display: block;
  text-align: center;
  margin: 0 auto 5px;
}
.business_persons ul li p {
  font-size: 14px;
  color: #222;
  line-height: 25px;
  text-align: left;
}
.content_max {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 30px;
  display: block;
}
.intro h3 {
  font-size: 30px;
  line-height: 40px;
  color: #333;
  margin-bottom: 15px;
}
.intro p {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 10px;
  text-align: left;
  line-height: 25px;
}
.intro p a {
  color: #a4508b;
}
.intro table td {
  color: #333;
}
ul.p-bullets {
  list-style: circle;
  color: #3c3c3c;
}
ul.p-bullets li {
  position: relative;
  padding: 0 0 0.5em 1em;
  line-height: 1.5em;
}
ul.p-bullets li:before {
  position: absolute;
  font-family: rl_book, tahoma, arial, helvetica, sans-serif;
  font-size: 1.3em;
  top: 0;
  left: 0;
  content: "\2022";
}
.p-numbers {
  list-style-type: decimal;
  padding-left: 20px;
}
.p-numbers li {
  position: relative;
  padding: 0 0 0.5em 1em;
  line-height: 1.5em;
  list-style-type: decimal;
  color: #3c3c3c;
}
.sub_level_bullets {
  margin-left: 20px;
}
.version_section {
  width: 100%;
  padding: 50px 0;
  background: #f5f5f5;
}
.version_history {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 25px;
}
.version_history h3 {
  width: 100%;
  display: block;
  padding-bottom: 15px;
  border-bottom: solid 1px #000;
}
.version_history table {
  width: 100%;
}
.version_history table td {
  border-bottom: solid 1px #000;
  padding: 10px 0;
}
.we_loved {
  width: 100%;
  padding: 50px 0;
  display: block;
  background-color: #a4508b;
  background-image: linear-gradient(326deg, #a4508b 10%, #5f0a87 74%);
  text-align: center;
  color: #fff;
}
.we_loved a {
  display: block;
  max-width: 130px;
  margin: 0 auto;
  font-size: 15px;
  color: #fff;
  padding: 15px 10px;
  background: #fff;
  color: #a4508b;
  text-align: center;
  border: solid 1px transparent;
  transition: all 0.5s ease-in-out;
}
.we_loved a:hover {
  border: solid 1px #fff;
  background: none;
  color: #fff;
  text-decoration: none;
}
.terms_list ol {
  margin: 0;
  padding: 0;
}
.terms_list ol li a {
  font-size: 14px;
  padding-bottom: 10px;
  color: #a4508b;
  display: block;
}
.our_pgp {
  color: #fff;
  padding: 15px;
  background: #9c488b;
  font-size: 14px;
  display: block;
  max-width: 190px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
}
/*------Contact-----*/
.contact_section {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}
.contact_section figure {
  position: relative;
  padding-bottom: 25%;
}
.contact_section figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact_section figure:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #592c8273;
  z-index: 1;
}
.contact_section figure h1 {
  text-align: center;
  color: #fff;
  font-size: 45px;
  font-weight: normal;
}
.banner_content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.contact_form_section {
  margin-bottom: 50px;
}
.contact_form_section form {
  padding: 50px 30px 40px;
  margin: 0 0 80px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 6px 17px 4px rgba(0, 0, 0, 0.09);
}
.contact_form_section form .form-group {
  margin-bottom: 50px;
}
.contact_form_section form input {
  width: 100%;
  height: 40px;
  border: 0;
  border-bottom: solid 1px #222;
  box-shadow: none;
  border-radius: 0;
}
.contact_form_section form input:focus {
  box-shadow: none;
}
.contact_form_section form textarea {
  width: 100%;
  border: 0;
  border-bottom: solid 1px #222;
  box-shadow: none;
  border-radius: 0;
  resize: none;
}
.contact_form_section form textarea:focus {
  box-shadow: none;
}
.submit_btn {
  width: 100%;
  max-width: 105px;
  height: 40px;
  line-height: 40px;
  background: #592c82;
  border: 0;
  color: #fff;
  border-radius: 16px;
  font-size: 15px;
  margin: 0 auto;
  float: none;
  text-align: center;
  display: inherit;
}
.submit_btn:hover {
  background-color: #fff;
  color: #592c82;
  transition: all 0.5s ease;
}
.address_box {
  width: 100%;
  padding: 30px 11px 40px;
  border-left: solid 10px #592c82;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.13);
  margin-bottom: 40px;
}
.address_box ul {
  margin-top: 25px;
}
.address_box ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  word-break: break-all;
  font-size: 13px;
  color: #222;
}
.address_box ul li a {
  font-size: 13px;
  color: #222;
  text-decoration: none;
  display: block;
}
.address_box ul li a:hover {
  color: #35e419 !important;
}
.address_box ul li i {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 17px;
  color: #592c82;
}
.address_box p {
  margin-bottom: 20px;
}
.social_media {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}
.social_media li {
  float: left;
  margin: 0 15px 0 0;
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.social_media li a {
  display: block;
  font-size: 22px;
  color: #592c82;
  margin: 0 0 10px;
  transition: all 0.2s ease-in-out;
}
.social_media li a:hover {
  background: #592c82;
  color: #fff;
}
.desk {
  display: block;
}
.mob {
  display: none;
}
.main_slick .slick-dots {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
}
.main_slick .slick-dots li {
  display: inline-block;
  font-size: 0;
  margin: 0 5px;
}
.main_slick .slick-dots li button {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: 2px solid #a7a7a7;
  margin: 0 5px;
  border-radius: 100%;
}
.main_slick .slick-dots li.slick-active button {
  background-color: #592c81;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #3dae2b;
  color: white;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#myBtn i {
  color: #fff;
  font-size: 30px;
}
#myBtn:hover {
  background-color: #555;
}
.email_grp input {
  width: 100%;
  position: relative;
  padding-right: 90px;
}
.email_grp small.email_text {
  position: absolute;
  bottom: 35px;
  right: 15px;
}
.img-btn {
  display: flex;
  justify-content: center;
  position: relative;
  top: 24em;
}
.btn-hom {
  font-size: 1.4em;
  padding: 1em 2em;
  background-color: #592c82;
  color: white;
}
.btn-hom:hover {
  background-color: white;
  color: black;
  transition: all 0.3s;
}
.bg-coming-img {
  background: url(../images/coming-soon.jpg) no-repeat center;
  background-size: cover;
  height: 50em;
}
.margin-right {
  margin-right: 0.5em;
}
ul.nav.navbar-nav.navbar-right {
  margin-top: -6px;
}
#mySidenav a {
  transition: 0.3s;
  padding: 6px;
  position: fixed;
  z-index: 1000;
  right: -66px;
  text-decoration: none;
  color: white;
}
#about2 {
  top: 20em;
  padding-top: 4px !important;
  background-color: black;
  border-top: 2px solid #3dae2b;
  border-radius: 4px;
  font-size: 14pt;
  transform: rotate(-90deg);
}
.icon-button {
  background-color: white;
  border-radius: 3.6rem;
  cursor: pointer;
  display: inline-block;
  font-size: 2.2rem;
  height: 3.6rem;
  line-height: 3.6rem;
  margin: 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3.6rem;
}
.icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
}
.icon-button:hover span {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 3.6rem;
  margin: -1.8rem;
}
.icon-button:hover .icon-twitter {
  color: white;
}
.icon-button:hover .icon-facebook {
  color: white;
}
.icon-button:hover .icon-google-plus {
  color: white;
}
.icon-button i {
  background: none;
  color: #C13584;
  height: 3.6rem;
  left: 0;
  line-height: 3.6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 3.6rem;
  z-index: 10;
}
.icon-button i:hover {
  color: white !important;
}
.icon-button .icon-twitter {
  color: #4099ff;
}
.icon-button .icon-facebook {
  color: #3B5998;
}
.icon-button .icon-google-plus {
  color: #db5a3c;
}
.twitter span {
  background-color: #4099ff;
}
.facebook span {
  background-color: #3B5998;
}
.google-plus span {
  background-color: #C13584;
}
.dropdown-content {
  position: absolute;
  background-color: white;
  border-radius: 4px;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-left: 13px;
}
.dropdown-menu li a {
  color: black;
  font-size: 19px;
  border-bottom: 1px solid #ededed;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
}
.dropdown-menu li a:hover {
  background: #592c82;
  color: white;
  padding-left: 23px;
}
.dropdown:hover .dropbtn {
  color: #fff;
  background: #592c82;
  border-radius: 30px;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
}
.dropdown .dropdown-menu img {
  width: 12%;
  margin-top: -1px;
}
.backgroundimg h4 {
  color: white;
  padding-top: 200px;
  padding-left: 222px;
  font-weight: 400;
  text-shadow: 2px 2px 14px #020000;
}
.backgroundimg p {
  color: white;
  padding-left: 222px;
  font-size: 19px;
  text-shadow: 2px 2px 14px #020000;
  line-height: 28px;
}
.tab_light_fan {
  border: 0;
}
.tab_light_fan a {
  font-size: 36px;
  padding: 10px;
  color: white;
}
.tab_head {
  width: 25%;
  margin: 0 auto;
}
.tab_head li.active a {
  background: #3dae2b;
}
.tab_head li.active > a:hover {
  background: #3dae2b;
}
.tab_head li.active > a:focus {
  background: #3dae2b;
}
.tab_head li a {
  font-size: 24px;
  color: #fff;
  border: 1px solid;
  margin-right: 5px;
  display: block;
}
.footer_logo {
  width: 65%;
}
.footer_contact {
  padding-left: 25px;
  padding-right: 25px;
}
.mar_right {
  margin-right: 20px;
}
.pad_top {
  padding-top: 10%;
}
.mar_img_r {
  margin-right: 0px;
  width: 30%;
  text-align: center;
}
.fan_cont {
  width: 590px;
}
@media only screen and (min-width: 1200px) {
  .led_flood .product_hover img {
    width: 340px;
  }
}
@media only screen and (max-width: 425px) {
  .backgroundimg h4 {
    padding-left: 27px !important;
    padding-top: 250px;
  }
  .backgroundimg p {
    padding-left: 27px !important;
  }
  .footer_content .products {
    margin-left: 0px !important;
  }
  .footer_content .policies {
    margin-left: 10px !important;
  }
  .footer_content .policies2 {
    margin-left: 0px !important;
  }
  button.dropbtn {
    background-color: black;
    color: white;
  }
  #mySidenav a {
    right: -64px !important;
  }
  #about2 {
    margin-top: 23px !important;
  }
}
@media only screen and (max-width: 375px) {
  .backgroundimg h4 {
    padding-left: 15px !important;
  }
  .backgroundimg p {
    padding-left: 23px !important;
    font-size: 15px !important;
  }
  button.dropbtn {
    background-color: black;
    color: white;
  }
  #mySidenav a {
    right: -66px;
    top: 30em;
  }
  #about2 {
    margin-top: -150px !important;
  }
  .footer_content .products {
    margin-left: 0px !important;
  }
  .footer_content .policies {
    margin-left: 10px !important;
  }
  .footer_content .policies2 {
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .product_section .product_in > figure {
    padding-bottom: 80%;
  }
  .product_section .product_in > figure + p {
    font-size: 23px;
  }
  .dropbtn {
    margin: 0px 10px 2px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 12px 0px 6px 26px;
  }
  .dropdown .dropdown-menu img {
    width: 8%;
  }
  .footer_content .products {
    margin-left: 0px !important;
    display: flex;
    flex-flow: column;
  }
  .bg-coming-img {
    background-size: 230% 100%;
  }
}
@media only screen and (min-width: 900px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
