@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/MyriadProRegular.eot');
    src: url('../fonts/MyriadProRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadProRegular.woff') format('woff'), url('../fonts/MyriadProRegular.ttf') format('truetype'), url('../fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    min-height: 100% !important;
    height: 100% !important;
}
body {
    font-family: 'MyriadProRegular', sans-serif;
    background: #f0f0f0;
    overflow-x: hidden !important;
}
.extarSpace{
    padding-top: 50px !important;
}
/*********************************/
/* Offside instances */
.offside {
    padding: 20px 0;
    width: 200px;
    background-color: #283A48;
}
/* Lists */
.offside ul {
    clear: both;
    margin: 0;
    padding: 0;
}
.offside ul li {
    list-style: none;
    padding: 0 20px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
.offside ul li:hover {
    list-style: none;
    padding: 0 20px;
    background: #000;
}
.offside ul li > a{
    display: block;
    margin: 0;
    padding: 10px 0 10px 30px;
    border: 0;
    position: relative;
    color: #fff !important;
    outline: none;
    font-size: 14px;
    text-decoration: none !important;
}
#contact{
	background: url(../images/icon_parts_and_logo/contactus.svg) no-repeat left;
    background-size: 24px;
}
#terms{
	background: url(../images/icon_parts_and_logo/terms.svg) no-repeat left;
    background-size: 24px;
}
#pp{
	background: url(../images/icon_parts_and_logo/privacy.svg) no-repeat left;
    background-size: 24px;
}
#history{
	background: url(../images/icon_parts_and_logo/history.svg) no-repeat left;
    background-size: 24px;
}
#logout{
	background: url(../images/icon_parts_and_logo/logout.svg) no-repeat left;
    background-size: 24px;
}
.site-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: visibility 0s ease, opacity .2s ease;
    -moz-transition: visibility 0s ease, opacity .2s ease;
    -o-transition: visibility 0s ease, opacity .2s ease;
    transition: visibility 0s ease, opacity .2s ease;
}
.offside-js--is-open .site-overlay {
    visibility: visible;
    opacity: .1;
    -webkit-transition-delay: delay 0s;
    -o-transition-delay: delay 0s;
    transition-delay: delay 0s;
}
.hamburger{
    padding: 0;
    position: absolute;
    top: 23px;
    right: 50px;
}
.hamburger-box{
    width: 24px;
}
.hamburger-inner{
    margin-top: 0;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    width: 24px;
    height: 3px;
    background-color: #20BB9B;
}
.hamburger-inner::before{
    top: -8px;
}
.hamburger-inner::after{
    bottom: -8px;
}
.hamburger--3dy.is-active .hamburger-inner::before{
    transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after{
    background-color: #20BB9B;
}
/**********************************/
a {
    font-family: 'MyriadProRegular', sans-serif;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
a:hover{
    text-decoration: none;
}
.clearPadding{
    padding-left: 0;
    padding-right: 0;
}
#overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    transition: 1s 0.4s;
}
#progress {
    height: 1px;
    background: #000;
    position: absolute;
    width: 0;
    top: 50%;
}
#progstat {
    font-family: 'MyriadProRegular', sans-serif;
    font-size: 1em;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    color: #000;
}
.container{
    max-width: 1170px;
}
.pageWrapper {
    font-family: 'MyriadProRegular', sans-serif;
    display: block;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 0 0 0;
    min-height: 100% !important;
    height: 100%;
    position: relative;
}
.BuyCoynHeader {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #f0f0f0;
    color: #154294;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    text-align: center;
}
.containerHeader {
    height: 100%;
    display: table;
    position: relative;
    background-color: #283A48;
}
.BuyCoynHeader .container #logo {
    display: block;
    border: 0;
    margin: 20px 0 20px 0;
    padding: 0;
    max-width: 250px;
    width: 100%;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#logo a {
    margin: 0;
    outline: 0;
    text-decoration: none;
    display: block;
    width: 70%;
}
#imgagLogo {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.BuyCoynHeader.shrink .container #logo {
    margin: 10px 0;
}
.BuyCoynHeader.shrink .container #logo a #imgagLogo {
    width: 80%;
}

.bodyContent {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    clear: both;
    overflow: hidden;
    background: #fff url(../images/icon_parts_and_logo/watermark.png) no-repeat right bottom;
    background-size: 300px;
}
input[type=submit] {
    padding: 10px 20px;
    color: #fff;
    outline: none;
    margin: 20px 0 10px 0;
    font-family: 'MyriadProRegular';
    font-size: 15px;
    word-spacing: 2px;
    cursor: pointer;
    text-transform: uppercase;
       background: #fab914;
    background: -moz-linear-gradient(top,  #fab914 74%, #ffda00 99%);
    background: -webkit-linear-gradient(top,  #fab914 74%,#ffda00 99%);
    background: linear-gradient(to bottom,  #fab914 74%,#ffda00 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab914', endColorstr='#ffda00',GradientType=0 );
    width: 100px;
    border-radius: 4px;
    border: 0;
}
.footerSide {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 1% 0;
    border: 0;
    background-color:#283A48;
}
.containerFooter {
    display: block;
    margin: 0 auto 0 auto;
    border: 0;
    padding: 0;
    height: auto;
    clear: both;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.partSocialMedia, .partLogoFooter {
    display: table;
    margin: 0;
    border: 0;
    padding: 0;
    width: 50%;
}
.partSocialMedia {
    display: none;
    float: right;
    clear: right
}
.partLogoFooter {
    float: left;
}
.partSocialMedia .socialMedia {
    display: table;
    padding: 0;
    margin: 4% 0 0 0;
    float: right;
}
.partSocialMedia .socialMedia li {
    display: block;
    float: left;
    list-style: none;
    margin: 0 0 0 0;
}
.partSocialMedia .socialMedia li a {
    display: block;
    text-decoration: none;
    padding: 0;
    outline: 0;
}
.socialImage {
    display: block;
    width: 80%;
    margin: 0 auto;
    max-width: 44px;
}
.logoFooter {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
    width: 5%;
}
.logoFooterImage {
    margin: 0 auto;
    padding: 0;
    border: 0;
    width: 100%;
    display: block;
}
.copyRight {
    display: table-cell;
    vertical-align: middle;
    bottom: 0;
    margin: 0 0 0 0;
    padding: 0 0 0 2%;
    border: 0;
    text-align: left;
    font-size: 14px;
    color: #fff;
}
.langMobile {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 0;
}
.langMobile select#langMob {
    font-size: 10px;
    color: transparent;
    border: 0;
    height: 72px;
    padding: 0;
    box-shadow: none!important;
    border-radius: 0;
    width: 25px;
    background: url(../images/icon_parts_and_logo/download.svg) no-repeat center center;
    background-size: 25px 25px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.langMobile select#langMob option {
    color: #154294 !important;
    position: relative;
    display: block;
    cursor: pointer;
    padding: 10px;
    margin: 0 auto;
    line-height: normal;
    text-align: center!important;
}
.langMobile select#langMob:hover {
    opacity: .7;
}

.mobileOperator {
    height: auto;
    display: block;
    margin: 0;
    padding: 30px 0;
    border: 0;
    position: relative;
    clear: both;
    overflow: hidden;
}
.mobileOperator ul {
    display: table;
    padding: 0;
    margin: 0 auto;
}
.mobileOperator ul li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin:5px;
}
.mobileOperator ul li a {
    display: table;
    width: 90px;
    height: 90px;
    word-break: break-all;
    text-decoration: none;
    margin: 0 auto;
    padding: 0 5px;
    color: #7D7D7D;
    font-size: 16px;
    text-align: center;
    border: 1px solid #7D7D7D;
    border-radius: 50%
}
.mobileOperator ul li a span{
    display: table-cell;
    vertical-align: middle;
}
.title {
    display: block;
    bottom: 0;
    margin: 0;
    padding: 10px;
    font-size: 20px;
    color: #7D7D7D;
    text-align: center;
}
.popupTitle {
    display: block;
    bottom: 0;
    margin: 0;
    padding: 10px;
    font-size: 26px;
    color: #1FB596;
    text-align: center;
}
.prefixNumContiner{
	display: table;
	margin: 10px auto;
	padding: 0;
	border: 0;
	font-size: 14px !important;
	font-weight:bold !important;
}
.number , .prefixNum{
	color: #7D7D7D;
	display: inline-block;
	margin: 0 auto;
	font-weight: bold; 
	font-size: 15px;
	padding: 0 5px;
	border: 1px solid #7D7D7D !important;
	background: transparent; 
    outline: none;
    height: 35px;
    line-height: 35px;
}
.number{
    max-width: 150px;
}
.prefixNum{
    max-width: 40px;
    margin-right: 2px;
    text-align: center
}

.submButton , .clsButton{
	display: block;
	margin: 0 auto 20px auto;
	padding: 0;
	border: 0;
}
.submitButton , .closeButton{
	display: block;
    margin: 0 auto;
    padding: 5px;
    border: 0;
    height: 40px;
    width: 150px;
    color: #fff;
    font-family: 'MyriadProRegular', sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-color: #20BB9B;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
}
.submitButtonGray{
    background-color: #B3B3B3;
}
.alertBtns{
    display: inline-block;
    margin: 0 10px;
    width: 80px;
}
.innerLink{
    text-decoration: underline;
    color: #20BB9B !important;
}

.chooseApp {
    height: auto;
    display: block;
    margin: 0;
    padding: 50px 0;
    border: 0;
    position: relative;
    clear: both;
    overflow: hidden;
}
.chooseApp ul {
    display: table;
    padding: 0;
    margin: 0 auto;
}
.chooseApp ul li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin:10px;
}
.chooseApp ul li a {
    display: block;
    width: 100px;
    text-decoration: none;
    margin: 0 auto;
    padding: 0;
    border: 0;
}
.chooseApp ul li a img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.choosePrice {
    height: auto;
    display: block;
    margin: 0;
    padding: 50px 0;
    border: 0;
    position: relative;
    clear: both;
    overflow: hidden;
}
.choosePrice ul {
    display: table;
    padding: 0;
    margin: 0 auto;
}
.choosePrice ul li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin:25px;
}
.choosePrice ul li a {
    display: block;
    width: 50px;
    text-decoration: none;
    margin: 0 auto;
    padding: 0;
    border: 0;
}
.choosePrice ul li a img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.choosePrice ul li a span {
    display: block;
    bottom: 0;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    color: #7D7D7D;
    text-align: center;
    white-space: nowrap;
}
/********************************************/
.paginationjs .paginationjs-pages li, .paginationjs .paginationjs-pages li:last-child{
        border: 0;
}
.paginationjs .paginationjs-pages li>a{
    font-family: 'MyriadProRegular';
    font-size: 20px;
    color: #154294 !important;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
}
.paginationjs .paginationjs-pages li.active>a {
    height: 30px;
    line-height: 30px;
    background: #154294;
    color: #fff !important;
}
/********************************************/
/**********************alertify**********************/
.alertify .ajs-modal{
    z-index: 100002;
    
}
.alertify .ajs-dimmer{
    background-color: transparent;
    opacity: 0;
}
.alertify .ajs-dialog {
    background-color: #F2F2F2 !important;
	border-radius: 10px;
	
}
.alertify .ajs-body {
	direction:ltr;
	text-align:center;
}
.alertify .ajs-header {
	display:none !important;
}
.alertify.ajs-closable .ajs-commands button.ajs-close {
    display:none !important;
}
.alertNum{
	color:#000; 
	font-family: 'AvenirLT-Medium';
}
.ajs-ok{
	display: none !important;
}
.alertify .ajs-commands{
	left: 0 !important;
	margin: -20px 0 0 5px !important;
}
.alertify .ajs-footer {
	display: none !important;
}
.titleAlert{
	font-size: 14px !important;
	font-weight:bold !important;
	letter-spacing: 1px;
	display: block;
	color: #000;
	margin: 20px auto 0 auto;
	padding: 0;
}
.textAlert , .msgAlert{
	display: block;
	margin: 20px auto 40px auto;
	padding: 0;
	border: 0;
	font-size: 20px !important;
    color: #7d7d7d;
}
/********************************************/
.successImage{
    margin: 20px auto;
    padding: 0;
    border: 0;
    width: 100px;
    display: block;
}
.contactUs {
    display: table;
    margin: 0 auto;
    padding: 20px 0;
}
/* Lists */
.contactUs ul {
    clear: both;
    margin: 0;
    padding: 0;
}
.contactUs ul li {
    display: block;
    list-style: none;
    padding: 0 0 0 40px;
    color: #7d7d7d !important;
    outline: none;
    font-size: 20px;
    margin: 40px 0;
}
#tel{
	background: url(../images/icon_parts_and_logo/mobile.svg) no-repeat left;
    background-size: 30px;
}
#email{
	background: url(../images/icon_parts_and_logo/email.svg) no-repeat left;
    background-size: 30px;
}
.textDesc{
	display: block;
    width: 80%;
	margin: 20px auto 40px auto;
	padding: 0;
	border: 0;
	font-size: 20px !important;
    color: #7d7d7d;
}
.history{
    margin: 40px auto;
}

.history thead tr td{
    border:1px solid #20BB9B;
    color: #20BB9B;
    font-size: 16px;
    margin: 0;
    padding: 10px;
    
}
.history thead tr td img{
    display: block;
    width: 25px;
}

.history tbody tr td{
    border:0;
    border-bottom:1px solid #7d7d7d;
    color: #7d7d7d;
    font-size: 14px;
    padding: 10px;
    
}
/***************************************************************/
.modal-header{
    border-bottom: 0 ; 
}
@media (min-width: 1100px){
    .modal-open {
        padding-right: 0 !important;
    }
}
@media (min-width: 992px){
    .modal-lg {
        width: 1000px;
    }
}
/***************************************************************/
/*Small devices Tablets */
@media (min-width: 768px) and (max-width: 992px) {
.container {
    width: 100%;
}
input[type=submit] {
    padding: 10px 10px;
    font-size: 14px;
    width: 80px;
}
.partSocialMedia .socialMedia li {
    margin: 0 10px 0 0;
}
.socialImage {
    width: 80%;
}
}
/*Extra small devices Phones */
@media (max-width: 768px) {
    .bodyContent {
    background: #fff;
}
    .langMobile select#langMob{
        height: 57px;
    }
    .hamburger{
        top: 15px;
    }
.partSocialMedia .socialMedia {
    float: none;
}
#imgagLogo {
    width: 150px;
}
.BuyCoynHeader .container #logo {
    margin: 15px auto 15px auto;
    max-width: 150px
}
.BuyCoynHeader.shrink .container #logo {
    width: 150px;
    margin: 15px auto 15px auto;
}
.BuyCoynHeader.shrink .container #logo a #imgagLogo {
    width: 150px;
}
.containerHeader {
    width: 100%;
}
input[type=submit] {
    padding: 10px 20px;
    font-size: 15px;
    width: 100px;
    margin: 20px auto 10px auto;
    display: block;
}
.containerFooter {
    margin: 0px auto 0px auto;
}
.partSocialMedia {
    display: none;
    float: none;
    width: 100%;
    margin: 0 auto;
}
.partLogoFooter {
    float: none;
    display: block;
    width: 100%;
}
.logoFooter {
    display: none;
}
.copyRight {
    display: block;
    text-align: center;
    clear: none;
    margin: 1% 0;
    font-size: 14px;
    padding:0;
}
.partSocialMedia .socialMedia {
    margin: 12px auto 4px auto;
}
.socialImage {
    width: 70%;
}
.partSocialMedia .socialMedia li {
    margin: 0 2px;
}
/********************************************/
.paginationjs .paginationjs-pages li>a{
    font-size: 3vw;
    line-height: 4vw !important;
    
    min-width: 4vw;
    height: 4vw;
}
.paginationjs .paginationjs-pages li.active>a {
    height: 4vw;
    line-height: 4vw !important;
}
/********************************************/    
}

.buttonStyle{
    display: block !important;
    margin: 0 auto !important;
    padding: 5px !important;
    border: 0 !important;
    height: 40px !important;
    width: 150px !important;
    color: #fff !important;
    font-family: 'MyriadProRegular', sans-serif !important;
    font-size: 14px !important;
    font-weight: bold !important;
    background: #20BB9B !important;
    letter-spacing: 1px !important;
    outline: none !important;
    cursor: pointer !important;    
    border-radius: 0px !important;
}

.error_msg{
    margin-right: 20px;
    margin-left: 20px;    
}
.inlineBlock{
    display: inline-block !important;
}





.input-wrapper:after {
  content: "——————————————————————————————";
  line-height: .3em;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
}



.inputs input::-webkit-input-placeholder {
  color: #4cbb9b !important;
}

.inputs input:-moz-placeholder {
  color: #4cbb9b !important;
}

.inputs input::-moz-placeholder {
  color: #4cbb9b !important;
}

.inputs input:-ms-input-placeholder {
  color: #4cbb9b !important;
}

.input-container {
/*  width: 90%;*/
/*  height: 100vh;*/
  margin: 0 auto;
/*  display: flex;
  flex-direction: column;*/
  justify-content: center;
  align-items: center;
  margin-top:50px;
}
.input-container p {
  font-size: 24px;
  font-weight: 100;
}
.input-container h1 {
  font-size: 32px;
  font-weight: 600;
}

.inputs input {
  font-weight: normal;
  width: 50px;
  height: 60px;
  line-height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  color: #7D7D7D;
  font-size: 40px;
  word-spacing: 0px;
  overflow: hidden;
  text-align: center;
  
/*  color: transparent;
  text-shadow: 0 0 0 #7D7D7D;

  &:focus {
      outline: none;
  }  */
}

.history thead tr td{
    border:1px solid #20BB9B;
    color: #20BB9B;
    font-size: 16px;
    margin: 0;
    padding: 10px;
    /*width: 33.3%;*/ 
}

.challenges-list li{
    width:100px;
}
.challenges-list li a.hvr-float{
    width:100%;
    text-align: center;
}
.extraMsg{
    font-family: 'MyriadProRegular', sans-serif !important;
    font-size: 12px !important;
    direction: rtl;
}