/*!
Theme Name: Wizo
Theme URI: https://cpart.co.il/
Author: Cpart
Author URI: https://cpart.co.il/
Description: Wizo Project Theme
Version: 1.0.0
Text Domain: wizo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
body{
    font-family: Open Sans, sans-serif!important;
}
#primary{
    padding: 70px 0;
}
.page .header-button, .page .header-link{
    display:none;
}
.home.page .header-button, .home .header-link{
    display:block;
}
.site-main{
	max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
}
.service-providers-table th{
	font-size: 12px;
	color:#9C9FB9;
}
.service-providers-table td{
	font-size: 14px;
	padding: 10px;
}
.service-providers-table tr::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px 1px 4px #C2C8F180;
    z-index: -1;
}
.service-providers-table tbody tr:nth-child(even){
	background-color: #ECEFF1;
}
.info-icon img{
    margin-right: 15px;
    cursor: pointer;
}
.tooltip .tooltip-inner {
    background: #002165!important;
    color:#fff!important;
	border-radius: 4px!important;
    font-family: Open Sans, sans-serif;
}
.tooltip{
    box-shadow:0px 8px 8px rgba(0, 0, 0, 0.25)!important;
    border-radius: 0!important;
    opacity: 1!important;
}
.tooltip .tooltip-arrow:before{
	border-top-color: #002165!important;
	border-bottom-color: #002165!important;
}
.step-heading h2{
color: #666;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 60px;
}
.provider-info p{
color: #7D7F9A;
text-align: right;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 24px; 
}
.provider-info p span{
    color:#1E3160;
 font-weight: 600;
 font-size: 16px;
}
#step4 .provider-area, #step4 .provider-adds, #step4 .provider-lang {
    display: flex;
    flex-direction: column;
}
#step4 .step-heading{
    font-size: 30px;
    color:#1E3160;
    font-weight: 800!important;
}
#step4 .provider-name, #step4 .provider-name span{
    font-size: 19px;
    color:#1E3160;
    font-weight: 600;
    margin-top: 20px;
}
#step4 .modal-body{
    padding: 40px 60px!important;
    background-color: #f5f5f5;
    border-radius: 10px;
    background-image: url(/wp-content/uploads/2023/09/ste4-bkg.png);
    background-size: 65%;
    background-position-y: bottom;
    background-repeat: no-repeat;
}
#step4 .buttons{
    padding-top:20px;
    display: flex;
}
.summary p{
color: #1E3160;
text-align: right;
font-size: 19px;
font-style: normal;
font-weight: 600;
line-height: normal;
width: 70%;
}
.finish-fourth-step{
    width: 120px;
    border: 1px solid #AA975D!important;
    background-color: #AA975D!important;
    color: #fff!important;
    border-radius: 19px!important;
    margin-left: 20px;
    font-weight: 500!important;
}
.cancel-fourth-step{
    width: 120px;
    border: 1px solid #AA975D!important;
    background-color: transparent!important;
    color: #1E3160!important;
    border-radius: 19px!important;
    margin-left: 20px;
    font-weight: 500!important;
}
.finish-fourth-step:hover, .cancel-fourth-step:hover{
    width: 120px;
    border: 1px solid #AA975D;
    background-color: #AA975D!important;
    color: #fff!important;
    border-radius: 19px;
    margin-left: 20px;
    font-weight: 600;
}
.summary p span{
    color:#AA975D;
}
.summary .notice{
    width: 60%;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}
.consent .form-check{
    display: inline-flex;
}
.consent .form-check .form-check-label{
    margin-right: 30px;
}  
.container-fluid.homescreen .row, .container.consent .row, .container.summary .row, .container-fluid.thankyou .row{
    min-height: calc(100vh - 133px);
    align-items: center;
}
.container-fluid.thankyou .row{
    max-width: 1320px;
    margin-left: auto!important;
    margin-right: auto!important;
}
.container-fluid.booking .row{
    align-items: flex-start; 
} 
.page .site-header{
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.home.page .site-header{
    color:#fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    position: fixed;
    height: 105px;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.site-branding{
    display: flex;
    justify-content: center;
}

.site-info{
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: center;
    color:#fff;
}
.site-footer{
    background: #AA975D;  
}
.site-footer img{
    width: 100%;
    padding: 0 5%;
}
.footer-img{
    padding-top: 10px;
}
.step {
    opacity: 0;
    display: none;
    transition: opacity 0.5s;
}
.step.homescreen {
    opacity: 1;
}

.step.show {
    display: block;
    opacity: 1;
}

.header-link svg{
color:#002165;
width: 6px;
margin-left:5px;
}
.header-link a{
    color:#002165;  
    text-decoration: none;
    font-size: 18px;
}
.header-button a{
    border: 1px solid #AA975D;
    border-radius: 25px;
    font-size: 18px;
    color: #002165;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 8px 15px;
    text-align: center;
}

.hero-overlay .hero-block{
    background-color: rgb(255 255 255 / 85%);
    padding: 60px;
    width: 73%;
    position: relative;
    top: 8vw;
    right: 15%;
    border-radius: 40px;
}
h2{
    font-weight: 700!important;
    color:#002165!important;
}
.hero-block .description{
    color:#686768;
}
h3{
    color:#002165!important; 
}
.golden-button{
    background-color: #AA975D;
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 25px;
    transition: all 0.5s;
}
.golden-button:hover{
    background-color: #002165;
    color: #AA975D;
    transition: all 0.5s;
}
.block-btn{
    margin-top: 25px !important;
}
.how-it-works p, .services p{
    color:#002165!important; 
}
.how-it-works p{
    text-align:center;
}
p.bolder{
    font-weight:500;
}
.how-it-works{
    padding: 70px 0;
    background-color: #F1F1F1;
}
.divider{
    border-bottom: 2px solid #AA975D;
    width: 10%;
    margin-top: 12px;
    margin-bottom: 25px;
}
.how-it-works .steps img{
    width: 100%;
}
.steps, .services .row{
    max-width: 1320px;
    margin-left: auto!important;
    margin-right: auto!important;
}
.steps .step-card{
    box-shadow: 10px 10px 30px 10px rgba(30, 49, 96, 0.1);
    padding: 0;
    border-radius: 30px;
    position: relative;
}
.steps .step-title{
    color: #AA975D;
    font-weight: bold;
}
.benefits{
    padding:70px 0; 
}
.benefits-list li{
    color:#686768;
    font-size: 20px;
    padding: 5px 0;
}
.benefits-list li::marker{
    color:#AA975D;
    font-size:24px;
} 
.outline-button{
    text-decoration: none;
    color: #AA975D;
    border: 1px solid #002165;
    padding: 7px 15px;
    border-radius: 25px;
    margin-left: 50px;
    font-weight: 600;
    transition: all 0.5s;
}
.outline-button:hover{
    background:#002165;
    transition: all 0.5s;
}
.blue-button{
    text-decoration: none;
    color: #AA975D;
    border: 1px solid #002165;
    background:#002165;
    padding: 7px 15px;
    border-radius: 25px;
    margin-left: 50px;
    font-weight: 600;
}
.benefit-buttons{
    margin-top: 50px;
}
.services{
    background-color:#EFF0EA;
}
.icon-card{
    background: rgb(255 255 255 / 65%);
    padding: 20px 18px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    box-shadow: 10px 10px 30px 0px rgba(30, 49, 96, 0.1);
}
.icon svg{
    width: 50px;
    height: 50px;
    color: #002165;
    stroke: #002165;
}
.icon-card:hover{
    background:#fff;
}
.icon-card:hover .icon svg{
    stroke: #AA975D;
    color:#AA975D; 
}
.icon-card:hover .icon-title{
    color:#AA975D;
} 
.services-blocks{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.icon-title{
    margin-top: 5px; 
    color:#002165;
    font-weight:700;
    text-align: center;
    padding: 0 15px;
}
.services-blocks .icon{
    display:flex;
    justify-content: center;
}
.services-blocks .icon img{
    width:80%;
}
.banner h2, .banner p{
    color: #fff !important;
}
.faq{
    background-color: #D4D6E0;
}
.banner .row, .faq .row, .last .row{
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
}
.faq .accordion-item{
    border: none;
    background: #D4D6E0;
    padding-bottom: 20px;
}
.faq .accordion-button{
    border: 1px solid #002165;
    border-radius: 25px;
    background: #D4D6E0;
    padding: 14px 20px;
    font-weight: 700;
    color: #002165;
    text-align: right;
}
.faq .accordion-header{
    background: #D4D6E0;
}
.faq .accordion-button::after {
 margin-right: auto;
 margin-left:unset!important;
}
.faq .accordion-body{
    background: #D4D6E0;
    border-bottom: 1px solid #AA975D;
    border-left: 1px solid #AA975D;
    border-right: 1px solid #AA975D;
    border-top: none;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    color:#686768;
}
.faq .accordion-button:not(.collapsed){
    background: #D4D6E0;
    border-bottom: 1px solid #D4D6E0;
    border-top: 1px solid #AA975D;
    border-left: 1px solid #AA975D;
    border-right: 1px solid #AA975D;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    color:#AA975D;
}
.faq .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 25px!important;
    border-top-right-radius: 25px!important;
}
.faq .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 25px!important;
    border-bottom-left-radius: 25px!important;
}
.last{
    background-color: #1B2736;
}
.last h2, .last h3, .last p{
    color: #fff !important;
}
.last p strong{
    color:#AA975D;
}
.last .divider{
    border-bottom: 2px solid #fff; 
    width: 30%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.loader-container {
    display: none;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.table-fading {
    opacity: 0.5;
}
.portal-top-bar{
    display: flex;
    justify-content: flex-start;
    padding: 20px 0;  
    border-bottom: 1px solid #AFB1C7;
    margin-bottom: 20px!important; 
}
.portal-top-bar.hide{
display: none;
}
.portal-search{
    display: flex;
}
.search-by-name{
    padding-left: 20px;
}
.service-providers-table{
    width: 100%;
}
.search .input-group input, .search .input-group button{
    border-radius: 0;
}
.portal-filters .dropdown .dropdown-item{
    display: inline-flex;
}
.portal-filters .dropdown .dropdown-item label{
    margin-right: 30px;
}
.dropdown-menu.show{
    max-width: 225px; 
    border: none;
    box-shadow: #00216517 0px 3px 6px, #00216517 0px 3px 6px;
}
.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea{
    border: solid 1px #9d9d9d;
    border-radius: 3px;
}
.gform_wrapper .gform_footer {
    justify-content: center;
}
.gform_wrapper input[type="submit"]{
    background: #222;
    color: #fff;
    font-size: 16px;
    padding: 15px 40px;
    font-weight: 700;
    border: none;
}
.gform_wrapper .gform-padding-correction{
    padding-top: 24px;
}
.banner{
    background-size: cover;
}
.woocommerce table.shop_table .cart-subtotal{
    display: none;
}
.booking-form{
    background: #f5f5f5;
    box-shadow: #00216517 0px 3px 6px, #00216517 0px 3px 6px;
}
.bookly-progress-tracker {
    margin: 0 0 35px !important;
}
.bookly-form .bookly-btn{
    background-color: #AA975D!important;
    border-radius: 25px!important;
}
.bookly-form-group > div {
    margin: 5px 4px 8px 14px !important;
}
.bookly-form select, .bookly-form input[type="text"], .bookly-form textarea {
    border: none!important;
    box-shadow: #00216517 0px 3px 6px, #00216517 0px 3px 6px; 
}
.bookly-form select, .bookly-form input[type="text"]{
    height:40px!important;
}
.bookly-form-group[data-type="service"] label{
    margin-bottom: 20px!important;
    font-size: 16px;
}
.bookly-form * {
    font-size: 16px;
}
.bookly-time-step {
    width: auto!important;
}
.bookly-form .picker--focused .picker__day--selected{
   color: #AA975D!important; 
}
.bookly-form .bookly-progress-tracker > .active{
    color: #AA975D!important;
}
form.woocommerce-checkout{
    padding: 40px;
    background-color: #f5f5f5;
    border-radius: 25px;
    box-shadow: #00216517 0px 3px 6px, #00216517 0px 3px 6px;
}
.woocommerce-billing-fields input{
    border: none!important;
    box-shadow: #00216517 0px 3px 6px, #00216517 0px 3px 6px;
    border-radius: 3px;
    height: 40px;
    padding: 7px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    background-color: #AA975D;
    border-radius: 25px;  
}
.woocommerce-checkout #payment{
    background: none;
}
.woocommerce-order-received .woocommerce-order{
    background-color: #f5f5f5;
    border-radius: 25px;
    box-shadow: #00216517 0px 3px 6px, #00216517 0px 3px 6px; 
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.woocommerce-order-received h2{
    text-align: center;
    padding-bottom: 40px;
}
.woocommerce-order-received h3{
    text-align: center;
    font-weight: 700;
}
.woocommerce-order-received .woocommerce-thankyou-order-received{
    text-align: center;
    font-weight: 500;
    color: #002165;
}
.woocommerce ul.order_details{
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}
.woocommerce ul.order_details li{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    justify-content: flex-start;
    line-height: 2;
    border-left: none;
}
.woocommerce ul.order_details li strong{
    font-size: 1em;
    padding-right: 8px;
    line-height: 2;
}
.woocommerce-order-received .appt-summary{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;
    background: #002165;
    border-radius: 15px;
    color: #fff;
}
.woocommerce-order-received .summary-info{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}
.woocommerce-order-received .summary-info .info{
    font-weight: 700;
}
.woocommerce-order-received .finish-button{
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.woocommerce-order-received .finish-button a{
    background-color: #AA975D;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding: 7px 60px;
    border-radius: 25px;
}
.homescreen h1{
    font-weight: 900;
    color: #002165;  
}
.homescreen h2{
    padding-bottom:35px;
}
.homescreen .consent{
    padding-top: 25px;
    padding-bottom: 35px;
}
.homescreen .consent label a{
    color:#AA975D;
}
.homescreen .consent label{
    color:#7D7F9A;
}
.first-step-info button{
    border-radius: 19px;
    background-color: #AA975D;
    border: none;
}
.page-id-36 .site-header{
    background-color: #f5f5f5;
}
.portal-controls button.filter-toggle{
    border: 1px solid #AA975D;
    border-radius: 19px;
    color: #1e3160;
    font-weight: 500;
}
.portal-controls button.filter-toggle:hover{
    background-color: #AA975D;
    color: #fff;
}
.portal-controls button.more-info{
    color: #1e3160;
    font-weight: 500;
    border:none; 
}
.portal-controls button.more-info:hover{
    color: #AA975D;
    background-color: transparent;
    border:none; 
}
.portal-controls button.more-info:hover svg{
    color: #AA975D;
}
.portal-controls button.filter-toggle, .portal-controls button.more-info{
    display: inline-flex;
    width: auto;
    flex-direction: row-reverse;
    align-items: center;
}
.portal-controls button.filter-toggle svg, .portal-controls button.more-info svg{
    width: 18px;
    margin-left: 10px;
    color:#1e3160;
}
.portal-controls button.filter-toggle:hover svg{
    color:#fff;
}
.portal-controls{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #AFB1C7;
    margin-bottom: 20px!important;
}
.portal-heading{
    padding: 50px 0 25px 0;
}
.step.booking{
    background-color: #f5f5f5;
    padding: 0;  
}
.portal-heading, .portal-controls, .portal-top-bar{
    margin: 0 20px;
}
.modal.fade.show {
  background-color: rgba(30, 49, 96, 0.8);
}
.modal-body{
    color:#1E3160;
    padding:40px!important;
}
.modal-body .notice{
    background: #E7E9F0;
    border: 1px solid #394F86;
    border-radius: 10px;
    padding: 10px 15px;
}
.modal-content .btn-close{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
}
.portal-top-bar .search .input-group {
    box-shadow: 0px 1px 4px #4D74A922;
}
.portal-top-bar .search input{
    border-top-right-radius: 4px!important;
border-bottom-right-radius: 4px!important;
}
.portal-top-bar .search input::placeholder{
    opacity:.5;
}
.portal-top-bar .search button{
border-top-left-radius: 4px!important;
border-bottom-left-radius: 4px!important;
background-color: #394F86;
border: none;
}
.portal-top-bar .search button:hover{
    background-color: #AA975D;
    }
.portal-search{
    padding-left: 40px;
    border-left: 1px solid #AFB1C7;
    margin-left: 40px;
}
.portal-filters button{
    box-shadow: 0px 1px 4px #4D74A922;
    background: #fff;
    color:#394F86;
    margin-left: 20px;
    border: none;
    font-weight: 600;
}
.portal-filters button:hover, .portal-filters button:active, .portal-filters .btn.show{
    background-color:#394F86;
    color:#fff;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #394F86!important;
}
.clear-filters button{
    background-color: transparent;
    border: none;
    color: #394F86;
    font-size: 13px;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
}
.clear-filters button:hover, .clear-filters button:active{
    background-color: transparent;
    border: none;
    color: #394F86;
    font-size: 13px;
    text-decoration: underline;
}
.clear-filters button svg{
    margin-left: 5px;
}
.table-headings{
        font-size: 12px;
        color:#9C9FB9;
        display: flex;
        padding: 10px;
}
.providers-info{
    width: 100%;
    display: flex;
    box-shadow: 0px 1px 4px #C2C8F180;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 15px;
    color: #1E3160;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #fff;
}
.providers-info:hover{
    border: 1px solid #7D7F9A;
}
.providers-info #first-name, .providers-info #last-name{
    font-weight: 700;
}
#first-name{
width: 5%;
}
#last-name{
    width: 7%;
}
#gender{
    width: 4%;
}
#address{
    width: 15%;
}
#work-phone{
    width: 7%;
}
#mobile{
    width: 7%;
}
#email{
    width: 15%;
} 
#p-spec{
    width: 7%;
}
#p-adds{
    width: 13%;
}
#p-lang{
    width: 8%;
}
.info-icon{
    width: 5%;
}
.providers-table{
    padding: 0 20px;  
}
.page-id-341 #p-adds, .page-id-212 #p-adds, .page-id-214 #p-adds, .page-id-217 #p-adds {
    width: 21%;
}
.choose-button button{
    background-color: #DBCFAB73;
    border: none;
    border-radius: 19px;
    color: #002165;
    font-weight: 800;
}
.choose-button button:hover{
    background-color: #002165;
    color: #fff;
}
.posts-info{
    padding: 0 20px;
    color: #AA975D;
    font-size: 14px;
    font-weight: 500;
}
.pagination-buttons{
    padding: 20px;
}
.pagination-buttons button{
    border: 1px solid #AA975D;
    border-radius: 19px;
    color: #1e3160;
    font-weight: 500;
    padding: 5px 35px;
}
.pagination-buttons button:hover{
    background-color: #AA975D;
    color:#fff;
    font-weight: 600;
}
.pagination-buttons .prev-page{
    margin-left:20px;
}
.thankyou .step-heading h2{
    text-align: right;
    font-size: 41px;
    font-weight: 800!important;
    margin-bottom: 20px;
}
.thankyou .step-heading{
    width: 45%;
    padding-bottom: 20px;
}
.step.thankyou{
    background-color:#f5f5f5;
    background-color: #f5f5f5;
    background-image: url(/wp-content/uploads/2023/09/step5-bkg.png);
    background-size: 45%;
    background-repeat: no-repeat;
    background-position-y: bottom;
}
#step-5 .provider-area, #step-5 .provider-adds, #step-5 .provider-lang {
    display: flex;
    flex-direction: column;
}
#step-5 .provider-name span, #step-5 .provider-name span, #step-5 .provider-lang span{
    font-size: 16px;
    color:#1E3160;
    font-weight: 600;
}
.thankyou .summary .notice{
    background: #E7E9F0;
    border: 1px solid #394F86;
    border-radius: 10px;
    padding: 10px 15px;
    max-width: 33%;
    color: #1E3160;
}
.thankyou .summary p{
    width:35%;
}
.finish-porcess{
    width: 120px;
    border: 1px solid #AA975D!important;
    background-color: #AA975D!important;
    color: #fff!important;
    border-radius: 19px!important;
    margin-left: 20px;
    font-weight: 500!important;
}
.finish-porcess:hover{
    width: 120px;
    border: 1px solid #1E3160!important;
    background-color: #1E3160!important;
    color: #fff!important;
    border-radius: 19px!important;
    margin-left: 20px;
    font-weight: 500!important;
}
.thankyou .buttons{
    padding-top: 20px; 
    padding-bottom: 40px;
}
.site{
    overflow-x: hidden;
}
.woocommerce td.product-name dl.variation dt{
    display: none;
}
.woocommerce table.shop_table{
    position: relative;
}
@media screen and (min-width: 1600px){
    .homescreen .consent label{
        width: 65%;
    }
    .homescreen p{
        width: 75%;
    }
    .first-step-info{
        padding-right: 30%!important;
    }
}
@media screen and (min-width: 992px){
    .gform_confirmation_wrapper{
    border: 2px solid #002165;
    margin: 0 20%;
    padding: 20px 0;
    border-radius: 4px;
    } 
    .gform_wrapper{
        padding: 0 20%;
        }
    .thankyou .step-heading h3{
        font-size: 24px;
        width: 80%;
    }
    .provider-info p span {
        width: 50%;
    }
    .providers-info{
        align-items: center;
        height: 70px;
    }
    .page-id-36 .site-header{
        justify-content: flex-start;
    }
    .page-id-36 .site-header .site-branding{
        padding-right: 40px; 
    }
    .homescreen .consent label{
        width: 70%;
    }
    .homescreen p{
        width: 86%;
    }
    .first-step-info{
        padding-right: 24%;
        padding-bottom: 70px;
    }
    .homescreen .row{
        background-image: url(/wp-content/uploads/2023/09/homescreen-bkg.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #f5f5f5;  
    }
    .woocommerce-order-received .woocommerce-order{
        padding: 40px;
    }
    .woocommerce ul.order_details{
        width: 440px;
    }
    .faq .faq-title h2{
        border-left: 3px solid #AA975D;
        margin-left: 35px;
        padding-left: 90px;
        padding-bottom: 100px;
    }
    .icon-card{
        width: 25%;
        margin: 18px;
    }
    .services p{
        width: 57%;
    }
    .services {
        padding: 120px 0;
    }
    .mobile-only{
        display: none !important;
    }
   .header-link, .header-button{
        padding: 20px 40px;
        width: 20%;
    }  
    .site-branding img{
        padding: 5px 0;
        width: 108px;
    } 
    .hero .row.hero-image{
        background-size: cover;
        height:calc(100vh - 100px);
        background-position: center;
    }
    .how-it-works p{
        width: 33%;
    }
    .steps .col-12:first-child .step-card::before, .steps .col-12:nth-child(2) .step-card::before {
        content: url(/wp-content/uploads/2023/08/arrow.png);
        position: absolute;
        top: 50%;
        left: -30px;
        }
    .steps .step-desc{
            padding: 0 40px 40px 80px;
            color: #686768;
    }
    .steps .step-title{
        padding: 20px 40px;
    }
    .benefits-list {
        padding-right: 1rem;
    }
    .banner h2{
        font-size: 3rem!important;
    }
    .banner p{
        font-size: 22px!important;
    }
    .banner{
        padding-top: 70px;
        padding-bottom: 200px;
    }
    .faq{
        padding:120px 0;
    }
    .last .text{
        padding-right: 15%;
    }
    .last{
        padding:120px 0;
    }
    .last img{
        width:70%;
    }
    .form-headings h2{
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        color: #000;
        text-align: center;
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .form-headings h4{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    text-align: center;
    font-size: 16px!important;
    line-height: 1.5em;
    }
    .page-id-2 .container{
        padding: 40px 0;   
    }
    .form-headings h5{
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        text-align: center;
        font-size: 16px!important;
        line-height: 1.5em;
        }
        .booking-form{
            margin: 60px 0 30px 0;
            padding: 40px 60px;
            border-radius: 16px;
        }
        .page-id-2 .container .row .col-lg-12{
            width: 65%;
        margin-right: auto;
        margin-left: auto;
        }
        .bookly-slot-calendar {
            margin: 7px 80px 20px 0!important;
        }
        .bookly-time-screen{
        height: 263px;
        overflow: auto;
        }
        .bookly-time-screen::-webkit-scrollbar{ width:8px;}
        .bookly-time-screen::-webkit-scrollbar-track{ background:#e8ecf1;}
        .bookly-time-screen::-webkit-scrollbar-thumb{ background:#002165;border-radius:5px;}
        .homescreen p.first-paragraph{
            font-size: 18px;
            color: #002165!important;
            font-weight: 500;
        }
        .homescreen p.second-paragraph{
            font-size: 14px;
            line-height: 26px;
            color: #002165!important;
            font-weight: 500;
        }
        .woocommerce a.remove{
            left: 30px;
    position: absolute;
    margin-top: 35px;
        }
}
@media screen and (max-width: 991px){
    .gform_confirmation_wrapper{
    border: 2px solid #002165;
    margin: 0;
    padding: 20px;
    border-radius: 4px;
    } 
     #post-205 .entry-content, #post-209 .entry-content{
        padding: 0 20px;
    }
    
    .woocommerce a.remove{
        left: 5px;
        position: absolute;
        margin-top: 47px;
    }
    .first-step-info{
        padding-bottom: 70px;
    }
    .consent .form-check .form-check-label {
        font-size: 15px;
    }
     .homescreen p.first-paragraph{
        font-size: 15px;
        color: #002165!important;
        font-weight: 500;
    }
    .homescreen p.second-paragraph{
        font-size: 12px;
        line-height: 22px;
        color: #002165!important;
        font-weight: 500;
    }
    .bookly-custom-fields-container{
        padding-top: 8px;
    }
    .bookly-slot-calendar {
        margin-left: auto;
        margin-right: auto;
        float: none!important;
        width: fit-content;
    }
    form.woocommerce-checkout {
        padding: 40px 20px;
    }
    .column-reverse{
        flex-direction:column-reverse;
    }
    .providers-info #first-name:before {
            content: "שם פרטי";
            font-weight: 500;
            font-size: 12px;
            color: #9C9FB9;
            position: absolute;
            top: 3px;
            right: -38%;
        
    }
    .providers-info #last-name:before {
        content: "שם משפחה";
        font-weight: 500;
        font-size: 12px;
        color: #9C9FB9;
        position: absolute;
        top: 3px;
        right: -38%;
    
}
.providers-info #gender:before {
    content: "מגדר";
    font-weight: 500;
    font-size: 12px;
    color: #9C9FB9;
    position: absolute;
    top: 3px;
    right: -38%;

}
.providers-info #address:before {
    content: "כתובת משרד";
    font-weight: 500;
    font-size: 12px;
    color: #9C9FB9;
    position: absolute;
    top: 3px;
    right: -38%;

}
.providers-info #work-phone:before {
    content: "טלפון משרד";
    font-weight: 500;
    font-size: 12px;
    color: #9C9FB9;
    position: absolute;
    top: 3px;
    right: -38%;

}
.providers-info #mobile:before {
    content: "טלפון נייד";
    font-weight: 500;
    font-size: 12px;
    color: #9C9FB9;
    position: absolute;
    top: 3px;
    right: -38%;

}
.providers-info #email:before {
    content: "כתובת אימייל";
    font-weight: 500;
    font-size: 12px;
    color: #9C9FB9;
    position: absolute;
    top: 3px;
    right: -38%;

}
.providers-info #p-spec:before {
    content: "תחום התמחות";
    font-weight: 500;
    font-size: 12px;
    color: #9C9FB9;
    position: absolute;
    top: 3px;
    right: -38%;

}
.providers-info #p-adds:before {
    content: "הסמכות נוספות";
    font-weight: 500;
    font-size: 12px;
    color: #9C9FB9;
    position: absolute;
    top: 3px;
    right: -38%;

}
.providers-info #p-lang:before {
    content: "שפות";
    font-weight: 500;
    font-size: 12px;
    color: #9C9FB9;
    position: absolute;
    top: 3px;
    right: -38%;

}
.table-headings{
    display: none;
}
.portal-search {
    padding-left: 0px;
    border-left: none;
    margin-left: 0px;
    padding-bottom: 20px;
    width: 100%;
}
.portal-search .search{
    width: inherit;
}
.portal-top-bar{
    flex-direction: column;
}
.portal-filters button {
    width: 48%;
    margin-bottom: 10px;
    margin-left: 0;
}
.portal-filters .dropdown{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}
.booking .modal-body{
    font-size: 12px;
    padding: 30px 20px!important; 
}
    .providers-info{
    align-items: flex-start!important;
    flex-direction: column!important;
    padding: 10px 30% 10px 10px;
    position: relative;
    
    }
    .providers-info .info-icon{
        position: absolute;
    width: 30px!important;
    left: 35px;
    top: 20px;
    }
    .providers-info .choose-button{
        text-align: end;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    }
    .providers-info>div{
        width: 100%!important;
        position: relative;
    }
    .step.thankyou {
        background-size: 100%;
    }
    .thankyou .summary .notice {
        max-width: 100%;
    }
    .thankyou .summary p {
        width: 100%;
    }
    .thankyou .step-heading h2 {
        font-size: 38px;
    }
    .thankyou .step-heading{
        width: 100%;
    }
    .summary .notice {
        width: 100%;
    }
    #step4 .step-heading{
        font-size: 25px;
    }
    #step4 .modal-body {
        padding: 30px!important;
    }
    .summary p {
        width: 100%;
        font-size: 16px;
    }
    .consent .form-check-input{
        width: 1.7em;  
    }
    #step4 .modal-body {
        background-image: none;
    }
    .homescreen .row{
        background-image: url(/wp-content/uploads/2023/09/homescreen-bkg.png);
        background-repeat: no-repeat;
    background-size: 42%;
    background-color: #f5f5f5;
    background-position: left bottom; 
    }
    .woocommerce-order-received #primary, .woocommerce-checkout #primary {
        padding: 30px 0;
    }
    .woocommerce-order-received .woocommerce{
        padding:0 15px;
    }
    .woocommerce-order-received .woocommerce-order{
        padding: 20px;
    }
    .woocommerce ul.order_details{
        width: 100%;
        padding: 0px 10px;
    }
    #order_review_heading{
        padding-top: 20px;
    }
    .woocommerce-checkout .woocommerce{
        padding:0 15px;
    }
    .bookly-columnizer .bookly-time-screen button:not(:first-child){
        width: 33%;
    }
    .bookly-time-step{
        width: 100%!important;
    }
    .bookly-time-step .bookly-columnizer-wrap{
        height: 200px!important;
    }
    .booking-form{
        margin: 60px 0 30px 0;
        padding: 30px;
        border-radius: 16px;
    }
    .bookly-time-step .bookly-columnizer .bookly-column {
        display: flex!important;
        flex-wrap: wrap;
    }
    .form-headings h2{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        color: #000;
        text-align: center;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .form-headings h4{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    text-align: center;
    font-size: 16px!important;
    line-height: 1.5em;
    }
    .page-id-2 .container{
        padding: 40px 0;   
    }
    .page-id-2 .container .row{
        width: 100%;
    margin-right: 0;
    }
    .form-headings h5{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        text-align: center;
        font-size: 16px!important;
        line-height: 1.5em;
        }
    .site-info {
        font-size: 12px;
    }
    .last img{
        width:100%;
    }
    .last{
        padding: 70px 0;
    }
    .last .text{
        padding: 0 3%;
    }
    .faq{
        padding:70px 0;
    }
    .faq .faq-title h2{
        margin-left: 35px;
        padding-left: 90px;
        padding-bottom: 40px;
    }
    .banner h2{
        font-size: 2rem!important;
        width: 70%;
    }
    .banner p{
        font-size: 17px!important;
        width: 70%;
    }
    .banner{
        background-image: url(/wp-content/uploads/2023/08/banner.jpg)!important;
        padding-top: 70px;
        padding-bottom: 120px;
    }
    .icon-card {
        width: 43%;
        margin: 10px;
    }
    .services {
        padding: 70px 0;
    }
    .benefits-list {
        padding-right: 2rem;
    }
    .benefits .p-5{
        padding: 2rem!important;
    }
    .steps .step-title{
        padding: 20px 30px;
    }
    .steps .step-desc{
        padding: 0 30px 40px 30px;
        color: #686768;
    }
    .steps .col-12:first-child .step-card::before, .steps .col-12:nth-child(2) .step-card::before {
        content: url(/wp-content/uploads/2023/08/arrow.png);
        position: absolute;
        bottom: -9%;
        transform: rotate(270deg);
        left: 46%;
        }
    .header-button a {
        font-size: 16px;
    padding: 8px;
    width: 85%;
    margin-right: auto;
    }
    .header-link a {
        font-size: 16px;
    }
    .header-link, .header-button{
        padding: 0;
        width: 35%;
    }
    .site-branding img{
        padding: 5px 0;
        width: 70px;
    } 
    .desktop-only{
        display: none!important;
     }
     .hero .row.hero-image{
        background-size: cover;
        height:calc(50vh - 100px);
        background-position: center;
    }
    .hero .row.mobile-only{
        padding: 40px 0;
    }
    .hero .row.mobile-only .title{
        width: 75%;
    }
    .hero .row.mobile-only .description{
        width: 90%;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .consent .form-check-input{
        width: 1em;  
    }
    .homescreen .consent label{
        width: 55%;
    }
    .homescreen p{
        width: 60%;
    }
    .homescreen h2{
        width: 65%;
    }
    .homescreen .row{
    background-size: 70%;
    }
}
@media screen and (max-width: 767px){
    #wppc-iframe {
        width: 100%!important;
    }
}
@media screen and (min-width: 768px){
    .page-id-205 .site-main, .page-id-209 .site-main {
        min-height: calc(100vh - 200px);
}

}
#wppc-iframe{
	width:500px;
    margin-right: auto;
    margin-left: auto;
}
.site-info a{
    text-decoration: none;
    color: #fff; 
}
.feedback-form-heading{
    padding-top:30px;
}
.summary-info a{
    color:#fff;
}
.bookly-form .bookly-label-error {
    color: red!important;
}
.woocommerce-checkout #payment div.payment_box.payment_method_cod p:last-child {
    font-weight: 700;
    color: red;
}