/* forms */
input#input_1_3, input#input_1_2, select#input_1_4 {
    width: 100%;
}
.gform_wrapper input[type="text"]~label {
    display: none!important;
}
.gform_footer.top_label {
    text-align: center;
}
input#input_2_3, input#input_2_4 {
    width: 100%;
}
body .gform_wrapper .top_label div.ginput_container{
  margin-top: 0!important;
}
body .gform_wrapper ul li.gfield{
  margin-top: 0!important;
}
li#field_1_5 {
    padding-top: 10px;
}
input#input_3_2, input#input_3_3, select#input_3_4, input#input_3_10, select#input_3_6{
  width:100%;
}
li#field_3_9, li#field_3_10 {
    padding-top: 10px;
}
/* forms ends */
input.autocomplete {
    width: 20%!important;
}
.repairs .col-md-6 {
    padding-bottom: 10px;
}
.banner img{
    max-width: 100%;
}
section.banner.section {
    padding: 8% 0px 0;
}
.banner h1{
  font-family: "Muli", sans-serif;
}
.banner p{
  font-family: "Muli", sans-serif;
}
nav.navbar {
  background-color: #353535;
}
.title {
  font-family: "Muli", sans-serif;
  font-weight: 800;
}
.subtitle {
  font-family: "Muli", sans-serif;
  font-weight: 300;
}
.navbar-brand {
  max-width: 70%;
}
nav .navbar-brand .logo {
  max-width: 20%;
}
nav .navbar-nav li a.nav-link {
  color: #fff;
  transition: all 0.5s;
  font-family: "Muli", sans-serif;
}
.btn-link-secondary:link,
.btn-link-secondary:visited {
  color: #fdae5c;
  display: inline-block;
  padding: 8px 28px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  border: 1px solid #fdae5c;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.btn-link-secondary:hover {
  color: #fff;
  border: 1px solid transparent;
  background: #fdae5c;
  text-decoration: none;
  background: -moz-linear-gradient(left, #fdae5c 0%, #fd8e5e 100%);
  background: -webkit-linear-gradient(left, #fdae5c 0%, #fd8e5e 100%);
  background: linear-gradient(to right, #fdae5c 0%, #fd8e5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdae5c', endColorstr='#fd8e5e',GradientType=1 );
}
.btn-link-primary:link,
.btn-link-primary:visited {
  background-color: #ffc900;
  color: #353535;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 50px;
  font-family: "Muli", sans-serif;
  font-weight: 600;
}
.btn-link-flat:link,
.btn-link-flat:visited {
  background-color: #fff;
  color: #353535;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 50px;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.category-section .service-cta h2 {
  font-family: "Muli", sans-serif;
  font-weight: 600;
}
.cta-phone-number {
  font-family: "Muli", sans-serif;
  font-size: 24px;
  margin: 10px 0;
  padding: 8px 22px;
  text-decoration: none;
  border-radius: 50px;
  color: #ffc900;
  background-color: #353535;
}
.cta-phone-number:hover {
  text-decoration: none;
  color: #ffc900;
}
.cta-phone-number-wrapper {
  margin-top: 20px;
}
.step-card {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 30px 20px 70px 20px;
  position: relative;
  border-radius: 15px;
  font-family: "Muli", sans-serif;
  cursor: pointer;
  transition: all 0.3s;
  height: 100%;
}
.step-card:hover {
  background-color: #ffc900;
  transform: translateY(-3px);
}
.step-card:hover a:link,
.step-card:hover a:visited {
  color: #fff;
}
.how-it-works .tab-content {
  margin-top: 25px;
}
.step-card a:link,
.step-card a:visited {
  color: #ffc900;
  text-decoration: none;
}
.step-card .step-count {
  position: absolute;
  bottom: 5px;
  left: 25px;
  font-size: 45px;
  font-weight: 800;
  font-family: "Muli", sans-serif;
  opacity: 0.5;
}
.divider-parallax {
  background-image: url('http://kofix.in/wp-content/themes/kofix_new/images/bg-6.jpg');
  height: 350px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  font-family: "Muli", sans-serif;
}
.divider-parallax .overlay-text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.repairss>.divider-parallax {
  background-image: url('http://kofix.in/wp-content/themes/kofix_new/images/banner2.jpg');
  height: 350px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  font-family: "Muli", sans-serif;
}
.repairss>.divider-parallax .overlay-text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.why-us-card {
  font-family: "Muli", sans-serif;
}
.why-us-card h5 {
  font-weight: 600;
}
.why-us-card i {
  font-size: 2.5rem;
  color: #ffc900;
  margin-bottom: 10px;
}
/* .accordion {
  font-family: "Muli", sans-serif;
}
.accordion .card-header {
  background-color: #353535;
}
.accordion .card-header h2 {
  outline: none;
}
.accordion .card-header h2 button {
  color: #ffc900;
  outline: none;
  text-decoration: none;
}
.accordion .card-header h2 button:hover {
  text-decoration: none;
}
.accordion .card-header h2 button.btn.focus,
.accordion .card-header h2 button.btn:focus {
  outline: none;
  box-shadow: none;
} */
.banner-text {
  position: absolute;
}
.banner-text.overlay-left {
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-text.overlay-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.info-stripe {
  background-color: #353535;
  padding: 30px 0;
}
.info-stripe .wrapper {
  display: flex;
  margin: 15px 0;
}
.info-stripe .wrapper .icon {
  margin-right: 10px;
}
.info-stripe .wrapper .icon i {
  font-size: 1.5rem;
  color: #fff;
}
.info-stripe .wrapper .info h5 {
  margin-bottom: 0;
  font-size: 1rem;
  color: #ffc900;
  font-family: "Muli", sans-serif;
}
.info-stripe .wrapper .info p {
  margin-bottom: 0;
  font-family: "Muli", sans-serif;
  color: #fff;
  font-size: 0.8rem;
}
a {
  color:black;
}
.repair-tracker iframe {
  width: 100%;
  height: 285px;
}
.repair{
  border-right: 2px solid #ffc900;
  /* background-image:url(/images/banner3.jpg); */
  padding: 5%;
}
.repair a:hover {
  color: white!important;
  border: 2px solid white;
  text-decoration: none;
}
.sell a:hover {
  color: white!important;
  border: 2px solid white;
  text-decoration: none;
}
.repair h4{
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #ffc900;
}
.repair a{
  display: inline-block;
  border: 2px solid #ffc900;
  color: #ffc900 !important;
  margin-top: 50px;
  width: 50%;
  padding: 7px 18px;
  border-radius: 4px;
  font-family: 'Proxima Nova Rg';
  font-size: 20px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/* repairs page */
section.repairs.pt-30.pb-30 {
    padding: 10% 0 3%;
}
.repairs .col-md-4 {
    padding-bottom: 10px;
}
.repairs .step-card {
    padding: 30px 20px 30px 20px;
}
.repairs i {
    font-size: 2.5rem;
    color: #212529;
    margin-bottom: 10px;
}
.repairs a{
  text-decoration: none;
  color:black;
}
.repairs a:hover{
  color:black;
  text-decoration: none;
}
/* Inner Repair page */
section.repair-inner {
    padding: 10% 0;
}
.repair-inner .step-card{
  padding: 20px 0 0;
  min-height: 150px;
}
p#result{
  font-family: "Muli", sans-serif;
}
/* input[type="checkbox"] {
    visibility: hidden;
} */
.items-collection label .itemcontent{
    width:100%;
}
.items-collection .btn-group{
    width:100%
}
.items-collection label.btn-default.active{
    background-color: #ffc900;
    transform: translateY(-3px);
}
.step-card.text-center img {
    width: 100px;
}
.sell{
  /* background-image:url(/images/banner2.jpg); */
  padding: 5%;
}
.sell h4{
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #ffc900;
}
.sell a{
  display: inline-block;
  border: 2px solid #ffc900;
  color: #ffc900 !important;
  margin-top: 50px;
  width: 50%;
  padding: 7px 18px;
  border-radius: 4px;
  font-family: 'Proxima Nova Rg';
  font-size: 20px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
header>.container{
  padding: 5%;
}
header p {
  font-size: 12px;
  font-family: "Muli", sans-serif;
}
header {
  background-color: #353535;
  color: #ffffff;
}
.step-card.text-center h3 {
  font-family: "Muli", sans-serif;
}
.beyond-repair i {
  font-size: 2.5rem;
  color: #212529;
  margin-bottom: 10px;
}
footer{
  background-color: #353535;
  color: white;
  padding: 5% 0;
}
footer h4{
    font-size: 1.25rem;
    font-family: "Muli", sans-serif;
    color: #ffc900;
}
footer ul {
  padding-left: 0;
  list-style: none;
}
footer a{
    font-family: "Muli", sans-serif;
    color: #fff;
    font-size: 1rem;
}
footer a:hover{
  color: #fff;
}
.section.reason h2 {
  padding-bottom: 3%;
}
.col-md-5.procurement {
  border-right: 2px solid #ffc900;
  border-bottom: 2px solid #ffc900;
  padding: 5%;
}
.col-md-5.repair-amc {
  border-bottom: 2px solid #ffc900;
  padding: 5%;
}
.col-md-5.rentals {
  border-right: 2px solid #ffc900;
  padding: 5%;
}
.col-md-5.luquidation {
  padding: 5%;
}
.reason i {
  font-size: 2.5rem;
  color: #ffc900;
  margin-bottom: 10px;
}
.business-info img{
  max-width: 100%;
}
.section.business-info {
    padding: 10% 0 0;
    margin: 0;
}
.contact-banner{
  background-image: url('http://kofix.in/wp-content/themes/kofix_new/images/contact-banner-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 9% 0;
  height: 100vh;
}
.contact-banner h2{
  color: #ffc900;
  font-size: 40px;

}
.contact-banner p{
  font-size: 18px;
  color: #000000;
}
.contact-banner a{
  font-size: 15px;
  color: #000000;
}
label {
  display: inline-block;
  margin-bottom: 0;
}
input[type=text],input[type=email], select, textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #ffc900;
  color: white;
  padding: 5% 20%;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #ffc900;
}
.contact-form-wrap.mobile-opacity {
  min-height: 480px;
}
.contact-form-wrap {
  position: relative;
  width: 100%;
  padding: 32px 48px 40px;
  border-style: none;
  border-width: 1px;
  border-color: #ff5b1c;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 13px 5px rgba(0,0,0,.19);
}
.contact-form {
  display: flex;
  width: 100%;
  margin-bottom: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cc-form-heading {
  margin-top: 0;
  margin-bottom: 20px;
  color: #313131;
  text-align: center;
}
.devices>.container>.row>.col-md-3{
  padding-bottom: 10px;
}
.devices i {
  font-size: 2.5rem;
  color: #212529;
  margin-bottom: 10px;
}
.about-banner{
  background-image: url('http://kofix.in/wp-content/themes/kofix_new/images/about-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 9% 0;
  height: 100vh;

}
.about-banner h2{
  color: black;
  font-size: 40px;
}
.about-banner p{
  color: black;
  font-size:20px;
}
.about-business img {
  max-width: 100%;
}
.about, .about-business p {
  text-align: justify;
}
@media (min-width: 992px) {
  .title {
    margin-bottom: 2rem;
  }
  .section {
    margin: 5rem 0;
  }
  /* nav .navbar-brand .logo {
    max-width: 15%;
  } */
  .navbar-brand {
    max-width: auto;
  }
  nav .navbar-nav li.nav-item {
    margin: 0 10px;
  }
  nav .navbar-nav li.nav-item:last-child {
    margin: 0 0px;
  }
  nav .navbar-nav li a.nav-link {
    color: #fff;
    transition: all 0.5s;
  }
  nav .navbar-nav li a.nav-link:hover {
    color: #ffc900;
  }
  .banner-wrapper {
    position: relative;
  }
  .banner-text {
    position: absolute;
  }
  .banner-text.overlay-left {
    left: 120px;
    top: 40%;
    transform: translateY(-50%);
  }
  .banner-text.overlay-center {
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
  }
  .banner-text h2 {
    font-size: 44px;
    font-family: "Muli", sans-serif;
  }
  .banner-text p {
    font-size: 19px;
    font-family: "Muli", sans-serif;
    font-weight: 300;
  }
  .info-stripe {
    background-color: #353535;
    padding: 30px 0;
  }
  .info-stripe .wrapper {
    display: flex;
    margin: 0;
  }
  .info-stripe .wrapper .icon {
    margin-right: 10px;
  }
  .info-stripe .wrapper .icon i {
    font-size: 2rem;
    color: #fff;
  }
  .info-stripe .wrapper .info h5 {
    margin-bottom: 0;
    color: #ffc900;
    font-size: 1.25rem;
    font-family: "Muli", sans-serif;
  }
  .info-stripe .wrapper .info p {
    margin-bottom: 0;
    font-family: "Muli", sans-serif;
    color: #fff;
    font-size: 1rem;
  }
  .category-section .image-wrapper {
    position: relative;
  }
  .category-section .category-col {
    transition: all 0.5s;
  }
  .category-section .category-col:hover {
    transform: translateY(-5px);
  }
  .category-section .category-col:hover .image-wrapper img {
    box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.1);
  }
  .category-section .image-wrapper img {
    border-radius: 15px;
    transition: all 0.5s;
  }
  .category-section .image-wrapper .overlay-text h3 {
    font-family: "Muli", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
  }
  .category-section .image-wrapper .overlay-text p {
    font-family: "Muli", sans-serif;
    font-size: 20px;
  }
  .category-section .image-wrapper.apple-mac .overlay-text,
  .category-section .image-wrapper.pc-computer .overlay-text,
  .category-section .image-wrapper.laptop .overlay-text {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .category-section .image-wrapper.tablet .overlay-text {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .category-section .image-wrapper.iphone .overlay-text {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .category-section .image-wrapper.smartphone .overlay-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  .category-section .service-cta {
    margin-top: 4rem;
  }
  .category-section .service-cta .h2 {
    margin-bottom: 10px;
    font-weight: 600;
    font-family: "Muli", sans-serif;
  }
  .category-section .service-cta .text {
    font-family: "Muli", sans-serif;
    font-style: italic;
    font-size: 20px;
    margin-top: 20px;
  }
  .category-section .service-cta .btn-link-flat {
    margin-left: 10px;
  }
  .category-section .service-cta .cta-buttons {
    margin-top: 45px;
  }
  .how-it-works .nav-tabs {
    justify-content: center;
    border: none;
  }
  .how-it-works .nav-tabs .nav-link {
    background-color: #fff;
    color: #353535;
    padding: 10px 30px;
    border: none;
    text-decoration: none;
    transition: all 0.5s;
    border-radius: 50px;
    font-family: "Muli", sans-serif;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 8px;
  }
  .how-it-works .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    border: none;
    background-color: #ffc900!important;
  }
  .how-it-works .nav-tabs .nav-link:focus,
  .nav-tabs .nav-link:hover {
    border-color: none;
  }
  .nav-tabs .nav-link:hover {
    border-color: none;
    transform: translateY(-3px);
  }
  .divider-parallax {
    background-image: url('http://kofix.in/wp-content/themes/kofix_new/images/bg-6.jpg');
    height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .title .mascot {
    max-width: 6%;
  }
  .why-us-card {
    margin: 15px 0;
  }
  .repair h4{
    font-size: 25px;
  }
  .sell h4 {
    font-size: 25px;
  }
}
@media (min-width:992px) and (max-width:1199px){
  .contact-banner {
    height: 40vh;
  }
  .about-banner {
    height: 40vh;
  }
}
@media(max-width:991px){
  .contact-banner h2 {
    color: #ffc900;
    font-size: 25px;
  }
  .contact-form-wrap {
    padding: 20px!important;
  }
  .contact-banner p {
      font-size: 15px;
      color: #000000;
  }
  section.banner.section {
    padding: 10% 0px 0;
  }
  .about-banner {
    height: 40vh;
  }
  .contact-banner {
    height: 420px;
  }
  iframe {
    width: 100%;
  }
  .repair h4 {
    font-size: 22px;
  }
  .sell h4 {
    font-size: 22px;
  }
  i.fa.fa-bars {
    color: #ffc900;
  }
  .section {
    padding: 3% 0;
  }
  .info-stripe .wrapper .info h5 {
    font-size: 14px;
  }
  h2 {
    font-size: 25px;
  }
  .cta-phone-number {
    font-size: 15px;
  }
  p{
    font-size: 15px;
  }
  .cta-buttons {
    font-size: 15px;
  }
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #ffc902!important;
  }
  h3{
    font-size: 20px;
  }
  .step-card .step-count {
    font-size: 30px;
  }
  .why-us-card {
    text-align: center;
    padding-bottom: 10px;
  }
  h5{
    font-size: 18px;
    min-height: 17%;
  }
  .why-us-card i {
    font-size: 3.5rem;
  }
  .col-md-4.why-us-card p {
    font-size: 14px;
  }
  h2.title.mb-2 img {
    max-width: 30%;
    margin-top: 10px;
  }
  .dropdown-item {
    color: #fff;
    background-color: #353535;
  }
  .dropdown-menu {
    background-color: #353535;
  }
}
@media(max-width:767px){
  .repair-inner .col-lg-4.col-md-4.col-sm-12 {
      max-width: 50%;
  }
  .about-banner {
    height: 25vh;
  }
  .about-banner>.container{
    display:none;
  }
  .contact-banner {
    height: 25vh;
  }
  .contact-banner>.container{
    display:none;
  }
  section.repairs.pt-30.pb-30 {
    padding: 20% 0;
  }
  section.repair-inner {
    padding: 20% 0;
  }
  .h1, h1 {
    font-size: 1.5rem!important;
  }
  section.banner.section {
    padding: 20% 0px 0;
  }
  nav .navbar-brand .logo {
      max-width: 30%;
  }
  .repair {
    border-right: none;
  }
  h3{
    font-size: 18px;
  }
  h5{
    font-size: 15px;
    min-height: 17%;
  }
  .col-md-4.why-us-card p {
    font-size: 11px;
  }
  .why-us-card {
    text-align: center;
    width: 50%;
  }
  .why-us-card i {
    font-size: 2.5rem;
  }
  h2.title.mb-2 img {
    max-width: 50%;
    margin-top: 10px;
  }
  .section {
    padding: 5% 0px;
  }
  .col-md-4.text-center {
    padding-bottom: 10px;
  }
  .step-details h3 {
    font-size: 20px;
  }
  .step-card .step-count {
    font-size: 30px;
  }
  .overlay-text h3 {
    font-size: 15px;
  }
  .overlay-text p {
    font-size: 12px;
  }
  .h2, h2 {
    font-size: 25px;
  }
  .cta-phone-number {
    font-size: 15px;
  }
  p {
    font-size: 12px;
  }
  .cta-buttons {
    font-size: 15px;
  }
  i.fa.fa-bars {
    color: #ffc900;
  }
  .nav-link {
    display: block;
    padding: 10px;
    font-size: 15px;
  }
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #ffc902;
  }
  .repair-tracker iframe {
    width: 100%;
    height: 300px;
  }
  .devices>.container>.row>.col-md-3 {
      padding-bottom: 10px;
      width: 50%;
  }
  .beyond-repair>.container>.row>.col-md-4 {
    text-align: center;
    padding-bottom: 10px;
  }
  footer .col-lg-3.col-md-3 {
    width: 50%;
  }
  iframe {
    width: 100%;
  }
  .business-info h2 {
    padding-top: 10px;
  }
  .section.business-info {
    padding: 20% 0px 0;
  }
  .h2, h2 {
    font-size: 1.35rem!important;
  }
  .h3, h3 {
    font-size: 1.20rem!important;
  }
  .col-md-5.procurement {
    border-right: none;
  }
  .col-md-5.rentals {
    border-right: none;
    border-bottom: 2px solid #ffc900;
  }
  .col-md-5.luquidation {
    border-bottom: 2px solid #ffc902;
  }
  .dropdown-item {
    color: #fff;
    background-color: #353535;
  }
  .dropdown-menu {
    background-color: #353535;
  }
  footer a {
    font-size: 12px;
  }
  footer h4 {
    font-size: 15px;
  }
  .dropdown-menu {
    font-size: 12px;
  }
  li{
    font-size: 12px;
  }
  .banner .col-lg-3.col-md-3.col-sm-3 {
      width: 50%;
  }
  .col-md-4.why-us-card {
      width: 50%;
  }
}
@media(max-width:375px){
  .nav-link {
    display: block;
    padding: 8px;
    font-size: 14px;
  }
}
@media (max-width:360px){
  .nav-link {
    display: block;
    padding: 5px;
    font-size: 14px;
  }
}
@media (max-width:320px){
  .nav-link {
    display: block;
    padding: 5px;
    font-size: 12px;
  }
  .cta-buttons {
    font-size: 12px;
  }
  h2.title.mb-2 img {
    max-width: 40%;
    margin-top: 10px;
  }
}