/* 
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.0.0
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 */

a {
	text-decoration: none!important;
}

h2 { 
	font-size: 28px;
	}

.wpr-nav-menu .wpr-sub-menu {
	    width: 300px!important;
}

.my-gradient-text {
	background: linear-gradient(95deg, #1FC48C 8.68%, #209A9F 95.79%)!important;
	 -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent!important;
}

.blog-main p{
	font-family: Montserrat;
	color: #171717;
	font-size: 17px;
}

.wpr-grid-item-date {
	font-family: Montserrat;
	color: #485ADD;
	font-size: 15px;
	font-weight: 500;
}

.country-list li {
	color: #171717;
}

.footer-dop-link a {
	color: #171717!important;
	line-height: 17px!important;
    transition: color 0.3s;;
}

.footer-dop-link a:hover{
    background: linear-gradient(95deg, #1FC48C 8.68%, #209A9F 95.79%);
    background-position: 0 100%;
    background-size: 100% 4px;
    background-repeat: repeat-x;
}


.footer-menu-link a{
   text-decoration: none;
   color: #171717!important;
   transition: color 0.3s;
}


.footer-menu-link a:hover{
    background: linear-gradient(95deg, #1FC48C 8.68%, #209A9F 95.79%);
    background-position: 0 100%;
    background-size: 100% 4px;
    background-repeat: repeat-x;
}

.pll-switcher-select {
	background: #E6516D;
	color: #fff;
	border-color: #E6516D;
	width: 80px;
}
#scrollup  {
	display: flex;
}
.my-crumbs a{
	color: #209a9f;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	text-decoration: solid underline 2px!important;
	    transition: color 0.3s;;
}
.my-crumbs a:hover{
	text-decoration:  none!important;
}

.breadcrumb_last strong {
	font-family: Montserrat, sans-serif;
	font-weight: 400!important;
}

.contacts-link-my a{
	color: #fff;
	text-decoration:  none!important;
	    transition: color 0.3s;;
}

.contacts-link-my  a:hover{
	text-decoration: solid underline 2px!important;
}

.content-text-my li::marker{
	color: #3CB7A4;
	font-size: 30px;
}


.content-text-my a {
	color: #171717;
	   background: linear-gradient(95deg, #1FC48C 8.68%, #209A9F 95.79%);
    background-position: 0 100%;
    background-size: 100% 4px;
    background-repeat: repeat-x;
	   transition: color 0.3s;;
}

.content-text-my a:hover {
	 background: none!important;
}

/*Calculator input range*/

.d-none{
  display: none;
}
/* Style the range input */
    input[type="range"] {
      width: 100%;
      height: 20px;
      -webkit-appearance: none;
      margin: 10px 0;
    }

    input[type="range"]:focus {
      outline: none;
    }

    input[type="range"]::-webkit-slider-runnable-track {
      width: 100%;
      height: 2px;
      cursor: pointer;
      background: #ddd;
      border-radius: 1px;
    }

    input[type="range"]::-webkit-slider-thumb {
      border: 1px solid #00B163;
      height: 18px;
      width: 18px;
      border-radius: 50%;
      background: #00B163;
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: -8px;
    }

    input[type="range"]:focus::-webkit-slider-runnable-track {
      background: #ccc;
    }

    input[type="range"]::-moz-range-track {
      width: 100%;
      height: 2px;
      cursor: pointer;
      background: #ddd;
      border-radius: 1px;
    }

    input[type="range"]::-moz-range-thumb {
      border: 1px solid #aaa;
      height: 18px;
      width: 18px;
      border-radius: 50%;
      background: #00B163;
      cursor: pointer;
    }

    input[type="range"]::-ms-track {
      width: 100%;
      height: 2px;
      cursor: pointer;
      background: transparent;
      border-color: transparent;
      color: transparent;
    }

    input[type="range"]::-ms-fill-lower {
      background: #ddd;
      border-radius: 1px;
    }

    input[type="range"]::-ms-fill-upper {
      background: #ddd;
      border-radius: 1px;
    }

    input[type="range"]::-ms-thumb {
      border: 1px solid #aaa;
      height: 18px;
      width: 18px;
      border-radius: 50%;
      background: #00B163;
      cursor: pointer;
      margin-top: 0px;
    }

    input[type="range"]:focus::-ms-fill-lower {
      background: #ccc;
    }

    input[type="range"]:focus::-ms-fill-upper {
      background: #ccc;
    }
.calculator-wrap{
	font-family: "Montserrat", Sans-serif;
}
.calculator-wrap .options{
	display: flex;
flex-wrap: wrap;
gap: 20px;
}
.calculator-wrap .options .title{
	width: 100%;
font-size: 25px;
}
.calculator-wrap .options .items{
display: flex;
flex-wrap: wrap;
width: 100%;
    justify-content: center;
    font-size: 22px;
}
.calculator-wrap .options .items .item{
width: 15%;
font-size: 22px;
}
.calculator-wrap .results{
display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.calculator-wrap .results .total{
font-size: 25px;
}
.calculator-wrap .results .total span{
font-weight: 600;
	color: #485add;
}
.calculator-wrap .results .range{
margin-bottom: 20px;
}
@media (max-width: 549px){
	.calculator-wrap .options .items .item{
		width: 50%;
line-height: 35px;
	}
}
/*Calculator input range end*/

.form-padding{
	padding: 0 40px;
}
.subm-btn-my input{
	width: 100%;
}
.form-flex-col{
	display: flex;
	flex-direction:column;
	gap:10px;
	max-width: 100%;
	
}

.form-text-col input, textarea {
	background-color: #F5F5F5;
	border: none;
	color: #182351;
	padding-bottom: 10px;
	padding-top: 10px;
}

.subm-btn-my input {
border-radius: 100px;
background: linear-gradient(95deg, #1FC48C 8.68%, #209A9F 95.79%)!important;
color: #fff;
font-size: 17px;
padding: 10px 30px 10px 30px;
border: none;
transition: color 0.3s;
}

.subm-btn-my input:hover {
background: linear-gradient(95deg, #209A9F 8.68%, #1FC48C 95.79%)!important;
}

.form-text-head {
	font-size: 35px;
    font-family: Montserrat, sans-serif;
	font-weight: 700;
	text-align: center;
	color: #209A9F;
}

.eael-data-table tbody tr td { 
font-size: 17px;
}
@media (max-width: 549px){
	.form-padding{
		padding: 0 20px;
	}
	
	h2 { 
	font-size: 22px;
	}
}

.review-carusel img{
	margin: 5px!important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #b3ead8!important;
}