
/* /////// GOOGLE FONTS /////////// */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

@font-face {
  font-family: sora;
  src: url(../fonts/Sora-Regular.ttf);
}

* {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

.__main_section {
	background: #92929278;
    min-height: 100vh;
    width: 100%;
    font-family: 'sora', sans-serif;
    position: absolute;
    top: 0;
    z-index: 2;
}
.__white_section {
	width: 100%;
    background-color: #F5F7FF;
    min-height: 100vh;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
}
.__white_section .__green_section {
	background: rgba(36, 138, 253, 0.15);
    padding: 18px 28px;
    max-height: 286px;
    overflow: hidden;
    height: 16% !important;
}
.__white_section .__green_section img {
	height: 56px;
    padding-right: 20px;
}
.__white_section .__green_section h4 {
	font-weight: 500;
    font-size: 22px;
}
.__white_section .__green_section p {
	font-size: 15px;
    color: #929292;
    padding-top: 14px;
    font-weight: 400;
}
.__question_div {
	padding-left: 23px;
    padding-top: 18px;
    height: 52vh;
}
.__question_div h6 {
	font-weight: 500;
	padding-bottom: 11px;
}
.__question_div ul li {
	list-style: none;
    position: relative;
    padding: 0px 0 16px 20px;
    font-size: 14px;
    font-weight: 400;
}
.__question_div ul li::before {
	content: "";
    position: absolute;
    top: 11px;
    left: 0;
    height: 4px;
    width: 12px;
    background: #808080;
}
.__timeline {
	padding: 17px 3px 0px 23px;
    height: 35vh;
}
.__timeline .__timeline_active {

}
.__timeline li {
	list-style: none;
    padding: 15px 2px 30px 0;
    position: relative;
}
.__timeline li::before {
	content: "";
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 1;
    background-color: #EBEBEB;
}
.__timeline li::after {
	content: "";
    height: 59px;
    width: 3px;
    /* border-radius: 50%; */
    position: absolute;
    top: 25px;
    left: 8px;
    z-index: 0;
    background-color: #ebebeb;
}

.timeline_completed li::after {
    content: "";
    height: 59px;
    width: 3px;
    /* border-radius: 50%; */
    position: absolute;
    top: 25px;
    left: 8px;
    z-index: 0;
    background-color: #4747A1;
}
.__timeline li:last-child::after {
	display: none;
}
.__timeline li span {
	font-weight: 400;
    color: #000;
    margin-left: 34px;
    position: relative;
    top: -5px;
}
.__timeline li.__timeline_active span {
	color: #4747A1;
}
.__timeline li.__timeline_active::before   {
	background-color: #4747A1;
}


.__main_section .__right_section {
	padding: 70px 32px;
}
.__main_section .__right_section h3 {
	font-size: 24px;
    font-weight: 500;
    padding-bottom: 50px;
    padding-top: 26px;
}
.__main_section .__right_section h6 {
	font-size: 17px;
    font-weight: 500;
    color: #000;
    padding-bottom: 19px;
    padding-left: 13px;
}
.__main_section .__right_section .field {
	width: 100%;
    margin: 24px 10px;
    background-color: #fff;
    padding: 17px 17px;
    border-radius: 12px;
}
.__main_section .__right_section .field input {
    width: 80%;
    background: #0000;
    outline: none;
    border: none;
    font-size: 15px;
    font-weight: 400;
}
.__main_section .__right_section .field i {
    font-size: 22px;
    color: #a7a6a6;
}
.field-2 {
	width: 100%;
    margin: 0;
}
.field-2 input {
	background: #fff;
    outline: none;
    border: none;
    font-size: 15px;
    width: 100%;
    margin-right: 17px;
    padding:19px 13px;
    border-radius: 12px;
    font-weight: 400;
}
.field-2 button {
	width: 100%;
    padding: 16px 2px;
    background: #EBEBEB;
    border: 1px solid #EBEBEB;
    border-radius: 7px;
    outline: none;
    color: #4E4E4E;
    float: right;
    font-weight: 700;
}

.zero_per_img {
    height:40px !important;
    margin-top:7px;
    margin-left:0px;
}
.__right_section .welcome-text {
    padding-left: 13px;
}
.__view_sec  {
    width:20%;text-align: right;
}
.__view_sec i {
    cursor: pointer;
}
.captch-col {
    padding-left:10px;
}
._per25_img,._50_per_img {
    margin-left:-8px;
}
._75_per_img {
    margin-left:-8px;
}
.__step2_right_section {
    padding: 36px 50px;
}
.__step2_right_section h3 {
    font-size: 19px;
    font-weight: 500;
}
.__step2_right_section h6 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 23px;
    padding-bottom: 20px;
}
.__step2_right_section p {
    font-size: 14px;
    color: #656565;
    font-weight: 400;
}
.qrcodes img {
    margin-top: 10px;
    width: 75%;
    height: 99%;
    border-radius: 2rem;
    margin-left: 2rem;
}
.logos img {
    height:50px;
}
.grey-text {
    padding-left:6px;
}
.__step2_right_section .scanText {
    padding-top:14px;
    font-size:18px;
}
/*Step 2 active timeline */
.step-2 .__timeline li:nth-child(1).__timeline_active::after   {
    background-color: #4747A1;
}
.step-2 .__timeline {
    padding: 13px 3px 0px 23px;
}
/*Step 3 active timeline */
.step-3 .__timeline li:nth-child(1).__timeline_active::after ,.step-3 .__timeline li:nth-child(2).__timeline_active::after   {
    background-color: #4747A1;
}
.step-3 .__timeline {
    padding: 13px 3px 0px 23px;
}
/*Step 4 active timeline */
.step-4 .__timeline li:nth-child(1).__timeline_active::after ,.step-4 .__timeline li:nth-child(2).__timeline_active::after, .step-4 .__timeline li:nth-child(3).__timeline_active::after   {
    background-color: #4747A1;
}
.step-4 .__right_section h3 {
    font-weight: 500;
    padding-bottom: 38px;
}
.step-4 .__right_section h6 {
    font-size: 14px !important;
    font-weight: 600;
    color: #000;
    line-height: 23px;
    padding-bottom: 20px;
    padding-right: 120px;
}
.step-4 .__right_section p {
    font-size: 14px !important;
    color: #000 !important;
    line-height: 25px;
}
.pt-45 {
    padding-top:45px;
}
.step-4 .h3 {
    padding-top:16px !important;
    font-size: 18.3px !important;
}
.step-4 .f-500 {
    font-weight:500 !important;
}
.step-4 .field {
    margin:24px 0px 10px 0px !important;
}
.step-4 form p {
    color:#808080 !important;
    font-weight: 400;
    font-size: 12px !important;
}
.step-5 .__timeline li:nth-child(1).__timeline_active::after ,.step-5 .__timeline li:nth-child(2).__timeline_active::after,.step-5  .__timeline li:nth-child(3).__timeline_active::after   {
    background-color: #4747A1;
}
.step-5 .__right_section h3 {
    font-size: 19px !important;
    font-weight: 600;
    padding-bottom: 38px;
    color: #000;
}
.step-5 .__right_section h6 {
    font-size: 14px !important;
    font-weight: 600;
    color: #000;
    line-height: 23px;
    padding-bottom: 20px;
    padding-right: 120px;
}
.step-5 .__right_section p {
    font-size: 14px !important;
    color: #656565 !important;
    line-height: 25px;
}
.step-5 .__right_section h4 {
    font-size: 15px;
    line-height: 31px;
    font-weight: 500;
    color: #000;
}
.step-5 .__right_section h2 {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 16px;
}
.track-text {
    color: #000 !important;
    font-weight: 500 !important;
}
.scan-sub-text {
    margin-bottom: 0;
    color: #000 !important;
    font-weight: 500 !important;
    line-height: 23px !important;
}


@media (min-width: 1200px) and (max-width: 1400px) {

    .__question_div ul li {
        padding: 0px 0 12px 20px;
        font-size: 13px;
    }
    .__timeline li {
        padding: 15px 2px 3px 0;
    }
    .__timeline li::after{
        height: 29px;
    }
    .__timeline {
        padding: 12px 3px 0px 23px;
    }
    .__white_section .__green_section{
        padding: 18px 0 11px 28px;
        height: 15vh;
    }
    .__white_section .__green_section h4 {
        font-size: 20px;
    }
    .__question_div {
       padding-top: 12px;
        margin-top: -14px;
        height: 50vh;
    }
    .__timeline li span {
        font-size: 13px;
    }
    .__step2_right_section .scanText {
        font-size: 16px;
        padding-bottom: 16px;
    }
    .__main_section .__right_section h3 {
        font-size: 21px;
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .__white_section .__green_section h4 {
        font-size: 18px;
    }
    .__white_section .__green_section p {
        font-size: 14px;
    }
    .__main_section .__right_section h6 {
        font-size: 15px;
    }
    .__question_div h6{
        padding-bottom: 7px;
        font-size: 15px;
    }
    .step-3 h3 {
        font-size: 17px;
        padding-bottom: 8px;
    }
    .pt-45 {
        padding-top: 14px;
    }
}

.disable-class{
    background : grey;
    cursor: not-allowed;
    border : 1px solid grey;
}

.process-help li:hover{
    cursor:pointer;
    color:blue;
    text-decoration:underline;
}

#post-query .customer-subject{
    width: 100%;
}

.faq-link-txt, .faq-link-txt:hover{
    color: #7978E9 !important;
}

.progress-circle {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto;
}
  
.circular-chart {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
  
.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
  }
  
.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    stroke: #5cb85c; /* Bootstrap success color */
    transition: stroke-dasharray 0.5s ease;
  }
  
.percentage {
    fill: #333;
    font-weight: 600;
    font-size: 0.5rem;
    text-anchor: middle;
}
  














