/***Computer Service Page Start***/

html {
  scroll-behavior: smooth;
}
.service-steps.com-serv .service-step{
    background: #f8f9fa;
}
.service-steps .pagebuilder-column-line {
    gap: 20px;
}
/* Service Page Styles */
/* .service-page {
    padding: 40px 0;
} */

h2.service-page-title {
    font-size: 32px;
    font-weight: 600;
    margin: 40px 0 40px 0;
    color: #284460;
}

/* Service Steps Grid */
.service-steps {
    gap: 20px;
    margin: 20px 0;
}

.service-step {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
}

.step-icon {
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon img {
    object-fit: contain;
}

.service-step h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 15px 0;
    color: #284460;
    text-align: center;
}

.service-step p {
    font-size: 16px;
    line-height: 1.4;
    color: #284460;
    margin: 0 0 20px 0;
    text-align: center;
}

/* Button */
.btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-warning {
    background-color: #F9BC1A;
    color: #284460;
}

.btn-warning:hover {
    background-color: #e0a800;
}

/* Services List Section */
.service-step-computer {
    margin: 20px 0;
}

.service-step-computer h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 15px 0;
    color: #284460;
    line-height: 1.4;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-list li {
    font-size: 16px;
    line-height: 1.4;
    color: #284460;
    padding-left: 20px;
    margin: 0 0 6px;
    position: relative;

}
.service-steps .service-step-computer p {
    font-size: 16px;
    line-height: 1.4;
    color: #284460;
}
.services-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #333;
    font-weight: bold;
}

.contact-info {
    font-size: 16px;
    line-height: 1.4;
    color: #284460;
}

.contact-info strong {
    color: #284460;
    display: block;
    font-weight: 500;
}

.service-steps .service-step-computer p a {
    color: #284460;
    text-decoration: underline;
}
.services-list li a,
.service-step p a {
    color: #284460;
    text-decoration: underline;
}
/* CTA Banner */
.cta-banner {
    background: #284460;
    padding: 52px 40px;
    border-radius: 16px;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    margin: 60px 0;
    flex-direction: row !important;
}

.cta-banner h2 {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

/* Pricing Tables */
.pricing-section {
    margin: 40px 0;
}

.pricing-table-wrapper {
    margin-bottom: 40px;
}

.pricing-table-header {
    background-color: #F9BC1A;
    padding: 18px 18px;
    margin: 0;
}

.pricing-table-header h3 {
    font-size: 22px;
    font-weight: 500;
    color: #284460;
    margin: 0;
    vertical-align: middle;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 0 0 5px 5px;
}

.pricing-table thead {
    display: none;
}


.pricing-table tr:last-child {
    border-bottom: none;
}

.pricing-table td {
    padding: 15px 18px;
    font-size: 18px;
    color: #284460;
}

.pricing-table td:first-child {
    width: 80%;
    background-color: #B9D2EA;
    color: #284460;
    font-weight: 400;
}

.pricing-table td:last-child {
    width: 20%;
    font-weight: 400;
    color: #284460;
    background: #E3FAFC;
}

.pricing-table tr {
    border-bottom: 1px solid #999999;
}
table.pricing-table th, table.pricing-table td {
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
}

.service-steps .service-step-computer {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
}

.service-step .step-icon-content {
    min-height: 285px;
    display: inline-block;
}
/* Responsive Design */
@media (max-width: 991px) {
    .service-steps,
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-banner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
}

@media (max-width: 767px) {

    h2.service-page-title {
        font-size: 24px;
    }
    .cta-banner {
        padding: 32px 40px;
    }

    .cta-banner-section .cta-banner {
        flex-direction: column !important;
    }
    .btn {
        padding: 12px 30px;
        font-size: 16px;
    }
    .service-page h2 {
        font-size: 28px;
    }
    .cta-banner h2 {
        font-size: 21px;
    }
    .pricing-table td {
        padding: 12px 15px;
        font-size: 16px;
    }
    .pricing-table-header h3 {
        font-size: 20px;
    }
}
/***Computer Service Page End***/



/***Payment Page Start***/

.payment-page-main.payment-header {
    margin-bottom: 40px;
}
.payment-page-main.payment-header h1.payment-page-title {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #284460;
}

.payment-page-main.payment-header p {
    font-weight: 400;
    font-size: 20px;
    vertical-align: middle;
    color: #284460;
    margin: 0 0 20px 0;
}

 .payment-methods h3 {
    font-weight: 600;
    font-size: 20px;
    color: #284460;
}
.payment-page-main.payment-header ul li{
    font-size: 18px;
    line-height: 1.4;
    color: #284460;
    padding-left: 20px;
    margin: 0 0 10px;
    position: relative;
    list-style: none;
}
.payment-page-main.payment-header ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #284460;
    font-size: 22px;
    font-weight: bold;
}
.payment-service-steps {
    background: #FAFAFA;
    padding: 20px 0;
}
.service-step {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
}

.rma-steps .service-step {
    background: #f8f9fa;
}
.service-step .step-icon-content {
    min-height: initial;
}

.service-step h3 {
    font-size: 24px;
}

.pricing-table-header h3 {
    font-size: 24px;
}
.pricing-table-header {
    padding: 24px 20px;
}
.pricing-table td {
    padding: 20px 20px;
    font-size: 18px;
}
@media (max-width: 767px) {
.service-step h3 {
    font-size: 20px;
}
.pricing-table-header h3 {
    font-size: 20px;
}
.pricing-table td {
    font-size: 16px;
}
.payment-page-main.payment-header h1.payment-page-title {
    font-size: 28px;
}
 .payment-header p {
    font-size: 18px;
}
 .payment-methods h3 {
    font-size: 20px;
}
.payment-header ul li {
    font-size: 18px;
}
}
/***Payment Page End***/

/***RMA Page Start***/

h1.rma-title {
    font-size: 32px;
    font-weight: 600;
    margin: 20px 0 20px 0;
    color: #284460;
}
.rma-page-main .pccf.default fieldset {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.rma-page-main .pccf.default .form-control {
    height: 52px !important;
    border: none !important;
    border-radius: 6px !important;
}
.rma-page-main .pccf.default .form-horizontal .control-label {
    text-align: left !important;
    font-size: 18px;
    font-weight: 600 !important;
    color: #284460;
    margin-bottom: 8px !important;
    padding-left: 0 !important;
}
.rma-page-main .pccf.default .control-label {
    width: 100% !important;
}

.rma-page-main .pccf.default .col-md-6 {
    width: 100% !important;
    padding: 0 !important;
}

.rma-page-main .pccf .required-control .control-label::after {
    color: #FF0000;
    margin-left: 2px;
}
.rma-page-main .pccf.default legend{
    font-size: 32px !important;
    font-weight: 600;
    margin-bottom: 30px !important;
    margin-top: 10px !important;
    color: #284460 !important;
    border-bottom: none !important;
}

.rma-page-main .pccf.default .form-horizontal .form-group.atteched-header .control-label {
    margin-bottom: 0 !important;
    font-weight: 600 !important;
    font-size: 20px;
    color: #284460 !important;
    padding: 20px 0 !important;
}
.rma-page-main .pccf.default .rma-submit .btn-primary {
    color: #284460 !important;
    background-color: #F9BC1A !important;
    border-color: #F9BC1A !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 12px 64px !important;
    border-radius: 10px !important;
}

.rma-page-main .pccf.default .rma-submit .btn-primary:hover {
    color: #284460 !important;
    background-color: #e0a800 !important;
    border-color: #e0a800 !important;
}
.rma-page-main .pccf.default .form-horizontal .form-group {
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 0 !important;
}

.rma-page-main .pccf.default .well {
    background-color: #FAFAFA !important;
    border: 0 !important;
    box-shadow: none !important;
}

.rma-page-main .rma-form {
    margin-top: 50px;
}

.rma-page-main .pccf.default select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 36px 10px 12px; /* space for arrow */
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.4;
  background-image: url("data:image/svg+xml;utf8,<svg fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 24px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.rma-page-main .pccf.default select:hover {
  border-color: #999;
}

.rma-page-main .pccf.default select:focus {
  outline: none;
  border-color: #007bff;
}
@media (min-width: 768px) {
    .rma-page-main .pccf.default fieldset {
        position: relative;
        padding-bottom: 100px !important;
    }
    .rma-page-main .pccf.default .form-horizontal .form-group.rma-submit {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        margin-bottom: 15px !important;
    }

    .rma-page-main .pccf.default .form-horizontal .form-group.rma-submit .col-md-6 {
        width: 100% !important;
        margin: 0 auto;
        text-align: center;
    }
}
@media (max-width: 767px) {

    h1.rma-title {
        font-size: 24px;
        line-height: 1.4;
    }
    .rma-page-main .pccf.default fieldset {
        grid-template-columns: repeat(1, 1fr);
        box-sizing: border-box !important;
        width: 100% !important;
        display: inline-block;
    }

    .rma-page-main .pccf.default .form-horizontal .form-group {
        margin-bottom: 20px !important;
    }
    .rma-page-main .pccf.default legend {
        font-size: 28px !important;
    }
    .rma-page-main .pccf.default .form-horizontal .form-group.rma-submit {
        text-align: center;
    }
}
/***RMA Page End***/

/***Computer and laptop rentals Page Start***/
/* Main Heading */

 .rental-page-container {
    padding: 30px 0;
}
 .rental-page-container h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #284460;
}

 .rental-page-container p.rental-subtitle {
    font-size: 24px;
    line-height: 1.4;
    color: #284460;
    font-weight: 600;
}
/* Subtitle */
 .rental-subtitle {
  font-size: 18px;
  color: #284460;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* Body Text Paragraphs */
 .rental-page-container p {
    font-size: 18px;
    color: #284460;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.4;
}

/* Service Price List Section */
 .rental-pricing-section {
  margin-top: 50px;
  margin-bottom: 30px;
}

 .rental-section-header {
  background: #F9BC1A;
  color: #284460;
  padding: 24px 20px;
  margin: 0;
  font-weight: 500;
  font-size: 24px;
}

 .rental-pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  margin-bottom: 0;
}

 .rental-pricing-table tr {
  border-bottom: 1px solid #d0d0d0;
}

 .rental-pricing-table tr:last-child {
  border-bottom: none;
}

 .rental-pricing-table td {
  padding: 16px 20px;
}

 .rental-pricing-table tr.alt-row {
  background: #B8D4E8;
}

 .rental-pricing-table .service-name {
  background-color: #B9D2EA;
  color: #284460;
  font-size: 18px;
  font-weight: 400;
}

 .rental-pricing-table .price {
  background: #E3FAFC;
  font-weight: 400;
  color: #284460;
  font-size: 18px;
}

 .rental-pricing-table td {
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    padding: 20px 20px;
    font-size: 20px;
}
/* Footer Note */
 .rental-footer-note {
  background: #F9BC1A;
  padding: 20px 20px;
  margin: 0;
  border-radius: 0 0 4px 4px;
  font-size: 16px;
  color: #284460;
  line-height: 1.4;
}

 .rental-footer-note a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}

 .rental-footer-note a:hover {
  color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {

 .rental-page-container h2 {
    font-size: 24px;
}
   .rental-page-container h1 {
    font-size: 24px;
  }
  
   .rental-subtitle {
    font-size: 16px;
  }
  
   .rental-page-container p {
    font-size: 16px;
  }
  
  
   .rental-pricing-table .price {
    text-align: left;
    padding-top: 8px;
    border-top: 1px solid #e0e0e0;
  }
  
   .rental-section-header {
    font-size: 21px;
  }
  
   .rental-footer-note {
    font-size: 16px;
    padding: 14px 15px;
  }
}

@media (max-width: 480px) {
   .rental-page-container {
    padding: 20px 15px;
  }
  
   .rental-page-container h1 {
    font-size: 24px;
  }
}

 .rental-form .pccf.default fieldset {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
 .rental-form .pccf.default .form-control {
    height: 52px !important;
    border: none !important;
    border-radius: 6px !important;
}
 .rental-form .pccf.default .form-horizontal .control-label {
    text-align: left !important;
    font-size: 18px;
    font-weight: 600 !important;
    color: #284460;
    margin-bottom: 8px !important;
    padding-left: 0 !important;
}
 .rental-form .pccf.default .control-label {
    width: 100% !important;
}

 .rental-form .pccf.default .col-md-6 {
    width: 100% !important;
    padding: 0 !important;
}

 .rental-form .pccf .required-control .control-label::after {
    color: #FF0000;
    margin-left: 2px;
}
 .rental-form .pccf.default legend{
    font-size: 32px !important;
    font-weight: 600;
    margin-bottom: 30px !important;
    margin-top: 10px !important;
    color: #284460 !important;
    border-bottom: none !important;
}

 .rental-form .pccf.default .form-horizontal .form-group.atteched-header .control-label {
    margin-bottom: 0 !important;
    font-weight: 600 !important;
    font-size: 20px;
    color: #284460 !important;
    padding: 20px 0 !important;
}
 .rental-form .pccf.default .renting-submit .btn-primary {
    color: #284460 !important;
    background-color: #F9BC1A !important;
    border-color: #F9BC1A !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 12px 64px !important;
    border-radius: 10px !important;
}

 .rental-form .pccf.default .renting-submit .btn-primary:hover {
    color: #284460 !important;
    background-color: #e0a800 !important;
    border-color: #e0a800 !important;
}
 .rental-form .pccf.default .form-horizontal .form-group {
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 0 !important;
}

 .rental-form .pccf.default .well {
    background-color: #FAFAFA !important;
    border: 0 !important;
    box-shadow: none !important;
}

 .rental-form .rma-form {
    margin-top: 50px;
}

 .rental-form .pccf.default select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 36px 10px 12px; /* space for arrow */
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.4;
  background-image: url("data:image/svg+xml;utf8,<svg fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 24px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

 .rental-form .pccf.default select:hover {
  border-color: #999;
}

 .rental-form .pccf.default select:focus {
  outline: none;
  border-color: #007bff;
}

 .rental-form{
    margin-top: 50px;
}

 .rental-form .pccf.default {
    max-width: 100% !important;
}

 .rental-form .pccf.default legend {
    font-size: 32px !important;
    font-weight: 600;
    margin-bottom: 30px !important;
    margin-top: 10px !important;
    color: #284460 !important;
    border-bottom: none !important;
}

 .rental-form .pccf.default .form-horizontal .form-group.help-text .col-md-6 {
    display: flex;
    flex-direction: column;
}

 .rental-form  .pccf.default .form-horizontal .form-group.help-text .col-md-6 .form-control {
    order: 1;
}

 .rental-form .pccf.default .help-block {
    font-size: 16px;
    font-weight: 500 !important;
    color: #284460 !important;
    background: none;
    padding-left: 0;
}

@media (min-width: 768px) {
     .rental-form .pccf.default fieldset {
        position: relative;
        padding-bottom: 100px !important;
    }
     .rental-form .pccf.default .form-horizontal .form-group.renting-submit {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        margin-bottom: 15px !important;
    }

     .rental-form .pccf.default .form-horizontal .form-group.renting-submit .col-md-6 {
        width: 100% !important;
        margin: 0 auto;
        text-align: center;
    }
}
@media (max-width: 767px) {
     .rental-form .pccf.default fieldset {
        grid-template-columns: repeat(1, 1fr);
        box-sizing: border-box !important;
        width: 100% !important;
        display: inline-block;
    }

     .rental-form .pccf.default .form-horizontal .form-group {
        margin-bottom: 20px !important;
    }
     .rental-form .pccf.default legend {
        font-size: 28px !important;
    }
     .rental-form .pccf.default .form-horizontal .form-group.renting-submit {
        text-align: center;
    }
}
/***Computer and laptop rentals Page End***/


/***Buyback Service Page Start***/
/* Trade-in Page Container */
 .trade-in-page {
  padding: 40px 0px;
}

/* Main Heading */
 .trade-in-page h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #284460;
}

 .process-steps-main {
    background: #FAFAFA;
    padding: 40px 0px;
    margin: 50px 0;
}
/* Subtitle */
 .trade-in-page h2.trade-in-subtitle {
    font-size: 24px;
    line-height: 1.4;
    color: #284460;
    font-weight: 600;
}

/* Intro Text */
 .trade-in-intro {
    font-size: 18px;
    color: #284460;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.4;
}

/* Three Column Process Steps */
 .process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: start;
}

/* Individual Step Card */
 .process-step {
  text-align: center;
  position: relative;
}

/* Step Icon Container */
 .step-icon {
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Arrow Between Steps */
 .process-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 15px;
  right: -70px;
  z-index: 1;
  background-image: url('../images/rec-arrow.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 32px 80px 32px 80px;
}

/* Step Number */
 .step-number {
  font-size: 18px;
  font-weight: 700;
  color: #3498db;
  margin-bottom: 10px;
}

/* Step Title */
 .process-step h3 {
  font-size: 24px;
  color: #284460;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.4;
}

/* Step Description */
 .process-step p {
  font-size: 16px;
  color: #284460;
  line-height: 1.4;
  margin: 0;
}

/* Highlight Text */
 .process-step strong {
  color: #284460;
  font-weight: 400;
}

/* Responsive Layout */
@media (max-width: 992px) {
   .process-steps {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
   .process-step:not(:last-child)::after {
    display: none;
  }
  
   .process-step {
    padding-bottom: 30px;
    border-bottom: 2px solid #e0e0e0;
  }
  
   .process-step:last-child {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
     .trade-in-page {
        padding: 0 0px;
    }
     .trade-in-page h2 {
        font-size: 24px;
        margin-top: 20px;
    }
     .trade-in-page h2.trade-in-subtitle {
        font-size: 21px;
    }
     .trade-in-intro {
        font-size: 18px;
    }
}

/***Buyback Service Page form***/
 .buyback-form .pccf.default fieldset {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
 .buyback-form .pccf.default .form-control {
    height: 52px !important;
    border: none !important;
    border-radius: 6px !important;
}
 .buyback-form .pccf.default .form-horizontal .control-label {
    text-align: left !important;
    font-size: 18px;
    font-weight: 600 !important;
    color: #284460;
    margin-bottom: 8px !important;
    padding-left: 0 !important;
}
 .buyback-form .pccf.default .control-label {
    width: 100% !important;
}

 .buyback-form .pccf.default .col-md-6 {
    width: 100% !important;
    padding: 0 !important;
}

 .buyback-form .pccf .required-control .control-label::after {
    color: #FF0000;
    margin-left: 2px;
}
 .buyback-form .pccf.default legend{
    font-size: 32px !important;
    font-weight: 600;
    margin-bottom: 30px !important;
    margin-top: 10px !important;
    color: #284460 !important;
    border-bottom: none !important;
}

 .buyback-form .pccf.default .form-horizontal .form-group.atteched-header .control-label {
    margin-bottom: 0 !important;
    font-weight: 600 !important;
    font-size: 20px;
    color: #284460 !important;
    padding: 20px 0 !important;
}
 .buyback-form .pccf.default .old-new-submit .btn-primary {
    color: #284460 !important;
    background-color: #F9BC1A !important;
    border-color: #F9BC1A !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 12px 64px !important;
    border-radius: 10px !important;
}

 .buyback-form .pccf.default .old-new-submit .btn-primary:hover {
    color: #284460 !important;
    background-color: #e0a800 !important;
    border-color: #e0a800 !important;
}
 .buyback-form .pccf.default .form-horizontal .form-group {
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 0 !important;
    flex: 0 0 49%;
}

 .buyback-form .pccf.default .form-horizontal .form-group.help-text.fullwidth {
    flex: 0 0 100%;
}
 .buyback-form .pccf.default .well {
    background-color: #FAFAFA !important;
    border: 0 !important;
    box-shadow: none !important;
}

 .buyback-form .rma-form {
    margin-top: 50px;
}

 .buyback-form .pccf.default select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 36px 10px 12px; /* space for arrow */
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.4;
  background-image: url("data:image/svg+xml;utf8,<svg fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 24px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

 .buyback-form .pccf.default select:hover {
  border-color: #999;
}

 .buyback-form .pccf.default select:focus {
  outline: none;
  border-color: #007bff;
}

 .buyback-form{
    margin-top: 50px;
}

 .buyback-form .pccf.default {
    max-width: 100% !important;
}

 .buyback-form .pccf.default legend {
    font-size: 32px !important;
    font-weight: 600;
    margin-bottom: 30px !important;
    margin-top: 10px !important;
    color: #284460 !important;
    border-bottom: none !important;
}

 .buyback-form .pccf.default .form-horizontal .form-group.help-text .col-md-6 {
    display: flex;
    flex-direction: column;
}

 .buyback-form  .pccf.default .form-horizontal .form-group.help-text .col-md-6 .form-control {
    order: 1;
}

 .buyback-form .pccf.default .help-block {
    font-size: 16px;
    font-weight: 500 !important;
    color: #284460 !important;
    background: none;
    padding-left: 0;
}


@media (min-width: 768px) {
     .buyback-form .pccf.default fieldset {
        position: relative;
        padding-bottom: 100px !important;
    }
     .buyback-form .pccf.default .form-horizontal .form-group.old-new-submit {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        margin-bottom: 15px !important;
    }

     .buyback-form .pccf.default .form-horizontal .form-group.old-new-submit .col-md-6 {
        width: 100% !important;
        margin: 0 auto;
        text-align: center !important;
    }
}

@media (max-width: 1200px) {
     .buyback-form .pccf.default .form-horizontal .form-group {
        flex: 0 0 48%;
    }
}

@media (max-width: 991px) {
     .buyback-form .pccf.default .form-horizontal .form-group {
        flex: 0 0 100%;
    }
}
@media (max-width: 767px) {
     .buyback-form .pccf.default fieldset {
        grid-template-columns: repeat(1, 1fr);
        box-sizing: border-box !important;
        width: 100% !important;
        display: inline-block;
    }

     .buyback-form .pccf.default .form-horizontal .form-group {
        margin-bottom: 20px !important;
    }
     .buyback-form .pccf.default legend {
        font-size: 28px !important;
    }
     .buyback-form .pccf.default .form-horizontal .form-group.old-new-submit {
        text-align: center;
    }
}
/***Buyback Service Page End***/
