/* 
Theme Name: Mchayim8
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
*/

.text-space p{
    margin-bottom: 0px
}

.htw-text strong{
    color: #0073b0;
    font-size: 23px;
    font-weight: 700
}

.whychooseus li{
    margin-bottom: 7px !important
}

.whychooseus-box2{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 10px;
    border-radius: 15px;

}

.whychooseus-box2 ul{
    padding-right: 20px;
}


[type="tel"]{
	text-align:right
}

.contact-form .elementor-button i{
  animation: MoveRightLeft 2s linear infinite;
  position: relative;
  left: 0;
  right: 0;
  top:1px
}
@keyframes MoveRightLeft {
  0%, 100% {
    right: 0;
  }
  50% {
    right: 10px;
  }
}


.faq .elementor-tab-title {
	border-bottom: 2px dotted #00B1E8;
}

.faq .elementor-accordion-item:first-child {
	display: none !important;
}

.faq .elementor-tab-content.elementor-active{
   border-bottom: 2px dotted #00B1E8 !important;
}


.review-video{
    background: #D5F3FC;
    margin: 10px;
    border-radius: 15px
}

.review-video .elementor-video{
    border-radius: 10px !important
}

.elementor-button-text{
	color:#fff
}

.wc-block-components-country-input{
	display: none
}

.wc-block-components-checkout-place-order-button {
	background: #28A745;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	padding: 10px !important;
	line-height: 1em !important;
	min-height: inherit !important;
	border: none;
}


.wc-block-components-checkout-place-order-button:hover {
	background: #2ECC71;
}
	
	

@media only screen and (max-width: 600px) {
.whychooseus-box2{
    margin: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 15px
}
}