/* @import url("https://fonts.googleapis.com/css2?family=Assistant:wght@300;400&display=swap");
<link href="http://fonts.cdnfonts.com/css/century-gothic" rel="stylesheet"> */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html.no-js{
  margin-top: 0px !important;
}
 h1, h2, h3, h4, h5, h6, p {
  font-family: 'Assistant', sans-serif !important;
}
.heading-style h2 {
  color: #ff4e00 !important;
  font-weight: 100 !important;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px !important;
}
.heading-style h4 {
  color: #8f8f8f;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight:bold;
}
a.ext-link {
  position: relative;
  height: 100%;
  text-decoration: none;
  color: #f8f9fa;
  cursor: pointer;
}
a.ext-link > div {
  position: relative;
  height: 100%;
  padding: 1rem 0;
}
.content_section h4 {
  color: #fff;
  font-size: 40px;
  margin-top: 10%;
  font-family: 'Assistant', sans-serif;
}
.content_section a {
  color: #fff !important;
}
.home_about img {
  width: 100%;
}
.aboutimg-wrapper {
  position: relative;
}
.tooltips {
  position: relative;
  display: inline-block;
 }
.tooltiptext::after{
 border-top: 15px solid #000000;
      border-right: 20px solid #000;
 
    position: absolute;
    margin: auto;
    left: 0%;
    top: 97%;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 20 solid #222222;
    position: absolute;
    right: 0;
    z-index: 100;
}
.tooltips .tooltiptext {
      line-height: 25px;
    font-size: 19px;
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 6px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltips:hover .tooltiptext {
  visibility: visible;
}

.inlay1 {
  position: absolute;
  padding: 0;
  top: 41%;
  right: 0%;
  z-index: 9;
  left: 0%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 101px;
}
.m-menu {
  float: left;
}
.stepwizard-step .btn {
  border: 4px solid #000 !important;
}
.stepwizard-step .btn-primary:hover {
  background: #222222 !important;
}
.content_section h4 i {
  color: #3399cc;
  font-size: 26px !important;
}
.perimium_tech {
  background: #181818;
  padding: 80px 0px 0 0;
  font-family: "Assistant" !important;
}
.perimium_tech subtitle {
  text-align: center;
}
.perimium_tech h2 {
  text-align: center !important;
  color: #8f8f8f !important;
  font-size: 18px !important;
  margin-bottom: 13px;
  font-family: "Assistant" !important;
  font-weight: 800;
}
.perimium_tech p {
  font-family: "Assistant" !important;
  font-size: 16px;
  text-align: justify;
}
.mt_40 {
  margin-bottom: 40px;
}
.perimium_tech .item-wrapper p {
  color: #ccc;
}
.perimium_tech .active h2 {
  color: #fff !important;
}
.perimium_tech .active p {
  color: #fff !important;
}
.perimium_tech .active {
  background: #ff4e00 !important;
}
.perimium_tech .active:hover {
  background: #2e2e2e !important;
}
.perimium_tech .item-wrapper:hover img {
  width: 80px;
}
.category-icon:hover .detail_para {
  display: none;
}
.perimium_tech .active .title {
  font-weight: 600 !important;
  color: #fff !important;
}
.perimium_tech .active:hover .detail_para {
  display: none;
}
.title {
  font-size: 30px;
  color: #cccccc;
  font-weight: 300 !important;
  
  line-height: 1;
  font-family: "Assistant";
  opacity: 1;
  position: relative;
  margin-bottom: 20px;
}
.perimium_tech img {
  margin-bottom: 20px !important;
}
.centered_sec .description {
  display: none !important;
}
.centered_sec p{
text-align:center;
}

.centered_sec:hover .description {
  display: block !important;
}
.wrapper .row .item-wrapper:hover .description h4 {
  color: #fff !important;
  font-family: "Assistant";
  font-size: 20px;
  margin-top: 20px;
  font-weight: 500;
}
.wrapper .row:hover .detail_para {
  display: none;
}
.wrapper .row .item-wrapper .centered_sec:hover .detail_para {
  display: none !important;
}

.subtitle {
  color: #ced4d9;
  font-size: 0.9rem;
  letter-spacing: 0.035rem;
  line-height: 1.125;
  margin: -0.25rem 0 0;
  text-align: center !important;
  margin-bottom: 30px;
}
.wrapper .row {
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
}
.wrapper .row > div {
  height: 240px;
  overflow: hidden;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.wrapper .row > div:before {
  /*background: rgba(33, 37, 41, 0.7);
    */
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wrapper .row:hover > div {
  flex-basis: calc(100% * 1 / 6);
  flex-basis: 16.66%;
  max-width: calc(100% * 1 / 6);
  max-width: 16.66%;
}
.wrapper .row .item-wrapper {
  flex-basis: calc(100% * 1 / 3);
  flex-basis: 33.33%;
  max-width: calc(100% * 1 / 3);
  max-width: 33.33%;
  margin-top: 20px;
  float: left;
  width: 100%;
  /* padding:10px 25px;*/
}
.sec_pad {
  padding: 10px 25px !important;
}
.is-search-icon {
  border-right: 0px !important;
  border-radius: 5px 0px 0px 5px !Important;
}
#menu-item-304{
background:#1a1a1a !important
}
/* #menu-item-304 .sub-menu-toggle{
	position: absolute;
    left: 0px;
    background: transparent;
    padding: 0px;
    margin-top: 0px;
    top: 32px;
    right: 0px;
    opacity: 0;
    width: 100%;
    display:block !Important;
} */

.custom-menu-class #menu-mega-menu  ul {
    padding: 0px !important;
    width: 180px !important;
    /* margin-top: 5px; */
}
#menu-item-304 .sub-menu-toggle .icon-minus{
    display: none;
}
.wrapper .row .item-wrapper > div {
  height: 100%;
  position: relative;
}
.is-menu.is-dropdown form{
width: 330px;}
.is-menu {
 margin-top: 10px;}
#menu-mega-menu li:hover ul{
width: 180px;
margin-right: 0px;
}
/* #menu-mega-menu li:hover ul li{
padding:0px 6px;
} */
#menu-mega-menu li:hover ul li ul{
display:none}
#menu-mega-menu li ul li:hover ul li ul{
display:none}
#menu-mega-menu li ul li ul li:hover ul{
display:block;
 width: 300px;
}
.is-menu{
z-index: 999999999 !important;
}

#menu-mega-menu #menu-item-304::before {
   /* content: "\f107";*/
    font-family: FontAwesome;
    /* position: absolute; */
    padding-left: 5px;
    color: #fff;
    font-size: 15px;
    left: 21.5%;
    position: absolute;
    margin-top: 9px;
}
.custom-menu-class .menu .sub-menu li a{
padding: 7px 10px !important;
}
.navbar-collapse #menu-header-menu{
padding:22px 0px;
}

#menu-mega-menu #menu-item-304{
    border: 1px solid #cccccc52;
    border-radius: 5px;
    margin-top: 10px;
    width: 116px;
}
#menu-mega-menu .sub-menu .menu-item-has-children::before{
  content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 5%;
    margin-top: 8px;
    color: #5c5c5c;
}

#menu-mega-menu .menu-item:hover .sub-menu{
padding:0px;}
#menu-mega-menu li ul li:hover ul{
    display:block;
    position: absolute;
    left: 100%;
    right: 0px;
       /* top: 0px; */
    margin-top: -45px;
    padding-top: 0px!important;
    visibility: visible;
    z-index: 9 !important;
    width: 230px;
    background: #1e1e1e;}
.item-wrapper {
  position: relative;
}
.category-icon ul li{
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin: 0px 11px;
  text-align: center;
}

.category-icon .phone_call i{
font-size: 21px;
    position: relative;
    top: 2px;
    right: 3px;
}
.category-icon ul li a {
  color: #fff !important;
  font-size: 18px!important;
}
.whats_app i {
  background: #49b45f none repeat scroll 0 0;
  border-radius: 3px;
  margin-right: 5px;
  padding: 3px 4px;
  transform: rotate(270deg);
  font-size: 16px;
}
.wrapper .row .item-wrapper > a > div {
  position: relative;
  height: 100%;
  padding: 1rem 0;
}
.wrapper .row .item-wrapper .description p {
  /*width: calc(100% * 2/3);*/
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 0;
  opacity: 0;
  margin: 0em 1em;
}
.item-wrapper .description a {
  text-align: center;
  color: #ff4e00 !important;
  font-weight: 600;
  font-family: "Assistant";
  font-size: 16px;
}

.item-wrapper .category-icon {
  content: "";
  position: absolute !important;
  text-align: center;
  bottom: 4%;
  height: auto !important;
  font-size: 0.79rem;
  color: #0dafe0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px;
}
.menu-item-304 {
  margin-right: 18px;
}
#menu-item-304:hover{
border-bottom:1px solid #ddd;
}
.wrapper .row:hover > div .category-icon {
  display: none;
}
.wrapper .row .item-wrapper:hover > div .category-icon {
  display: block !important;
}
.wrapper .row .item-wrapper .category-icon:after {
  content: "";
  display: block;
  margin-left: 0 !important;
  background-repeat: no-repeat;
  -webkit-mask-image: url(../images/sports_biotech_icon.svg);
  mask-image: url(../images/sports_biotech_icon.svg);
  background-color: #0dafe0;
  /* height: 20px;
     width: 21px;
    */
}
.item-wrapper:hover .description {
  display: block !important;
}
.item-wrapper:hover .description {
  display: block !important;
}
.item-wrapper:hover .description p {
  color: #fff !important;
}
.blue_color {
  color: #1062a9 !important;
}
.wrapper .row .item-wrapper:hover {
  flex-basis: calc(100% * 2 / 3);
  flex-basis: 66.66%;
  max-width: calc(100% * 2 / 3);
  max-width: 66.66%;
  float: left;
}
.wrapper .row .item-wrapper:hover .title {
  font-size: 1.953rem;
  color: #fff;
  text-shadow: none;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
}
a:hover {
  color: #fff;
  text-decoration: none !important;
}
.wrapper .row .item-wrapper:hover p {
  color: #fff;
  text-align: center;
}
.description p {
  text-align: center;
}
.callout li:before{
 content: '\f111';
    font-family: 'FontAwesome';
    right: 14px;
    margin-right: 11px;
    color: #ff4909;
    display: inline-block;
}
.callout li{
line-height: 33px !important;
}
.wrapper .row .item-wrapper:hover .title {
  opacity: 1;
  color: #fff;
  text-decoration: none !important;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.wrapper .row .item-wrapper:hover .category-icon {
  opacity: 1;
  filter: grayscale(0%);
  display: block;
}
.wrapper .row .item-wrapper:hover .description p {
  opacity: 1;
  color: #212529;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.sideways {
padding: 57px 0px;
}
 
.wrapper .row .item-wrapper:hover:before {
  /* background: rgba(248, 249, 250, 0.8) !important;
    */
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mobile-wrapper {
  height: initial;
  max-width: 320px;
  margin: 0 auto;
}
.mobile-wrapper .row {
  flex-direction: column;
}
.mobile-wrapper .row > div {
  position: relative;
  height: auto;
  max-width: none !important;
  flex-basis: 100% !important;
}
.mobile-wrapper .row > div:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.mobile-wrapper .row > div:first-child:hover {
  margin-left: initial;
}
.mobile-wrapper .row > div:last-child:hover {
  margin-right: initial;
}
.mobile-wrapper .row > div > div {
  position: relative;
  padding: 2rem 0;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-content: center;
}
.mobile-wrapper .row > div .category-icon {
  flex-direction: row;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  font-size: 0.79rem;
  color: #0dafe0;
  display: flex;
  align-items: center;
  padding: 0.35rem;
  opacity: 0.7;
  filter: grayscale(50%);
}
.mobile-wrapper .row > div .category-icon:after {
  content: "";
  display: block;
  margin-left: 0.5rem;
  background-repeat: no-repeat;
  -webkit-mask-image: url(../images/sports_biotech_icon.svg);
  mask-image: url(../images/sports_biotech_icon.svg);
  background-color: #0dafe0;
  height: 20px;
  width: 21px;
}
.mobile-wrapper .row > div .title {
  color: #f8f9fa;
}
.mobile-wrapper .row > div .subtitle {
  opacity: 1;
  padding-bottom: 1rem;
  color: rgba(158, 223, 243, 0.9);
}
.mobile-wrapper .row > div .description {
  padding-bottom: 0.5rem;
}
.mobile-wrapper .row > div .description p {
  width: 100%;
  opacity: 1;
  color: #6c757d;
}
.mobile-wrapper .row > div .description a {
  color: #6c757d;
}
.mobile-wrapper .row > div:active > div {
  opacity: 1;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.mobile-wrapper .row > div:active .title {
  font-size: 1.5rem;
  color: #f8f9fa;
  text-shadow: none;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
}
.mobile-wrapper .row > div:active .subtitle {
  opacity: 1;
  color: #9edff3;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
}
.mobile-wrapper .row > div:active .category-icon {
  opacity: 1;
  filter: grayscale(0%);
}
.mobile-wrapper .row > div:active .description p {
  opacity: 1;
  color: #f8f9fa;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
}
.mobile-wrapper .row > div:active .description a {
  opacity: 1;
  color: #f8f9fa;
  letter-spacing: 0.06rem;
  line-height: 0.9;
  font-size: 0.9rem;
  padding: 0.2rem 0.5rem 0.3rem;
  background: rgba(233, 236, 239, 0.1);
  border: 1px solid rgba(233, 236, 239, 0.2);
  border-radius: 4px;
}
.mobile-wrapper .row > div:active:before {
  background: rgba(33, 37, 41, 0.9);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.item-wrapper {
  background: #222222;
  height: 600px !important;
  text-align: center;
}
/*.wrapper .row .mobile-wrapper .row{
     background-color: #222222;
     background-position: center center;
     background-size: cover;
}
 .wrapper .row:last-child > :nth-child(2), .mobile-wrapper .row:last-child > :nth-child(2) {
     background: #e9ecef;
     background-image: url("//themjcl.com/wp-content/uploads/2019/02/tapedesign.jpg");
     background-position: center center;
     background-size: cover;
}
 .wrapper .row:last-child > :nth-child(3), .mobile-wrapper .row:last-child > :nth-child(3) {
     background-color: #112a3b;
     background-image: url("//themjcl.com/wp-content/uploads/2019/02/bolleraven.jpg");
     background-position: center center;
     background-size: cover;
}
*/
.tb_button {
  padding: 1px;
  cursor: pointer;
  border-right: 1px solid #8b8b8b;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.tb_button.hover {
  border: 2px outset #def;
  background-color: #f8f8f8 !important;
}
.company-logo img{
margin-bottom:15px}
.company-logo{
    padding: 50px 0px;
    display: contents;
}
.ws_toolbar {
  z-index: 100000;
}
.ws_toolbar .ws_tb_btn {
  cursor: pointer;
  border: 1px solid #555;
  padding: 3px;
}
.tb_highlight {
  background-color: yellow;
}
.tb_hide {
  visibility: hidden;
}
.ws_toolbar img {
  padding: 2px;
  margin: 0px;
}
.banner-text {
  margin-top: 10%;
  width: 100%;
}
.banner-text  .col-md-4 img {
  width: 90%;
  margin-bottom: 15px;
}
.banner-text p {
font-size: 16px;
}
.right-img img {
  width: 150px !important;
  margin-top: 50px;
  margin-bottom: 50px;	
}
.left-img img {
  /*width: 150px !important;*/
  margin-top: 63px;
}
.carousel-control.right{
background-image:none !important}
.carousel-control.left{
background-image:none !important
}
.carousel-control{
opacity: 1 !important;}
.category-icon ul {
  padding: 0px 10px !important;
  text-align: center;
  /* position: fixed; */
  bottom: 0;
  width: 100%;
}
.left i{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: #023e54;
    padding: 14px 8px;
    width: 45px;
    height: 45px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 50px;
    opacity: 1 !important;
    left: -50px;
    color: #ffffff;
    text-align: center;
}
.right i{
    top: 50%;
    position: absolute;
    background: #023e54;
    padding: 14px 8px;
    width: 45px;
    height: 45px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 50px;
    opacity: 1 !important;
    transform: translateY(-50%);
    right: -50px;
    color: #ffffff;
    text-align: center;
}
.category-icon li {
  list-style: none !important;
}
.home_about p {
  color: #8f8f8f !important;
  font-size: 16px;
  font-family: "Assistant";
  text-align: justify;
  line-height: 22px;
}
.text_color {
  color: #8f8f8f !important;
}
.banner-text h2 {
  font-weight: 900 !important;
  font-family: "Assistant", sans-serif;
  font-size: 70px !important;
  color: #013e54;
  line-height: 1.26;
  /* letter-spacing: -4px;
     */
  margin-bottom: 18px !important;
  transition: all 300ms linear 0s;
  text-transform: none;
  margin: 0;
}
.banner-text h4 {
 text-transform: none;
    font: bold 23px Assistant, sans-serif;
    margin-bottom: 17px;
    color: #f75c03;
    transition: all 300ms linear 0s;
}
/* .banner-text p {
  color: #ieieie!important;
  font-size: 15px !important;
  margin-bottom: 10px;
} */
.left-img {
  width: 50%;
  float: left;
}
.home_about {
  padding: 30px 0px 64px;
  background: #222222;
}
.desktop-view {
  display: block !important;
}
.mobile_view {
  display: none !important;
}
.custom-menu-class .menu {
  position: relative;
  right: 0px;
  display: flex;
  padding-left: 0px !important;
  padding: 13px 0px;
  z-index: 99999999;
}
.custom-menu-class .menu li {
  color: #fff;
  list-style: none !important;
}
.custom-menu-class .menu .sub-menu {
  position: absolute;
  padding-left: 0px;
  padding: 40px 0px;
  background: #1e1e1e;
  transition:  0.5s;

}
.custom-menu-class .menu .sub-menu {
  display: none;
 }

#back-top {
    display: inline-block;
    background-color: #fff;
    width: 55px;
    height: 55px;
    border-top: 5px solid #1062a9;
    border-right: 3px solid #1062a9;
    border-bottom: 0px solid #1062a9;
    border-left: 3px solid #1062a9;
    left: 50% !important;
    transform: translateX(-50%);
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#back-top::after {
  content: "\f062 ";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
 color: #1062a9;
}
#back-top:hover {
  cursor: pointer;
  background-color: #fff;
box-shadow: 0px 0px 10px #0665b887;
}
#back-top:active {
  background-color: #555;
}
#back-top.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 1026px) {
  .custom-menu-class .menu .menu-item:hover .sub-menu {
    opacity:1 !Important;
  }
  #menu-header-menu li:hover .sub-menu{
    display:block !important;
  }
}
.custom-menu-class .menu .menu-item:hover .sub-menu {
  padding: 0px 10px;
  padding-bottom: 18px;
}
.menu li.menu-item-has-children:hover a {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
}
.sub-menu li a {
  line-height: 25px !important;
}
.custom-menu-class .menu .menu-item a {
  color: #fff;
  text-shadow: none;
  line-height: 29px;
  padding: 0px 9px;
  text-transform: none;
  font-family: "Assistant";
  font-size: 16px !important;
  font-weight: 500;
  border-radius: 5px;
  position: relative;
  display: block;
  border-top: 4px solid transparent;
  transition: all 0.3s ease;
}
.custom-menu-class .menu .sub-menu a{
       padding: 7px 10px !important;
        border-bottom: 1px solid #64646426;
}
.sub-menu-toggle {
  display: none;
}
.navbar .container-fluid {
  padding: 0px 100px !important;
}
.navbar {
  margin-bottom: 0px !important;
  border-radius: 0px !important;
}
.navbar-dark {
  background-color: #1e1e1e !important;
}
.navbar-inverse {
  height: 80px;
}
.navbar-fixed-top {
  background-color: #1e1e1ee8 !important;
}
.navbar-form input {
  border-left: none !important;
  width: 300px !important;
  padding: 5px 0px !important;
}
.navbar-form .btn {
  padding: 6px 10px !important;
}
.input-group-btn button {
  border-right: none !important;
}
.input-group-btn button {
  background: transparent !important;
}
.input-group-btn button i {
  color: #fff !important;
}
.input-group input {
  background: transparent !important;
}
.navbar-nav .navbar-form .form-control::placeholder {
  font-size: 14.5px !important;
  font-family: "Assistant";
}
.navbar-nav li a {
  padding: 5px 7px !important;
  font-size: 15px !important;
  font-weight: 600;
}
.navbar-nav li {
  margin: 16px 0px !important;
}
.dropdown-toggle {
  border: 1px solid #525252;
  border-radius: 4px;
}
.top_search_icon {
  vertical-align: top;
}
.navbar-form {
  margin: 0px 0px 0px;
}
.navbar-form input {
  margin: 0px !important;
}
.navbar-form input::placeholder {
  color: #fff !important;
  padding-left: 0px !important;
  font-size: 15px !important;
  padding-right: 0px !important;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff !important;
}
.navbar-form input {
  border: 1px solid #525252 !important;
  border-left: none !important;
}
.input-group-btn button {
  border: 1px solid #525252 !important;
  border-right: none !important;
}
.navbar-brand img {
  width: 55px;
}
/* .navbar-brand {
  float: left;
  height: auto !important;
  padding: 10px 15px !important;
  width: 100% !important;
} */
.desktop_header{
display:block;
}
.mobile_header{
display:none;
}
.process {
  padding: 50px 0px;
  background: #181818;
  text-align: center;
}
.process h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Assistant";
  color: #8f8f8f;
  font-weight: bold;
  margin-bottom: 60px;
}
.process_content p {
  color: #8f8f8f !important;
  text-align: center;
  font-size: 18px;
  font-family: "Assistant";
}
.process_content img {
  margin-bottom: 10px;
}
.process_content h4 {
  color: #8f8f8f !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  font-family: "Assistant";
  text-transform: capitalize;
  margin-bottom: 10px;
}
.tabs-left {
  border-bottom: none;
  /*border-right: 1px solid #ddd;
    */
}
.tabs-left > li {
  float: none;
  margin: 0px;
  width: 100%;
}
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background: transparent;
  border: none;
  border-radius: 0px;
  margin: 0px;
}
.nav-tabs > li > a:hover {
  margin-right: 0;
  line-height: 1.42857143;
  border: 0;
  /* border-radius: 4px 4px 0 0;
     */
}
.tabs-left > li >  a.active::after {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #222222;
  content: "";
  position: absolute;
  right: 0;
  z-index: 100;
  top: 1px;
}
.company_sec {
  padding: 40px 0px;
  background: #181818;
}
.sec_pad {
  padding: 10px 25px;
}
.company_sec img {
  border-radius: 50%;
  /* position: absolute;
  top: 50px; */
    
}
.company_sec h4 {
  color: #8f8f8f !important;
  font-size: 18px !important;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 30px !important;
}
.company_sec p {
  color: #8f8f8f !important;
  font-size: 15px !important;
  text-align: justify;
  font-family: "Assistant";
  padding-bottom: 25px;
}
.company_content {
  padding: 20px 0px !important;
  margin-top: 30px;
}
.promise {
  padding: 35px 0px;
  text-align: center;
  background: #ffffff;
}
.promise h2 {
  color: #8f8f8f !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-family: "Assistant";
  padding-bottom: 10px;
}
.promise p {
  color: #222222 !important;
  font-size: 16px !important;
  text-align: left;
  margin-bottom: 20px;
  font-family: "Assistant";
}
.promise_content p {
color: #222222 !important;
  font-size: 16px !important;
  padding: 0px 50px;
  text-align: center;
}
.promise ul {
  list-style: none;
  margin-bottom: 6px;
  padding: 0px !important;
}
.promise li {
  font-weight: 600;
  color: #8f8f8f;
  font-family: "Assistant";
  display: inline;
  font-size: 24px;
  text-transform: uppercase;
}
.promise img {
  width: 50px;
  margin-right: 10px;
}
.learn_more a {
  color: #ff4e00 !important;
  margin-top: 20px !important;
  font-size: 18px;
  font-weight: 600 !important;
}
.tb_button {
  padding: 1px;
  cursor: pointer;
  border-right: 1px solid #8b8b8b;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.tb_button.hover {
  border: 2px outset #def;
  background-color: #f8f8f8 !important;
}
.ws_toolbar {
  z-index: 100000;
}
.ws_toolbar .ws_tb_btn {
  cursor: pointer;
  border: 1px solid #555;
  padding: 3px;
}
.tb_highlight {
  background-color: yellow;
}
.tb_hide {
  visibility: hidden;
}
.ws_toolbar img {
  padding: 2px;
  margin: 0px;
}
.tab-content {
  background: #222222;
}
.tab_mainbg {
  background: #222;
}
.no_padding {
  padding: 0px !important;
}
.tab_style .nav-tabs {
  background: #181818;
  height: 529px;
}
.abouttab_bg {
  background: #222;
  height: 348px;
}
.about_tab .nav-tabs li {
  margin-left: 10%;
}
.disclaimer {
  padding: 30px 0px;
  background-color: #181818;
  border-top: 6px solid #3c3c3c;
}
.disclaimer h4 {
  color: #ff4e00;
  font-size: 18px;
  font-family: 'Assistant', sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.disclaimer p {
  color: #8f8f8f !important;
  font-size: 16px !important;
  font-family: 'Assistant', sans-serif;
}
.tab_style {
  background: #181818;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent !important;
}
.nav-tabs > li > a {
  position: relative;
  display: block;
  font-family: "Assistant";
  font-size: 18px;
  padding: 10px 15px;
  margin-left: 10%;
  color: #8f8f8f;
  text-transform: uppercase;
}
.tabs-left > li.active > a {
  margin-left: 10% !important;
  color: #8f8f8f !important;
  text-transform: uppercase;
}
.tab-pane h2 {
  color: #ff4e00 !important;
  font-size: 18px !important;
  margin-bottom: 15px !important;
  font-weight: 100 !important;
}
.tab-pane h4 {
  color: #8f8f8f !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  margin-bottom: 30px !important;
}
.tab-pane p {
  color: #8f8f8f !important;
  font-size: 16px !important;
  line-height: 30px;
  text-align: justify;
}
.tab-content {
  margin: 50px;
}
.more_btn {
  color: #ff4e00;
  margin: 40px 0px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.more_btn a {
  color: #ff4e00 !important;
}
/*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/
#footer {
  position: relative;
  background: #222222 !important;
}
#footer .footer_widgets .widget .widget_title {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #8f8f8f;
  text-transform: uppercase;
  margin: 20px 0 20px;
  letter-spacing: 0.15px;
  line-height: 1;
}
.footer_widgets {
  padding: 20px 0 0;
}
.footer_widgets .socials {
  margin-top: 28px;
}
.footer-contacts {
  padding: 25px 0;
  background: none;
  border-top: 8px solid #444444;
  position: relative;
  background-color: #222222;
}
/* .footer-contacts:before {
  content: "";
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 8px solid #444444;
  
} */
.footer_img img {
  width: 70px;
  margin: 10px 0px;
}
.footer-contacts .container {
  position: relative;
  z-index: 2;
}
.footer-contact,
.footer-contact .media-body a {
  font: 15px/22px "Open Sans", sans-serif;
  color: #fff;
  letter-spacing: 0.3px;
}
@media only screen and (max-width: 1920px) {
  #menu-mega-menu #menu-item-304::before{
  left: 13.5%;
  }
  #menu-mega-menu #menu-item-304{
      width: 125px;
  }
}
@media only screen and (max-width: 1500px) {
  #menu-mega-menu #menu-item-304::before{
  left: 17.5%;
  }
}
@media only screen and (max-width: 1400px) {
  #menu-mega-menu #menu-item-304::before{
  left: 21.5%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
  .category-icon ul li {
    font-size: 15px !important;
  }
.sidebar_contact .details h5{
    font-size: 13px !important
}
.is-menu.is-dropdown form{
    width: 260px !important;}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a span{
font-size: 15px !important;
}
  .inlay1 {
    width: 75px !important;
  }
  .tabs-left > li.active > a {
    margin-left: 0% !important;
  }
  .nav-tabs > li > a {
    margin-left: 0% !important;
  }
 
  .disclaimer p {
    font-size: 15px !important;
  }
  .widget-footer .menu li a {
    font-size: 14px;
  }
  .footer-contact.footer_phone .media {
    padding: 0px !important;
  }
  .footer-contact .media {
    margin-left: 1px;
  }
  .footer_text li a {
    font-size: 14px;
  }
.footer_text li a:hover {
color: #489dc5 !important;
}
.navbar-header {
    width: 90px !important;
  }
  .navbar-form input {
    width: 165px !important;
  }
  .wpmm-mega-menu-href-title {
    font-size: 15px;
  }
  .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title,
  .wpmm-sub-menu-wrap
    ul
    li.wp-mega-menu-header
    > a.wp-mega-menu-link
    span.wpmm-mega-menu-href-title {
    font-size: 18px !important;
  }

  .navbar-nav li a {
    font-size: 14px !important;
    font-family: "Assistant";
    font-weight: 500;
  }
  .openbtn {
    font-size: 14px !important;
  }
  .banner-text h2 {
    font-size: 55px !important;
  }
  .heading-style h2 {
    font-size: 20px !important;
  }
  .content_section h4 {
    font-size: 35px !important;
    margin-top: 5% !important;
  }
  .perimium_tech p {
    font-size: 14px !important;
  }
  .process_content p {
    font-size: 14px;
  }
  .nav-tabs > li > a {
    font-size: 15px !important;
  }
  .tab-pane h2 {
    font-size: 16px !important;
    margin-bottom: 9px !important;
  }
  .tab-pane h4 {
    font-size: 16px !important;
    margin-bottom: 15px !important;
  }
  .company_sec p {
    font-size: 14px !important;
  }
  .company_sec h4 {
    margin-bottom: 15px !important;
  }
  .promise p {
    font-size: 15px !important;
  }
  .promise li {
    font-size: 19px !important;
    font-weight: 800 !important;
  }
  .promise img {
    width: 40px !important;
  }
  .tab-pane p {
    font-size: 14px;
    line-height: 25px !important;
  }
}
@media (max-width: 1199px) {
  .footer-contact {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .footer-contact + .footer-contact {
    margin-top: -1px;
  }
}
.footer-contact .media {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(1, 17, 32, 0.7);
}
.footer-contact .media-left {
  vertical-align: middle;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  color: #489dc5;
}
.footer-contact .media-left i {
  text-align: center;
  width: 70px;
}
.footer-contact .media-body {
  padding: 24px 18px;
}
@media (max-width: 767px) {  
  .footer-contact .media-body {
    word-break: break-all;
  }
  
}
.footer-contact strong {
  text-transform: uppercase;
  display: block;
  color: #9bb2c7;
}
.site-footer {
  background: none;
  /*url(../images/bg6.jpg) no-repeat fixed center 0 #111f2d;
    */
  -webkit-background-size: cover;
  background-size: cover;
}
.site-footer .container {
  position: relative;
  z-index: 3;
}
.footer-sidebar {
  padding: 40px 0 0;
}
.widget-footer .widget-title {
  color: #8f8f8f;
  font-family: "Assistant";
  font-size: 18px;
  margin: 23px 0px;
  font-weight: 700;
  letter-spacing: 0.15px;
  line-height: 1;
  text-transform: uppercase;
  margin: 20px 0 20px;
}

.widget-footer p {
  font-family: "Open Sans", sans-serif;
  line-height: 24px !important;
  color: #8f8f8f;
  letter-spacing: 0.3px;
  font-size: 15px !important;
}
.widget-footer .menu {
  list-style: none;
  padding: 0;
  margin: 0 0 45px;
}

.widget-footer .menu li a {
  color: #8f8f8f;
  line-height: 25px;
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
}
.widget-footer .menu li a:hover,
.widget-footer .menu li a:focus {
  color: #ff4909;
}
.emmergency-support-banner {
  margin-right: 0px;
  float: right;
}
.footer_text ul {
  list-style: none;
  padding-left: 0px;
}
.footer_text li a {
  color: #8f8f8f !important;
  line-height: 25px;
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
}
.terms-conditions{
padding:60px 0px;}
.terms-conditions h4{
    color: #fff !important;
    font-weight: 600 !important;
    font-family: 'Assistant', sans-serif !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    margin: 25px 0px 15px 0px;
}
.terms-conditions h5{
    color: #fff !important;
    font-weight: 600 !important;
    font-family: 'Assistant', sans-serif !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    margin: 25px 0px 15px 0px;
}
.terms-conditions p{
    color: #dedede !important;
    font-weight: 100 !important;
    font-family: 'Assistant', sans-serif !important;
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 20px;
}
.content-area {
  background: #222222;
  margin: 20px 20px;
}
.content-area li::before{
content: '\f046';
    font-family: 'FontAwesome';
    right: 14px;
    margin-right: 11px;
    color: #ff4909;
    display: inline-block;
}

.specification {
  background: #0e0e0e;
  margin-bottom: 30px;
  display: flex;
}
.specification p {
  font-size: 11px;
  line-height: 13px;
    color: #dedede !important;
    font-family: 'Assistant', sans-serif;
}

.padd_left0 {
  padding-left: 0px !important;
}
.page_bg {
  background: #222222 !important;
}
.quick_repair p {
  margin: 20px 0px;
  color: #d84505;
  font-size: 15px;
  text-align: left;
}
.quick_repair h5 {
  padding-left: 15px;
  text-align: left;
}
.quick_repair {
  padding: 50px 0px;
}
.align-center {
  text-align: center !important;
}
.quick_repair input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea,
input[type="password"] {
  background:#8e8e8e !important;
  padding: 20px !important;
  width: 100%;
  height: 50px;
  border-radius: 5px;
    font-style: normal;
}
.quick_repair input[type="email"],
input[type="number"] {
  background: #8e8e8e !important;
  padding: 20px !important;
  width: 100%;
  height: 50px;
  border-radius: 5px;
}
.quick_repair input[type=checkbox]{
 background: #8e8e8e !important;
}
.contact_form{
padding:50px 0px;
}
.contact_form h2{
    color: #d84505 !Important;
    font-size: 20px !important;
    font-family: Assistant !important;
    margin-bottom: 15px;
}
.contact_form input[type="text"], input[type="email"], input[type="tel"], select, textarea, input[type="password"] {
    background: #8e8e8e !important;
    padding: 20px!important;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-style: normal;
}
.contact_form input[type="submit"]{
    padding: 7px 33px;
    background: #ff4909 !important;
    color: #fff !important;
}
.contact_form input[type="email"]{
   margin-bottom:0px !important;
}

.contact_form p{
color: #fff !important;
    font-size: 14px !important;
    font-family: Assistant !important;
margin-bottom: 25px;
}
.contact_form .col-md-12{
padding:0px !important;
}
.form-check {
  width: 100%;
  text-align: left;
}
.form-check label span {
  font-size: 14px;
  line-height: 45px;
  vertical-align: super;
  color: #fff;
font-style: normal;
}
.quick_repair textarea {
  background: #8e8e8e !important;
  padding: 20px !important;
  width: 100%;
  height: 100px;
    font-weight: 200;
    background: #8e8e8e !important;
  border-radius: 5px;
 font-family: Assistant !important;
 font-size: 16px !important;
margin-bottom:0px !important
}
.quick_repair textarea ::placeholder {
  color: #0e0e0e !important;
  font-family: Assistant !important;
  font-size: 16px !important;
  font-weight: 100 !important;
}

.quick_repair .form-control {
  margin-bottom: 10px !important;
  border: none !important;
}
.quick_repair label {
  color: #fff !important;
  font-weight: 300;
  line-height: 30px;
margin-bottom:0px;
}
.accept-terms .wpcf7-list-item-label  {
  color: #ff4e00 !important;
  }
.quick_repair h5 span{
  color: #ff4e00 !important;
}
.quick_repair h5 {
font-weight: 200;
    color: #fff;
    line-height: 25px;
    text-transform: unset;
    font-family: 'Assistant';
    font-size: 16px;
}
.quick_repair h5 a {
  color: #1062a9;
  font-style: italic;
  text-decoration: underline;

}
.quick_repair li {
  color: #fff;
  display: inline;
  padding: 7px 31px;
  /* color: #033d53; */
  background: #ff4e00;
  border-radius: 50px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 700;
}
.mt_30 {
  margin-top: 30px;
}

.quick_repair .btn-primary {
      background: #ff4e00 !important;
    font-size: 18px;
    font-weight: 700;
    border: none;
    padding: 12px 27px;
}
.content-area h2 {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-family: 'Assistant', sans-serif !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  margin: 25px 0px 15px 0px;
}
.content-area p {
  color: #fff !important;
  font-weight: 100 !important;
  font-family: 'Assistant', sans-serif !important;
  font-size: 13px !important;
  line-height: 18px !important;
  margin-bottom: 20px;
}
.content-area span {
  color: #ff6600;
  font-weight: 500;
}
.content-area .mar-tp{
  margin-top: 20px;
}
.content-area .pad{
  padding: 10px 10px 10px 24px;
}
.content-area h4 {
  color: #fff !important;
  font-weight: 300 !important;
  font-family: 'Assistant', sans-serif !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  margin-top: 40px;
  margin-bottom: 10px !important;
}
.content-area ul {
  list-style: none !important;
  padding-left: 0px !important;
  margin-bottom: 40px;
}
.content-area li {
  text-transform: uppercase !important;
  font-size: 15px;
  line-height: 28px;
  font-weight: 100;
  color: #dedede !important;
}
.specification p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
}
.specification h4 {
  margin-top: 9px !important;
    color: #fff !important;
text-transform:uppercase;
margin-bottom: 8px !important;
    font-family: 'Assistant', sans-serif;
}
.side-bar {
  background: #0e0e0e;
  padding: 0px 0px;
}
.side-bar_bg {
  background: #0e0e0e;
}
.side-bar-form h2 {
  font-size: 14.5px !important;
  color: #999999 !important;
  margin-bottom: 10px !important;
  font-weight: bold !important;
  text-align: center;
  margin-top: 2rem;
}
.side-bar-form h4 {
  font-size: 16px !important;
  color: #d44100 !important;
  margin-bottom: 10px !important;
  font-weight: 600 !important;
  text-align: center;
  text-transform: uppercase !important;
}
.side-bar-form p {
  color: #555555;
  font-weight: bold !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  text-align: center;
  line-height: 1.2;
}
.side-bar-bg {
  background: #0e0e0e;
}
.mb_50 {
  margin-bottom: 50px;
}
.side-bar form {
  margin: 30px;
}
.sidebar_contact {
  margin: 80px 0px 40px 0px;
}
.sidebar_contact .details {
  border-bottom: 1px solid #565656;
  margin: 10px 40px;
}
/*.details:hover h4 {
  color: #ff4e00 !important;
  font-family: Assistant !important;
  font-size: 16px !important;
}*/
.sidebar_contact .details h3 {
  color: #ff4e00 !important;
  font-family: Assistant !important;
  font-size: 16px !important;
}
.sidebar_contact h3 {
  color: #ff4e00 !important;
  font-family: Assistant !important;
  font-size: 16px !important;
}
.sidebar_contact .details h4 {
  font-family: Assistant !important;
  font-size: 18px !important;
  color: #6e6c6d;
  height: 25px;
  font-weight: 600;
margin-bottom:5px;
text-transform: uppercase;
}
.sidebar_contact .details h4 {
  font-family: Assistant !important;
  font-size: 14px !important;
  color: #b7b1b1 ;
  height: 25px;
  font-weight: 600;
  font-style: italic;
}
.sidebar_contact p {
  font-family: Assistant !important;
  font-size: 16px;
  line-height: 31px;
  color: #b7b1b1 ;
  /*height: 35px;*/
}
.sidebar_contact .details p {
  font-family: Assistant !important;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #b7b1b1 ;
}
/* .details:hover p {
  font-size: 16px !important;
} */
/* .details:hover h5 {
  font-size: 18px !important;
} */
.sidebar_contact .details h5 {
  font-family: Assistant !important;
  font-size: 13px;
  color: #b7b1b1 !important;
  font-weight: 700;
  margin-bottom: 20px;
 }
.side-bar-map h4 {
  font-family: Assistant !important;
    font-size: 16px !important;
    color: #b7b1b1;
    font-weight: 600;
    margin-bottom: 5px;
    font-style: italic;
    text-transform: uppercase;
}
.side-bar-map p {
  font-family: Assistant !important;
  font-size: 13px !important;
  font-weight: 500;
  color: #b7b1b1;
  margin-bottom: 25px;
}
.container-fluid {
  padding: 0px 50px !important;
}
.payment {
  background: #181818;

}
.payment ul {
  list-style: none;
  margin-bottom: 0px;
  padding: 25px;
}
.payment li {
  display: inline;
  padding: 0px 6px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  color: #8f8f8f;
  font-family: 'Assistant', sans-serif;
}
.social ul {
  list-style: none;
  float: right;
  margin-bottom: 0px;
}
.social li {
  display: inline;
  padding: 0px 3px;
}
.social li img {
  width: 30px;
}
.credit-texts ul {
  list-style: none;
  float: right;
}
.credit-texts li {
  display: inline;
  padding: 0px 3px;
  color: #8f8f8f;
  font-size: 16px;
  padding-bottom: 0px;
  font-family: 'Assistant', sans-serif;
  margin-bottom: 0px;
}
.credit-texts li a {
  color: #8f8f8f;
}
.copyright_row {
  padding: 25px 0px;
  background-color: #222222;
}
.copyright_row p {
  color: #8f8f8f;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-family: 'Assistant', sans-serif;
}
.cookie p {
  color: #8f8f8f;
  text-align: center;
  font-size: 13px;
  padding-bottom: 0px;
}
.cookie p a {
  color: #015e8e;
  text-decoration: underline;
}
.cookie {
  background-color: #181818;
  padding: 5px 0px !Important;
}
.cookie button{
  background: #015e8e !Important;
  color: #fff !important;
  padding: 0px 5px !important;
  border-radius: 3px;
  border:none !important;
  font-size: 16px;
}
.cookie button:active{
border:none !Important;
}
.cookie button:focus{
    outline: none !important;
padding: 5px 11px !important;
}
.cookie button:hover{
border: none !important;
padding: 5px 11px !important;
border: none;
box-shadow: 0px 0px 5px #1062a9;}
.side-bar-form input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea::placeholder {
  color: #000 !important;
}
::placeholder {
  color: #0e0e0e !important;
  font-family: Assistant !important;
  font-size: 16px !important;
  font-weight: 100 !important;
}
.side-bar-form textarea {
  padding: 12px !important;
}
.side-bar-form input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  width: 100%;
  padding: 12px !important;
  color: #000 !important;
  background: #8e8e8e !important;
  border-radius: 3px !important;
  box-sizing: border-box;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  resize: vertical;
  margin: 0;
}
.side-bar-form input[type="submit"] {
  background-color: #ff4e00 !important;
  color: white;
  padding: 12px 20px;
  margin-top: 15px;
  border: none;
  text-transform: uppercase !important;
  align-content: center;
  border-radius: 4px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .emmergency-support-banner {
    display: table;
    margin: 0 auto;
    float: none;
  }
}
.footer-contacts {
  padding: 10px 0px;
}
.footer-contact .media-body,
.footer-contact .media-body a {
  font-weight: 100;
  letter-spacing: 0;
}
.footer-contact .media-left {
  background: none;
}
.footer-contact .media {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  margin: 5px 0;
}
.footer-contact .footer_ph_phone i {
  color: #0475d8;
  font-size: 38px;
  margin-right: 5px;
  position: relative;
  top: 0px;
  font-size: 20px;
}
.footer-contact .footer_ph_app i {
  background: #49b45f none repeat scroll 0 0;
  border-radius: 3px;
  margin-right: 5px;
  padding: 3px 4px;
  transform: rotate(270deg);
  font-size: 13px;
  vertical-align: text-top;
}
.footer-contact .footer_ph_app a,
.footer-contact .footer_ph_phone a {
  color: #ff4e00;
  font-size: 24px;
  font-weight: 700;
  font-family: Assistant;
}
.footer-contact .footer_ph_app,
.footer-contact .footer_ph_phone {
  display: inline-block;
  margin-right: 40px;
  padding: 7px 0;
}
.footer-contact .media .m_address i {
  color: #ff4e00;
  display: block;
  float: left;
display:none;
  font-size: 42px;
  margin-right: 10px;
}
.footer-contact .media .m_address {
  font-size: 14px;
  color: #ff4e00;
  font-family: Assistant;
}
.footer-contact.footer_phone {
  border-left: none;
  border-right: none;
  padding: 0;
}
.footer-contact.footer_phone .media {
  padding: 0 15px;
}
.footer_img {
  margin-bottom: 1px;
}
.sub-banner-text {
  margin: 85px 0px 0 0;
}
.sub-banner-text h4 {
  text-align: center;
  color: #ff4e00 !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 30px;
}
.sub-banner-text p {
  text-align: center;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  margin-bottom: 30px;
}
.warranty-img img {
  width: 150px;
}
.brand-logo h2 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px !important;
  color: #8f8f8f;
  font-family: "Assistant";
  text-transform: uppercase;
  font-weight: bold;
}
.bxslider li {
    text-align: center;
    display: inline-block;
    width: 130px;
    padding: 5px 10px;
    list-style: none;
}
.sub-banner-area {
  position: relative;
}
.warranty-img {
  position: relative;
  width: 100%;
}
.brand-logo {
  padding: 25px 0px;
  background-color:#ffffff;
}

/*process bar code starts here*/
.stepwizard-step p {
  margin-top: 10px;
}
.stepwizard-row {
  display: table-row;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}
.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
  top: 45px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 6px;
  background-color: #000000;
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.stepwizard-step .btn-default:active:hover {
  background: #222222;
}
.stepwizard-step .btn-default:hover {
  background: #222222;
}
.stepwizard {
  margin: 75px 0px;
}
.btn-circle {
  width: 30px;
  height: 30px;
  background: #222;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
/*.quick_repairer {
     margin: 0px auto;
     display: table;
     padding: 0px 20px;
}
*/
.nav-item .active {
  background: #ff4e00;
  color: #fff;
  border-radius: 50px !important;
  line-height: 16px;
}
.nav-link {
  background: #033d53;
  border-radius: 50px !important;
  line-height: 16px;
  margin: 0px;
}
.nav-item {
  background: #ff4e00;
  padding: 3px 3px;
  border-radius: 50px !important;
}
.quick_repair ul {
  list-style: none !important;
  background: #ff4e00;
  width: 246px;
  /* border: 4px solid #FF4E00; */
  /* padding: 8px 10px; */
  padding: 6px 0px 10px 0px;
  padding-left: 0px;
  border-radius: 50px;
}

.quick_repair .active {
  background: #033d53 !important;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 15px;
	padding: 13px 33px;
}

.about_tab .nav-tabs {
  background: #181818;
  height: auto;
}
.about_tab .row {
  width: 100%;
}
.about-us {
  background: #222222 !important;
  padding: 50px 0px;
}
.about-us p {
  font-size: 16px;
  font-family: 'Assistant', sans-serif;
  color: #8f8f8f;
  margin-bottom:10px;
  line-height: 24px;
}
.about-us h2 {
  margin-bottom: 15px;
  color: #8f8f8f;
  font-size: 16px !important;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
}
.glance ul {
  list-style: none;
  padding-left: 0px;
}
.glance li {
  display: inline;
  line-height: 50px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  display: flex;
  line-height: normal;
  margin-bottom: 1rem;
}
.glance li img {
 width: 30px;
}
.glance {
  background: #fff;
}
.white_bg {
  background: #fff;
}
.white_bg h2 {
  color: #ff4e00;
  font-weight: 700;
  font-size: 20px;
  padding: 0px 0px;
  margin-bottom: 30px;
}
.pad_30 {
  padding: 28px;
}
.team {
  background: #222;
  padding: 50px 0px;
}
.team h2 {
  color: #8f8f8f;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}
.team p {
  color: #8f8f8f;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 25px;
}
.team-list {
  background: #cccccc;
    padding: 10px 20px;
    margin-bottom: 30px;
    margin-top: 20px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.team-list h4 {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #181818;
}
.team-list p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #181818;
  font-weight: 100;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
}
.mail-in-repair {
  background: #181818 !important;
    padding: 20px;
    margin: 30px 0px;
    height: 300px;
}
.mail-in-repair h5 {
     color: #fff !important;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Assistant', sans-serif;
    text-transform: uppercase;
    position: relative;
    bottom: 0px;
}
.mtb-30 {
  margin: 40px 0px 70px 0px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mail-in-repair p {
 color: #fff !important;
    font-size: 18px;
    position: relative;
   font-family: Century Gothic !important;
    bottom: 0px;
    letter-spacing: -0.5px;
    text-align: center;
}
.mail-contact p{
padding-bottom:20px;
}
.mail-in-repair img {
  bottom: 46px;
  position: relative;
}
/*MEGA MENU*/
.wp-megamenu-main-wrapper.wpmega-black-white
  ul.wpmm-mega-wrapper
  li.wpmega-menu-flyout
  ul,
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-vertical {
  background: none !important;
  background: transparent !important;
}
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal
  ul.wpmm-mega-wrapper
  > li
  > a.wp-mega-menu-link:before {
  background: transparent !important;
}

.wpmega-black-white .wpmm-mega-wrapper > li:hover,
.wpmega-black-white .wpmm-mega-wrapper > li.current-menu-item {
  background: transparent !important;
  /*border-bottom: 4px solid #ff4e00 !important;*/
}
.wp-megamenu-main-wrapper.wpmm-onhover
  ul.wpmm-mega-wrapper
  li
  .wpmm-sub-menu-wrap,
.wp-megamenu-main-wrapper.wpmm-onclick
  ul.wpmm-mega-wrapper
  li
  .wpmm-sub-menu-wrap {
  padding: 30px 25px !important;
  top: 78px;
}
.wpmm-sub-menu-wrap {
  background-image: none !important;
  background: #000 !important;
}
.wpmega-black-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-black-white
  .wpmm-sub-menu-wrap
  ul
  li.wp-mega-menu-header
  > a.wp-mega-menu-link:before {
  /*background: #ff4e00 !important;
     box-shadow: 0px 0px 5px #ff4e00 !important;*/
  height: 0px !important;
  width: 0px !important;
  bottom: 0 !important;
  background: transparent !important;
}

.wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title,
.wpmm-sub-menu-wrap
  ul
  li.wp-mega-menu-header
  > a.wp-mega-menu-link
  span.wpmm-mega-menu-href-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  font-family: "Assistant" !important;
  text-transform: uppercase;
  color: #fff !important;
}
.wpmm-sub-menu-wrap ul li ul li a {
  color: #ffffff !important;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-onhover
  ul.wpmm-mega-wrapper
  > li:hover
  .wpmm-sub-menu-wrap
  ul {
  margin-top: 0px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal
  ul.wpmm-mega-wrapper
  > li {
  padding: 23px 0px !important;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal
  ul.wpmm-mega-wrapper
> li
  > a {
  border: 1px solid #545454 !important;
  padding:8px 7px !important;
  border-radius: 5px;
  text-transform: none !important;
background: #1a1a1a;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper
  ul.wpmm-mega-wrapper
  > li.menu-item-has-children
  > a:after {
  position: unset !important;
}
.wpmm-menu1 {
  margin-bottom: 20px !important;
}
.dropdown-detail {
  display: none;
}
.drop-menu:hover .dropdown-detail {
  display: block;
}
.wp-megamenu-main-wrapper:hover .wpmm-mega-wrapper {
  position: relative !important;
}
.wpmm-mega-wrapper {
  position: unset !important;
}
/*MEGA MENU END
/
 @media (min-width: 768px) {
     .nav-tabs.nav-justified>li {
         display: table-cell;
         width: 41%;
         text-align: center;
    }
}
 
/*process bar ends here*/
@media (min-width: 1024px) {
  .navbar-nav > li > a {
    padding: 5px 8px !important;
    color: #ff4e00;
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-width: 1025px) {
.sub-menu-toggle{
background: none !Important;
}
.sub-menu-toggle{
background: none !Important;
}
.custom-menu-class .menu li {
    padding: 0px 0;
}
#menu-mega-menu #menu-item-304 {
    width: 100%;
    background: #000 !important;
}
.is-menu input {
background: #000 !important;
}
.is-menu .is-search-icon{
background: #000 !important;
}
.is-search-icon{
padding-top: 14px !important;
}
.mobile_header{
    background: #092942;
}
.navbar-inverse {
    background-color: #000000 !important;
}
.mobile_header .top-header{
    width: 300px;
    margin-left:20px;}
#menu-mega-menu #menu-item-304::before{
right: 10px;
    left: unset !important;}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li{
border-bottom: none !important;}
  .navbar-nav > li > a {
    padding: 5px 8px !important;
    color: #ff4e00;
    font-size: 13px;
    line-height: 20px;
  }
.navbar-header{
   height:78px;
}
.promise li{
font-size: 16px !important;}

.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper{
height: auto;}
.is-form-style.is-form-style-3 input.is-search-input{
height: 50px !Important;}
.is-search-icon{
height:50px !important;
    padding-top: 14px !important;}

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper > li.menu-item-has-children > a:after{
position: absolute !important;
    right: 15px !important;
    font-size: 24px !important;
}
.is-menu.is-dropdown form {
    width: 100%;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a{
width: 100%;
    padding:15px 5px!important;
    background: #000 !important;
    border: 1px solid #373737 !important;}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
    padding:8px 0px !important;
}
.wpmm-menu1{
height:auto !important;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-onhover ul.wpmm-mega-wrapper > li:hover .wpmm-sub-menu-wrap{
    min-height: 200px;
}
.wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link{
border-bottom: 1px solid #4d4d4d !important;}
.wpmm-sub-menu-wrap ul > li{
line-height: 32px;
    border: none;
}
.wpmm-menu1{
height: auto;}
  .custom-menu-class .menu li {
    /*display: inline !important;*/
position: relative;
  }
  .custom-menu-class .menu {
    display: block !important;
    position: unset !important;

  }
  .custom-menu-class .menu .menu-item:hover .sub-menu {
    margin-top: 3px;
    z-index: 999;
  }
  .custom-menu-class .menu .item-wrapper {
    height: auto !important;
  }
  .warranty-img img {
    width: 100px !important;
  }
  .sub-menu-toggle {
    display: block !important;
    float: right;
    border: none;
    right: 0px;
    margin-top: -29px;
    margin-right: 28px;
    position: absolute;
    background: #101010;
    padding: 0px;
    background: none !important;
  }
  .svg-icon {
    width: 20px !important;
    height: 20px !important;
  }
  .menu li.menu-item-has-children:hover a {
    border-radius: 0;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }
  .icon-minus {
    display: none !important;
  }
  .sub-menu {
    z-index: 999;
    top: 0px;
    padding: 0px !important;
    background: #181818;
    width: 100%;
  }
  .sub-menu li a {
    background: #181818 !important;
    border-bottom: 1px solid #393838;
    width: 100%;
    padding: 0px 5px;
  }
  .sub-menu-toggle:focus {
    outline: none !important;
  }
.navbar-collapse #menu-header-menu{
padding-bottom: 0px;}
  .menu-item-has-children {
    border-bottom: 1px solid #181818;
    width: 100%;
  }
  .top-header2 .cshero-header-button::before,
  .top-header2 .cshero-header-button::after {
    border-width: 41px 11px 0px 11px;
  }
  .top-header2 ul.button-top {
    padding: 11px 0 10px;
  }

  .inlay1 {
    width: 75px;
  }
  .category-icon ul li {
    font-size: 16px;
    margin: 0px 4px;
  }

  .navbar-brand {
    float: none;
    height: auto !important;
  }
  .navbar-brand img {
    margin: 0px 30px;
  }
  .navbar-brand img {
    margin-top: -10px !important;
  }
  .navbar .container-fluid {
    padding: 0px 20px !important;
  }
  .navbar-header {
    width: 100% !important;
  }
  .navbar-toggle {
    margin-top: 22px !important;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    background: #000 !important;
  }
  .wp-megamenu-main-wrapper.wpmm-onhover
    ul.wpmm-mega-wrapper
    li
    .wpmm-sub-menu-wrap,
  .wp-megamenu-main-wrapper.wpmm-onclick
    ul.wpmm-mega-wrapper
    li
    .wpmm-sub-menu-wrap {
    padding: 10px 25px !important;
    top: 20px;
  }
  .wp-megamenu-main-wrapper.wpmm-orientation-horizontal
    ul.wpmm-mega-wrapper
    li
   .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:hover  .wpmm-sub-menu-wrap {
    max-height: 200px !important;
  }
}
@media only screen and (max-width: 910px) {
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li{
border-bottom: none !important;
}
}
@media only screen and (max-width: 991px) {
.is-search-icon {
    padding-top: 15px !important;
}
ul {
    padding-left: 0px !important;
  }
.specification img{
margin: 0px auto;
    display: inherit;
margin-bottom:20px;}

/* .specification{
padding-top: 10px;
} */
  .glance li {
    line-height: 25px !important;
    font-size: 13.8px !important;
  }
  .about_tab .nav-tabs {
    height: auto;
    padding: 20px 0px;
  }
  .tab_style .tab-content {
    margin: 20px 0px;
    padding: 0px 15px;
  }
  .item-wrapper .description h4 {
    color: #fff !important;
    margin-bottom: 13px;
    font-size: 20px !important;
    margin-top: 15px;
  }
  .mobile-wrapper .row > div .category-icon {
    position: relative;
  }
  .category-icon ul li {
    margin-bottom: 5px;
  }
  .sidebar_contact .details h4 {
    font-size: 16px !important;
  }
  .sidebar_contact .details p {
    font-size: 14px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .sidebar_contact .details h5 {
    font-size: 16px;
  }

  .details:hover h4 {
    font-size: 16px !important;
  }
  .details:hover p {
    font-size: 14px !important;
  }

  .details:hover h5 {
    font-size: 16px !important;
  }
  .sidebar_contact p {
    font-size: 14px;
    line-height: 25px;
  }
  .sidebar_contact .details h5 {
    font-size: 16px !important;
    height: auto !important;
    line-height: 25px;
  }
  .sidebar_contact .details {
    margin: 23px 15px;
  }
  .sec_pad {
    padding: 10px 0px !important;
  }
  .perimium_tech p {
    font-size: 14px;
    padding: 0px 20px;
  }

  .tab-pane p {
    font-size: 14px !important;
    line-height: 25px;
  }
  .tab-pane h4 {
    font-size: 14px !important;
    line-height: 25px;
    margin-bottom: 15px !important;
  }
  .txt-upper {
    text-transform: uppercase;
  }
}
.navbar-nav .navbar-form {
  margin: 0px !important;
}

/* Sidebar popup style starts here*/
.sidebar {
  height: 335px;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 30%;
  right: 0px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
  /* border-left: 2px solid #ff4909; */
}

.sidebar a {
  /*padding: 8px 8px 8px 32px;*/
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #666666;
}
.sidebar p {
  font-family: "Assistant" !important;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 15px;
  padding: 10px 14px;
}

.sidebar .closebtn {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #818181;
  font-weight: 600;
  font-size: 18px;
  margin-right: 5px;
  text-decoration: none;
}

.openbtn:hover {
  background-color: #ff4909;
}

#main {
  transition: margin-left 0.5s;
  padding: 0px;
}
.openbtn {
  position: fixed;
  writing-mode: tb-rl;
  border: 1px solid #ff4909;
  border-top: none;
  padding: 40px;
  background: #ff4909;
  color: #ffffff;
  padding: 15px 4px !important;
  text-align: center;
  z-index: 9999999999 !important;
  font-size: 16px !important;
  right: 0px;
  transition: 0.5s !important;
  font-weight: 600;
  text-transform: uppercase;
}
.openbtn {
  position: fixed;
  writing-mode: tb-rl;
  color: rgb(255, 255, 255);
  text-align: center;
  z-index: 9999999;
  font-size: 15px;
  top: 30%;
  right: 0px;
  transform: rotate(180deg);
  border-width: 1px 1px 1px;
  border-style: none solid solid;
  border-color: rgb(255, 73, 9) rgb(255, 73, 9) rgb(255, 73, 9);
  border-image: initial;
  border-top: none;
  background: rgb(255, 73, 9);
  padding: 15px 4px;
  transition: all 0.5s ease 0s;
}
.sidebar .sidebar_content {
  padding: 0px 15p;
}
.sidebar .sidebar_content h5 {
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 12px;
  font-family: "Assistant";
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
.sidebar ul {
  list-style: none;
  padding-left: 0px;
  margin: 10px 10px;
}

.sidebar ul li {
  line-height: 35px;
  font-size: 17px;
  color: #181818;
  font-family: "Assistant";
}
.phone_call {
  color: #007cb2;
  font-size: 26px !important;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.whatsapp {
  background: #49b45f none repeat scroll 0 0;
  border-radius: 3px;
  margin-right: 5px;
  padding: 3px 4px;
  color: #fff;
  transform: rotate(270deg);
}
.email {
  color: #007cb2;
  font-size: 23px !important;
}
.contact li:last-child {
  border-bottom: 1px solid #ff4909;
}
.sidebar ul li a {
  line-height: 35px;
  font-size: 18px !important;
  color: #4b4b4b;
  font-family: 'Assistant', sans-serif;
  font-weight: 500;
}
.sidebar h4 {
  font-size: 12px;
}
.store li {
  display: inline-flex;
}
.store li:last-child {
  vertical-align: bottom;
  font-size: 16px;
  color: #4b4b4b;
  font-weight: bold;
  font-family: "Assistant" !important;
}
.wpmm-menu2 {
  display: none;
}
.menu-item-depth-2:hover .wpmm-menu2 {
  display: block;
  background: #1e1e1e;
  padding: 1px 3px;
  margin-left: 0px;
  transition: 0.5s;
  position: relative;
}
.mm-mega-menu-href-title {
  font-size: 18px;
}
.wpmm-menu2 .wp-mega-sub-menu li .wpmm-mega-menu-href-title {
  font-size: 13px;
}
.wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title,
.wpmm-sub-menu-wrap
  ul
  li.wp-mega-menu-header
  > a.wp-mega-menu-link
  span.wpmm-mega-menu-href-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
}
.wpmm-sub-menu-wrap ul li ul li {
  margin: 4px 0 4px !important;
}
.wpmm-menu1 {
  margin-bottom: 20px !important;
  border-right: 1px solid #222222;
  margin-right: 5px;
  height: 410px;
}
#wp_nav_menu-item-441 .wpmm-menu1 {
  border-right: none;
}
.wpmega-menu-primary li {
  border: none !important;
}
.wp-megamenu-main-wrapper.wpmega-black-white
  ul.wpmm-mega-wrapper
  li.wpmega-menu-flyout
  ul,
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-vertical {
  box-shadow: none !important;
}
.navbar-header {
  width: 125px;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0px !important;
}
.desktop-nav {
  display: block;
}
.mobile-nav {
  display: none;
}


@media only screen and (max-width: 991px) {
  .desktop-view {
    display: none !important;
  }
.top-header {
    background: #092942;
}
.desktop_header{
display:none;
}
.header-contacts.mob-style {
   padding:20px 0px;
}
.side-bar-map{
margin: 0px 15px;}
.side-bar form {
    margin: 0px ;
}
.header-contacts.mob-style .this-title a {
    color: #cbdae6;
}
.header-contacts .phone_link{
 font-weight: 700;
    font-size: 23px;
}
.header-contacts .email_link{
    font-size: 15px;
}

.header-contacts .this-subtitle {
    margin: 0;
    text-transform: uppercase;
    font: bold 14px/20px "Open Sans", sans-serif;
    color: #7d7987;
}
.mobile_header{
display:block;
}
.mobile_view {
  display: block !important;
}
.item-wrapper{
height:auto !important;
}
.item-wrapper .category-icon {
    position: relative !important;
}
  .abouttab_bg .tab-pane {
    padding: 5px 15px !important;
  }
  .abouttab_bg {
    height: auto !important;
    background: #000;
  }
  .openbtn {
    right:0px ;
  }
  .abouttab_bg .tab-content {
    background: #000;
  }
  .no_padding {
    padding: 0px 15px !important;
  }
  .desktop-nav {
    display: none;
  }
  .nav-tabs > li > a {
    padding: 8px 10px !important;
    font-size: 14px !important;
  }
  .more_btn a {
    color: #ff4e00 !important;
  }
  .mobile-nav {
    display: block;
  }

  .emmergency-support-banner img {
    width: 100%;
  }

  .promise_content p {
    padding: 0px 0px !important;
  }
  .container-fluid {
    padding: 0px 30px !important;
  }
  .about-us p {
    font-size: 14px !important;
  }
  .promise img {
    width: 35px;
  }
  .promise li {
    font-size: 16px !important;
  }
  .promise p {
    font-size: 16px !important;
  }
  .process_content p {
    margin-bottom: 15px;
  }
  .banner-text h2 {
    font-size: 35px !important;
  }
  .banner-text h4 {
    font-family: bold 22px Assistant, sans-serif;
  }
  .banner-area {
    height: auto !important;
  }
  .right-img {
    width: 50%;
    float: left;
    text-align: right;
  }
  .right-img img {
    width: 110px !important;
  }
  .banner-text {
    width: 100%;
  }
  .content_section h4 {
    font-size: 28px;
  }
  .sidebar {
    z-index: 9999999999;
    background: #fff;
    height: 330px;
  }
  .sidebar ul {
    margin: 10px 10px;
  }
  .openbtn {
    transform: rotate(180deg);
  }
  .copyright_row p {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
  }
  .credit-texts ul {
    float: none !important;
    text-align: center;
  }
  .mobile-wrapper .row > div {
    position: relative;
    height: auto !important;
    max-width: none;
    flex-basis: 100% !important;
  }
  .category-icon ul li {
    display: block;
    line-height: 34px;
  }
  .category-icon ul {
    margin-bottom: 20px;
  }
  .nav-tabs > li > a {
    margin-left: 0% !important;
    padding: 10px 0px;
    font-size: 16px;
    border-bottom: 1px solid #414040a1 !important;
  }

  .tab_style .nav-tabs {
    height: auto;
    padding: 20px 0px;
  }
  .tabs-left > li.active > a {
    margin-left: 0% !important;
    padding: 10px 10px;
    border-bottom: 1px solid #414040;
    font-size: 16px;
  }
  .m_tabheader {
    background: #000000 !important;
    padding: 20px 20px !important;
    padding-right: 20px !important;
  }
  .tabs-left > li.active > a::after {
    border-right: 19px solid #474747 !important;
    border-top: 18px solid transparent !important;
    border-bottom: 16px solid transparent !important;
  }
  .footer-contact.footer_phone .media {
    padding: 0 15px;
  }
  .footer-contact .media {
    margin-left: 0px;
  }
  .footer-contact .footer_ph_app a,
  .footer-contact .footer_ph_phone a {
    font-size: 18px;
  }
  .footer-contact .media .m_address {
    padding: 0px 15px;
  }
  /* #footer .footer_widgets .widget .widget_title {
    margin: 0px 0 20px;
  } */
  .payment ul {
    text-align: center;
    margin-bottom: 10px;
  }
  .social ul {
    float: none !important;
    text-align: center;
  }
  .cookie {
    padding: 15px 15px !important;
  }
  .credit-texts li {
    font-size: 14px;
  }
  .copyright_row p {
    font-size: 14px;
  }
  .payment ul {
    margin-bottom: 10px;
  }
  .perimium_tech img {
    width: 100px;
  }
  .item-wrapper:hover .description p {
    margin-bottom: 20px;
  }
  .item-wrapper .category-icon {
    bottom: 0% !important;
  }

  input[type="checkbox"],
  input[type="radio"] {
    width: 20px;
    height: 20px;
  }
  .form-check label span {
    font-size: 13px;
    line-height: 19px;
  }
  .sidebar_contact .details h5 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1300px) {
  
  .team-list p {
    font-size: 13px;
  }
.banner-text h4 {
    font: bold 23px Assistant, sans-serif;
}
.custom-menu-class .menu .menu-item a {
    padding: 0px 7px  !important;
font-size:14.5px !important;
}
.top-header2 ul.info-top .phone_call a, .top-header2 ul.info-top .whats_app a{
    font-size: 14px !important;}
.is-menu.is-dropdown form {
    width: 190px !important;
}
.top-header2 ul.button-top a{
font-size: 12px;}
 .top-header2 .cshero-header-button::before, .top-header2 .cshero-header-button::after{
 border-width: 52px 0 0 11px;
}
.top-header2 .cshero-header-button::before {
  left: -11px !important;
}
.top-header2 .cshero-header-button::after{
border-width: 0 11px 38px 0 !important;
left: auto;
right: -11px !important;
}
.top-header2 .cshero-header-button {
  margin-right: 50px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a span{
font-size:12px !important;
}
.is-form-style.is-form-style-3 input.is-search-input::placeholder{
font-size:12px !important;}

  .about-us p {
    font-size: 14px;
  }
  .form-check label span {
    font-size: 13px !important;
    font-style: normal;
    color: #fff;
  }
  input[type="checkbox"],
  input[type="radio"] {
    width: 22px !important;
    height: 22px !important;
  }
  .sidebar_contact .details h4 {
    font-size: 16px !important;
    height: 32px;
  }
  .sidebar_contact .details h4 {
    font-size: 16px !important;
margin-bottom: 5px;
  }
  .sidebar_contact .details p {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .sidebar_contact .details h5 {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 1290px) and (min-width: 1000px) {
#menu-mega-menu #menu-item-304::before{
    left: 22.5%;
}
}
@media only screen and (max-width: 1200px) and (min-width: 1000px) {
.category-icon ul {
    padding: 0px 5px !important;
}
.custom-menu-class .menu .menu-item a {
    padding: 1px 7px !important;
font-size:15.5px !important;
}
#menu-mega-menu #menu-item-304 {
    margin-top:11 px !Important;
    width: 115px !important;
}
#menu-mega-menu #menu-item-304::before{
  left:  22.5%;
}
}
@media only screen and (max-width: 1400px) and (min-width: 1300px) {
 .custom-menu-class .menu .menu-item a {
    font-size: 15px !important;
    padding: 0px 10px !important;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1100px) {
.custom-menu-class .menu .menu-item a {
    font-size: 13.5px !important;
}
}
@media only screen and (max-width: 1100px) and (min-width: 1000px) {

.is-form-style input.is-search-input{
padding: 0 6px !important;}

.custom-menu-class .menu .menu-item a {
    font-size: 12px !important;
}
#menu-mega-menu #menu-item-304::before{
    left: 22.5% !important;
}
#menu-mega-menu #menu-item-304 {
 width: 100px !important;
}
.is-menu.is-dropdown form {
    width: 180px !important;
}
.category-icon ul {
    padding: 0px 5px !important;
}

.nav-tabs > li > a {
    font-size: 14px !important;
}
}
@media screen and (max-width: 450px) {
  .sidebar {
    padding-top: 0px;
  }
  .sidebar a {
    font-size: 18px;
  }  

  .specification {
    background: #0e0e0e;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.content-area .pad {
  padding: 0px;
}
	.side-bar-form p {
    margin-bottom: 15px;
}
}
@media (max-width: 850px) and (min-width: 451px) {
  .specification {
    background: #0e0e0e;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}
	.side-bar-form p {
    margin-bottom: 15px;
}
.content-area .pad {
  padding: 0px;
}

.specification .col-md-3 {
  flex: 0 0 auto;
  width: 100%;
}
}
@media (min-width:851px){
  .specification {
    background: #0e0e0e;
    margin-bottom: 30px;
    display: flex;
    flex-direction: unset;
}
.specification .col-md-3 {
  flex: 0 0 auto;
  width: 25%;
}
.content-area .pad {
  padding: 10px 10px 10px 24px;
}
}
.sub-menu-toggle {
  display: none;
}

@media only screen and (max-width: 1100px) {
.content-area li {
    text-transform: uppercase !important;
    font-size: 13px !important;
}

.tab-pane p {
    font-size: 12px !important;
}
.nav-tabs > li > a {
    font-size: 12px !important;
}
.nav-tabs > li > a {
    font-size: 12px !important;
}
.footer_widgets{
padding: 0px !important;
}
.promise ul {
margin-bottom: 10px;
}
.promise li{
 font-size: 13px !important;
}
.quick_repair h5 {
font-size: 13px;
}
/* .side-bar-map h4 {
  padding-top: 30px;} */
.promise p {
    font-size: 12px !important;
}
::placeholder {
 font-size: 12px !important;
 }
.footer_text li a {
     font-size: 12px !important;
}
.widget-footer .menu li a{
font-size: 12px !important;
}
.copyright_row p {
    color: #5a5a5a; font-size: 14px !important;
}
.credit-texts li a {
    color: #5a5a5a;
    font-size: 14px !important;
}
.specification h4 {
    margin-top: 6px !important;
    margin-bottom: 5px!important;
}
.content-area h4 {
    font-size: 13px !important;
}
.specification p {
    font-size: 9px;
    line-height: 13px;
    margin-bottom: 8px;
}
.home_about p {
  font-size: 12px;
}
 
.quick_repair textarea {
     font-size: 12px !important;
    font-weight: 200 !important;
}
.sidebar_contact .details {
   margin: 12px 25px !important;
}
.side-bar .side-bar-map {
  margin: 12px 25px!important;
}
.sidebar_contact .details h4 {
    font-size: 14px !important;
    margin-bottom: 0px !important;
}
.sidebar_contact .details h5 {
    font-size: 13px !important;
}
.form-check label span {
    font-size: 11px !important;
    line-height: 0px;
}
.form-check label span {
    font-size: 11px !important;
}
.quick_repair .wpcf7-list-item {
    margin: 0 0 0 0em !important;
  }
.content-area h4 {
    font-size: 13px !important;
}
.sidebar_contact .details {
    border-bottom: 1px solid #565656;
    margin: 26px 9px;
}
.specification h4 {
    margin-top: 5px !important;
margin-bottom: 5px !important;
}
.content-area li {
 font-size: 12px !Important;
}
.specification p {
   font-size: 9px;
   line-height: 13px;
}
.credit-texts li{
color: #6a6a6a;
font-size: 13px;
}
.credit-texts li a{
color: #6a6a6a;
font-size: 13px;
}
p{
font-size:12px !important
}

.promise li {
    font-size: 16px !important;
}
.tooltips .tooltiptext {
    font-size: 11px;
    padding: 5px 3px;
}
.widget-footer .menu li a {
    font-size: 12px;
}
.footer_text li a{
  font-size: 12px !important;
}
.tab-pane p{
font-size: 12px !important;
    line-height: 20px !important;
}
.nav-tabs > li > a {
    font-size: 13px !important;
}
.tab_style .nav-tabs {
    height: auto;
}
.side-bar-form::placeholder {
font-size:10px !important;
}
::placeholder {
 font-size: 10px !important;
}

}
.custom-menu-class .is-form-style.is-form-style-3 input.is-search-input {
  border-left: 0 !important;
  border-right: 1px solid #555555 !important;
  border-radius: 0px 5px 5px 0px;
}
.custom-menu-class .is-form-style .is-search-submit {
  float: left;
}
.brand-logo .bx-wrapper {
  margin-bottom: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.company_sec .company_sec-img {
  align-items: center;
  display: flex;
}

.glance .glance-info {
  padding: 20px 20px 0 40px;
}
.glance .glance-icon {
  width: 50px;
}

.sub-banner-text .warranty-img img {
margin-bottom: -30px;
}
 .glance img{
  height: 100%!important;
}

.team .team-list img {
  max-width: 100px;
}

.main-content .content-area .txt-upper{
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 100;
}

.content-area .specification img {
  height: 100%;
}

.main-content .side-bar .side-bar-form input::placeholder, .main-content .side-bar .side-bar-form textarea::placeholder{
  color: #000!important;
  font-weight: 400!important;
  font-size: 14px!important;
}
.main-content .side-bar .side-bar-form input, .main-content .side-bar .side-bar-form textarea{
  border: none;
}
.main-content .side-bar .side-bar-form input:focus, .main-content .side-bar .side-bar-form  textarea:focus {
  outline-offset: none;
  outline: none;
}
.sidebar_contact .details h4.details-head {
  color: #ff4e00;
  font-size: 18px!important;
  font-style: normal;
}

.main-content .specification.top {
  margin-top: 5rem;
}
.side-bar .side-bar-map {
  margin: 26px 40px;
}
.side-bar-form textarea {
	height: 100px;
}
.top-header2 ul.info-top a i.fa-clock-o {
	font-size: 22px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}
.mobile-wrapper .row > div .category-icon:after {
	display: none;
}
.top-header2 ul.button-top li {
  border-right:1px solid #a56042;
}
.top-header2 ul.button-top li:last-child {
  border-right:0px ;
}