
.custome {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custome input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 21px;
	width: 21px;
	background-color: transparent !important;
	border: 2px solid #40dc7e;
}
.custome:hover input ~ .checkmark {
    border-color: #000;
}
.custome .checkmark {
    border-color: #000;
}
.custome input:checked ~ .checkmark {
    border-color: #40dc7e;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custome input:checked ~ .checkmark:after {
    display: block;
}
.custome .checkmark:after {
    left: 0;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #5be190;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    margin: 0 auto;
}

.btn-success.btn-full-width {
    justify-content: center;
    -webkit-justify-content: center;
}
.d-spec p {
    width: 49%;
    display: inline-flex;
    display: -webkit-inline-flex;
}
.capitalFirstText strong {
    text-transform: capitalize;
}

.bank_user_img img {
    width: 100%;
    height: 100%;
}

.bank-info-browse-btn {
    width: 50px;
    position: relative;
}
.browse-input {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

.camera {
    position: absolute;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    background: #2f9ee1;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    z-index: 1;
    right: 0;
    bottom: 0;
}

.bank_user_img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background: #EFEEF2;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    position: relative;
    border: 1px solid #ddd;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.bank_user_img img {
    width: 100%;
    height: 100%;
}

.bank-info-browse-btn {
    position: relative;
}
.table th, .table td {
    vertical-align: middle !important;
    }
.chargere_logo {
    display: flex;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.menu-title::after {
    display: none;
}
a.page-link:focus {
  outline: none;
  box-shadow: none;
}

.custom-autocomplete__dropdown {
    position: static !important;
    background: #fff;
    margin: 0 4px 15px 0 !important;
    background: #fff;
    box-shadow: 0 6px 4px #cecece80;
    height: auto;
    overflow: hidden;
    padding: 0 !important;
}
.select_chargere {
    position: relative;
}
.select_chargere span.customised-control-indicator {
    position: absolute;
    height: 50px !important;
    width: 50px !important;
    z-index: 9;
    border-radius: 50% !important;
    left: 0px;
}
.nb-theme-default .select_chargere .customised-control-input:checked + .customised-control-indicator {
    background: rgba(255, 255, 255, 0.75);
}
.select_chargere span.customised-control-indicator:before {
    font-size: 20px;
}
.select_chargere span.customised-control-description {
    padding: 0 !important;
}
.nb-theme-default .select_chargere .customised-control-input:checked + .customised-control-indicator::before {
    height: calc(2.25rem * 0.6);
    width: calc(1.8rem * 0.4);
    border-color: #6be49b;
    border-width: 0 3px 3px 0;
    margin: 10px 18px;
}
.small-card .rating_box {
    margin: 25px auto 0; 
}
.rating_box {
    width: 116px;
    height: 23px;
    overflow: hidden;
}
.rate_star_yellow {
    background-color: #ecb90d;
}

.profile_img_detail {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;
    margin: 0px auto;
    box-shadow: 0 8px 10px 1px rgba(143, 158, 181, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(143, 158, 181, .2);
    overflow: hidden;
}
.profile_img_detail img {
    width: 100%;
    height: 100%;
}
.default-name-large {
    background: #eee;
    display: BLOCK;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    line-height: 100px;
    text-align: center;
    color: #2A3F54;
    font-size: 30px;
    font-weight: 600;
}
.countable_value {
    display: flex;
    align-items: center;
    justify-content: center;
}
.countable_value span {
    background: #40dc86;
    border: none;
    color: #fff !important;
    padding: 4px 8px;
    border-radius: 5px;
    margin: 0 10px;
    cursor: pointer;
}
.countable_value span i.fa {
    color: #fff;
}

.user-picture.image {
    background-position: center !important;
    background-size: 30px 30px !important;

}

span.nb-badge.bottom.right.nb-badge-success:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    color: #fff;
    left: 0;
    right: 0;
    position: absolute;
    font-size: 8px;
    top: 4px;
    text-align: center;
    margin: 0 auto;
}

span.nb-badge.bottom.right.nb-badge-success {
    color: #40dc7e;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    overflow: hidden;
}
.active .user-picture.image.ng-star-inserted {
    border-color: #40dc7e !important;
}

span.menu-title {
    padding: 5px 20px !important;
}
button:focus,
button:hover {
    outline: none;
    box-shadow: none;
}
.switch.switch-medium.checked small:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 10px;
    top: 6px;
    position: absolute;
    color: rgb(100, 189, 99);
}
/***radio css**/
.custom-radio2 {
    display: block;
    position: relative;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
}
.custom-radio2 input[type=radio]{
    position: absolute;
    visibility: hidden;
}
.custom-radio2 label{
    display: block;
    position: relative;
    margin: 0;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}
.custom-radio2 .check{
    display: block;
    position: absolute;
    border: 2px solid #AAAAAA;
    border-radius: 3px;
    height: 18px;
    width: 18px;
    top: 0px;
    left: 0px;
    z-index: 9;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    opacity: 0;
}
.custom-radio2:hover .check {
    border: 2px solid #40dc86;
    opacity: 0;
}
.custom-radio2 .check::before {
    display: block;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: -1px;
    left: 1px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    font-size: 12px;
    opacity: 0;
}
.custom-radio2 input[type=radio]:checked ~ .check {
    border: 2px solid #40dc86;
    opacity: 1
}
.custom-radio2 input[type=radio]:disabled+label {
    opacity: 0.5;
}
.custom-radio2 input[type="radio"]:disabled ~ .check {
    opacity: 0;
}

.custom-radio2 input[type=radio]:checked ~ .check::before{
    color: #40dc86;
    opacity: 1;
}

.select_chargere input[type=checkbox]:disabled+span:before {
    display: none;
}
.select_chargere input[type=checkbox]:disabled+span {
    border-color: #bababa !important;
}
.cus_col {
    padding: 0 15px;
}
.select_chargere.active .customised-control-indicator {
    border-color: #6be49b;
    background: rgba(255, 255, 255, 0.75); 
}
.select_chargere.active .customised-control-indicator:before {
    border-width: 0 3px 3px 0;
    margin: 10px 18px !important;
    height: calc(2.25rem * 0.6);
    width: calc(1.8rem * 0.4);
    border-color: #6be49b;
}
/*****/
.select_chargere-new {
    position: relative;
}
.select_chargere-new .customised-control-input {
    position: absolute;
    opacity: 0;
}
.select_chargere-new .customised-control-indicator {
    background-color: transparent;
    width: 50px;
    height: 50px;
    border: 2px solid #dadfe6;
    position: absolute;
    border-radius: 50%;
    z-index: 9;
    left: 0;
}
.select_chargere-new .customised-control-indicator:before {
    content: '';
    border-style: solid;
    display: block;
    margin: 0 auto;
    transform: rotate(45deg);
    height: calc(2rem * 0.6);
    width: calc(2rem * 0.3);
    border-color: #40dc86;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -10px auto 0;
    opacity: 0;
}
.select_chargere-new .customised-control-input:checked ~ .customised-control-indicator {
    background: rgba(255, 255, 255, 0.5);
    border-color: #40dc86;
}
.select_chargere-new .customised-control-input:checked ~ .customised-control-indicator:before {
    opacity: 1;
}
.customised-control-description {
    display: flex;
    display: -ms-flex;
    -ms-align-items: center;
    align-items: center;
}
.select_chargere-new input[type=checkbox]:disabled ~ .customised-control-description {
    opacity: 0.4;
}
input.form-control:disabled {
    opacity: 0.4;
}
.customised-control.width-50 {
    width: 50px;
    height: 50px;
    position: relative;
}


@font-face {
    font-family:'proxima_nova_bold';
    src: url('../fonts/proxima_nova_bold.eot?9lugk8');
    src: url('../fonts/proxima_nova_bold.eot?9lugk8#iefix') format('embedded-opentype'), url('../fonts/proxima_nova_bold.ttf?9lugk8') format('truetype'), url('../fonts/proxima_nova_bold.woff?9lugk8') format('woff'), url('../fonts/proxima_nova_bold.svg?9lugk8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'proxima_nova_sbold';
    src: url('../fonts/proxima_nova_sbold.eot?9lugk8');
    src: url('../fonts/proxima_nova_sbold.eot?9lugk8#iefix') format('embedded-opentype'), url('../fonts/proxima_nova_sbold.ttf?9lugk8') format('truetype'), url('fonts/proxima_nova_sbold.woff?9lugk8') format('woff'), url('../fonts/proxima_nova_sbold.svg?9lugk8#icomoon') format('svg');
    font-weight: bold !important;
  
  }
  .b-text{
      font-family: 'proxima_nova_sbold';
  }
  body {
    font-family: 'proxima_nova_sbold';
  }
  
  a:focus,
  a:active {
    outline: none;
  }
  
  header {
    margin-top: 15px;
  }
  
  .pr-100 {
    padding-right: 155px;
    padding-top: 36px;
  }
  
  .pr-100 a:hover {
    opacity: 0.6;
  }
  
  .content {
    width: 80%;
    max-width: 1040px;
    height: calc(100vh - 80px);
    margin: 0 auto;
    z-index: 5;
    position: relative;
  }
  
  header {
    width: 80%;
    max-width: 1040px;
    margin: 0 auto;
  }
  
  .logo {
    margin-top: 25px;
    position: relative;
    z-index: 5;
  }
  
  .content .row,
  .content .row>div[class*="col-"] {
    height: 100%;
  }
  
  .content h2 {
    font-family: 'proxima_nova_bold';
    margin-top: -70px;
  }
  
  .content p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    
  }
  
  .text-blue {
    color: #00a7e4;
  }
  
  .mobile_frame {
    background: #0f0f0f;
    width: 280px;
    height: 500px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: absolute;
    bottom: 0;
    z-index: 4;
    right: 55px;
  }
  
  .mobile_inner_frame {
    background: #0f0f0f;
    width: 270px;
    height: 500px;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
    bottom: 0;
    margin: 0 auto;
    z-index: 2;
    margin-top: 5px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3) inset;
  }
  
  .screen_holder {
    background: #333;
    width: 245px;
    height: 480px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    margin: 0 auto;
    z-index: 2;
    top: 18px;
    left: 0;
    right: 0;
    position: absolute;
    overflow: hidden;
  }
  
  .power_button {
    position: absolute;
    right: -3px;
    top: 80px;
    height: 50px;
    width: 3px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #0f0f0f;
  }
  
  .volume_button {
    position: absolute;
    left: -3px;
    top: 90px;
    height: 50px;
    width: 3px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #0f0f0f;
  }
  
  .volume_button::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 59px;
    height: 50px;
    width: 3px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #0f0f0f;
  }
  
  .notch {
    background: #141414;
    position: absolute;
    left: 0;
    right: 0;
    top: 11px;
    margin: 0 auto;
    border-radius: 50px;
    width: 140px;
    height: 29px;
    z-index: 3;
  }
  
  .notch::before {
    background: #141414;
    content: '';
    position: absolute;
    left: -1px;
    width: 8px;
    height: 8px;
    border-radius: 40px;
    top: 2px;
  }
  
  .notch::after {
    background: #141414;
    content: '';
    position: absolute;
    right: -1px;
    width: 8px;
    height: 8px;
    border-radius: 40px;
    top: 2px;
  }
  
  .speaker {
    width: 50px;
    height: 7px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    float: left;
    margin-top: 11px;
    margin-left: 57px;
  }
  
  .camera {
    width: 9px;
    height: 9px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    float: left;
    margin-top: 10px;
    margin-left: 5px;
  }
  
  .time {
    color: #333;
    font-size: 12px;
    left: 35px;
    top: 23px;
    z-index: 4;
    position: absolute;
  }
  
  .info_icon {
    color: #333;
    font-size: 12px;
    right: 25px;
    top: 23px;
    z-index: 4;
    position: absolute;
  }
  
  .owl-dots {
    display: block;
    bottom: 22%;
    position: absolute;
    z-index: 8;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  
  .owl-dots span {
  float:left;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    margin: 0 3px;
    background: rgba(0, 0, 0, 0.3);
  }
  
  .owl-dot.active {
    background: #0f0f0f
  }
  .vh-100 {
    height: calc(100vh - 44px);
    overflow: hidden;
    position: relative;
    cursor: move;
  }
  
  .parallax_holder {
    width: 100vw;
    overflow: hidden;
  }
  
  #cloud {
    position: absolute;
    top: 15px;
    left: 25%;
  }
  
  #building {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  
  #building img {
    width: 100%;
  }
  
  #leftImg {
    position: absolute;
    bottom: 0;
    z-index: 3;
  }
  
  #leftImg,
  #yellowCar,
  #centerImg,
  #rightImg,
  #blueCar,
  #buildingLeft,
  #buildingRight,
  #halfCar,
  #taxi {
    position: absolute;
    bottom: 0;
  }
  
  #buildingLeft {
    left: 85px;
    z-index: 3;
  }
  
  #buildingRight {
    right: 30px;
    z-index: 3;
  }
  
  #halfCar {
    right: 16%;
    z-index: 3;
  }
  
  #yellowCar {
    left: 25%;
    z-index: 3;
  }
  
  #centerImg {
    left: 29%;
    bottom: 50px;
    z-index: 2;
  }
  
  #blueCar {
    left: 38%;
    bottom: 50px;
    z-index: 1;
  }
  
  #rightImg {
    right: 10px;
    z-index: 3;
  }
  
  #taxi {
    right: 60px;
    z-index: 3;
  }
  
  #circle {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background: rgb(247, 249, 253);
    position: absolute;
    right: -100px;
    top: -60px;
    z-index: 1;
  }
  
  footer {
    width: 100%;
    background: #00a7e4;
    padding: 10px;
    color: #fff;
  }
  
  footer p,
  footer a {
    color: #fff;
    font-size: 14px;
  }
  .MobileMockup{display:none;}
  @media(max-width:920px) {
    .content,
    header {
        width: 85%;
    }
    #buildingLeft img,
    #buildingRight img {
        width: 180px
    }
    .content h2 {
        font-size: 20px;
    }
    .storeImg img {
        width: 120px;
    }
    .mobile_frame {
        right: 15px;
    }
    .pr-100 {
        padding-right: 119px;
        z-index: 3;
    }
  }
  
  @media (max-width:767px) {
    #centerImg,
    #buildingRight img,
    .mobile_frame {
        display: none
    }
    #leftImg img {
        width: 50px;
    }
    #buildingLeft img {
        width: 140px
    }
    #blueCar img {
        width: 100px;
    }
    #blueCar {
        left: 55%
    }
    #yellowCar img {
        width: 60px;
    }
    #taxi img {
        width: 70px;
    }
    #rightImg img {
        width: 40px;
    }
    #halfCar {
        right: 30%
    }
    #halfCar img {
        width: 90px;
    }
    #cloud img {
        width: 150px;
    }
    #cloud {
        left: 0%;
    }
    #circle {
        width: 200px;
        height: 200px;
    }
    footer div,
    footer .text-right {
        text-align: center !important;
    }
    .content {
        height: calc(100vh - 185px);
    }
    .vh-100 {
        height: calc(100vh - 65px);
    }
    .pr-100 {
        padding-right: 0px;
    }
  }
  
  @media (max-width:767px) {
    .vh-100 {
        height: calc(100vh - 0px);
    }
    #yellowCar {
        left: 20%;
    }
    #taxi {
        right: 10%;
    }
    #blueCar {
        left: 35%;
        bottom: 5%
    }
    #halfCar {
        right: 35%;
        display: none;
    }
    #blueCar img {
        width: 120px;
    }
    #buildingRight img {
        width: 140px;
        display: block;
    }
    #buildingLeft {
        left: -40px
    }
    #buildingRight {
        right: -70px
    }
    .content h2 {
      font-size: 15px;
      text-align:center;
  }
  .content p {
      font-size: 12px;
      text-align:center;
  }
  .m-t-center{text-align:center;}
  .pl-0.d-flex.align-items-center{padding:10px !important}
  .MobileMockup {
      display: block;
      position: absolute;
      bottom: 2px;
      left: 29%;
  }
  #blueCar{display:none !important;}
  }
  
  @media (max-width:567px) {
    
  .content{margin-top:30px !important;
    padding:10px; 
    }
  
  .vh-100 {
    height: calc(100vh - 62px);
    }
  }


