:root {
    --fontFamily: "Avenir Regular", sans-serif;
    /*--mainColor: #0ec6c6;
    --mainColor2: #30eded;*/
    --mainColor: #00aa00;
    --mainColor2: #92d400;
    --mainColor3: #92e3a9;
    --mainColor4: #87f8ae;
    --mainColor5: #dfffde;
    --primaryGray:#f4f8fb;
    --optionalColor: #666;
    --whiteColor: #fff;
    --blackColor: #221638;
    --fontSize: 16px;
    --transition: 0.5s;
}
body {
    padding: 0;
    margin: 0;
    color:#012a3a;
    font-size: var(--fontSize);
    font-family: "Avenir Medium", sans-serif;
}
p, ul{
    color: var(--optionalColor);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Avenir Medium", sans-serif;
}
.home-form {
    margin-top: 40px;
    background-color: var(--whiteColor);
    box-shadow: 5px 5px var(--mainColor3)!important;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 12px;
}
.listings-sidebar .listings_author .author img {
    width: auto;
    height: auto;
    border-radius: 0;
}
.listings-sidebar .listings_author .author .author-profile .social li a {
    line-height: 0;
}
select{ --fontFamily: "Avenir Regular", sans-serif!important;}
.btn.focus, .btn:focus {
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.navbar-style-two .miran-nav .navbar .navbar-nav .nav-item a {
    font-family: "Avenir Medium", sans-serif;
}
.others-option-for-responsive .dot-menu{ padding: 0 8px 0 0; color:#fff; font-size: 10vw; top: -57px;}
.single-how-it-works-box h3{ color:var(--mainColor);}
.page-title-content h1,
.page-title-content h2,
.page-title-bg h1,
.page-title-bg h2{  font-family: 'Aldenburg', sans-serif;
    text-transform: capitalize; color: #fff; }
.bg-gradient-1{
    background: -webkit-gradient(linear,left top,right top,from(#baff22),to(#3ad400));
    background: linear-gradient(90deg,#baff22,#3ad400);
}
.bg-gradient-1-animated {
    background: linear-gradient(-45deg, #87f8ae, #92e3a9, #92d400, #00aa00);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.bg-gray{ background:  var(--primaryGray);}
.bg-f9f9f9 {
    background-color: #f4f8fb;
}
.divider,
.divider2{ background:  var(--primaryGray);}
.listings-sidebar .listings_author .author .author-profile .social li a{ padding-top: 7px;}
.listings-sidebar .listings_contact_details ul li:first-child, .listings-sidebar .listings_contact_details ul li:first-child a, .listings-sidebar .listings_contact_details ul li:nth-child(3), .listings-sidebar .listings_contact_details ul li:nth-child(3) a{
    color:inherit;
    font-weight: inherit;
}
.listings-sidebar .listings_contact_details ul li a{ color: var(--mainColor); font-weight: inherit;}
.listings-details-content ul li.time i,
.listings-details-content ul li.location i { color:var(--whiteColor);}
.listing-header{
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.listing-header:before{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    /*background: rgba(0,0,0, 0.6);*/
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,170,0,0.8) 45%, rgba(146,227,169,0.8) 100%);
}


/*.map-container.fw-map.side-full-map #main-full-map:before{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255,255,255, 0.9);
}*/
.single-footer-widget .link-list li{font-weight: normal; font-size: 16px;}
.single-category-box{ box-shadow: 5px 5px var(--mainColor3);
    border: 1px solid var(--mainColor3);}
.page-title-bg form .form-group{ border-right: 1px solid var(--mainColor3);}
.single-events-item{ border: 1px solid var(--mainColor3);}
.single-blog-post{
    box-shadow: 5px 5px var(--mainColor3);
    border: 1px solid var(--mainColor3);
}
.single-events-item{ box-shadow: 5px 5px var(--mainColor3);}
.single-blog-post .post-content .link-btn{
    box-shadow: 3px 3px var(--mainColor3);
    border: 1px solid var(--mainColor3);
}
.single-listings-box{
    -webkit-box-shadow: 5px 5px var(--mainColor3);
    box-shadow: 5px 5px var(--mainColor3);
    border: 1px solid var(--mainColor3);
}
.page-title-bg form{box-shadow: 5px 5px var(--mainColor3);}
.default-btn{
    border: 1px solid var(--mainColor3);
    box-shadow: 4px 4px var(--mainColor3);
}
.single-events-item .link-btn{
    box-shadow: 3px 3px var(--mainColor3);
    border: 1px solid var(--mainColor3);
}
.country-switch select, .languages-switch select{ color:var(--mainColor);}
.navbar-style-two { background-color: rgba(0, 0, 0, 0.50);}
.app-download-area::before {  background-color: var(--primaryGray); }
.listings-details-desc h2,
.listings-details-desc h3{ color: var(--mainColor);}
.listings-sidebar .listings-widget h3{ color: var(--mainColor); }
.listings-sidebar .listings_contact_details ul li{ color: inherit;}
.feature iframe {
    height: 100%;
    width: 100%;
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden;
}
.gradient-text-1{
    background: -webkit-linear-gradient(#00aa00, #92d400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.modal .modalHeading{
    min-height: 50px;
    text-align: center;
    font-family: 'Aldenburg', sans-serif;
    margin-bottom: 40px;
    border-bottom: 1px dashed var(--blackColor);
}
.modal .modalHeading h2{font-family: 'Aldenburg', sans-serif;}

/*begin:: Wizard*/
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: var(--mainColor);
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    background: #fff;
}
.stepwizard-step .btn-primary{
    background: var(--mainColor);
    border:none;
    outline: none;
}

.stepwizard-step .btn-primary:hover{
    background: var(--mainColor2);
}
/*end:: Wizard*/

/*begin:: Accordion */
.card{ border-radius: 0;}
.card-header:first-child{
    background: linear-gradient(-45deg, #87f8ae, #92e3a9, #92d400, #00aa00);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    border-radius: 0;

}
.card-header{ border:none;}
/*end:: Accordion */


ins.adsbygoogle[data-ad-status=unfilled] {
    display: none !important
}
ins.adsbygoogle {
    margin-bottom: 25px;
}


