/*My_Profile Org Admin CSS start here */

/* Progress bar css start here */
/* Progress bar css end here */

.get-in-touch li {
    text-align: center;
    margin-top: 30px
}

.register-new a {
    color: #232528 !important;
}


.get-in-touch .get-in-list .get-img.get-eservice {
    list-style: none;
    position: relative;
    width: 75px;
    height: 75px;
    border: 2px solid #666666;
    border-radius: 10px;
    transform: rotate(45deg);
    overflow: hidden;
}

.get-in-touch .jcarousel-control-prev {
    left: -5px;
}

.get-in-touch .jcarousel-control-next {
    right: -5px
}

.card-bg {
    background: #484848;
    border-right: 1px solid #6a6a6a;
}

.profile-img {
    width: 113px;
    height: 151px;
}

.profile-name {
    font-size: 16px;
    margin-top: 0;
}

.profile-top0 {
    color: #fff;
    padding-top: 0;
}

.dob {
    border-bottom: 1px solid;
    font-size: 11px;
    margin-bottom: 4px;
}

.verify-btn {
    border-radius: 10px;
    background: #a3282f;
}

.address {
    font-size: 11px;
    margin-bottom: 4px;
}

.profile-bg {
    background: #484848;
}

.profile-str {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 0px;
}

.cmp-btn {
    background: #afafaf;
    border: 1px solid #afafaf;
    color: #000;
    padding: 5px 10px !important;
}

.col-wdth11 {
    width: 11% !important;
}

.col-wdth9 {
    width: 9% !important;
}

.tbl-del {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.add-admin-btn {
    border-radius: 7px;
    background: #E9E9E9;
    padding: 3px 10px !important;
    font-size: 12px;
    font-weight: 400;
    border-color: #E9E9E9;
    color: #5C5C5C;
}

.link-btn {
    border-radius: 2px;
    background: #E9E9E9;
    border-color: #E9E9E9;
    color: #787878;
}

.org-heading {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 5px;
    font-size: 18px;
}

.myprofile-edit {
    width: 13px;
    height: 13px;
    margin-right: 5px;
    cursor: pointer;
}

.profile-txt {
    color: #dbdbdb;
    font-size: 16px;
}

.get-ad-touch .get-ad-list.get-ad-services {
    display: flex;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0;
    margin-top: 150px;
    height: auto;
    overflow-x: hidden;
    white-space: nowrap;
    width: auto;
}

.get-ad-touch .get-ad-list.get-ad-services {
    white-space: nowrap;
}

.get-ad-touch .get-ad-list .get-ad-img.get-eservice {
    list-style: none;
    position: relative;
    width: 75px;
    height: 75px;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    transform: rotate(45deg);
    overflow: hidden;
    float: left;
    margin: 25px 44px;
}

.get-ad-touch .get-ad-list .get-ad-img div.ad-service {
    transform: rotate(-45deg);
    width: 40%;
    margin: 14px 20px 14px 24px;
    font-size: 35px;
    color: #005946;
    text-align: center;
}

.get-ad-touch .get-ad-list .ad-service-desc {
    /*position: absolute;*/
    margin: 145px auto 0px;
    text-align: center;
    font-weight: 500;
}


/* Search Component*/
.search-comp {
    border: 2px solid #dddddd;
    border-radius: 5px;
}

    .search-comp .input-group-append {
        margin-left: -4px;
    }

    .search-comp .search-input {
        border: none;
    }

    .search-comp .search-btn {
        padding: 3px 9px;
        border-left: 1px solid #ced4da;
    }

    .search-comp .close-btn {
        padding: 3px 9px;
    }

    .search-comp .search-btn .fa-search {
        font-size: 14px;
    }

.get-in-touch .get-in-list .get-img div.service {
    transform: rotate(-45deg);
    margin: 14px auto;
    font-size: 35px;
    text-align: center;
}

.get-in-touch .get-img.get-eservice {
    margin: auto;
}

.get-in-touch .get-in-list .service-desc {
    margin-top: 45px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .link-right {
        font-size: 14px !important
    }

    .set-bg h6 {
        font-size: 16px !important
    }

    .service-desc {
        margin: 20px auto !important;
        position: relative
    }

    .get-in-touch {
        height: 200px;
        margin: 0 !important
    }

        .get-in-touch .get-in-list .get-img.get-eservice {
            margin-top: 50px
        }

        .get-in-touch .get-in-list.get-inlist-services {
            display: block;
            margin-top: 0
        }

    .get-in-list.get-inlist-services div {
        margin: 0 100px;
    }
    /* .get-ad-touch .get-ad-list.get-ad-services {overflow-x: auto; margin-top: 70px; padding-bottom:20px;} */
    .profile-img {
        width: 100%;
    }

    .profile-name {
        margin-top: 12px;
    }

    .mp-0 {
        padding: 0 !important;
    }

    .tbl-del {
        margin-right: 0;
    }

    .collapse-m {
        display: block !important;
    }

    .col-wdth11 {
        width: 50% !important;
        padding: 0;
        margin-bottom: 10px;
        text-align: left;
    }

   /* .navbar-nav {
        margin: 0 !important;
    } */
}


/*My_Profile Org Admin CSS end here */
