
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

body{font-family: 'Open Sans', sans-serif; font-size: 16px; color: #333333;}
html{ scroll-behavior: smooth;}
*{margin:0px; padding:0px;}
a:hover, a:focus{ outline:0; text-decoration:none !important; color:#cc1c52;}


@font-face {
font-family: "Brandon Grotesque Light";
src: url("../fonts/Brandon-Grotesque-Web-Light.eot") format("eot"),
url("../fonts/Brandon-Grotesque-Web-Light.woff") format("woff"),
url("../fonts/Brandon-Grotesque-Web-Light.woff2") format("woff2");
}

@font-face {
font-family: "Brandon Grotesque Medium";
src: url("../fonts/Brandon-Grotesque-Web-Medium.eot") format("eot"),
url("../fonts/Brandon-Grotesque-Web-Medium.woff") format("woff"),
url("../fonts/Brandon-Grotesque-Web-Medium.woff2") format("woff2");
}

@font-face {
font-family: "Brandon Grotesque Black";
src: url("../fonts/Brandon-Grotesque-Web-Black.eot") format("eot"),
url("../fonts/Brandon-Grotesque-Web-Black.woff") format("woff"),
url("../fonts/Brandon-Grotesque-Web-Black.woff2") format("woff2");
}

.container{max-width: 1200px !important; position: relative;}

header { position: absolute;left: 0px;width: 100%; top: 0px; z-index:999;transition: all .4s;}
header .navbar.navbar-expand-md {padding: 8px 0px;}
header .navbar-brand .img-fluid {height: 30px;}
header .navbar-collapse {justify-content: flex-end;}
header .nav-link { display: block; padding: 0px !important; font-size: 16px;color: #fff; font-weight: 600;font-family: "Brandon Grotesque Medium";}
header .nav-item {padding: 10px 18px;}
header .navbar-expand-md .navbar-nav {align-items: center;}
header .socila-icons { margin: 0px; padding: 0px;display: flex; margin-left:40px;}
header .socila-icons li {display: inline-flex;list-style: none;}
header .socila-icons li + li{ margin-left:20px;}
header .socila-icons li a {display: flex; color: #fff;font-size: 16px;}
header .socila-icons li a:hover, header .nav-link:hover{ opacity:1;}
header .btn.btn-driver, .adrsBukCreateBtn .btn.btn-driver, .adrsBukImportBtn .btn.btn-driver { border: 2px solid rgba(255, 255, 255, 0.75); min-width: 100px; height: 35px; font-weight: 600;font-family: "Brandon Grotesque Medium";font-size: 15px;  color: #fff; font-weight: 700; display: inline-flex;  justify-content: center;align-items: center;transition: .3s;text-transform: capitalize;}
header .btn.btn-signup { border: 2px solid rgba(255, 255, 255, 0.75); min-width: 100px; height: 35px; font-weight: 600;font-family: "Brandon Grotesque Medium"; font-size: 15px;color: #fff; font-weight: 700; display: inline-flex;  justify-content: center;align-items: center;  transition: .3s;text-transform: capitalize;}
header .btn.btn-driver:hover, header .btn.btn-signup:hover, .adrsBukCreateBtn .btn.btn-driver:hover, .adrsBukImportBtn .btn.btn-driver:hover {box-shadow: 0 20px 38px rgba(0,0,0,.16) !important;opacity:1; border-color:#ffffff; }
header .icon-rotate {transform: rotate(90deg);}
header .custom-dropdown1 a span {display: inline-flex;margin-right: 10px;height: 40px; width: 40px;justify-content: center;align-items: center;border-radius: 50%;overflow: hidden;}

header .custom-dropdown1 a { display: flex; justify-content: center;align-items: center;opacity: 1;}
header .custom-dropdown1 .dropdown-item {justify-content: flex-start; font-size: 14px; color: #444;padding: 5px 15px;}
header .dropdown-menu { right: 0; min-width: 170px; left: auto; padding: 10px 0px; margin: 0px; border-radius: 2px; box-shadow: 0 20px 38px rgba(0,0,0,.16); border: 1px solid #cccccc70; color: #444;}
header .custom-dropdown1 .dropdown-item:hover{ color:#cc1c52; background:#ffffff}
header .dropdown-menu::before {content: '';width: 0; height: 0;border-left: 8px solid transparent; border-right: 8px solid transparent;  border-bottom: 8px solid #fff; position: absolute; right: 120px; top: -8px;}
header.sticky { position: fixed;top: 0;  width: 100%; background: #D11E55;z-index: 999;}
.mobile-logo{ display: none;}


.banner-wrapper { background: url(../images/banner.jpg) no-repeat 0px -123px fixed;background-size: auto;background-size: auto; height: 930px; width: 100%;background-size: cover; padding: 100px 0px; display: flex; justify-content: center; align-items: center; position: relative;}
.banner-wrapper::before { content: ''; background: #0c0c0c;width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; opacity: 0.3;}
.banner-content { position: relative; z-index: 99; text-align: center; }
.banner-content .img-fluid {height: 190px;}
.banner-content h2 { font-size: 31px;color: rgba(255,255,255,0.65); font-weight: 600; margin:25px 0px 20px;}
.banner-content p {font-size: 19px;line-height: 32px;font-weight: 600;color: #fff;}
.banner-buttons a + a {margin-left: 30px;}
.btn.btn-work { border: 2px solid rgba(255, 255, 255, 0.75); min-width: 150px; height: 50px;font-size: 15px;  color: #fff; font-weight: 600; display: inline-flex;  justify-content: center;align-items: center;transition: .3s;text-transform: capitalize;}
.btn.btn-custom { border: 2px solid #cc1c52; min-width: 150px; height: 50px; font-size: 15px;color: #fff; font-weight: 600; display: inline-flex;  justify-content: center;align-items: center; background:#cc1c52 ;transition: .3s;text-transform: capitalize;}
.btn.btn-work:hover {
    box-shadow: 0 20px 38px rgba(0,0,0,.16) !important; -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px); border-color:#ffffff; }
.btn.btn-custom:hover {
    box-shadow: 0 20px 38px rgba(0,0,0,.16) !important; -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);}
.banner-buttons {margin-top: 100px;}


/*.how-it-work-wrapper {background: #e0dfdd url(../images/feature-banner.jpg) no-repeat 0px 0px;padding: 75px 0px;background-size: cover; height: 900px;}
.work-flow { padding: 0px 30px;}
.work-flow ul {  margin:0px 0px; padding: 0px; position:relative;}
.work-flow ul::before {content: ''; background: #ccc; height: 65%;  width: 1px; position: absolute;left: 15px; top: 60px;}
.work-flow ul li { display: block;  list-style: none;  padding: 50px 50px 0px; min-height: 190px;}
.work-flow ul li h2 {font-size: 18px; color: #444; font-weight: 600; margin-bottom: 5px;}
.work-flow ul li p { font-size: 15px; color: rgba(0,0,0,0.5); line-height: 26px; margin: 0px;}
.work-flow ul li span { position: absolute; width: 30px; height: 30px; background: #fff; border-radius: 50%; display: flex;justify-content: center;  align-items: center; font-size: 16px;color: rgba(0,0,0,0.5);  font-weight: 500; border: 2px solid rgba(0,0,0,0.1); left: 0px;}
.how-it-work-link {font-size: 18px; color: #444; font-weight: 600; margin-top: 35px; display: inline-flex; justify-content: center; align-items: center;}
.how-it-work-link span { background: #cc1c52; width: 52px; height: 52px; display: inline-flex; border-radius: 50%; justify-content: center; align-items: center; transition:.5s; font-size: 15px; color: #fff;  margin-right: 20px;}
.how-it-work-link:hover{ color: #444;}
 
.stars {  margin:10px 0px; padding: 0px; display: flex;justify-content: center; align-items: center;}
.stars li { display: inline-flex;list-style: none; color: #cc1c52;font-size: 15px; margin:0px 3px;}
.testimonial-wrapper .carousel-control-next, .carousel-control-prev { width: 15%; color: #000; opacity: 1; bottom: auto; top: 45%; font-size:20px;}
*/

.sliderWrapper{background: url(../images/slider-01.jpg) no-repeat top center;width: 100%;background-size: cover; padding: 130px 0px; position: relative;}
.slider-content-box { padding: 30px 0px;}
.slider-content-box h1, .slider-content-box h2 {font-size: 38px; line-height:38px; color: #fff;  margin-bottom: 15px; font-family: "Brandon Grotesque Black";}
.slider-content-box p { font-size: 18px; line-height:28px; color: #fff; padding-right:90px; margin-bottom: 35px;font-family: "Brandon Grotesque Light"; }
.slider-content-box p span { display: block;font-weight: 700; font-family: "Brandon Grotesque Medium";}
.btn-custom, .btn-custom:focus {width: 270px;background: #fff;height: 53px;border-radius: 18px;outline: 0;font-size: 19px;color: #525151;transition: .3s;font-family: "Brandon Grotesque black";border: 1px solid #525151;display: flex;justify-content: center;align-items: center;}
.btn-pink{ background:#D11E55; border-color:#D11E55; color:#fff;}
.btn-custom:hover { box-shadow: 0 20px 38px rgba(0,0,0,.16) !important; background:#525151; border-color:#525151; color:#ffffff;}
.features-wrapper { padding-top: 74px; padding-bottom: 74px;}
.heading-wrap {text-align: center;padding: 0px 20%;}
.heading-wrap h2 {font-size: 48px;line-height: 55px;  color:#525151;font-family: "Brandon Grotesque Black";margin-bottom: 0px;}
.heading-wrap p {font-size: 16px;font-weight: 500;color: #676767;line-height: 28px;margin-top: 20px;font-family: "Brandon Grotesque Light";}
.features { text-align: center; padding: 40px 20px;}
.features-content h3 { font-size: 20px;font-weight: 600; color: #525151; margin: 15px 0px;font-family: "Brandon Grotesque Medium";}
.features-content p { font-size: 17px; color: #676767; margin: 0px; line-height: 26px;font-family: "Brandon Grotesque Light";}
.learn-more { text-align: center; margin-top: 30px;}
.btn.btn-more { border: 1px solid #52515166;min-width: 250px;font-family: "Brandon Grotesque Black"; height: 50px; font-size: 20px; display: inline-flex; justify-content: center; align-items: center; color: #525151; border-radius: 18px; transition: .3s; text-transform: capitalize;}
.btn.btn-more:hover { box-shadow: 0 20px 38px rgba(0,0,0,.16) !important; background:#525151; border-color:#525151; color:#ffffff;}
.howItWork-video { text-align: center; margin: 50px 0px;}	
.video-wrap-2 {text-align: center;margin: 70px 0px;}
.video-wrap-2 h2 { font-size: 40px; margin-bottom: 30px;  font-family: "Brandon Grotesque Black"; color: #525151;}
.testimonial-wrapper { background: #cc1c52;padding: 10px 0px;}
.testimonial-content { min-height: 280px; display: flex; flex-direction: column; align-items: center;justify-content: center;}
.testimonial-content p { font-size:28px;color: #fff; letter-spacing: .5px; font-weight: 300;text-align: center; margin-bottom: 20px; line-height: 38px;font-family: "Brandon Grotesque Light";}
.testimonial-content h3 { font-size: 16px;color: #FDFDFD; text-align: center; margin-top:20px; margin-bottom:0px;font-family: "Brandon Grotesque Medium";}
.apps-wrapper { background: #cc1c52;padding: 100px 0px;}
.apps-content {text-align: center;}
.apps-content span{display: block;font-size: 16px;line-height: 27px;margin-bottom: 7px;color: #ffffff;font-weight: 600;}
.apps-content h2{font-size: 34px;line-height: 44px; margin-bottom: 40px;color: #ffffff;font-weight: 600;}
.apps-content a {min-width: 240px;display: inline-flex;border: 2px solid rgba(255, 255, 255, 0.75); height: 60px;border-radius: 4px;font-size: 18px;font-weight: 600;color: #fff;justify-content: center; align-items: center; padding: 10px 10px; transition:.3s;}
.apps-content a span { margin: 0px; font-size: 20px; margin-left: 25px; display: inline-flex;}
.apps-content a:hover{ box-shadow: 0 20px 38px rgba(0,0,0,.16) !important; -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px); border-color:#ffffff; }
.address-wrapper {padding-top: 50px; position: relative; padding-bottom:100px; background:url(../images/bg-02.jpg) no-repeat top center;background-size: cover;}
.address-content {text-align: center;}
.address-content h2{font-size: 40px; line-height: 45px; margin-bottom: 25px; color: #F7F7F7;font-family: "Brandon Grotesque Medium";}
.address-list ul { display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.address-list ul li { display: flex; list-style: none; padding: 0px 30px; color: #FFFFFF; font-size: 17px;font-family: "Brandon Grotesque Light";}
.form-wrap {  background: #fff;  box-shadow: 0 60px 135px rgba(0,0,0,.14),0 15px 65px rgba(0,0,0,.14); padding: 30px 50px;  border-radius: 6px; margin-top: 50px;}
.form-wrap.custom-form label {font-weight: 700;justify-content: center;margin-bottom: 3px;}
.form-wrap.custom-form textarea.form-control { min-height: 180px;}
.custom-form label {font-size: 16px; color: #676767; font-weight: 600; margin-bottom: 5px; display: flex;font-family: "Brandon Grotesque Medium"; }
.custom-form .form-control { background: rgba(0,0,0,.04);  border: 2px solid transparent; box-shadow: none; border-radius: 4px; height:40px;padding: 5px 8px;}
.custom-form .form-control:focus{ border-color:#cc1c52 ; box-shadow: none; box-shadow:0 0 10px rgba(0,0,0,.11);}
.custom-form .label-name { display: block;font-size: 12px; text-align: center; color: #676767;  margin-top: 10px; letter-spacing: .5px;}
.custom-form .form-group { margin-bottom: 15px;}
.custom-form label sup { color: #790000; font-size: 18px; top: 10px; margin-left: 4px;}
.btn.btn-submit { border: 2px solid #cc1c52; min-width: 150px;font-family: "Brandon Grotesque Black"; height: 50px; font-size: 20px;color: #fff; display: inline-flex;  justify-content: center;align-items: center; background:#cc1c52 ;transition: .3s;text-transform: capitalize;}
.btn.btn-submit:hover {
box-shadow: 0 20px 38px rgba(0,0,0,.16) !important; -ms-transform: translateY(-3px);
transform: translateY(-3px);
-webkit-transform: translateY(-3px);}
footer { padding: 50px 0px; text-align: center;}
.footer-logo .img-fluid { height: 65px;}
.footer-link ul {display: flex; justify-content: center; align-items: center; margin-top: 35px;}
.footer-link ul li {display: inline-block; list-style: none;}
.footer-link ul li a { display: block; font-size: 15px; color: #cccccc; font-weight: 600; padding: 0px 20px;font-family: "Brandon Grotesque Light";}
.footer-link ul li a:hover{color:#cc1c52;}

.signup-content { background: #fff; box-shadow: 0 60px 135px rgba(0,0,0,.14),0 15px 65px rgba(0,0,0,.14); padding: 50px 110px; border-radius: 6px; position: relative;}
.signup-content h2 { font-size: 24px; font-weight: 600; text-transform: capitalize; color: #444;text-align: center; margin-bottom: 30px;}
.other-signup { position: relative; text-align: center;  margin-bottom: 50px;}
.other-signup .btn { background:#444444; color: #ffffff; width: 100%; height:50px; font-size: 16px; font-weight: 600; margin-bottom: 30px;   transition:.3s;}
.btn.btn-facebook {background:#4267B2;}
.btn.btn-gmail{ background:#D44638;}
.other-signup .btn:hover{ box-shadow: 0 20px 38px rgba(0,0,0,.16) !important; -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);}
.other-signup::after { content: ''; background: #f3f3f3; height: 1px; width: 60%; margin: 0px auto; display: inline-block;}
.other-signup span { position: absolute; left: 50%; margin-left: -16px; width: 32px; font-size: 12px;  background: #f3f3f3; border-radius: 50%; height: 32px;display: flex;justify-content: center; align-items: center; font-weight: 600; color: #444; bottom: -8px;}
.signup-content .custom-control-input:checked ~ .custom-control-label::before { color: #fff; border-color: #cc1c52; background-color: #cc1c52;}
.signup-content .custom-control-input:focus ~ .custom-control-label::before{ box-shadow:none;}
.signup-content .custom-control-label {cursor: pointer;}
.profile-box{ text-align:center; margin-bottom:30px; position:relative;}
.profile-pic {
    height: 120px;
    margin: 0px auto;
    border-radius: 50%;
    object-fit: cover;
    width: 120px;
    border: 1px solid lightgray;
}

.editIcon {
    position: absolute;
    width: 26px;
    height: 26px;
    left: 50%;
    bottom: 0px;
    margin-left: 20px;
}
.editIcon span {

    background: #cc1c52;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.editIcon input, .editIcon input:focus[type="file"] {opacity: 0;position: fixed; width: 0; background:transparent;}
.editIcon label { display: inline-block;cursor:pointer;}


.already-login { text-align: center; margin-top: 20px;}
.already-login p{ font-size:14px; color:#676767; margin-bottom:0px; font-weight:600;}
.already-login p a{display:inline-block; margin-left:5px; color:#cc1c52;}
.forgotpassword{display:inline-block;font-size:14px; color:#cc1c52;}


.inner-wrapper{background:#cc1c52; height: auto; width: 100%;padding:150px 0px; display: flex; justify-content: center; align-items: center; position: relative;}
.custom-group { display: flex; justify-content: space-between;  align-items: center;}
.arrow-box { position: relative;background: #ffffff;width: 46%;}
.arrow-box .form-control {
    -webkit-appearance: none; padding-right: 25px;}
.arrow-box .arrow-down {position: absolute; right: 10px; top: 0px;height: 40px; font-size: 12px;display: flex;justify-content: center; align-items: center;}
.card-1 { display: flex; border: 1px solid #ccc; padding: 10px 10px; border-radius: 4px; justify-content: flex-start; align-items: center; position: relative;padding-right: 30px;}
.card-link { display: flex; justify-content: center; align-items: center; cursor: pointer;}
.card-1 + .card-1 { margin-top:15px;}
.card-1 span{ display:inline-flex; }
.card-1 .cardIcon img {width: 40px; margin-right:10px;}
.card-1 .cardName, .card-1 .cardNumber {font-size: 16px;color: #333;margin:0px 2px;}
.card-1 .cardClose {position: absolute;right: 0px; font-size: 16px; right: 15px; color: #666; cursor:pointer;}
.card-1:hover{ border-color:#cc1c52;}
.card-1:hover .cardName, .card-1:hover .cardNumber{color:#cc1c52;}
.card-1 .cardClose:hover{ color:#f00;}
.saved-card { position: relative;  padding-bottom: 50px;}
.addOn { position: absolute; left: 50%; margin-left: -16px;width: 32px; font-size: 12px;background: #f3f3f3; border-radius: 50%;height: 32px;display: flex; justify-content: center; align-items: center;font-weight: 600; color: #444; bottom: -8px; z-index: 999;}
.saved-card::after {content: '';background: #f3f3f3;height: 1px;  width: 60%; margin: 0px auto; display: inline-block; bottom: 0px; position: absolute; left: 50%; margin-left: -30%;bottom: 7px;}
.other-card a { display: flex;  border: 2px solid #cc1c52;  color: #cc1c52; justify-content: center; align-items: center; height: 50px; border-radius: 4px;margin-top: 40px; font-weight: 600;font-size: 18px; transition:.3s;}
.other-card a:hover {
    box-shadow: 0 20px 38px rgba(0,0,0,.16) !important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px); background:#cc1c52; color:#ffffff;}
.inner-heading {text-align: center;margin-bottom: 25px;}
.inner-heading h2 { font-size: 25px; font-weight: 600; color: #fff;  margin-bottom: 0px;}
.job-card-1 {background: #fff; overflow: hidden; border-radius: 6px;  padding: 15px;  margin: 15px 0px;  transition:.3s;  box-shadow: 0 60px 135px rgba(0,0,0,.14),0 15px 65px rgba(0,0,0,.14);}
.job-card-1 .map-box { border-radius: 6px; overflow: hidden; border: 1px solid #e4e4e4; position:relative; min-height:202px;}
.job-content {display: flex; justify-content: space-between;align-items: center; padding-top:20px; padding-bottom:5px;}
.job-card-1 p { font-size: 15px; color: #444; margin-bottom: 0px;}
.job-card-1 span { display:inline-flex; margin-left:10px;}
.status-panding { color: #ff7800;}
.status-complete { color: #16c4cc;}
.job-content .btn.btn-more { min-width: 120px; height: 42px;font-size: 14px;}
.job-card-1:hover{  box-shadow: 0 20px 38px rgba(0,0,0,.16) !important; transform:scale(1.05)}
.jobs-wrapper{ background: #fff; box-shadow: 0 60px 135px rgba(0,0,0,.14),0 15px 65px rgba(0,0,0,.14);padding: 50px 50px;  border-radius: 6px;  position: relative; margin-top:15px;}
.btn.btn-map { border: 2px solid rgba(178, 178, 178, 0.75); min-width: 100%; height: 40px;font-size: 15px;  color: rgb(178, 178, 178); font-weight: 600; display: inline-flex;  justify-content: center;align-items: center;transition: .3s;}
.btn.btn-map:hover { box-shadow: 0 20px 38px rgba(0,0,0,.16) !important; background: #000000;border-color: #000000;
    color: #ffffff;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);}
.photo-list{ margin-bottom:35px;}
.height180{ min-height:180px;}
.other-receiver{ width:100%;}
.photo-1 { border: 1px solid #cccccc7d;border-radius: 4px; margin-right: 15px; margin-bottom: 15px; position:relative;}
.photo-1 .img-fluid {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 4px;
}
.photoClose { position: absolute; background: #000;width: 20px;  height: 20px;border-radius: 50%; color: #fff;display: inline-flex; justify-content: center; align-items: center; font-size: 12px; right: -5px; top: -5px; cursor:pointer; transition:.3s;}
.photoClose:hover{ background:#cc1c52}
.photo-list { margin-bottom: 35px;  display: flex; justify-content: flex-start;  align-items: center;flex-wrap: wrap;}
.addButton span { border: 2px dashed #cc1c52; width: 60px;height: 60px; display: inline-flex;font-size: 20px;  color: #cc1c52; justify-content: center; align-items: center; line-height: 35px; cursor: pointer;}
.map-dialog .custom-form { padding: 20px 20px;}
.map-dialog .modal-header { padding: 12px 20px;}
.map-dialog .modal-header .modal-title { font-size: 20px; font-weight: 600;}
.map-dialog .modal-header .close, .map-dialog .modal-header .close:focus { opacity: 1; font-size: 26px; outline:0;}
.packet-list { display: flex; flex-wrap: wrap;  justify-content: flex-start; margin-bottom:30px;}
.packet-list li { width: 50%; display: flex; margin-bottom: 10px;}
.packet-list input[type="radio"] { opacity: 0;position: fixed;width: 0;}
.packet-list label {display: inline-block;background-color: #fff;padding: 5px;font-size: 15px;border: 1px solid #dadada;border-radius: 4px;height: 85px;min-width: 110px;justify-content: center;align-items: center;display: inline-flex;flex-direction: column; cursor:pointer;}
.packet-list input[type="radio"]:checked + label { border-color: rgba(0,0,0,.04); background:rgba(0,0,0,.04);  }
.packet-list label img {width: 35px;}
.packet-list label span { display: block;font-size: 14px; font-weight: 500;margin-top: 8px; line-height: 15px;}
.packet-details { border: 1px solid #dadada;padding: 15px;border-radius: 4px; margin-top:28px;margin-bottom: 35px;background:rgba(0,0,0,.04);  }
.packet-details h3 { font-size: 18px;font-weight: 600;color: #444; margin-bottom: 15px;border-bottom: 1px solid #dadada; padding-bottom: 10px;}
.packet-details p {font-size: 13px;font-weight:500;color: #444; margin-bottom: 5px;}
.packet-details p strong{ margin-right:10px;}
.packet-image { margin-top: 30px;}

.addButton input[type="file"] {opacity: 0;position: fixed; width: 0;}
.addButton label { display: inline-block;cursor:pointer;}
.addButton input[type="file"]:focus + label { background:#ffffff;  }

.map-box .img-fluid {
    height: 200px;
    object-fit: cover;
}

.distance {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end; margin-top:3px;
}
.distance-icon {
    position: relative;
    margin: 0px !important; font-size: 13px;
}
.distance-icon::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cc1c52;
    border-bottom: 2px dotted #cc1c52;
}
.distance-icon::after {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #333;
    border-bottom: 2px dotted #333;
}
.distance-km {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    letter-spacing: .5px;
}

.map-price {
    margin: 0px;
    background: #cc1c52;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: 10px;
    min-width: 70px;
    height: 28px;
    border-radius: 4px;
}
.map-price i {
    margin-right: 3px;
    font-size: 12px;
}
.pr-50 {
    padding-right: 50px !important;
}
.verifyLink {
    position: absolute;
    right: 12px;
    top: 0px;
    color: red;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 40px;
    cursor: pointer;
}

.btn:disabled, .btn.btn-custom:disabled:hover{
    opacity: .65;
    cursor: auto;
    transform: translate(0px) !important;
    box-shadow: none !important;
}
.how-it-work-link span:hover {
    transform: scale(1.1);
}
.video-wrapper {padding: 75px 0px;}
.video-box iframe{border: none }

/*About & Business*/
.about-wrapper {overflow:hidden; background: url(../images/about-banner.jpg) no-repeat 0px -180px fixed;background-size: auto;background-size: auto; height: 1050px; width: 100%;background-size: cover; padding: 100px 0px; display: flex; justify-content: center; align-items: center; position: relative;}
.about-content { padding-top: 140px; padding-bottom:50px;}
.about-content > span { font-size: 16px; color: #fff; line-height: 26px; margin-bottom: 8px;display: block; font-weight: 500;}
.about-content h2 { font-size: 34px; color: #fff;  font-weight: 600;line-height: 44px; margin-bottom: 30px;}
.about-content p {font-size: 15px;color: #fff;line-height: 26px;margin-bottom: 21px;}
.about-content a {font-size: 18px;color: #fff;font-weight: 600;margin-top: 35px; display: inline-flex;justify-content: center;align-items: center;}
.about-content a span {background: #cc1c52;width: 52px; height: 52px; display: inline-flex;border-radius: 50%; justify-content: center; align-items: center; font-size: 15px;color: #fff; margin-right: 20px; position:relative;  transition: all 0.4s;}
.about-content a:hover span{
    -webkit-transform: scale(1.15); transform: scale(1.15);}
.inner-wrapper.pt-170{ padding-top:170px;}
.inner-wrapper.pb-50{ padding-bottom:50px;}
.heading-text h2 { font-size: 54px;line-height: 62px;font-weight: 600;color: #fff;  margin: 0px;}
.content-text-1 {padding-top: 50px; margin-bottom:100px;}
.content-text-1 h2 {font-size: 34px; color: #444;line-height: 44px; margin-bottom: 35px; font-weight: 600;}
.content-text-1 p { font-size: 14px; color: rgba(10,10,10,0.65); line-height: 26px; margin-bottom: 21px; font-weight: 400;}
.content-text-1 ul li {display:block; font-size: 14px;color: rgba(10,10,10,0.65);line-height: 22px; font-weight: 400; position:relative; padding-left:35px; margin-bottom:10px;}
.content-text-1 ul li::before {content: "\f00c"; font-family: "Font Awesome 5 Free"; font-weight: 900;position: absolute;left: 0px; font-size: 14px;color: #cc1c52;width: 20px;line-height: 22px;}
.content-text-2  {  padding: 30px 0px; text-align: center;}
.content-text-2 h2 {font-size: 200px;line-height: 200px;font-weight: 600; color: #cc1c52;text-align: center;margin: 0px; position: relative; display: inline-flex;}
.content-text-2 h2 sup {line-height: 60px;font-size: 60px; top: 0px;position: absolute; right:-50px;}
.content-text-1 h3 {font-size: 18px;line-height: 32px; color: #444; font-weight: 600; margin-bottom: 10px;}
.content-text-1 span { font-size: 16px;line-height: 26px; color: #444; font-weight: 600; margin-bottom: 10px;}
.content-text-1 h4 { font-size: 14px; line-height: 24px; color: #444;  font-weight: 600; margin-bottom: 10px;}
.content-text-1 h4 a { background: #cc1c52; display: inline-flex; width: 25px; height: 25px; color: #fff; justify-content: center;align-items: center; border-radius: 50%; margin-left: 15px; font-size: 11px; box-shadow: 0px 5px 10px #cc1c524f; transition:.3s;}
.content-text-1 h4 a:hover{ transform:scale(1.1);}
.helps-wrapper { padding-top: 40px; padding-bottom:80px;}
.helps-wrapper h2 { font-size: 34px;color: #444; line-height: 44px;  margin-bottom: 35px; font-weight: 600;}
.list-item-1 {  position: relative; padding-left:55px;margin-right:35px; margin-bottom: 50px;}
.list-item-1 span {display: flex; border: 2px solid rgba(0,0,0,0.1); color: rgba(0,0,0,0.5); font-size: 16px; height: 30px;width: 30px; justify-content: center; align-items: center; border-radius: 50%; position: absolute;  left: 0px; top:2px;}
.list-item-1 h3{color: #444;font-weight: 600;font-size: 18px; line-height: 32px; margin-bottom: 5px;}
.list-item-1 p{ color:rgba(0,0,0,0.5);font-size: 14px;line-height: 26px; margin-bottom: 0px;}
.counter-wrapper { background: #cc1c52; padding: 60px 0px;}
.count-item-1 {text-align: center;}
.count-item-1 h2 {font-size: 92px;font-weight: 600;color: #fff;position: relative;margin-bottom: 10px; line-height: 92px;}
.count-item-1 h2 sup { position: absolute;top: 0px; font-size: 24px; line-height: 24px;}
.count-item-1 h2 sup.leftIcon {left: 15px;}
.count-item-1 p {  font-size: 16px;line-height: 24px; letter-spacing: .5px; color: #fff; padding: 5px 20px; margin: 0px;}
.counter-wrapper h3 { color: rgba(255,255,255,0.65); text-align: center; font-size: 18px; line-height: 32px; font-weight: 600;  margin-top: 70px; margin-bottom:0px;}
.how-it-work-wrapper {overflow: hidden;}


.notification {position: absolute; right: 120px; top: 20px;}
.icon { cursor: pointer; line-height: 25px;}
.notifications { width: 300px; height: auto !important; opacity: 0;overflow: inherit !important; position: absolute; top: 50px; right: -40px; border-radius:5px; background-color: #fff; box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);}
.notifications::before {content: ''; width: 0; height: 0; border-left: 10px solid transparent;border-right: 10px solid transparent; border-bottom: 10px solid #fff;position: absolute; top: -10px;right: 40px;opacity: 1; z-index: 999;}
.scrollbar-box {height: 400px; overflow: auto;}
.scrollBarList { overflow-y: auto; scrollbar-color: #0000005e #00000024; scrollbar-width: thin;}
.scrollBarList::-webkit-scrollbar { width: 6px;}
.scrollBarList::-webkit-scrollbar-track { background: #00000024;}
.scrollBarList::-webkit-scrollbar-thumb { background: #0000005e;}
.scrollBarList::-webkit-scrollbar-thumb:hover { background: #0000005e;}










.icon span {
    background: #f00;
    padding: 7px;
    border-radius: 50%;
    color: #fff;
    vertical-align: top;
    margin-left: -25px
}

.icon i {
    color: #FFF;
    font-size: 20px;
}

.icon:hover {
    opacity: .7
}

.logo {
    flex: 1;
    margin-left: 50px;
    color: #eee;
    font-size: 20px;
    font-family: monospace
}


.notifications h2 {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #999
}

.notifications h2 span {
    color: #f00
}

.notifications-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 6px 9px;
    margin-bottom: 0px;
    cursor: pointer
}

.notifications-item:hover {
    background-color: #eee
}

.notifications-item img {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 9px;
    border-radius: 50%;
    margin-top: 2px
}

.notifications-item .text h4 {
    color: #777;
    font-size: 16px;
    margin-top: 3px
}

.notifications-item .text p {
    color: #aaa;
    font-size: 12px
}

.btn-custom-small {
    border: 2px solid rgba(0, 0, 0, 0.75);
    min-width: 100px;
    height: 35px;
    font-size: 15px;
    color: #000;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    text-transform: capitalize;
}

.btn-custom-small-filled {
    border: 2px solid #cc1c52;
    background: #cc1c52;
    min-width: 100px;
    height: 35px;
    font-size: 15px;
    color: #FFF;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    text-transform: capitalize;
}

.btn-custom-small-filled:hover {
    color: white;
    background-color: #b71144;
    border-color: #9f0535;
}

/* Job card css (02 july 2021)*/
.job-card-1 {padding: 20px; overflow:visible;box-shadow: none;}
.job-card-1 .job-price { background: #444; margin-left: 0px; color: #fff; font-weight: 700; font-size: 14px;  min-width: 65px;  height: 25px; justify-content: center; align-items: center; display: inline-flex;  border-radius: 4px; margin-bottom: 15px;}
.job-pickup-details > ul { margin-bottom: 0px;}
/*.job-pickup-details > ul > li { display: block; font-size: 15px; color: #444; font-weight: 600; position: relative; padding-left: 90px; line-height: 20px;}*/
.job-pickup-details > ul > li {display: block;font-size: 15px;color: #444;position: relative;padding-left: 110px;line-height: 20px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;min-height: 40px;}
.job-pickup-details > ul > li > span {position: absolute; left: 0px; margin-left: 0px; font-weight: 600}
.job-pickup-details > ul > li + li { margin-top: 10px;}
.btn-track { background: #444; color: #fff; font-size: 15px;font-weight: 600; height: 38px;min-width: 70px; transition:.3s;}
.btn-track > i { margin-right: 8px; font-size: 13px;}
.btn-jobdetails { width:100%;background: #cc1c52; color: #fff; font-size: 15px; font-weight: 600; height: 38px; min-width: 110px; transition:.3s;}
.btnhover:hover { box-shadow: 0 20px 38px rgba(0,0,0,.16) !important;color: #ffffff; transform: translateY(-2px);}
.btnhover:focus{ box-shadow:none;}
.job-proccess > ul { display: flex;justify-content: space-between; align-items: center;margin: 35px 0px;}
.job-proccess > ul > li {display: inline-flex; list-style: none; justify-content: center; align-items: center; flex-direction: column; position: relative;width: 70px}
.job-proccess > ul > li > .proccess-dote {width: 14px;height: 14px; background: #dfdfdf; border-radius: 50%;  margin-left: 0px;position: relative;z-index: 9;}
.job-proccess > ul > li > .proccess-text { display: flex; font-size: 14px;  color: #444; margin-top: 10px;  margin-left: 0px;}
.job-proccess > ul > li > .proccess-date, .job-proccess > ul > li > .proccess-time  { font-size: 13px; margin-top: 4px}
.job-proccess > ul > li::before {  content: ''; background: #dfdfdf; height: 2px; width: 90px; position: absolute;top: 6px;right: 34px;}
.job-proccess > ul > li:first-child::before { width: 0px;}
.job-proccess > ul > li:first-child::before { width: 0px;}
.job-proccess > ul > li.selected .proccess-dote{background: #cc1c52;}
.job-proccess > ul > li.selected::before{background: #cc1c52;}

.job-cancel-proccess > ul > li::before {  content: ''; background: #dfdfdf; height: 2px; width: 260px; position: absolute;top: 6px;right: 34px;}
.job-detail-page-process > ul > li::before {  content: ''; background: #dfdfdf; height: 2px; width: 200px; position: absolute;top: 6px;right: 35px;}
.job-detail-cancel-proccess > ul > li::before {  content: ''; background: #dfdfdf; height: 2px; width: 600px; position: absolute;top: 6px;right: 35px;}

.job-button-group .btn + .btn{ margin-left:10px;}
.tooltip-wrap { position: absolute; right: 0px; bottom: 50px; background: #666666;z-index: 999; padding: 10px 12px; border-radius: 10px; box-shadow: 0px 0px 10px #66666626;opacity: 0;}
.tooltip-wrap::before {content: ''; width: 0; height: 0;border-right: 8px solid transparent; border-left: 8px solid transparent; border-top: 8px solid #666666; position: absolute; right: 20px;bottom: -8px;}
.tooltip-wrap > ul { margin: 0px;}
.tooltip-wrap > ul > li { display: flex; list-style: none; font-size: 12px; font-weight: 600; color: #ffffff;line-height: 15px;}
.tooltip-wrap > ul > li:first-child {margin-top: 8px;}
.job-button-group .btn-jobdetails:hover ~ .tooltip-wrap{opacity: 1;}

ul.terms-ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #666;
    border-radius: 50%;
    top: 8px;
}

ul.terms-ul li {
    padding-left: 20px;
}
ul.terms-ul{ padding-left: 30px;}

.p-white {
    color: #fff;
}
.fw-300 {
    font-weight: 300;
}
.inner-heading2 {
    margin-bottom: 30px;
}
.p-btn {
    background-color: #fff;
    padding: 10px 30px;
    max-width: 240px;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-right: 20px;
    color: #cc1c52;
    font-weight: 600;
}
.p-btn-red {
    background-color: #cc1c52;
    width: 100%;
    padding: 10px 30px;
    max-width: 500px;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-right: 1px;
    color: #fff !important;
    font-weight: 600;
}
.p-btn-red:hover {
    color: #fff;
}
.p-input {
    border: 1px solid #fff;
    border-radius: 8px;
    margin-right: 10px;
    margin-bottom: 15px;
    background-color: #cc1c52;
    color: #fff;
    padding: 4px 12px;
}
.p-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: .8;
}
.p-input-long {
    width: 300px;
}
.p-img {
    margin-left: -50px;
    margin-top: -150px;
}
.p-hero-card {
    /*background-color: rgba(245, 245, 245, 0.4);*/
    border-radius: 15px;
    padding: 30px 30px;
    color: #fff;
}
.p-mg-negative {
    margin-top: -230px;

}
.p-txt-cntr {
    text-align: center;
}
.cntr {
    display: table;
    margin: 80px auto;
    text-align: center;
}
@media (max-width: 568px) {
    .no-mob {
        display: none;
    }
    .p-mg-negative {
        margin-top: 75px;
    }
}

/* Address card css (Jun,22)*/
.adrsBukContainer .job-pickup-details > ul > li {
    min-height: initial;
    margin-bottom: 20px;
}
.job-card-1 .addrs-action {
    min-width: 38px;
    height: 38px;
}

/* Create Job Saved Address card css (Jun,22)*/
.cjSavedAddressWrap {
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: -10px;
    padding-right: 5px;
}
.cjSavedAddressList {
    display: flex;
    flex-wrap: wrap;
}
.cjSavedAddressTile {
    min-width: 100%;
    flex: 1 0 100%;
}
.cjSavedAddressCard {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
}
.cjSavedAddressCard.selected {
    border-color: #cc1c52;
}
.cjSavedAddressCard > ul {
    display: flex;
    flex-wrap: wrap;
}
.cjSavedAddressCard > ul > li {
    flex: 1 0 100%;
    display: flex;
    margin-bottom: 8px;
}
.cjSavedAddressCard > ul > li > span:first-child {
    min-width: 80px;
    font-weight: 600;
}
.cjAddrsTitle {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.cjAddrsTitle .cjsaTitle {
    font-weight: 700;
    margin-left: 12px;
}
.cjAddrsTitle i {
    font-size: 1.2rem;
    color: #c7c7c7;
    cursor: pointer;
}
.cjAddrsTitle i.fa-dot-circle, .selected .cjAddrsTitle i.fa-circle {
    display: none;
}
.selected .cjAddrsTitle i.fa-dot-circle {
    display: block;
    color: #cc1c52;
}
.modalHeadSearchWrap {
    padding-bottom: 60px;
}
.modalHeadSearch {
    position: absolute;
    width: 250px;
    right: 0;
    top: 60px;
    left: 0;
    margin: 0 auto;
}
.adrsBukSrchWrap {
    display: flex;
}

@media (hover: none) and (pointer: coarse) {
    .cjSavedAddressWrap {
        margin-right: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 992px) {
    .cjSavedAddressTile {
        min-width: 50%;
        flex: 0 0 50%;
        padding: 10px;
    }

    .modalHeadSearchWrap {
        padding-bottom: 1rem;
    }

    .modalHeadSearch {
        right: 60px;
        top: 1rem;
        left: unset;
    }
}

/*== start of code for tooltips ==*/
.tool {
    cursor: help;
    position: relative;
}


/*== common styles for both parts of tool tip ==*/
.tool::before,
.tool::after {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 100; 
}


/*== pointer tip ==*/
.tool::before {
    border-style: solid;
    border-width: 1em 0.75em 0 0.75em;
    border-color: #3E474F transparent transparent transparent;
    bottom: 100%;
    content: "";
    margin-left: -0.7em;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
    transform:  scale(.6) translateY(-90%);
} 

.tool:hover::before,
.tool:focus::before {
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
}


/*== speech bubble ==*/
.tool::after {
    background: #3E474F;
    border-radius: .25em;
    bottom: 175%;
    color: #EDEFF0;
    content: attr(data-tip);
    margin-left: -8.75em;
    padding: 1em;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
    transform:  scale(.6) translateY(50%);  
    width: 17.5em;
}

.tool:hover::after,
.tool:focus::after  {
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
}

@media (max-width: 760px) {
  .tool::after { 
        font-size: .75em;
        margin-left: -5em;
        width: 10em; 
  }
}