.dashboard-search .form-group {
    margin: 3px 8px;
}
.badge {
    font-weight: 400;
    padding-top: 3px;
    padding-bottom: 4px;
}

.dashboard-search label {
    margin-right: 8px;
    /*
    padding-right: */
}

.bg-gradient-primary {
    background-color: #41a247;
    background-image: linear-gradient(180deg,#41a247 10%,#05700c 100%);
    background-size: cover;
}

.bg-403-image {
    background: url(../img/403.png);
    background-position: center;
    background-size: cover;
}

.imgthumb {
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}

.ad-bg-gradient-primary {
    background-color: #2af8e5;
    background-image: linear-gradient(180deg, #4ea9df 10%, #9022be 100%);
    background-size: cover;
}

.vtb {
    text-align: center;
    text-transform: capitalize;
}

.vtb a {
    text-transform: lowercase;
}

.vtb-img {
    height: 100px;
    overflow: hidden;
    margin-bottom: 10px;
}

.vfooter {
    color: rgb(255, 255, 255);
    background: center center / cover rgb(32, 32, 32);
    background-position: center center;
    padding: 50px 0px;
}

.vfooter ul li {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.footer-bottom {
    background: #3396D1;
    padding: 10px 0;
    color: var(--white);
}
.ft-logo{
    text-align: right;
}
.ft-logo .fab, .far {
    font-weight: 400;
    font-size: 30px;
    color: var(--theme-color);
    padding: 5px 0px;
}

.even-odd tr:nth-child(even) {
    background: #f8f9fc
}

.even-odd tr:nth-child(odd) {
    background: var(--white)
}

.even-odd thead tr {
    background: var(--purple) !important;
    color: var(--white);
}

.offer-price {
    color: var(--purple);
}

.btn-cus {
    background: #182841 !important;
    border-color: #182841 !important;
}

.vtb-img {
    width: 140px;
    overflow: hidden;
    margin-bottom: 10px;
    margin: 0px;
    padding: 0px !important;
}

.bg-light {
    background: #182841 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #e7e7e7;
    padding: 0px 20px;
    transition: all 0.2s;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--purple);
    padding: 0px 20px;
}

.navbar-light .navbar-nav .nav-link strong {
    display: inline-block;
    border-bottom: 3px solid var(--purple);
    padding-bottom: 2px;
    transition: all 0.2s;
}

.navbar-light .navbar-nav .nav-link:hover strong {
    display: inline-block;
    border-bottom: 3px solid var(--white);
    padding-bottom: 2px;
}

/*.navbar-light .navbar-nav .nav-link:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -4px; 
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 50%;
    background: var(--purple);

     optional animation 
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.navbar-light .navbar-nav .nav-link:hover:after {
    width: 80%;
    background: orange;
}*/


/*product page*/
.product-page {
    padding-top: 50px;
}

.product-page .pro-title {
    color: var(--blue);
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.product-page .pro-title:after {
    /*display: block;*/
    height: 5px;
    content: '';
    background: var(--purple);
    left: 0;
    right: 0;
    width: 40%;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.pro-img {
    background: #fcfcfc;
}

.pro-img .carousel-inner {
    height: 400px;
    overflow: hidden;
}

.pro-divider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ebebeb;
}

.pro-details h3:first-Child {
    font-size: 20px;
    margin-bottom: -12px;
}

.pro-details .card-header {
    padding: .75rem 0rem;
}

.pro-details input,
textarea {
    border-radius: 1px !important;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.dark-bg {
    background: var(--blue);
}

.pro-desc {
    text-align: center;
    color: var(--white);
}

.chkClearances{
    background: #e2e2e2;
}
.chkClearances input[type=checkbox]{
    color:var(--white);
}

.pro-details input[type=submit] {
    background: var(--purple);
    border-color: var(--purple);
    margin-top: 5px;
    color: var(--white);
}

.input-icons i {
    position: absolute;
    left: 40px;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.icon {
    padding: 10px;
    min-width: 40px;
}

.input-field {
    width: 100%;
    text-align: center;
}

/* .text-purple {
    color: var(--purple);
} */

.go {
    width: 90%;
    margin: 0px auto;
}

.go input {
    display: inline-block;
    float: left;
}

.go input[type=text] {
    width: 80%;
}

.go input[type=submit] {
    width: 20%;
    margin-top: 0px;
}

/*product page ends*/

.error {
    color: #ff0023!important;
    font-size: 1rem;
    position: relative;
    line-height: 1;
}

/*singup sup*/
.signup-sup,
.edit label {
    text-align: left !important;
    float: left;
    text-transform: capitalize;
}

.hide {
    display: none;
}

.signup-sup section.pricing {
    background: #007bff;
    background: linear-gradient(to right, #0062E6, #33AEFF);
}

.signup-sup .pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.signup-sup .pricing hr {
    margin: 1.5rem 0;
}

.signup-sup .pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.signup-sup .pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.signup-sup .pricing .card-price .period {
    font-size: 0.8rem;
}

.signup-sup .pricing ul li {
    margin-bottom: 1rem;
}

.signup-sup .pricing .text-muted {
    opacity: 0.7;
}

.signup-sup .pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
    .signup-sup .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

    .signup-sup .pricing .card:hover .btn {
        opacity: 1;
    }
}

/*switches css*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/*.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}*/

.switch input:checked+.slider {
    background-color: #2196F3;
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.holder {
    width: 20%;
}
#accordion .holder{
    width: 100%;
}

.builderhome .holder {
    width: 100%;
}

/*----------------------------multi-step form------------------------------------------*/
.form-wizard {
    color: var(--liteblack);
    padding: 30px;
}

.form-wizard .wizard-form-radio {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}

.form-wizard .wizard-form-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #dddddd;
    height: 30px!important;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.form-wizard .wizard-form-radio input[type="radio"]:focus {
    outline: 0;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked {
    background-color: var(--black);
}

.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: var(--white);
    border-radius: 50%;
    left: 1px;
    right: 0;
    margin: 0 auto;
    top: 8px;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
    content: "";
    display: inline-block;
    webkit-animation: click-radio-wave 0.65s;
    -moz-animation: click-radio-wave 0.65s;
    animation: click-radio-wave 0.65s;
    background: #000000;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
    border-radius: 50%;
}

.form-wizard .wizard-form-radio input[type="radio"]~label {
    padding-left: 10px;
    cursor: pointer;
}

.form-wizard .form-wizard-header {
    text-align: center;
}

.form-wizard .form-wizard-next-btn,
.form-wizard .form-wizard-previous-btn,
.form-wizard .form-wizard-submit {
    background-color: var(--theme-color);
    color: var(--white);
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
}

.form-wizard .form-wizard-next-btn:hover,
.form-wizard .form-wizard-next-btn:focus,
.form-wizard .form-wizard-previous-btn:hover,
.form-wizard .form-wizard-previous-btn:focus,
.form-wizard .form-wizard-submit:hover,
.form-wizard .form-wizard-submit:focus {
    color: var(--white);
    opacity: 0.6;
    text-decoration: none;
}

.form-wizard .wizard-fieldset {
    display: none;
}

.form-wizard .show {
    display: block !important;
}

.form-wizard .wizard-form-error {
    display: none;
    background-color: var(--purple);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
}

.form-wizard .form-wizard-previous-btn {
    background-color: var(--theme-color);
}

input {
    font-weight: 400;
    padding: 5px 15px;
    color: var(--liteblack);
    background-color: #f1f1f1;
    font-family: roboto;
    font-size: 16px!important;
    border: none;
    /* height: 45px!important; */
}


.form-wizard .form-control:focus {
    box-shadow: none;
}

.form-wizard .form-group {
    position: relative;
    margin: 10px 0;
}

.form-wizard .wizard-form-text-label {
    /*position: absolute;*/
    left: 10px;
    top: 16px;
    transition: 0.2s linear all;
}

.form-wizard .focus-input .wizard-form-text-label {
    color: var(--purple);
    top: -18px;
    transition: 0.2s linear all;
    font-size: 12px;
}

.form-wizard .form-wizard-steps {
    margin: 30px 0;
}

.form-wizard .form-wizard-steps li {
    width: 25%;
    float: left;
    position: relative;
}

.form-wizard .form-wizard-header_style_2 .form-wizard-steps > li {
    width: 50%!important;
    float: left;
    position: relative;
}

.form-wizard .form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

.form-wizard .form-wizard-steps li span {
    background-color: #dddddd;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1;
}

.form-wizard .form-wizard-steps li:last-child::after {
    width: 50%;
}

.form-wizard .form-wizard-steps li.active span,
.form-wizard .form-wizard-steps li.activated span {
    background-color: var(--black);
    color: var(--white);
}

.form-wizard .form-wizard-steps li.active::after,
.form-wizard .form-wizard-steps li.activated::after {
    background-color: var(--black);
    left: 50%;
    width: 50%;
    border-color: var(--black);
}

.form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: var(--black);
}

.form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
}

.form-wizard .wizard-password-eye {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

@keyframes click-radio-wave {
    0% {
        width: 25px;
        height: 25px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0.0;
    }
}

@media screen and (max-width: 767px) {
    .wizard-content-left {
        height: auto;
    }
}

.edit-prbuld .wizard-form-text-label {
    position: unset;
    left: 10px;
    top: 16px;
    transition: 0.2s linear all;
}

/*image gallery profile builder*/
#other-pages:focus {
    outline: none;
}

.thumb img {
    width: 100%;
    height: 100%;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.demo-banner-bg {
    background: url(images/banner.jpg) no-repeat center center;
    background-size: cover;
}

.banner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 540px;
}

.banner-wrap .banner-content h1 {
    font-size: 3rem;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}

.banner-wrap .banner-content h1 span {
    display: block;
}

.demo-infos-wrap {
    background: #f4f7fa;
}

.demo-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
}

.demo-infos .demo-info {
    padding: 30px 0;
}

.demo-infos .demo-info h4 {
    font-size: 3rem;
    font-size: 500;
    color: #246df8;
}

.demo-infos .demo-info p {
    font-size: 1.4rem;
    font-family: "Poppins", sans-serif;
    color: #101725;
}

.section-header h2 {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 50px;
}

.page-preview {
    margin-bottom: 50px;
}

.page-preview .thumb {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.page-preview .thumb .overlay {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-preview .thumb .overlay a {
    background: #246df8;
    color: var(--white);
    border-radius: 3px;
    padding: 5px 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-preview .thumb:hover .overlay {
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-preview .thumb:hover .overlay a {
    top: 50%;
}

.page-preview h3 {
    font-size: 1.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
}

.page-preview h3:hover a {
    text-decoration: underline;
}

.isotope-nav ul {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    list-style: none;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.isotope-nav ul li {
    font-size: 16px;
    padding: 13px 40px;
    border-radius: 10px;
    cursor: pointer;
    margin: 10px 4px;
    border: 1px solid var(--blue);
    background: var(--white);
    transition: all ease-in-out 0.2s;
}

.isotope-nav ul .active, .isotope-nav ul li:hover{
    background: var(--blue)!important;
    color: var(--white)!important;
}

@media all and (max-width: 767px) {
    .pages .col-xs-12 {
        width: 50%;
    }

    .cp-nav-demo .navbar-header .navbar-toggle {
        border: 1px solid #246df8;
        border-radius: 0;
    }

    .cp-nav-demo .navbar-header .navbar-toggle .icon-bar {
        background: #246df8;
    }

    .cp-nav-demo .navbar-collapse {
        background: var(--white);
    }

    .cp-nav-demo .navbar-nav .nav-button {
        padding-bottom: 20px;
    }

    .cp-nav-demo .navbar-nav .nav-button a {
        display: inline-block;
    }

    footer {
        text-align: center;
    }

    footer .credit {
        text-align: center;
    }
}

@media all and (max-width: 539px) {
    .pages .col-xs-12 {
        width: 100%;
    }
}

@media all and (max-width: 439px) {
    .demo-infos {
        display: block;
        padding-bottom: 30px;
    }

    .demo-infos .demo-info {
        padding: 30px 0 0;
    }
}

.BHPRO-sec .form-wizard .form-wizard-steps li{
    width:25%;
}

.md-form{
    margin:10px auto;
}

.SUPPRO-DIV {
    padding: 10px;
    background: #f8f8f8;
    margin-bottom: 20px;
}
.SUPPRO-DIV h6{
    color:var(--purple);
}
.SUPPRO-DIV p{
    color: #747474;
    padding: 5px 10px;
}

.profile-checkbox .form-check-label{
    display: block!important;
}

.additems label{
    color: #000000;
}

.count-badge{
    position: fixed;
    right: 0;
    top: 10%;
}

.sticky-sidebar {
    height: 150vh; 
    /* // experiment with this value, try changing to 110vh */
    min-height: 200px;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 5%;
}
.footer-Disclaimer{
    
}
.looking-cusi{
    font-size: 14px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.looking-address{
    margin-bottom: 10px;
    margin-top: 5px;
}
.pop-tit{
    margin-bottom: -18px!important;
    margin-top: 5px;
}

.parallax-section {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 60vh;
  overflow: hidden;
  /* margin: 20px 0px; */
}

.parallax-section .overlay {
  background-color: rgba(0, 0, 0, 0.7); /* black with 70% opacity */
  top: 0;
  left: 0;
}

.testimonials-section {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 60vh;
  padding: 3rem 1rem;
}

.testimonials-section .overlay {
  background-color: rgba(0, 0, 0, 0.7); /* black overlay */
  top: 0;
  left: 0;
}

.z-index-1 {
  z-index: 1;
}

#faqAccordion .btn:focus,
#faqAccordion .btn-link:focus {
    outline: none;
    box-shadow: none;
}

.pages section{
    margin-bottom: 50px;
    padding: 0px;
}
/* .pages h1{
    margin-top: 30px;
} */
.pages h2{
    font-size: 30px;
}
.pages .card {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid var(--litegrey) !important;
}
.pages .card:hover{
    box-shadow: none;
}