@import url('https://fonts.googleapis.com/css?family=Poppins:100i,200,300,300i,400,400i,500,500i,600,700,800&display=swap');
 body {
	font-family: 'Poppins', sans-serif;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
a {
    cursor: pointer;
}
a:hover,
a:focus,
input,
input:hover,
input:focus {
	outline: none;
	text-decoration: none;
}
.container {
	width: 1100px;
	padding: 0;
}
.main_header {
	width: 100%;
	float: left;
	background-image: linear-gradient(to right, #33cdd0, #3a7db0);
	background-image: -webkit-gradient(linear, left top, right top, from(#33cdd0), to(#3a7db0));
	padding: 39px 0px;
}
.main_header .container {
	width: 100%;
	padding: 0px 30px;
	position: relative;
}
.main_header .left_top_logo {
	width: auto;
	float: left;
}
.main_header .right_login_part {
	width: auto;
	float: right;
}
.main_header .main_centar_logo {
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.main_header .right_login_part p {
	margin: 0;
	text-align: right;
}
.header_com_id_but {
	display: inline-block;
	padding: 5.5px 20px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.main_header .right_login_part p a i {
	margin-right: 5px;
}
.menu_bar {
	width: 100%;
	float: left;
	background: #2b3849;
}
.menu_bar .container {
	width: 100%;
	padding: 0px 30px;
	position: relative;
}
.menu_bar .left_menu {
	width: auto;
	float: left;
}
.menu_bar .left_menu>ul>li {
	display: inline-block;
	position: relative;
	padding: 0px 15px;
}
.menu_bar .left_menu>ul>li:first-child {
	padding-left: 0;
}
.menu_bar .left_menu>ul>li ul {
	display: none;
	position: absolute;
	width: 230%;
	left: 2px;
	top: 70%;
	border-radius: 0px 0px 20px 20px;
	overflow: hidden;
	z-index: 2;
	background: #fff;
	padding-bottom: 12px;
	max-height: 250px;
	overflow-y: scroll;

	-webkit-box-shadow: 0px 9px 8px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 9px 8px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 9px 8px 1px rgba(0,0,0,0.5);
}
.menu_bar .left_menu>ul>li>a {
	display: inline-block;
	padding: 30px 0px;
	position: relative;
	color: #fff;
	font-weight: 600;
}
.menu_bar .left_menu>ul>li.current .back_image,
.menu_bar .left_menu>ul>li.current>ul {
	display: block;
}
.back_image {
    display: none;
    width: 230%;
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 20px;
    left: 2px;
    z-index: 1;
    padding: 9px 15px;
    color: #000;
    font-weight: 600;
    border-radius: 20px 20px 0px 1px;
    /*box-shadow: 0px 1px 13px #000;*/

	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.5);

}
.menu_bar .left_menu>ul>li ul a {
	color: #000;
}
.menu_bar .left_menu>ul>li ul li {
    padding: 2px 15px;
}
.menu_bar .custon_search {
	width: auto;
	float: right;
}
.menu_bar .custon_search ul li {
	display: inline-block;
	position: relative;
	padding: 0px 15px;
}
.menu_bar .custon_search ul li a {
	padding: 30px 0px;
	position: relative;
	color: #fff;
	font-weight: 600;
	display: inline-block;
}
.menu_bar .custon_search ul li:nth-last-child(2) a {
	background: #ffffff;
	border: none;
	padding: 9.5px 20px;
	font-weight: 600;
	border-radius: 50px;
	position: relative;
	color: #000;
}
.menu_bar .custon_search ul li:last-child {
	padding-right: 0px;
}
.menu_bar .custon_search ul li:last-child a.HaveCircle:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	background: #e82020;
	top: -9px;
	border-radius: 50%;
	right: 10px;
}
.menu_bar .custon_search ul li:first-child {
	padding-left: 0 !important;
}
.menu_bar .left_menu>ul>li:last-child {
	padding-right: 0;
}
.right_menu {
	width: 33%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.right_menu .main_part_medal {
	display: grid;
	grid-gap: 3px;
	grid-template-columns: auto auto 1fr auto;

	border-radius: 50px;
	background: #fff;
	overflow: hidden;
}
.right_menu .main_part_medal>* {
	border: none;
	display: inline-block;
	vertical-align: middle;
	min-height: 40px;
	line-height: 40px;
	padding: 0 10px !important;
}
.right_menu .main_part_medal a.product_part_info {
	background: #ffffff;
    color: #9fa8af;
}
.right_menu .main_part_medal a.serv_part_info {
	background: #ffffff;
	color: #9fa8af;
	border-right: 1px solid;
}
.right_menu .main_part_medal i {
	background: #3a66a7;
	color: #fff;
	float: right;
	font-size: 19px;
}
.welcome_part {
	width: 100%;
	float: left;
	background: url(../images/5.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0px;
}
.welcome_part .container>h3 {
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding: 10px;
}
.left_right_part {
	width: 100%;
	float: left;
	display: table;
}
.left_right_part .solution_left_home {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	padding: 10px;
}
.left_right_part .catalog_right_home {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	padding: 10px;
}
.slider_cantant {
	width: 100%;
	float: left;
	padding: 20px;
	background: #f2f3f7;
	border-radius: 15px;
	position: relative;
}
.slider_cantant ul li {
	width: 33.33%;
	float: left;
	text-align: center;
}
.slider_cantant ul li h3 {
	margin: 0;
	font-size: 30px;
	color: #f07d00;
	font-weight: bold;
	margin-bottom: 10px;
}
.slider_cantant ul li .singal_round {
	width: 120px;
	margin: 0 auto;
	background: #f1eee9;
	padding: 18px 15px;
	border-radius: 50%;
	min-height: 120px;
}
.slider_cantant ul li .singal_round p {
	margin: 0;
	line-height: 14px;
}
.slider_cantant>h3 {
	font-weight: bold;
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 12px;
}
.slider_cantant>p {
	width: 100%;
	float: left;
	margin-top: 20px;
	text-transform: uppercase;
	color: #808487;
}
.slider_cantant .sol_part {
	width: 100%;
	float: left;
	background: #fff;
	padding: 15px;
	border-radius: 15px;
	height: 287px;
	overflow-y: scroll;
}
.slider_cantant .sol_part ul li {
	width: 100%;
	text-align: left;
	padding-bottom: 15px;
	padding-left: 30px;
	font-size: 12px;
	position: relative;
}
.slider_cantant .sol_part ul li:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #15c0b0;
	left: 3px;
	top: 5px;
	border-radius: 50%;
	z-index: 2;
}
.slider_cantant .sol_part ul li:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 9px;
	left: 7px;
	background: #f9d2ab;
	z-index: 1;
}
.slider_cantant .sol_part ul li:last-child:after {
	content: none;
}
/*
.slider_cantant .sol_part::-webkit-scrollbar {
	width: 5px;
}

.slider_cantant .sol_part::-webkit-scrollbar-track {
	background: #d6dde5;
	border-radius: 10px;
}

.slider_cantant .sol_part::-webkit-scrollbar-thumb {
	background: #2b3849;
}

.slider_cantant .sol_part::-webkit-scrollbar-thumb:hover {
	background: #555;
}
*/


@scrollbar-height: 5px;
@scrollbar-padding: 15px;
 .slider_cantant .sol_part::-webkit-scrollbar {
	height: ((@scrollbar-padding * 2) +@scrollbar-height);

background-color: #fff;
	border-radius: 25px;
}
.slider_cantant .sol_part::-webkit-scrollbar-track,
.slider_cantant .sol_part::-webkit-scrollbar-thumb {
	border: 11px solid rgba(255, 255, 255, 0);
	background-clip: padding-box;
}
.slider_cantant .sol_part::-webkit-scrollbar-track {
	background-color: #d8dce7;
}
.slider_cantant .sol_part::-webkit-scrollbar-thumb {
	background-color: #212121;
}
.slider_cantant_right_back ul::-webkit-scrollbar {
	width: 5px;
	border-radius: 10px;
}
.slider_cantant_right_back ul::-webkit-scrollbar-track {
	background: #d6dde5;
	border-radius: 10px;
}
.slider_cantant_right_back ul::-webkit-scrollbar-thumb {
	background: #2b3849;
}
.slider_cantant_right_back ul::-webkit-scrollbar-thumb:hover {
	background: #555;
}
.slider_cantant_right_back {
	width: 100%;
	float: left;
	padding: 20px;
	background: #f2f3f7;
	border-radius: 15px;
}
.slider_cantant_right_back>p {
	color: #f07d00;
}
.slider_cantant_right_back>h3 {
	margin: 20px 0px;
	font-weight: bold;
	font-size: 25px;
}
.slider_cantant_right_back ul {
	width: 100%;
	float: left;
}
.slider_cantant_right_back ul li {
	width: 49%;
	float: left;
	padding: 8px;
	background: #d6dde5;
	margin-bottom: 10px;
	border-radius: 10px;
	min-height: 95px;
}
.slider_cantant_right_back ul li:nth-child(2n+2) {
	float: right;
}
.singel_catalog_slider h3 {
	margin: 0;
	font-weight: 300;
	font-size: 16px;
	padding-right: 18px;
}
.singel_catalog_slider p {
	margin: 0;
}
.singel_catalog_slider p a {
	font-size: 12px;
	color: #436fac;
}
.mancy_ny_but_action {
	display: inline-block;
	margin-bottom: 12px;
	background: #3a66a7;
	text-transform: uppercase;
	color: #fff;
	border: none;
	border-radius: 50px;
	padding: 5px 35px;
	letter-spacing: 1px;
}
.mancy_ny_but_action:hover{
	color: #FFFFFF;
}

.you_can {
	width: 100%;
	float: left;
	background: #2b384a;
	text-align: center;
	padding: 50px 0px;
}
.you_can .you_text {
	color: #fff;
}
.you_can .you_text h6 {
	color: #f07d00;
	font-size: 15px;
}
.you_can .you_text h3 {
	font-weight: bold;
	font-size: 30px;
}
.you_can .you_text>p {
	width: 50%;
	margin: 0 auto;
}
.you_can .you_text ul {
	width: 80%;
	margin: 50px auto 0 auto;
}
.you_can .you_text ul li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	padding: 0px 10px;
}
.you_can .you_text ul li i {
	font-size: 45px;
	color: #16c0b0;
}
.you_can .you_text ul li h3 {
	font-weight: 400;
	font-size: 20px;
	margin: 20px 0;
	text-transform: uppercase;
}
.you_can .you_text ul li p {
	font-size: 15px;
	font-weight: 300;
}
.all_main_artical_list {
	width: 100%;
	float: left;
	padding: 50px 0px;
}
.site_title {
	width: 100%;
	float: left;
}
.site_title h3 {
	margin: 0;
	font-weight: bold;
}
.artical_saction_home {
	width: 100%;
	margin-top: 10px;
	float: left;
}
.artical_saction_home>p {
	color: #f08510;
	margin: 0;
	font-size: 20px;
}
.singal_artical_saction {
	width: 100%;
	float: left;
	background: #f1f3f6;
	padding: 10px;
	border-radius: 15px;
	/*cursor: pointer;*/
	position: relative;
	margin-bottom: 18px;
}
.singal_artical_saction h3 {
	color: #4a4a4a;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	margin-bottom: 6px;
	min-height: 72px;
}
.singal_artical_saction ul {
	width: 100%;
	margin-bottom: 2px;
	float: left;
}
.singal_artical_saction ul li {
	display: inline-block;
	margin-right: 10px;
	font-size:12px;
}
.singal_artical_saction ul li i {
	color: #f07d00;
}
.khow_part_but_in_home {
	background: transparent;
	border: none;
	padding: 0;
	font-size: 12px;
	color: #436fac;
}
/*
.singal_artical_saction h3:hover {
	color: #f07d00;
}
*/
.singal_artical_saction .icon_saction {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0px 12px 0px 0px;
	overflow: hidden;
}
.singal_artical_saction .icon_saction:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background-image: url(../images/hafe-traingal.png);
	background-repeat: none;
	background-size: 100% 100%;
}
.singal_artical_saction .icon_saction:hover ~ .same_popup_part{
	display: block;
}
.singal_artical_saction .same_popup_part {
	position: absolute;
	bottom: 110%;
	right: -65px;
	border: 1px solid #93a8c7;
	padding: 10px 10px;
	text-align: center;
	border-radius: 10px;
	width: 150px;
	display: none;
	background: #fff;
	box-shadow: -1px 1px 13px #00000054;
}

.singal_artical_saction .same_popup_part:before,
.singal_artical_saction .same_popup_part:after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	pointer-events: none;
}
.singal_artical_saction .same_popup_part:before {
	border-color: #93a8c7 transparent transparent transparent;
	border-width: 11px;
	bottom: -23px;
	right: 41%;
	left: auto;
}
.singal_artical_saction .same_popup_part:after {
	border-color: white transparent transparent transparent;
	border-width: 10px;
	bottom: -20px;
	right: 42%;
	left: auto;
}
.singal_artical_saction .same_popup_part p {
	text-align: left;
	font-size: 11px;
	font-weight: 500;
	margin: 0;
}
.singal_artical_saction .DisplayPortfolioDescription {
	display: block;
}
.bottam_singel_text {
	width: 100%;
	float: left;
	text-align: center;
	padding: 50px;
	background-image: -webkit-gradient(linear, left top, right top, from(#33cdd0), to(#3a7db0));
	color: #fff;
	text-transform: uppercase;
}
.bottam_singel_text h3 {
	margin: 0;
	line-height: 35px;
	font-size: 25px;
	font-weight: bold;
}
.footer .left_logoo {
	float: none;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.footer .right_footer {
	float: none;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.footer {
	width: 100%;
	float: left;
	background: #2b384a;
	padding: 50px 0px;
}
.footer .right_footer .sections_part {
	width: 50%;
	float: left;
}
.footer .right_footer .your_acc {
	width: 50%;
	float: left;
}
.footer .right_footer .sections_part h3 {
	margin: 0;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 400;
	color: #F07D00;
    text-transform: uppercase;
}
.footer .right_footer .sections_part ul li {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.footer .right_footer .sections_part ul li a {
	color: #fff;
}
.footer_last_but_sol {
	padding: 10px 30px;
	background: #fff;
	border: none;
	border-radius: 50px;
	color: #3C68A7 !important;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 10px;
	display: inline-block;
}
.footer .right_footer .your_acc>div h3 {
	margin: 0;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 400;
	color: #F07D00;
    text-transform: uppercase;
}
.footer .right_footer .your_acc>div p {
	color: #fff;
}
.footer .right_footer .your_acc .f_top_ac {
	margin-bottom: 100px;
}
.copyright {
	width: 100%;
	float: left;
	background: #2b384a;
	border-top: 1px solid #324660;
	padding: 15px 0px;
}
.copyright ul {
	width: auto;
	float: left;
}
.copyright li {
	display: inline-block;
	padding-right: 10px;
}
.copyright li a {
	color: #818995;
}
.copyright p {
	width: auto;
	float: right;
	margin: 0;
	color: #818995;
}
.menu_bar .left_menu>ul>li ul li:hover{
	background-color: #d6dde5;
}
.menu_bar .left_menu>ul>li ul li.last_arow {
	bottom: 0;
	width: 100%;
	text-align: center;
	background: #f3f3f3;
	padding: 3px;
}
.responsiv_menu .sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	background-color: #2b384a;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.responsiv_menu .sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.responsiv_menu .sidenav a:hover {
	color: #f1f1f1;
}
.responsiv_menu .sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.responsiv_menu div#mySidenav .main_responsiv_part {
	width: 90%;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.responsiv_menu div#mySidenav .main_responsiv_part>ul li {
	width: 100%;
	float: left;
	position: relative;
}
.responsiv_menu div#mySidenav .main_responsiv_part>ul li a {
	padding: 10px;
	color: #fff;
	font-size: 15px;
}
.responsiv_menu div#mySidenav .main_responsiv_part>ul {
	padding-bottom: 10px;
	margin-bottom: 30px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #4a5666;
}
.responsiv_menu div#mySidenav .main_responsiv_part .botam_but ul li {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.responsiv_menu div#mySidenav .main_responsiv_part .botam_but ul li:last-child {
	border-bottom: none;
}
.responsiv_menu div#mySidenav .main_responsiv_part .botam_but ul li a {
	padding: 10px 25px;
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50px;
	font-size: 14px;
	display: inline-block;
}
.responsiv_menu div#mySidenav .main_responsiv_part .botam_but ul li:last-child a {
	background: #fff;
	color: #000;
}
@media screen and (max-height: 450px) {
	.responsiv_menu .sidenav {
		padding-top: 15px;
	}
	.responsiv_menu .sidenav a {
		font-size: 18px;
	}
}
.right_login_part .responsiv_menu {
	display: none;
}
.right_login_part .responsiv_menu span {
	color: #fff;
}
.singel_catalog_slider {
	width: 100%;
	float: left;
	position: relative;
}
.singel_catalog_slider>i {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 17px;
	color: #2b3849;
}
.site_bredcarom {
	width: 100%;
	float: left;
	padding: 30px 0px;
}
.site_bredcarom ul li {
	display: inline-block;
	position: relative;
	padding-right: 10px;
}
.site_bredcarom ul li a {
	font-size: 12px;
	color: #54585b;
}
.site_bredcarom ul li:before {
	content: '/';
	position: absolute;
	right: 1px;
	top: 1px;
	color: #d7dbde;
}
.site_bredcarom ul li:last-child {
	padding: 0;
}
.site_bredcarom ul li:last-child:before {
	content: none;
}
.sol_price_part {
	width: 100%;
	float: left;
	background: #f2f3f7;
	padding: 12px;
	border-radius: 20px;
	position: relative;
	display: table;
}
.vander_part_top_to_top>* {
	display: table-cell;
	vertical-align: middle;
}
.sol_price_part .left_sol_image {
	width: 20%;
	max-width: 140px;	/*IE*/
	background: #fff;
	padding: 10px;
	border-radius: 20px;
	border: 1px solid #d7dbde;
	text-align:center;
}
.sol_price_part .left_sol_image img {
	max-width: 100%;
}
.sol_price_part .sol_medal_text {
	width: 50%;
}
.sol_price_part .sol_prix {
	width: 30%;
	position: relative;
}
.sol_price_part .sol_medal_text>* {
	width: 100%;
	float: left;
	padding-left: 25px;
}
.sol_price_part .sol_prix>* {
	width: 100%;
	float: left;
	padding-left: 20px;
}
.sol_medal_text>span {
	font-size: 12px;
	color: #c1c2c7;
}
.sol_medal_text h3 {
	color: #2b374d;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 400;
}
.sol_medal_text h3 span {
	text-transform: capitalize;
}
.sol_medal_text p {
	font-size: 13px;
	color: #2b374d;
	margin-bottom: 0;
	padding-right: 50px;
}
.sol_medal_text h5 {
	color: #c1c2c7;
	font-weight: 400;
}
/*.sol_price_part .sol_prix:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #d7dbde;
	left: 0;
	top: 0;
}*/
.sol_prix h3 {
	color: #2b374d;
	font-size: 25px;
	font-weight: 400;
}
.sol_prix p {
	font-weight: bold;
}
.sol_prix h4 {
	font-size: 25px;
	font-weight: 600;
	margin: 0;
}
.sol_prix h2 {
	margin-top: 5px;
	font-size: 25px;
	font-weight: 600;
	color: #ef7d00;
}
.three_part {
	width: 100%;
	float: left;
	display: table;
	margin-top: 25px;
}
.three_part>* {
	display: table-cell;
	vertical-align: top;
}
.three_part .same_three {
	width: 31.5%;
	background: #f2f3f7;
	padding: 20px 25px;
	border-radius: 20px;
}
.same_three h5 {
	width: 100%;
	float: left;
	margin-top: 0;
	font-weight: 600;
	font-size: 16px;
}
.same_three p {
	width: 100%;
	float: left;
}
.same_three ul {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.same_three ul li {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.same_three ul li i {
	color: #3b69a7;
	margin-right: 5px;
}
.three_part .same_three .splaciar {
	width: 100%;
	float: left;
	padding: 10px;
}
.yes_add_solution_but_ {
	padding: 8px 30px;
	background: #3b69a7;
	color: #fff;
	border: none;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 15px;
	display: inline-block;
	font-size: 11px;
}
.main_singal_pro_saction {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
.sloder_in_producy {
	width: 100%;
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 15px 0px;
	background: #2c374b;
}
.sloder_in_producy .external_part {
	width: 100%;
	float: left;
	text-align: center;
}
.sloder_in_producy .external_part>h3 {
	color: #fff;
	font-weight: 600;
	font-size: 25px;
}
.three_slider_part {
	width: 100%;
	float: left;
}
.logo_part {
	width: 50%;
	margin: 0 auto;
}
.logo_part p {
	margin: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.three_slider_part .owl-nav {
	display: none;
}
.three_slider_part .owl-dots {
	padding: 40px 20px 0px 20px;
}
.rating_part {
	width: 100%;
	float: left;
	padding: 30px 0px;
}
.rating_part .site_title h3 {
	text-align: center;
	margin-bottom: 3;
}
.rating_part ul.four_rating {
	width: 100%;
	margin-top: 25px;
	float: left;
}
.rating_part ul.four_rating>li {
	width: 20%;
	float: left;
	padding:0px 8px;
}
.sligal_rating_part {
	width: 100%;
	float: left;
}
.sligal_rating_part h4 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 600;
	height: 24px;
}
.sligal_rating_part h4 span {
	font-weight: 300;
}
.sligal_rating_part .rating_star .five_star_fafa {
	margin-left: 10px;
	float:right;
	margin-top: 2px;
}
.sligal_rating_part .rating_star>* {
	display: inline-block;
	margin-bottom: 0;
}
.sligal_rating_part .rating_star {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.sligal_rating_part .rating_star p {
	font-size: 11px;
	font-weight: 400;
	width: 52%;
	max-width: 118px;
	word-break: break-all;
}
.sligal_rating_part .rating_star .five_star_fafa span.fa.fa-star {
	color: #bdc0c5;
}
.sligal_rating_part .rating_star .five_star_fafa span.checked {
	color: #ee7b00 !important;
}
.othar_product {
	width: 100%;
	float: left;
	background: #f2f3f7;
	padding: 50px 0px;
}
.othar_product .site_title {
	text-align: center;
	margin-bottom: 30px;
}
.three_sligal_product {
	width: 100%;
	float: left;
	padding: 20px;
	background: #fff;
	border-radius: 15px;
	min-height: 152px;
}
.three_sligal_product>span {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #a6a9ae;
}
.three_sligal_product h3 {
	color: #4a4a4a;
	font-weight: 300;
	font-size: 20px;
}
.three_sligal_product span {
	width: 100%;
	float: left;
}
.three_sligal_product p {
	width: 100%;
	float: left;
	margin: 0;
	margin-top: 10px;
}
.three_sligal_product p a {
	font-size: 13px;
}
.main_part_bptta {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.main_part_bptta:last-child {
	margin-bottom: 0;
}
.singal_label_part {
	position: absolute;
	top: 20px;
	right: 0;
}
.singal_label_part .same_popup_part {
	position: absolute;
	bottom: 140%;
	right: -30%;
	border: 1px solid #93a8c7;
	padding: 10px 10px;
	text-align: center;
	border-radius: 10px;
	width: 150px;
	display: none;
	background: #fff;
	box-shadow: -1px 1px 13px #00000054;
}
.singal_label_part .icon_saction {
	padding: 5px 30px 5px 30px;
	background: #15bcab;
	color: #fff;
	text-transform: uppercase;
}
.singal_label_part .icon_saction:before {
	content: '';
	position: absolute;
	border-left: 15px solid #f2f3f7;
	width: 10px;
	height: 30px;
	top: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	left: 0;
}
.singal_label_part .same_popup_part:before,
.singal_label_part .same_popup_part:after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
}
.singal_label_part .same_popup_part:before {
	border-color: #93a8c7 transparent transparent transparent;
	border-width: 11px;
	bottom: -23px;
	right: 41.5%;
	left: auto;
}
.singal_label_part .same_popup_part:after {
	border-color: white transparent transparent transparent;
	border-width: 10px;
	bottom: -20px;
	right: 42%;
	left: auto;
}
.side_bar_part {
	width: 100%;
	float: left;
	position: relative;
	min-height: 500px;
}
.side_bar_part .left_same_side_bar {
	position: absolute;
	width: 300px;
	top: 0;
	left: 0;
	background: #555e6f;
	padding: 20px 0;
	overflow-y: scroll;
	height: 100%;
}
.ex_part {
	width: 80%;
	text-align: center;
	float: right;
	background: #d7d7d5;
}
.side_bar_part .right_side_bar_main_saction {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 300px;
}
.panel-default>.panel-heading {
	color: #fff;
	background-color: #555e6f;
	border: none !important;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.panel-default>.panel-heading a {
	display: block;
	padding: 0 20px 0 0;
	position: relative;
	text-transform: uppercase;

}
.all_acodian_sactoin .panel.panel-default {
	border: none;
	background: transparent;
	margin-bottom: 30px;
	margin-top: 0;
}
.panel-default>.panel-heading a:after {
	content: "";
	position: absolute;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	transition: transform .25s linear;
	right: 0;
	-webkit-transition: -webkit-transform .25s linear;
}
.all_acodian_sactoin .panel.panel-default .collapse .panel-body {
	background-color: transparent !important;
	border: none;
	/*padding: 20px 0 0px 0;*/
}
.all_acodian_sactoin .panel.panel-default .panel-heading {
	padding: 0px 15px;
}
.all_acodian_sactoin .panel.panel-default h4.panel-title a {
	padding-right: 20px;
}
.panel-default>.panel-heading a[aria-expanded="true"]:after {
	content: "\2212";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.panel-default>.panel-heading a[aria-expanded="false"]:after {
	content: "\002b";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.custom_redio_part{
	width: 100%;
	float: left;
}
.custom_redio_part ul li {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.custom_redio_part ul li:last-child {
	margin-bottom: 0;
}
.custom_redio_part ul li label.cus_redio {
	display: block;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	font-weight: 400;
}
.cus_redio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #f1f2f6;
	border: 1px solid #2b3849;
}
.cus_redio input:checked~.checkmark {
	background-color: #15c0b0;
}
.top_insted {
	width: 100%;
	float: left;
	display: table;
	position: relative;
	padding: 30px 50px;
}
.top_insted > div {
	display: table-cell;
	vertical-align: bottom;
}
.top_insted .left_cornar {
	width: 60%;
}
.top_insted .do_you_part {
	width: auto;
	max-width: 30vw;
	position: absolute;
	top: 10px;
	right: 50px;
	padding: 10px;
	background: #f2f3f7;
	border-radius: 20px;
}
.top_insted .left_cornar h3 {
	margin-top: 25px;
	font-weight: bold;
}
.top_insted .left_cornar > p {
	font-size: 15px;
	width: 80%;
	position: relative;
	padding-left: 40px;
}
.top_insted .left_cornar > p i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 45px;
	color: #a6a6a6;
}
.top_insted .right_list_grid ul li {
	display: inline-block;
}
.top_insted .right_list_grid ul li a i {
	width: 30px;
	text-align: center;
	height: 30px;
	border: 1px solid #d7dbde;
	line-height: 30px;
	border-radius: 50%;
	color: #9b9b9b;
}
.top_insted .right_list_grid ul {
	text-align: right;
}
.top_insted .right_list_grid ul li select {
    padding: 5px 15px 5px 15px;
    border-radius: 50px;
    width: 165px;
    background-image: url(../images/down-arow.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.othar_product_but_abb {
	padding: 5px 20px;
	background: #3b69a7;
	border: none;
	border-radius: 50px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
}
.othar_product_but_abb:hover{
	color: #FFFFFF;
}
.list_grid_systam {
	width: 100%;
	float: left;
	padding: 0px 50px;
}
.list_grid_systam > ul {
	width: 100%;
	float: left;
}
.singal_com_saction {
	width: 100%;
	float: left;
	display: table;
}
.singal_com_saction > div {
	display: table-cell;
	vertical-align: middle;
}
.singal_com_saction .left_com_logo_img {
	width:5%;
}
.singal_com_saction .left_com_logo_img img {
	position: absolute;
	max-width: 110px;
	max-height: 110px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.list_grid_systam > ul > li {
	width: 100%;
	float: left;
	margin-bottom: 25px;
	background: #f1f2f6;
	padding: 25px;
	border-radius: 20px;
	position: relative;
}
.singal_com_saction .medal_sonic_text {
	width: 40%;
}
.singal_com_saction .mini_des_rating {
	width: 20%;
}
.singal_com_saction .submit_saction {
	width: 20%;
	vertical-align: bottom;
}
.singal_com_saction .medal_sonic_text > * {
	padding-left: 20px;
}
.singal_com_saction .medal_sonic_text > span {
	font-size: 12px;
	color: #a6a9ae;
}
.singal_com_saction .medal_sonic_text > h3 {
	margin: 10px 0px;
	padding-bottom: 10px;
	position: relative;
}
.singal_com_saction .medal_sonic_text > h3:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 2px;
	background: #dee5ef;
	bottom: 0;
}
.singal_com_saction .medal_sonic_text p {
	font-size: 13px;
}
.singal_com_saction .medal_sonic_text {
	padding-right: 25px;
}
.singal_com_saction .mini_des_rating .mini_rating_part {
    padding: 10px 0px;
    border-top: 1px solid #ccd4e1;
    border-bottom: 1px solid #ccd4e1;
    width: 100%;
    float: left;
}
.singal_com_saction .mini_des_rating h6 {
	margin-bottom: 0;
	color: #8f939e;
	font-weight: 400;
}
.singal_com_saction .mini_des_rating a {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	color: #4370ab;
}
.singal_com_saction .mini_des_rating p {
    width: 100%;
    display: table;
    float: left;
    padding: 0;
}
.singal_com_saction .submit_saction {
	text-align: right;
}
.read_more_but_in_sigal_post {
	padding: 5px 20px;
	background: #3b69a7;
	border: gainsboro;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	transition: .5s ease;
	border-radius: 50px;
}
.read_more_but_in_sigal_post:hover {
    background: #F07D00;
    color: #fff;
}
.mini_rating_part span.checked {
	color: #f07c03;
}
.ead_part {
	width: 80%;
	margin: 0 auto;
	display: table;
	margin-bottom: 25px;
	padding: 25px;
	background: #d6dde5;
	border: 5px solid #c7d1dd;
	border-radius: 20px;
}
.ead_part .add_text_left {
	width: 60%;
	display: table-cell;
	vertical-align: bottom;
}
.ead_part .add_but_right {
	width: 40%;
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
}
.ead_part .add_text_left h3 {
	font-size: 25px;
	font-weight: 400;
	margin-top: 0;
}
.ead_part .add_but_right button {
	padding: 5px 20px;
	background: #3b69a7;
	border: gainsboro;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: 50px;
}
.filter_cat_part {
	display: none;
}
.filter_cat_part .filter_icon {
	position: fixed;
	z-index: 1;
	bottom: 15px;
	right: 15px;
	color: #fff;
	width: 50px;
	text-align: center;
	height: 50px;
	background: #565d6d;
	border-radius: 50%;
	border: 3px solid #334050;
	line-height: 50px;
}
.custom_catalog {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #555e6f;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.custom_catalog a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.custom_catalog a:hover {
	color: #f1f1f1;
}
.custom_catalog .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	color: #fff;
	margin-left: 50px;
	z-index: 1;
}
div#accordion_2 .panel.panel-default {
	width: 100%;
	float: left;
}
@media screen and (max-height: 450px) {
	.custom_catalog {
		padding-top: 15px;
	}
	.custom_catalog a {
		font-size: 18px;
	}
}
div#filter_saction .all_acodian_sactoin div#accordion_2 {
	padding: 30px 30px;
}
div#filter_saction .all_acodian_sactoin div#accordion_2 h4.panel-title a {
	color: #fff;
	font-size: 17px;
}
div#filter_saction > p {
	position: absolute;
	top: 0;
	padding: 25px;
	text-align: center;
	width: 100%;
	color: #ca741d;
	text-transform: uppercase;
	margin: 0;
}
.singal_label_part .same_popup_part p {
	margin: 0;
	text-align: left;
	font-size: 11px;
}
.acc_pay_detail_part {
	width: 100%;
	float: left;
	padding: 30px 50px;
}
.acc_pay_detail_part ul.nav {
	border-bottom: 1px solid #cacaca;
}
.acc_pay_detail_part ul.nav li {
	margin: 0;
	border: none;
	width: 50%;
	float: left;
}
.acc_pay_detail_part ul.nav li a {
	border: none !important;
	background: transparent !important;
	border-radius: 0;
	padding: 10px 10px 10px 0;
	font-weight: 600;
	font-size: 17px;
	color: #969aa5;
	position: relative;
	text-transform: uppercase;
	min-height:80px;
}
.acc_pay_detail_part ul.nav li.active a {
	color: #2c3949;
}
.acc_pay_detail_part ul.nav li.active a:before {
	content: '';
	position: absolute;
	width: 80%;
	height: 3px;
	background: #15c0b0;
	bottom: -2px;
}
.not_yet {
	width: 100%;
	float: left;
	margin-bottom: 35px;
}
.acc_pay_detail_part .tab-content {
	padding: 30px 0px;
	width: 100%;
	float: left;
}
.not_yet li {
	width: 48%;
	float: left;
	position: relative;
	padding: 15px 150px 15px 10px;
	background: #c2c6cf;
	border-radius: 5px;
}
.not_yet li:last-child {
	float: right;
}
.tab_in_but_top {
	display: inline-block;
	background: #3b69a7;
	border: none;
	padding: 4px 13px;
	color: #fff;
	border-radius: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	margin-top: 8px;
}
.custamr_name_nd_id_pass {
	width: 100%;
	float: left;
	margin-bottom: 35px;
}
.custamr_name_nd_id_pass h3 {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0;
}
.custamr_name_nd_id_pass > ul {
	width: 100%;
	float: left;
}
.custamr_name_nd_id_pass > ul > li {
	width: 100%;
	float: left;
	margin-bottom: 25px;
	background: #f1f2f6;
	padding: 25px 10px 25px 25px;
	border-radius: 20px;
	position: relative;
	display: table;
}
.custamr_name_nd_id_pass > ul > li:last-child {
	margin-bottom: 0;
}
.custamr_name_nd_id_pass ul li > div {
	display: table-cell;
	vertical-align: middle;
}
.custamr_name_nd_id_pass ul li .left_cst_image {
	width: 150px;
}
.custamr_name_nd_id_pass ul li .left_cst_image img {
	    position: absolute;
    max-width: 110px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.custamr_name_nd_id_pass ul li .left_cst_image p {
	margin-top: 10px;
	font-size: 12px;
	color: #9a9ca5;
}
.custamr_name_nd_id_pass > ul > li .sonic_text {
	width: 45%;
}
.custamr_name_nd_id_pass > ul > li .sonic_text > * {
	width: 100%;
	float: left;
	padding: 0px 15px 0px 15px;
}
.custamr_name_nd_id_pass > ul > li .sin_rat_part_medal {
	width: 25%;
	padding: 0px 10px;
	border-left: 1px solid #d6deeb;
	border-right: 1px solid #d6deeb;
}
.custamr_name_nd_id_pass > ul > li .sin_rat_part_medal ul li p.same_para_left {
	width: auto;
	float: left;
	color: #456fab;
	font-weight: 600;
	font-size: 13px;
	margin: 0;
	text-transform: uppercase;
}
.custamr_name_nd_id_pass > ul > li .sin_rat_part_medal ul li p.rating_right_number {
	width: auto;
	float: right;
	font-size: 12px;
}
.custamr_name_nd_id_pass > ul > li .sin_rat_part_medal ul li:first-child p.rating_right_number {
	font-size: 25px;
	color: #f47c02;
	font-weight: 700;
	margin-top: -10px;
}
.custamr_name_nd_id_pass > ul > li .sin_rat_part_medal ul li {
	width: 100%;
	float: left;
	margin-bottom:5px;
}
.custamr_name_nd_id_pass ul li .delit_part {
	text-align: center;
}
.custamr_name_nd_id_pass > ul > li .sonic_text span {
	font-size: 12px;
	color: #a6a9ae;
}
.custamr_name_nd_id_pass > ul > li .sonic_text h3 {
	margin: 10px 0px;
	position: relative;
}
.custamr_name_nd_id_pass > ul > li .sonic_text h3>a {
	color: inherit;
}
.custamr_name_nd_id_pass > ul > li .sonic_text p {
	font-size: 13px;
	color: #7e8492;
}
.custamr_name_nd_id_pass > ul > li .sonic_text h5 {
	margin: 0;
	font-size: 12px;
	color: #7e8492;
}
.custamr_name_nd_id_pass > ul > li .sin_rat_part_medal ul li p.rating_right_number .checked {
	color: #f47c02;
}
.custamr_name_nd_id_pass ul li .delit_part ul li a i {
	width: 100%;
	font-size: 20px;
}
.custamr_name_nd_id_pass ul li .delit_part ul li a {
	background: transparent;
	border: none;
	color: #000;
}
.custamr_name_nd_id_pass ul li .delit_part ul li {
	display: inline-block;
}
.custamr_name_nd_id_pass ul li .delit_part ul {
	text-align: center;
}
.custamr_name_nd_id_pass > ul > li .sin_rat_part_medal ul li:first-child p.same_para_left {
	color: #000;
}
.welcom_part {
	width: 100%;
	float: left;
	padding: 50px;
	background: #f2f3f7;
	margin-bottom: 20px;
}
.welcom_part h3 {
	margin: 0;
	margin-bottom: 10px;
	font-weight: bold;
}
.welcom_part p {
	margin: 0;
	width: 50%;
}
.welcome_page .custamr_name_nd_id_pass > ul > li .sin_rat_part_medal {
	width: 20%;
}
.custamr_name_nd_id_pass ul li .delit_part .sub_part_bit {
	width: 100%;
	float: left;
	margin-top: 15px;
	text-align: center;
}
.edit_delet_sub_but_part {
	padding: 10px 10px;
	border: none;
	background: #3b69a7;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: 50px;
	font-size: 12px;
	display: inline-block;
}
.welcome_page .not_yet li {
	float: left !important;
}
body,
html {
	margin: 0;
	padding: 0;
	height: 100%;
}
.secand_footer_page .bbotam_sactoin_foo {
	min-height: 100%;
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 50px;
}
.secand_title_part {
	width: 100%;
	float: left;
	text-align: center;
	background: #2c374b;
	position: absolute;
	bottom: 0;
	height: 30px;
}
.login_part {
	height: 100%;
	position: relative;
}
.login_part .left_new_regestar {
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(to right, #33cdd0, #3a7db0);
	height: 100%;
}
.left_new_regestar .creat_acc_new {
	width: 100%;
	padding: 30px 15%;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 1;
}
.left_new_regestar .creat_acc_new h3 {
	margin-top: 0;
	font-weight: 500;
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
}
.left_new_regestar .creat_acc_new p {
	font-size: 15px;
	color: #fff;
	margin-bottom: 20px;
}
.transparant_but_log_part {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 30px;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
}
.login_part .left_new_regestar .top_header_saction {
	padding: 30px;
	width: 100%;
	float: left;
}
.login_part .left_new_regestar .top_header_saction img {
	float: right;
	width: 80px;
}
.login_part .login_saction_right {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.login_saction_right .aricy_part {
	padding: 30px;
}
.login_part .left_new_regestar .top_header_saction a {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50px;
	color: #fff;
	padding: 14px 25px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 1px;
}
.login_saction_right .aricy_part img {
	width: 85px;
}
.login_part .login_saction_right .login_to_your_acc {
	width: 100%;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 30px 15%;
	text-align: center;
}
.login_to_your_acc h3 {
	margin-top: 0;
	font-size: 25px;
	font-weight: 500;
	text-transform: uppercase;
	color: #3b69a7;
}
.login_to_your_acc p {
	font-size: 15px;
	margin-bottom: 20px;
}
.login_to_your_acc form.login_form {
	width: 100%;
	float: left;
}
form.login_form input {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #d7dbde;
	padding: 10px 15px;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 400;
}
form.login_form p {
	font-size: 12px;
}
form.login_form p a {
	color: #84a0c7;
}
.new_log_saction {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 15px;
	border-radius: 50px;
	font-size: 15px;
	display: inline-block;
	background: #3b69a7;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	border: none;
}
.secand_header {
	width: 100%;
	float: left;
	position: relative;
	padding: 20px;
}
.secand_header .back_but_in_hea {
	position: absolute;
	top: 27px;
}
.secand_header ul {
	text-align: center;
}
.secand_header ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 20px;
	position: relative;
}
.secand_header ul li img {
	width: 100px;
}
.secand_header .back_but_in_hea a {
	background: transparent;
	border: 1px solid #3c69ac;
	border-radius: 50px;
	color: #3c69ac;
	padding: 14px 25px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	display: inline-block;
}
.all_form_part {
	width: 100%;
	float: left;
	padding: 50px 0px;
}
.all_form_part .same_container_part {
	width: 45%;
	margin: 0 auto;
	overflow: hidden;
}
.all_fonm_in_cantant {
	width: 100%;
	float: left;
	text-align: center;
}
h3.form_title_part {
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 500;
	color: #3b69a4;
}
.title_secand_in_cantant {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.all_form_sction_in_all {
	width: 100%;
	float: left;
	padding: 25px;
	background: #f2f3f7;
	border-radius: 20px;
}
.all_form_sction_in_all input {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #d7dbde;
	padding: 10px 15px;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 400;
}
.all_form_sction_in_all p.fargot_pass {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	text-align: left;
	color: #95adcf;
	font-size: 12px;
}
.long_but_in_form_saction {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 15px;
	border-radius: 50px;
	font-size: 15px;
	background: #3b69a7;
	color: #fff;
	text-align:center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	border: none;
	display: inline-block;
}
.all_form_sction_in_all h5 {
	margin: 0;
	font-size: 12px;
}
.secand_header ul li:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #a7bbd6;
	right: 0;
}
.secand_header ul li:last-child:before {
	content: none;
}
.title_secand_in_cantant p.title_same_text {
	margin: 0;
	font-size: 12px;
}
.all_form_sction_in_all p.only_text_in_form {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 12px;
	margin-bottom: 20px;
}
body.secand_footer_page {
	position: relative;
}
.secand_title_part {
	width: 100%;
	float: left;
	text-align: center;
	background: #2c374b;
	position: absolute;
	bottom: 0;
	height: 30px;
}
.secand_title_part ul {
	width: auto;
	display: inline-block;
}
.secand_title_part ul li {
	display: inline-block;
	padding: 5px 5px;
}
.secand_title_part ul li a {
	color: #b1b4bd;
	text-transform: capitalize;
}
.all_form_sction_in_all select {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #d7dbde;
	padding: 10px 45px 10px 15px;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 400;
	background-image: url(../images/down-arow.png);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
.all_form_sction_in_all hr {
	width: 100%;
	float: left;
	border-color: #d7dbde;
	margin-top: 0;
}
.add_chack {
	width: 100%;
	float: left;
	display: inline-flex;
	margin-bottom: 20px;
}
.add_chack input[type="checkbox"] {
	width: auto;
	margin: 4px 10px 0 0;
	float: left;
}
.all_form_sction_in_all input.emial_form {
	margin-bottom: 5px;
}
.all_form_sction_in_all textarea {
	width: 100%;
	padding: 15px 15px;
	border: 1px solid #d7dbde;
	border-radius: 30px;
	margin-bottom: 20px;
	min-height: 125px;
	font-size: 15px;
	font-weight: 400;
}
.uplode_image {
	width: 100%;
	float: left;
	display: table;
	margin-bottom: 20px;
}
.uplode_image > div {
	display: table-cell;
	vertical-align: middle;
}
.uplode_image .uplode_this_img {
	width: 25%;
	border: 1px solid #d7dbde;
	border-radius: 20px;
}
.uplode_image .right_uplod_but_text {
	padding-left: 20px;
	position: relative;
	text-align: left;
}
.uplode_image .right_uplod_but_text input {
	position: absolute;
	top: 0;
	left: -1000px;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.uplode_image .right_uplod_but_text button {
	margin-bottom: 10px;
}
.uplode_image .right_uplod_but_text a {
	padding: 15px;
	display: inline-block;
	width: 100%;
	text-align: center;
	background: #3c68a7;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
	cursor: pointer;
}
.uplode_image .right_uplod_but_text p {
	margin-bottom: 5px;
	font-size: 12px;
}
.fargot_form {
	width: 100%;
	float: left;
}
.fargot_form p {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 12px;
	margin-bottom: 20px;
}
.fargot_form input {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #d7dbde;
	padding: 10px 15px;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 400;
}
.fargot_form ul {
	width: 100%;
	float: left;
}
.fargot_form ul li {
	display: inline-block;
	padding: 0px 15px;
}
.secand_form_but_part {
	padding: 10px 45px;
	background: #3b69a7;
	border: none;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 1px;
}
.tab_part_in_form ul.nav.nav-tabs li {
	width: 50%;
	background: #d8dce5;
}
.tab_part_in_form ul.nav.nav-tabs li a {
	border-radius: 0;
	border: none;
	margin: 0;
}
.tab_part_in_form {
	width: 100%;
	float: left;
}
.tab_part_in_form ul.nav {
	width: 100%;
	float: left;
	border-radius: 25px 25px 0px 0px;
	overflow: hidden;
}
.tab_part_in_form ul.nav.nav-tabs li.active a {
	background: #f2f3f7;
}
.tab_part_in_form ul.nav.nav-tabs li a {
	border-radius: 0;
	border: none;
	margin: 0;
	color: #4b5465;
	font-size: 14px;
	font-weight: 500;
}
.tab_part_in_form .tab-content {
	width: 100%;
	float: left;
	background: #f2f3f7;
	border-radius: 0px 0px 25px 25px;
}
.tab_part_in_form .tab-content .tab-pane {
	padding: 30px;
	width: 100%;
	float: left;
}
.tab_part_in_form .tab-content .acc_pass_form input {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #d7dbde;
	padding: 10px 15px;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 400;
}
.tab_part_in_form .tab-content .acc_pass_form img {
	width: 70%;
	margin-bottom: 25px;
}
.tab_part_in_form .tab-content .acc_pass_form > p {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.tab_part_in_form .tab-content .acc_pass_form > p input {
	width: auto;
	margin: 4px 0 0 0;
	float: none;
}
.tab_part_in_form .tab-content .acc_pass_form ul li {
	width: 50%;
	float: left;
	padding: 15px 10px;
	position: relative;
}
.two_saction_part p {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 20px;
}
.want_to_crea {
	border: 2px solid #3b68ab;
	padding: 9px 25px;
	border-radius: 50px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	background: #3b68ab;
}
.join_it_saction {
	background: transparent;
	color: #3b68ab;
	padding: 9px 25px;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	border: 2px solid #3b68ab;
}
.tab_part_in_form .tab-content .acc_pass_form ul li:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #dfe3ec;
	top: 0;
	right: 0;
}
.tab_part_in_form .tab-content .acc_pass_form ul li:last-child:before {
	content: none;
}
.tab_part_in_form .tab-content .acc_pass_form ul {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.acc_pass_form > p:last-child {
	margin: 0 !important;
}
.tab_part_in_form ul.nav.nav-tabs li a {
	font-size: 12px;
}
.responsiv_menu div#mySidenav .main_responsiv_part>ul li > ul {
	display: none;
}
.panel,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none;
}
.responsiv_menu div#mySidenav .main_responsiv_part>ul li > ul {
	max-height: 250px;
	overflow-y: scroll;
	position: absolute;
	background: #15a79a;
	top: 100%;
	border-radius: 5px;
	z-index: 1;
}
.responsiv_menu div#mySidenav .main_responsiv_part>ul li:hover > ul {
	display: block;
}
.filter_cat_part .filter_icon > span {
	z-index: 1;
	width: 100%;
	float: left;
	position: relative;
}
.filter_cat_part .filter_icon > p {
	position: absolute;
	left: -10px;
	top: 13px;
	margin: 0;
	bottom: auto;
	display: inline-block;
	background: #ed8006;
	line-height: 20px;
	width: 20px;
	height: 20px;
	font-size: 13px;
	border-radius: 50%;
	font-weight: 500;
}
.scerve_sac {
        background: #fff;
    border: 1px solid #d7dbde;
    padding: 15px;
    border-radius: 20px;
    line-height: 100px;
    width: 140px !important;
    height: 140px !important;
    max-height: 140px !important;
    position: relative;
}
.rating {
	border: none;
	float: right;
}
.rating > label {
	margin-bottom: 0;
}
.rating > input {
	display: none;
}
.rating > label:before {
	margin: 3px;
	font-size: 11px;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
}
.rating > .half:before {
	content: "\f089";
	position: absolute;
}
.rating > label {
	color: #bfbfc7;
	float: right;
}
.rating > input:checked ~ label,
/* show gold star when clicked */

.rating:not(:checked) > label:hover,
/* hover current star */

.rating:not(:checked) > label:hover ~ label {
	color: #f47c02;
}
/* hover previous stars in list */

.rating > input:checked + label:hover,
/* hover current star when changing rating */

.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
/* lighten current selection */

.rating > input:checked ~ label:hover ~ label {
	color: #f47c02;
}
.side_bar_part .left_same_side_bar p {
	margin: 0;
	padding: 15px;
	text-align: center;
	color: #f07c03;
	padding-top: 0;
}
.singal_com_saction .mini_des_rating .mini_rating_part span.last_all_stayt {
	color: #3b69a7;
	font-weight: 500;
}
.right_menu .main_part_medal a.main {
	background:#15c0b0 !important;
	color:#fff;
}
.singal_label_part .icon_saction img {
	width: 15px;
}
.singel_catalog_slider img {
	width: 15px;
	position: absolute;
	right: 0;
	top: 0;
}
.singel_catalog_slider img.i2 {
	width: 16px;
	position: absolute;
	right: 0;
	top: 30px;
}
.fargot_form ul li:last-child a {
	background: #9bb2d2;
}
.main_header .left_top_logo img {
	width: 115px;
}
.secand_header > h3 {
	width: 100%;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #d8d8d8;
	padding: 10px;
}
.secure_your_acc {
	width: 100%;
	float: left;
}
.secure_your_acc h3 {
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 500;
	color: #3b69a4;
}
.secure_your_acc p {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 12px;
	margin-bottom: 20px;
	font-weight: 500;
}
.secure_your_acc .cabcha_cod {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.secure_your_acc .cabcha_cod .code_image_scen {
	width: 10%;
	float: left;
}
.secure_your_acc .cabcha_cod .code_image_scen img {
	width: 100%;
}
.secure_your_acc .cabcha_cod p {
	width: 90%;
	padding-left: 20px;
}
.four_degit {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.four_degit li {
	width: 16.66%;
	float: left;
	padding: 5px;
}
.four_degit li:last-child {
	width: 100%;
	padding: 0px;
}
.four_degit li input {
	width: 100%;
	font-size: 25px;
	padding: 15px 15px;
	text-align: center;
	border: 1px solid #d7dbde;
	border-radius: 20px;
	background: #f9f9f9;
}
.four_degit li:last-child p {
	margin: 0;
	text-align: left;
}
.g-recaptcha {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.g-recaptcha > div {
	margin: 0 auto;
}
.custom_redio_part ul li label.cus_redio p.rating_right_number {
	text-align: left;
	padding: 0;
	color: #fff;
}
.secand_tab_part_tabel {
	width: 100%;
	float: left;
	margin: 30px 0px;
}
.secand_tab_part_tabel .singel_two_but {
	width: 100%;
	float: left;
	display: table;
	margin-bottom: 25px;
	padding: 20px 0px;
	position: relative;
	border-bottom: 1px solid #f1f2f6;
}
.singel_two_but .microsoft_in_left_text {
	width: auto;
	display: table-cell;
	vertical-align: bottom;
}
.singel_two_but .two_but_saction_part {
	width: auto;
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}
.singel_two_but .two_but_saction_part ul li {
	display: inline-block;
}
a.left_vali_but {
	background: #3a66a7;
	text-transform: uppercase;
	color: #fff;
	border: none;
	border-radius: 50px;
	padding: 5px 15px;
	letter-spacing: 1px;
	text-align: center;
}
a.right_vali_but {
	background: #3a66a7;
	text-transform: uppercase;
	color: #fff;
	border: none;
	border-radius: 50px;
	padding: 5px 35px;
	letter-spacing: 1px;
}
.microsoft_in_left_text span {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #a6a9ae;
}
.microsoft_in_left_text h3 {
	margin: 10px 0px;
	position: relative;
	font-weight: 300;
	width: 100%;
	float: left;
}
.microsoft_in_left_text p {
	width: 100%;
	font-size: 13px;
	color: #7e8492;
}
div#menu2 ul li .delit_part ul {
	text-align: right;
}
div#menu2 ul li .delit_part ul li {
	text-align: center;
	margin: 0px 15px;
}
div#menu2 .custamr_name_nd_id_pass {
	margin-top: 20px;
}
.all_form_sction_in_all ul.downlod_saction {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.all_form_sction_in_all ul.downlod_saction li {
	float: left;
}
.all_form_sction_in_all ul.downlod_saction li:last-child {
	float: right;
}
.all_form_sction_in_all ul.downlod_saction li a {
	text-align: center;
	padding: 11px 28px;
	display: inline-block;
	background: #3b69a7;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 10px;
}
.about_arti {
	width: 100%;
	float: left;
	padding: 50px 0px;
}

.about_air_cat_alo {
	width: 100%;
	float: left;
}
.about_air_cat_alo > h3 {
	margin-top: 0;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.about_air_cat_alo p {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 20px;
	width: 100%;
	float: left;
}
.about_air_cat_alo img {
	max-width: 100%;
	margin: 20px 0px;
}
.about_air_cat_alo .part_lorem_title_text {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.about_air_cat_alo .part_lorem_title_text h4 {
	margin-top: 0;
	font-size: 25px;
	font-weight: 500;
}
.help_acodian {
	width: 100%;
	float: left;
}
.help_acodian .panel-default {
	padding: 10px;
	border: 1px solid #d7dbde;
	margin-bottom: 20px;
	border-radius: 15px;
}
.help_acodian .panel-default .panel-heading {
	background: transparent;
	color: #000;
	padding: 0px 15px;
}
.not_uyt {
	display: inline-block;
    width: 100%;
    margin-bottom: 20px;
	padding: 15px;
	background: #c2c6cf;
	border-radius: 5px;
	text-align: center;
}
.not_uyt>div {
	display: inline-block;
	margin: 0 auto;
}
.help_acodian h3 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #3b69a7;
}
.help_form {
    width: 100%;
    float: left;
    text-align: center;
    padding: 50px 0px;
    background: #f2f3f7;
}
.same_contant {
    width: 50%;
    margin: 0 auto;
}
.help_form .same_contant h3 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #3b69a7;
    margin-top: 0;
}
.help_form p {
    font-weight: 500;
    width: 100%;
    float: left;
    font-size: 12px;
    margin-bottom: 20px;
}
.help_form textarea {
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #d7dbde;
    border-radius: 30px;
    margin-bottom: 20px;
    min-height: 125px;
    font-size: 15px;
    font-weight: 400;
}
.my_profile_part {
    width: 100%;
    float: left;
    padding: 50px 0px;
}
.same_contant {
    width: 50%;
    margin: 0 auto;
}
h3.acc_in_save {
    width: 100%;
    float: left;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #3b69a7;
    position: relative;
    margin-top: 0;
}
a.save_chng_part,input.save_chng_part {
    position: absolute;
    right: 0;
    background: #3b69a7;
    border: none;
    padding: 7px 13px;
    color: #fff;
    border-radius: 50px;
    top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
}
.acc_form_part {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    display: table;
}
.acc_form_part p.left_Side_label {
    width: 35%;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
}
.acc_form_part .right_side_propaty {
    width: 65%;
    display: table-cell;
    vertical-align: middle;
}
.acc_form_part p {
    margin: 0;
}
.right_side_propaty p {
    padding: 10px 15px;
}
.right_side_propaty input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #d7dbde;
    border-radius: 50px;
}
.chang_pass {
    width: 100%;
    float: left;
    margin: 30px 0px 0px 0px;
    padding: 30px 0px 0px 0px;
    border-top: 1px solid #d7dbde;
}
.chang_pass >h3 {
    margin-top: 20px;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #3b69a7;
}
.chang_pass p {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: 500;
}
a.chand_send_email_but {
    padding: 10px 25px;
    background: #3b69a7;
    border: none;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1px;
}
.back_color_chang {
    background: #f2f3f7;
}
.right_side_propaty select {
    float: left;
    width: 100%;
    border: 1px solid #d7dbde;
    padding: 10px 45px 10px 15px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 400;
    background-image: url(../images/down-arow.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.comp_user {
    width: 100%;
    float: left;
    padding: 50px 0px;
}
.first_com_saction_bottam_form {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.first_com_saction_bottam_form h3 {
    font-size: 25px;
    font-weight: 700;
	margin-top:0;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #3b69a7;
}
.first_com_saction_bottam_form select {
    width: 120px;
    float: right;
}
.acc_form_part .right_side_propaty > a {
    float: right;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
	color:#000;
	min-width: 120px;
}
.acc_form_part .right_side_propaty a i {
    width: 100%;
    font-size: 20px;
}
.right_side_propaty ul {
    text-align: right;
}
.right_side_propaty>ul li {
    display: inline-block;
}
.footer .container {
    display: table;
}
.add_new_solu {
    width: 100%;
    float: left;
    padding: 50px 0px;
}
.stap_saction_form {
    width: 100%;
    float: left;
}
.stap_saction_form h3 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 0;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #3b69a7;
}
.stap_saction_form p {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: 500;
}
.form_cantanair_part {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0px;
}
.form_cantanair_part h3 {
    font-size: 25px;
    font-weight: 300;
    margin-top: 0;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #3b69a7;
}
.form_cantanair_part select {
    float: left;
    width: 100%;
    border: 1px solid #d7dbde;
    padding: 10px 45px 10px 15px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 400;
    background-image: url(../images/down-arow.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    margin-bottom: 20px;
}
.form_cantanair_part .custom_redio_part_redio_part {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.new_redio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
      font-weight: 500;
}
.new_redio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.new_redio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.new_redio input:checked ~ .checkmark:after {
  display: block;
      background: #2b384a;
}
.new_redio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
a.out_of_containar {
    background: transparent;
    border: 1px solid #3b69a7;
    border-radius: 50px;
    color: #3b69a7;
    padding: 14px 25px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    left: 0;
}
.container{
	position:relative;
}
.form_cantanair_part > input, .form_cantanair_part > div.form-group input, .myinput {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d7dbde;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 400;
}
.form_cantanair_part > textarea,.form_cantanair_part > div.form-group textarea, .mytextarea-form {
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #d7dbde;
    border-radius: 30px;
    margin-bottom: 20px;
    min-height: 125px;
    font-size: 15px;
    font-weight: 400;
}
.form_cantanair_part .right_uplod_but_text {
    width: 100%;
    float: left;
    display: table;
    margin-bottom: 20px;
}
.form_cantanair_part .custom_redio_part_redio_part label.new_redio {
    width: 50%;
    float: left;
}
.custon_cartification_part {
    width: 100%;
    float: left;
    background: #f2f3f7;
    padding: 15px;
	margin-bottom:20px;
    border-radius: 15px;
    max-height: 200px;
    overflow-y: scroll;
}
.custon_cartification_part ul li label.cus_redio {
    color: #000;
}
.custon_cartification_part .custom_redio_part {
    width: 100%;
    float: left;
}
.custon_cartification_part .custom_redio_part ul {
    width: 100%;
    float: left;
}
@scrollbar-height: 5px;
@scrollbar-padding: 15px;
.custon_cartification_part::-webkit-scrollbar {
	height: ((@scrollbar-padding * 2) +@scrollbar-height);

background-color: #f2f3f7;
	border-radius: 25px;
}
.custon_cartification_part::-webkit-scrollbar-track,
.custon_cartification_part::-webkit-scrollbar-thumb {
	border: 11px solid rgba(255, 255, 255, 0);
	background-clip: padding-box;
}
.custon_cartification_part::-webkit-scrollbar-track {
	background-color: #d8dce7;
}
.custon_cartification_part::-webkit-scrollbar-thumb {
	background-color: #212121;
}
.form_cantanair_part > p {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    font-weight: 500;
}
.form_cantanair_part > p.nbots_part {
    color: #ccc;
}
.form_cantanair_part .right_uplod_but_text input[type="file"] {
    height: 50px;
	cursor: pointer;
}
.stap_saction_form ul {
    display: block;
    text-align: center;
	margin: 0 auto;
}
.stap_saction_form ul li {
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
}
.go_back_left {
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 15px;
    display: inline-block;
    background: #3b69a7;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    border: none;
}
a.go_back_right {
    background: transparent;
    border: 1px solid #3b69a7;
    border-radius: 50px;
    color: #3b69a7;
    padding: 10px 20px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1px;
}
.modal{
	background: #3662a1bd;
}
/*.modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
}*/
.modal .modal-dialog .modal-header {
    width: auto;
    float: right;
    position: absolute;
    top: -53px;
    right: 0;
    border: none;
    opacity: 1;
    padding: 10px 0px;
}
.modal-dialog{
	margin:70px auto;
}
.modal .modal-dialog .modal-header button.close {
    opacity: 1;
    color: #fff;
    text-shadow: none !important;
    font-size: 35px;
    font-weight: 300;
}
.cistom_colos_part_popup {
    width: 100%;
    float: left;
    text-align: center;
}
.modal-content {
    /*width: 100%;
    float: left;*/
    padding: 15px;
    border-radius: 20px;
}
.modal-body {
    /*width: 100%;
    float: left;*/
}
.cistom_colos_part_popup {
    width: 100%;
    float: none;
    text-align: center;
    padding: 27px 0px 20px 0px;
    display: inline-block;
}
div#myModal .modal-dialog {
    width: 370px;
}
.modal-body p {
    font-weight: 500;
}
.cistom_colos_part_popup a.want_to_crea {
    float: left;
}
.cistom_colos_part_popup a.join_it_saction {
    float: right;
}
div#myModal p {
    text-align: center;
}
div#myModal_1 .modal-dialog {
    width: 40%;
}
.edit_form_part h3 {
    font-size: 25px;
    font-weight: 300;
    margin-top: 0;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #3b69a7;
    text-align: center;
}
.edit_form_part p {
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.edit_form_part input {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d7dbde;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 400;
}
.product_part_in_tro {
    text-align: center;
    padding: 20px 0px;
}
.modal-body .edit_form_part .custom_redio_part input {
    margin: 0;
}
/*#myModal_3 .modal-dialog, #myModal_4 .modal-dialog {
    position: static;
    transform: none !important;
    margin: 50px auto;
}*/
.modal-body select{
	float: left;
    width: 100%;
    border: 1px solid #d7dbde;
    padding: 10px 45px 10px 15px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 400;
    background-image: url(../images/down-arow.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    margin-bottom: 20px;
}
.stars5 {
    background: url(../images/5stars.png) repeat-x;
    font-size: 0;
    height: 15px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 75px;
    margin: 0 auto;
    background-size: 15px;
}
.stars5-on {
    background: url(../images/5stars.png) repeat-x;
    background-position: 0px 154%;
    float: left;
    height: 21px;
    display: block;
    background-size: 15px;
}
div#myModal_5 .modal-dialog {
    width: 370px;
}
.sub_mit_rating_part {
    width: 100%;
    float: left;
}
.sub_mit_rating_part > h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
}
.sub_mit_rating_part .singal_rating_part p {
    width: auto;
    float: left;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
}
.sub_mit_rating_part .singal_rating_part {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.save_and_clos {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.custamr_name_nd_id_pass > ul > li .sin_rat_part_medal ul li .rating_all_site {
    float: right;
}
.difrant_catalog_part {
    width: 100%;
    float: left;
    background: #2b384a;
	padding:100px 0px;
}
.main_catalog_saction {
    width: 100%;
    float: left;
    display: table;
}
.difrant_catalog_part .main_catalog_saction > div {
    display: table-cell;
    vertical-align: middle;
}
.difrant_catalog_part .main_catalog_saction .left_catalof {
    width: 40%;
}
.difrant_catalog_part .main_catalog_saction .right_catalof {
    width: 60%;
    text-align: center;
}
.difrant_catalog_part .main_catalog_saction .right_catalof ul li {
    width: 50%;
    float: left;
}
.difrant_catalog_part .main_catalog_saction .left_catalof h6 {
    color: #f07d00;
    font-size: 15px;
}
.difrant_catalog_part .main_catalog_saction .left_catalof h3 {
    font-weight: bold;
    font-size: 30px;
    color: #fff;
}
.difrant_catalog_part .main_catalog_saction .left_catalof p {
    width: 100%;
    margin: 0;
    color: #fff;
}
.difrant_catalog_part .main_catalog_saction .right_catalof ul li {
    width: 50%;
    float: left;
    color: #fff;
}
.difrant_catalog_part .main_catalog_saction .right_catalof ul li h3 {
    font-weight: 400;
    font-size: 20px;
    margin: 20px 0;
    text-transform: uppercase;
}
.new_add_catalog {
    display: inline-block;
    padding: 12px 20px;
    background: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 20px;
    color: #2b384a;
}
.lost_samll_part {
    width: 100%;
    float: left;
    padding: 30px 60px;
}
.lost_samll_part .table td {
    vertical-align: middle;
	padding:10px;
}
.lost_samll_part .table td .stars5 {
    float: left;
    margin-right: 5px;
}
.lost_samll_part .table td > img {
    width: 15px;
}
.lost_samll_part .table th {
    background: #3b69a7;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px;
    font-size: 13px;
    border: none;
}
.lost_samll_part .table tr td:first-child {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}
.lost_samll_part .table tr td:nth-child(2) {
    text-transform: capitalize;
}
.lost_samll_part .table td >a.read_more_but_tebel_part {
        padding: 5px 20px;
    background: #3b69a7;
    border: gainsboro;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
	float:right;
    transition: .5s ease;
    border-radius: 50px;
}
.lost_samll_part .table td >a.read_more_but_tebel_part:hover {
    background: #F07D00;
    color: #fff;
}
.new_vandar_part_only {
    width: 100%;
    float: left;
    margin-top: 20px;
    display: table;
}
.new_vandar_part_only .vanad_name_left_part {
    width: 65%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}
.new_vandar_part_only .vandar_contact_right {
    width: 35%;
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding-left: 20px;
}
.vanad_name_left_part .top_vandar_detail {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.top_vandar_detail .left_name_vandar_in_back {
    width: 31.5%;
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    float: left;
}
.top_vandar_detail .left_name_vandar_in_back h5 {
    margin: 0;
    text-transform: uppercase;
}
.top_vandar_detail .product_prise_detail {
    width: 66.66%;
    float: right;
    text-align: left;
    padding-left: 25px;
}
.top_vandar_detail .product_prise_detail h5 {
    width: 100%;
    float: left;
}
.top_vandar_detail .product_prise_detail h3 {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #ef7d00;
}
.vandar_contact_right .vander_parsanal_contact {
    padding: 10px;
    width: 100%;
    float: left;
}
.vandar_contact_right .vander_parsanal_contact h5 {
    width: 100%;
    float: left;
    margin-top: 0;
    font-weight: 600;
    font-size: 16px;
}
.vandar_contact_right .vander_parsanal_contact ul li {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.vandar_contact_right .vander_parsanal_contact ul li i {
    color: #3b69a7;
    margin-right: 5px;
}
.new_vandar_part_only .vandar_contact_right:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ccc;
    left: 0;
}
.bottam_vandar_detail {
    width: 100%;
    float: left;
}
.bottam_vandar_detail .already_left_part {
    width: 33.33%;
    float: left;
}
.bottam_vandar_detail .already_right_part {
    width: 66.66%;
    float: right;
    text-align: left;
    padding-left: 25px;
    position: relative;
}
.bottam_vandar_detail .already_left_part a.yes_add_solution_but_ {
    text-align: center;
    padding: 10px 0px;
    width: 100%;
}
.bottam_vandar_detail .already_right_part h5 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
	margin-bottom: 8px;
}
.bottam_vandar_detail .already_right_part ul li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.bottam_vandar_detail .already_right_part:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ccc;
    top: 0;
    left: 12px;
}
.singal_com_saction .mini_des_rating p span {
    float: none;
    display: table-cell;
    vertical-align: middle;
    position: static;
    min-height: unset;
    line-height: normal;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
}
.singal_com_saction .mini_des_rating p span.four_degit_part {
    font-size: 30px;
    font-weight: 600;
    color: #3b69a7;
	padding-left:0;
}
.submit_saction > p {
    margin: 0;
    font-size: 11px;
    margin-top: 10px;
}
.submit_saction > p a {
    text-decoration: underline;
}
.last_agen {
    width: 100%;
    float: left;
}
.singel_part_one {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
}
.singel_part_one p {
    width: auto;
    float: left;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    background: #fff;
    padding: 7px 10px 7px 0px;
}
.singel_part_one ul.anger_edit_delet_part {
    width: auto;
    float: right;
	background:#fff;
}
.singel_part_one ul.anger_edit_delet_part li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 15px;
    text-align: center;
}
.singel_part_one ul.anger_edit_delet_part li a {
    background: transparent;
    border: none;
    color: #000;
}
.singel_part_one ul.anger_edit_delet_part li a i {
    width: 100%;
    font-size: 20px;
}
.singel_part_one:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ccc;
    top: 50%;
    z-index: -1;
}
.add_new_agne {
    width: 100%;
    float: left;
    margin-top: 40px;
}



.singal_com_saction .left_com_logo_img {
    vertical-align: top;
}
.singal_com_saction .mini_des_rating {
    vertical-align: top;
}
.singal_com_saction .left_com_logo_img .screvr_sacr {
    background: #fff;
    border: 1px solid #d7dbde;
    padding: 15px;
    border-radius: 20px;
    line-height: 100px;
    width: 140px !important;
    height: 140px !important;
    max-height: 140px !important;
    position: relative;
}
.singal_com_saction .mini_des_rating .twn_ty_thre {
    background: #e5e8ed;
    border-radius: 20px;
    text-align: center;
    padding: 15px 15px;
    width: 100%;
    float: left;
}
.custamr_name_nd_id_pass > ul > li .sin_rat_part_medal{
    vertical-align: top;
}
.custamr_name_nd_id_pass > ul > li .sin_rat_part_medal ul li a.left_vali_but {
    display: inline-block;
    margin-top: 10px;
}
.show_more_part {
    width: 100%;
    float: left;
    text-align: center;
}
.show_more_part a {
    text-decoration: underline;
    color: #fff;
}
ul.first_load li, ul.secand_part li{
	display:none;
}


.class_icon_respons {
    position: absolute;
    top: 0;
    padding: 12px;
    right: 5px;
	display:none;
}
.class_icon_respons a.closebtn {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}
.closdd_sactipm {
    display: none;
}
li.cusp_new_part {
    display: none !important;
}
.form_cantanair_part input[type="checkbox"] {
    width: auto;
    margin: 0;
}
.stars5 {
    cursor: pointer;
}
li.activ_list_and_grid i {
    color: #000 !important;
    border-color: #000 !important;
}
.sol_price_part .sol_prix ul {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.sol_price_part .sol_prix ul li {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}
.sol_medal_text h5 span {
    font-weight: 600;
    color: #3b69a7;
}
.sol_medal_text h5 > p {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.sol_medal_text h5 {
    margin-top: 20px;
}
/*responsiv css*/
@media only screen and (max-width: 1330px) {
	/*
	.menu_bar .left_menu>ul>li {
		padding: 0px 2px;
	}
	*/
	.menu_bar .custon_search ul li {
		padding: 0px 7px;
	}
	.menu_bar .custon_search ul li button {
		padding: 5px 10px;
	}
	.right_menu {
		width: 32%;
	}
	.custamr_name_nd_id_pass > ul > li .sin_rat_part_medal{
		width: 30%;
	}
	.custamr_name_nd_id_pass > ul > li .sonic_text{
		width: 40%;
	}
}
.MenuLogOut{
	display: none !important;
}
.MobileContainer{
	display: none !important;
}
@media only screen and (max-width: 1250px) {
	.MobileContainer{
		display: inline-block !important;
	}
	.DesktopContainer{
		display: none;
	}
	.MenuLogOut{
		display: block !important;
	}
	.right_login_part .responsiv_menu {
		display: block;
	}
	.main_header .right_login_part p {
		display: none;
	}
	.right_menu {
		width: 80%;
		position: static;
		transform: none;
		margin: 0 auto;
	}
	.menu_bar {
		padding: 20px 0px;
	}
	
	.new_part {
		float: left;
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 9;
		top: 0;
		left: 0;
		overflow-x: hidden;
		transition: 0.5s;
		background-color: #2b384a;
		overflow-x: hidden;
	}
	.new_part.this_menu{
		width:100%;
	}
	.this_menu .closdd_sactipm {
		width: auto;
		float: right;
		display:block;
	}
	.this_menu .closdd_sactipm a.closebtn {
		font-size: 25px;
		color: #fff;
		padding: 10px;
		display: inline-block;
	}
	.this_menu .left_menu, .menu_bar .custon_search {
		width: 100%;
		float: left;
		text-align: center;
	}
	.this_menu .left_menu ul, .menu_bar .custon_search > ul{
		width: 90%;
		margin: 0 auto;
	}
	.this_menu .left_menu > ul > li, .menu_bar .custon_search > ul li {
		width: 100%;
		padding: 0;
		position: relative;
	}
	.this_menu .left_menu > ul > li > a, .menu_bar .custon_search > ul li > a {
		padding: 15px;
	}
	.menu_bar .left_menu>ul>li.current .back_image, .menu_bar .left_menu>ul>li.current>ul {
		display: block;
		width: 100%;
		top: 100%;
		border-radius:20px;
	}
	.menu_bar .left_menu>ul>li.current .back_image{
		display:none !important;
	}
	li.cusp_new_part {
		display: block !important;
		margin-top: 10px;
		padding-top: 20px !important;
		border-top: 1px solid #4a5666;
	}
	li.cusp_new_part a {
		padding: 10px 25px !important;
		background: transparent;
		color: #fff !important;
		border: 1px solid #fff;
		border-radius: 50px;
		font-size: 14px;
		display: inline-block !important;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 1150px) {
	.singel_catalog_slider h3{
		font-size: 14px;
	}
	.slider_cantant .sol_part{
		height: 316px;
	}
	.container {
		width: 95%;
		padding: 0;
	}
	.you_can .you_text ul li {
		padding: 0px 10px;
	}
	.you_can .you_text ul {
		width: 80%;
	}
	.slider_cantant ul li .singal_round {
		width: 90px;
		padding: 15px 10px;
		min-height: 90px;
	}
	.slider_cantant ul li h3 {
		font-size: 18px;
	}
	.slider_cantant ul li .singal_round p {
		font-size: 10px;
	}
	.sol_price_part {
		padding: 30px;
	}
	.sol_price_part .left_sol_image {
		width: 20%;
	}
	.sol_price_part .sol_medal_text {
		width: 40%;
	}
	/*.side_bar_part .left_same_side_bar {
		display: none;
	}*/
	.class_icon_respons{
		display:block;
	}
	.side_bar_part .left_same_side_bar{
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 9;
		top: 0;
		left: 0;
		overflow-x: hidden;
		transition: 0.5s;
	}
	.side_bar_part .left_same_side_bar.mobile_menu_added {
		width: 100%;
	}
	.side_bar_part .right_side_bar_main_saction {
		padding: 0px;
	}
	.filter_cat_part {
		display: block;
	}
	.login_part .left_new_regestar {
		width: 100%;
		position: static;
		height: auto;
		float: left;
	}
	.left_new_regestar .creat_acc_new {
		transform: none;
		width: 100%;
		float: left;
		position: static;
	}
	.login_part .login_saction_right {
		width: 100%;
		position: static;
		height: auto;
		float: left;
	}
	.login_part .login_saction_right .login_to_your_acc {
		width: 100%;
		position: static;
		transform: none;
		float: left;
	}
	.all_form_part .same_container_part {
		width: 75%;
	}
	.right_side_propaty ul li {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.right_side_propaty ul li a.chand_send_email_but {
		width: 100%;
		text-align: center;
	}
	.top_vandar_detail .left_name_vandar_in_back{
		width:35.33%;
	}
}
@media only screen and (max-width: 992px) {
	.left_right_part .solution_left_home {
		width: 100%;
		display: block;
		margin-bottom: 20px;
		float: left;
	}
	.left_right_part .catalog_right_home {
		width: 100%;
		display: block;
		float: left;
	}
	.artical_saction_home .row>.col-sm-4 {
		width: 50%;
	}
	.footer .left_logoo {
		width: 30%;
	}
	.footer .right_footer {
		width: 70%;
	}
	.sol_price_part .left_sol_image {
		width: 50%;
		display: block;
		float: left;
		margin-bottom: 25px;
		text-align: center;
	}
	.sol_price_part .sol_medal_text {
		width: 60%;
		float: left;
		display: block;
	}
	.sol_price_part .sol_prix {
		width: 40%;
		float: left;
		display: block;
	}
	.sol_price_part .left_sol_image img {
		width: auto;
		padding: 5px;
	}
	.three_part .same_three {
		width: 32.33%;
	}
	.rating_part ul.four_rating>li {
		width: 50%;
		margin-bottom: 20px;
	}
	.sligal_rating_part .rating_star {
		text-align: center;
	}
	.top_insted .left_cornar {
		width: 50%;
	}
	.not_yet li {
		width: 100%;
		margin-bottom: 15px;
	}
	.not_yet {
		margin-bottom: 15px;
	}
	.acc_pay_detail_part ul.nav li a {
		font-size: 14px;
	}
	/*.custamr_name_nd_id_pass > ul > li .sin_rat_part_medal ul li p.same_para_left{
		width:100%;
	}*/
	.custamr_name_nd_id_pass > ul > li .sin_rat_part_medal ul li p.rating_right_number {
		width: 100%;
	}
	.custamr_name_nd_id_pass > ul > li .sin_rat_part_medal ul li:first-child p.rating_right_number {
		margin-top: 0;
	}
	.custamr_name_nd_id_pass ul li .left_cst_image {
		width: 20%;
	}
	.custamr_name_nd_id_pass > ul > li .sin_rat_part_medal ul li p {
		text-align: center;
	}
	.welcome_page .custamr_name_nd_id_pass ul li .delit_part ul li {
		width: 100%;
	}
	.custamr_name_nd_id_pass > ul > li .sonic_text h3 {
		font-size: 20px;
	}
	.welcome_page .custamr_name_nd_id_pass > ul > li .sonic_text {
		width: 40%;
	}
	.welcome_page .custamr_name_nd_id_pass ul li .delit_part .sub_part_bit button {
		padding: 5px;
	}
	.secand_header .back_but_in_hea {
		position: static;
		top: 27px;
		margin-top: 25px;
	}
	.sligal_rating_part h4 {
		text-align: center;
	}
	.singel_two_but .microsoft_in_left_text {
		width: 50%;
	}
	.singel_two_but .two_but_saction_part {
		width: 50%;
		text-align: center;
	}
	.same_contant{
		width:90%;
	}
	a.out_of_containar {
		position: static;
		margin-bottom: 20px;
	}
	.stap_saction_form h3{
		font-size:25px;
	}
	.main_catalog_saction{
		display:block;
	}
	.difrant_catalog_part .main_catalog_saction > div {
		width: 100% !important;
		display: block;
		float: left;
	}
	.difrant_catalog_part .main_catalog_saction .right_catalof {
		margin-top: 20px;
	}
	.difrant_catalog_part{
		padding:50px 0px;
	}
	.sligal_rating_part .rating_star p{
		float:left;
		max-width: none !important;
		width: auto !important;
	}
	.read_more_but_in_sigal_post {
		padding: 3px 10px;
		background: #3b69a7;
		font-size: 12px;
	}
	.singal_label_part .icon_saction{
		padding:5px 16px 5px 16px;
	}
	.custamr_name_nd_id_pass > ul > li .sin_rat_part_medal ul li > * {
		width: 100% !important;
		text-align: center !important;
	}
	.top_vandar_detail .left_name_vandar_in_back, .top_vandar_detail .product_prise_detail{
		width:50%;
	}
}
@media only screen and (max-width: 850px) {
	.three_part {
		display: block;
	}
	.three_part .same_three {
		width: 100%;
		display: block;
		float: left;
		margin-bottom: 20px;
	}
	.three_part .your_thre {
		display: none;
	}
	.sol_price_part .sol_medal_text,
	.sol_price_part .sol_prix {
		width: 100%;
	}
	.sol_price_part .sol_prix {
		border-top: 1px solid #d7dbde;
		text-align: center;
	}
	.sol_price_part .sol_prix:before {
		content: none;
	}
	.sol_price_part .sol_medal_text>* {
		padding: 0;
	}
	.sol_price_part .sol_prix>* {
		padding: 0;
	}
	.new_vandar_part_only {
		width: 100%;
		display: block;
	}
	.new_vandar_part_only .vanad_name_left_part {
		width: 100%;
		float: left;
		padding:0;
		display: block;
	}
	.new_vandar_part_only .vandar_contact_right {
		width: 100%;
		padding: 0;
		margin-top: 20px;
		border-top: 1px solid #ccc;
		float: left;
	}
	.new_vandar_part_only .vandar_contact_right:before{
		content:none;
	}
	.bottam_vandar_detail .already_left_part {
		width: 50%;
		float: left;
	}
	.bottam_vandar_detail .already_right_part{
		width: 50%;
	}
	.vandar_contact_right .vander_parsanal_contact {
		padding: 15px 0px;
		width: 50%;
	}
	.sol_price_part .sol_prix{
		padding-top:20px;
	}
}
@media only screen and (max-width: 768px) {
	.artical_saction_home .row>.col-sm-4 {
		width: 100%;
	}
	.right_menu {
		width: 100%;
	}
	.right_menu .main_part_medal button.serv_part_info {
		display: none;
	}
	.right_menu .main_part_medal button.product_part_info {
		background: #c1c6cf;
	}
	.you_can .you_text ul li {
		width: 100%;
	}
	.footer .left_logoo {
		width: 100%;
		text-align: center;
	}
	.footer .right_footer .sections_part,
	.footer .right_footer .your_acc {
		width: 100%;
	}
	.footer .right_footer .your_acc .f_top_ac {
		margin-bottom: 0;
	}
	.copyright ul {
		width: 100%;
		text-align: center;
	}
	.copyright li {
		padding: 0px 10px;
	}
	.copyright p {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.main_header .main_centar_logo img {
		width: 100px;
	}
	.main_header {
		padding: 30px 0px;
	}
	.right_menu .main_part_medal input {
		width: auto;
	}
	.mancy_ny_but_action {
		position: static;
	}
	.slider_cantant ul li {
		margin-bottom: 10px;
	}
	.you_can .you_text>p {
		width: 80%;
	}
	.singal_artical_saction .same_popup_part {
		right: -20px;
	}
	.singal_artical_saction .same_popup_part:before {
		right: 16px;
	}
	.singal_artical_saction .same_popup_part:after {
		right: 17px;
	}
	.main_part_bptta .row>.col-sm-4 {
		width: 100%;
		margin-bottom: 20px;
		float: left;
	}
	.rating_part ul.four_rating>li {
		width: 100%;
	}
	.footer .right_footer {
		width: 100%;
	}
	.container {
		width: 90%;
	}
	.top_insted > div {
		display: block;
		vertical-align: bottom;
		width: 100% !important;
		float: left;
	}
	.top_insted .do_you_part {
		position: initial;
		display: block;
		max-width: none;
		width: 100%;
		margin: 10px 0px;
	}
	.top_insted .left_cornar > p {
		width: 100%;
	}
	.singal_com_saction > div {
		display: block;
		vertical-align: middle;
		width: 100% !important;
	}
	.singal_com_saction .left_com_logo_img {
		width: 150px !important;
	}
	.singal_com_saction .mini_des_rating {
		padding: 15px;
	}
	.singal_com_saction .submit_saction {
		text-align: center;
		margin-top: 20px;
	}
	.top_insted {
		padding: 4%;
	}
	.list_grid_systam {
		padding: 0px 4%;
	}
	.ead_part .add_text_left,
	.ead_part .add_but_right {
		width: 100%;
		float: left;
		text-align: left;
		display: block;
	}
	.singal_label_part .same_popup_part {
		right: 0;
	}
	.custamr_name_nd_id_pass > ul > li {
		display: block;
	}
	.custamr_name_nd_id_pass ul li > div {
		display: block;
		vertical-align: middle;
		float: left;
		width: 100% !important;
		padding: 0px !important;
	}
	.custamr_name_nd_id_pass > ul > li .sin_rat_part_medal {
		margin-top: 25px;
	}
	.custamr_name_nd_id_pass > ul > li .sin_rat_part_medal ul li p.rating_right_number {
		width: auto;
	}
	.custamr_name_nd_id_pass > ul > li .sin_rat_part_medal ul li p.same_para_left {
		width: auto !important;
	}
	.custamr_name_nd_id_pass > ul > li .sin_rat_part_medal {
		border: none;
	}
	.custamr_name_nd_id_pass > ul > li .sonic_text > * {
		padding: 0px;
	}
	.acc_pay_detail_part {
		padding: 30px;
	}
	.acc_pay_detail_part ul.nav li a {
		font-size: 11px;
		min-height: 65px;
	}
	.welcom_part {
		padding: 30px;
	}
	.welcom_part p {
		width: 100%;
	}
	.all_form_part .same_container_part {
		width: 100%;
	}
	.secand_header .back_but_in_hea a {
		font-size: 12px;
		padding: 7px 18px;
	}
	.fargot_form ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	.tab_part_in_form .tab-content .acc_pass_form ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	.tab_part_in_form .tab-content .acc_pass_form ul li:before {
		width: 100%;
		height: 1px;
		bottom: -11px;
		top: auto;
	}
	.tab_part_in_form .tab-content .tab-pane {
		padding: 15px;
	}
	.all_form_sction_in_all {
		padding: 15px;
	}
	.right_menu .main_part_medal {
		border-radius: 0;
	}
	.slider_cantant_right_back ul {
		width: 100%;
		float: left;
		max-height: 200px;
		overflow-y: scroll;
		padding-right: 10px;
	}
	.slider_cantant_right_back ul li {
		width: 97%;
		float: left !important;
		min-height: auto;
	}
	.scerve_sac {
		width: 130px;
	}
	.custamr_name_nd_id_pass > ul > li {
		padding: 15px;
	}
	.four_degit li {
		width: 33.33%;
	}
	.secand_tab_part_tabel .singel_two_but {
		display: block;
	}
	.singel_two_but .microsoft_in_left_text,
	.singel_two_but .two_but_saction_part {
		width: 100%;
		display: block;
	}
	.singel_two_but .two_but_saction_part {
		margin: 20px 0px;
		float: left;
	}
	div#menu2 ul li .delit_part ul {
		text-align: center;
		padding: 15px;
	}
	.same_contant {
		width: 100%;
	}
	a.save_chng_part {
		position: static;
		width: auto;
		text-align: center;
		display: inline-block;
		margin-top: 10px;
	}
	.form_cantanair_part{
		width: 100%;
	}
	.footer .container{
		display:block;
	}
	.footer .left_logoo {
		width: 100%;
		text-align: center;
		float: left;
	}
	.footer .right_footer {
		width: 100%;
		float: left;
		display: block;
	}
	.stap_saction_form ul li {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.stap_saction_form h3{
		font-size:25px;
	}
	.modal .modal-dialog {
		width: 80% !important;
		position: static;
		transform: none !important;
		margin: 90px auto;
	}
	.lost_samll_part{
		padding:4%;
	}
	.lost_samll_part .table td{
		min-width:130px;
	}
	
	.vandar_contact_right .vander_parsanal_contact{
		width:100%;
	}
	.singal_com_saction .medal_sonic_text > h3{
		padding-left:0;
	}
	.custamr_name_nd_id_pass > ul > li .sin_rat_part_medal ul li .rating_all_site{
		width: auto !important;
	}
	.welcome_page .custamr_name_nd_id_pass ul li .delit_part ul li{
		width: auto !important;
	}
	.singal_com_saction .medal_sonic_text p, .singal_com_saction .medal_sonic_text > span{
		padding-left:0px;
	}
	.singal_com_saction .mini_des_rating {
		padding: 0;
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}
	.tab_in_but_top {
		position: static;
		float: right;
	}
	.not_yet li{
		padding:15px;
	}
	.custamr_name_nd_id_pass > ul > li .sin_rat_part_medal ul li:first-child p.rating_right_number{
		width:auto !important;
	}
	.not_uyt p{
		padding:15px;
	}
	.singel_part_one p {
		font-size: 13px;
	}
	.singel_part_one ul.anger_edit_delet_part li {
		display: inline-block;
		vertical-align: middle;
		margin: 0px 0px;
		text-align: center;
		font-size: 10px;
	}
}
@media only screen and (max-width: 500px) {
	.right_menu .main_part_medal>* {
		padding: 0px 2px !important;
		font-size: 12px;
	}
}
@media only screen and (max-width: 480px) {
	.menu_bar .container,
	.main_header .container {
		padding: 0px 10px;
	}
	.menu_bar {
		padding: 10px 0px;
	}
	.main_header {
		padding: 20px 0px;
	}
	.right_menu .main_part_medal i.fa.fa-search {
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.right_menu .main_part_medal {
		position: relative;
	}
	.slider_cantant_right_back ul li {
		width: 100%;
	}
	.welcome_part .container>h3 {
		letter-spacing: 0;
	}
	.welcome_part,
	.you_can {
		padding: 30px 0px;
	}
	.you_can .you_text>p {
		width: 100%;
	}
	.you_can .you_text ul {
		width: 100%;
	}
	.you_can .you_text ul li {
		padding: 0;
	}
	.acc_pay_detail_part ul.nav li {
		width: 100%;
	}
	.acc_pay_detail_part ul.nav li.active a:before {
		width: 100%;
	}
	.acc_pay_detail_part ul.nav li a {
		min-height: auto;
	}
	.secand_header ul li img {
		width: 70px;
	}
	h3.form_title_part {
		font-size: 20px;
	}
	.uplode_image > div {
		width: 100%;
		display: block;
		float: left;
	}
	.uplode_image .uplode_this_img {
		width: 100px;
		min-height: 100px;
		margin-bottom: 15px;
	}
	.uplode_image .right_uplod_but_text {
		padding: 0;
	}
	.slider_cantant ul li .singal_round {
		width: 80px;
		padding: 15px 10px;
		min-height: 70px;
		height: 80px;
		border: 1px solid #f07d00;
	}
	.slider_cantant ul li h3 {
		margin-bottom: 0;
	}
	.slider_cantant > ul {
		width: 100%;
		float: left;
		margin-bottom: 10px;
	}
	.you_can .you_text ul li h3 {
		font-weight: bold;
		font-size: 17px;
	}
	.you_can .you_text>p {
		font-size: 12px;
	}
	.singel_two_but .two_but_saction_part ul li a {
		display: inline-block;
		margin: 10px 0px;
		width: 100%;
	}
	.singel_two_but .two_but_saction_part ul li {
		width: 100%;
	}
	.acc_form_part {
		display: block;
	}
	.acc_form_part p.left_Side_label {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	.acc_form_part .right_side_propaty {
		width: 100%;
		display: block;
	}
	.first_com_saction_bottam_form select {
		width: 74%;
		float: left;
	}
	a.save_chng_part{
		width:100%;
		padding:10px 45px;
	}
	.stap_saction_form h3{
		font-size:20px;
	}
	.top_vandar_detail .left_name_vandar_in_back, .top_vandar_detail .product_prise_detail{
		width:100%;
	}
	.top_vandar_detail .product_prise_detail{
		padding:0;
	}
	.bottam_vandar_detail .already_left_part, .bottam_vandar_detail .already_right_part{
		width:100%;
	}
	.bottam_vandar_detail .already_right_part {
		padding: 0;
		margin-top: 20px;
	}
	.bottam_vandar_detail .already_right_part:before{
		content:none;
	}
	.singel_part_one p {
		width: 50%;
	}
}

@media only screen and (max-width: 380px) {
	.right_menu .main_part_medal>* {
		padding: 0px 3px !important;
		float:left;
	}
}
/*responsiv css*/

.want_to_crea:hover,
.long_but_in_form_saction:hover,
.header_com_id_but:hover,
.tab_in_but_top:hover,
.edit_delet_sub_but_part:hover,
.yes_add_solution_but_:hover,
.secand_form_but_part:hover,
.want_to_crea:focus,
.long_but_in_form_saction:focus,
.header_com_id_but:focus,
.tab_in_but_top:focus,
.edit_delet_sub_but_part:focus,
.yes_add_solution_but_:focus,
.secand_form_but_part:focus,
a.transparant_but_log_part:hover,
a.transparant_but_log_part:focus,
a.new_log_saction:hover,
a.new_log_saction:focus {
	color: #fff;
}
select:focus{
	outline:none;
}