/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/* for top menu left align
#menu-faq-menu li {
    width: 100%;
}

#et-top-navigation{
	float:left !important;
	width: 100%;
}

#top-menu-nav>ul>li:nth-child(6) {
float: right;
right: 10%;
position: absolute;
top: 39%;
}

#top-menu-nav>ul>li:nth-child(7) {
  right: 2%;
position: absolute;
top: 21%;
padding: 10px;
background-color: #1E58A9;
border-radius: 5px;
}

#top-menu-nav>ul>li:nth-child(7) a{
  padding:0px !important;
	color:#fff !important;
}

#menu-faq-menu li {
    padding: 15px;
}

#menu-faq-menu .current_page_item {
    background-color: #1A87CB; 
}

#menu-faq-menu .current_page_item a {
   color: #fff !important;
	font-weight:bold;
}

.btn-blue{
	padding: 10px;
background-color: #1E58A9;
border-radius: 5px;
	color:#fff;
}
.pricingtable tr td {
    border: 1px solid #eee !important; 
}

.pricingtable tr td:nth-child(1) {
   text-align:left;
}
*/