/*----------Start------------*/
.profile-pic {
    max-width: 120px;
    max-height: 120px;
    display: block;
    margin: 0 auto;
}


/*.desk {
    width: 400px;
    height: 200px;
    background: red;
}

.div-only-mobile {
    width: 400px;
    height: 200px;
    background: orange;
}*/

@media screen and (max-width : 1920px) {
    .div-only-mobile {
        visibility: hidden;
        display: none;
    }
}

@media screen and (max-width : 906px) {
    .desk {
        visibility: hidden;
    }

    .div-only-mobile {
        visibility: visible;
        display: block;
    }
}




.frm-banner-cls
.form-group {
    margin-bottom: 0.5rem;
}
.frm-banner-cls select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.chauffeur-tabs .btn{

background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
color: black

}
.chauffeur-tabs .btn.active{

background: rgba(255,175,75,1);
background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,146,10,1)));
background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: -o-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: linear-gradient(to bottom, rgba(85, 85, 85) 0%, rgba(85,85,85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0 );
border-color: orange;

}
.car-listing-tab .btn.active{

background: #f58634 !important;
border-color: #f58634 !important;
color: white !important
 
}

.car-listing-tab .btn{
  background: rgba(255,175,75,1);
background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,146,10,1)));
background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: -o-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: linear-gradient(to bottom, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0 );
border-color: orange;
}
.file-upload {
    display: none;
}

.circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 4px solid #f7710e;
    position: relative;
    top: 0;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

.p-image {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #333;
    left: 0;
    color: #f9f9f9;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.p-image a {
    color: #ffffff;
}

.p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button {
    font-size: 1em !important;

}

.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
}

.profile-box {
    font-size: 12px;
}

.profile-box .form-control {
    font-size: 13px;
}

.profile-box .nav-link {
    font-size: 14px;
    font-weight: bold;
    color: black;
    padding: .5rem 0.5rem;
}

.profile-box .nav-tabs .nav-item.show .nav-link,
.profile-box .nav-tabs .nav-link.active {
    font-size: 14px;
    padding: .5rem 0.5rem;
    font-weight: bold;
}

.btn-xs {
    font-size: 12px;
    padding: 1px 7px;
    border-radius: 25px;
}

.imagePreview {
    width: 60px;
    height: 60px;
    background-position: center center;
    background: url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px -3px 6px 2px rgba(0, 0, 0, 0.2);
}

.replace-image img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 2rem;
}

.upload-document {
    width: 100%;
}

.imgUp {
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    width: 100px;
    cursor: pointer;
    text-align: center;
}

.del {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

.imgAdd {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: #f7710e;
    color: #fff;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-top: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 25px !important;
    padding: 17px;
}

.to {
    position: absolute;
    background: gray;
    height: 25px;
    width: 25px;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    right: 10px;
    top: 50%;
}

.to:before {
    position: absolute;
    background: gray;
    height: 2px;
    width: 45px;
    content: '';
    top: 49%;
    z-index: -1;
    left: -10px;
}

@media(max-width: 600px) {
    .mod-box {
        padding: 15px 0%;
    }

    .vertical-tab .nav-tabs {
        display: flex;
        flex-direction: row;
    }

    .vertical-tab .nav-tabs li {
        flex: auto;
        vertical-align: top;
        padding: 0;
    }

    .vertical-tab .nav-tabs li a:hover,
    .vertical-tab .nav-tabs li .nav-link.active,
    .vertical-tab .nav-tabs li .nav-link.active:hover {
        color: #fafafa;
        padding: 15px 5px;
        background-color: #f7710e;
        border-bottom: 2px solid #ccc !important;
        font-size: 13px !important;
    }

    .vertical-tab .nav-tabs li a.nav-link {
        color: var(--text_color);
        background-color: transparent;
        font-size: 13px !important;
        text-align: center;
        padding: 15px 5px;
        border-radius: 0;
        border-bottom: 2px solid #00000024;
        transition: all 0.20s ease 0s;
    }
}

*/