/*!
Theme Name: Assess Hub
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: assesshub
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.

Assess Hub 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*/

/*Homepage end	*/
/*07. Pages and Posts end*/

/* 08. Extra styles start*/
/* 08. Extra styles end*/
.privacy-policy ul li{
	font-size: 14px;
}
.font-14 {
	font-size: 14px;
    color: #333333;
}
.set-font {
	text-transform:uppercase;
}
.privacy-policy span{
	font-weight:400;
}
.privacy-policy a{
	color:#3030F1 !important;
}
.position-fixed{
	position:fixed !important;
}
/* pricing page ccs start */
.pricing-subtitle{
	font-size:14px;
	font-weight:400;
}
.pricing-table .ekit_table tr td:first-child{
	text-align:left !important;
}

.pricing-table .ekit_table tr:not(:first-child) td:first-child{
	padding-left:40px !important;
}
.pricing-table .ekit_table tr:nth-child(13) td:first-child,
.pricing-table .ekit_table tr:nth-child(15) td:first-child,
.pricing-table .ekit_table tr:nth-child(5) td:first-child,
.pricing-table .ekit_table tr:nth-child(11) td:first-child,
.pricing-table .ekit_table tr:nth-child(1) td:first-child{
	padding-left:17px !important;
}
.pricing-table .ekit_table tr:nth-child(13) td:first-child i,
.pricing-table .ekit_table tr:nth-child(15) td:first-child i,
.pricing-table .ekit_table tr:nth-child(5) td:first-child i,
.pricing-table .ekit_table tr:nth-child(11) td:first-child i,
.pricing-table .ekit_table tr:nth-child(1) td:first-child i{
	margin-right:7px !important;
	color: #40186D;
} 
.pricing-table .ekit_table tr td:first-child .ekit_table_body_container{
	justify-content:start;
}

/* pricing page css end */
/* Lottie animation css start */
.ekit_lottie svg{
	transform: unset !important;
}
/* Lottie animation css end */
/* contact page css start */

.address-equal-height .elementor-widget-container {
    height: 100%;
}
/* contact page css end */

/* get started page css start */
.chat-button-adjust button{
	background-color: #FF5C35 !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 20px 30px !important;
    font-family: 'Poppins' !important;
    margin-top: 20px;
}
.font-size-20{
	font-size: 20px !important;
}
/* get started page css 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) {
	 
}
/*Small Device*/
@media screen and (max-width: 767px) {
.pricing-table .ekit-wid-con .ekit_table table.dataTable {
    border: none;
    display: block;
    overflow-x: auto;
}
}
/*Mobile Device*/
@media screen and (max-width: 640px) {
	 
}
/*Extra Small Mobile Device*/
@media screen and (max-width: 480px) {
 
}
@media screen and (max-width: 420px) {

}
/*09. Media Query end*/
