* {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.bootstrap-tagsinput input {
    width: 990px;
}

.bootstrap-tagsinput-max {
    content: "Tags limit reached";
    color: red;
}

.payment-form {
    padding-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
}

.payment-form.dark {
    background: #F0FAFF;
   
}

.payment-form .content {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    background-color: white;
}

.payment-form .block-heading {
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.payment-form .block-heading p {
    text-align: center;
    max-width: 420px;
    margin: auto;
    opacity: 0.7;
}

.payment-form.dark .block-heading p {
    opacity: 0.8;
}

.payment-form .block-heading h1,
.payment-form .block-heading h2,
.payment-form .block-heading h3 {
    margin-bottom: 1.2rem;
    color: #f4f6f8;
}

.payment-form form {
    padding: 0;
    margin: auto;
}

.payment-form .title {
    font-size: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0.8em;
    font-weight: 600;
    padding-bottom: 8px;
}

.payment-form .products {
    background-color: #f7fbff;
    padding: 25px;
}

.payment-form .products .item {
    margin-bottom: 1em;
}

.payment-form .products .item-name {
    font-weight: 600;
    font-size: 0.9em;
}

.payment-form .products .item-description {
    font-size: 0.8em;
    opacity: 0.6;
}

.payment-form .products .item p {
    margin-bottom: 0.2em;
}

.payment-form .products .price {
    float: right;
    font-weight: 600;
    font-size: 0.9em;
}

.payment-form .products .total {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding-top: 19px;
    font-weight: 600;
    line-height: 1;
}

.payment-form .card-details {
    padding: 25px 25px 15px;
}

.payment-form .card-details label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #79818a;
    text-transform: uppercase;
}

.payment-form .card-details button {
    margin-top: 0.6em;
    padding: 12px 0;
    font-weight: 600;
}

.payment-form .date-separator {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

@media (min-width: 576px) {
    .payment-form .title {
        font-size: 1.2em;
    }
    .payment-form .products {
        padding: 40px;
    }
    .payment-form .products .item-name {
        font-size: 1em;
    }
    .payment-form .products .price {
        font-size: 1em;
    }
    .payment-form .card-details {
        padding: 40px 40px 30px;
    }
    .payment-form .card-details button {
        margin-top: 2em;
    }
}

.bootstrap-tagsinput .tag {
    background: #2778ae;
    border: 1px solid black;
    padding: 0 6px;
    margin-right: 2px;
    color: white;
    border-radius: 4px;
}

.card-header {
    padding: 0;
    margin: 0;
    background-color: whitesmoke;
    font-family: 'Alegreya', serif;
    
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    width: 100%;
    /*stacking fieldsets above each other*/
    position: relative;
}

.custom-select, .form-control {
    color: #303566 !important;
}

.bootstrap-tagsinput {
    min-height: 50px !important;
}

.download1{
    


}
.cntb{
    margin-top: 50px !important;
}
.nxt-btn{
    margin-bottom: 80px !important;
}



.load-10 .bar {animation: loadingJ 2s cubic-bezier(.17,.37,.43,.67) infinite;}
@keyframes loadingJ {
    0%,100% {transform: translate(0,0);}
    
    50% {
        transform: translate(80px,0);
        background-color: #4ad3f5;
        width: 25px;
    }
  }
  .bar {
    position: fixed;
    z-index: 1;
    float: left;
width: 100%;
    height: 6px;
    border-radius: 2px;
    background-color: #4b9cdb;
}

.bttn {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
    transition-duration: 0.4s;
    color: black;
    border: 2px solid black;
    /* Green */
    border: none;
    padding: 10px 24px;
    margin-right: 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.bttn:hover {
    background-color: black;
    /* Green */
    color: white;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

#table_id_length {
    float: right !important;
}

#table_id_filter label {
    padding: 2px !important;
}

#table_id_filter input {
    border-radius: 4px !important;
    margin-left: 7px;
}

.custom-control {
    padding-left: 0 !important;
}


/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {
    display: none;
}

.required-field::after {
    content: "*" !important;
    color: red !important;
    margin-left: 2px !important;
}

#table_id_paginate span {
    margin-left: 470px !important;
    margin-right: 10px !important;
    letter-spacing: 18px !important;
}

#table_id_next {
    float: right !important;
}


/*inputs*/


/* #msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
} */


/*buttons*/

form .error {
    color: #ee0909 !important ;
}
label.error{
    color: #ee0909 !important;
    text-transform: inherit !important;
}
select.error, input.error{
    color: #303566 !important;
}

#msform .action-button {
    width: 100px;
    background: #2778ae;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    float: right;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}


/*progressbar*/

#progressbar {
    margin: 0;
    overflow: hidden;
    color: #27AE60;
    padding-top: 15px;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    content: '';
    text-align: center;
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: black;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}


/*progressbar connectors*/

#progressbar li:after {
    content: '' !important;
    width: 100% !important;
    height: 4px !important;
    background: white !important;
    position: absolute !important;
    left: -50% !important;
    top: 9px !important;
    z-index: -1 !important;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}


/*marking active/completed steps green*/


/*The number of the step and the connector before it = green*/

#progressbar li.active:before,
#progressbar li.active:after {
    background: #27AE60;
    color: wheat;
}

.steps-form-3 {
    width: 2px;
    height: 470px;
    position: relative;
}

.steps-form-3 .steps-row-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.steps-form-3 .steps-row-3:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #7283a7;
}

.steps-form-3 .steps-row-3 .steps-step-3 {
    height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
}

.steps-form-3 .steps-row-3 .steps-step-3.no-height {
    height: 50px;
}

.steps-form-3 .steps-row-3 .steps-step-3 p {
    margin-top: 0.5rem;
}

.steps-form-3 .steps-row-3 .steps-step-3 button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.btn-info{
    color: darkblue !important;
}

.steps-form-3 .steps-row-3 .steps-step-3 .btn-circle-3 {
    width: 60px;
    height: 60px;
    border: 2px solid #59698D;
    background-color: white !important;
    color: #59698D !important;
    border-radius: 50%;
    padding: 18px 18px 15px 15px;
    margin-top: -22px;
}

.steps-form-3 .steps-row-3 .steps-step-3 .btn-circle-3:active {
    border: 2px solid #4285F4;
    color: #4285F4 !important;
    background-color: white !important;
}

.active {
    border: 2px solid #4285F4 !important;
    color: #4285F4 !important;
    background-color: white !important;
}

.steps-form-3 .steps-row-3 .steps-step-3 .btn-circle-3:hover {
    border: 2px solid #4285F4;
    color: #4285F4 !important;
    background-color: white !important;
}

.steps-form-3 .steps-row-3 .steps-step-3 .btn-circle-3 .fa {
    font-size: 1.7rem;
}

#contributors1 {
    height: auto;
   
}

#pricing1 {
    margin-top: 50px;
}

#designing {
    margin-top: 30px;
}

h1,
label {
    color: #303566 !important;
}

.contributors {
    display: inline-flex;
    background-color: aliceblue;
    margin: 10px;
    padding: 10px;
}

.pricing {
    display: inline-flex;
    background-color: aliceblue;
    margin: 10px;
    padding: 10px;
}

.bk {
    background-color: #4285F4;
}

.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #6a9dfc;
    background: -webkit-linear-gradient(45deg, #00dbde, #6d95e0);
    background: -o-linear-gradient(45deg, #00dbde, #00a2ff);
    background: -moz-linear-gradient(45deg, #00dbde, #0099ff);
    background: linear-gradient(45deg, #00dbde, #0077ff);
}

.wrap-contact100 {
    width: 500px;
    border-radius: 10px;
    overflow: hidden;
}


/*------------------------------------------------------------------
  [ Form ]*/

.contact100-form {
    width: 100%;
}

@media screen and (max-width: 780px) {
.stepper{
    display: none;
}
.contributors{
    margin-top: 71px !important;
}
.mar-cat{
    margin-top: 13px !important;
}

}
@media screen and (max-width: 576px) {
#keyword2{
    margin-top: 23px;
}

}

/* Title and subtitle validation styles */
.error-message {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    padding: 8px 12px;
    margin-top: 5px;
}

.error-message small {
    color: #721c24;
    font-weight: 500;
}

#title-subtitle-counter {
    text-align: right;
    font-size: 12px;
    margin-top: 5px;
    transition: color 0.3s ease;
}

#title-subtitle-counter small {
    font-weight: 500;
}

/* Character counter colors */
.char-warning {
    color: #ff9800 !important;
}

.char-error {
    color: #f44336 !important;
}

.char-normal {
    color: #666 !important;
}

/* Input field border colors for validation */
.form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control.is-warning {
    border-color: #ffc107;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}