/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Circular Std';
    background-color: #f3f7fa;
}

.xdsoft_time.disabled {
    pointer-events: none !important;
    color: #b7b7b7 !important;
}

.owl-height {
/* 	height: 460px !important; */
}


#calculated_price b,
#calculated_time b {
    font-weight: bold !important;
}

.fa, .fab, .fad, .fal, .far, .fas{
	line-height: 2.5 !important;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 15px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.alert-info {
    /* color: #157599; */
    background-color: #d9edf7;
    border-color: #bce8f1;
    font-weight: 500;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
#price_info {
    background:none;
    padding:10px;
    margin-top:20px;
}
.d-none {
    display: none;
}

h1:not(.site-title):before, h2:before {
    background: none !important;
    margin: 0 !important;
}

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-flex !important;
    width: 100%;
}
@media (max-width: 480px){
	.xdsoft_datetimepicker.xdsoft_inline {
		display: block !important;
	}
	.owl-height {
		height: 100% !important
	}
}

.success-message {
    background: #b9eab9;
    padding: 10px;
    border-radius: 5px;
    display: none;
    border: 1px solid green;
}
.success-message strong {
    color: green;
}
.success-message span {
    color: #128a12;
}

.tr_stepform_main {
    padding: 50px 0;
}

.tr_container {
    max-width: 1140px;
    margin: auto;
    padding: 0 15px;
}


.tr_sf_wrapper {
    background: white;
    padding: 35px 35px;
    border-radius: 5px;
    border: 1px solid #157599;
    min-height: 675px;
}

.tr_sf_progressbar_main {
    margin-bottom: 40px;
    position: relative;
}
.tr_sf_progressbar_main > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox !important;
    display: flex !important;
}
.tr_sf_progressbar_main > ul > li {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    overflow: hidden;
}

.tr_sf_progressbar_main > ul > li:before, .tr_sf_progressbar_main > ul > li:after {
    content: "";
    height: 5px;
    position: absolute;
    top: 20px;
    background: #E5E4E1;
}
.tr_sf_progressbar_main > ul > li:before {
    width: 50%;
    left: 0;
}
.tr_sf_progressbar_main > ul > li:after {
    left: 50%;
    width: 50%;
}
.tr_sf_progressbar_main > ul > li:first-child:before, .tr_sf_progressbar_main > ul > li:last-child:after {
    display: none;
}


/* .tr_sf_progress_active:before, .tr_sf_progress_div_completed:after {
    background: #157599;
} */


.tr_sf_progress_div {
    text-align: center;
    max-width: 185px;
    margin: auto;
    position: relative;
    z-index: 1;
}
.tr_sf_progress_digit {
    display: inline-block;
    padding: 0 15px;
    background: white;
    margin-bottom: 13px;
}
.tr_sf_progress_digit h3 {
    /* background: #e3eef3; */
    display: inline-block;
    color: #3c3c3c;
    width: 45px;
    height: 45px;
    border-radius: 80px;
    line-height: 45px;
    font-weight: 500;
    font-size: 21px;
}
.tr_sf_progress_digit h3 i {
    font-size: 18px;
}
.tr_sf_progress_div h6 {
    font-weight: 400;
    font-size: 15px;
    color: #4b4b4b;
}

/* .tr_sf_progress_active .tr_sf_progress_div h3 {
    color: #157599;
}
.tr_sf_progress_active .tr_sf_progress_div h6 {
    color: #157599;
} */



.tr_step_title {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 10px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.tr_step_title h2 {
    font-size: 29px;
    margin-bottom: 10px;
}
.tr_step_title p {
    color: #4d4d4d;
    line-height: 1.3;
}

.tr_sf_flex {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -8px;
 margin-left: -8px;
}
.tr_sf_w25 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 10px;
}

.tr_col_50 {
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
 padding: 10px; 
}

.tr_sf1_content {
    border: 1px solid #e5e4e1;
    border-radius: 5px;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.tr_sf1_content_active {
    /* outline: 2px solid #157599; */
    outline-offset: 4px;
}
.tr_sf1_content_img {
    position: relative;
    height: 180px;
}
.tr_sf1_content_img img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
p.tr_sf1_content_pricing {
    position: absolute;
    left: 11px;
    top: 10px;
    /* color: #157599; */
    font-size: 15px;
    margin: 0;
    z-index: 1;
}

.tr_sf1_content_desc {
    border-top: 1px solid #e5e4e1;
    padding: 10px 0;
    text-align: center;

    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.d-flex  {
    display: -ms-flexbox !important;
    display: flex !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.tr_sf1_content_desc h3 {
    font-weight: 500;
    color: #5c5c5c;
    font-size: 16px;
    padding: 5px 0;
}

.nice-select .option.selected {
    font-weight: 400;
}
.nice-select {
    padding-left: 12px;
    padding-right: 25px;
    font-size: 14px;
}



.tr_step_footer {
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #e5e4e1;
    text-align: right;
}
.tr_button {
    font-family: inherit;
    background: #e3eef3;
    border: 1px solid #e3eef3;
    font-size: 18px;
    padding: 10px 24px;
    /* color: #157599; */
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease all;
    outline: none !important;
}
.tr_button:hover {
    /* background-color: #157599; */
    color: white;
    transition: 0.3s ease all;
}



/* Date Picker */

.xdsoft_datetimepicker {
    font-family: 'Circular Std';
}
.xdsoft_datetimepicker.xdsoft_inline {
    display: block;
    overflow: hidden;
    border: 1px solid #e5e4e1;
    padding: 7px 11px;
    border-radius: 5px;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 80% !important;
    margin: 0;
    padding: 5px;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    width: 20% !important;
    margin: 0;
    padding: 5px;
    padding-top: 12px;
}
.xdsoft_datetimepicker .xdsoft_label {
    float: unset;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    display: inline-block !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    font-size: 16px !important;
    font-weight: 400;
    height: 50px !important;
    background: #ffffff !important;
    border: 1px solid #e5e4e1 !important;
    color: #2c2c2c !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    height: 50px !important;
    font-size: 16px !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 302px !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    /* background: #157599 !important; */
    /* box-shadow: #157599 0 1px 3px 0 inset !important; */
    color: #fff !important;
    font-weight: 700 !important;
}
button.xdsoft_today_button {
    display: none !important;
}






/* =========================== */


.tr_sf2_content_wrapper {
    max-width: 750px;
    margin: auto;
}

.tr_sf2_content {
    border: 1px solid #e5e4e1;
    border-radius: 5px;
    position: relative;
    padding: 35px 35px;
    cursor: pointer;
    text-align: center;
}
.tr_sf2_content i {
    background: #e3eef3;
    display: inline-block;
    /* color: #157599; */
    width: 60px;
    height: 60px;
    border-radius: 80px;
    line-height: 60px;
    font-size: 23px;
    text-align: center;
    margin-bottom: 10px;
}

.tr_sf2_content h3 {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 10px;
}
.tr_sf2_content p {
    font-weight: 300;
    font-size: 15px;
    color: #747474;
    line-height: 1.5;
}



.tr_sf4_content_wrapper .tr_col_50 {
    padding-top: 0;
    padding-bottom: 0;
}

div.wrap_input_div .wrap_input {
    position: relative;
}

.wrap_input label {
    position: absolute;
    top: 14px;
    font-size: 17px;
    margin: 0 10px;
    padding: 0 10px;
    background-color: white;
    -webkit-transition: top .2s ease-in-out, font-size .2s ease-in-out;
    transition: top .2s ease-in-out, font-size .2s ease-in-out;
    transition: 0.2s ease all !important;
    color: #80868B;
}
.wrap_input .riseInput {
    width: 100%;
    font-size: 17px;
    color: black;
    box-shadow: unset !important;
}
.active_label {
    top: -10px !important;
    font-size: 15px !important;
    /* color: #157599 !important; */
}


.wrap_input .riseInput:focus {
    outline: none;
}

.form-control:focus {
    /* border: 1px solid #157599 !important; */
}
.wrap_input_div {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 9px 17px;
    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: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    resize: none;
    font-family: inherit;
}

.item.tr_sf_step {
    padding: 0 7px;
}
.tr_sf5_content {
    max-width: 600px;
    margin: auto;
    text-align: center;
}
.tr_sf5_content p {
        color: #5a5a5a;
    text-align: center;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .tr_sf_progress_div h6 {
        display: none;
    }
    .tr_sf_progress_digit {
    padding: 0;
}

.tr_sf_progressbar_main > ul > li:before, .tr_sf_progressbar_main > ul > li:after {
    display: none;
}
.tr_sf_wrapper {
    padding: 20px 15px;
}
.tr_step_title h2 {
    font-size: 25px;
}
.tr_sf_progressbar_main {
    margin-bottom: 5px;
}
.tr_sf_w25 {
        -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.tr_step_title {
    margin-bottom: 15px;
}
.tr_col_50 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 100% !important;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    width: 100% !important;
    margin: 0;
    padding: 5px;
    padding-top: 12px;
}
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    font-size: 15px;
    height: 33px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    height: 33px;
    line-height: 33px;
}
.wrap_input label {
    font-size: 16px;
}

}







@media screen and (max-width: 992px) and (min-width: 768px) {



.tr_sf_wrapper {
    padding: 20px 15px;
}
.tr_step_title h2 {
    font-size: 25px;
}

.tr_sf_w25 {
        -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.tr_step_title {
    margin-bottom: 15px;
}
.tr_col_50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}


.wrap_input label {
    font-size: 16px;
}

}

input.qty {
    padding: 8px !important;
    font-size: 14px;
    width: 65px;
    border: 1px solid #e8e8e8 !important;
    border-radius: 3px !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #fff !important;
    /* background: #0e5069 !important; */
    box-shadow: none !important;
}