@import url("https://fonts.googleapis.com/css?family=Oswald:400,600");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  list-style: none;
  -webkit-appearance: none;
}

:before {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mobile {
  display: none;
}

a {
  text-decoration: none;
  color: #93a1a7;
}

p {
  color: #2c3744;
  line-height: 29px;
  margin-bottom: 10px;
}

.mobile img {
  width: 200px;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.wrapper {
  width: 1200px;
  margin: 0px auto;
}

.full-wrapper {
  margin: 0px auto;
  width: 100%;
  position: relative;
}

.wrap {
  float: left;
  width: 100%;
}

.header {
  float: left;
  width: 100%;
  padding: 10px 0;
}

.logo {
  float: left;
}

ul.nav {
  float: right;
}

.nav ul li {
  display: inline-block;
}

.nav li {
  display: inline-block;
}

.nav li a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #ffffff;
  color: #777777;
  font-size: 14px;
  text-decoration: none;
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  padding: 20px 0;
  margin: 0 15px;
  text-transform: uppercase;
}

a.pay:hover {
  background: #0074a6 !important;
  border: 0 !important;
  border-radius: 10px !important;
}

.nav li a:hover {
  border-top: 1px solid #18c3f3;
  border-bottom: 1px solid #18c3f3;
  padding: 12px 0;
  border-radius: 3px;
  color: #18c3f3;
}

.nav li.active a {
  border-top: 1px solid #18c3f3;
  border-bottom: 1px solid #18c3f3;
  padding: 12px 0;
  border-radius: 3px;
  color: #18c3f3;
}

ul.nav {
  float: right;
  margin-top: 23px;
}

.banner {
  float: left;
  width: 100%;
  position: relative;
}

.banner-text {
  position: absolute;
  bottom: calc(50% - 80px);
  left: 7%;
}

.banner-text h2 {
  color: #fff;
  font-size: 40px;
  text-shadow: 1px 1px 3px #84591a;
  font-family: "Oswald", sans-serif;
}

.banner-text p {
  color: #fff;
  line-height: 28px;
  font-size: 20px;
  text-shadow: 1px 1px 3px #84591a;
  margin-top: 12px;
  margin-bottom: 20px;
}

.banner-text a {
  background: #2c9e17;
  color: #fff;
  padding: 8px 15px;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

@-webkit-keyframes blinkerr {
  from {
    background: #d89a38;
  }

  to {
    background: #18c3f3;
  }
}

.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

.footermain {
  float: left;
  width: 100%;
  border-top: 1px solid #e1e1e1;
}

.footermain .footerbottom {
  background: #0074a6;
  float: left;
  width: 100%;
  padding: 10px 0;
  margin-top: 20px;
}

.footermain .footerbottom * {
  color: #fff !important;
}

.footermain .footerbottom .fleft {
  float: left;
}

.footermain .footerbottom .fright {
  float: left;
  margin-left: 20px;
  border-left: 1px solid #317f95;
  padding-left: 20px;
  visibility: hidden;
}

.get-a-quote {
  float: right;
  position: absolute;
  bottom: calc(50% - 200px);
  right: 0;
  width: 28%;
  background: rgba(255, 255, 255, 0.88);
  padding: 20px 20px;
  border-radius: 5px;
  right: 7%;
}

.get-a-quote * {
  width: 100%;
  display: block;
  padding-left: 5px;
  border: 0;
  background: none;
  border-bottom: 1px solid #c3c3c3;
}

.get-a-quote h2 {
  border: 0;
  margin-bottom: 9px;
  font-family: "Oswald", sans-serif;
  padding-left: 0;
}

.get-a-quote input[type="text"] {
  height: 40px;
  font-size: 13px;
  margin-bottom: 5px;
}

.get-a-quote .hf {
  width: calc(50% - 10px);
  float: left;
  margin-right: 10px;
}

.get-a-quote .hf:nth-child(3) {
  margin-right: 0;
}

.get-a-quote .hf:nth-child(5) {
  margin-right: 0;
}

input[type="submit"] {
  border: 0;
  margin-top: 17px;
  background: #2c9e17;
  color: #fff;
  padding: 9px;
  width: 85px;
  border-radius: 7px;
}

form {
  padding: 0 !important;
  border: 0 !important;
}

.ipn0 {
  float: left;
  width: 100%;
  padding: 50px 0;
}

.ipn1 {
  background: url(../images/ipn1.jpg);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.padd-left {
  padding-left: 43%;
  text-align: justify;
}

.ipn1 h2 {
  margin-bottom: 18px;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
}

.ipn1 a:hover {
  background: #7d581c;
}

.ipn1 a {
  background: #75c5da;
  padding: 10px 15px;
  margin-top: 10px;
  display: inline-block;
  color: #fff;
  border-radius: 7px;
}

.ipn2 .padding {
  float: left;
  width: 25%;
  position: relative;
  height: 197px;
  overflow: hidden;
  border: 3px solid #fff;
}

.ipn2 .padding img {
  width: 100%;
}

.ipn2 .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-transform: capitalize;
  color: #fff;
  text-align: left;
  background: rgba(0, 0, 0, 0.78);
  padding: 16px;
  font-weight: 500;
  font-size: 15px;
}

.ipn2 span.span2 {
  float: right;
  color: #fff;
}

.ipn2 .padding:hover img {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.ipn2 i.fa.fa-angle-right {
  margin-left: 7px;
}

.ipn0.ipn2 {
  padding-bottom: 0;
}

.ipn2 h2 {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
}

.ipn0.ipn3 {
  text-align: center;
}

.ipn3 h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
}

.ipn3 p {
  color: #717171;
  font-weight: 500;
  margin-bottom: 19px;
}

.animation {
  float: left;
  width: 100%;
  border: 0;
  height: auto;
  margin-top: 0px;
}

.plinks {
  float: left;
  width: 100%;
  position: relative;
}

.plinks:before {
  position: absolute;
  left: 0;
  width: 50%;
  height: 5px;
  content: "";
  background: #f49734;
}

.plinks:after {
  position: absolute;
  right: 0;
  width: 50%;
  height: 5px;
  content: "";
  background: #18c3f3;
  top: 0;
  z-index: 0;
}

.plinks ul {
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  z-index: 999;
  align-items: center;
  justify-content: space-between;
}

.plinks ul li {
  list-style: none;
  width: 33.33%;
  text-align: center;
}

.plinks ul li:nth-child(1) a {
  background: #f49734;
}

.plinks ul li:nth-child(2) a {
  background: #2c9e17;
}

.plinks ul li:nth-child(3) a {
  background: #18c3f3;
}

.plinks ul li:nth-child(1) i {
  color: #f49734;
}

.plinks ul li:nth-child(2) i {
  color: #2c9e17;
}

.plinks ul li:nth-child(3) i {
  color: #18c3f3;
}

.plinks ul li a {
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 12px 0;
  font-weight: 600;
}

.plinks ul li a:hover {
  background: #166b07;
}

.plinks ul li i {
  margin-right: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  border: 2px solid #4eb53c;
  font-size: 22px;
}

.animation .ball1 {
  background: #e5a642;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-top: 108px;
  float: left;
  position: relative;
}

.animation .ball1:after {
  position: inherit;
  background: #bbbbbb;
  width: 0px;
  height: 6px;
  display: block;
  content: "";
  left: 0px;
  right: 0;
  z-index: 0;
  top: 15px;
  margin-left: 0;
}

.appeared .ball1:after {
  -webkit-animation: centertosides 10s linear forwards;
  animation: centertosides 10s linear forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@-webkit-keyframes centertosides {
  from {
    width: 1px;
  }

  to {
    width: 1195px;
  }
}

@keyframes centertosides {
  from {
    width: 1px;
  }

  to {
    width: 1195px;
  }
}

.appeared .ball2 {
  float: left;
  margin-top: 59px;
  margin-left: 113px;
  -webkit-animation: rollIn 1s linear forwards;
  animation: rollIn 1s linear forwards;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

.appeared .ball3 {
  float: left;
  margin-top: 59px;
  margin-left: 113px;
  -webkit-animation: rollIn 1s linear forwards;
  animation: rollIn 1s linear forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.appeared .ball4 {
  float: left;
  margin-top: 59px;
  margin-left: 113px;
  -webkit-animation: rollIn 1s linear forwards;
  animation: rollIn 1s linear forwards;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.appeared .ball5 {
  float: left;
  margin-top: 59px;
  margin-left: 113px;
  -webkit-animation: rollIn 1s linear forwards;
  animation: rollIn 1s linear forwards;
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.appeared.animation .ball1:before {
  font-family: "fontawesome";
  content: "\f119";
  color: #fff;
  font-size: 27px;
  position: absolute;
  z-index: 999;
  left: 1px;
  top: 0;
  height: 35px;
  width: 36px;
  bottom: 0;
  background: #e5a642;
  line-height: 35px;
  border-radius: 100%;
}

.appeared.animation .ball6 {
  position: relative;
  -webkit-animation: rollIn 1s linear forwards;
  animation: rollIn 1s linear forwards;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}

.appeared.animation .ball6:before {
  font-family: "fontawesome";
  content: "\f118";
  color: #fff;
  font-size: 27px;
  position: absolute;
  left: 6.5px;
  top: 3.5px;
}

.appeared .ball6 {
  background: #e5a642;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-top: 108px;
  float: right;
}

@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.ball {
  visibility: hidden;
}

.ipn4 {
  text-align: center;
  background: #537f80;
  color: #fff;
}

.ipn4 p {
  color: #fff;
}

.ipn5 {
  text-align: center;
  position: relative;
}

.ipn5 h2 {
  margin-bottom: 9px;
  color: #fff;
  margin-bottom: 17px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}

.ipn5 h3 {
  font-size: 15px;
  margin-bottom: 19px;
}

.ipn5 img {
  margin-bottom: 19px;
}

.ipn5 p {
  color: #fff;
  max-width: 840px;
  margin: 0 auto;
}

.ipn5 span {
  width: 100%;
  float: left;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 19px;
  margin-top: 8px;
  font-weight: 600;
}

.ipn5 b {
  width: 100%;
  float: left;
  margin-bottom: 8px;
  color: #fff;
  font-size: 15px;
  margin-top: 0px;
  font-weight: 400;
}

.ipn5 {
  background-image: url(../images/ipn5.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.footer {
  text-align: center;
  background: #ffffff;
  color: #434343;
  float: left;
  width: 66%;
  padding-top: 37px;
  padding-bottom: 11px;
  position: relative;
}

.footer ul li {
  display: inline-block;
}

.footer a {
  display: block;
  padding: 0px 8px;
  font-size: 13px;
  text-transform: uppercase;
  color: #1f170a;
}

.footer ul {
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 29px;
}

p.center {
  float: left;
  width: 71%;
  text-align: center;
}

.footer-end i.fa.fa-facebook {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4a6db5),
    color-stop(#3165d0),
    to(#3b5998)
  );
  background: -webkit-linear-gradient(#4a6db5, #3165d0, #3b5998);
  background: -o-linear-gradient(#4a6db5, #3165d0, #3b5998);
  background: linear-gradient(#4a6db5, #3165d0, #3b5998);
  color: #fff;
  width: 37px;
  border-radius: 33%;
}

.footer-end i.fa.fa-twitter:hover {
  color: #00bfff;
  background: #fff;
  -webkit-box-shadow: 0 0 7px;
  box-shadow: 0 0 7px;
}

.footer-end i.fa.fa-twitter {
  width: 34px;
  background: #00bfff;
  color: #fff;
  border-radius: 34%;
}

.footer-end i.fa.fa-linkedin {
  width: 34px;
  background: #1c8cb4;
  color: #fff;
  border-radius: 34%;
}

.footer-end i.fa.fa-linkedin:hover {
  color: #1c8cb4;
  background: #fff;
  -webkit-box-shadow: 0 0 7px;
  box-shadow: 0 0 7px;
}

.footer-end i.fa.fa-youtube {
  background: #d32322;
  color: #fff;
  border-radius: 30%;
  width: 37px;
}

.footer-end i.fa.fa-youtube:hover {
  color: #d32322;
  background: #fff;
  -webkit-box-shadow: 0 0 7px;
  box-shadow: 0 0 7px;
}

.footer-end i.fa.fa-google-plus {
  background: #d32322;
  color: #fff;
  border-radius: 30%;
  width: 37px;
}

.footer-end i.fa.fa-google-plus:hover {
  color: #d32322;
  background: #fff;
  -webkit-box-shadow: 0 0 7px;
  box-shadow: 0 0 7px;
}

.footer-end i.fa.fa-facebook:hover {
  color: #3165d0;
  background: #fff;
  -webkit-box-shadow: 0 0 7px;
  box-shadow: 0 0 7px;
}

.footer-end i.fa.fa-pinterest {
  background: #b51f1f;
  color: #fff;
  width: 36px;
  border-radius: 27%;
}

.footer-end i.fa.fa-pinterest:hover {
  color: #b51f1f;
  background: #fff;
  -webkit-box-shadow: 0 0 7px;
  box-shadow: 0 0 7px;
}

.footer-end i {
  background: none;
  padding: 8px 8px;
  width: 31px;
  color: #929292;
  font-size: 20px;
}

.footer p.center {
  float: left;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  text-align: left;
}

.footer-end p.center i {
  text-align: center;
}

.footer-end {
  float: left;
  width: 51%;
  color: #434343;
  border-bottom: 0;
  padding: 0px 0;
  background: #ffffff;
  padding: 0;
  text-transform: capitalize;
  position: relative;
}

.footer-end a {
  color: #434343;
}

.footer-end p {
  color: #434343;
}

.footer-end p.center a {
  display: inline-block;
  padding: 0;
  padding-right: 17px;
  padding-top: 11px;
}

.footer-end p.right {
  float: left;
  width: 100%;
  text-align: left;
}

.footer p.right a {
  padding: 0;
  display: inline-block;
  margin-top: 10px;
}

.footer-end p.left {
  float: left;
}

.footer a:hover {
  color: #428faf;
}

.footer-end i:hover {
  color: skyblue;
  cursor: pointer;
}

.sticky {
  position: fixed;
  z-index: 99999999;
  background: #fff;
  -webkit-box-shadow: 0 0 20px gainsboro;
  box-shadow: 0 0 20px gainsboro;
  -webkit-animation: slideInDown 2s linear;
  animation: slideInDown 2s linear;
}

.sticky .logo img {
  width: 220px;
}

.sticky .nav li a {
  padding: 0 0;
}

.sticky ul.nav {
  float: right;
  margin-top: 10px;
}

.apn1 {
  background: none;
}

.warranty li {
  line-height: 32px;
  padding-left: 24px;
}

.warranty {
  margin-bottom: 15px;
}

.ipn0.spn1 {
  text-align: center;
}

.spn1 h2 {
  margin-bottom: 11px;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
}

.warranty li:before {
  font-family: "fontawesome";
  content: "\f101";
  margin-left: -8px;
  position: relative;
  left: -13px;
  color: #f39318;
}

.apn1 h3 {
  margin-bottom: 10px;
  margin-top: 24px;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
}

.spn1 .left {
  float: left;
  width: 50%;
  text-align: justify;
}

.spn1 .left img,
.spn1 .right img {
  width: 100%;
}

.spn1 .right {
  float: left;
  width: 50%;
  text-align: justify;
}

.spn1 h3 {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 7px;
  margin-top: 28px;
}

ul.service-points {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
}

ul.service-points li {
  margin-top: 7px;
  position: relative;
  padding-left: 20px;
}

ul.service-points li:before {
  content: "\f0da";
  font-family: fontawesome;
  position: absolute;
  left: 0;
  color: #18c3f3;
}

a.view-more {
  float: left;
  color: #ff0000;
  margin-top: 15px;
  border-top: 1px solid #18c3f3;
  border-bottom: 1px solid #18c3f3;
  padding: 8px 25px;
  background: #18c3f3;
  border-radius: 3px;
  color: #fff;
}

.padding-right {
  padding-right: 3%;
}

.padding-left {
  padding-left: 3%;
}

.cpn1 img {
  width: 65%;
  margin: 0 auto;
  display: inherit;
}

.cpn1 .get-a-quote h2 {
  font-size: 23px;
  padding: 0;
}

.contact {
  position: relative;
}

.cpn1 .get-a-quote {
  float: right;
  position: absolute;
  left: 393px;
  top: 247px;
  width: 33%;
  background: rgba(255, 255, 255, 0.82);
  padding: 27px;
  border-radius: 5px;
  right: 10%;
  height: 361px;
}

.cpn1 .get-a-quote * {
  padding: 14px;
  padding-left: 0;
}

.cpn1 input[type="submit"] {
  border: 0;
  margin-top: 17px;
  background: #4b285e;
  color: #fff;
  padding: 9px;
  width: 50%;
  border-radius: 7px;
  text-align: center;
  padding-left: 14px !important;
  margin: 0 auto;
  display: inline-block;
  margin-top: 23px;
}

a.pay {
  color: #fff !important;
  background: #18c3f3 !important;
  padding: 12px 27px !important;
  border: 0 !important;
  border-radius: 94px;
}

.sticky .nav li a.pay {
  padding: 8px 15px !important;
  border: 0 !important;
}

.ui-menu-item {
  color: #afafaf;
  padding: 10px !important;
}

input:focus {
  outline: none;
}

.apn1 img {
  float: left;
  width: 40%;
  margin-right: 39px;
}

.apn1 p {
  text-align: justify;
}

.tpn1 .padding {
  float: left;
  width: 33.3%;
  padding: 50px 96px;
  text-align: center;
  padding-top: 17px;
}

.tpn1 .padding img {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}

.tpn1 .padding .block {
  background: #fff;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 0 10px gainsboro;
  box-shadow: 0 0 10px gainsboro;
  padding: 0;
  border: 1px solid gainsboro;
}

.social-links {
  float: left;
  width: 100%;
  background: #42bee0;
}

.tpn1 a:hover {
  background: #0074a6;
}

.tpn1 a {
  float: left;
  width: 25%;
  padding: 11px;
  color: #fff;
  font-size: 23px;
  border: 1px solid #15b2de;
}

.tpn1 h3 {
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  padding: 6px;
  background: #20afd8;
  font-weight: 400;
}

.tpn1 h4 {
  color: #000;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.tpn1 p {
  font-size: 14px;
  padding: 4px;
  margin-bottom: 0;
}

.tpn1 h2 {
  text-align: center;
  font-size: 33px;
  font-weight: 400;
  color: #2999c7;
  margin-bottom: 22px;
}

i.fa.fa-map-marker {
  margin-top: 19px;
  margin-bottom: 13px;
  font-size: 29px;
  color: #dc3131;
}

.address {
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 6px;
  position: inherit;
  padding-bottom: 24px;
  right: 0;
  top: 0;
  margin-bottom: 23px;
  background: rgba(255, 255, 255, 0.81);
}

.address p {
  line-height: 22px;
}

.address .block {
  float: left;
  width: 32.3%;
  -webkit-box-shadow: 0 0 4px gainsboro;
  box-shadow: 0 0 4px gainsboro;
  height: 213px;
  margin: 5px;
  margin-bottom: 25px;
}

.address h3 {
  margin-top: 0;
}

.ppn1 {
  text-align: center;
  height: 383px;
}

.ppn1 h2 {
  margin-bottom: 13px;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
}

.ppn1 img {
  width: 295px;
  display: inline-block;
  margin: 34px;
  border: 1px solid gainsboro;
  padding: 15px;
  border-radius: 10px;
}

.ppn1 span {
  font-weight: 800;
  font-size: 27px;
  position: relative;
  top: -84px;
  display: inline-block;
  margin-bottom: 0;
}

.feedback {
  float: left;
  width: 22%;
  position: fixed;
  bottom: 0%;
  z-index: 9999999;
  background: rgba(255, 255, 255, 0.91);
  padding: 0;
  left: -22%;
  -webkit-box-shadow: 0 0 20px gray;
  box-shadow: 0 0 20px gray;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
}

.feedback.scrollto h3 i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.feedback.scrollto {
  left: 0;
  width: 22%;
}

.feedback span {
  color: #000;
  width: 100%;
  float: left;
  margin-top: 18px;
}

.feedback h3 i {
  float: right;
  margin-top: 3px;
}

.feedback h3 {
  background: #18c3f3;
  color: #fff;
  padding: 12px 18px;
  font-weight: 400;
  cursor: pointer;
  position: absolute;
  -webkit-transform: rotate(90deg) translatey(51px);
  -ms-transform: rotate(90deg) translatey(51px);
  transform: rotate(90deg) translatey(51px);
  left: -webkit-calc(100% + 5px);
  left: calc(100% + 5px);
  width: 135px;
  top: 46px;
}

.feedback.scrollto h3 {
  padding: 12px 18px;
}

.feedback input {
  width: 100%;
  margin-bottom: -3px;
  padding: 10px;
  background: #dadada;
  border: 0;
  margin-top: 7px;
  border-radius: 10px;
}

.feedback input:focus {
  background: #18c3f3;
  color: #fff;
}

.feedback select:focus {
  background: #18c3f3;
  color: #fff;
}

.feedback textarea:focus {
  background: #18c3f3;
  color: #fff;
}

.feedback select {
  width: 100%;
  margin-bottom: -3px;
  padding: 14px;
  background: #dadada;
  border: 0;
  margin-top: 7px;
  border-radius: 10px;
  color: #000;
}

.feedback textarea {
  width: 100%;
  margin-bottom: -3px;
  padding: 14px;
  background: #dadada;
  border: 0;
  margin-top: 7px;
  border-radius: 10px;
  color: #fff;
}

.feedback input[type="submit"] {
  background: orange;
  margin-top: 17px;
}

.feedback form {
  padding: 24px !important;
  padding-top: 0 !important;
}

.reg-err {
  float: left;
  clear: both;
  text-align: right;
  color: #f00;
  width: 100%;
  font-size: 12px;
}

.inner-main {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}

.inner-main h1 {
  float: left;
  width: 100%;
  text-transform: capitalize;
  color: #18c3f3;
  font-weight: normal;
  font-size: 35px;
  text-align: center;
  margin: 20px 0 0;
  font-family: "Oswald", sans-serif;
}

.inner-main p {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  text-align: justify;
  margin: 7px 0;
}

.inner-main h3 {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
}

.inner-main ol {
  margin: 0 0 0 18px;
  padding: 0;
  text-align: justify;
}

.inner-main ol li {
  margin: 7px 0;
  float: left;
  width: 100%;
  font-size: 14px;
}

.inner-main {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}

.book {
  float: left;
  position: fixed;
  left: 0px;
  top: 200px;
}

.repair {
  float: left;
  width: 80%;
  position: relative;
  margin-left: 7%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 3%;
  overflow: hidden;
}

.each-rpr {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}

.each-rpr a {
  color: #18c3f3;
  text-decoration: none;
}

.each-rpr a:hover {
  text-decoration: underline;
}

.repair .textbox {
  float: left;
  width: 48%;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0px;
  text-indent: 8px;
  border: 1px solid #e1e1e1;
  height: 35px;
  -webkit-border-radius: 5px;
  color: #000;
  font-size: 14px;
  border-radius: 5px;
}

.repair .textarea {
  height: 70px;
  padding-top: 10px;
  width: 48%;
  font-size: 14px;
}

.repair select {
  float: left;
  width: 50%;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  text-indent: 4px;
  border: 1px solid #e1e1e1;
  height: 35px;
  -webkit-border-radius: 5px;
  color: #000;
  font-size: 14px;
  border-radius: 5px;
}

.repair select.issue {
  height: 100px;
}

.repair .rdarea {
  float: left;
  clear: none;
  width: 50%;
  text-align: left;
}

.repair .rdarea input {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  width: auto;
  float: none;
}

.repair .rdarea input[type="radio"] {
  -webkit-appearance: radio;
}

.repair .rdarea .txarea {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 3px;
  color: #000;
}

.repair input[type="date"] {
  text-indent: 5px;
}

.repair label {
  float: left;
  width: 47%;
  line-height: 35px;
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  height: 35px;
  margin-bottom: 10px;
  text-align: left;
}

.repair .submit {
  float: left;
  width: 100px;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #e1e1e1;
  background: #18c3f3;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 0;
  margin-top: 10px;
}

.col-full-2 {
  float: left;
  width: 100%;
  border-top: 0px solid #d7d7d7;
  padding-top: 4%;
  /*background: rgba(0, 0, 0, 0) url("../images/products/border.png") no-repeat scroll 10% 100% / 100% 5%;*/
  float: left;
  margin-top: 2%;
  padding-bottom: 9%;
}

.col-full-2 h1 {
  float: left;
  width: 100%;
  text-transform: capitalize;
  text-align: center;
  margin-top: 10px;
  font-size: 35px;
  font-family: "Oswald", sans-serif;
  color: #000;
  margin-bottom: 0px;
  font-weight: normal;
}

.col-full-2 li {
  border: 1px solid #ccc;
  display: inline-block;
  float: none;
  height: auto;
  min-height: 210px;
  list-style: outside none none;
  margin: 5px;
  padding: 10px;
  position: relative;
  width: 11%;
}

.col-full-2 li a {
  float: left;
  width: 100%;
  color: #000;
  position: absolute;
  left: 0px;
  top: 10px;
  height: 100%;
}

.img1 {
  float: left;
  margin-left: 32%;
  height: 75px;
}

.text {
  color: #000;
  float: left;
  font-size: 13px;
  font-weight: bold;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
}

.col-full-2 li.lactive .text {
  color: #fff;
}

.bkdate1 {
  float: left;
  clear: none;
}

.bkdate1 select {
  width: 60px !important;
  padding-right: 10px;
}

.bkdate1 input {
  width: auto !important;
  padding-right: 10px;
}

.repair input {
  float: left;
  width: 50%;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  text-indent: 4px;
  border: 1px solid #e1e1e1;
  height: 35px;
  -webkit-border-radius: 5px;
  color: #a9a9a9;
  font-size: 14px;
  border-radius: 5px;
}

.each-rd {
  float: left;
  clear: both;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 0 5px 0;
  text-align: left;
}

.each-rdb {
  cursor: not-allowed;
}

.each-rdb .each-rd2 {
  color: #e1e1e1;
}

.each-rd1 {
  display: inline-block;
  vertical-align: middle;
  width: auto !important;
}

.each-rd1 input {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: left;
}

.each-rd2 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 14px;
  color: #000;
  width: auto !important;
}

.rd-main {
  float: left;
  clear: none;
  width: 50%;
}

.col-full-2 li {
  border: 1px solid #ccc;
  display: inline-block;
  float: none;
  height: auto;
  min-height: 210px;
  list-style: outside none none;
  margin: 5px;
  padding: 10px;
  position: relative;
  width: 11%;
}

#ocatg {
  display: none;
}

.col-full-2 li.lactive {
  background: -webkit-linear-gradient(
    top,
    rgba(179, 221, 152, 1) 0%,
    rgba(130, 188, 92, 0.96) 50%,
    rgba(107, 172, 64, 0.92) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(179, 221, 152, 1)),
    color-stop(50%, rgba(130, 188, 92, 0.96)),
    to(rgba(107, 172, 64, 0.92))
  );
  background: -o-linear-gradient(
    top,
    rgba(179, 221, 152, 1) 0%,
    rgba(130, 188, 92, 0.96) 50%,
    rgba(107, 172, 64, 0.92) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(179, 221, 152, 1) 0%,
    rgba(130, 188, 92, 0.96) 50%,
    rgba(107, 172, 64, 0.92) 100%
  );
}

.col-full-2 li:hover {
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(40, 143, 172, 1) 0%,
    rgba(24, 195, 243, 0.96) 50%,
    rgba(40, 143, 172, 0.92) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(40, 143, 172, 1)),
    color-stop(50%, rgba(24, 195, 243, 0.96)),
    to(rgba(40, 143, 172, 0.92))
  );
  background: -o-linear-gradient(
    top,
    rgba(40, 143, 172, 1) 0%,
    rgba(24, 195, 243, 0.96) 50%,
    rgba(40, 143, 172, 0.92) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(40, 143, 172, 1) 0%,
    rgba(24, 195, 243, 0.96) 50%,
    rgba(40, 143, 172, 0.92) 100%
  );
}

.col-full-2 li.lactive {
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(40, 143, 172, 1) 0%,
    rgba(24, 195, 243, 0.96) 50%,
    rgba(40, 143, 172, 0.92) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(40, 143, 172, 1)),
    color-stop(50%, rgba(24, 195, 243, 0.96)),
    to(rgba(40, 143, 172, 0.92))
  );
  background: -o-linear-gradient(
    top,
    rgba(40, 143, 172, 1) 0%,
    rgba(24, 195, 243, 0.96) 50%,
    rgba(40, 143, 172, 0.92) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(40, 143, 172, 1) 0%,
    rgba(24, 195, 243, 0.96) 50%,
    rgba(40, 143, 172, 0.92) 100%
  );
}

.col-full-2 li.lactive .text {
  color: #fff;
}

.col-full-2 li:hover .text {
  color: #fff;
}

.login .loginbt {
}

.login2 {
  *background-image: url(../images/login/back.html);
  background-repeat: repeat;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  display: none;
}

.login2 h2 {
  color: #000;
  font-size: 24px;
  float: left;
  width: 100%;
}

.login2 h3 {
  color: #ffffff;
  font-size: 18px;
  float: left;
  width: 100%;
}

.login2 .center {
  float: left;
  width: 100%;
}

.login2 .center a {
  float: left;
  padding: 8px 20px;
  color: #ffffff;
  margin-right: 5px;
  font-size: 14px;
  border-radius: 5px;
  background: #400977;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #400977),
    color-stop(100%, #2e0854)
  );
  background: -webkit-linear-gradient(top, #400977 0%, #2e0854 100%);
  background: -o-linear-gradient(top, #400977 0%, #2e0854 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#400977),
    to(#2e0854)
  );
  background: linear-gradient(to bottom, #400977 0%, #2e0854 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#400977', endColorstr='#2e0854', GradientType=0);
}

.login2 .wrapper {
  margin: 0 auto;
  width: 698px;
}

.login2 .wrapper .bc {
  background-color: #fff;
  border: 1px solid #505152;
  float: left;
  margin: 6% 0 0;
  padding: 0% 0%;
  position: relative;
  width: 100%;
  border-top: 1px solid #505152;
  z-index: 9999999;
}

.login2 .wrapper .bc span.logo {
  float: left;
  width: 100%;
  background: #18c3f3;
  text-align: center;
  margin: 0;
}

.login2 .wrapper .bc .close {
  float: right;
  position: relative;
  right: 20px;
  top: -45px;
}

.login2 .wrapper .bc form {
  float: left;
  width: 100%;
}

.login2 .wrapper .bc .leftlogin {
  float: left;
  width: 45%;
  padding: 2% 0% 8%;
}

.login2 .wrapper .bc .rightlogin {
  float: right;
  width: 45%;
  z-index: 99999999999;
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-top: 26px;
}

.login2 .wrapper .bc .rightlogin p {
  text-align: center;
  margin-bottom: 20px;
}

.login2 .wrapper .bc .rightlogin img {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  border-radius: 3px;
}

.login2 .wrapper .bc form input {
  background-color: transparent;
  background-image: url("../images/login/username.html");
  background-position: 11px center;
  background-repeat: no-repeat;
  border: 1px solid #4d4d4d;
  float: left;
  margin: 10px 0 0;
  padding: 10px 5%;
  width: 90%;
  color: #222;
  font-size: 14px;
}

.login2 .wrapper .bc form textarea {
  background-color: transparent;
  background-image: url("../images/login/username.html");
  background-position: 11px center;
  background-repeat: no-repeat;
  border: 1px solid #4d4d4d;
  float: left;
  margin: 10px 0 0;
  padding: 10px 5%;
  width: 90%;
  color: #222;
  font-size: 14px;
}

.login2 .logo img {
  width: 150px;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 15px;
  float: none;
}

.login2 .wrapper .bc form input.pas {
  background-image: url(../images/login/psd.html);
}

.login2 .wrapper .bc form .in {
  float: left;
  width: 100%;
  margin: 0px 0 0;
}

.login2 .wrapper .bc form .in input {
  width: 100% !important;
  background: #18c3f3;
  cursor: pointer;
}

.login2 .wrapper .bc form .in input:hover {
  background: none;
}

.login2 .wrapper .bc form .in span {
  float: left;
}

.login2 .wrapper .bc form .in em {
  color: #000;
  float: left;
  font-size: 44px;
  font-style: normal;
  font-weight: normal;
  margin: -8px 28px 0;
}

.login2 .wrapper .bc form span.txt {
  float: left;
  color: #000;
  margin: 7px 0 0;
  font-size: 15px;
}

.login2 .wrapper .bc form span.txt a {
  color: #18c3f3;
}

.login3 {
  *background-image: url(../images/login/back.html);
  background-repeat: repeat;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99999999999;
  display: none;
}

.login3 h2 {
  color: #000;
  font-size: 24px;
  float: left;
  width: 100%;
  font-family: "Oswald", sans-serif;
}

.login3 h3 {
  color: #000;
  font-size: 18px;
  float: left;
  width: 100%;
}

.login3 .center {
  float: left;
  width: 100%;
}

.login3 .center a {
  float: left;
  padding: 8px 20px;
  color: #ffffff;
  margin-right: 5px;
  font-size: 14px;
  border-radius: 5px;
  background: #400977;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #400977),
    color-stop(100%, #2e0854)
  );
  background: -webkit-linear-gradient(top, #400977 0%, #2e0854 100%);
  background: -o-linear-gradient(top, #400977 0%, #2e0854 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#400977),
    to(#2e0854)
  );
  background: linear-gradient(to bottom, #400977 0%, #2e0854 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#400977', endColorstr='#2e0854', GradientType=0);
}

.login3 .wrapper {
  margin: 0 auto;
  max-width: 698px;
  width: 95%;
}

.login3 .wrapper .bc {
  background-color: #fff;
  border: 1px solid #505152;
  float: left;
  margin: 5% 0 0;
  padding: 0% 0% 20px 0;
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 9999999;
}

.login3 .wrapper .bc span.logo {
  float: left;
  width: 100%;
  background: #ddd;
  margin: 0;
}

.login3 .wrapper .bc .close {
  float: right;
  position: relative;
  right: 20px;
  top: -35px;
}

.login3 .wrapper .bc form {
  float: left;
  width: 100%;
}

.login3 .wrapper .bc .leftlogin {
  float: left;
  width: 100%;
  max-width: 300px;
}

.login3 .wrapper .bc .rightlogin {
  float: right;
  width: 45%;
  z-index: 99999999999;
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-top: 26px;
}

.login3 .wrapper .bc .rightlogin p {
  text-align: center;
  margin-bottom: 20px;
}

.login3 .wrapper .bc .rightlogin img {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  border-radius: 3px;
}

.login3 .wrapper .bc form input,
.login3 .wrapper .bc form textarea {
  background-color: transparent;
  font-family: "Raleway", sans-serif;
  background-image: url("../images/login/username.html");
  background-position: 11px center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  float: left;
  margin: 10px 0 0;
  padding: 4.5% 5% 4.5% 5%;
  width: 100%;
  color: #222;
  font-size: 14px;
}

.login3 .wrapper .bc form select.calendarDateInput,
.login3 .wrapper .bc form input.calendarDateInput {
  background-color: transparent;
  font-family: "Raleway", sans-serif;
  background-image: url("../images/login/username.html");
  background-position: 11px center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  float: left;
  margin: 0px 0 0;
  padding: 4.5% 5% 4.5% 5%;
  width: auto;
  color: #222;
  font-size: 14px;
}

.login3 .logo img {
  width: 150px;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 15px;
  float: none;
}

.login3 .wrapper .bc form input.pas {
  background-image: url(../images/login/psd.html);
}

.logomain {
  width: 310px;
}

.login3 .wrapper .bc form .in {
  float: left;
  width: 100%;
  margin: 0px 0 0;
}

.login3 .wrapper .bc form .in input {
  width: 100% !important;
  background: #18c3f3;
  color: #fff;
  cursor: pointer;
  border-radius: 0px;
}

.login3 .wrapper .bc form .in input:hover {
  background: none;
  color: #222;
}

.login3 .wrapper .bc form .in span {
  float: left;
}

.login3 .wrapper .bc form .in em {
  color: #fff;
  float: left;
  font-size: 44px;
  font-style: normal;
  font-weight: normal;
  margin: -8px 28px 0;
}

.login3 .wrapper .bc form span.txt {
  float: left;
  color: #fff;
  margin: 27px 0 0;
  font-size: 15px;
}

.login3 .wrapper .bc form span.txt a {
  color: #18c3f3;
}

.succ-main {
  float: left;
  clear: both;
  width: 100%;
  color: #222;
  font-size: 20px;
  margin: 30px 0;
}

.succ-main .succ-img {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
}

.succ-main .succ-txt {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.succ-main .succ-txt a {
  color: #fff;
  text-decoration: none;
}

.succ-main .succ-txt a.inv {
  color: #18c3f3;
  text-decoration: underline;
}

.succ-main .succ-txt a.inv:hover {
  text-decoration: none;
  color: #c6f6a8;
}

.succ-main .inv-main {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.af-login {
  float: left;
  clear: none;
  position: relative;
}

.af-login .nt-cnt {
  position: absolute;
  right: -11px;
  top: 10px;
  background: #f00;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

.af-login a {
  background: ;
  padding: 7px 12px;
  float: left;
  color: #fff;
  border-radius: 5px;
}

.af-login .atxt1 {
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize !important;
}

.af-login .atxt2 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.af-login a.usrlog {
  background: url(../images/dwn.html) no-repeat right center #18c3f3;
  padding: 10px 20px 10px 12px;
}

.login4 {
  *background-image: url(../images/login/back.html);
  background-repeat: repeat;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  display: none;
}

.login4 h2 {
  color: ;
  font-size: 24px;
  float: left;
  width: 100%;
}

.login4 p {
  float: left;
  clear: both;
  width: 100%;
  color: #000000 !important;
}

.login4 h3 {
  color: ;
  font-size: 18px;
  float: left;
  width: 100%;
}

.login4 .center {
  float: left;
  width: 100%;
}

.login4 .center a {
  float: left;
  padding: 8px 20px;
  color: #ffffff;
  margin-right: 5px;
  font-size: 14px;
  border-radius: 5px;
  background: #400977;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #400977),
    color-stop(100%, #2e0854)
  );
  background: -webkit-linear-gradient(top, #400977 0%, #2e0854 100%);
  background: -o-linear-gradient(top, #400977 0%, #2e0854 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#400977),
    to(#2e0854)
  );
  background: linear-gradient(to bottom, #400977 0%, #2e0854 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#400977', endColorstr='#2e0854', GradientType=0);
}

.login4 .wrapper {
  margin: 0 auto;
  width: 698px;
}

.login4 .wrapper .bc {
  background-color: #fff;
  border: 1px solid #505152;
  float: left;
  margin: 5% 0 0;
  padding: 0% 0%;
  position: relative;
  width: 100%;
  z-index: 9999999;
}

.side-social {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #25d366;
  /* padding: 10px; */
  border-radius: 50%;
  height: 45px;
  width: 45px;
  z-index: 9999;
  text-align: center;
  box-shadow: 1px 2px 5px #989898;
  line-height: 50px;
}

.side-social a {
  color: #fff;
  font-size: 25px;
  padding-top: 11px;
}

.side-social .deskv {
  display: block;
}

.side-social .mobilev {
  display: none;
}

@media (min-width: 100px) and (max-width: 768px) {
  .side-social .deskv {
    display: none;
  }

  .side-social .mobilev {
    display: block;
  }
}

.login4 .wrapper .bc span.logo {
  float: left;
  width: 100%;
  background: #18c3f3;
  text-align: center;
  margin: 0;
}

.login4 .wrapper .bc .close {
  float: right;
  position: relative;
  right: 20px;
  top: -45px;
}

.login4 .wrapper .bc form {
  float: left;
  width: 100%;
}

.login4 .wrapper .bc .leftlogin {
  float: left;
  width: 100%;
}

.login4 .wrapper .bc .rightlogin {
  float: right;
  width: 100%;
  z-index: 99999999999;
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-top: 26px;
}

.login4 .wrapper .bc .rightlogin p {
  text-align: center;
  margin-bottom: 20px;
}

.login4 .wrapper .bc .rightlogin img {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  border-radius: 3px;
}

.login4 .wrapper .bc form input {
  background-color: transparent;
  background-image: url("../images/login/username.html");
  background-position: 11px center;
  background-repeat: no-repeat;
  border: 1px solid #4d4d4d;
  float: left;
  margin: 10px 0 0;
  padding: 10px 5% 10px 5%;
  width: 90%;
  color: #fff;
  font-size: 14px;
}

.login4 .logo img {
  width: 150px;
}

.login4 .wrapper .bc form input.pas {
  background-image: url(../images/login/psd.html);
}

.login4 .wrapper .bc form .in {
  float: left;
  width: 100%;
  margin: 0px 0 0;
}

.login4 .wrapper .bc form .in input {
  width: 100% !important;
  background: #345220;
  cursor: pointer;
}

.login4 .wrapper .bc form .in input:hover {
  background: none;
}

.login4 .wrapper .bc form .in span {
  float: left;
}

.login4 .wrapper .bc form .in em {
  color: #fff;
  float: left;
  font-size: 44px;
  font-style: normal;
  font-weight: normal;
  margin: -8px 28px 0;
}

.login4 .wrapper .bc form span.txt {
  float: left;
  color: #fff;
  margin: 27px 0 0;
  font-size: 15px;
}

.login4 .wrapper .bc form span.txt a {
  color: #18c3f3;
}

.log-mainn {
  float: left;
  clear: both;
  width: 100%;
  padding: 3% 8% 3%;
  max-height: -webkit-calc(95vh - 160px);
  max-height: calc(95vh - 160px);
  overflow: auto;
}

.bk-ovr {
  background: url(../images/galbg.html) repeat left top;
  position: absolute;
  left: -5%;
  top: -5%;
  width: 110%;
  height: 110%;
}

.bk-ovr .bk-load {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.each-rd {
  float: left;
  clear: both;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 0 5px 0;
  text-align: left;
}

.each-rdb {
  cursor: not-allowed;
}

.each-rdb .each-rd2 {
  color: #e1e1e1;
}

.each-rd1 {
  display: inline-block;
  vertical-align: middle;
  width: auto !important;
}

.each-rd1 input {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: left;
}

.each-rd1 input[type="radio"] {
  -webkit-appearance: radio;
}

.each-rd2 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 14px;
  color: #000;
  width: auto !important;
}

.rd-main {
  float: left;
  clear: none;
  width: 50%;
}

.bk-main {
  float: left;
  clear: none;
  width: 200px;
  margin: 10px;
}

.bk-main .bk-each {
  float: left;
  clear: both;
  width: 96%;
  padding: 2%;
  border: solid 1px #ccc;
  margin: 15px 0;
  position: relative;
}

.bk-main .bk-each:hover .bk-ovr {
  display: block;
}

.bk-main .bk-each .bk-ovr {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/galbg.html) repeat left top;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}

.bk-main .bk-each .bk-ovr .bk-view {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 150;
  margin-left: -81px;
  margin-top: -18px;
}

.bk-main .bk-each .bk-ovr .bk-view1 {
  margin-left: -81px;
  margin-top: -18px;
}

.bk-main .bk-each .bk-ovr .bk-view2 {
  margin-left: -81px;
  margin-top: -18px;
}

.bk-main .bk-each .bk-ovr .bk-view2 a {
  margin-top: 10px;
}

.bk-main .bk-each .bk-ovr .bk-view a {
  background: #18c3f3;
  padding: 8px 16px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  width: 130px;
  text-align: center;
}

.bk-main .bk-each .bk-ovr .bk-view .cancel {
  background: #d40000;
  padding: 8px 16px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  width: 130px;
  text-align: center;
}

.bk-main .bk-each .bk-ovr .bk-view .compl {
  background: #600;
  padding: 8px 16px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  width: 130px;
  text-align: center;
}

.bk-main .bk-each .bk-head1 {
  float: left;
  clear: both;
  width: 98%;
  padding: 1%;
  margin-bottom: 10px;
  background: #ccc;
  color: #000;
}

.bk-main .bk-each .bk-head1 .bk-hd1 {
  display: inline-block;
  vertical-align: middle;
  width: 98%;
  padding: 0 1%;
  text-align: center;
}

.bk-main .bk-each .bk-eachm1 {
  float: left;
  clear: both;
  width: 100%;
}

.bk-main .bk-each .bk-eachm {
  width: 100%;
  display: block;
  float: left;
  clear: both;
}

.bk-main .bk-each .bk-eachm .bk-each1 {
  width: 96%;
  padding: 0 2%;
  border-right: dotted 1px #ccc;
  display: block;
  vertical-align: top;
  text-align: center !important;
  float: left;
  clear: both;
  padding-top: 10px;
}

.bk-main .bk-each .bk-eachm .bk-each1:last-child {
  border-right: 0px;
}

.bk-main .bk-each .bk-eachm .bk-each1 .bk-fld {
  float: left;
  clear: both;
  width: 100%;
  color: #666;
  margin-bottom: 3px;
  text-align: center !important;
}

.bk-main .bk-each .bk-eachm .bk-each1 .txt-area {
  float: left;
  clear: both;
  width: 100%;
  height: 100px;
}

.bk-main .bk-each .bk-eachm .bk-each1 .img-area {
  float: left;
  clear: both;
  width: 100%;
  height: 85px;
}

.bk-main .bk-each .bk-eachm .bk-each1 .img-area img {
  display: inline-block;
  max-height: 80px;
}

.bk-main .bk-each .bk-eachm .bk-each1 .bk-fld .bk-fld1 {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
}

.bk-main .bk-each .bk-eachm .bk-each1 .bk-fld .bk-fld2 {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
}

.bk-main .bk-each .bk-eachm .bk-each1 .bk-head {
  float: left;
  clear: both;
  width: 100%;
  color: #18c3f3;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 9px;
  height: 50px;
  margin-top: 10px;
}

.bk-main .bk-each .bk-eachm .bk-each1 .bk-head .bk-h {
  float: left;
  clear: both;
  width: 100%;
}

.st-main {
  float: left;
  clear: both;
  width: 100%;
  margin: 20px 0px 90px 0px;
  border-top: solid 1px #000;
  position: relative;
}

.st-main .st-rnd {
  position: absolute;
  width: 100%;
  left: 0;
  top: -15px;
}

.st-main .st-rnd .each-rnd {
  float: left;
  width: 12.65%;
  padding: 0 2%;
}

.st-main .st-rnd .each-rnd .rnd1 {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.st-main .st-rnd .each-rnd .rnd12 {
  display: inline-block;
  background: #999;
  width: 30px;
  height: 30px;
  border-radius: 15px;
}

.st-main .st-rnd .each-rnd .rnd12s {
  background: #18c3f3;
}

.st-main .st-rnd .each-rnd .rnd12r {
  background: #900;
}

.st-main .st-rnd .each-rnd .rnd2 {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
}

.bk-main1 {
  float: right;
  clear: none;
  width: 25%;
}

.bk-main1 .bk-each {
  float: left;
  clear: both;
  width: 96%;
  padding: 2%;
  border: solid 1px #ccc;
  margin: 15px 0;
  position: relative;
}

.bk-main1 .bk-each:hover .bk-ovr {
  display: block;
}

.bk-main1 .bk-each .bk-eachm1 {
  float: left;
  clear: both;
  width: 100%;
}

.bk-main1 .bk-each .bk-eachm {
  width: 100%;
  float: clear;
  clear: both;
  display: block;
}

.bk-main1 .bk-each .bk-eachm .bk-each1 {
  width: 96%;
  padding: 0 2%;
  border-bottom: dotted 0px #ccc;
  float: clear;
  clear: both;
  display: block;
}

.bk-main1 .bk-each .bk-eachm .bk-each1:last-child {
  border-right: 0px;
}

.bk-main1 .bk-each .bk-eachm .bk-each1 .bk-fld {
  float: left;
  clear: both;
  width: 100%;
  color: #666;
  margin-bottom: 3px;
  text-align: left;
  font-size: 13px;
}

.bk-main1 .bk-each .bk-eachm .bk-each1 .bk-fld .bk-fld1 {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}

.bk-main1 .bk-each .bk-eachm .bk-each1 .bk-fld .bk-fld2 {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  word-wrap: break-word;
}

.bk-main1 .bk-each .bk-eachm .bk-each1 .bk-head {
  float: left;
  clear: both;
  width: 100%;
  color: #18c3f3;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 9px;
  margin-top: 10px;
}

.ord-det1 {
  float: left;
  clear: none;
  width: 96%;
  padding: 14px 2%;
  border: solid 1px #ccc;
  margin-top: 17px;
  background: #e1e1e1;
}

.ord-det12 {
  width: 48%;
  padding: 0 1%;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 16px;
}

.ord-det2 {
  float: left;
  clear: none;
  width: 96%;
  padding: 2%;
  border: solid 1px #ccc;
  margin-top: 20px;
}

.ord-main {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}

.ord-left {
  float: left;
  clear: none;
  width: 70%;
}

.ord-left .ord-head {
  float: left;
  clear: both;
  width: 100%;
  color: #18c3f3;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 9px;
}

.ord-left .ech-ord {
  float: left;
  clear: both;
  width: 100%;
  border-bottom: dotted 1px #ccc;
  padding: 5px 0;
  margin: 5px 0;
}

.ord-left .ech-ord:last-child {
  border-bottom: 0px;
}

.ord-left .ech-ord1 {
  float: left;
  clear: both;
  width: 100%;
  color: #333;
  margin-bottom: 5px;
}

.ord-left .ech-ord2 {
  float: left;
  clear: both;
  width: 100%;
  color: #666;
}

.ord-det3 {
  float: left;
  clear: none;
  width: 96%;
  padding: 2%;
  border: dashed 1px #18c3f3;
  background: #ccc;
  margin-top: 20px;
  background: #e7ffd7;
}

.ord-det3 h3 {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}

.ord-det3 .eord3 {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 12px 0 6px 0;
  border-top: dashed 1px #18c3f3;
}

.ord-det3 .eord3 a {
  color: #006600;
  text-decoration: none;
}

.ord-det3 .eord3 a:hover {
  color: #000;
  font-weight: bold;
}

.ord-det3 .eord3:last-child {
  margin-bottom: 0;
}

.ord-det3 .eord3 .ehead {
  float: left;
  clear: both;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.ord-det3 .eord3 .edtxt {
  float: left;
  clear: both;
  width: 100%;
  font-size: 14px;
  line-height: 15px;
}

.ord-det3 .eord3 .edtxt1 {
  float: left;
  clear: both;
  width: 100%;
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 10px;
}

.ord-det3 .eord3 .edtxt1 a {
  color: #060;
}

.ord-det3 .eord3 .edtxt .edyes {
  background: #006600;
  padding: 8px 16px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
}

.ord-det3 .eord3 .edtxt .edno {
  background: #990000;
  margin-left: 5px;
}

.ord-det3 .edsucc {
  background: #006600;
  padding: 8px 2%;
  width: 96%;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 10px;
}

.ord-det3 .edfail {
  background: #990000;
}

.notf-main {
  float: left;
  clear: both;
  width: 100%;
}

.notf-main .each-ntf {
  float: left;
  clear: both;
  width: 100%;
  margin: 5px 0;
  border-bottom: dotted 1px #000;
  padding: 0px 0 8px 0;
}

.notf-main .each-ntf .nt-drp1 {
  float: left;
  clear: both;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}

.notf-main .each-ntf .nt-drp1 a {
  color: #537c38;
  text-decoration: none;
}

.notf-main .each-ntf .nt-drp2 {
  float: left;
  clear: both;
  width: 100%;
  font-size: 11px;
  line-height: 11px;
  color: #999999;
}

.notf-main .each-ntf .nt-drp3 {
  float: left;
  clear: both;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #666;
  margin-top: 5px;
}

.notf-main .each-ntf .nt-drp3 a {
  text-transform: none !important;
  color: #666 !important;
  text-decoration: none;
}

.notf-main .each-ntf:last-child {
  border-bottom: 0;
}

.area-drop {
  background: #aaaaaa;
  position: absolute;
  top: 50px;
  width: 140px;
  padding: 5px 16px;
  border-radius: 5px;
  right: 0;
  display: none;
}

.area-drop .areas {
  float: left;
  clear: none;
  width: 100%;
  text-align: center;
}

#trackorder {
  display: none;
}

#alt-add {
  display: none;
}

.radio-bt {
  float: left;
  clear: both;
  width: 100%;
  /*color:#fff;*/
  margin-bottom: 5px;
}

.radio-bt input {
  width: auto !important;
  display: inline-block;
  float: none !important;
  vertical-align: top;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.radio-bt .inp-txt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

#shwtxta {
  display: none;
}

.mbverf {
  float: left;
  clear: both;
  width: 100%;
}

.mbverf1 {
  display: inline-block;
  vertical-align: middle;
  width: 47.5%;
  margin-right: 5%;
}

.mbverf2 {
  display: inline-block;
  vertical-align: middle;
  width: 47.5%;
}

.mbverf2 a {
  display: inline-block;
  width: 100%;
  background: #18c3f3;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  margin-top: 8px;
}

@media (min-width: 1025px) and (max-width: 1325px) {
  .wrapper {
    width: 90%;
  }

  .nav li a {
    margin: 0 10px;
  }
}

img.width.anim {
  display: none;
}

@media (min-width: 100px) and (max-width: 1024px) {
  .get-a-quote * {
    padding: 14px;
  }

  .wrapper {
    width: 90%;
  }

  .nav li a {
    margin: 0 3px;
  }

  .get-a-quote {
    bottom: 0;
    width: 35%;
    padding: 15px;
  }

  .ipn1 {
    -webkit-background-size: 100% 100%;
    background-size: 100%;
  }

  img.width.anim {
    width: 100%;
    display: block;
  }

  .animation {
    display: none;
  }

  p.center {
    margin-left: 0;
    width: 100%;
    margin-bottom: 15px;
  }

  .cpn1 img {
    width: 87%;
  }

  .cpn1 .get-a-quote {
    left: 273px;
    top: 56px;
    width: 44%;
  }

  .address {
    width: 100%;
    margin: 0 auto;
    float: left;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px;
    position: initial;
    padding-bottom: 24px;
    right: 39px;
    top: 36px;
    background: rgba(255, 255, 255, 0.81);
    border-bottom: 0;
  }

  .spn1 .right {
    width: 100%;
  }

  .spn1 .left {
    width: 100%;
  }

  .padding-left {
    padding-left: 0%;
  }

  .padding-right {
    padding-right: 0;
  }

  .spn1 .wrap {
    padding: 15px;
    margin-bottom: 16px;
    -webkit-box-shadow: 0 0 20px gainsboro;
    box-shadow: 0 0 20px gainsboro;
  }

  .spn1 .left img,
  .spn1 .right img {
    width: 100%;
    margin-top: 23px;
  }

  .footer-end p.left {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 23px;
  }

  .footer-end p.right {
    float: right;
    width: 100%;
    text-align: center;
  }

  .tpn1 .padding {
    padding: 14px;
  }

  .ppn1 img {
    width: 189px;
  }
}

@media (min-width: 100px) and (max-width: 900px) {
  .top p.left {
    float: left;
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .widget {
    float: right;
    text-align: right;
    height: 200px;
    overflow: hidden;
    border: 2px solid gainsboro;
    margin-right: 0;
    margin-top: 21px;
    width: 100% !important;
    text-align: center !important;
    border: 0 !important;
  }

  .mobile {
    display: none;
  }

  .feedback h3 {
    /* background: #18c3f3;

        color: #fff;

        padding: 12px 18px;

        font-weight: 400;

        cursor: pointer;

        position: inherit;

        -webkit-transform: inherit;

        -ms-transform: inherit;

        transform: inherit;

        width: 100%;

        width: 100%;

        top: 46px; */
  }

  .top p.right {
    margin: 0;
    float: right;
    width: 100%;
    text-align: center;
  }

  .top p.right a {
    margin-left: 0 !important;
    width: 100%;
  }

  .ipn1 {
    background: none;
  }

  .padd-left {
    padding-left: 0;
  }

  .ipn2 .padding {
    float: left;
    width: 50%;
    position: relative;
    height: auto;
    overflow: hidden;
    border: 3px solid #fff;
  }

  .footer a {
    margin-bottom: 15px;
  }

  .cpn1 .get-a-quote {
    left: 2px;
    top: 0;
    width: 100%;
    position: inherit;
    padding: 14px 36px;
    -webkit-box-shadow: 0 0 20px gainsboro;
    box-shadow: 0 0 20px gainsboro;
    margin-top: 49px;
  }

  .apn1 img {
    width: 100%;
    margin-right: 0;
  }

  .tpn1 .padding {
    padding: 6px;
  }

  .feedback {
    width: 30%;
    left: -30%;
    /*width: 100%;
        position: inherit;
        bottom: 0;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit; */
  }

  .feedback.scrollto {
    width: 260px;
  }

  .login3 .wrapper .bc {
    width: 94%;
  }

  #progressbar li {
    font-size: 11px !important;
  }

  #msform fieldset {
    width: 100% !important;
    margin: 0 0% !important;
    padding: 20px 0px !important;
  }

  .repair label {
    font-size: 12px !important;
    line-height: 15px;
    padding-top: 10px;
  }

  .repair {
    margin-left: 0;
    width: 100%;
  }

  .banner-text {
    position: inherit;
    bottom: 13%;
    padding: 10px 0;
  }

  .banner {
    background: #4e4e4e;
  }

  .get-a-quote {
    bottom: 0;
    width: 100%;
    padding: 15px;
    position: inherit;
    margin-bottom: 27px;
  }

  .banner-text h2 {
    font-size: 23px;
  }

  .ppn1 a {
    width: 100%;
    float: left;
  }

  .ppn1 {
    text-align: center;
    height: auto;
  }

  .ppn1 span {
    top: 0;
  }

  .sticky {
    display: none;
  }

  .nav {
    display: none;
  }

  .logo {
    float: left;
    width: 100%;
    text-align: center;
  }

  .logo img {
    width: 200px;
  }

  .fsm-button {
    display: block !important;
  }

  #boxes #dialog {
    width: 90% !important;
    height: auto;
    top: 0 !important;
    left: 0 !important;
    margin: 7px;
  }

  .ipn5 {
    background-size: cover;
    background-position: center;
  }

  .footer ul {
    width: 100% !important;
  }

  .address .block {
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 0 4px gainsboro;
    box-shadow: 0 0 4px gainsboro;
    height: auto;
    margin: 5px;
    margin-bottom: 25px;
    padding-bottom: 18px;
  }

  .footer {
    width: 100%;
  }

  .footer-end {
    width: 100%;
  }

  .ipn0.footer img {
    float: none !important;
    width: 295px;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100% !important;
  }

  .footer ul {
    padding-bottom: 3px;
    text-align: center;
  }

  .footer p.center {
    text-align: center;
  }

  .footer-end p.center a {
    padding-right: 3px;
  }

  .widget {
    margin-bottom: 30px;
  }

  .footer ul li:first-child a {
    padding-left: 28px !important;
  }
}

.fsm-button {
  display: none;
}

@media (min-width: 100px) and (max-width: 500px) {
  .ipn2 .padding {
    width: 100%;
  }

  .tpn1 .padding {
    padding: 6px;
    width: 100%;
  }

  input {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
}

.ipn3 h3 {
  color: #18c3f3;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: "Oswald", sans-serif;
}

.top i {
  color: #fff;
  margin-right: 12px;
}

.address i {
  margin-top: 19px;
  margin-bottom: 13px;
  font-size: 26px;
  color: #2185b1;
}

.address a {
  display: inherit;
  font-size: 18px;
  color: #000;
  line-height: 28px;
}

.top a {
  color: #fff;
  font-size: 17px;
  padding: 6px;
  display: inline-block;
}

.top {
  background: #18c3f3;
}

.top p.right {
  margin: 0;
  float: right;
}

.top p.left {
  float: left;
  margin: 0;
}

.top p.right a {
  margin-left: 32px;
}

#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.89);
  width: 100% !important;
  display: none;
}

#boxes .window {
  position: fixed;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999999999999999999999;
  padding: 20px;
  border-radius: 0px;
  text-align: center;
  top: 22% !important;
}

#boxes #dialog {
  width: 498px;
  height: auto;
  padding: 0px;
  background-color: #ffffff;
  font-family: "Segoe UI Light", sans-serif;
  font-size: 15pt;
  border: 3px solid #fff;
}

.maintext {
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}

body {
  background: url("bg.html");
}

#lorem {
  font-family: "Segoe UI", sans-serif;
  font-size: 12pt;
  text-align: left;
}

#popupfoot {
  font-family: "Segoe UI", sans-serif;
  font-size: 16pt;
  padding: 10px 20px;
}

#popupfoot a {
  text-decoration: none;
}

.agree:hover {
  background-color: #d1d1d1;
}

.popupoption:hover {
  background-color: #d1d1d1;
  color: green;
}

.popupoption2:hover {
  color: red;
}

.content {
  float: left;
  width: 100%;
  padding: 17px;
  text-align: center;
}

.content input[type="text"] {
  width: 100%;
  float: left;
  padding: 14px;
  border: 1px solid gainsboro;
  margin-top: 14px;
  border-radius: 5px;
}

.content h2 {
  color: #040403;
  font-weight: 400;
}

.content input[type="submit"] {
  border: 0;
  margin-top: 14px;
  background: #d89a38;
  color: #fff;
  padding: 13px;
  width: 50%;
  border-radius: 0px;
  float: left;
}

.widget {
  float: right;
}

.widget {
  float: right;
  text-align: right;
  overflow: hidden;
  width: 30%;
  border: 2px solid gainsboro;
  margin-right: 0;
  margin-top: 21px;
}

.footer ul {
  float: left;
  width: 100%;
  margin-top: 0;
  text-align: left;
}

.footer ul li:first-child a {
  padding-left: 0;
}

.fsm-sidebar {
  position: fixed;
}

.fsm-button {
  font-size: 24px;
  color: #000;
  top: 36px;
  line-height: 100%;
}

.page-container {
  max-width: 700px;
  margin: auto;
}

.page-container p {
  font-size: 21px;
  font-weight: 100;
  line-height: 180%;
}

body.fsm-body {
  background: #daccc5;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, #daccc5),
    color-stop(100%, #a6a6a6)
  );
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #daccc5 0%,
    #a6a6a6 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(
    center,
    ellipse cover,
    #daccc5 0%,
    #a6a6a6 100%
  );
  /* Opera 12+ */
  /* IE10+ */
  background: -webkit-radial-gradient(center ellipse, #daccc5 0%, #a6a6a6 100%);
  background: -o-radial-gradient(center ellipse, #daccc5 0%, #a6a6a6 100%);
  background: radial-gradient(ellipse at center, #daccc5 0%, #a6a6a6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#daccc5', endColorstr='#a6a6a6', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.fsm-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 80%;
  height: 100%;
  color: #333;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.fsm-sidebar.fsm-left {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fsm-sidebar.fsm-right {
  -webkit-transform: translate3d(125%, 0, 0);
  transform: translate3d(125%, 0, 0);
}

.fsm-sidebar.fsm-top {
  width: 100%;
  height: 80%;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.fsm-sidebar.fsm-bottom {
  position: fixed;
  width: 100%;
  height: 80%;
  -webkit-transform: translate3d(0, 125%, 0);
  transform: translate3d(0, 125%, 0);
}

.fsm-sidebar.fsm-top .fsm-list,
.fsm-sidebar.fsm-bottom .fsm-list {
  text-align: center;
  overflow: hidden;
}

.fsm-sidebar.fsm-top .fsm-list .fsm-item,
.fsm-sidebar.fsm-bottom .fsm-list .fsm-item {
  display: inline-block;
  font-size: 33px;
}

.fsm-button {
  right: -57px;
  margin-top: -39px;
  position: absolute;
  padding: 0px;
  color: #434343;
  width: 46px;
  height: 50px;
  font-size: 38px;
  font-weight: 400;
  margin-top: -23px;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.fsm-button.fsm-right {
  left: -50px;
  right: auto;
}

.fsm-button.fsm-top {
  left: 0;
  bottom: -50px;
  right: auto;
}

.fsm-button.fsm-bottom {
  left: 0;
  top: -50px;
  bottom: auto;
  right: auto;
}

.fsm-container {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  float: left;
  width: 100%;
  /*  -webkit-transform: perspective( 1000 );

  -moz-transform: perspective( 1000 );

  -o-transform: perspective( 1000 );

  transform: perspective( 1000 );

*/
  background: #fff;
}

.open .fsm-container {
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: perspective(600px) rotateY(-30deg) scale(0.5);
  transform: perspective(600px) rotateY(-30deg) scale(0.5);
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(255, 255, 255, 0.5)));
}

.open .fsm-container.fsm-right {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: perspective(600px) rotateY(30deg) scale(0.5);
  transform: perspective(600px) rotateY(30deg) scale(0.5);
}

.open .fsm-container.fsm-top {
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: perspective(600px) rotateX(-30deg) scale(0.5);
  transform: perspective(600px) rotateX(-30deg) scale(0.5);
}

.open .fsm-container.fsm-bottom {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: perspective(600px) rotateX(-30deg) scale(0.5);
  transform: perspective(600px) rotateX(-30deg) scale(0.5);
}

.fsm-wrapper {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  float: left;
  width: 100%;
}

.fsm-wrapper.open {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

.fsm-wrapper.open.fsm-right {
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

.fsm-wrapper.open.fsm-top {
  -webkit-transform: translate3d(0, 80%, 0);
  transform: translate3d(0, 80%, 0);
}

.fsm-wrapper.open.fsm-bottom {
  -webkit-transform: translate3d(0, -80%, 0);
  transform: translate3d(0, -80%, 0);
}

.fsm-list {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

.fsm-list > .fsm-item a {
  color: #757575;
  text-decoration: none;
  display: block;
  padding: 9px 22px;
  font-size: 28px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.fsm-list > .fsm-item {
  color: #fff;
  font-size: 45px;
  line-height: 100%;
  font-weight: 100;
}

.fsm-right .fsm-list > .fsm-item a {
  text-align: right;
}

.fsm-list > .fsm-item a:hover {
  padding-left: 60px;
  text-decoration: none;
}

.fsm-right .fsm-list > .fsm-item a:hover {
  padding-right: 60px;
}

.open .fsm-bottom .fsm-list {
  width: 100%;
  position: absolute;
  bottom: 0;
}

@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.flyInRight {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}

.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.flyInLeft {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}

@-webkit-keyframes flyInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes flyInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.flyInTop {
  -webkit-animation-name: flyInTop;
  animation-name: flyInTop;
}

@-webkit-keyframes flyInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes flyInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.flyInBottom {
  -webkit-animation-name: flyInBottom;
  animation-name: flyInBottom;
}

.ipn0.footer img {
  float: right;
  width: 350px;
  margin-right: 37px;
}

@media (min-width: 899px) and (max-width: 1024px) {
  .footer a {
    padding: 11px 29px;
  }

  .ipn0.footer img {
    float: left !important;
    width: 295px;
    margin-right: 103px;
  }

  .footer ul {
    padding: 0;
  }

  .footer-end {
    width: 100%;
  }

  .footer-end p.left {
    text-align: left !important;
    margin-top: 12px;
  }

  .footer-end p.right {
    float: right;
    width: 100%;
    text-align: left;
  }

  .footer {
    width: 60%;
  }
}

.top p.right a {
  pointer-events: none;
}

.repair-txt {
  margin-top: 10px;
}

.repair-txt,
.repair-date {
  float: left;
  clear: both;
  width: 100%;
  text-align: left;
}

.each-testi {
  float: left;
  clear: both;
  width: 100%;
  display: none;
}

.formfirst {
  position: absolute;
  left: -100000px;
  visibility: hidden;
  opacity: 0;
}

.pn1 {
  float: left;
  width: 100%;
  background: url(../images/panel2bg.jpg) center center no-repeat;
  background-size: cover;
  margin-top: 50px;
}

.pn1 h2 {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
  font-family: "Oswald", sans-serif;
}

.pn1 ul {
  padding: 0;
  float: left;
  width: 70%;
  margin: 0 10% 0 20%;
}

.pn1 ul li {
  float: left;
  width: 50%;
  margin-bottom: 25px;
}

.pn1 ul li img {
  width: 80px;
  float: left;
}

.pn1 ul li h6 {
  float: right;
  width: calc(100% - 100px);
  margin-top: 25px;
  font-size: 21px;
  color: #444;
}

.pn1 ul li h6 span {
  font-size: 14px;
  width: 100%;
  display: block;
  margin-top: 5px;
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */

@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  .top a {
    font-size: 13px;
  }

  .logomain {
    width: 210px;
  }

  .nav li a {
    font-size: 12px;
  }

  .get-a-quote * {
    padding: 0;
  }

  .footer a {
    padding: 11px 20px;
  }

  .padd-left {
    padding-left: 0;
  }

  .spn1 .left img {
    width: 100%;
  }

  .spn1 .right img {
    width: 100%;
  }

  .address .block {
    width: 32%;
  }

  .cpn1 .get-a-quote {
    width: 44%;
    bottom: 175px;
    top: inherit;
  }

  .get-a-quote input[type="text"] {
    height: 35px;
  }
}

@media (min-width: 100px) and (max-width: 478px) {
  .pn1 ul {
    width: 100%;
    margin: 0;
  }

  .pn1 ul li {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .pn1 ul li img {
    float: none;
  }

  .get-a-quote {
    margin-top: 20px;
  }

  .pn1 ul li h6 {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }

  .banner-text p {
    line-height: 22px;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .feedback h3 {
    top: 230px;
    padding: 6px 18px;
    font-size: 14px;
    width: 120px;
  }

  .feedback.scrollto h3 {
    padding: 6px 18px;
  }

  .feedback span {
    font-size: 13px;
  }

  .fsm-list > .fsm-item {
    line-height: 22px;
  }

  .fsm-list > .fsm-item a {
    font-size: 16px;
  }

  .top a {
    font-size: 12px;
    padding: 2px;
  }

  .fsm-button {
    margin-top: 75px;
  }

  .plinks ul {
    flex-direction: column;
    margin-top: 10px;
  }

  .plinks ul li {
    width: 100%;
    margin-bottom: 5px;
  }

  .plinks ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

@media (min-width: 479px) and (max-width: 767px) {
  .pn1 ul {
    width: 100%;
    margin: 0;
  }

  .pn1 ul li {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .pn1 ul li img {
    float: none;
  }

  .get-a-quote {
    margin-top: 20px;
  }

  .pn1 ul li h6 {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }

  .banner-text p {
    line-height: 22px;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .feedback h3 {
    top: 230px;
    padding: 6px 18px;
    font-size: 14px;
    width: 120px;
  }

  .feedback.scrollto h3 {
    padding: 6px 18px;
  }

  .feedback span {
    font-size: 13px;
  }

  .fsm-list > .fsm-item {
    line-height: 22px;
  }

  .fsm-list > .fsm-item a {
    font-size: 16px;
  }

  .top a {
    font-size: 12px;
    padding: 2px;
  }

  .fsm-button {
    margin-top: 75px;
  }

  .plinks ul {
    flex-direction: column;
    margin-top: 10px;
  }

  .plinks ul li {
    width: 100%;
    margin-bottom: 5px;
  }

  .plinks ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .pn1 ul {
    width: 100%;
    margin: 0;
  }

  .pn1 ul li {
    margin-bottom: 20px;
  }

  .get-a-quote {
    margin-top: 20px;
  }

  .pn1 ul li h6 {
    font-size: 18px;
  }

  .banner-text p {
    line-height: 22px;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .feedback h3 {
    top: 230px;
    padding: 6px 18px;
    font-size: 14px;
    width: 120px;
  }

  .feedback.scrollto h3 {
    padding: 6px 18px;
  }

  .feedback span {
    font-size: 13px;
  }

  .fsm-list > .fsm-item {
    line-height: 22px;
  }

  .fsm-list > .fsm-item a {
    font-size: 16px;
  }

  .top a {
    font-size: 12px;
    padding: 2px;
  }
}

.tv-repair {
  text-align: left;
}

.tv-points {
  margin-left: 5px;
}

.tv-points li span {
  display: inline-block;
  vertical-align: middle;
}

.tv-points li span:first-child {
  font-size: 16px;
  margin-right: 5px;
}

.captcha-holder {
  display: table;
  width: 100%;
  border-bottom: 0;
  padding: 0 !important;
}

.captcha-holder > div img {
  width: 100px;
  border-bottom: 0;
  display: inline-block;
  padding: 0 !important;
}

.captcha-holder > div {
  display: table-cell !important;
  vertical-align: middle;
  border-bottom: 0;
  padding: 0 !important;
}

.captcha-holder > div input {
  width: 150px !important;
  display: inline-block;
}

.split-fields {
  display: table;
  width: 100%;
  border-bottom: 0;
  padding: 0 !important;
}

.split-fields > div {
  display: table-cell !important;
  vertical-align: middle;
  border-bottom: 0;
  padding: 0 !important;
}

.split-fields > div input {
  width: auto !important;
}

.laptop-brand-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.laptop-brand-container a {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 150px;
}
.laptop-brand-container img {
  width: 100%;
  max-width: 150px;
  height: 100px;
  object-fit: contain;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 15px;
}
/* Mobile view: Smaller sizes for mobile */
@media (max-width: 767px) {
  .laptop-brand-container a {
    min-width: 100px;
  }
  .laptop-brand-container img {
    max-width: 100px;
    height: 70px;
  }
}
