@media only screen and (max-width: 599px) and (min-width: 300px)  {
.section-padding {
	padding-top: 3em;
	padding-bottom: 3em;
} 
.heading {
	width: 100% !important;
}
.heading h1 {
	font-size: 30px !important;
	line-height: 33px !important;
} 
.innerbanner {
	min-height: 210px;
	padding-bottom: 60px;
	border-radius: 30px;
	align-content: end;
}
.innerbanner h1 {
	font-size: 40px;
}
.innerbanner p {
	display: none;
}  
#header {
	background-color: #fff;
}    
#header .navbar-light .navbar-brand img.logo_black {
	display: block !important;
	width: 150px;
}
#header .navbar-light .navbar-brand img.logo_white {
	display: none !important;
}
#header.fixed-top {
    position: fixed;
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
	font-size: 17px;
	padding: 20px 5px;
	width: 100%;
	border-bottom: 1px solid #eaeaea;
}
.navbar .nav-item .dropdown-menu {
	visibility: visible !important;
	opacity: 1 !important;
	position: static !important;
	display: block !important;
}
.nav-item.dropdown .btn.btn-style.dropdown-toggle {
	display: none !important;
}
.banner h1 {
	font-size: 26px;
	line-height: 25px;
}
.banner p {
	font-size: 14px;
	line-height: 17px;
}
.banner_image img {
	width: 90%;
	margin: auto;
	display: block;
	margin-top: 30px;
}
.banner .btn_div .btn {
	font-size: 14px;
	height: 40px;
	width: auto;
}
.banner .btn_div {
	gap: 10px;
	margin-top: 0 !important;
}
.banner h1.bg_txt {
	display: none;
}
.about_sec p {
	width: 100%;
	font-size: 15px;
	line-height: 18px;
}
.highlights .highlights_list .highlights_item {
	flex-basis: calc(50% - 20px);
	margin: 10px 10px;
}
.highlights .highlights_list .highlights_item .highlight_content p {
	font-size: 13px;
	line-height: 15px;
}
.highlights .highlights_list .highlights_item .highlight_content h3 {
	font-size: 15px;
	line-height: 15px;
}
.callToUs {
	text-align: center;
}
.callToUs h2 {
	font-size: 30px;
}
.callToUs p {
	font-size: 14px;
}
.callToUs .btn.btn_style {
	margin: auto;
}
.accordion-why {
	margin-right: 0;
}
.accordion-why details:open summary{
    font-size: 16px;
}
.accordion-why details summary{
    font-size: 16px;
}
.accordion-why details p {
	font-size: 14px;
}
.why_choose_us img {
	margin-top: 30px;
}
.footer-newsletter {
	margin-bottom: 20px;
}
.footer-top p, .company-footer-contact-list li, .footer-links.list-unstyled li a {
	font-size: 13px;
}
.copy-right-text {
	color: #878686;
	display: block;
	text-align: center;
	font-size: 12px;
}
.footer-bottom .social-icons-btn {
	justify-content: center;
	margin-top: 10px;
}
.about_us_sec .txt, .mission .text, .vision .text, .solution_list_txt, .registration_txt {
	padding: 10px !important;
}
.about_us_sec .txt h1, .vision h2, .mission h2, .solutions_list .solution_list_txt h2, .registration_txt h1 {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 10px;
}
.about_us_sec .txt p, .vision p, .mission p, .solutions_sec .txt p, .solutions_list .solution_list_txt p, .cta_section .heading p, .registration_txt p {
	font-size: 14px;
	line-height: 19px;
    width: 100%;
}
.solutions_list .row {
	margin-bottom: 10px !important;
}
.whychoose .why_ul .why_li {
	flex: 100%;
}
.whychoose h4 {
  font-size: 20px;
}
.whychoose .why_ul .why_li {
	flex: 100%;
	margin: 5px;
}
.registration_form {
	padding: 30px;
	border-radius: 20px;
	margin-top: 20px;
}
.hidden_mobile {
	display: none !important;
}
.mobile_show{
	display: block !important;
}
.founders_sec .founder_box {
	padding-right: 0;
	text-align: center;
}
}
@media only screen and (max-width: 899px) and (min-width: 768px)  {
#header {
	background-color: #fff;
}
#header .navbar-light .navbar-brand img.logo_black {
	display: block !important;
	width: 150px;
}
#header .navbar-light .navbar-brand img.logo_white {
	display: none !important;
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
	font-size: 17px;
	padding: 20px 5px;
	width: 100%;
	border-bottom: 1px solid #eaeaea;
}
.container, .container-md, .container-sm {
	max-width: 90%;
}
.nav-item.dropdown .btn.btn-style.dropdown-toggle {
	display: none !important;
}
.navbar .nav-item .dropdown-menu {
	visibility: visible !important;
	opacity: 1 !important;
	position: static !important;
	display: flex !important;
	margin-top: 0 !important;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px !important;
}
.navbar .nav-item .dropdown-menu .dropdown-item {
	flex: 1;
	border: 1px solid;
}
.banner{height: 70vh}
.banner h1{
	font-size: 50px; line-height: 55px;text-align: center;
}
.banner p{text-align: center;font-size: 15px}
.banner_image img {
	width: 60%;
	margin: auto;
	display: block;
	margin-top: 30px;
}
.banner h1.bg_txt{display: none;}
.banner .btn_div {
	justify-content: center;
	margin-top: 0 !important;
}
.section-padding {
	padding-top: 3em;
	padding-bottom: 3em;
}
.heading h1 {
	font-size: 35px !important;
	line-height: 37px;
}
.about_sec .heading {
	width: 100%;
}
.about_sec p {
	font-size: 15px;
	line-height: 21px;
	width: 100%;
}
.highlights .highlights_list .highlights_item {
	flex-basis: calc(50% - 20px);
}
.callToUs .btn.btn_style {
	margin-left: 0 !important;
	margin-right: auto;
}
.callToUs h2 {
	font-size: 28px;
}
.callToUs p {
	font-size: 15px;
	line-height: 18px;
}
.plans_pricing .table tbody th{
	font-size: 13px;
	width: auto;
}
.plans_pricing .table th.t_heading{font-size: 14px;color: #000;font-weight: 700}
.plans_pricing .table th.t_heading .price{
	font-size: 22px;
}
.plans_pricing .table i {
	font-size: 13px !important;
}
}