/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.1.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.list_bg li span {
background:#F3F4F6 !important;
padding:5px 11px !important;
border-radius:12px !important;
border: solid 1px #E5E7EB !important;
}
.counter_text  .elementor-counter-title {
    text-align: center !important;
}

.faq_style span.e-n-accordion-item-title-icon {
    border: solid 1px #000;
    padding: 3px;
}

.form_style button.elementor-button.elementor-size-xs {
    position: absolute !important;
    right: -8px !important;
    top: -30px !important;
    margin: 0px !important;
    cursor: pointer !important;
}


.form_style input {
    padding: 10px 10px 20px 0px  !important;
}

.build_box{
	background-color: #fff !important;
  padding: 20px !important;
  border-radius: 20px 0 0 20px !important; /* Top-left & bottom-right */
  border-top-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.05) !important;
}

.elementor-4000 .elementor-element.elementor-element-55aa165 .elementor-main-swiper {
    width: 100%;
    padding: 10px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-bottom: -20px;
}

.form_style .elementor-message.elementor-message-success.elementor-message-svg {
    margin-bottom: 0px !important;
}

.form_style input#form-field-email {
    margin-top: 34px !important;
}

.form_style input:focus {
    border-style: none !important;
    box-shadow: none !important;
}


.card_bottom::before {
    content: "";
    position: absolute;
    top: -15px;
    left: auto;
    width: 35px;
    height: 35px;
    background-color: #00000000;
    border-bottom-right-radius: 100%;
    border-bottom: 20px solid #ffffff;
    border-right: 20px solid #ffffff;
    right: -20px;
}
.card_bottom:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -15px;
    width: 35px;
    height: 35px;
    background-color: #00000000;
    border-bottom-right-radius: 100%;
    border-bottom: 20px solid #ffffff;
    border-right: 20px solid #ffffff;
}
.card_bottom {
    width: calc(100% - 40px);
}

.card_slider_home {
    width: calc(100% - 60%);
}


.card_slider_home::before {
    content: "";
    position: absolute;
    top: -15px;
    left: auto;
    width: 35px;
    height: 35px;
    background-color: #00000000;
    border-bottom-right-radius: 100%;
    border-bottom: 20px solid #ffffff;
    border-right: 20px solid #ffffff;
    right: -10px;
}
.card_slider_home:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -15px;
    width: 35px;
    height: 35px;
    background-color: #00000000;
    border-bottom-right-radius: 100%;
    border-bottom: 20px solid #ffffff;
    border-right: 20px solid #ffffff;
}

span.faq_text {
    font-size: 10px;
    color: #99A1AF;
    font-weight: 400;
    margin-right: 32px;
    font-family: DM mono;
    line-height: 12px;
    letter-spacing: 1px;
}




@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Montserrat", serif !important;
  margin: 0;
  padding: 0;
}
p {
    margin-top: 0 !important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu .login-register-item {
    display: none;
}
.elementor-nav-menu a {
    justify-content: space-between;
}
@media screen and (min-width: 1025px) {
    .elementor-39 .elementor-element.elementor-element-72c89b3 
    .elementor-nav-menu--main:not(.e--pointer-framed) 
    .elementor-item::before, 
    .elementor-39 .elementor-element.elementor-element-72c89b3 
    .elementor-nav-menu--main:not(.e--pointer-framed) 
    .elementor-item::after {
        background-color: transparent !important;
    }


	 
}


@media only screen and (max-width: 992px) {
	.sidebar h5 {
	font-size: 1.2rem !important;
	}
}
@media only screen and (max-width:768px){
	.login-register-item{
		display:block;
		text-align:center;
	}
	.login-register-item a{
		width: auto;
		margin: auto;
		display: inline-block;
		background: #6b7b6f;
		margin-top: 30px;
		margin-bottom: 30px;
		color: #fff !important;
		text-transform: uppercase;
		border-radius: 3px;
	}
	
}