@font-face {
    font-family: 'Gotham-Medium';
    src: url('/wp-content/uploads/fonts/Gotham-Medium.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/Gotham-Medium.woff') format('woff'),
         url('/wp-content/uploads/fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-light';
    src: url('/wp-content/uploads/fonts/Gotham-Light.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/Gotham-Light.woff') format('woff'),
         url('/wp-content/uploads/fonts/Gotham-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('/wp-content/uploads/fonts/Gotham-Bold.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/Gotham-Bold.woff') format('woff'),
         url('/wp-content/uploads/fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

.small-claim-page .small-claim-main{
    font-family: "Libre Baskerville", serif;
}
.small-claim-page .form-select{
    line-height:normal;
}
.small-claim-page {
    font-family: 'Gotham-Medium', sans-serif!important;
}
.small-claim-page label,
.small-claim-page input,
.small-claim-page textarea,
.small-claim-page select,
.small-claim-page p{
     font-family: 'Gotham-light', sans-serif!important;
}

 
.small-claim-page strong, 
.small-claim-page span{
    font-family: 'Gotham-Medium', sans-serif!important;
}

.small-claim-page h1,
.small-claim-page h2,
.small-claim-page h3,
.small-claim-page h4,
.small-claim-page h5,
.small-claim-page h6{
    font-family: 'Gotham-Bold', sans-serif!important;
}

.small-claim-page .defendant-title{
    margin-top:40px;
}
.small-claim-page .step{
 margin-bottom:50px!important;
}
.small-claim-page .form-select{
    padding:5px 15px!important;
}
.small-claim-page .w-filter.state_desktop.style_drop_default .w-filter-item-title, .select2-selection, select, input:not([type="submit"]){
    border:1px solid #d3d3d3!important;
}
.small-claim-page .details-section .cls-1{
    width:40% !important;
}
.small-claim-page .details-section .slin-cls{
    width:60% !important;
}
.small-claim-page .details-card ul li{
    width:100%!important;
    justify-content:unset!impor;
    
}
.small-claim-page textarea{
  border:1px solid #d3d3d3!important;   
  padding:5px 10px!important;
}
/* .cancle-btn{
    width: 100%;
    height: 60px;
    font-weight: 500;
    color: #1A3C7D;

    border: 3px #1A3C7D solid;
}

.cancle-btn:hover{
    width: 100%;
    height: 60px;
    font-weight: 500;
    color: #1A3C7D;
    border: 3px #1A3C7D solid;
}

.blue-btn{
    width: 95%;
    height: 60px;
    font-weight: 500;
    color: white;
    background-color: #1A3C7D;
}

.blue-btn:hover{
    width: 95%;
    height: 60px;
    color: white;

    font-weight: 500;
    background-color: #1A3C7D;
}

.support img{
    width: 200px;
    padding-bottom: 30px;
}

.gurunteed-img{
    width: 100px;
}

.payment-img{
    width: 40px;
}

.payments-section{
    margin-bottom: 20px;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.callus-section{
    margin-bottom: 20px;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 300px;
    display: flex;
    align-items: end;
    color: white;
    font-size: 30px;
    background-color: #1A3C7D;
} */

:root {
    --primary-color: #1f2839;
    --blue: #1a3c7d;
    --libre-font: "Libre Baskerville", serif;
    --body-color: #f9f9f9;
    --text-dark: #333333;
    --light-grey: #f3f3f3;
    --dark-grey: #dedede;
  }
  .small-claim-page .plaintiff-type{
      margin-top:4px!important;
  }
   .small-claim-page .form-check-input{
      margin-top:4px!important;
  }
  .small-claim-page .form-check-input{
      background-color:#bababa;
  }
.small-claim-page .form-check-input:checked {
    background-color: #555555 !important;
    border: 4px solid #bababa!important;
    
}
.small-claim-page #plaintiffContainer .plaintiff-title{
    margin-top:30px;
}
  .small-claim-page .form-textarea {
    width: 100%; /* Aap apne desired width ke mutabiq px, rem, ya % use kar sakti hain */
    height: 200px; /* Height ko aap apne requirement ke mutabiq set kar sakti hain */
    background-color: var(--light-grey) !important;
    border-radius: 3px !important;
    padding: 0; /* Yeh ensure karega ke text bilkul top left se start ho */
    box-sizing: border-box; /* Yeh ensure karega ke padding aur border width ke andar include ho */
    border: none; 
  }

.small-claim-page .form-control {
    background-color: var(--light-grey) ;
    border-radius: 3px !important;
    padding:5px 15px!important;
  }

  .small-claim-page .btn-primary-ctm {
    border: 1px solid var(--blue) !important;
    color: var(--blue) !important;
    border-radius: 0 !important;
    padding: 15px !important;
    width: 100%;
  }

  .small-claim-page .btn-custom {
    background-color: var(--blue) !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 15px !important;
    width: 100%;
  }

  .small-claim-page label {
    font-family: Gotham;
    font-size: 16px;
    font-weight: 400;
    line-height: 29.14px;
    margin-bottom: 10px;
  }

  
  .small-claim-page .bg-light-ctm {
    background-color: var(--light-grey);
  }

  .small-claim-page .form-select {
    border-radius: 3px !important;
    padding: 0px 10px !important;
    background-color: var(--light-grey) !important;
    border: 1px solid #f9f9f9;
  }

 .small-claim-page h5 {
    color: #1a3c7d;
    font-size: 22.5px;
    font-weight: 500;
    font-size: 19px;
    line-height: 22.8px;
    margin-bottom: 0;
  }

  .small-claim-page h3 {
    font-family: var(--libre-font);
    line-height: 52px;
    font-weight: 700;
    font-size: 24px;
  }

  .small-claim-page .ctm-card {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 15px;
  }

   .small-claim-page p {
    color: var(--text-dark);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
  }

  .small-claim-page {
    background-color: #F9F9F9;
  }

  /*  */

  .small-claim-page .step-progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    padding: 0;
    counter-reset: step;
    margin-bottom:80px;
  }

  .small-claim-page .step-progress .step {
    list-style-type: none;
    text-align: center;
    flex: 1;
    position: relative;
    height:36px;
  }
    .small-claim-page .step-progress .step.completed::before{
        background-color: #3D8D77;
        color: white;
        content:'\2713';
    }

  .small-claim-page .step-progress .step::before {
    content: counter(step);
    counter-increment: step;
    width: 50px;
    height: 50px;
    line-height: 30px;
    border: 2px solid #d3d3d3;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    border-radius: 50%;
    background-color: #BFC9DD;
    color:#BFC9DD;
    border:10px solid #F9F9F9;
    
  }

  .small-claim-page .step-progress .step::after {
    /*content: '';*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 2px;*/
    /*background-color: red;*/
    /*top: 23px;*/
    /*left: 0%;*/
    /*z-index: -1;*/
  }

  .small-claim-page .calenders{
    background-color: #F3F3F3;
    

  }

  .small-claim-page .step-progress .step:first-child::after {
    content: none;
  }

  .small-claim-page .step-progress .step.active::before {
    
    background-color: #1A3C7D;
    color: white;
    box-shadow:0px 0px 1px  #1A3C7D, 1px 1px 1px  #1A3C7D, 1px 0px 1px  #1A3C7D ,0px 1px 1px  #1A3C7D, -1px -1px 1px  #1A3C7D, -1px 0px 1px  #1A3C7D, 0px -1px 1px  #1A3C7D;
    /*border:10px solid #F9F9F9;*/
  }

  .small-claim-page .step-progress .step.active::after {
    background-color: green;
  }

  .small-claim-page .step-text {
    font-weight: bold;
  }

  .small-claim-page .step-status {
    color: #d3d3d3;
  }

  .small-claim-page .step.active .step-status {
    color: green;
  }

  .small-claim-page .payment-successfull>img{
    width: 100px;
  }

  .small-claim-page .return-to-home{
    font-size: 15px;
  }

  .small-claim-page .details-section{
    background-color: #f3f3f3;
  }

  .small-claim-page dl, 
  .small-claim-page ol, 
  .small-claim-page ul{
    list-style: none;
    padding: 0px;

  }

  .small-claim-page .details-card ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left:0!important;
  }

  .small-claim-page .details-card ul li{
    display: flex;
    
    /*justify-content: space-between;*/
    font-size: 15px;
     font-family: 'Gotham-light', sans-serif!important;
  }
.process-s{
	font-size:16px !important;
}
.process-outr{
	padding:20px 0 0;
}
  
  @media(max-width:767px){
      .small-claim-page .step-text {
        font-size:12px!important;
      }
      .small-claim-page p {
          font-size:10px!important;
        }
        
    .step-progress{
        transform:scale(0.9);
    }
        
    .small-claim-page .details-section .slin-cls{
        /*width:max-content!important;*/
        /*white-space:pretty;*/
        /*word-wrap:break-all;*/
    }
    .small-claim-page .details-section .cls-1{
        /*width:max-content!important;*/
        /*white-space:pretty;*/
        /*word-wrap:break-all;*/
    }
    .small-claim-page .details-card ul li{
        display:block!important;
    }
    .step{
        border-bottom:0!important;
    }
    .small-claim-page .step.active .step-status{
        font-size:10px!important;
    }
  }