/*
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 ------------------------------------------------------- */
.page-template-searchteample #left-area select{padding: 8px 5px;font-size: 16px;margin-top: 20px;}
.page-template-searchteample #left-area #skey{margin-bottom: 20px;}
.page-template-searchteample #main-footer {padding: 40px 0px;}
.home .et_pb_slide_description h2.et_pb_slide_title small{
	text-transform: capitalize;
	font-size: 20px;
}
.tableblock .awarnesstable th{
	background-color: #003B75;
	color: #fff;
}
.tableblock .awarnesstable tr:nth-child(even){
	background-color: #FFF2CC;
	color: #2E74B5;
}
.tableblock .awarnesstable tr:nth-child(odd){
	background-color: #ffffff;
	color: #2E74B5;
}
#logo {
    transition: none;
    -webkit-transition: none;
}

@media only screen and (max-width: 600px) {
  #mobile_menu > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1){
    font-weight: bold !important;
	font-size: 20px !important;
  }
}