/*-----------------------------preloader-----------------------------------------*/

		.preloadrr{

			top: 0;

			position: fixed;

			z-index: 999;

			/* margin: 16%; */

			height: 100%;

			width: 100%;

			padding: 280px 20px 20px 20px;

			background: rgba(0 , 0, 0, 0.5);

		}

		

/* -------------------------------------------Trace.js css------------------------- */



.alert-bg {

	padding: 10px;

	background: #fff;

	position: absolute;

	min-height: 150px;

	min-width: 270px;

	border-radius: 5px;

	box-shadow: 3px 3px 3px #888888;

}

	.alert-bg  h1{

		font-size: 17px;

		font-weight: 400;

		margin: 0;

		padding: 10px;

	}



.warningagree {

	/*background: rgb(63, 143, 89);

	padding: 5px 14px 5px 14px;

	width: 80px;

	text-align: center;

	color: #fff;

	font-weight: 300;

	margin-right: 8px;

	top: 5px;*/

	background:#156fb8 !important;

	padding: 5px 28px;

	/*width: 80px;*/

	text-align: center;

	color: #fff;

	font-weight: 300;

	text-decoration:none;

	outline:none;

}



.discard {

	background:#156fb8 !important;

	padding: 5px 28px;

	/*width: 80px;*/

	text-align: center;

	color: #fff;

	font-weight: 300;

	text-decoration:none;

}

.discard:hover{

	color: #fff;

	text-decoration:none;

}

.alert-buttons{

	 /*width: 26%;

    /* height: 34px; */

    /* position: absolute; */

    /* bottom: 10px; */

    margin: 0 auto;

    display: block;

    padding: 30px 0 0 0;

}



#warningMsg{

	font-size: 16px !important;

}



#warningTitle{

	padding-bottom: 4px;

    font-weight: 300;

    text-align: center;

    font-size: 20px;

}





/* ---------------------------------------End of Trace.js css----------------------------- */


.time_box{
	background: #f8fafa;
    border: 1px solid #f8fafa;
    box-shadow: inset 0 1px 0 #f8fafa;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    color: #afb8bb !important;
    font-weight: 400;
    text-align: center;
    padding: 9px 6px;
    cursor:pointer;
    border-color: #dde1e1;
    font-size: 11px;
}

/*.time_box.active{
	background: #f58b3c;
    border: 1px solid #f58b3c;
    box-shadow: inset 0 1px 0 #f58b3c;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    color: #fff !important;
    font-weight: 400;
    text-align: center;
    padding: 9px 6px;
    font-size: 11px;
}*/


.slots{
	width: 100%;
	background: #f8fafa;
    border: 1px solid #f8fafa;
    box-shadow: inset 0 1px 0 #f8fafa;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    color: #afb8bb !important;
    font-weight: 400;
    text-align: center;
    padding: 13.5px 15.5px;
    cursor:pointer;
    border-color: #dde1e1;
}
input:checked {
  background: #f58b3c;
}

/*.slots.active{
	background: #f58b3c;
    border: 1px solid #f58b3c;
    box-shadow: inset 0 1px 0 #f58b3c;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    color: #fff !important;
    font-weight: 400;
    text-align: center;
    padding: 13.5px;
    cursor:pointer;
}*/

.head-btn{
	border: 1px solid #f58b3c;
	color: #fff !important;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	padding: 10px 8px;
	float: right;
	margin-top: 30px;
	background-color: #336699;
}

.pay-btn-txt{
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	font-size: 10px;
}

.checkboxarea {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 2px;
    margin: 0;
    box-shadow: none;
    background: #f5f5f5;
    text-align: left;
    border: none;
    font-size: 12px;
    width: calc(50% - 8px);
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    border: 1px solid #e1e1e1;
    padding-left: 30px;
    position: relative;
    margin-right: 6px;
    margin-bottom: 10px;
}
.checkboxarea input {
    position: absolute;
    left: -9999em;
}
.checkboxarea.selected {
    background: #f58b3c;
    color: #fff;
    border: 1px solid #f58b3c;
}
.checkboxarea:before {
    content: '\f096';
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    left: 10px;
    top: 0;
    font-weight: normal;
}
.checkboxarea.selected:before {
    content: '\f046';
}
.detailsbtn {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 2px;
    margin: 0;
    box-shadow: none;
    background: #f58b3c;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 12px;
    width: 100%;
    text-transform: uppercase;
}
.formArea {
    width: 100%;
    float: left;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #e5eaea;
    background: #f8fafa;
    border-radius: 2px;
}



/*----------------------------------------------------Price page css-------------------------------------------*/


.sectionTItle {
                font-size: 24px;
                line-height: 30px;
                text-transform: uppercase;
                color: #b81c89 !important;
                text-align: center;
                padding-bottom: 40px;
                margin: 0;
                font-weight: 700;
            }
            .timearea {
                width: 100%;
                float: left;
                height: auto;
                padding-bottom: 20px;
            }
            .countday {
                display: block;
                float: left;
                width: calc(50% - 15px);
                height: 50px;
                background: #efefef;
                padding: 5px 15px;
                box-sizing: border-box;
                position: relative;
            }
            .countday.full {
                float: right;
            }
            .countday.half:before {
                content: "";
                display: inline-block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 50px 30px 0 0;
                border-color: #efefef transparent transparent transparent;
                position: absolute;
                top: 0;
                left: 100%;
            }
            .countday.full:before {
                content: "";
                display: inline-block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 0 50px 30px;
                border-color: transparent transparent #efefef transparent;
                position: absolute;
                bottom: 0;
                right: 100%;
            }
            .countday input[type="radio"] {
                position: absolute;
                left: -9999em;
            }
            .countday.selected {
                background: #f58b3c;
            }
            .countday.half.selected:before {
                border-color: #f58b3c transparent transparent transparent;
            }
            .countday.full.selected:before {
                border-color: transparent transparent #f58b3c transparent;
            }
            .countday img {
                margin: 7px 15px 7px 0;
                float: left;
            }
            .countday h4 {
                display: inline-block;
                float: left;
                font-size: 18px;
                color: #21252b;
                margin: 0;
                line-height: 22px;
                margin-top: 3px;
            }
            .countday h4 span {
                font-size: 10px;
                line-height: 12px;
                display: inline-block;
                vertical-align: top;
            }
            .countday.selected h4 {
                color: #fff;
            }
            .countday.selected img {
                filter: brightness(0) invert(1);
            }
            .checktitle {
                font-size: 18px;
                line-height: 30px;
                color: #21252b;
                text-align: center;
                margin-bottom: 20px;
                clear: both;
            }
            .serviceList {
                margin: 0;
                padding: 0;
                list-style-type: none;
                font-size: 0;
                margin-bottom: 30px;
            }
            .serviceList li {
                display: inline-block;
                vertical-align: top;
                margin-right: 25px;
                text-align: center;
            }
            .serviceList li:last-child {
                margin-right: 0;
            }
            .serviceList li label {
                display: block;
                float: left;
                height: auto;
                position: relative;
                font-size: 12px;
                line-height: 18px;
                color: #21252b;
                font-weight: normal;
            }
            .serviceList li .servicebox {
                width: 90px;
                height: 95px;
                border-radius: 50%;
                background: #efefef;
                position: relative;
                border-bottom: 5px solid #f58b3c;
                display: inline-block;
                box-sizing: border-box;
                margin-bottom: 15px;
            }
            .serviceList li label input[type="checkbox"] {
                position: absolute;
                opacity: 0;
            }
            .serviceList li .servicebox img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
            }
            .serviceList li label.selected .servicebox {
                background: #f58b3c;
                border-color: #efefef;
            }
            .serviceList li label.selected .servicebox img {
                filter: brightness(0) invert(1);    
            }
            .serviceList li label p {
                margin-bottom: 0;
            }
            .calculatebtn {
                width: 150px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                font-size: 18px;
                color: #fff;
                background: #85c325;
                margin: 15px auto;
                border: none;
                float: none;
                display: block;
            }
            .resultpanel {
                width: 100%;
                float: left;
                height: auto;
                margin-bottom: 30px;
            }
            .panelhead {
                width: 100%;
                float: left;
                height: auto;
                padding: 15px;
                box-sizing: border-box;
                background: #f8fafa;
                border: 1px solid #e5eaea;
                font-size: 14px;
                line-height: 20px;
                color: #f58b3c;
                text-transform: uppercase;
            }
            .panelsection {
                width: 100%;
                float: left;
                height: auto;
                padding: 15px;
                padding-top: 0;
                box-sizing: border-box;
                border: 1px solid #e5eaea;
                border-top: none;
                margin-top: 15px;
            }
            .panelblockleft {
                display: inline-block;
                float: left;
                width: 60%;
                color: #21252b;
                font-size: 14px;
                line-height: 18px;
                font-weight: 700;
            }
            .panelblockleft span {
                font-size: 12px;
                font-weight: normal;
            }
            .panelblockright {
                display: inline-block;
                float: right;
                width: 40%;
                padding-left: 15px;
                font-size: 24px;
                line-height: 30px;
                color: #21252b;
            }
            @media(max-width: 480px) {
                .countday {
                  padding: 5px;
              }
              .countday img {
                    margin: 7px 5px 7px 0;
                    float: left;
                }
                .checktitle {
                    font-size: 15px;
                }
                .serviceList li {
                    width: 50%;
                    margin-right: 0;
                }
                .serviceList li label {
                    width: 100%;
                }
            }
