/*
Theme Name: Babun
Theme URI: https://html.creativegigstf.com/babun/
Author: the babun team
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: babun-theme
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.block-feature-fifteen .card-style-twentyOne p:last-child {
    font-size: 15px;
    line-height: normal;
}

div.wpforms-container-full input[type="text"], 
div.wpforms-container-full input[type="number"], 
div.wpforms-container-full input[type="email"], 
div.wpforms-container-full select, 
div.wpforms-container-full textarea, 
.wp-core-ui div.wpforms-container-full input[type="text"], 
.wp-core-ui div.wpforms-container-full input[type="number"], 
.wp-core-ui div.wpforms-container-full input[type="email"], 
.wp-core-ui div.wpforms-container-full select {
    border: none !important;
    border-radius: 8px !important;
    background: #fff;
    font-size: 18px !important;
    height: 60px!important;
    padding: 0 20px !important;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label {
    font-size: 15px;
}

.wpforms-container .wpforms-field-checkbox ul {
    margin-bottom: 20px !important;
}

div.wpforms-container-full textarea {
    padding: 20px !important;
    height: auto !important;
}

div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
    font-size: 15px !important;
    color: rgba(0, 0, 0, .5);
    font-weight: 400;
}

div.wpforms-container-full button[type=submit] {
    width: 100%;
    height: 60px !important;
    border-radius: 8px !important;
    background: #ff6b00 !important;
}

div.wpforms-container-full button[type=submit]:hover {
    background: #000 !important;
}

.text-feature-three .reserve {
    flex-direction: row-reverse;
}

.card-style-two p {
    line-height: 21px;
    text-align: center;
}

.card-style-twentyOne .icon img {
    height: 92px;
}

.registration-form.wpforms-container-full .wpforms-form .wpforms-page-indicator {
    max-width: 690px;
    margin: 0 auto;
    display: none;
}

.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page {
    position: relative;
    padding: 48px;
    box-shadow: -1px 0 20px rgba(37, 38, 37, .05), 0 1px 5px rgba(37, 38, 37, .1);
    background-color: #fff;
    border-radius: 16px;
    width: 100%;
    border-top: 4px solid #ff6b00;
    max-width: 690px;
    margin: 0 auto;
}

.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page .wpforms-field-label {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page input[type="text"],
.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page input[type="email"],
.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page input[type="password"],
.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page input[type="number"] {
    height: 60px !important;
    width: 100%;
    border-radius: 8px !important;
    background: #fff;
    font-size: 18px !important;
    height: 60px !important;
    padding: 0 20px !important;
    border: 1px solid #c7c7c7 !important;
}

.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page .wpforms-page-button {
    max-width: 170px;
    width: 100%;
    color: #fff;
    padding: 8px;
    border-radius: 0;
    margin: 30px auto 0;
    border-bottom: 1px solid #ff6b00;
    color: #ff6b00;
    transition: .3s;
    background: transparent;
}

.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page .wpforms-page-button:hover {
    color: #000;
    border-color: #000;
}

.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page input[type=checkbox]:checked:before, 
.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page input[type=radio]:checked:before {
    border-color: #ff6b00;
    box-shadow: none;
}

.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page input[type=radio]:checked:after {
    background-color: #ff6b00;
}

.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page .wpforms-field.wpforms-field-checkbox ul li,
.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page .wpforms-field.wpforms-field-radio ul li {
    border: 1px solid #d7d7d7;
    width: 100%;
    border-radius: 12px;
    padding: 12px;
    font-size: 16px;
    transition: .3s;
    cursor: pointer;
    position: relative;
}

.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page .wpforms-field.wpforms-field-checkbox ul li:hover,
.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page .wpforms-field.wpforms-field-radio ul li:hover {
    background: #ff6b00;
    border-color: #ff6b00;
}

.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page .wpforms-field.wpforms-field-checkbox ul li label,
.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page .wpforms-field.wpforms-field-radio ul li label {
    width: 100%;
}

.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page .wpforms-field.wpforms-field-checkbox ul li:hover label,
.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page .wpforms-field.wpforms-field-radio ul li:hover label {
    color: #fff;
}

.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page input[type=checkbox]:checked:after {
    border-color: #ff6b00;
}

.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page .wpforms-field {
    position: static;
}

.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page .wpforms-page-button.wpforms-page-prev {
    text-indent: -9999px;
    border: none;
    padding: 0;
    position: absolute;
    left: -16px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 1;
    background: #ff6b00;
    border-radius: 50%;
    background-image: url('images/icon/back-arrow-icon.svg');
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    min-width: auto;
}

.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page .wpforms-field-content>.wpforms-field-row h4 {
    text-align: center;
    margin-bottom: 0;
}

.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page .wpforms-field-content>.wpforms-field-row > div {
    text-align: center;
    font-size: 16px;
}

.registration-form.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page .wpforms-field-container .wpforms-field.wpforms-field-content {
    margin-bottom: 25px;
}

.registration-form.wpforms-container-full button[type=submit] {
    max-width: 300px;
    margin: 20px auto 0;
}

.registration-form.wpforms-container-full .wpforms-form .wpforms-error-container {
    padding: 20px;
    background: #ffe1e3;
    border-radius: 10px;
    margin-bottom: 15px;
}

.questions-form .step .title small {
    display: block;
    font-size: 13px;
    color: #8d8d8d;
    font-weight: 400;
}

.questions-form .step .fields-simple .terms {
    padding: 8px 50px 0;
    font-size: 14px;
    position: relative;
}

.questions-form .step .fields-simple .terms input[type="checkbox"] {
    left: 20px;
}

.error-message {
    margin: 20px 0;
    background: #ffdede;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border-top: 2px solid #ff0e0e;
}

.error-message:empty {
    display: none;
}

.sticky-menu .logo img {
    width: 200px;
}

.sticky-menu.fixed .logo img {
    width: 150px;
}

.product-details-one .product-review-tab .tab-content .product-feature li > span {
    color: #9f9f9f;
    display: block;
    font-size: 17px;
}

.bio {
    overflow: auto;
    max-height: 200px;
}

.elementor-widget-container ul li {
    font-size: 16px;
}

.elementor-widget-container p a {
    color: #ff0e0e;
}

.block-feature-eight .title-two h2 {
    font-size: 32px;
}

.title-one p {
    font-size: 21px;
}

table {
  border-collapse: collapse;
}
 th {
  background: #ccc;
}

th, td {
  border: 1px solid #ccc;
  padding: 8px;
  color: #000;
  font-size: 16px;
}

tr:nth-child(even) {
  background: #efefef;
}

tr:hover {
  background: #d1d1d1;
}

@media only screen and (max-width: 1560px) {
    .login-btn-two {
        font-size: 16px;
    }
    
    .theme-main-menu .signup-btn-two {
        font-size: 16px;
        padding: 10px 20px;
        line-height: normal;
    }

    .theme-main-menu .navbar {
        margin-left: 20px !important;
    }

    .theme-main-menu .nav-item .nav-link {
        font-size: 16px;
        margin: 0 10px;
    }

    .text-feature-seven {
        padding: 20px 0 0;
    }

    .text-feature-seven .order-lg-last {
        padding-bottom: 15px;
    }

    .text-feature-three.text-feature-seven {
        padding-bottom: 80px;
    }

    .title-one h2 {
        font-size: 32px;
    }
}