body,
html {
  font-family: "Tajawal", sans-serif;
  text-align: right;
}

header {
  background: #fafcfd url("../img/bg.png") no-repeat;
  background-size: cover;
  background-position: center top;
}

header .navbar {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

header .navbar .navbar-brand {
  margin-right: 0;
  padding: 0;
}

header .navbar .navbar-brand img {
  max-height: 40px;
}

header #navbarNavMyCard {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header #navbarNavMyCard a {
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header #navbarNavMyCard a:hover {
  color: #194ed1;
}

header #navbarNavMyCard a.account {
  background: #194ed1;
  color: #fff;
  border-radius: 35px;
  padding: 10px 30px;
  margin-right: 0.5rem;
  line-height: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header #navbarNavMyCard a.account:hover {
  background: #242424;
}

header #navbarNavMyCard a.account span {
  margin-left: 7px;
}

header .info {
  padding: 250px 0;
  text-align: right;
}

header .info .info-text h2 {
  font-weight: 700;
  font-size: 50px;
  margin: 0 0 20px;
}

header .info .info-text p {
  font-size: 16px;
  width: 70%;
}

header .info .info-text .btns-wrap {
  margin-top: 30px;
}

header .info .info-text .btns-wrap a {
  text-decoration: none;
  border: 2px solid #194ed1;
  border-radius: 36px;
  padding: 12px 30px 9px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .info .info-text .btns-wrap a span {
  margin-left: 6px;
}

header .info .info-text .btns-wrap a:last-child {
  color: #194ed1;
}

header .info .info-text .btns-wrap a:last-child:hover {
  background: #194ed1;
  color: #fff;
}

header .info .info-text .btns-wrap a:first-child {
  background: #194ed1;
  color: #fff;
  margin-left: 10px;
}

header .info .info-text .btns-wrap a:first-child:hover {
  background: #242424;
  border: 2px solid #242424;
}

.my-card {
  margin-top: 10px;
}

.my-card h2.validation-tag {
  display: none;
}

.separator {
  margin: 40px 0;
}

.mycard-info .texts {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
}

.mycard-info .texts h3 {
  font-weight: 700;
  font-size: 36px;
  color: #194ed1;
  margin: 0;
}

.mycard-info .texts p {
  font-size: 16px;
  margin: 20px 0 30px;
  width: 70%;
  line-height: 27px;
}

.mycard-info .texts a {
  text-decoration: none;
  border: 2px solid #194ed1;
  border-radius: 36px;
  padding: 12px 30px 9px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #194ed1;
}

.mycard-info .texts a span {
  margin-left: 7px;
}

.mycard-info .texts a:hover {
  background: #194ed1;
  color: #fff;
}

.mycard-info img {
  float: left;
}

.mycard-features {
  background: #f3f5f9;
  padding: 100px 0;
  text-align: center;
}

.mycard-features > h2 {
  font-weight: 700;
  font-size: 36px;
  margin: 0 0 40px 0;
}

.mycard-features .item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mycard-features .item:hover i {
  background: #194ed1;
  color: #fff;
}

.mycard-features .item i {
  border: 2px solid #194ed1;
  color: #194ed1;
  font-size: 30px;
  padding: 20px 0;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 20px;
  width: 74px;
  height: 74px;
}

.mycard-features .item h4 {
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 14px;
  color: #000;
}

.mycard-features .item p {
  font-size: 15px;
  margin: 0;
  line-height: 27px;
  text-align: right;
}

.mycard-banner {
  background: #194ed1;
  padding: 100px 0;
  margin-top: 0;
}

.mycard-banner .info-banner {
  color: #fff;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.mycard-banner .info-banner h3 {
  font-weight: 700;
  font-size: 36px;
  margin: 0;
  line-height: 46px;
}

.mycard-banner .info-banner a {
  background: #fff;
  color: #194ed1;
  border-radius: 3px;
  padding: 12px 30px 9px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: table;
  margin: 25px auto;
}

.mycard-banner .info-banner a:hover {
  background: #163fa7;
  color: #fff;
}

.mycard-banner .info-banner a span {
  margin-left: 7px;
}

.mycard-banner .info-banner small {
  display: block;
}

.mycard-pricing > h2 {
  font-weight: 700;
  font-size: 36px;
  margin: 0 0 40px 0;
  text-align: center;
}

.mycard-pricing .item-plan {
  padding: 5px;
}

.mycard-pricing .item-plan .head {
  text-align: center;
}

.mycard-pricing .item-plan .head h4 {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}

.mycard-pricing .item-plan .head .price {
  text-align: center;
}

.mycard-pricing .item-plan .head .price h1 {
  font-size: 35px;
  color: #194ed1;
  font-weight: 700;
  margin: 5px auto 0;
  display: block;
  width: 100%;
}

.mycard-pricing .item-plan .head .price h1 small {
  font-size: 14px;
  color: #7e7e7e;
}

.mycard-pricing .item-plan ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
}

.mycard-pricing .item-plan ul li {
  margin-bottom: 5px;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #194ed1;
}

.mycard-pricing .item-plan ul li:hover {
  color: #000;
}

.mycard-pricing .item-plan ul li span {
  float: left;
  color: #7e7e7e;
}

.mycard-pricing .item-plan ul li:last-child {
  margin-bottom: 0;
}

.mycard-pricing .item-plan a.order {
  text-decoration: none;
  border: 2px solid #194ed1;
  color: #194ed1;
  border-radius: 3px;
  padding: 12px 30px 9px;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  display: inline-block;
  margin-top: 30px;
  text-align: center;
}

.mycard-pricing .item-plan a.order:hover {
  background: #194ed1;
  color: #fff;
}

.mycard-pricing .popular-item {
  -webkit-box-shadow: 0 0 25px #eee;
          box-shadow: 0 0 25px #eee;
  border-radius: 5px;
  position: relative;
}

.mycard-pricing .popular-item h5 {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #194ed1;
  color: #fff;
  padding: 5px 7px 3px;
  border-radius: 35px;
  font-size: 12px;
  margin: 0;
}

.mycard-pricing .popular-item ul li span.fa-check {
  color: #85cc6f;
}

.mycard-pricing .popular-item ul li span.fa-times {
  color: #e06666;
}

.mycard-pricing .popular-item a.order {
  background: #194ed1;
  color: #fff;
}

footer {
  background: #fbfbfb;
  margin-top: 10px;
  padding: 50px 0 0;
}

footer .widget h3 {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}

footer .widget ul {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

footer .widget ul li {
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}

footer .widget ul li a {
  text-decoration: none;
  color: #7e7e7e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .widget ul li a:hover {
  color: #000;
}

footer .social-media {
  text-align: center;
  margin: 50px auto;
}

footer .social-media h4 {
  color: #194ed1;
  font-size: 30px;
  font-weight: 500;
  margin: 0;
}

footer .social-media h3 {
  color: #194ed1;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  margin-top: 10px;
  list-style: none;

}
footer .social-media h3 a{
    text-decoration: none;

}


footer .social-media ul {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

footer .social-media ul li {
  display: inline-block;
  margin: 0 15px;
}

footer .social-media ul li a {
  color: #7e7e7e;
  font-size: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .social-media ul li a:hover {
  color: #000;
}

footer .copyrights {
 /* border-top: 1px solid #e7e7e7;*/
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  color: #000;
}

footer .copyrights p {
  margin: 0;
}

footer .copyrights a {
  color: #194ed1;
}

.mycard-profile {
  margin-top: 5px;
}

.mycard-profile .profile-wrap {
  position: relative;
  overflow: hidden;
}

.mycard-profile .bg-profile {
  background: #194ed1;
  width: 351px;
  height: 573px;
  display: none;
}

.mycard-profile .profile-img {
  max-width: 100%;
  max-height: 100%;
  /*border: 3px solid #194ed1;*/
}

.mycard-profile .profile-texts > h3 {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 5px;
}

.mycard-profile .profile-texts > h5 {
  font-weight: 700;
  font-size: 12px;
  margin: 0 0 5px;
}

.mycard-profile .profile-texts > blockquote {
  background: #f9fbff;
  padding: 15px;
  border-right: 3px solid #194ed1;
  color: #000;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 5px;
}

.mycard-profile .company-logo {
  max-height: 200px;
  margin-bottom: 5px;
}

.mycard-profile .field-mycard {
  width: 100%;
 /* border-bottom: 10px solid #eee;*/
  border-bottom: 1px ;
  padding-bottom: 3px;
  padding-right: 5px;
  padding-top: 5px;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 30px;
  background-color: #f9fbff; 
  border-radius: 8px;
}

.mycard-profile .field-mycard:hover {
  border-bottom: 1px solid #194ed1;
  border-radius: 8px;
}

.mycard-profile .field-mycard:hover .text span,
.mycard-profile .field-mycard:hover .text a {
  color: #000;
}

.mycard-profile .field-mycard:last-child {
  border-bottom: 0;
}

.mycard-profile .field-mycard .icon {
  color: #194ed1;
  font-size: 15px;
  float: right;
  margin-left: 9px;
}



.mycard-profile .field-mycard .text span,
.mycard-profile .field-mycard .text a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mycard-profile .field-mycard .text span:hover,
.mycard-profile .field-mycard .text a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.mycard-profile .field-mycard .social-media-icons > span {
  float: right;
  margin-left: 10px;
 
}

.mycard-profile .field-mycard .social-media-icons > span:last-child {
  margin-left: 2px;
}

.mycard-profile .field-mycard .social-media-icons > span i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
 font-size: 33px;
  
}
/*               */


.mycard-profile .field-mycard .social-media-icons > span i.fa-facebook-f {
  color: #3b5998;
 
}

.mycard-profile .field-mycard .social-media-icons > span i.fa-twitter {
  color: #55acee;
}

.mycard-profile .field-mycard .social-media-icons > span i.fa-instagram {
  color: #e95950;
}

.mycard-profile .field-mycard .social-media-icons > span i.fa-snapchat {
  color: #fffc00;
}



.mycard-profile .field-mycard .social-media-icons > span i.fa-whatsapp {
  color: #4dc247;
}

.mycard-profile .field-mycard .social-media-icons > span i.fa-youtube {
  color: #d42428;
}

.mycard-profile .field-mycard .social-media-icons > span i.fa-linkedin {
  color: #0c49b2;
}

.mycard-profile .field-mycard .social-media-icons > span i.fa-pinterest {
  color: #ea0909;
}

.mycard-profile .field-mycard .social-media-icons > span i.fa-foursquare {
  color: #f77575;
}

.mycard-profile .field-mycard .social-media-icons > span i.fa-telegram {
  color: #2940f3;
}

.mycard-profile .field-mycard .social-media-icons > span i.fa-video {
  color: #2940f3;
}



/*               */
.mycard-profile .field-mycard .social-media-icons > span i.fa-facebook-f:hover {
  color: #3b5998;
 
}

.mycard-profile .field-mycard .social-media-icons > span i.fa-twitter:hover {
  color: #55acee;
}

.mycard-profile .field-mycard .social-media-icons > span i.fa-instagram:hover {
  color: #e95950;
}

.mycard-profile .field-mycard .social-media-icons > span i.fa-snapchat:hover {
  color: #fffc00;
}



.mycard-profile .field-mycard .social-media-icons > span i.fa-whatsapp:hover {
  color: #4dc247;
}

.mycard-profile .field-mycard .social-media-icons > span i.fa-youtube:hover {
  color: #d42428;
}

.mycard-profile .field-mycard .social-media-icons > span i.fa-linkedin:hover {
  color: #0c49b2;
}

.mycard-profile .field-mycard .social-media-icons > span i.fa-pinterest:hover {
  color: #ea0909;
}

.mycard-profile .field-mycard .social-media-icons > span i.fa-foursquare:hover {
  color: #f77575;
}

.mycard-profile .field-mycard .social-media-icons > span i.fa-telegram:hover {
  color: #2940f3;
}

.mycard-profile .field-mycard .social-media-icons > span i.fa-video:hover {
  color: #2940f3;
}


.footer-profile {
  background: #fff;
  margin-top: 0;
}

.prolfile-btns {
  margin-top: 3px;
}

.prolfile-btns > a {
  background: #f8f8f8;
  border: 1px solid #eee;
  padding: 10px 20px 2px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  font-size: 20px;
  margin-left: 5px;
  color:black;
}

.prolfile-btns > a:hover {
  background: #194ed1;
  border: 1px solid #194ed1;
  color:black;
}

.prolfile-btns > a:hover span {
  color: #fff;
}

.prolfile-btns > a span {
  color: #333;
}

.prolfile-btns > a:focus {
  background: #194ed1;
  border: 1px solid #194ed1;
}

.prolfile-btns > a:focus span {
  color: #fff;
}

.prolfile-btns > button {
  background: #f8f8f8;
  border: 1px solid #eee;
  padding: 10px 20px 2px;
  font-size: 20px;
}

.prolfile-btns > button:hover {
  background: #194ed1;
  border: 1px solid #194ed1;
}

.prolfile-btns > button:hover span {
  color: #fff;
}

.prolfile-btns > button:focus {
  outline: none;
  background: #194ed1;
  border: 1px solid #194ed1;
}

.prolfile-btns > button:focus span {
  color: #fff;
}

.prolfile-btns > button span {
  color: #333;
}

.share-modal-mycard button.close {
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  padding-top: 5px !important;
}

.share-modal-mycard .modal-body a {
  display: inline-block;
  width: 100%;
  color: #194ed1;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.share-modal-mycard .modal-body a:hover {
  color: #242424;
}

.share-modal-mycard .modal-body a span {
  margin-left: 5px;
}

.share-modal-mycard .modal-body .bar-code img {
  max-width: 200px;
  margin-top: 10px;
}

.mycard-contact > h2 {
  font-weight: 700;
  font-size: 36px;
  margin: 0 0 40px 0;
  text-align: center;
}
/*# sourceMappingURL=custom.css.map */


#source {
	float: left;
	/*margin: 0 1em 1em 0;*/
	margin-left: 0;
	 color: #2940f3;
}

#source img:hover {
	float: left;
	/*margin: 0 1em 1em 0;*/
	margin-left: 0;
	 color: #2940f3;
}
#source + h2 { color: #2940f3; }
hr { clear: both; }
#a, #b {
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: inline-block;
	height: 18px;
	width: 18px;
	 color: #2940f3;
}
#a { background-image: url('../img/imo.svg#devil-view');  color: #2940f3;}
#b { background-image: url('../img/imo.svg#svgView(viewBox(0,45,48,40))');  color: #2940f3; }



#source2 {
	float: left;
	/*margin: 0 1em 1em 0;*/
	margin-left: 0;
	 color: #2940f3;
}

#source2 + h2 { color: #2940f3; }
hr { clear: both; }
#a, #b {
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: inline-block;
	height: 18px;
	width: 18px;
	 color: #2940f3;
}
#a { background-image: url('../img/tiktok.svg#devil-view');  color: #2940f3;}
#b { background-image: url('../img/tiktok.svg#svgView(viewBox(0,45,48,40))');  color: #2940f3; }


.alert {
	padding: 20px;
	background-color: #f44336;
	color: white;
	width: 70%;
	margin-left:15%; 
	margin-right:15%;
	font-size: 18px;
	font-weight: 500;

}

.alert_info {
	padding: 5px;
	background-color: #f44336;
	color: white;
	width: 98%;
	margin-left:1%; 
	margin-right:1%;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
}
.alert_info  a{
	color: white;
	text-decoration: none;
}

.imgs {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 105px;
  height: 105px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  
 /* 
  display: block;
 */
}

.imgs:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
