@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300&display=swap');

body, p, span, a, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Tajawal', sans-serif !important;
	margin:0;
	padding:0;
}

body {
    direction: rtl;
}
img.nav_logo {
    width: 100px;
}nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 10px 4%;
}button.navbar-toggler {
    border: 0;
}a.nav-link {
    color: #005DA8 !important;
    font-size: 18px;
    display: block;
    font-weight: bold;
    padding: 0 15px !important;
}ul.navbar-nav {
    margin-right: 13%;
}
.yellow_bg {
	background-color:#FFCB08 !important;
	color:#005DA8 !important;
}.green_bg {
	background-color:#009432 !important;
	color:#fff !important;
}.white_bg {
	background-color:#fff;
}
.top_radius_30 {
	border-radius: 30px 30px 0px 0px;
	border:1px solid #ddd;
}
.bold_txt  {
	font-weight:bold !important;
}.blue_txt {
	color:#005DA8 !important;
}.yellow_txt {
	color:#FFCB08 !important;
}
span.yellow_line {
	display: inline-block;
	position: relative;
	z-index: 2;
}span.yellow_line::after {
	content: ' ';width: 100%;
	height: 4px;
	display: block;
	position: absolute;
	bottom: 0;
	background-color: #FFCB08;
	z-index: 0;
}

	nav.navbar.navbar-expand-lg.navbar-light.bg-light {
		background-color: #fff !important;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	}
	section.main_section{
		padding-top: 25%;
		    background-image: url("../images/Group 9756-1.png");
		background-repeat: no-repeat;
		background-position-y: -50px;
		background-size: 100%;
		color:#005DA8;
		text-align:center;
		padding-right: 50px;
		padding-left: 50px;
	}
	section.main_section .top_radius_30 {
    padding: 20px 7%;
}section.main_section h1 {
	    font-size: 45px;
		margin: 0;
		font-weight: bolder;
		margin-bottom: 10px;
	}section.main_section .top_radius_30 p {
		font-size: 22px;
		font-weight: 400;
		margin: auto;
		margin-bottom: 20px;
		    text-align: right;
    width: 93%;
	}img.center_img {
		margin-bottom: 20px;
	}
	.cta_btns a {
		display: inline-block;
		width: 47%;
		vertical-align: top;
		min-width: auto;
		text-decoration: none;
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		font-weight: bold;
		text-align: right;
		margin: 3px;
		position:relative;
		margin-bottom:20px;
		padding-right: 8px;
		box-shadow: 0px 4px 33px rgba(200, 200, 200, 0.25);
		border-radius: 5px;
	}.cta_btns a svg {
		display:inline-block;
		position: absolute;
		left: 10px;
		top: 13px;
	}
	
	section.main_section .top_radius_30 p > svg {
		margin-left: 15px;
	}
	section.main_section .top_radius_30 p > span.text {
		font-size: 16px;
	}.section_title {
		color: #005DA8;
		margin-bottom:30px;
		margin-top:30px;
	}.section_title h3 {
		font-size: 30px;
		text-align: center;
		margin: 10px auto;
		font-weight: bold;
	}.section_title h3::after {
		content: ' ';
		display: block;
		width: 75px;
		height: 4px;
		margin: 5px auto;
		background: #FFCB08;
		border-radius: 5px;
		margin-top:20px;
	}section.about_us {
		padding:15px 15%;
		margin: auto;
		color: #005DA8;
		margin-bottom:30px;
	}section.about_us p {
		font-size: 20px;
		text-align: justify;
		font-weight: bold;
		margin: 10px auto;
		display: inline-block;
		float: right;
		width: 58%;
		margin-left: 25px;
	}a.yellow_bg.main_cta {
		background: #FFCB08;
		box-shadow: 0px 4px 33px rgb(200 200 200 / 25%);
		border-radius: 5px;
		display: block;
		width: 30%;
		margin: 50px 15% !important;
		margin-bottom: 50px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
		text-decoration: none;
		font-weight: bold;
		position: relative;
		padding: 0 10px;
		clear: both;
	}.main_cta svg {
		display: inline-block;
		position: absolute;
		left: 10px;
		top: 13px;
	}section.most_university {
		text-align: center;
		margin-bottom: 30px;
	}section.services {
		text-align: center;
		margin-bottom: 30px;
	}.service_item {
		display: inline-block;
		width: 90%;
		text-align: center;
		padding: 20px;
		margin: 20px auto;
		background: #FFFFFF;
		box-shadow: 0px 4px 40px rgb(180 180 180 / 25%);
		border-radius: 5px;
		color:#005DA8;
	}.service_item img {
		display:block;
		margin:auto;
		margin-bottom:20px;
		max-width:100%;
	}.service_item h4 {
		font-weight:bold;
		margin-bottom:15px;
		height:60px;
	}.service_item p {
		width: 90%;
		margin: auto;
		font-size: 18px;
		height: 135px;
    overflow: hidden;
	}
	button.navbar-toggler {border: 0;}

	.testimonials_items {width: 90%;text-align: center;margin: 10px auto;}

	p.person_name {font-size: 21px;text-align: end;width: 90%;border-left: 1px solid #005DA8;padding-left: 10px;color: #005DA8;}
	.testi_card p {
		text-align:justify;
		font-size: 17px;
		font-weight: bold;
	}
	.testi_card {
		background: #FFFFFF;
		/*box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);*/
		padding: 20px 40px;
		color:#005DA8;
		margin-bottom:20px;
		background-image:url('../images/12Group 9758.png');
		width: 100%;
		background-repeat: no-repeat;
		background-position: right;
		background-size: 100% 100%;
		padding-right: 110px;
		
	}
	svg.first_qoute {
		display: block;
		margin-bottom: 20px;
		position: relative;
		right: 87%;
	}
	svg.last_qoute {
		display: block;
		margin-top: 20px;
		position: relative;
		right: 0%;
	}.testimonial_indicators {
		width: 100%;
		margin: 20px auto;
	}a.right_arrow {
		float: right;
		display: inline-block;
	}a.left_arrow {
		float: left;
		display: inline-block;
	}.testimonial_indicators ul , .testimonial_indicators .carousel-indicators {
		display:inline-block;
		padding:0;
		width: 80%;
		margin: auto;
		text-align:center;
	}.testimonial_indicators ul li , .testimonial_indicators .carousel-indicators button{
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #C4C4C4;
		text-align: center;
		margin: auto;
		vertical-align: middle;

	}button.carousel-control-next ,  button.carousel-control-prev{
		position: relative;
		opacity: 1;
	}button.carousel-control-prev {
		float: left;
	}
section.testimonials {
    margin-bottom: 50px;
}section.news {
    margin: auto;
    margin-bottom: 50px;
    width: 90%;
}
	.testimonial_indicators ul li.active , .testimonial_indicators .carousel-indicators button.active{
		background-color: #005da8;
		width: 10px;
		height: 10px;
	}
	.news_item img {
		float: right;
		width: 35%;
		margin-left: 10px;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 15px;
	}
	.news_details h4 {
		font-weight:bold;
		font-weight:18px;
		margin-bottom:20px;
	}
	.news_details {
		display: inline-block;
		width: 60%;
		vertical-align: top;
	}.news_item {
		margin: 20px auto;
		color:#005da8;
		width: 48%;
		display: inline-block;
		margin-left: 15px;
	}
	.news_items {
		margin-top: 50px;
		padding:30px 12%;
	}.questions_items {
		padding: 30px 27%;
		background: #F3F5F6;
		border: 1px solid #DEDEDE;
		border-radius: 5px;
		margin: 20px 0;
	}.questions_item {
		background-color: #fff;
		margin-bottom: 20px;
		padding: 15px;
		color:#005da8;
	}.questions_item h4 {
		font-weight:bold;
		font-size:18px;
		position: relative;
		    cursor: pointer;
	}.questions_item h4 a {
		position: absolute;
		left:-2px;
		top:0;
	}.questions_item p {
		margin-top: 10px;
		border-top: 1px solid #005DA8;
		padding-top: 10px;
		font-size: 16px;
		display:none;
	}section.register_form {
		background: #005DA8;
		opacity: 0.94;
		backdrop-filter: blur(60px);
		border-radius: 30px 30px 0px 0px;
		color: #fff;
		padding: 30px 20px;
		width: 60%;
		margin: 30px auto;
		margin-bottom: 0;
		background-image:url('../images/Group 9757.png');
		background-size: 100%;
		text-align: center;
		background-repeat: no-repeat;
	}section.register_form>h3 {
		font-weight: bold;
		margin-bottom: 15px;
		font-size: 30px;
	}section.register_form>p {
		margin-bottom: 20px;
		font-size:19px;
	}.steps_no {
    display: block;
    margin-bottom: 20px;
}.steps_no>span.no {
    display: inline-block;
    position: relative;
    background: #D8D8D8;
    opacity: 0.75;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
}.steps_no>span.no.active {
	background: #fff;
	color:#005DA8;
	opacity:1;
}.steps_no span.line {
    display: inline-block;
    width: 5%;
    height: 2px;
    background-color: #fff;
    vertical-align: middle;
}.input_element  {
	margin-bottom:20px;
	text-align: right;
}.input_element label {
    text-align: right;
    display: block;
	font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}.input_element input , .input_element select, .input_element textarea {
    background: #F9F9F9;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
}div#step2 , div#step3 , div#step4 {
	display:none;
}.input_element .form-check {
    display: inline-block;
    float: left;
	margin-top: -30px;
    margin-right: 25px;
}.steps_btns button  , .steps_btns input[type='button'] {
    background: #FFCB08;
    border-radius: 5px;
    outline: none;
    width: 100px;
    display: inline-block;
    color: #005DA8;
	font-weight: bold;
    font-size: 18px;
    border: 0;
}.steps_btns {
    text-align: left;
    margin: 30px auto;
}.input_element textarea  {
	height: 150px;
}
	.services_items  {
		direction:ltr;
		padding:20px 15%;
	}
	#news_slider button.carousel-control-next, #news_slider button.carousel-control-prev ,
	#news_slider2 button.carousel-control-next, #news_slider2 button.carousel-control-prev {
		position: relative;
		opacity: 1;
		float: left;
		opacity: 0.6;
		width: 30px;
	}
	.news_items a.read_more.blue_txt {
		font-weight: bold;
		text-decoration: none;
		display: inline-block;
	}.news_items .news_tit {
		border-bottom: 1px solid #D6D6D6;
		border-radius: 5px;
		padding-bottom: 5px;
		position:relative;
	}.news_items .news_tit::after {
		content: ' ';
		width: 40px;
		height: 3px;
		background: #DD1E36;
		border-radius: 1px;
		display: block;
		position: absolute;
		bottom: -1px;
	}
	.desktop_show {
		display:block;	
	}
	.mobile_show {
		display:none;	
	}
	.right_side {
		display: inline-block;
		width: 60%;
		padding-top:65px;
	}.left_side {
		display: inline-block;
		width: 35%;
		padding-top: 50px;
		vertical-align: top;
	}
	.gray_border.features {
		padding: 20px 40px;
		text-align: right;
		margin:20px auto;
	}.gray_border.features p {
		display: inline-block;
		width: 20% !important;
		text-align: center !important;
		margin-bottom: 10px !important;
		font-size: 18px !important;
		font-weight: bold !important;
		background: #FDFDFD !important;
		border: 1px solid #DEDEDE !important;
		border-radius: 5px !important;
		vertical-align: top;
		margin: 20px 15px !important;
		padding: 10px 5px;
		height: 200px;
	}.gray_border.features p svg {
		display: block;
		margin: auto !important;
		width: 50px;
		height: 50px;
		margin-bottom: 20px !important;
	}section.main_section .top_radius_30 p > span.num {
		display: block;
		text-align: center;
		margin: auto;
		margin-bottom: 15px !important;
	}section.about_us img {
		display: inline-block;
		width: 37%;
		margin-right: 20px;
		margin-top: 0;
	}
.testimonials_items {
    width: 40%;
}footer {
    background-color: #0C63A9;
    color: #fff;
    padding: 30px 10%;
	padding-bottom:10px;
	border:0;
}.footer_col {
    display: inline-block;
    width: 18%;
}img.footer_logo {
    display: block;
    max-width: 100%;
    margin: 20px auto;
}p.footer_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}.footer_col.width_25{
	width:25%;
}.footer_col a {
	display:block;
	color:#fff;
	margin: 10px 0;
	    font-size: 19px;
    text-decoration: none;
}footer .footer_col form span {
	    font-size: 15px;
    display: block;
    margin: 10px 0;
}footer .footer_col  button {
	    background: #FFCB08;
    border-radius: 5px;
    outline: none;
    width: 100px;
    display: inline-block;
    color: #005DA8;
    font-weight: bold;
    font-size: 18px;
    border: 0;
    margin: 20px 0;
    float: left;
}.footer_col.social_links svg {
    display: inline-block;
    margin-left: 20px;
}p.copyrights {
    display: block;
    text-align: center;
    margin: 20px 0;
}
/*************search page  ***************/
section.search_page .main_blue {
    color: #fff;
    background: rgba(0, 93, 168, 0.75);
	background-image:url('../images/Group 9900.png');
	    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: bottom;
    text-align: center;
    padding: 60px 15%;
}section.search_page .main_blue h1 {
    font-weight: bold;
	font-size: 35px;
    margin-bottom: 20px;
}section.search_page .main_blue p.white_line {
    display: block;
    height: 2px;
    width: 200px;
    background-color: #ffffff96;
    margin: auto;
    margin-bottom: 20px;
}section.search_page .main_blue h2 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
}section.search_page .main_blue p {
    font-size: 19px;
    margin-bottom: 20px;
}section.search_page .main_blue p a {
    display: inline-block;
    color: #FFCB08;
    font-weight: bold;
    margin: 0 10px;
    vertical-align: middle;
    text-decoration: none;
}.search_body {
    padding: 50px 10%;
}.filters .input_filter  {
	margin-bottom:20px;
}.filters .input_filter .form-control {
    background: #FCFCFC;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    height: 40px;
    font-size: 15px;
}label.dropdown_btn {
	color:#9E9E9E;
	font-weight: bold;

}label.dropdown_btn::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #005da8a6;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    left: 10px;
    top: 17px;
}ul.dropdown-menuu li {display: block;list-style-type: none;}
label.dropdown_btn.in {
	border-radius: 5px 5px 0 0 !important;
	border-bottom:0;
}
input.search_in_list {
    margin-top: 5px;
}

.dropdown input[type='text'] {
	    margin: 5px auto;
    width: 90%;
	background-color:#fff;
}
.dropdown .hidden {
	    display: none;
    border: 1px solid #D8D8D8;
    border-radius: 0 0 5px 5px;
	background: #FCFCFC;
	
}
ul.dropdown-menuu {
       padding: 5px 10px;
    background: #FCFCFC;
    /* border: 1px solid #D8D8D8; */
    /* border-radius: 0 0 5px 5px; */
    height: 200px;
    overflow-y: auto;
    margin-bottom: 0;
}.filters {
    padding: 20px;
}.search_btns button {
    border: 0;
    width: 100%;
    text-align: right;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
	margin-bottom:10px;
}.search_btns button.gray_bg.search_action {
	font-size: 16px;
	color: #525252;
}.search_btns button svg {
    float: left;
    margin-top: 5px;
}.filters span.blue_txt {
    font-size: 16px;
    display: block;
    margin: 10px 0;
    font-weight: bold;
}.search_card {
    background: #FCFCFC;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    margin: auto;
    width: 100%;
    margin-bottom: 30px;
}.search_card > img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: block;
    margin: 10px auto;
}.search_card > h3 {
    color: #9E9E9E;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
}.search_card > p.blue_txt {
    font-size: 15px;
    display: block;
    margin-bottom: 30px;
    font-weight: bold;
}.search_card p.univer_price {
    font-size: 15px;
    color: #9E9E9E;
	margin-bottom:10px;
}.search_card p.univer_price .old_price{
        text-decoration: line-through;
    font-size: 13px;
	    display: block;
    margin-bottom: 5px;
    /*margin-left: 50px;*/
}.search_card p.univer_price .new_price{
    
    /*color: #005DA8;*/
	background-color: green;
    color: #fff;
    padding: 0 5px;
    border-radius: 20px;
    margin: 0 5px;
	display:block;
	width:fit-content;
	margin:auto;
}.univer_btns {
    text-align: center;
	margin-top:10px;
}.univer_btns a{
    display:inline-block;
	border-radius: 5px;
	padding:5px;
	    vertical-align: top;
    height: 35px;
    margin: 5px;
	text-decoration:none;
}.univer_btns a.register_btn.yellow_bg{
    width:30%;
	font-weight:bold;
}.univer_btns a.about_unver_btn.gray_bg{
    width:50%;
	background: #D8D8D8;
	    font-size: 14px;
    color: #848484;
    font-weight: bold;
	border-radius: 5px;
}
/*************** blog style **************/
section.blog_page {
    padding: 60px 10%;
    color: #005DA8;
    background-color: #dddddd6b;
	/*background-image:url('../images/Group 9921.png');*/
	margin-bottom:30px;
}.last_post img {
    width: 75%;
	display: block;
    margin: auto;
}.last_post > a {
    color: #005DA8;
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
    font-weight: bold;
}.last_post h1 {
    font-weight: bold;
}.last_post p.last_post_meta {
    font-size: 18px;
    margin-bottom: 20px;
}.last_post p.last_post_meta  span{
    display:inline-block;
	vertical-align: middle;
    margin: auto 10px;
}.last_post span.last_post_white_line {
    width: 60px;
    height: 2px;
    background-color: #005DA8;
}.last_post p.post_tags {text-align: left;}

.last_post span.post_tag {display: inline-block;vertical-align: top;padding: 5px 10px;background: rgba(216, 213, 213, 0.41);
border-radius: 5px;margin: 10px 5px;    text-decoration: none;
    color: #005DA8;}

span.last_post_meta_text {
    display: inline-block;
    width: 65%;
    vertical-align: top !important;
}span.last_post_meta_text {display: inline-block;width: 65%;vertical-align: top !important;}

.category_last_posts > h3 {color: #005DA8;font-weight: bold;margin-bottom: 30px;}

section.blog_body {padding: 50px 10%;}

.category_last_posts > h3::before  , .newsletter_div h4::before{content: ' ';display: block;width: 60px;height: 2px;background-color: #005DA8;margin-bottom: 10px;}
img {max-width:100%;}
.mini_post_with_img > img {height: 180px;    display: block;
    margin: auto;margin-bottom: 15px;}

p.mini_post_with_img_date {color: #3F3F3F;margin-bottom: 5px;}

h3.mini_post_with_img_title {font-size: 18px;font-weight: bold;margin-bottom: 5px;color: #005DA8;    height: 48px;
    overflow: hidden;}

.mini_post_with_img_meta_text {color: #818181;font-size: 15px;margin-bottom: 10px;    text-align: justify;    height: 160px;
    overflow: hidden;}

p.post_tags_without_bg {
    text-align: left;
}p.post_tags_without_bg > .post_tag {
    background: rgba(207, 207, 207, 0.41);
    border-radius: 5px;
    color: #504F4F;
    font-size: 13px;
    margin: 5px 2px;
    padding: 2px 5px;
    display: inline-block;
}.category_last_posts {
    border-bottom: 1px solid #A8A8A8;
    margin-bottom: 20px;
    padding-bottom: 20px;
}a{text-decoration:none;}
.search_in_blog > input {
    background: #FCFCFC;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
	padding-bottom:20px;
}button.search_btn {border: 0;background-color: transparent;position: absolute;left: 5px;top: 5px;}

.search_in_blog {position: relative;margin-bottom:30px; border-bottom:1px solid #D8D8D8;padding-bottom: 40px;}
.categories_list h4  , .most_views_posts_list h4{color: #005DA8;font-weight: bold;margin-bottom: 15px;font-size: 20px;margin-right: 20px;}
.categories_list h4::before{
	    content: ' ';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #005DA8;
    margin-bottom: 10px;
}

.blog_page2 h1::before{
	    content: ' ';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #005DA8;
    margin-bottom: 10px;
}
.blog_page2 h1 {
    font-size: 51px;
    font-weight: bold;
}
.categories_list {margin-bottom: 30px;border-bottom:1px solid #D8D8D8;}

.categories_list ul {padding: 0;padding-right: 20px;list-style-type: none;}

.categories_list ul li a {color: #3F3F3F;display: block;margin: 5px 0;font-weight: bold;}

p.details_date, .details_period {
    color: #005DA8;
    font-weight: bold;
}
p.details_date .line  , .details_period .line {
    display: inline-block;
    width: 55px;
    height: 2px;
    background-color: #005DA8;
	    margin: 0 5px;
}
.categories_list b.left_count {float: left;}
.most_views_posts_list ul {
    padding: 0;
    list-style-type: none;
}.most_views_posts_list ul li {
    background: #FCFCFC;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px 10px;
}.most_views_posts_list ul li h4{
	    color: #3F3F3F;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}.most_views_posts_list {
	margin-bottom: 30px;
	border-bottom:1px solid #D8D8D8;
}.most_views_posts_list ul li p.gray_date {
    color: #9A9A9A;
}.newsletter_div {
    background: #FBFBFB;
    border: 1.5px solid #D3D3D3;
    border-radius: 5px;
    padding: 20px;
	padding-bottom:60px;
	margin-bottom:50px;
}.newsletter_div p{
	margin-bottom: 15px;
}.newsletter_div input{
	background: #FFFFFF;
border: 1px solid #CFCFCF;
border-radius: 5px;
margin-bottom:10px;
}.newsletter_div h4{
    color:#3F3F3F;
	font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
}.newsletter_div button.subscribe_btn.yellow_bg {
    display: block;
    /* margin-bottom: 50px; */
    border: 0;
    border-radius: 5px;
    width: 100px;
    font-weight: bold;
    padding: 5px;
    float: left;
}.mini_post_with_img {
    margin-bottom: 20px;
}
p.post_details_tags .post_tag {
    background: #FFFFFF;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
    margin: 20px 5px;
    color: #5A5A5A;
    font-weight: bold;
}p.post_details_tags {
    margin-top: 60px;
}.plog_details > p {
    font-size: 19px;
}.plog_details  {
    /*border-bottom:1px solid #C4C4C4;*/
	margin-bottom:60px;
}.mini_profile > img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #ddd;
    float: right;
    margin-left: 10px;
	margin-bottom: 20px;
}.mini_profile {
    padding: 20px;
	position:relative;
}
.author_accounts {
    position: absolute;
    left: 0;
    top: 35px;
}.author_info p.author_name {
    font-weight: bold;
    font-size: 18px;
}.other_posts > h2 {
    color: #005DA8;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
}.plog_details > p.post_details_tags {
    border-top:1px solid #ddd;
}

/******************* university page style *******************/
.university_page {
    background-image: url('../images/Group 9922.png');
    background-repeat: no-repeat;
    padding: 60px 15%;
    background-size: 100%;
    background-position: center;
	    background-color: #3880ba;
    min-height: 350px;
}.univer_title img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #ddd;
    float: right;
    margin-left: 15px;
}.univer_title h1 {
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}.univer_title p {
    color: #fff;
    font-weight: bold;
	font-size:26px;
    margin-top: 10px;
    margin-bottom: 10px;
}.univer_more_info {
    background: #005da866;
    backdrop-filter: blur(50px);
    border-radius: 20px;
    padding: 30px 20px;
    color: #fff;
	margin-top: 20px;
}.univer_more_info p {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffff;
	word-break: break-all;
}.univ_details h2 {
    color: #005DA8;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #005DA8;
    padding-bottom: 20px;
}.univ_details p.black_txt  {
    color: #000;
}.required_doc {
    background: #FDFDFD;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    margin: 20px auto;
    padding: 20px;
}.required_doc .title {
    color: #000000;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
}.univ_notes h3 {
	color: #005DA8;
}
.univ_notes {
    padding: 24px 30px;
}.required_doc ul li {
    color: #005DA8;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}.univ_details {
    margin-bottom: 60px;
}.univ_prices > h3 , .video_about_univer > h3  {
    color: #005DA8;
    font-weight: bold;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 20px;
}.univ_prices > .blue_line {
    display: inline-block;
    width: 46%;
    height: 2px;
    background-color: #005DA8;
}.search_in_prices {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
	    width: 240px;
	margin-left: 5px;
    position: relative;
}.search_in_prices  input{
	background: #FCFCFC;
	border: 1px solid #D8D8D8;
	border-radius: 5px;
}.search_in_prices  button{
	background: transparent;
	border: 0;
	position:absolute;
	left:0;
	top:5px;
}ul.menu_grades {
    width: 65%;
    padding: 0;
    margin: 30px auto;
	border-bottom:1px solid #005DA8;
}ul.menu_grades li {
    display: inline-block;
    width: 19%;
    padding: 15px 10px;
    text-align: center;
    font-weight: bold;
}ul.menu_grades li a{
	color:#B4B4B4;
}ul.menu_grades li.active{
	background: #EDEDED;
	color:#005DA8;
	border-radius: 5px 5px 0px 0px;color:#005DA8;
}.grade_price_details h4{
	color:#005DA8;
	text-align:center;
	margin-bottom:20px;
}.grade_price_details .white_bg.fixed_height{
    background: #FDFDFD;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    padding: 20px 30px;
	    height: 500px;
    overflow-y: auto;
	margin-bottom:60px;
}.specialize_element {
    display: block;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    margin: 20px auto;
    padding: 20px;
}.specialize_title{
	color:#005DA8;
	font-size:18px;
	margin-bottom:15px;
	font-weight:bold;
}p.specialize_desc .gray_txt , .specialize_element span.left_price{
    color: #B5B5B5;
	text-decoration:line-through;
}p.specialize_desc .blue_txt {
    font-weight: bold;
    margin-left: 20px;
}.specialize_element .left_price {
    float: left;
}.specialize_element b.left_price {
    color:green;
	font-size:20px;
}.grade_price_details {
    width: 90%;
    margin: auto;
}.video_about_univer > h3  {
	display:block;
	margin-bottom:30px;
	
}.video_about_univer > h3 span.blue_line {
    display: inline-block;
    width: 80%;
    margin-right: 20px;
    height: 2px;
    background-color: #005DA8;
    vertical-align: middle;
}.video_about_univer iframe {
	display:block;
	margin:auto;
	max-width:100%;
}
/********** check order **********************/
.check_order_title {
	text-align:center;
	color:#fff;
}.check_order_title h1 {
    font-weight: bold;
    font-size: 3em;
	margin-bottom: 10px;
}.check_order_title span.white_line {
    display: block;
    width: 200px;
    height: 2px;
    background-color: #fff;
    margin: 20px auto;
}.check_order_title p {
    font-size: 20px;
    margin-top: 30px;
    font-weight: bold;
}.form_check_order {
    width: 50%;
    margin: auto;
}.form_check_order label{
    width: 30%;
	    color: #005DA8;
    font-size: 19px;
    font-weight: bold;
	display:inline-block;
}.form_check_order input{
    width: 69%;
	display:inline-block;
	vertical-align: top;
    margin-bottom: 20px;
}
button.check_order_action.yellow_bg {
    display: inline-block;
    width: 69%;
    border: 0;
    font-size: 21px;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 30px;
}.check_results img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    margin: auto;
    border: 2px solid #ddd;
    padding: 2px;
}.result_info label {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: 25%;
}.result_info span {
    color: #0C63A9;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: 70%;
}.result_info  {
   margin-bottom:15px;
}.check_results {
    padding: 30px 20px;
    border-top: 1px solid #ddd;
}

/*************** br ours ******************/
section.be_ours_body {
    padding: 50px 15%;
}img.feature_img {
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 50px;
}.features h3 {
	color:#005DA8;
	font-weight: bold;
    margin-bottom: 20px;
}.features {
    padding: 35px 0;
}.features p {
    font-size: 22px;
}section.be_partner {
    background: #F3F5F6;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    text-align: center;
    padding: 50px 15%;
}section.be_partner  h3{
	color:#0C63A9;
	margin-bottom:30px;
	font-weight:bold;
}section.be_partner  .input_element_partner .form-control{
	background: #FCFCFC;
border: 1px solid #D8D8D8;
border-radius: 5px;
    width: 90%;
    margin: auto;
}section.be_partner .input_element_partner label {
    color: #9E9E9E;
    display: inline-block;
    float: right;
    margin-left: 10px;
}section.be_partner  .input_element_partner{
    display:inline-block;
	margin-bottom: 20px;
	width:49%;
	vertical-align: middle;
}p.blue_txt.blue_title {
    text-align: right;
	font-size: 22px;
    margin-bottom: 30px;
}.input_element_partner .form-check {
    display: inline-block;
    float: left;
    margin-left: 25px;
}.be_partner_btns {
    text-align: left;
    margin: 20px auto;
}.be_partner_btns button {
    border: 0;
    font-size: 19px;
    border-radius: 5px;
    padding: 2px 5px;
    width: 115px;
    font-weight: bold;
    margin-left: 30px;
}

/*********************************************/
.cta_btns a.green_bg {
    width: 30%;
}.cta_btns a.yellow_bg {
    width: 60%;
}section.about_us .section_title h3 { text-align:right;}
section.about_us  .section_title h3::after {margin : 5px;}
.univers_logos img {
    /* display: block; */
    margin: auto;
	width:75%;
}.news_details h4 {
	font-size:18px !important;
	margin-bottom: 10px;
}

.fixed_bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px 10%;
    border-top: 1px solid #ddd;
}.fixed_bar a.get_accept_now {
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: bold;
	float: right;
	margin-top: 10px;
}.fixed_bar a.whatsapp_btn {
    padding: 5px ;
	background-color:#EFEFEF;
    float: left;
	border-radius:5px;
}










.categories_list ul li svg {
    display: inline-block;
    margin-left: 10px ;
}.categories_list ul li {
    padding: 5px 0;
}

/**************************about us **************/
section.about_us_page {
    padding: 60px 14%;
    margin-bottom: 30px;
}section.about_us_page h1 {
    font-weight: bold;
    margin-bottom: 20px;
}section.about_us_page h2 {
    font-size: 27px;
    margin-bottom: 30px;
}.about_imgs {
    display: block;
    margin: auto;
    text-align: center;
}.about_imgs img {
        max-width: 180px;
    height: 220px;
    display: inline-block;
    margin: 10px;
    border-radius: 10px;
    vertical-align: middle;
}.about_imgs img:nth-child(even) {
    margin-top: 70px;
}.about_sec  , .about_sec2{
    padding: 20px 15%;
	margin-bottom:30px;
}.about_sec h3 , .about_sec2 h3{
   color:#005DA8;
       font-weight: bold;
	   margin-bottom:20px;
}.about_sec p {
    text-align: justify;
    color: #000;
    font-size: 19px;
    border-right: 1px solid #ddd;
    padding-right: 20px;
}.about_sec2 {
    background-color: #F3F4F6;
    padding: 60px 15%;
	margin-bottom:0;
}
.about_sec2 p {
    font-size: 18px;
    margin-bottom: 85px;
}
.about_sec2 p {
    font-size: 18px;
    margin-bottom: 40px;
}
p.contact_about svg {
	margin-left:15px;
}
p.contact_about {
    background-color: #E4E4E4;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 15px;
	width:80%;
}
.timeline_element p {
	border:0;
}
.date_timeline {
    display: inline-block;
    width: 110px;
    vertical-align: top;
	height: 450px;
}.certificates {
    display: inline-block;
    width: 78%;
}.date_timeline .date_txt {
    background-color: #005DA8;
    border: 2px solid #F8F8F8;
    height: 60px;
    width: 60px;
    color: #fff;
    font-weight: bold;
    padding-right: 10px;
    border-radius: 50%;
    line-height: 57px;
    margin: auto;
}
p.vertical_line {
    display: block;
    width: 2px;
    height: 550px;
    height: calc(100% - 60px);
    background-color: #005da8;
    padding: 0;
    margin: 6px auto;
}.certificates p {
    padding: 0;
    color: #9E9E9E;
    font-weight: bold;
    margin-bottom: 20px;
}.certificates img , .certificates iframe {
    width: 80%;
    margin-bottom: 20px;
}
/*********** services page **************/
section.services_body {
    padding: 30px 15%;
}.service_item2 {
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    margin: 20px 0;
	min-height: 180px;
    padding: 20px;
}.service_item_txt {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    margin-right: 10px;
}.service_item2 svg {
    display: inline-block;
    vertical-align: top;
}.service_item_txt h3 {
    color: #005DA8;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 10px;
}.features p.blue_txt {
    min-height: 300px;
}div#service4 .features p.blue_txt {
    min-height: 340px;
}
.features a.yellow_bg.main_cta {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}section.be_partner .input_element_partner > label {
    font-weight: bold;
}.textalignright{text-align:right;}

.mini_post_with_img img {
    height: 215px;
    margin: auto;
    margin-bottom: 10px;
    display: block;
}
.statistics {
    background-color: #F3F4F6;
    padding: 20px 15%;
}.statistics_white {
	background-color:#fff;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
}
.statistics_white p {
    color: #000;
    font-size: 20px;
	    text-align: right;
    margin-bottom: 10px;
	border-bottom: 1px solid #D2D2D2;
}.statistics_white p.bold_p {
    font-weight: bold;
    text-align: right;
	    padding-bottom: 10px;
}.statistics_white p span{
    display: inline-block;
    margin: 0 3px;
	    float: left;
    vertical-align: middle;
}.statistics_white p b{
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
	float:left;
}
div#chart {
    margin-top: 30px;
    min-height: 300px;
    margin-bottom: 20px;
}.servicese_bg {
	background-image:url('../images/Group 10009.png');
	    background-position: left bottom;
}
.be_ours_body2 .features {
	padding-top: 0;
}
.hidden {	display:none;}


	
@media (max-width: 786px) {
	.desktop_show {
		display:none !important;	
	}
	.mobile_show {
		display:block;	
	}.gray_border.features p svg {
		display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 0 !important;
	}ul.navbar-nav {
    margin-right: 0;
    padding: 10px 0;
}a.nav-link {
    font-size: 20px;
    display: block;
    padding: 5px 0;
    margin: 5px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px !important;
}a.yellow_bg.main_cta {
		background: #FFCB08;
		box-shadow: 0px 4px 33px rgb(200 200 200 / 25%);
		border-radius: 5px;
		display: block;
		width: 81%;
		margin: auto !important;
		margin-bottom:50px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
		text-decoration: none;
		font-weight: bold;
		position:relative;
		padding: 0 10px;
	}
	section.main_section {
		background-image:url('../images/456Group 9756.png');
		background-repeat: no-repeat;
		background-position: top;
		background-size: 100%;
		color:#005DA8;
		text-align:center;
		padding-top: 46%;
		padding-right: 20px;
		padding-left: 20px;
	}section.main_section .top_radius_30 {
		padding: 20px 0;
	}.gray_border.features {
		background: #FDFDFD;
		border: 1px solid #DEDEDE;
		border-radius: 5px;
		padding: 20px 15px;
		text-align: right;
		margin:20px auto;
	}
	@media (min-width: 786px) {
	.gray_border.features p {
		width: 100% !important;
		text-align: right !important;
		margin-bottom: 10px !important;
		font-size: 18px !important;
		font-weight:bold !important;
	}section.main_section .top_radius_30 p > span.num {
		margin-left: 10px;
		display: inline-block;
		text-align: center;
		width: 70px;
	}
	}
	section.about_us {
		padding:15px 30px;
	}
	section.about_us p {
		font-weight: block;
		float:none;
		display:block;
		width:100%;
	}
	.testimonials_items {width: 90%;}
	.testi_card{padding-right: 60px;
		background-image:url('../images/Group 9758.png');}
	.news_item {width:100%;display:block;}
	.news_items {
		padding:30px 20px;
		
	}.news_details h4 {
		font-weight:bold;
		font-weight:20px;
		margin-bottom:10px;
	}.questions_items {
		padding: 20px 20px;
		margin: 20px 20px;
	}section.register_form {
		width:90%;
	}
	section.main_section{
		background-image:url('../images/456Group 9756.png');
		padding-right: 20px;
		padding-left: 20px;
	}.services_items  {
		direction:ltr;
		padding:20px ;
	}.gray_border.features p {
		width: 100% !important;
		text-align: right !important;
		margin-bottom: 10px !important;
		font-size: 18px !important;
		font-weight:bold !important;
		background: transparent !important;
		border: 0 !important;
		border-radius: 0px !important;
		vertical-align: top;
		margin: initial !important;
		padding: 10px 0px;
		height: auto !important;
	}
	section.main_section .top_radius_30 p > svg {
		margin-left: 15px;
		margin-bottom: 0;
	}section.main_section .top_radius_30 p > span.num {
		margin-left: 0px;
		display: inline-block;
		text-align: center;
		width: 70px;
		margin-bottom: 0;
	}
	section.main_section .top_radius_30 p > span.text {
		font-size: 16px;
	}	.right_side {
		display: block;
		width: 98%;
		padding-top:65px;
	}.left_side {
		display: block;
		width: 98%;
		padding-top: 50px;
		vertical-align: top;
	}img.center_img {
		margin:auto;
		margin-bottom:20px;
	}footer {
		background-color: #0C63A9;
		color: #fff;
		padding: 30px 20px;
	}.footer_col {
		display: block;
		width: 90%;
	}.footer_col.width_25{
		width:90%;
	}
	.univer_btns a.register_btn.yellow_bg{width:100%;}
	.univer_btns a.about_unver_btn.gray_bg{width:100%;}
	nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 10px ;
}.last_post p.last_post_meta span {
	width:100%;
}
.university_page {
    background-size: 100% 100%;
}.univer_title img {
    float: none;
    display: block;
    margin: 20px auto;
}.univer_title h1 , .univer_title p {
    text-align: center;
}.univ_notes {
    padding: 0;
	margin-bottom:30px;
}.univ_prices > h3 , .search_in_prices , .univ_prices > .blue_line,  .video_about_univer > h3 {
    display: block;
	width:100%;
	    margin: 15px auto;
}ul.menu_grades li {
    width: 45%;
}ul.menu_grades  {
    width:95%;
}ul.menu_grades li:last-child {
    width: 100%;
}.grade_price_details {
    width: 100%;
}.specialize_element .left_price {
    float: none;
}.specialize_element span.left_price {
    display: inline-block;
    margin: 20px 15px;
}.video_about_univer > h3 span.blue_line {
    display: block;
    width: 100%;
    margin: 15px auto;
}.form_check_order {
    width: 90%;
    margin: auto;
}.form_check_order label{
    width: 100%;
	display:block;
	margin-bottom:10px;
}.form_check_order input{
    width: 100%;
	display:block;
}.check_results img {

	margin-bottom:20px;
}.result_info label {
    width: 100%;
	margin-bottom:10px;
}.result_info span {
    width: 100%;
	margin-bottom:15px;
}
button.check_order_action.yellow_bg , section.be_partner .input_element_partner , section.be_partner .input_element_partner label , .be_partner_btns button{
    width: 100%;
}.input_element_partner .form-check, section.be_partner .input_element_partner label {
    float: none;
    display: block;
    margin-bottom: 10px;
    text-align: right;
}
.cta_btns a.yellow_bg {
    width: 100%;
}.cta_btns a.green_bg {
    width: 80%;
}.last_post img {
    width: 100%;
	margin-bottom:20px;
}
span.last_post_white_line.mobile_show  , span.last_post_date.mobile_show{
    display: inline-block;
}span.last_post_white_line.mobile_show {
    margin-right: 47%;
}.last_post h1 {
    margin-top: 20px;
}section.blog_page {
    background-color: transparent;
	border-bottom:1px solid #ddd;
}button.navbar-toggler {
    margin-right: 34%;
}.categories_list ul li {
    display: inline-block;
    width: 46%;
    border: 1px solid #ddd;
    vertical-align: top;
    margin: 10px 3px;
    text-align: center;
    padding: 5px;
    min-height: 110px;
}.categories_list ul li svg {
    display: block;
    margin: 10px auto;
}section.about_us_page {
    padding: 60px 20px;
}.about_imgs img {
    margin: 2px;
    margin-bottom: 20px;
}.about_imgs img:nth-child(even) {
    margin-top: auto;
}.about_imgs img:last-child {
    width: 95%;
    max-width: initial;
	height: auto;
}
.about_sec, .about_sec2 {
    padding: 20px;
}.date_timeline {
    width: 76px;
	height:300px;
}.certificates {
    width: 75%;
}.certificates img , .certificates iframe{
    width: 100%;
}section.services_body {
    padding: 20px;
}
.service_item2 svg {
    display: block;
	margin-bottom:10px;
}.service_item_txt {
    width: 100%;
}.features a.yellow_bg.main_cta {
    font-size: 15px;
    margin: 10px 0 !important;
}
.mini_post_with_img img {
    height: auto;
    margin: auto;
    margin-bottom: 10px;
    display: block;
}.servicese_bg {
	background-image:url('../images/Group 10010.png');
	    background-position: left bottom;
}.statistics_white p span {
  
    margin-bottom: -30px;
}.statistics_white p b {
    display: block;
    float: none;
    clear: both;
}.statistics {
    padding: 20px;
}
section.about_us img{
	width:80%;
}.univers_logos img{
	width:90%;
}
}




.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 1px 0;
}
#sel1 .multiselect-container li a { position: relative; }
#sel1 .multiselect-container span.glyphicon {
  position: absolute;
    right: 15px;
    top: 15px;
    font-size: 14px;
    color: #cccccc;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: -15px;
}

.multiselect-container .input-group {
  margin: 10px;
}

.multiselect-container>li {
  padding: 0px 0px;
  border-bottom: 1px solid #e4e4e4;
}
.multiselect-container li:last-child {
  border-bottom: 0px;
}

.multiselect-container>li>a.multiselect-all label {
  font-weight: bold
}

.multiselect-container>li>a {
  white-space: normal !important;
  padding:10px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover {
    color: #000000 !important;
    text-decoration: none;
    background-color: transparent !important;
    outline: 0;
  
}

.dropdown-menu>.active>a> label {
    font-weight: 700 !important;
}

input[type=checkbox], input[type=radio] {
    margin: 6px 0 0;
}


.multiselect-container>li>label.multiselect-group {
  margin: 0;
  padding: 10px;
  height: 100%;
  font-weight: 600;
  font-family: 'open sans', sans-serif;
  color: #000000;
  font-size: 16px; 
  background-color: #e4e4e4;
  display: block;
}
.dropdown-menu {
  left: -1px !important;
  width: 350px;
}

.multiselect-container>li>a>label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
  padding-left: 15px;
   font-family: 'open sans', sans-serif;
}

.multiselect-container>li>a>label.radio,
.multiselect-container>li>a>label.checkbox {
  margin: 0;
  padding-right: 50px;
}

.multiselect-container>li>a>label>input[type="checkbox"] {
  margin-bottom: 10px;
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}


.btn {
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #ffffff;
  border:1px solid #cccccc;
  font-size: 16px;
}
.caret {
    border-top: 6px dashed #000000 !important;
    border-right: 6px solid transparent !important;
    border-left: 6px solid transparent !important;
}
.fav_active { color: #ff9900 !important; }

.ms-options-wrap button::after{
	    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #005da8a6;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    left: 10px;
    top: 17px;
}
.ms-options-wrap button {
    background: #FCFCFC;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    height: 50px;
    font-size: 15px;
    width: 100%;
    margin-bottom: 0;
    text-align: right;
	max-height:50px;
	overflow:hidden;
}

.ms-options-wrap {
    margin-bottom: 20px;
}.ms-options ul {
    padding: 10px;
    background-color: #fcfcfc;
    /*border: 1px solid #ddd;*/
    border-radius: 5px;
	min-height:180px;
}.ms-options ul li {
    list-style-type: none;
}.ms-options ul li input {
    margin-left:7px;
}.news_details p {
    height: 122px;
    overflow: hidden;
}.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown-container,
.instructions {
    width: 100%;
    margin:  auto ;
    font-size: 14px;
    overflow: auto;
}

.instructions {
    width: 100%;
    text-align: center;
}

.dropdown-button {
        background: #FCFCFC;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    height: 40px;
    font-size: 15px;
	position:relative;
	    padding: 5px 10px;
    }
.dropdown-quantity {
    position: absolute;
    left: 30px;
    top: 5px;
}.dropdown-button:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #005da8a6;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    left: 10px;
    top: 17px;
}
.dropdown-list {
    background-color: #fcfcfc;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    margin-top: -1px;
    padding-top: 10px;
}.dropdown-list input[type='search'] {
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: none;
    outline: none;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
}.dropdown-list ul {
    padding:0;
	list-style-type:none;
}.dropdown-list ul li {
    margin: 5px;
}.dropdown-list ul li label {
    margin-right: 5px;
}
  
a.footer_whatsapp {
    padding: 7px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 30px;
    position: fixed;
    left: 2%;
    bottom: 2%;
    border: 1px solid #ddd;
    z-index: 999;
}.nodata {
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
}
.nodata p {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #00528e;
}
.ms-options {
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    margin-top: -1px;
}.ms-search input {
    width: 91% !important;
    display: block;
    border: 1px solid #ddd;
    margin: 5px auto;
    border-radius: 5px;
	padding: 3px 5px;
}