@font-face { 
	font-family: Myriad pro Rgular;
	src: url(../fonts/MyriadPro-Regular.eot);
	src: url(../fonts/MyriadPro-Regular.ttf); 
}
@font-face { 
	font-family: Myriad pro Semibold;
	src: url(../fonts/MyriadPro-Semibold.eot);
	src: url(../fonts/MyriadPro-Semibold.ttf); 
}
/* Base CSS */
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.aligncenter {
	display: block;
	margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
	max-width: 100%;
	height: auto;
}
.fix { overflow: hidden }
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 400;
}

html,
body { height: 100% }
body {
	margin: 0;c
}
p{margin: 0}
a {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #333;
}
a:hover { text-decoration: none }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
*:after, *:before {
	box-sizing: border-box;
}
* {
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: ".";    
	display: block;    
	height: 0;    
	overflow: hidden; 
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media only screen and (min-width: 769px) { 
	.wrapper{
		width:320px;
		margin: 0 auto;
		background: #F2F2F2;
	}

}
.wrapper{position: relative;overflow: hidden;}



.member_details i {
	color: #126BAB;
	font-size: 32px;
	left: 11px;
	position: absolute;
	top: 0;
	cursor: pointer;
	margin-top: -6px;
}
.member_details {
	text-align: center;
	position: relative;
}
.member_details > h2 {
	margin-bottom: 0;
	margin-top: 12px;
}
.member_details > p {
	margin: 0;
}
.profle_photo > img {
	border: 2px solid #bbb;
	border-radius: 12px;
	float: left;
	margin: 0 6px;
	width: 47.6%;
}
.mm_desc {
	background: none repeat scroll 0 0 #e2e2e2;
	padding: 8px;
	margin: 6px 11px;
}
.profle_photo{overflow: hidden;margin-bottom: 8px;}

.p_information, .t_information {
	background: none repeat scroll 0 0 #fff;
	border-radius: 7px;
	padding: 8px;
	text-align: center;
	box-shadow: 0px 0px 6px 1px #404040;
	margin-top: 6px;
	overflow: hidden;
	position: relative;
}
.owl-prev, .owl-next {
	border: 1px solid #666;
	border-radius: 4px;
	display: inline-block;
	font-size: 30px;
	height: 30px;
	line-height: 0;
	margin: 6px;
	padding: 0;
	text-align: center;
	width: 38px;
}
.owl-next i, .owl-prev i {
	line-height: 29px;
	padding-left: 3px;
}
.owl-next i {
	padding-left: 3px;
}
.owl-prev i {
	padding-right: 3px;
}
.p_information a, .t_information a{
	text-decoration:none;
}
.p_information{
	padding-top: 12px;
}
.p_information a{
	font-size: 22px;
}
.p_information p{
	line-height: 4px;
}
.t_information:after{content:'';clear:both;display: block;}
.p_information > p, .t_information  p {
	color: #999999;
	text-transform: capitalize;
	font-size: 12px;
}
.tab_title, .tab_content{text-align:center;}

.cm_detailes > ul, .ft_social_menu ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.tab_title{
	border-radius: 4px;
	box-shadow: 0 2px 2px #555;
	color: #ffffff;
	margin-top: 8px;
	padding: 11px 4px;
	text-transform: capitalize;

	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-linear-gradient(left, #0473C2, #1a82f7, #0473C2);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(left, #0473C2, #1a82f7, #0473C2);

	/* IE 10 */
	background: -ms-linear-gradient(left, #0473C2, #1a82f7, #0473C2);

	/* Opera 11.10+ */
	background: -o-linear-gradient(left, #0473C2, #1a82f7, #0473C2);
}





.p_left, .p_right {
	float: left;
	font-size: 14px;
	padding: 4px;
	width: 50%;
}
.tab_content > p {
	margin-top: 8px;
	text-transform: capitalize;
}
.cm_detailes ul li {
	position: relative;
}

.tab_content {
	background: none repeat scroll 0 0 #dadada;
	max-height: 9999px;
	height: 0;
	margin: 0 11px;
	padding: 1px 8px 0px;
	overflow-y: hidden;
	-webkit-transition: height .5s ease-in-out;
	-moz-transition: height .5s ease-in-out;
	-ms-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out;
}
.activetb{max-height: 9999px;padding-bottom: 8px;visibility: visible;}

/* 
.tab_content iframe{display: none}
.activetb iframe{display: block;} */
.p_left > h2, .p_right > h2{font-size: 20px}
.tab_content.active{
	display: block;
}
.tab_title{
	cursor: pointer;
	font-size: 18px;
	position: relative;
}
.tab_title h3 i {
	background: none repeat scroll 0 0 #fff;
	border-radius: 3px;
	color: #54595D;
	font-size: 14px;
	height: 16px;
	left: 5px;
	padding-top: 2px;
	position: absolute;
	top: 34%;
	width: 16px;
}

.t_information > h3 {
	font-weight: 700;
}
.t_information > h2 {
	font-size: 20px;
}
.t_information b {
	font-weight: normal;
}

.footer_area {
	margin-top: 8px;
	text-align: center;
}
.ft_social_menu {
	padding: 0;
	background: -webkit-linear-gradient(left, #0473C2, #1a82f7, #0473C2);
}
.ft_social_menu ul li{display: inline-block;}
.ft_social_menu ul li a{
	color: #fff;
	display: inline-block;
	font-size: 22px;
	padding: 8px;
}
.ft_social_menu ul li a:hover{}

.menu_area {
	background: #0071BE;
	height: 100%;
	left: -170px;
	position: absolute;
	top: 0;
	width: 170px;
	z-index: 990;
	padding: 8px 4px;
	transition:.4s;
}
.menu_area.active{left: 0}

.bg_rotate {
	background: none repeat scroll 0 0 #fff;
	border-radius: 4px;
	cursor: pointer;
	height: 17px;
	margin-left: 16px;
	width: 20px;
	margin-top: 6px;
	text-align: center;
}
.bg_rotate i {
	display: block;
	font-size: 13px;
	padding-top: 2px;
}

.map_identifire .SingeMap{
	margin-bottom: 8px;
}
.map_identifire .MapContent{
	width: calc(100% - 54px);
	display: inline-block;
}
.map_identifire .MapContent h2{
	font-size: 16px;
}
.t_information.map_identifire > h2 {
	font-size: 20px;
	margin-right: 45px;
	padding-right: 4px;
}
.t_information.map_identifire  a > img,
.t_information.map_identifire  img {
	/*float: right;*/
	/*position: absolute;*/
	/*right: 6px;*/
	/*top: 9px;*/
	width: 35px;
}
.map_identifire, .p_information {
	position: relative;
}
.profle_photo img:first-child{
	margin-left:0;
}
.profle_photo img:last-child{
	margin-right:0;
}
.p_information .call_ips i, .p_information .mess_ips i{
	position: absolute;
	left: 13px;
	top: 24px;
	width: 35px;
	height: 35px;
	color: #4577CD;
	padding-top: 4px;
	font-size: 28px;
}
.p_information .mess_ips i{
	left:auto;
	right:13px;
	padding-top: 2px
}
.login_area input[type="text"],
.login_area input[type="email"],
.login_area input[type="password"]{
	width: 100%;
}
.curstor_pointer{
	cursor:pointer;
}
.ds_none{
	display: none;
}
.text-center{
	text-align: center;
}
.upercase{
	text-transform: uppercase;
}


.off_can_overaly {
	background: none repeat scroll 0 0 #000;
	height: 100%;
	position: fixed;
	width: 100%;
	transition: 0.3s;
	opacity: 0;
}
.off_can_overaly.ac_offcanvas {
	opacity: .5;
	z-index: 998;
}

.PopUpSec{
	position: fixed;
	top: 12%;
	z-index: 9999;
	background: white;
	width: 260px;
	padding: 18px;
	border: 3px solid #363636;
	border-radius: 16px;
	left: 50%;
	transform: translate(-50%, 0);
}
.PopContent{
	background: #3C6FBB;
	color: white;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 12px;
	box-shadow: 1px 1px 2px 0px black;
}
.PopContent h1, 
.PopContent h3{
	margin: 20px auto;
}

form .PopContent input[type='text'],
form .PopContent input[type='email'],
form .PopContent input[type='password'],
form .PopContent input[type='submit']{
	width: 100%;
	padding: 10px 4px;
	margin-bottom: 8px;
	text-align: center;
	font-size: 14px;
	box-shadow: 1px 1px 2px 0px black;
}
.SendCardSec p,
.AddEcardSec p,
.SaveCardSec p{
	background: white;
	color: #989898;
	padding: 8px 10px;
	margin-bottom: 12px;
	box-shadow: 1px 1px 2px 0px black;
}

.PopContent span.SimpleButtonBig{
	display: inline-block;
	width: calc(70% - 30px);
	background: white;
	color: #989898;
	padding: 8px 10px;
	margin-right: 10px;
	box-shadow: 1px 1px 2px 0px black;
	text-align: center;
}
.PopContent span.SimpleButtonMin{
	width: calc(47% - 20px);
	background: white;
	color: #989898;
	padding: 8px 10px;
	box-shadow: 1px 1px 2px 0px black;
	display: inline-block;
	text-align: center;
}

.t_information iframe{
	max-width: 100%;
}

.headerthings{
	position: relative;
	height: 200px;
}

.headerthings > .imgbar{
	border-radius: 7px;
	height: 150px;
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 0px 6px 1px #404040;
}
.headerthings .CompanyLogo{
	position: absolute;
	width: 80px;
	bottom: 58px;
	right: 10px;
	height: 80px;
	overflow: hidden;
}
.headerthings .ProfilePhoto img{
	position: absolute;
	top: 83px;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	width: 100px;
	margin: auto;
	border-radius: 7px;
	box-shadow: 0 0 10px 2px black;
	border: 1px solid black;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.cursor-pointer{
	cursor: pointer;
}

.DeleteCard {
	border: 0 none;
	border-radius: 50%;
	float: left;
	height: 50px;
	margin: 0 4px;
	width: 50px;
}
.scrollbar{
	overflow-y: scroll;
	height: 100%
}
.ds_sng_slider img {
	width: 320px !important;
}

.vd_overlay {
	background: none repeat scroll 0 0 red;
	max-width: 100%;
	max-height: 100%;
	height: calc(100% - 16px);
	left: 8px;
	overflow: hidden;
	position: absolute;
	right: 8px;
	top: 8px;
	width: calc(100% - 16px);
}

.mm_desc.cs_contetn > b {
	display: block;
	margin: 12px 0 4px;
	text-align: left;
}
.mm_desc.cs_contetn > p {
	text-align: justify;
}

.ckout h4 {
	color: #414141;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.ckout {
	background: none repeat scroll 0 0 #fff;
	margin-bottom: 15px;
	padding: 15px 8px;
	text-align: left;
}
.rv_order h5 {
	float: left;
	font-size: 18px;
	margin-bottom: 15px;
	overflow: hidden;
	width: 70%;
}
.rv_order > b {
	float: right;
	text-align: right;
	width: 30%;
}
.total_area {
	background: none repeat scroll 0 0 #ddd;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
}
.total_area p b {
	display: inline-block;
	text-align: right;
	width: 60%;
}
.total_area > p:first-child {
	border-bottom: 1px solid #000;
	margin-bottom: 6px;
	padding-bottom: 5px;
}
.total_area span {
	display: inline-block;
	font-weight: bold;
	text-align: right;
	width: 35%;
}
.input-group label {
	color: #444;
	margin-bottom: 3px;
}
.input-group input, .input-group select {
	border: 1px solid #aaa;
	border-radius: 4px;
	height: 27px;
	width: 100%;
	padding-left: 6px;
}
.input-group input[type="radio"]{
	width: auto;
	height: auto
}
.input-group {
	margin-bottom: 12px;
	overflow: hidden;
}

.left_contact, .right_contact {
	float: left;
	margin-right: 2%;
	width: 48%;
}
.right_contact {
	margin-right:0;
	margin-left: 2%;
}
.for_excep select{margin-top: 20px}

.submit_now {
	background:  #3498db;
	border: 0 none;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	padding: 9px 15px;
	text-transform: uppercase;
	cursor: pointer
}
.text-center{text-align: center}


.amijanina{
	position: absolute;
	opacity: 0;
}