/*!
Theme Name: Myplan8
Theme URI: http://underscores.me/
Author: Aavatto
Author URI: https://aavatto.com/
Description: wordpress project
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: myplan8
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Myplan8 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*
00. Library override(ex. bootstrap etc) --------------------
01. Text and Typography ------------------------------------
02. Common element(ul,ol,li,body,div etc.) -----------------
03. Common class(padding, margin etc.) ---------------------
04. Header styles ------------------------------------------
05. Footer styles-------------------------------------------
06. Common content------------------------------------------
07. Pages and Posts-----------------------------------------
08. Extra styles--------------------------------------------
09. Media Query---------------------------------------------
*/
/* End Table of Contents */
/* 00. Library override(ex. bootstrap etc) start*/

/* 00. Library override(ex. bootstrap etc)   end*/
/* 01. Text and Typography start */


/* 01. Text and Typography end */
/* 02. Common element(ul,ol,li,body,div etc.) start*/

/* 02. Common element(ul,ol,li,body,div etc.) end*/
/*03. Common class(padding, margin etc.) start*/

/*03. Common class(padding, margin etc.) end*/
/*04. Header styles start*/


/*04. Header styles end*/
/*05. Footer styles start*/

/*05. Footer styles end*/
/*06. Common content start*/

/*06. Common content end*/

/*07. Pages and Posts satrt*/
/*Homepage satrt*/
.banner-slider-section .swiper-pagination-bullet{
	height: 10px;
    width: 10px;
}
.banner-slider-section .swiper-pagination-bullet-active{
	background: #0BE4AE;
} 
/*Homepage end	*/
#msgWrapper{
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #114538;
    padding: 10px;
}
button#closeModel {
    position: absolute;
    right: -15px;
    top: -15px;
    height: 50px;
    width: 50px;
    padding: 0;
    border-radius: 100%;
    opacity: 1;
    background-color: #d0fff3; 
}
.verify-faqs .elementor-accordion-item{
	border-bottom: 1px solid var( --e-global-color-text ) !important;
}
.verify-faqs .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-icon.elementor-accordion-icon-right{
	transform: rotate(90deg) translateY(-5px);
    transition: .4s ease all;
}
.verify-faqs .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{
	transform: rotate(0deg) translateY(0px);
    transition: .4s ease all;
}
/*07. Pages and Posts end*/

/* 08. Extra styles start*/
/* 08. Extra styles end*/

/*09. Media Query start*/
@media screen and (min-width: 992px) {}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 1199px) {}

/*Tablet*/
@media screen and (max-width: 991px) {
	.custom-banner {
        margin-bottom: 30px;
        flex-direction: column-reverse;
    }
}

/*Small Device*/
@media screen and (max-width: 767px) {
	#msgWrapper{
		position: relative;
		margin-top: 10px;
	}
	.custom-certificate-form .custom-box{
		padding: 40px 20px !important;
	}
}

/*Mobile Device*/
@media screen and (max-width: 640px) {}

/*Extra Small Mobile Device*/
@media screen and (max-width: 480px) {
	.error-img{
		height:100% !important;
		width:100%;
	}
}

@media screen and (max-width: 420px) {}

/*09. Media Query end*/


/* 404 page css start */
.error{
	background-color: transparent;	
    text-align: center;
}
.error-img{
		height:400px;
	}
.error h1{
	font-size:50px;
	color:white;
	font-size:150px !important;
}
.error h2{
	color:white;
	margin-bottom:30px;
}
.ekit-wid-con .elementskit-btn.error-btn {
    border-radius: 40px !important;
    background-color: #0BE4AE;
	font-weight:800;
	border:1px solid #0BE4AE;
}
.ekit-wid-con .elementskit-btn.error-btn:hover{
	color:#0BE4AE;
	background:transparent;
	border:1px solid #0BE4AE;
}
/* 404 page css end */
.home-d-none{
	display: none;
}
.border-green .swiper-wrapper{
	gap: 20px;
}
.border-green img{
	border-radius: 10px;
}
.swiper-slide{
/* 	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
/* 	box-shadow: 5px 10px inset; */
	/* box-shadow: 0px 1px 3.36px 0.14px rgba(0, 0, 0, 0.14); */
	height: auto;
}

.testimonial-style-two .heading-content img{
	width:87px;
	height:14px;
}
.form-wrapper{
	position: relative;
}
.loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: 4;
	align-content: center;
	text-align-last: center;
	background: #f8f9fabd;
}
