@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    font-size: 16px;
    overflow-x: hidden;
}
body {
    position: relative;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    overflow-x: hidden;
}

/*.container {
    max-width: 1170px;
}*/

:root {
    --white: #ffffff;
    --black:#000;
    --gary-color: #727272;
    --lightgary-color: #b2b9bd;
}

p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 34px;
    color: #616161;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
figure {
    margin: 0;
}


header {
    position: absolute;
    left: 0;
    right: 0;
    top: 2rem;
}



.headOne {
    font-size: 4rem;
    color: var(--white);
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1;
}

.headThre {
    font-size: 1.875rem;
    color: var(--white);
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 42px;
}

.banerContent p {
    color: var(--white);
    margin: 0 0 2rem;
}




.themeBtn {
    border-radius: 5px;
    background-color: rgb(247, 147, 30);
    /* width: 174px; */
    /* height: 59px; */
    display: inline-block;
    padding: 1.1em 2.24em;
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
}


/* step css  */

.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 3px;
    background-color: #cdcdcd;
    z-index: 0;
}
.stepwizard-step {
    /* display: table-cell; */
    /* text-align: center; */
    position: relative;
    display: flex;
    align-items: center;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 0.8125rem;
    line-height: 1.428571429;
    border-radius: 15px;
    color: #828282;
    border: 1px solid #c2c2c2;
    background: #fff;
}

.has-error .form-control,
.has-error.form-check{
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}


.descrbForm {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    border-top: 5px solid #04aeec;
    padding: 3rem;
}
a.btn.btn-circle.btn-default.btn-success {
    background: #f7931e;
    border-color: #f7931e;
    color: var(--white);
}
.stepForm {
    margin: 2rem 0 0;
}
.panel-title {
    font-size: 1.81rem;
    font-weight: 600;
    line-height: 41px;
    margin: 0 0 1.5rem;
}

.stepForm .form-check {
    border-width: 1px;
    border-color: rgb(237, 237, 255);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(245, 245, 253);
    width: 100%;
    height: 61px;
    display: flex;
    align-items: center;
    padding: 0 2.5rem;
    margin-bottom: 1.7rem;
}

.stepForm .form-check input {
    margin-top: 0;
    width: 21px;
    height: 23px;
}

.stepForm .form-check .form-check-label {
    margin-left: 11px;
    font-size: 17px;
    color: #c1c1c5;
    font-weight: 500;
}
.btnOne {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.5rem;
}
.btnOne .themeBtn {
    border: 0;
}
/* step css end */



.abtImg figure {
    position: relative;
}

.abtImg figure img {
    width: 100%;
}

.abtImg figure span {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    bottom: 0;
    background: #04aeec;
    writing-mode: tb;
    transform: scale(-1);
    justify-content: center;
    font-size: 2rem;
    color: var(--white);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2.2rem;
}

.subHeading {
    font-size: 1.375rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.abtContent .headOne {
    color: var(--black);
}

.abtContent p {
    font-size: 1rem;
    color: #828282;
    margin: 0;
}

.abtContent {
    padding: 0 4rem 0 10px;
}

.abtContent p+p {
    margin: 2rem 0 0;
}
.abtSec {
    padding: 6rem 0;
    position: relative;
}

.telphn {
    position: absolute;
    right: 0;
    bottom: -90px;
}

.wrkBox {
    text-align: center;
    background: #f3f3f3;
    border-radius: 8px;
    padding: 4rem 3rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid transparent;
    min-height: 405px;
}

.wrkBox .subHeading {
    text-transform: capitalize;
    margin: 2.2rem 0 0.5rem;
}

.wrkBox p {
    color: #828282;
    margin: 0;
    line-height: 30px;
}

.wrkBox:hover {
    border-color: #f7931e;
}
.wrkSec {
    padding: 1rem 0 5rem;
}

.wrkSec .headOne {
    text-align: center;
    margin: 0 0 2.5rem;
    color: var(--black);
}

.wrkSec .themeBtn {
    display: table;
    margin: auto;
}


footer {
    background: #474747;
    padding: 5.5rem 0 0;
}

footer p {
    font-size: 1rem;
    color: var(--white);
    padding-right: 11rem;
    margin: 0;
    padding-left: 2rem;
}

.copyRight {
    border-top: 1px solid #757575;
    padding: 1.5rem 0;
    margin-top: 4rem;
}

.copyRight p {
    padding: 0;
}

.copyRight ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.copyRight ul li a {
    font-size: 1rem;
    color: var(--white);
    border-right: 1px solid var(--white);
    padding: 0 1.7rem;
}

.copyRight ul li:last-child a {
    border-right: 0;
    padding-right: 0;
}

.themeBtn:hover {
    background: #04aeec;
    color: var(--white);
}
.copyRight ul li a:hover {
    color: #04aeec;
}

.panel-body textarea.form-control {
    height: 160px;
}


.nextStep {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 15px 0;
    padding: 0;
    background-color: #d9f4cd;
    background-clip: content-box;
}
.nextStep>.contain {
    position: relative;
    z-index: 1;
    min-height: 64px;
}
.nextStep .nextStep-num {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100%;
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    background: #54a425;
}
.nextStep .nextStep-num:before {
    position: absolute;
    top: -4px;
    right: -19px;
    bottom: 0;
    width: 0;
    height: 100%;
    content: "";
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    border-left: 20px solid #54a425;
}
.nextStep-1 {
    background-color: #cbe4fa;
}
.nextStep-1 .nextStep-num {
    background-color: #1b6cb2;
}
.nextStep-1 .nextStep-num::before {
    border-left-color: #1b6cb2;
}
.nextStep-3 {
    background-color: #e4e4e4;
}
.nextStep-3 .nextStep-num {
    background-color: #737373;
}
.nextStep-3 .nextStep-num::before {
    border-left-color: #737373;
}
.nextStep .nextStep-text {
    /* position: absolute; */
    top: 50%;
    left: 0;
    width: calc(100% - 110px);
    margin-left: 110px;
    padding: 12px 25px;
    /* transform: translate(0, -50%); */
    text-align: center;
    font-size: 13px;
}
.nextStep .nextStep-text .bold {
    font-weight: 600;
}
.bold {
    font-weight: 600;
}
.bold.green {
    color: #54a425;
}
.thankyou{
    text-align: center;
}
.thankyou p{
    font-size: 1rem;
    line-height: initial;
}

.requestId {
    width: fit-content;
    margin: 0 auto;
    padding: 3px 6px;
    border-bottom: 2px solid #cbe4fa;
    text-align: center;
    font-size: 17px;
    color: #54a425;
}
.viopOrderCode {
    font-weight: 600;
    color: #407cba !important;
}