body, html {
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.container {
    width: 90%;
    margin: 0px auto;
}

.inner-container {
    width: 85%;
    margin: 0px auto;
}

.w-100{
    width: 100%;
}

.w-75{
    width: 75%;
}

.w-65{
    width: 65%;
}

.w-60{
    width: 60%;
}

.w-55{
    width: 55%;
}

.w-50{
    width: 50%;
}

.w-45{
    width: 45%;
}

.w-48{
    width: 48%;
}

.w-40{
    width: 40%;
}

.w-32{
    width: 32%;
}

.w-35{
    width: 35%;
}

.w-25{
    width: 25%;
}

.padd-20{
    padding: 20px;
}

.padd-10{
    padding: 10px;
}

.paddlr-10{
    padding-left: 10px;
    padding-right: 10px;
}

.pl-0{
    padding-left: 0px !important;
}

.pl-35{
    padding-left: 35px;
}

.pl-65{
    padding-left: 65px;
}

.pl-100{
    padding-left: 100px;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-50 {
    padding-right: 50px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.mt-0{
    margin-top: 0px !important;
}

.mt-05{
    margin-top: 5px !important;
}

.mt-1{
    margin-top: 10px !important;
}

.mt-15{
    margin-top: 15px;
}

.mt-2{
    margin-top: 20px;
}

.mt-3{
    margin-top: 30px !important;
}

.mt-4{
    margin-top: 40px;
}

.mt-5{
    margin-top: 50px;
}

.mb-0{
    margin-bottom: 0px !important;
}

.mb-1{
    margin-bottom: 10px;
}

.mb-15{
    margin-bottom: 15px;
}

.mb-2{
    margin-bottom: 20px;
}

.mb-3{
    margin-bottom: 30px !important;
}

.mr-1{
    margin-right: 10px;
}

.mr-15{
    margin-right: 15px;
}

.mr-2{
    margin-right: 20px;
}

.mr-3{
    margin-right: 30px;
}

.mtb-05 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mtb-1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mlr-05 {
    margin-left: 5px;
    margin-right: 5px;
}

.mlr-1 {
    margin-left: 10px;
    margin-right: 10px;
}

.d-flex{
    display: flex;
}

.justify-content-space {
    justify-content: space-between;
}

.justify-content-end {
    display: flex;
    justify-content: end;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}


.align-item-center{
    align-items: center;
}

.align-item-end{
    align-items: flex-end;
}

.d-flex-center{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bg-grey {
    background: #4a90e2;
}

.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}

.text-center{
    text-align: center;
}

.img-fluid{
    max-width: 100%;
    height: auto;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.sticky-post{
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    bottom: 0;
    z-index: 2;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.pos-relative{
    position: relative;
}   

.pos-absolute{
    position: absolute;
}

.h64 {
    height: 64px;
}

.w-full{
    width: 100%;
}

.h-auto {
    height: auto;
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.cus-shadow{
    -webkit-box-shadow: 2px 0px 4px 0px rgb(73 73 73 / 75%);
    -moz-box-shadow: 2px 0px 4px 0px rgb(73 73 73 / 75%);
    box-shadow: 2px 0px 4px 0px rgb(73 73 73 / 75%);
    position: relative;
    z-index: 99;
}

.d-none{
    display: none;
}

.d-block{
    display: block;
}

header{
    padding: 15px 0 0;
}

.heading-padd{
    padding-left: 70px;
}

h1{
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    padding-top: 35px;
    margin: 0px;
}

h1 span {
    background: #08495d;
    color: #fff;
    padding: 5px 25px;
    border-radius: 15px;
}

.g-map {
    width: 100%;
    margin-top: 40px;
}

.esti-wrapper {
    padding-bottom: 0px;
}

.esti-wrapper input{
    border-radius: 0.75rem !important;
    width: 100%;
    padding: 15px 20px 15px 35px !important;
    box-shadow: none !important;
    border: 1px solid #d1d5db !important;
    color: #000 !important;
    font-size: 15px;
    line-height: inherit !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
}

.esti-wrapper textarea{
    border-radius: 0.75rem !important;
    width: 100%;
    padding: 15px 20px !important;
    box-shadow: none !important;
    border: 1px solid #d1d5db !important;
    color: #000;
    font-size: 15px;
    line-height: inherit !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.esti-wrapper input:focus-visible, .esti-wrapper select:focus-visible, .esti-wrapper textarea:focus-visible {
    outline: 1px solid #000;
}

textarea::-webkit-input-placeholder {
    font-family: 'Poppins', sans-serif;
    color: #aaa;
}

textarea:-ms-input-placeholder {
    font-family: 'Poppins', sans-serif;
    color: #aaa;
}

textarea:-moz-placeholder {
    font-family: 'Poppins', sans-serif;
    color: #aaa;
}

.esti-wrapper select{
    color: #606064;
    width: 100%;
    padding: 15px 20px 15px 40px !important;
    border-radius: 0.75rem !important;
    font-size: 16px;
    border: 1px solid #d1d5db !important;
     -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image:linear-gradient(45deg, transparent 50%, gray 50%),linear-gradient(135deg, gray 50%, transparent 50%),linear-gradient(to right, #ccc, #ccc);
    background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) 0.5em;
    background-size:5px 5px,5px 5px,1px 2em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 6px;
}

.esti-wrapper select.count-select{
    background-image: none;
}

.esti-wrapper .count-btn {
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    font-size: 20px;
    color: #000;
    margin-left: 5px;
    }

/* .esti-wrapper select.minimal:focus {
    background-image:linear-gradient(45deg, green 50%, transparent 50%),linear-gradient(135deg, transparent 50%, green 50%),linear-gradient(to right, #ccc, #ccc);
    background-position:calc(100% - 15px) 1em,calc(100% - 20px) 1em,calc(100% - 2.5em) 0.5em;
    background-size:5px 5px,5px 5px,1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
} */

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.esti-wrapper  .input-icon{
    position: relative;
}

.esti-wrapper h4{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 400;
}

.esti-wrapper span.driv-note{
    display: block;
    text-align: left;
    font-size: 12px;
    color: #aaa;
    position: absolute;
    top: -17px;
    left: 0px;
    z-index: 99;
    padding: 0;
}

.input-hidden {
    position: absolute;
    left: -9999px;
}

.esti-wrapper .input-icon i {
    position: absolute;
    left: 13px;
    top: 14px;
    padding: 2px 0px;
    color: #aaa;
    transition: 0.3s;
    line-height: inherit;
}

.esti-wrapper .btn-prime {
    border: 1px solid #d1d5db;
    background-color: transparent;
    border-radius: 10px;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

/* .esti-wrapper button:active{
    background-color: #08495d;
} */

.esti-wrapper .btn-prime:focus{
    border:1px solid #08495d;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.esti-wrapper .btn-prime:focus span{
    color: #000;
}

/* .esti-wrapper button:visited{
    background-color: black;
} */

.esti-wrapper .btn-prime span{
    font-size: 14px;
    padding: 10px 3px;
    display: block;
    font-weight: 600;
}

.esti-wrapper span{
    font-size: 14px;
    padding: 10px 3px;
    display: block;
    font-weight: 400;
    color: #aaa;
    text-align: center;
}

/* .esti-wrapper .load-hrs .input-group {
    display: flex;
    margin-top: 10px;
}

.esti-wrapper .load-hrs span.input-group-btn {
    padding: 0px;
    width: 35px;
} */

.esti-wrapper .load-hrs span.input-group-btn button{
    background: #f2f2f2;
    border: 1px solid #ddd;
    padding: 6px 10px;
}


.esti-wrapper .load-hrs .number span {
	cursor:pointer;
}

.esti-wrapper .load-hrs  .number .minus, .esti-wrapper .load-hrs  .number .plus{
	background:#fff; 
	border-radius:4px; 
	padding:10px; 
	border:1px solid #ddd; 
	display: inline-block; 
	vertical-align: middle; 
	text-align: center;
    width: 45px;
    font-size: 20px;
    color: #000;
}

.esti-wrapper .load-hrs  .number input{
	width: 195px;
	font-size: 16px; 
	border:1px solid #ddd; 
	border-radius:4px; 
	display: inline-block; 
	vertical-align: middle;
    color: #606064 !important;
    padding: 15px 20px 15px 45px !important;
}

/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

label.container-checkbox {
    font-size: 14px;
    color: #000;
    text-transform: none;
    font-weight: normal;
    padding-right: 20px;
    /*    float: left;*/
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    padding: 0px;
    border-radius: 4px !important;
    border: 1px solid #d1d5db !important;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.img-btn img{
    width:100%;
}

.img-btn > input{
    display:none;
}

.img-btn > img{
    cursor:pointer;
    border:1px solid transparent;
}

.img-btn > .text-in{
    cursor: pointer;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    border: 1px solid #d1d5db;
    border-radius: 10px;
}

.img-btn > input:checked + .text-in{
    border:1px solid #08495d;
    border-radius:10px;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    
}

.img-btn > input:checked + .text-in span{
    color: #000;
}



.btn-primary{
    padding: 15px 20px;
    background: #08495d;
    color: #fff;
    border: 1px solid #d1d5db;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 10px;
}

.btn-primary:hover {
    background-color: #073341;
    border-color: #073341;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #073341;
    border-color: #073341;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    background-color: #073341;
    border-color: #073341;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
    background-color: #073341;
    border-color: #073341;
}

.price-info-inner {
    justify-content: flex-end;
    text-align: center;
}

.round-box {
    border-radius: 0.75rem;
    border: 1px solid #d1d5db;
}

.lt-border {
    border-left: 1px solid #d1d5db;
}

.rt-border {
    border-right: 1px solid #d1d5db;
}

.price-info-inner .lt-text {
    width: 50%;
    
}

.price-info-inner .rt-text {
    width: 50%;
}

.price-info-inner .rt-text.dis-input input {
    border-bottom: 0px solid #797979;
    box-shadow: none;
    text-align: right;
    margin: 8px 0px;
}

.price-info-inner .rt-text input {
    border-bottom: 1px solid #797979;
    box-shadow: none;
}   

.price-info-inner .cal-head {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #757575;
    font-weight: 400;
}

.price-info-inner .miles {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.price-info-inner .rt-text .dis-result {
    margin: 15px 0;
    padding: 0px;
    font-size: 16px;
    color: #4a90e2;
    font-weight: 400;
}

.price-info-inner .rt-text h5 span{
    color: #4a90e2;
}

.esti-wrapper .modal-dialog {
    width: 400px;
}

.esti-wrapper .modal-dialog button.close {
    padding: 0;
    cursor: pointer;
    border: 0;
    background: #08495d;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    top: -10px;
    right: -10px;
}

.esti-wrapper .modal-body {
    padding: 35px 25px;
}

.esti-wrapper .modal-dialog .close {
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: none;
}

.esti-wrapper .modal-dialog button span {
    color: #fff;
    font-size: 23px;
    padding: 0;
    font-weight: 400;
}

.esti-wrapper .modal {
    text-align: center;
    padding: 0!important;
}

.esti-wrapper .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; 
}

.esti-wrapper .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.select-items h5{
    font-size: 13px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #08495d;
}

.select-items .result-head {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0px;
    /* width: 85%; */
    text-transform: capitalize;
    margin-bottom: 0px;
}

.select-items .result-sm-head {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding: 0px;
    display: inline-block;
    line-height: 20px;
}

.select-items span.result-sm-head {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding: 0px;
    display: inline-block;
    line-height: 20px;
}

.select-items .result-head span {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: inline;
}

#summary i{
   padding-right: 5px;
}


.esti-wrapper .summ-head {
    font-size: 20px;
    border: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20PX;
    margin-bottom: 10px;
}

.esti-wrapper #summary h6{
    font-size: 15px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #08495d;
}

.esti-wrapper #summary h5{
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 14px;
    color: #08495d;
    line-height: 16px;
}

.esti-wrapper #summary .summ-bor-bott {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.esti-wrapper #summary .top-bor {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.esti-wrapper #summary .bott-bor {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.esti-wrapper #summary .amt-big{
    font-size: 18px;
    color: #000;
    line-height: 24px;
}

#summary hr{
    margin-top: 10px;
    margin-bottom: 20px;
}

.esti-wrapper #summary .select-items {
    position: relative;
}

.esti-wrapper #summary .select-items p{
    margin-bottom: 0px;
}

.esti-wrapper #summary .select-items p.result-sm-head{
    margin-bottom: 10px;

}

.esti-wrapper #summary .select-items.price-info-inner {
    justify-content: unset;
    text-align: inherit;
}

.esti-wrapper #summary .select-items.price-info-inner .lt-text, .esti-wrapper #summary .select-items.price-info-inner .rt-text {
    width: inherit;
}

.esti-wrapper #summary .select-items.price-info-inner .miles{
    margin: 0 0 10px;
}

.esti-wrapper #summary .select-items .rt-dash-border::after{
    content: "";
    background: url(../img/arrow.png) no-repeat;
    position: absolute;
    top: 0;
    width: 30px;
    height: 31px;
    right: 0;
    display: none;
}

.esti-wrapper #summary input{
    padding: 10px 20px 10px 35px !important;
}

.esti-wrapper #summary .input-icon i{
    top: 10px;
}

.esti-wrapper #summary .text-in span {
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
}

.esti-wrapper #summary .img-btn h6 {
    font-size: 14px;
}

.trip-info {
    border: 1px solid #d1d5db;
    padding: 10px 20px;
}

.trip-info .time{
    width: 130px;
}

.trip-info .location{
    width: 310px;
    font-size: 15px;
}

.trip-info .vehicle-info{
    border: 1px solid #d1d5db;
    border-radius: 10px;
}

.trip-info .vehicle-info img{
    width: 100px;
}

.trip-info .vehicle-info span{
    font-size: 13px;
    padding: 5px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.amount-wrap {
    display: none;
    padding: 20px 30px;
    /* margin-right: 65px; */
    width: 350px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82,82,82,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82,82,82,1);
    box-shadow: 0px 0px 10px 0px rgba(82,82,82,1);
    float: right;
    margin-right: 200px;
    margin-top: 50px;
}

.signature-pad canvas {
    width: 100%;
    height: 200px;
    border: 1px solid #d1d5db !important;
    border-radius: 0.75rem !important;
}

.esti-wrapper.success-modal .modal-body {
    text-align: center;

}

.esti-wrapper.success-modal .modal-body img.success-img {
    width: 120px;
}

.esti-wrapper.success-modal .modal-body h2{
    font-weight: 400;
    color: #075454;
}

.esti-wrapper.success-modal .modal-body h5{
    font-weight: 400;
    color: #000;
    font-size: 18px;
}

/* Media query start */
@media (max-width: 1024px){
    
}

@media (max-width: 991px){
    
}

@media (max-width: 768px){
    .flex-col {
        flex-direction: column;
    }

    .w-50{
        width: 100%;
    }

    .container{
        width: 100%;
    }

    .wizard .tab-content{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        margin-left: 20px;
        margin-right: 20px;
    }

    .flex-resp{
        overflow-x: auto;
    }

    .flex-resp1{
        overflow-x: auto;
    }

    .flex-resp label.img-btn {
        flex-basis: 28%;
        flex-shrink: 0;
        margin-top: 3px;
        margin-left: 2px;
    }

    .flex-resp1 label.img-btn {
        flex-basis: 44%;
        flex-shrink: 0;
        margin-top: 0px;
        margin-left: 0px;
        pointer-events: none;
    }

    .wizard .g-map {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        margin-left: 20px;
        margin-right: 20px;
        width: auto;
        padding-bottom: 45px;
        margin-top: 30px;
    }

    .wizard .tab-pane .pr-50 {
        padding-right: 0px;
    }

    .wizard .tab-pane .pl-65{
        padding-left: 0px;
    }

    .rt-wrap .pr-65{
        padding-right: 0px;
    }

    .rt-img {
        display: none;
    }

    .price-wrap{
        position: fixed;
        width: 100%;
        background: #fff;
        bottom: 0;
        left: 0;
        z-index: 9;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px 15px;
        -webkit-box-shadow: 0px -3px 5px 0px rgba(209,209,209,1);
        -moz-box-shadow: 0px -3px 5px 0px rgba(209,209,209,1);
        box-shadow: 0px -3px 5px 0px rgba(209,209,209,1);
        /* border-top: 1px solid #d1d5db !important; */
    }
    
    .price-info-inner .lt-text.rt-border{
        border-right: none;
    }

    .price-wrap .price-info-inner{
        text-align: left;
        justify-content: unset;
    }

    .price-wrap .price-info-inner.mt-3, .price-wrap .price-info-inner.mt-1{
        margin-top: 0px !important;
    }

    .price-wrap .price-info-inner .cal-head{
        font-size: 12px;
    }

    .price-wrap .price-info-inner .miles {
        font-size: 17px;
    }

    .price-wrap .price-info{
        width: calc(100% - 120px);
    }

    .price-wrap .price-info-inner.padd-20{
        padding: 0px;
    }

    .price-wrap .price-info-inner.round-box{
        border: none;
    }

    .price-wrap .estimate-btn-wrap .mt-3{
        margin-top: 0px !important;
    }

    .esti-wrapper h4 {
        font-size: 16px;
        margin-top: 20px;
    }
    
    .esti-wrapper span{
        font-size: 12px;
        padding: 8px 0px;
    }

    .esti-wrapper input{
        padding: 10px 20px 10px 30px !important;
        font-size: 14px;
    }
    .esti-wrapper textarea{
        margin-bottom: 50px;
    }

    .esti-wrapper .load-hrs .input-icon .number{
        display: flex;
    }

    .esti-wrapper .load-hrs .number input{
        padding: 10px 20px 10px 30px !important;
        font-size: 14px;
        width: 100%;
    }

    .esti-wrapper .load-hrs .number .minus, .esti-wrapper .load-hrs .number .plus{
        padding: 5px;
        width: 30px;
        margin-left: 5px;
    }

    .esti-wrapper .count-btn{
        padding: 0px;
    }

    .check-margin.mt-3 {
        margin-top: 10px !important;
    }
    
    .load-hrs{

    }

    .esti-wrapper select{
        padding: 10px 20px 10px 35px !important;
        font-size: 14px;
        background-color: #fff;
        background-position: calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) 9.5em;
    }

    .esti-wrapper .input-icon i{
        left: 12px;
        top: 9px
    }

    .btn-primary{
        padding: 10px 20px;
        font-size: 16px;
    }

    .step-third .pl-100 {
        padding-left: 0px;
    }

    .amount-wrap {
        /* width: 100%; */
        margin-right: 0px;
        float: none;
        margin: 0;
        width: 100%;
        box-shadow: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 35px;
        padding-right: 35px !important;
    }

    .amount-wrap.pr-65 {
    }

    .esti-wrapper #summary .img-btn h6{
        font-size: 13px;
    }

    .esti-wrapper #summary h5 {
        font-size: 13px;
    }

    .pl-100{
        padding-left: 0px;
    }

    .mt-3{
        margin-top: 20px !important;
    }

    .select-items .result-head{
        font-size: 14px;
    }

    .select-items span.result-sm-head {
        font-size: 14px;
    }

    .esti-wrapper .modal-dialog {
        width: auto;
    }
    
    .signature-pad canvas {
        height: 135px;
    }

    .esti-wrapper.success-modal .modal-body img.success-img {
        width: 80px;
    }

}   

@media (max-width: 480px){
    .esti-wrapper .modal-dialog {
        width: 100%;
        max-width: 350px;
    }
}
