html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.15;
    position: relative;
    background: #f4fbfe;
    font-family: 'Montserrat', sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, 
blockquote:after,
q:before, 
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button{
    outline: none;
    box-shadow: none;
    -webkit-appearance:none;
}
a{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration:none;
    outline:none;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover,
a:focus{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration:none;
    outline:none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset !important;
}
section{
    float: left;
    width: 100%;
    position: relative;
}
.container, .container-sm, .container-md, .container-lg, .container-xl{
    max-width: 1230px;
    width: 100%;
}
/*---------------START----------------*/
.header{
    background: url(../images/header_bg.png) repeat-x top center;
    position: fixed;
    top: 0;
    height: 110px;
    z-index: 3;
}
.logo{
    float: left;
    width: 100%;
    margin-top: 80px;
}
.logo img{
    max-width: 912px;
    width: 100%;
}
.main_content{
    margin-top: 0px;
}
.nav-tabs .nav-link i{
    float: left;
    line-height: 0;
    margin-right: 5px;
}
.nav-tabs{
    border:none;
}
.nav-link{
    padding: 0rem 1rem;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    line-height: 36px;
    border:none;
    color: #4991C4;
    box-shadow: none;
}
.nav-tabs .nav-link{
    line-height: 36px;
    border:none;
    color: #4991C4;
    background: #f1f2f2;
    font-size: 17px;
    -moz-box-shadow:    inset 0px -3px 6px -1px #d7d7d7;
   -webkit-box-shadow: inset 0px -3px 6px -1px #d7d7d7;
   box-shadow:         inset 0px -3px 6px -1px #d7d7d7;
}
.tab-content{
    background: #FFFFFF;
    min-height: 600px;
    padding: 25px 25px 150px 25px;
    float: left;
    width: 100%;
}
.nav{
    display: block;
}
.nav-tabs .nav-item{
    margin: 0px 2px 0px 2px;
    display: inline-block;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
    border:none;
}
h2{
    font-size: 26px;
    color: #6C6D70;
    display: block;
}
h2 span{
    font-weight: 600;
}

/*----------------END-----------------*/
.steps-wizard{
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
.arrow-steps .step,
.arrow-steps .stepsub {
    font-size: 14px;
    text-align: center;
    color: #666;
    cursor: default;
    margin: 0 2px;
    padding: 0px 0px 0px 10px;
    min-width: 16.14%;
    float: left;
    position: relative;
    background-color: #e6e7e8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
  transition: background-color 0.2s ease;
  height: 32px;
  line-height: 32px;
}

.arrow-steps .step:after,
.arrow-steps .step:before,
.arrow-steps .stepsub:after,
.arrow-steps .stepsub:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 10px solid #e6e7e8;    
    z-index: 2;
  transition: border-color 0.2s ease;
}

.arrow-steps .step:before,
.arrow-steps .stepsub:before {
    right: auto;
    left: 0;
    border-left: 10px solid #fff;   
    z-index: 0;
}

.arrow-steps .step:first-child:before,
.arrow-steps .stepsub:first-child:before,
.arrow-steps .step:last-child:after,
.arrow-steps .stepsub:last-child:after {
    border: none;
}

.arrow-steps .step:first-child,
.arrow-steps .stepsub:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.arrow-steps .step:last-child,
.arrow-steps .stepsub:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.arrow-steps .step span,
.arrow-steps .stepsub span {
    position: relative;
}

/*.arrow-steps .step span:before {
    opacity: 0;
    content: "✔";
    position: absolute;
    top: -6px;
    left: -20px;
}*/

.arrow-steps .step.done span:before,
.arrow-steps .stepsub.done span:before {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.5s;
    -moz-transition: opacity 0.3s ease 0.5s;
    -ms-transition: opacity 0.3s ease 0.5s;
    transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current,
.arrow-steps .stepsub.current {
    color: #fff;
    background-color: #e2574c;
}

.arrow-steps .step.current:after,
.arrow-steps .stepsub.current:after {
    border-left: 10px solid #e2574c;    
}
.products{
    float: left;
    width: 100%;
}
.products h3{
    font-size: 18px;
    color: #6C6D70;
    margin: 25px 0 10px 0;
}
.product-list{
    float: left;
    width: 100%;
    text-align: center;
}
.product-list i{
    text-align: center;
}
.product-list h4{
    color: #E1564B;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.product-list p{
	position: relative;
}
.product-list p, .product-list a{
    font-size: 18px;
    font-weight: 300;
    color: #6C6D70;
    line-height: 24px;
    margin-bottom: 10px;
    min-height: 150px;
    padding: 0px 30px;
}
.product-list a{
    margin-bottom: 0;
    text-decoration: underline;
    min-height: auto;
    padding: 0;
}
.product-list p span.price{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.price{
    display: block;
    color: #4991C4;
    font-weight: 500;
    margin-top: 10px;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle,
.btn-primary:hover,
.btn-primary:focus, .btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus{
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50px;
    width: 160px;
    background: #e2574c;
    border:none;
    box-shadow: none;
    outline: 0;
}
.footer{
    height: 50px;
    background: url(../images/footer_bg.png) repeat-x bottom center;
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: 2;
}
.footer p, .footer a{
    font-size: 14px;
    color: #4991C4;
    margin-top: 22px;
}
.footer p
{
	margin-right: 15px;
}
.footer a{
    text-decoration: underline;
}
b, strong {
    font-weight: 700;
}
#table-data th { font-weight: bold; }
#filter_search.btn-default{
    background: #cccccc;
    color: #6d6e71;
    border:none;
    outline: 0;
    text-shadow: none;
}
#sub_form label{
    color: #6d6e71;
    margin-bottom: 5px;
}
#sub_form .form-control{
    border:none;
    box-shadow: none;
    border-radius: 8px;
    
}
.filterbox span{
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.tablesorter-header-inner{
    color: #6C6D70;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    color: #6C6D70;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding: 19px 8px 10px 8px;
    font-family: 'Montserrat', sans-serif;
}
#prev_step.btn-default,
#prev_step.btn-default.active, #prev_step.btn-default:active,
#prev_step.btn-default:focus, #prev_step.btn-default:hover,

#confirm_pledges.btn-danger,
#confirm_pledges.btn-danger.active, #confirm_pledges.btn-danger:active,
#confirm_pledges.btn-danger:focus, #confirm_pledges.btn-danger:hover,
.product_btn.btn-danger,
.product_btn.btn-danger:focus,
.button-outer .btn-danger,
.button-outer .btn-danger:focus,
.product_btn,
.product_btn:hover,
.product_btn:focus,
.product_btn.btn-default,
.product_btn.btn-default:focus,
.proceed_btn,
.proceed_btn:hover,
.checkout_btn,
.checkout_btn:hover,
.checkout_btn:focus,
.btn-danger,
.btn-danger:focus,
.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle
{
    background: #e2574c;
    color: #FFFFFF;
    font-size: 18px;
    text-shadow: none;
    border:none;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    border-radius: 15px;
    padding: 8px 20px;
    text-transform: uppercase;
    outline: 0 !important;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #FFFFFF !important;
    background-color: #e2574c !important;
}

.carttotalcls,
.carttotalcls:hover,
.carttotalcls:focus,
.carttotalcls:not(:disabled):not(.disabled):active{
    background: #4991C4;
    border-radius: 0px 10px 10px 0;
    outline: 0;
    box-shadow: none;
}
.homebox .product_btn.btn-danger,
.homebox .product_btn.btn-danger:focus{
    font-size: 14px;
}
.tab-content h4{
    font-size: 24px;
    color: #6C6D70;
    font-family: 'Montserrat', sans-serif !important;
    margin: 0 0 15px 0;
    font-weight: 300;
}
.tab-content h5{
    margin-top: 20px;
    float: left;
    width: 100%;
    font-size: 18px;
    color: #6C6D70;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 26px;
}
.tab-content h5 span{
    margin: 0 0 15px 0;
    float: left;
    width: 100%;
}
/*#steps-pr ul li.active{
    background: #e2574c !important;
}
#steps-pr ul li.active:after {
    border-left-color: #e2574c !important;
}
#steps-pr ul li,
#steps-pr ul li:after{
    background: #e6e7e8 !important;
}
#steps-pr ul li:after,
#steps-pr ul li:before{
    content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #ffffff;
    z-index: 1 !important;
    transition: border-color 0.2s ease;
}
#steps-pr ul li:before {
    right: -14px;
    left: 0;
    border-left: 13px solid #e6e7e8;
    z-index: 2;
}
#steps-pr ul li:first-child:before{
    border:none;
}*/
#content_selection{
    float: left;
    width: 100%;
}
#steps-pr1111 .arrow-steps{
    margin: 0 !important;
}
.arrow-steps .stepsub{
    font-size: 12px;
    min-width: 8.6%;
}
.button-outer{
    display: block;
    text-align: center;
}
.button-outer li{
    display: inline-block;
    margin: 0;
}
.button-outer li i{
    font-size: 12px;
}
.panel-title-msg{
    border-radius: 5px;
}
.panel-heading-msg{
    margin-top: 15px;
}
.product-list-outer{
    text-align: center;
    margin: 30px 0 0 0;
}
.product-list-outer p.cattitle{
    font-size: 18px;
    color: #E1564B;
    margin: 0;
    font-weight: 600;
}
.product-list-outer p.catdesc{
    font-size: 22px;
    font-family: 'Montserrat', sans-serif !important;
    color: #6C6D70;
    font-weight: 600;
}
#personalmessage{
    width: 100%;
}
.panel-body{
    padding: 0;
}
.edit-team{
    font-size: 14px !important;
}
.msg_for_children{
float:left;
width:100%;
}

.arrow-steps .stepsub.active
{    background: #e2574c;
    color: #FFFFFF;
}
.arrow-steps .stepsub.active:after{
    border-left: 10px solid #e2574c;
}
#product_category_validation .modal-btn-Cancel { color: #FFF !important; }
a.product_btn:hover, .modal-btn-Cancel { color: #FFFFFF !important; }
.btn-success:active, .btn-success:hover  { background-color:#bd2130 !important; border-color:#b21f2d !important; }
.deleteselected {
    background: url(../img/deletebig.png) no-repeat !important;
    height: 32px;
    box-shadow: none!important;
    border: none !important;
}
.deleteselected:active { color: #212529 !important; }

/* ------------------ Facility Details Start ------------------- */

.ct-form-main-section {
    margin-top: 10px;
    height: 100%;
    width: 100%;
}
.ct-form-main-section .ct-form-group .form-control {
    border-radius: 10px 10px 10px 10px;
    box-shadow: none;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D0D2D3;
    max-width: 100%;
}
.ct-form-main-section .ct-selector {
    position: relative;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 7px;
    border: 1px solid #e2574c;
    color: #e2574c;
    margin: 8px;
    margin-left: 0;
    transition: all 0.6s ease;
    cursor: pointer;
    font-size: 14px;
}
.ct-form-main-section .ct-selector.ct-selector-checked {
    background-color: #e2574c;
    color: #fff;
}
.ct-form-main-section .ct-selector input {
    margin: 0;
    opacity: 0;
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.ct-form-main-section .ct-selector label {
    width: fit-content;
    margin: 0;
}
.ct-form-main-section .ct-form-group label.form-label {
    margin-bottom: 10px;
}
.ct-form-main-section .ct-form-group {
    margin: 5px 0;
}
.ct-button {
    padding: 10px 25px;
    border-radius: 10px;
    background-color: #e2574c;
    color: #fff;
    border: 1px solid #e2574c;
    transition: all 0.6s ease;
    width: fit-content !important;
    margin: 5px;
}
.ct-button:hover {
    background-color: transparent;
    color: #e2574c;
}
.ct-button-2{
    padding: 10px 25px;
    border-radius: 10px;
    background-color: transparent;
    color: #e2574c;
    border: 1px solid #e2574c;
    transition: all 0.6s ease;
    margin: 5px;
}
.ct-button-2:hover{
    background-color: #e2574c;
    color: #fff;
}
.ct-form-main-section .span_error {
    font-size: 16px;
    color: #3DA9DF !important;
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
}
.ct-form-main-section h4 {
    font-weight: 500;
}

/* ------------------ Facility Details End ------------------- */


/* ------------------ Contact Details Start ------------------- */

.ct-form-main-section .ct-form-group span.number_country_code ~ .form-control {
    padding-left: 70px;
}
.ct-form-main-section .ct-form-group:has(.form-control.validation-class) span.number_country_code {
    border-color: #3DA9DF;
}
@media(max-width: 767px){
    .ct-form-main-section .ct-form-group span.number_country_code ~ .form-control {
        padding-left: 60px;
    }
    .ct-form-main-section .ct-form-group span.number_country_code ~ .form-control {
        padding-left: 60px;
    }
}
/* ------------------ Contact Details End ------------------- */

/* ------------------ Important Info Start ------------------- */

.ct-info-list {
    margin-top: 30px;
}
.ct-info-list ul {
    list-style: disc;
}

/* ------------------ Important Info End ------------------- */