@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");
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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,
body {
    height: 100%;
}
body {
    font-family: "Poppins", sans-serif;
    background-color: #f0f2f7;
    height: 100%;
}

.shadow {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    border: 0;
}
.login-block {
    max-width: 350px;
}
.facbook-btn {
    background-color: #537cbe;
}
.google-btn {
    background-color: #529bf8;
}
.microsoft-btn {
    background-color: #000;
}
.font-size-11 {
    font-size: 11px;
}
.font-size-12 {
    font-size: 12px;
}
.font-size-13 {
    font-size: 13px;
}
.font-size-14 {
    font-size: 14px;
}
.font-size-16 {
    font-size: 16px;
}
.font-size-17 {
    font-size: 17px;
}
.font-size-18 {
    font-size: 18px;
}
.font-size-22 {
    font-size: 22px;
}
.copy-right {
    color: #7e8299 !important;
}
.signin-btn {
    border: 1px solid #000;
    background: transparent;
    color: #000;
}
.tagling-text > span {
    color: #7e8299 !important;
}
.tagling-text > span::before {
    position: absolute;
    left: 0px;
    height: 1px;
    background-color: #e0e0e2;
    content: " ";
    width: 100%;
}
.or-text {
    top: -10px;
    left: 50%;
    margin-left: -50px;
}
.btn.btn-success {
    color: #ffffff;
    background-color: #1bc5bd;
    border-color: #1bc5bd;
}
.bg-success {
    background-color: #1bc5bd !important;
}
.form-group label {
    font-size: 12px;
    font-weight: 400;
    color: #3f4254;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px !important;
    padding: 0.65rem 1rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #3f4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    box-shadow: none;
}
.color-gray {
    color: #7e8299;
}

.form-wizard .steps {
    padding: 10px 0;
    margin-bottom: 15px;
}
.form-wizard .steps {
    background-color: #d5dae6;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
}
.steps.active {
    background-color: #1bc5bd;
    border-color: #1bc5bd;
    color: #fff;
}
.steps.active span {
    color: #fff;
}
.qr-code-scan {
    font-size: 300px !important;
}
.scan-btn {
    padding-left: 40px;
    padding-right: 40px;
}

.text-muted {
    color: #b5b5c3 !important;
}
.full-address {
    height: 150px;
    resize: none;
}
.otp-btn {
    margin-top: 31px;
}
.right-action-btn {
    min-width: 195px;
}
.checkbox-block {
    padding-left: 25px;
}
.cvvnumber {
    width: 250px;
}
.card-block {
    max-height: 40px;
}
.name-title {
    font-size: 14px;
    font-weight: 600;
}
.action-button {
    margin-top: 1rem;
}
.action-icon {
    width: 35px;
    height: 35px;
    background-color: #d5dae6;
}
.icon-block {
    color: #868893;
}
button:focus {
    outline: 0;
}
.form-group {
    position: relative;
}
.form-group .tick {
    position: absolute;
    right: 10px;
    top: 40px;
}

.form-group input {
    padding-right: 30px;
}
.action-btn {
    top: 35px;
    right: 5px;
}
.resend-btn {
    color: #1bc5bd;
}
.form-input-box input {
    padding-right: 130px;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    height: auto !important;
}

.div-switch-btn
{
    background: rgba(255,255,255,0.6);
    border-radius: 25px;
    width: 212px;
}
.total-block-area
{
    background: #f8f9fc;
border-radius:0 0 25px 25px;
width: 100%;
padding: 6px 15px;
position: fixed;
z-index: 100;
top: 0px;
box-shadow: 1px 1px 5px #ccc;
max-width: 1108px;
}
.div-switch-btn button
{
    color: #010a41;
    border: 0px;
    padding: 7px 15px;
    width:120px;
    margin:6px;
    border-radius: 20px;
    background-color: transparent;
}
.div-switch-btn button.btn-active
{
    background-color: #010a41;
    color:#fff;
    box-shadow: 1px 1px 5px #010a41;
}
.div-switch-btn button img
{
    opacity: 0.4;
}
.div-switch-btn button.btn-active img
{
    opacity: 0.9;
}

.div-switch-btn button img
{
    width:20px;
    height:20px;
    margin-right:6px;
    margin-top:-2px;
}

.color-blue
{
    color:#010a41;
}
.background-blue
{
    background-color:#010a41;
}


.font-weight-200
{
    font-weight: 200;
}

.font-weight-600
{
    font-weight: 600;
}
.font-size-12
{
    font-size:12px;
}
.font-size-13
{
    font-size:13px;
}
.step-block-area 
{
    border-radius: 20px;
    background: rgba(255,255,255,0.6);
    padding: 12px;
}
.steps-counter .cout-value
{
    font-size:32px;
    font-weight: 600;
    
}
.steps-counter
{
    padding:10px;
}
.steps-details
{
    background-color: rgba(73,131,239,0.1);
    font-size: 12px;
    padding: 2px 13px;
    border-radius: 5px;
}
.header-img
{
    max-height:45px;
    max-width:125px;
}
.tbl-content td
{
    border-top:1px solid rgba(73,131,239,0.1);
    padding:6px 0
}
.tbl-content th
{
    padding:10px 6px;
}
.tbl-content td
{
    font-size:13px;
}
.tbl-content td label
{
    margin-bottom:0px;
}
.table-block th
{
    padding:3px;
    font-weight:500;
    text-align: center;
}
.table-block td
{
    padding:3px;
}
.bg-warning-light
{
    background-color: #edf4bd;
}
.per-btn-text
{
    font-weight: 600;
    position: relative;
    
}
.per-btn-text:after
{
    content: "";
    background-image: url(../../assets/images/underline-arrow.png);
    position: absolute;
    width: 40px;
    bottom: -39px;
    left: 0px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: 37px;
    left: 14px;
}

.ui-slider .noUi-connect
{
	background-color: #f1f2f5;
    box-shadow: none;
    border: 0px;
}
.ui-slider .noUi-connect .noUi-handle-lower::before{
    display: none;
}
.ui-slider .noUi-connect .noUi-handle-lower::after{
    display: none;
}
.ui-slider  .noUi-horizontal .noUi-handle
{
    width: 28px;
    height: 28px;
    left: -17px;
    top: -6px;
    border-radius: 28px;
    box-shadow: 1px 1px 6px #ccc;
    background-color: #010a41;
}
.ui-slider  .noUi-horizontal  .noUi-tooltip
{
    margin-top:-20px!important;
    font-size:12px;
}
.ui-slider  .noUi-target 
{
    background: rgba(73,131,239,0.1);
}

.ui-slider  .noUi-tooltip
{
    position: absolute;
    text-align: center;
    
    width: 100%;
}
.ui-slider .noUi-handle
{
    position: relative;
}
.total-cost-per
{
  margin-top: 6px;
   
}

.pricing-block
{
    color: #010a41;
    margin-top: 9px !important;
    margin-bottom: 20px !important;
    font-size: 22px;
}
.color-sky-blue
{
    color:#0177c1;
}

.input-val
{
    border:2px solid #55c4c0;
    padding:8px;
    border-radius: 6px;
    text-align: center;
    width:80px;
}
.device-purcahse
{
    font-size:12px;
    margin-top:4px;
    
    line-height: 8px!important;
}
.heading-block
{
    font-size: 12px;
    font-weight: 400;
}
.task-amount
{
    font-weight: 600;
}
.btn-disabled
{
    width:100%;
    height: 100%;
    top:0px;
    left:0px;
    z-index: 20;
}
.disbled
{
    color:gray!important
}
.disbled:before
{
    width:100%;
    height: 100%;
    top:0px;
    left:0px;
    z-index: 20;
    position: absolute;
    content:""
}
.disbled .color-blue,  .disbled .text-success, .disbled .text-danger , .disbled .color-sky-blue
{
    color:gray!important
}
.disbled  .steps-details{
    background: rgba(0,0,0,0.1);
}

.disbled  img
{
    filter: grayscale(100%);
    opacity: 0.4;
}
.btn-donation
{
    background-color: #010a41;
    color: #fff;
    box-shadow: 1px 1px 5px #010a41;
    border: 0px;
    padding: 7px 15px;
    width: 120px;
    margin: 6px;
    border-radius: 20px;
    font-size:14px;
    width: 100%;

}
.btn-donation:focus
{
    box-shadow: 1px 1px 5px #010a41;
}
.request-form-modal .modal-title
{
    font-size:16px;
}

.request-form-modal .form-control
{
    border: 2px solid #e4e6ef;
    transition: all .3s ease-in-out;
    
}
.request-form-modal .form-control:focus
{
    border-color:#010a41;
    background: #f2f3f7;
}
.request-form-modal .btn-primary
{
    background-color: #010a41;
    border-color:#010a41;
    font-size:14px;
    padding: 10px 27px;
    box-shadow: none;
}

.request-form-modal .btn-primary:not(:disabled):not(.disabled):active
{
    background-color: #010a41;
    border:1px solid #010a41;
    color:#fff;
    box-shadow: none;
    
}

.request-form-modal .btn-secondary, .request-form-modal .btn-secondary:focus, .request-form-modal .btn-secondary:active 
{
    padding: 10px 27px;
    font-size:14px;
    color:#010a41;
    background: transparent;
    border:1px solid #010a41;
    box-shadow: none;

}
.request-form-modal .btn-secondary:not(:disabled):not(.disabled):active
{
    background: transparent;
    border:1px solid #010a41;
    color:#010a41;
    box-shadow: none;
}


.background_templete {
    max-width: 400px;
    background: #fff;
    margin: auto;
    padding: 0px 20px;
    color:#656565
}
.user_print_info
{
    font-size: 12px;
}
.user_print_info strong
{
    font-weight: 600;
    font-size:12px;
}
.quote_heading {
    text-align: center;
    font-size: 18px;
    color: #000;
    padding: 20px 0px;
}
.billing-info
{
    font-size:12px;
}
.billing-info-content, .billing-table-content
{
    font-size:12px;
}
.billing-table-content th
{
    padding:6px
}
.billing-table-content td
{
    padding:6px
}
.billing-info-content strong, .billing-table-content th, .billing-table-content strong
{
    font-weight: 600;
}
.btn-blue
{
    background-color: #010a41;
    color:#fff;
    
}

.country-picker
{
    margin-top:10px;
}
.select2-container--default
{
    width:100%!important;
    margin-top: 4px !important;
}
.select2-container--default .select2-selection--single
{
    background-color: #fff;
    border: 2px solid #e4e6ef!important;
    border-radius: 0.42rem!important;
    height: 40px !important;
    padding-top: 5px;
    font-size: 14px;
    padding-left: 9px;
    padding-right: 7px;

}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    top:7px!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field
{
    font-size: 12px;
}
.select2-results__option
{
    font-size: 12px;    
}

.country-code-select
{
    flex: 0 0 130px;
    max-width: 130px;
    margin-right: 15px;
}
/* Quote Detals */
.main-container
{
    max-width:585px;
    margin:auto;
    background-color: #fff;    
    font-family: 'Montserrat', sans-serif;
    min-height: 100%;
}
.header-part
{
    max-height:258px;
    
}
.content-part-area
{
    border-top: 8px solid #FFC40F;
    padding-top:80px;
    padding-left:20px;
    padding-right:20px;
    min-height:250px;
}
.address-title
{
    font-size:20px;

}
.font-size-20
{
    font-size:20px;

}

.font-weight-100
{
    font-weight: 100;
}
.font-weight-300
{
    font-weight: 300;
}
.font-weight-500
{
    font-weight: 500;
}
.font-weight-700
{
    font-weight: 700;
}
.font-weight-800
{
    font-weight: 800;
}
.font-size-16
{
    font-size:16px;
}
.font-size-18
{
    font-size:18px;
}
.font-size-25
{
    font-size:22px;
}
.left-address-block
{
    line-height: 25px;
}
.link-color-blue
{
    color:#1446FF;
}
.pdf-link
{
    text-decoration: underline;
}
.download-pdf-block
{
    margin-top:6px;
}
.billing-duration-block
{
    padding-right:20px;
}
.inv-border-top
{
    border-top:1px solid #000;
}
.column-heading-block
{
    background-color:#FFC40F;
}
.column-heading-block
{
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
}
.column-content-block
{
    padding-left:25px;
    font-size: 13px;
}
.bg-gray-light
{
    background-color: #EEEEEE;
}
.color-gray-text
{
    color:#727272;
}
.estimated-content-block
{
    border-top:1px solid #000;
    padding:70px 25px 30px 25px;   
}
.estimate-block
{
    margin-bottom:20px;
}
.action-btn-footer-area
{
    padding: 120px 0 120px 20px;
}
.accept-btn
{
    background-color: #ffc40f;
    font-size:20px;
    border-radius: 8px;
    border: 0px;
    padding:10px 8px;
    width: 100%;
    margin-bottom:20px;
}
.call-action-btn
{
    background-color: #000;
    font-size:20px;
    border-radius: 8px;
    border: 0px;
    padding:10px 8px;
    width: 100%;
    margin-bottom:20px;
    color:#fff;
}
.call-action-btn:hover
{
    color:#fff;
    text-decoration: none;
}
.download-pdf-img
{
    max-width: 35px;
    max-height: 35px;
    position: relative;
    top:-4px;
}
.text-input-area
{
    border:1px solid #b7b7b7;
    padding:6px;
    font-size:30px;
    max-width: 88px;
    height: 50px;
    text-align: center;
    margin:5px;
}
.text-input-area:focus
{
    border-color:#b7b7b7!important;
}
.text-input-area:active
{
    border-color:#b7b7b7!important;
}
.close-btn
{
    background-color: #ffc40f;
    font-size:22px;
    border-radius: 8px;
    border: 0px;
    padding:10px 30px;
    margin-bottom:20px;

}
.close-btn
{
    margin-top: 60px;
}
.cursor
{
    cursor:pointer;
}
/* Quote Detals */

/* Invoice Details  start*/
.invoice-container
{
    max-width: 1000px;
    min-height: 100%;
    background-color: #fff;
    margin:auto;
    padding-left: 95px;
}
.header-block
{

}
.invoice-content-area
{
    border-top: 8px solid #FFC40F;
}
.invoice-header
{
    height:150px;
}
.invoice-details
{
    padding-left:35px;
    padding-top: 40px;
    font-size:30px;
}
.invoice-title
{
    margin-bottom:12px;
}
.company-name
{
    font-size:18px;
}
.inv-content td
{
    padding-top:4px;
    padding-bottom:4px;
}
.invoice-table-block
{
    margin-top:50px;
    padding-right: 95px;
}
.invoice-table-block th
{
    background-color:#FFC40F;
    padding:8px;

}
.invoice-table-block th:first-child, .invoice-table-block td:first-child
{
    padding-left:35px;
    border-left:0px solid #000
}
.invoice-table-block th:last-child, .invoice-table-block td:last-child
{
    border-right:0px solid #000
}
.invoice-table-block th:nth-child(2), .invoice-table-block th:nth-child(3), .invoice-table-block th:nth-child(4)
{
    border-left:1px solid #000
}
.invoice-table-block td:nth-child(2), .invoice-table-block td:nth-child(3), .invoice-table-block td:nth-child(4)
{
    border-left:1px solid #000
}
.invoice-table-block table td
{
    border-color:#000
}
.border-black
{
    border-color:#000 !important
}
.bg-yellow
{
    background-color:#FFC40F;
}
.pay-now-button
{
    margin-top:60px;
}
.pay-now-button 
{
    font-size: 29px;
}
.pay-now-button
{
    font-family: 'Montserrat', sans-serif;
}
.thankyou-block
{
    font-size: 29px;
    margin-top:65px;
    padding-bottom:55px;
    font-family: 'Montserrat', sans-serif;
}
.pay-now-button img
{
    max-width: 50px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top:35px;
}
.download-pdf
{
    color: #000;
    text-decoration: none;
}
.download-pdf:hover strong
{
    color: #000;
    text-decoration: none;
}

/* Invoice Details end*/

.download-pdf-link
{
    color:#000;
    text-decoration: none;
}
.download-pdf-link:hover
{
    color:#000;
    text-decoration: none;
}
.dz-clickable
{
    border: 1px dashed #FFC40F!important;
    border-radius: 8px;
    color: rgb(186, 190, 198);
}
.dz-remove
{
    font-size: 11px !important;
    color: red !important;
}
.dz-max-files-reached
{
    align-items: center;
    display: flex;
    justify-content: center;
}
.dz-progress
{
    display: none!important;
}

.thankyou-block-msg
{
    padding-right: 95px;
}
.thankyou-block-msg strong
{
    font-size:22px;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
}
.thankyou-block-msg p
{
    font-weight: 300;
    font-size:16px;
}
.total-cost-title
{
    border-bottom:3px solid #ffc40f;
    font-size:22px;
}
.total-task-block
{
    font-size: 40px;
    display: block;
    margin-top: 18px;
    line-height: 25px;
}

.total-cost-block
{
    margin-top:31px;
}
.request-quote
{
    margin-top:59px;
}

#page-wrapper
{
    border-left:1px solid #e7eaec
}