/*--------Common Style--------------*/

body {
    
    background-color: #fff;
    font-size: 17px;
    color: #090909;
   
}

@font-face {
    font-family: 'poppinsregular';
    src: url('poppins-regular.woff2') format('woff2'),
         url('poppins-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsmedium';
    src: url('poppins-medium.woff2') format('woff2'),
         url('poppins-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

img{
    max-width:100%;
}
ul{
    list-style:none;
    padding-left:0;
    margin:0;
}
p {
    
}
a {
    text-decoration: none;
}
a:hover {
    
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    
    color: #090909;

}
.container{
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
}

a{
    transition:all ease-in-out 0.1s;
    font-family: 'Poppins', sans-serif;
}

/***********form-wrapper************/
section.form-wrapper {
    margin-bottom: 5rem;
}
textarea#AdditionalInfo {
    min-height: 70px;
}
.order-wrapper {
    border-radius: 25px;
    background-color: #efefef;
    box-shadow: 3px 3px #878787;
    margin: 5px;
    padding: 15px;
    height: 100%;
    position: relative;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-title h2 {
    color: #252122;
    font-weight: 700;
    font-size: 1.35em;
    text-align: center;
    margin-bottom: 15px;
}
.form-group {
    margin-bottom: 15px;
}
.form-inner input, select {
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    width: 100%;
    border-radius: 10px;
    height: 40px;
    padding: 0 15px;
    outline: none !important;
    box-shadow: none !important;
}
.btn-wrap {
    text-align: center;
}
.btn-wrap button, a {
    border-radius: 10px !important;
    margin: 0 5px;
}
.btn-primary {
    background: #3c39e6;
}
.form-group p {
    color: #5d5d5d;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
}

/***********checkout-wrapper*****************/

section.checkout-wrapper {
    position: relative;
    padding: 5em 0 0 0;
    background: #f7f7f7;
}
.text-right {
    text-align: right;
}
.errormassage {
    margin-top: 15px;
}
.checkout-wrapper i.fa.fa-angle-double-right {
    margin: auto;
    padding-left: 0.5em;
    font-weight: 900;
    color: #000;
}
.checkout-wrapper .nav-link.checkout-done {
    background-color: darkseagreen;
}
.checkout-wrapper .nav-pills .nav-link {
    border-radius: 20px !important;
}
.checkout-wrapper .nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.checkout-wrapper a.nav-link {
    color: inherit;
    text-decoration: none;
    font-weight: 400;
    color: #5d5d5d;
}
.checkout-wrapper .nav-fill .nav-item {
    text-align: center;
    display: flex;
}
.checkout-wrapper .nav-link.checkout-next {
    background-color: lightgray;
}
.checkout-wrapper .nav-item {
    line-height: 1em;
}
.checkout-wrapper ul li {
    padding-left: 0.5em;
}
.checkout-wrapper .nav-pills .nav-link.active {
    color: #fff;
    background-color: #3c39e6;
    border-color: #3c39e6;
}
input#requestDemo {
    width: 40%;
    background: #3c39e6;
    color: #fff;
    border-color: #0a53be;
}
.checkout-wrapper input, select {
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    width: 100%;
    border-radius: 10px;
    height: 40px;
    padding: 0 15px;
    outline: none !important;
    box-shadow: none !important;
}
.checkout-wrapper textarea.form-control {
    border: 1px solid #ced4da !important;
    border-radius: 10px;
    min-height: calc(1.5em + (0.75rem + 2px));
    outline: none !important;
    box-shadow: none !important;
}
.checkout-wrapper .checkoutTitle {
    margin: 10px 0px;
    font-size: 20px;
    line-height: 31px;
    font-weight: 300;
    color: #000;
    border-bottom: 1px solid #000;
}
.checkout-wrapper .checkoutLabel {
    font-size: 16px;
    color: #5d5d5d;
}
.checkout-wrapper button{
    color: #fff;
    border-radius: 10px;
}
.checkbox-outer #extraservices-checked {
    width: 15px;
    height: 15px;
    margin-right: 2px;
}
.checkbox-outer {
    text-align: right;
}
.woocommerce-billing-fields__field-wrapper abbr.required {
    display: none!important;
	clear:both;
}
.woocommerce-error li {
    color: red !important;
}
.billing-fild-outer, p.form-row {
    display: flex;
}
.billing-fild-outer label, p.form-row label {
    width: 33%;
}
.billing-fild-outer span, p.form-row span {
    width: 66%;
}

.checkout-wrapper .woocommerce-billing-fields {
    margin-top: 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f7f7f7;
}
button#place_order {
    text-align: center;
    margin: 0 auto;
    background: #0062cc;
    color: #fff;
    border: unset;
}

.banner-title-form.thank-title {
    text-align: center;
    margin-top: 25px;
}
.invoice-outer {
    background: #fff;
    padding: 0 20px 0;
    margin: 47px 0;
    display: inline-block;
    width: 100%;
}
.invoice-products-title h3 {
    font-size: 25px;
    margin: 0 0 10px;
    padding: 0;
}
.invoice-products-title p {
    margin: 0;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-color: #ddd !important;
}
 .hide-cuntry2 {
    display: none !important;
}
.hide-cuntry {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
}
.contry-divs{ display: none; } 
.loder-image-wrapper.active {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: #c0c0c0b5;
    border-radius: 25px;
    z-index: 99999;
}
.loderimage {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
form#formdataproducts {
    position: relative;
}
