* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}



/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}



#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*#msform fieldset .form-card {
    text-align: left;
    color: #000;
}*/

#msform input, #msform textarea {
    padding: 0px 8px 4px 8px;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
   /* width: 100%;*/
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    font-weight: bold;
    outline-width: 0;
}

/*Blue Buttons*/
#msform .action-button {
    width: 200px;
    background: #ffc439;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ffc439;
}
.resizeImageSection{
    width: 400px;
    margin: 0px auto;
}

/*Previous Buttons*/
#msform .action-button-previous {
    width: 200px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
    background-color: #fff;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}
#progressbar #bill_pay:before {
    font-family: FontAwesome;
    content: "\f09d";
}
.icon-eye:before {
    font-family: FontAwesome;
    content: "\f06e";
}

.icon-chevron-thin-up:before {
    font-family: FontAwesome;
    content: "\f078";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: skyblue;
}

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display:inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor:pointer;
    margin: 8px 2px; 
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image{
    width: 100%;
    object-fit: cover;
}
.card-service{
	cursor: pointer;
}
 .thumbnail {
    border-radius: 8px;
    position: relative;
    text-align: center;
    color: #fff;
    box-shadow: 10px 22px 60px rgba(43,27,154,0.06);
}
.thumbnail img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5F5572;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid silver;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.images-preview-div img
{
padding: 10px;
max-width: 100px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.total_bill_amount_area {
    min-width: 69px;
    text-align: center;
    position: fixed;
    top: 50%;
    right: 0px;
    background: #ffc439;
    color: #fff;
    z-index: 999999;
}
#selected_currency{
    font-size: 28px;
    margin-right: 10px;
}

._required{
    border:1px solid red !important;
}
.success_message {
    text-align: center;
    color: #fff;
    background: #008000ad;
    border-radius: 20px;
    margin: 0px auto;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(25 115 205);
    font-weight: 500;
    font-size: 18px;
}
.nav-link{
    color: #000 !important;
    font-weight: 500 !important;;
    text-transform: capitalize;
    font-size: 18px;
}
.pending{
    background: red;
    padding: 1px 2px 3px 2px;
    border-radius: 0.25rem;
    color: #fff;
}
.ready{
    background: green;
    padding: 1px 2px 3px 2px;
    border-radius: 0.25rem;
    color: #fff;
}
.btn-sm, .btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.btn-primary{
    color: #ffffff;
    background-color: #67B6F4;
    box-shadow: 0 12px 30px rgb(43 27 154 / 8%);
    border: none;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.page_title{
   color:  #1973cd;
}
.bg-light {
    background-color: #fff !important;
    border-bottom: 1px solid #fc9b04;
}

.service_section{
    border: 1px solid #000;
    width: 50%;
    text-align: left;
    padding: 5px;
    float: left;
    margin-bottom: 1px;
}

.image-full-width{
    width: 100%;
}

.payment_ser_sction{
    display: none;
}
.payment_custom_control{
    width: 70%;
    float: left;
}
.payment_right_ser{
    width: 30%;float: left;
}

.page_full{
    width: 100%
}
.service_table{
    width: 100%;
    background: #ecf7ff
}

.quantity_box{
    width: 200px;
    margin: 0px auto;
}
/*.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
    background-color: #fff;
    border: 1px solid silver;
    padding: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}*/
.payment_card{
    background-color: #ECF7FF
}
.w-25{
    width: 25%;
}
.w-15{
    width: 15%;
}
.w-10{
    width: 10%;
}
.w-50{
    width: 50%;
}
.w-20{
    width: 20%;
}
.w-30{
    width: 30%;
}
.w-70{
    width: 70%;
}
.money_footer{
    color: #3399ff;
}
.image_number_box{
    width: 200px;
    margin: 0px auto;
}

._list_data_table th,td{
    white-space: nowrap;
}
.admin_message{
    background: #f1f1f1;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */

    #msform fieldset .form-card {
        background: white;
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        padding: 5px;
        box-sizing: border-box;
        width: 100%;
        margin: 0 3% 20px 3%;
        position: relative;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
        #msform fieldset .form-card {
            background: white;
            border: 0 none;
            border-radius: 0px;
            box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
            padding: 5px;
            box-sizing: border-box;
            width: 100%;
            margin: 0px auto;
            position: relative;
        }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
         #msform fieldset .form-card {
            background: white;
            border: 0 none;
            border-radius: 0px;
            box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
            padding: 5px;
            box-sizing: border-box;
            width: 100%;
            margin: 0px auto;
            position: relative;
        }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
     #msform fieldset .form-card {
            background: white;
            border: 0 none;
            border-radius: 0px;
            box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
            padding: 5px;
            box-sizing: border-box;
            width: 100%;
            margin: 0px auto;
            position: relative;
        }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
     #msform fieldset .form-card {
            background: white;
            border: 0 none;
            border-radius: 0px;
            box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
            padding: 5px;
            box-sizing: border-box;
            width: 100%;
            margin: 0px auto;
            position: relative;
        }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
     #msform fieldset .form-card {
            background: white;
            border: 0 none;
            border-radius: 0px;
            box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
            padding: 5px;
            box-sizing: border-box;
            width: 100%;
            margin: 0px auto;
            position: relative;
        }
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
     #msform fieldset .form-card {
            background: white;
            border: 0 none;
            border-radius: 0px;
            box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
            padding: 5px;
            box-sizing: border-box;
            width: 100%;
            margin: 0px auto;
            position: relative;
        }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
     #msform fieldset .form-card {
            background: white;
            border: 0 none;
            border-radius: 0px;
            box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
            padding: 5px;
            box-sizing: border-box;
            width: 100%;
            margin: 0px auto;
            position: relative;
        }
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
    
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}