/*Validation*/
form.ng-submitted input.ng-invalid {
    border: 2px solid red;
}

/*Global*/
.btn-primary {
    background-color: #312782;
    color: #ffffff;
}


.date-picker + .dropdown-menu {
    background-color: #312782;
}

    .date-picker + .dropdown-menu thead button {
        background-color: #312782;
        border: none;
    }

    .date-picker + .dropdown-menu thead strong {
        color: white;
    }

    .date-picker + .dropdown-menu thead i {
        color: white;
    }

    .date-picker + .dropdown-menu thead tr:nth-child(2) {
        background-color: white;
        height: 2em;
        color: #35abdf;
    }

        .date-picker + .dropdown-menu thead tr:nth-child(2) small {
            font-weight: normal;
        }

    .date-picker + .dropdown-menu .btn-default {
        border: none;
        border-radius: 0;
    }


        .date-picker + .dropdown-menu .btn-default:hover {
            background-color: #35abdf;
        }

            .date-picker + .dropdown-menu .btn-default:hover span {
                color: white;
            }

    .date-picker + .dropdown-menu .btn:active, .btn.active {
        box-shadow: none
    }

    .date-picker + .dropdown-menu .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        background-color: #35abdf;
    }

        .date-picker + .dropdown-menu .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default .text-info {
            color: white;
            font-weight: bold;
        }

/*** custom checkboxes ***/



/* Core */

.checkbox-group input {
    display: none;
}

.checkbox-group .icon {
    text-align: center;
    display: inline-block;
}

    .checkbox-group .icon .fa {
        visibility: hidden;
    }

.checkbox-group input:checked + .icon .fa {
    visibility: visible;
}


/* IE8 and lower disabling hack because it does not support the :checked selector */

.checkbox-group input {
    display: inline\9;
}

.checkbox-group .icon {
    display: none\9;
}


/* Optional */

.checkbox-group {
    /* prevent accidental selection when clicking */
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .checkbox-group label {
        cursor: pointer;
    }


    /* Checkbox styling */

    .checkbox-group input {
        margin: 0 .1em; /* Use something similar to .icon */
    }

    .checkbox-group .icon {
        background: white;
        /*border: 1px solid;
    border-color: black;*/
        border-radius: .2em;
        text-align: center;
        font-size: 1em;
        color: #666;
        margin: 0 .1em;
        height: 1.2em;
        width: 1.2em;
        /*padding: 0.15em;*/
        line-height: 1.1em;
        /**
     * Values for height, width and line-height
     * may need to be adjusted depending on your font.
     */
    }




body {
    color: #58595b;
}




/*Modals*/


.modal-content-heading {
    background-color: #312782;
    color: #ffffff;
}

    .modal-content-heading h1 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 2em;
    }


.modal-content-body {
    padding: 30px;
}

    .modal-content-body .row {
        margin-bottom: 15px;
    }

.form-control {
    border-radius: 1px;
    border: 1px solid black;
    background-color: #f6f6f6;
    color: #9c9b9b;
    height: 45px;
    font-size: 1.1em;
}

    .form-control.ng-dirty {
        /*background-color: #ffffff;*/
        color: black;
    }

    .form-control:focus {
        border-color: #f6f6f6;
    }
/*Common MyJobDone*/

.tab-spacer {
    margin-bottom: 50px;
    background-color: red;
}

.nav-tabs {
    float: right;
    margin-top: -51px;
    margin-right: -19px;
    border-bottom: none;
    font-size: 1.4em;
}

    .nav-tabs li {
        background-color: #312782;
        border: 2px solid #312782;
        border-bottom: none;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        margin-right: 5px;
    }

        .nav-tabs li.active {
            background-color: #35abdf;
        }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: #35abdf;
        border: 1px solid transparent;
    }

    .nav-tabs li.active a {
        background-color: #35abdf;
        color: #ffffff;
    }

    .nav-tabs > li > a {
        margin-right: 0px;
    }

    .nav-tabs li a {
        color: #ffffff;
    }

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
    color: #312782;
}

.nav-tabs > li > a:hover {
    border: 1px solid transparent;
}

.traders-details-nav-tabs {
    float: left !important;
    width: 100%;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 15px;
    border-bottom: 2px solid #312782;
    font-size: 1.4em;
}

    .traders-details-nav-tabs li {
        background-color: #312782;
        border: 2px solid #312782;
        border-bottom: none;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        margin-right: 0.5%;
        width: 24.5%;
        text-align: center;
    }

        .traders-details-nav-tabs li:last-child {
            margin-right: 0px;
            width: 25%;
        }

    .traders-details-nav-tabs > li > a:hover, .traders-details-nav-tabs > li > a:focus {
        text-decoration: none;
        background-color: #fff;
        color: #35ABDF;
    }

    .traders-details-nav-tabs li.active {
        background-color: #fff;
        color: #35ABDF;
    }

        .traders-details-nav-tabs li.active a {
            background-color: #35abdf;
            color: #ffffff;
        }

    .traders-details-nav-tabs li a {
        color: #ffffff;
    }

    .traders-details-nav-tabs > li.active > a, .traders-details-nav-tabs > li.active > a:hover, .traders-details-nav-tabs > li.active > a:focus {
        background-color: #fff;
        border: 1px solid transparent;
        color: #35abdf !important;
    }

    .traders-details-nav-tabs > li > a:hover {
        border: 1px solid transparent;
    }

    .traders-details-nav-tabs > li > a {
        margin-right: 0px;
    }

        .traders-details-nav-tabs > li > a:hover, .traders-details-nav-tabs > li > a:focus {
            text-decoration: none;
            background-color: #fff;
            color: #312782;
        }

.tab-heading {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #312782;
    font-size: 1.4em;
    padding: 10px 30px 10px;
    color: #ffffff;
}

.tab-title {
    color: #ffffff;
}

.tab-introduction {
    padding-top: 30px;
    font-size: 1.1em;
}

.tab-information {
    float: right;
}

.column-heading {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    background-color: #ffffff;
    font-size: 1.4em;
    padding: 0.5em 30px;
    color: #312782;
}

    .column-heading a {
        cursor: pointer;
    }

.trash {
    font-size: 1.1em;
    background-color: #312782;
    color: #ffffff;
    border-radius: 4px;
    padding-top: 8px;
    padding-left: 11px;
    width: 40px;
    height: 40px;
    display: inline-block;
    float: right;
    cursor: pointer;
}

    .trash span.glyphicon-trash {
        left: -1px;
        top: 1px;
    }

/*.accept {
    font-size: 1.8em;
    background-color: #35b559;
    color: #ffffff;
    border-radius: 4px;
    padding-top: 8px;
    padding-left: 10px;
    width: 50px;
    height: 50px;
    display: inline-block;
    float: right;
}
.accept span.glyphicon-ok {
    left: -4px;
    top: -7px;
}*/

.complete {
    font-size: 0.8em;
    background: url("/Assets/images/jobdone-tick.jpg") no-repeat 0 0;
    background-size: 100% 100%;
    color: #ffffff;
    border-radius: 4px;
    padding-top: 8px;
    padding-left: 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
    float: right;
}

/*.reject {
    font-size: 1.8em;
    color: #e5463e;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #e5463e;
    padding-top: 8px;
    padding-left: 10px;
    width: 50px;
    height: 50px;
    display: inline-block;
    float: right;
    margin-left: 6px;
}
.reject span.glyphicon-remove {
    left: -3px;
    top: -5px;
}*/

.summary-page {
    float: left;
    width: 100%;
    min-height: 450px;
    background-color: #35abdf;
    /*padding-bottom: 40px;
    min-height: 2000px;*/
    color: #ffffff;
    border-top: 2px solid #312782;
}

/*Customer MyJobDone*/
.customer .myjobsrow {
    margin-top: 1em;
}

.customer .job-heading > div {
    padding-top: 0.5em;
}

    .customer .job-heading > div.nopad {
        padding-top: 0;
    }

.customer .job-heading {
    font-size: 16px;
    padding: 0.5em 30px 0.5em;
    background-color: #858585;
    color: #ffffff;
}

.customer .job-title {
    font-weight: bold;
    color: white;
    margin-right: 40px;
    text-decoration: none;
    text-transform: capitalize;
}

.customer .job-response {
    font-size: 16px;
    padding: 1em 30px 1em;
    background-color: #ffffff;
    line-height: 32px;
}

.customer .trader-details {
    font-size: 16px;
    padding: 0.5em 30px 0.5em;
    color: #000;
}

    .customer .trader-details > div {
        padding-top: 0.3em;
    }

        .customer .trader-details > div.nopad {
            padding-top: 0.3em;
        }

.customer .job-location {
    text-transform: uppercase;
}

.customer .job-response a {
    color: #35b559;
}

.customer .job-response .no-responses {
    height: 2em;
}

    .customer .job-response .no-responses span {
        color: black;
    }

.customer .job-response .accepted-response {
    height: 2em;
    color: black;
    font-size: 0.9em;
}

.customer .job-response .responder-info a {
    padding-right: 10px;
}

.customer .job-response .responder-info span {
    padding-right: 10px;
}

.customer .trader-details .responder-rating {
    line-height: 2em;
}

.job-response .responder-rating {
    font-size: 1.3em;
}

    .job-response .responder-rating .svg-star {
        float: left;
        width: 1.3em;
    }

    /*.job-response .responder-rating .starred{
    color: #bc9c2e;
}
.job-response .responder-rating .unstarred{
    color: #b4b1a9;   
}
.job-response .responder-rating .half-star{
    color: #bc9c2e;
    position:relative;
}*/

    .job-response .responder-rating .half-star:after {
        content: '';
        position: absolute;
        z-index: 1;
        background: #fff;
        width: 50%;
        height: 100%;
        left: 47%;
    }


/*Trader MyJobDone*/

.trader .job-heading {
    font-size: 1.3em;
    padding: 1em 30px 0.5em;
    background-color: #ffffff;
    color: #666;
    margin-top: 10px;
}

.trader .job-title {
    font-weight: bold;
    color: #35b559;
    margin-right: 40px;
    text-transform: capitalize;
}

.trader .job-body {
    border-top: 2px solid #aaa;
    font-size: 1.3em;
    padding: 1em 30px 0.5em;
    background-color: white;
    color: #666;
    margin-bottom: 20px;
}

    .trader .job-body textarea {
        width: 100%;
    }


.trader .job-response .responder-info a {
    padding-right: 10px;
}

.trader .job-response .responder-info span {
    padding-right: 10px;
}

/*.trader .job-response .responder-rating .glyphicon {
    display: table-cell;
}

.trader .job-response .responder-rating {
    font-size: 1.3em;
}
.trader .job-response .responder-rating .starred{
    color: #bc9c2e;
}
.trader .job-response .responder-rating .unstarred{
    color: #b4b1a9;
}

.trader .job-response .responder-rating .half-star{
    color: #bc9c2e;
    position:relative;
}

.trader .job-response .responder-rating .half-star:after{
    content:'';
    position:absolute;
    z-index:1;
    background:white;
    width: 50%;
    height: 100%;
    left: 47%;
}*/


/*Create New Job*/

button.jobdone {
    float: none;
    display: block;
    background: #3F3A94 !important;
    border: none !important;
    border-radius: 5px;
    padding: 14px 22px 14px;
    font-size: 2em;
    font-weight: normal;
    box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.form-full button.jobdone {
    margin-top: 40px;
}

.thanks-main {
    height: 45vh;
    /*margin-bottom: 100px;*/
}

.form-full {
    background-color: #35abdf;
    padding-top: 30px;
    padding-bottom: 30px;
    float: left;
    width: 100%;
}

    .form-full .row {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .form-full .control-label {
        color: white;
        font-size: 1.2em;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .form-full .form-group {
        margin-bottom: 5px;
    }

    .form-full div.checkbox-group {
        padding-left: 50px;
    }

    .form-full label.checkbox {
        color: white;
        font-size: 1.2em;
        font-weight: normal;
        margin-bottom: 10px;
        padding-right: 10px;
    }


.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.align-center {
    text-align: center !important;
}

ul.inline li + li::before {
    color: #999;
    content: "|";
    display: inline-block;
    padding: 0 0.5em;
}

ul.inline li {
    padding: 0 1px;
    display: inline-block;
    float: left;
    white-space: nowrap;
}

form.inline label, form.block label {
    /* width: 23%;
    margin: 0.4em 2% 0.4em 0; */
    padding: 1px 0;
}


form.inline input {
    /*margin: 0.2em 0;
    float: right;*/
}


form.inline label, form.block label {
    /*width: 26.5%;*/
    margin-bottom: 3px;
}

form.inline input, form.inline select, form.inline textarea, form.block input, form.block select, form.block textarea {
    /*margin-left: 4%;
    width: 67.5%;*/
}

.grid-container {
    max-width: 1142px;
}

body {
    outline: none !important;
    font-family: "myriad-pro",sans-serif;
    font-style: normal;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-style: normal;
    font-weight: 600;
    font-family: "myriad-pro",sans-serif;
}

input {
    font-weight: normal !important;
    color: #333 !important;
    font-size: 16px !important;
}

a {
    color: #3F3A94;
}

h1 {
    padding: 0.4em;
}

h3 {
    color: #3F3A94;
    padding-bottom: 0;
    font-weight: 600;
}

img {
    max-width: 100%;
}

header {
    width: 100%;
    /*height: 30px;*/
    background-color: #FFF;
    border-bottom: 2px solid #3F3A94;
    font-size: 1em;
    line-height: 30px;
}

    header nav ul {
        /*font-size: 20px;*/
        display: inline-block;
        line-height: inherit;
        margin: 0;
    }

        header nav ul li.hide-on-desktop + li.no-pipe::before {
            display: none;
        }

        header nav ul li {
            padding: 0;
            line-height: inherit;
        }

            header nav ul li a {
                /*font-size: 20px;*/
                color: #575756;
                text-decoration: none;
            }

.masthead {
    background: url("/assets/images/banner.jpg") no-repeat right;
}

    .masthead h1 {
        background-color: rgba(63, 58, 148, 0.8) !important;
    }

.banner {
    background-size: 100% 100%;
}

    .banner .logo {
        /*padding: 34px 10px 18px;*/
        margin-top: 30px;
        margin-bottom: 10px;
        clear: both;
    }

    .banner h1 {
        color: #FFF;
        font-weight: normal;
        background-color: rgba(63, 58, 148, 1);
        margin: 0;
        padding: 12px 0px;
        /*margin-top: 10px;*/
        font-size: 30px;
    }

    .banner h3 {
        color: #FFF;
        font-weight: normal;
        /*background-color: rgba(63, 58, 148, 1);*/
        margin: 0;
        padding: 12px 0px;
        /*margin-top: 10px;*/
    }

.directory-banner-bottom {
    float: left;
    width: 100%;
    background-color: rgba(63, 58, 148, 0.7);
    color: #fff;
    padding: 0px 0px;
    margin-top: 110px;
}

.tradersignup-banner-bottom {
    float: left;
    width: 100%;
    background-color: rgba(63, 58, 148, 1);
    color: #fff;
    padding: 0px 0px;
}

.post-job-banner-bottom {
    background-color: rgba(63, 58, 148, 0.8) !important;
}

.remove-margin {
    color: white;
}

.directory-banner-bottom h3 {
    color: #fff;
    margin: 0;
    padding: 12px 0px;
}

.tradersignup-banner-bottom h3 {
    color: #fff;
    margin: 0;
    padding: 12px 0px;
    font-size: 19px;
}

.tradesman-title {
    padding: 0 15px;
}

.tradesman-title h3 {
    font-size: 19px;
}

.blue {
    width: 100%;
    margin-bottom: 8px;
    background-color: #35ABDF;
    padding-bottom: 20px;
}

header .blue {
    width: 100%;
    margin-bottom: 8px;
    background: none;
    color: #337ab7 !important;
}

.blue form {
    color: #FFF;
    padding: 18px 0 11px;
}

    .blue form h2 {
        font-size: 1.5em;
        font-weight: normal;
    }

    .blue form label, .blue form input {
        height: 40px;
        font-weight: normal;
    }

    .blue form label {
        font-size: 1.2em;
        /*margin-right: -20px;*/
        height: auto;
        /*margin-bottom: 10px;
			margin-top: 15px;*/
    }

    .blue form input {
        color: #333;
        font-size: 18px;
        border: 1px solid #555;
        border-radius: 3px !important;
    }

    .blue form select {
        font-size: 16px;
    }

    .blue form textarea {
        border-radius: 0px !important;
    }

.field-validation-error span {
    font-size: 16px !important;
    font-style: italic;
    color: red;
}

.input-validation-error {
    border-color: red !important;
}

.tabs-save {
    margin-top: 0px !important;
    padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.3333333;
    border-radius: 6px !important;
}

.blue form button[type=submit] {
    float: none;
    display: block;
    margin: 30px auto 0;
    background: #3F3A94 !important;
    border: none !important;
    border-radius: 5px;
    padding: 14px 22px 14px;
    font-size: 2em;
    font-weight: normal;
    box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.2);
}


#button-wrapper {
    /*padding-left: 32px;*/
    margin-top: 70px;
}

.flowBox {
    padding-top: 6px;
    position: relative;
}

    .flowBox + .flowBox::before {
        position: absolute;
        left: -14px;
        top: 50px;
        display: block;
        height: 0;
        width: 0;
        border: 10px transparent solid;
        border-width: 35px 27px;
        border-left-color: #9C9B9B;
        content: '';
        margin-top: -25px;
    }



    .flowBox p {
        font-size: 1.1em;
        color: #575756 !important;
        line-height: 1.4em;
    }

    .flowBox img {
        max-height: 105px;
        /*width: 80px;*/
    }

.bottomBorder {
    /*border-bottom: 1px solid #9C9B9B;*/
    padding-top: 10px;
    padding-bottom: 9px;
}

.Become-approved-member-home {
    float: left;
    width: 100%;
    background-color: rgba(63, 58, 148, 1);
    padding: 20px 0px;
}

    .Become-approved-member-home h3.home-text-skyblue {
        margin-bottom: 20px;
    }

.home-text-white {
    color: #fff !important;
    font-size: 1.1em;
    line-height: 1.4em;
}

.never-been-easy-home p, .Become-approved-member-home p, .jobdone-app-home p {
    font-size: 1.1em;
    line-height: 1.4em;
}

.home-text-skyblue {
    color: #35ABDF !important;
    font-weight: bold;
}

.home-join-title {
    color: #fff;
    margin-bottom: 5px;
}

.home-join-btn {
    background: #35ABDF !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px;
    padding: 14px 22px 14px;
    font-size: 1.6em;
    font-weight: normal;
    box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.2);
    text-decoration: none !important;
    display: -webkit-inline-box;
    margin-top: 8px;
}

.jobdone-app-home h3, .Become-approved-member-home h3, .never-been-easy-home h3 {
    font-size: 20px;
}

.jobdone-app-home {
    float: left;
    width: 100%;
    /*padding: 30px 0px 0px;*/
}

    .jobdone-app-home h3 {
        margin-bottom: 20px;
        margin-top: 70px;
        font-weight: bold;
    }

        .jobdone-app-home h3.home-text-skyblue {
            margin-top: 40px;
        }

    .jobdone-app-home p {
        margin-bottom: 20px;
    }

.never-been-easy-home {
    float: left;
    width: 100%;
}

    .never-been-easy-home h3 {
        margin-top: 75px;
        margin-bottom: 20px;
        font-weight: bold;
    }

h3.home-step-title {
    margin-bottom: 25px;
    margin-top: 10px;
}


footer {
    float: left;
    width: 100%;
    font-size: 1em;
    color: #9C9B9B;
    padding-top: 15px;
    margin-bottom: 20px;
    /*border-top: 2px solid #3F3A94;*/
}

    footer ul {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        footer ul li {
            padding: 0;
        }

            footer ul li:first-child + li::before {
                margin-left: 15px;
                content: "";
            }

            footer ul li a,
            footer ul li span {
                color: #9C9B9B;
                text-decoration: none;
            }

ul.inline li + li::before {
    color: #9C9B9B;
}

.copy {
    color: #575756;
    text-decoration: none;
    font-size: 1.3em;
}

.modal-backdrop {
    background-color: #ffffff;
}

    .modal-backdrop.in {
        opacity: 0.8;
    }

.modal-content {
    border-radius: 1px;
}

.modal-content-center {
    text-align: center;
}

.modal-content span {
    color: #35abdf;
}

.modal-content h2 {
    color: #35abdf;
    margin-top: 0px;
}



.contact-form-main, .tradesman-form-main, .tradesman-title, .find-builder-form {
    /*float: none;*/
    margin: auto;
}
.contact-form-main, .tradesman-title, .tradesman-form-main {
    float: none;
}
.terms-condition-title, .privacy-title {
    float: left !important;
}
.tradesman-form-text {
    color: #fff;
    font-weight: 400;
    margin-left: 0px;
    line-height: 25px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.member-enquiry-number {
    margin-top: 25px;
    margin-bottom: 25px;
}

.navbar-default {
    background-color: #fff;
    border-radius: 0px;
    border-bottom: 3px solid #3F3A94;
    border-left: none;
    border-top: none;
    border-right: none;
    font-size: 14px;
    min-height: inherit;
    margin-bottom: 0px;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    border-top: none;
}

.navbar-nav > li > a {
    line-height: 13px;
}

.left-menu, .right-menu {
    margin: 0 0;
}

    .left-menu li a {
        padding: 5px 2px;
        margin-top: 6px;
    }

    .right-menu li a {
        padding: 0px 7px;
        border-right: 1px solid #555;
        margin: 12px 0px;
    }

    .right-menu li:last-child a {
        border-right: none;
    }

hr.gray-line {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #6e91a0;
}

.thanks-msg-inner h2 {
    font-weight: normal;
    margin-top: 11%;
    margin-bottom: 10%;
    font-size: 30px;
    color:#fff;
}


/*****Terms & Conditions******/
.inner-container {
    width: 900px;
    margin: 0 auto;
}

.terms-main {
    float: left;
    width: 100%;
    background-color: #35abdf;
    padding: 50px 0px;
    color: #fff;
}

.term-inner-text h4 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.term-inner-text p {
    line-height: 16px;
    margin-bottom: 16px;
    font-size: 12px;
}

/***********/

/**how it work**/
.how-it-work-banner {
    background-image: url(/assets/images/howitwork-banner.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.how-it-work {
    float: left;
    width: 100%;
    padding: 30px 0px;
}

.how-it-work-banner-bottom {
    background-color: rgba(63, 58, 148, 0.8) !important;
}

    .how-it-work-banner-bottom h3 {
        background: none;
        font-size:19px;
    }

.how-it-work-banner .logo {
    margin-top: 80px;
    margin-bottom: 60px;
}

.how-it-work small {
    font-size: 100%;
}

h1.any-trade {
    padding-left: 0px;
}

.howitwork-title {
    padding-left: 0px;
    font-size: 31px;
    padding: 0.4em 0px;
}

.howitwork-app {
    float: left;
    width: 100%;
    padding: 20px 0px;
    background-color: #35abdf;
}

    .howitwork-app h3, .howitwork-app p {
        color: #fff;
    }

.howitwork-bottom-text {
    color: rgba(63, 58, 148, 1);
    font-weight: bold;
    font-size: 36px;
    padding: 0 0;
    margin-bottom: 0px;
}

.top-title {
    color: #42c1f4;
    margin-top: 15px;
    margin-bottom: 30px;
    clear: both;
}

.howitwork-logo {
    float:left;
    margin-bottom:10px;
}

img.customer-img {
    position: absolute;
    top: -28px;
    right: 0;
}

img.store-img {
    margin: 20px 5px;
    width: 200px;
}

span.number {
    color: #42c1f4;
    margin-right: 10px;
}

span.number2 {
    margin-right: 18px;
}

.name-jobdone {
    color: rgba(63, 58, 148, 1);
    font-weight: bold;
}

.job-blue {
    color: #42c1f4;
}

.title-blue {
    color: rgba(63, 58, 148, 1);
    font-weight: bold;
    font-size: 17px;
}

span.tradesman-check {
    margin-right: 10px;
    color: #42c1f4;
}

hr.how-it-work-line {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}
/*************/


/* 
    FORM STYLING
*/
#fileselector {
    margin: 10px;
    float: left;
    width: 100%;
}

    #fileselector label {
        float: left;
        clear: both;
        margin-right: 10px;
        margin-top: 0px;
        border-radius: 10px;
    }

#upload-file-selector {
    display: none;
}

.margin-correction {
    margin-right: 10px;
}

label.tabs-file-upload {
    background-color: #777;
    border-color: #777;
    color: #fff;
}

span.choosen-file {
    float: left;
    margin: 10px 0px;
    color: #3F3A94;
    font-size: 16px;
    font-weight: 600;
}


.trades-signup-top {
    float: left;
    width: 100%;
    padding: 30px 0px;
}

.trades-signup-top-app {
    padding-left: 30px;
}

.trades-signup-top h2 {
    color: #3F3A94;
    font-weight: bold;
}

.trades-signup-top-app p {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
}

img.trades-signup-store-img {
    width: 165px;
    margin: 15px 15px 0px 0px;
}

h3.trades-signup-form-title {
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 36px;
}

p.tradesman-signup-form-desc {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 3px;
    font-size: 18px;
}

.trades-signup-bottom {
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
}

.trades-signup-top h1 {
    margin: 0 0;
    padding: 0 0;
    color: #3F3A94;
    font-size:36px;
}

.btn-trads-signup {
    width: 130px;
    padding: 11px 16px;
}

.membership-line {
    font-size: 20px;
}


/*Hide the radio button:*/
.membership input {
    display: none;
}


/*Then, style the label so it looks like however you want:*/
.membership label {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    /*border: 3px #3a3a3a solid;*/
    display: block;
    line-height: 22px;
    text-align: center;
    color: black;
    /*font-size: 40pt;*/
    cursor: pointer;
    background: white;
    position: relative;
    margin-bottom: 14px;
}

.membership input:checked + .membership label:before {
    opacity: 1;
}

.membership label:before {
    position: absolute;
    top: -3px;
    left: 0px;
    /*height: 15px;
  width: 15px;
  background: #3a3a3a;*/
    content: '\2713';
    opacity: 0;
    font-size: 17px;
}

span.payment-check-text {
    float: left;
    margin-left: 45px;
    margin-top: -33px;
    color: #fff;
    font-size: 16px;
}

.post-job-form-main {
    padding-top: 30px;
    padding-bottom: 30px;
    float: left;
    width: 100%;
}

    .post-job-form-main .checkbox-group .icon {
        border-radius: 0px;
        border: 1px solid #666;
    }

    .post-job-form-main .form-control {
        border-radius: 0px !important;
        background-color: transparent;
        border: 1px solid black;
    }

    .post-job-form-main label {
        font-size: 18px;
        color: rgba(63, 58, 148, 1);
        margin-bottom: 8px;
        font-weight: 500;
    }

.post-job-banner {
    float: left;
    width: 100%;
    padding-top: 50px;
    background-image: url(/assets/images/AdobeStock_56207725_sml.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}

.btn-postjob {
    background: none;
    border: none;
}


/* Trader Profile Main CSS Start*/

/*
body {
    background-color: #fff;
    color: #58595b;
    outline: none !important;
    font-family: "myriad-pro",sans-serif !important;
    font-style: normal;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, strong {
    font-style: normal;
    font-family: "myriad-pro",sans-serif !important;
}

li {
    list-style: none;
}

.navbar-default {
    background-color: #fff;
    border-radius: 0px;
    border-bottom: 3px solid #312782;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-bottom: 0px;
    min-height: inherit;
    font-size: 14px;
}

.left-menu li a {
    padding: 11px 2px;
    line-height: 13px;
}*/

.blue {
    color: #337ab7 !important;
    margin-bottom: 0px;
}
/*
.navbar-right {
    margin-right: 0px;
}

.right-menu li a {
    border-right: 1px solid #555;
    padding: 0px 7px;
    margin: 12px 0px;
    font-size: 14px;
    line-height: 13px;
}

.right-menu li:last-child {
    border-right: none;
}

.right-menu li a {
    border-right: 1px solid #555;
    padding: 0px 7px;
    margin: 12px 0px;
    font-size: 14px;
    line-height: 13px;
}

.right-menu li:last-child a {
    border-right: none;
}
*/
.form-control-profile {
    height: 34px;
    width:100%;
    padding: 6px 12px;
    font-size: 14px !important;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
}
.profile-textarea {
    height:auto;
}

strong input[type=text] {
    font-weight: bold !important;
    color: #333;
}

.profile-title {
    color: #fff;
    font-weight: normal;
    font-size: 26px;
    margin: 10px 0px 10px 0px;
}

.hide-bullets {
    list-style: none;
    margin-top: 20px;
}

.top-banner {
    float: left;
    width: 100%;
    position: relative;
}

.banner-logo {
    float: left;
    width: 100%;
    position: absolute;
    top: 4%;
    text-align: right;
}

.banner-logo-inner {
    width: 22%;
}
.banner-logo-inner img {
    object-fit: unset;
}
.banner-bottom-line {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(49,39,130,0.8);
    color: #fff;
}

.remove-padding {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom:0px;
    padding-top:0px;
}

.banner-bottom-line h3 {
    color: #fff;
}

    .banner-bottom-line h3 small {
        color: #fff;
    }

a.btn-request {
    background: #35abdf; /* Old browsers */
    font-size: 18px;
    width: 47%;
    margin: 3px 0px;
    color: #fff;
    border: 2px solid #35abdf;
}

.btn-request {
    background: #35abdf; /* Old browsers */
    font-size: 18px;
    width: 47%;
    margin: 3px 0px;
    color: #fff;
    border: 2px solid #35abdf;
}

.profile-main {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.company-title {
    width: 78%;
}

.sidebar-main {
    width: 22%;
}

.company-name h2 {
    font-size: 25px;
}

.company-name h3 {
    font-size: 23px;
}

.gray {
    margin-top: 2px;
}

.add-text {
    font-size: 16px;
    margin:10px 0px;
}

span.light-blue {
    color: #35abdf;
}

.star {
    padding: 0 0;
    /*margin-top: 20px;*/
}

    .star li {
        list-style: none;
        display: inline;
        margin: 0px 2px;
    }

.remove-margin-top {
    margin-top: 0px !important;
}

.remove-margin {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/*.sidebar-main {
    margin-top: 20px;
}*/

.all-review p {
    font-size: 11px;
}

.gold-member-main {
    color: #fff;
    background-color: #35abdf;
    padding: 4px 7px;
}

    .gold-member-main h4 {
        font-size: 12px;
        font-weight: bold;
        margin: 0px 0px 15px 0px;
    }

        .gold-member-main h4 span {
            font-size: 20px;
            margin-left: 10px;
            position: relative;
            top: 4px;
        }

.big-font {
    font-size: 80px;
    line-height: 64px;
    margin: 8px 0px;
}

.glyphicon.glyphicon-star.gold-member.member-star-bronze {
    color: #fdcd00;
}


.glyphicon.glyphicon-star.gold-star {
    color: #fdcd00;
    font-size: 26px;
}

ul.review li {
    margin: 0px 0px;
}

.glyphicon.glyphicon-star.small-start {
    font-size: 14px;
}

.gold-member {
    margin-left: 3px;
}

.see-all-review {
    text-decoration: underline;
}

.all-review {
    margin: 20px 0px;
}

.long-text {
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.selection-work {
    line-height: 30px;
    padding: 0 0;
}

.icon-blue {
    color: #35abdf;
    font-size: 18px;
    margin-right: 10px;
}

.long-text2 {
    margin: 20px 0px;
    line-height: 24px;
    letter-spacing: 1px;
}

.qualification {
    padding-left: 0;
    margin-bottom: 25px;
}

.logo-list img {
    margin: 20px 0px;
    width: 100%;
}

.user-rating-main {
    margin-top: 10px;
}

.user-img {
    width: 150px;
    height: 150px;
    border: 3px solid #35abdf;
}

.user-name {
    margin-left: 40px;
    margin-top: 65px;
    font-size:20px;
}
.user-name-edit {
    margin-left: 45px;
    margin-top: 15px;
    font-size: 20px;
}
.user-logo {
    width: 22%;
    margin-top: 20px;
    left:35px;
}

    .user-logo img {
        width: 100%;
    }

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #47bded;
}

.customer-review-title {
    float: left;
    width: 100%;
    background-color: rgba(49,39,130,1);
    color: #fff;
}

    .customer-review-title h3 {
        font-weight: normal;
        margin-top: 10px;
        font-size: 26px;
    }


.holder {
    /*background-color:#ccc;*/
    width: 100%;
    height: 160px;
    overflow: hidden;
    padding: 10px;
    font-family: Helvetica;
}

    .holder .mask {
        position: relative;
        left: 0px;
        top: 10px;
        width: 100%;
        height: 150px;
        overflow: hidden;
    }

    .holder ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

        .holder ul li {
            padding: 10px 0px;
            margin: 20px 0px;
        }

            .holder ul li a {
                color: darkred;
                text-decoration: none;
            }








.thin {
    max-width: 100%;
}

.carousel > .window {
    overflow: hidden;
    position: relative;
    height: 355px;
}

/*
    This is the item wrapper,
    it will be animated.
*/
.carousel ul {
    list-style: none;
    height: 10000px;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    padding: 0px;
}

    .carousel ul.star {
        height: auto;
        position: relative;
    }

/*
    These are the items
*/
.carousel li {
    margin: 0px 0;
    float: left;
    width: 48%;
}

.carousel ul.star li {
    float: none;
}

.carousel li span.pull-left {
    float: left;
    width: 78%;
}

.carousel li span.pull-right {
    float: right;
    width: 22%;
    text-align: right;
}

.prev, .next {
    font-size: 30px;
    width: 100%;
    position: relative;
    left: 50%;
    margin-left: -15px;
}
/*.carousel li:first-child {
    margin: 0;
}*/
.vertical-prev {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 30px 20px;
    border-color: transparent transparent #a4a5a6 transparent;
    display: block;
    margin-top: 15px;
}

.vertical-next {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #a4a5a6 transparent transparent transparent;
    display: block;
}

#field {
    margin-bottom: 20px;
}


.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 2222;
}

    .upload-btn-wrapper .btn {
        /*border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;*/
        background: #35abdf;
        font-size: 14px;
        margin: 3px 0px;
        color: #fff;
        border: 2px solid #35abdf;
    }

    .upload-btn-wrapper input[type=file] {
        font-size: 30px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

.add_field_button2, .add_field_button {
    background: #35abdf;
    font-size: 14px;
    margin: 3px 0px;
    color: #fff;
    border: 2px solid #35abdf;
}

.btn-gallery {
    width: auto !important;
    margin-right: 5px !important;
}

.dynamic-field {
    margin-bottom: 15px;
}







.bottom-contact {
    float: left;
    width: 100%;
    margin: 20px 0px;
}

.bottom-contact-inner {
    background-color: #777;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bottom-contact ul {
    margin: 0 0;
    padding: 0 0;
}

    .bottom-contact ul li {
        display: inline-block;
        margin: 0px 5px;
        font-size: 16px;
    }

.footer-menu {
    padding: 0 0;
}

    .footer-menu li:first-child {
        border-right: none;
        padding: 0px 15px;
    }

    .footer-menu li {
        display: inline;
        border-right: 1px solid #969695;
        padding: 0px 10px;
        color: #969695;
        font-size: 14px;
    }

        .footer-menu li a {
            color: #969695;
            font-size: 14px;
            padding: 30px 0px;
        }

.carousel_image_thumbnails {
    width: 8% !important;
    height:auto !important;
}

.directory-banner-bottom h3{
    font-size:19px;
}
.trades-signup-logo{
    padding-left:30px;
}
.trades-signup-logo-payment{
    padding-left:0px !important;
}

.form-reset-password{
    min-height:300px;
}

.form-reset-password .form-control{
    border-radius:5px;
}

.banner-reset-password{
    margin-top:0px !important;
}

.triangle-right h4 {
    font-size: 18px;
    margin: 0px 0px;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: left;
    line-height: 24px;
    min-height: 50px;
}

i.fa.fa-star {
    font-size: 24px;
    margin-right: 10px;
    color: #be8d2d;
}

.start {
    text-align: right;
    margin-bottom: 20px;
}

.triangle-right {
    position: relative;
    padding: 15px;
    margin: 1em 0 2em;
    color: #322a7f;
    background: #b0e0f7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #8f5ca5;
    min-height: 100px;
}

    .triangle-right:after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 50px;
        border-width: 20px 20px 0 0px;
        border-style: solid;
        border-color: #b0e0f7 transparent;
        display: block;
        width: 0;
    }

    .triangle-right:before {
        content: "";
        position: absolute;
        border-top: 22px solid #8f5ca5;
        border-right: 23px solid transparent;
        border-left: 0px solid transparent;
        border-bottom: 28px solid transparent;
        bottom: -52px;
        left: 48px;
    }

.carousel li span.pull-left {
    font-size: 20px;
    color: #322a7f;
    font-weight: bold;
}

.tk-myriad-pro {
    font-family: "myriad-pro",sans-serif;
}

.profile-head {
    background-color: white;
    margin-bottom: 0;
    padding-bottom: 0;
}

.blue {
    color: #337ab7 !important;
}

.thumbnail img {
    width: 65px;
    height: 65px;
}

.item > img {
    height: auto;
}

.start > ul > li > img {
    height: 27px;
}

.start > ul {
    margin-top: 0px !important;
}

.company-title > h4{
    margin-bottom:10px !important;
}
.reviews-details{
    margin-bottom:55px;
}
.reviewer-name{
    margin-left:40px;
}

.reviewer-location {
    color: #808184;
    font-weight: 500;
}

@media (max-width:1200px) {
    .es-nav span {
        left: 2px;
    }

        .es-nav span.es-nav-next {
            right: 0px;
        }
}

@media (max-width:991px) {
    .star li {
        margin: 0px 1px;
    }

    .company-title {
        width: 73%;
    }

    .sidebar-main {
        width: 27%;
    }

    .glyphicon.glyphicon-star.gold-star {
        font-size: 25px;
    }

    .glyphicon.glyphicon-star.small-start {
        font-size: 14px;
    }
    .banner-logo-inner {
        width: 28%;
    }
    .carousel_image_thumbnails{
        width:13% !important;
        height:auto !important;
    }
}

@media (max-width:767px) {
    .user-img {
        width: 100px;
        height: 100px;
        border: 3px solid #35abdf;
    }

    .company-title {
        width: 100%;
    }

    .sidebar-main {
        width: 300px;
        margin: 20px auto;
        display: flow-root;
    }

    .bottom-contact-inner {
        float: left;
        width: 100%;
    }

    .star li {
        margin: 0px 0px;
    }

    .glyphicon.glyphicon-star.gold-star {
        font-size: 23px;
    }

    .glyphicon.glyphicon-star.small-start {
        font-size: 14px;
    }

    h3.jobdone-text {
        font-size: 23px;
    }

    .bottom-contact ul li {
        margin: 0px 2px;
        font-size: 13px;
    }

    .column {
        float: left;
        width: 100%;
    }

    /*.edit-profilr-top-banner img {
        height: 135px;
    }*/
    .banner-logo-inner {
        width: 30% !important;
    }
    /*.edit-button-profile {
        width: 100% !important;
        text-align: center;
    }*/
    .carousel li{
        width:100% !important;
    }
    .long-text {
        margin-top: 0% !important;
    }
    .star {
         margin-top: 20px; 
    }
    .user-logo {
        left: 20px;
    }
    .company-star {
        width: 100%;
        text-align: center;
    }

    .star {
        width: 100%;
    }
    h3.jobdone-text {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
}

@media (max-width:500px) {
    .company-name {
        width: 100%;
    }

    ul.review {
        text-align: right;
    }

    /*.banner-logo-inner {
        width: 280px;
        display: block !important;
        float: none !important;
        margin: auto;
    }*/
    
    .banner-logo {
        top: 3%;
    }
    .banner-bottom-line-title, .banner-bottom-line-edit {
        width: 100%;
        text-align: center;
    }

    .banner-bottom-line h3 {
        font-size: 22px;
    }

    .bottom-contact ul {
        margin: 6px 0;
        width: 100%;
        text-align: center;
    }

    .user-main {
        width: 100%;
        text-align: center;
    }

    .user-img {
        float: none !important;
    }

    .user-name {
        margin-left: 0px;
        margin-top: 10px;
        width: 100%;
    }
    .user-name-edit {
        margin-left: 0px;
        margin-top: 10px;
        width: 100%;
    }

    .user-logo {
        width: 250px;
        margin-top: 20px;
        float: none;
        display: flow-root;
        left:20%;
        bottom:20px;
    }

    /*.carousel li span.pull-left {
        width: 70%;
    }*/

    .carousel li span.pull-right {
        width: 30%;
    }
    .banner-logo-inner {
        width: 50% !important;
    }
    .trades-signup-logo {
        padding-left: 0px;
    }
}

@media (max-width:375px) {
    .user-logo {
        left: 15%;
    }
}

@media (max-width:350px) {
    .sidebar-main {
        width: 100%;
    }

    .carousel li span.pull-left {
        width: 65%;
    }

    .carousel li span.pull-right {
        width: 35%;
    }
}

/* Trader Profile Main CSS End*/

/* Trader Profile CSS Start*/
.rg-image-wrapper {
    /*position:relative;
	padding:20px 30px;
	background:transparent url(../images/black.png) repeat top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height:20px;*/
}

.rg-image {
    position: relative;
    text-align: left;
    line-height: 0px;
    margin: 15px 0px;
    width: 50%;
    float: left;
}

    .rg-image img {
        max-height: 100%;
        max-width: 100%;
    }

.rg-caption-wrapper {
    float: right;
    width: 49%;
}

.rg-image-nav a {
    position: absolute;
    top: 0px;
    left: 0px;
    /*background:#000 url(../images/nav.png) no-repeat -20% 50%;*/
    width: 28px;
    height: 100%;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.3;
    outline: none;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}

    .rg-image-nav a.rg-image-nav-next {
        right: 0px;
        left: auto;
        background-position: 115% 50%;
        -moz-border-radius: 0px 10px 10px 0px;
        -webkit-border-radius: 0px 10px 10px 0px;
        border-radius: 0px 10px 10px 0px;
    }

    .rg-image-nav a:hover {
        opacity: 0.8;
    }

.rg-caption {
    text-align: center;
    margin-top: 60px;
    position: relative;
}

    .rg-caption p {
        font-size: 11px;
        letter-spacing: 2px;
        font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
        line-height: 16px;
        padding: 0 10px;
        text-transform: uppercase;
    }

.rg-view {
    height: 30px;
    display: none;
}

    .rg-view a {
        display: block;
        float: right;
        width: 16px;
        height: 16px;
        margin-right: 3px;
        background: #464646 url(../images/views.png) no-repeat top left;
        border: 3px solid #464646;
        opacity: 0.8;
    }

        .rg-view a:hover {
            opacity: 1.0;
        }

        .rg-view a.rg-view-full {
            background-position: 0px 0px;
        }

        .rg-view a.rg-view-selected {
            background-color: #6f6f6f;
            border-color: #6f6f6f;
        }

        .rg-view a.rg-view-thumbs {
            background-position: 0px -16px;
        }

.rg-loading {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000 url(../images/ajax-loader.gif) no-repeat center center;
    margin: -23px 0px 0px -23px;
    z-index: 100;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    opacity: 0.7;
}

/* Trader Profile CSS End*/


@media (min-width: 992px) {
    .modal-lg {
        width: 500px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 100px auto;
    }

}

@media screen and (min-width: 760px) and (max-width: 1161px) {
    .grid-container {
        max-width: 740px;
    }

    .banner h1 {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 1.5em;
    }

    h3 {
        font-size: 19px;
    }

    .flow-illustration p {
        font-size: 19px;
    }

    /*.banner .logo {
        padding-top: 54px;
        padding-right: 29px;
        padding-left: 29px;
    }*/

    .blue form {
        padding-top: 29px;
        padding-bottom: 21px;
    }
}

@media screen and (max-width: 1199px) {
    .howitwork-logo {
        width: 155px;
    }

    .top-title {
        font-size: 14px !important;
    }

    img.customer-img {
        top: 100px;
    }

    .membership-line {
        font-size: 16px;
    }

    .trades-signup-store-img {
        width: 190px;
    }
}

@media screen and (max-width: 991px) {
    .banner .logo {
        /*margin-left: 0;*/
        margin-top: 60px;
    }
    /*****Terms & Conditions******/
    .inner-container {
        width: 100%;
    }
    /**********/
    .thanks-msg-inner h2 {
        font-size: 26px;
    }

    .never-been-easy-home h3 {
        margin-top: 65px;
    }

    .home-text-white {
        font-size: 0.90em;
    }

    .never-been-easy-home p, .Become-approved-member-home p, .jobdone-app-home p {
        font-size: 0.90em;
    }

    .home-join-btn {
        font-size: 1.44em;
        margin-top: 5px;
    }

    .jobdone-app-home h3, .Become-approved-member-home h3, .never-been-easy-home h3 {
        font-size: 19px;
    }

        .jobdone-app-home h3.home-text-skyblue {
            margin-top: 30px;
        }

    .jobdone-app-home h3 {
        margin-top: 15px;
    }

    img.customer-img {
        top: 19px;
        position: relative;
        width: 500px;
    }

    .trades-signup-logo {
        width: 200px;
    }

    .trades-signup-store-img {
        width: 138px;
    }

    .trades-signup-top h2 {
        font-size: 23px;
    }
    .nav-tabs {
        font-size: 1em !important;
        margin-top:-44px !important;
    }
}

@media screen and (max-width: 767px) {

    .masthead {
        background: rgba(63, 58, 148, 1) none repeat scroll 0 0;
    }

    header {
        /*height: auto;*/
        padding-top: 0px;
        padding-bottom: 0px;
        position: relative;
        z-index: 2;
        border-bottom: none;
    }

    #mobile-header {
        text-align: right;
    }

        #mobile-header img {
            max-width: 190px;
            float: left;
        }

    #mobile-menu {
        width: 45px;
        height: 45px;
        position: relative;
        overflow: visible;
        color: #FFF;
        font-size: 19px;
        line-height: 45px;
        text-align: center;
        background-color: #3F3A94;
        border-radius: 7px;
    }

        #mobile-menu::after {
            padding-top: 5px;
            position: absolute;
            top: 100%;
            right: 0;
            left: 0;
            color: #575756;
            font-size: 17px;
            text-transform: uppercase;
            line-height: 1;
        }

    #site-menu {
        display: block;
        position: absolute;
        width: 100%;
        background-color: #FFF;
        border-top: 4px solid #3F3A94;
        margin-top: 12px;
        margin-left: -15px;
        padding-left: 0;
    }


        #site-menu li {
            padding: 0;
            display: block;
            float: none;
            text-align: center;
        }

            #site-menu li::before {
                display: none;
            }

            #site-menu li a {
                margin: 0;
                display: block;
                line-height: 57px;
            }

            #site-menu li + li a {
                border-top: 1px #868685 solid;
            }

            #site-menu li a:hover {
                margin: 0;
                color: #FFF;
                background-color: #3F3A94;
            }

    .overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.5);
        content: "";
        z-index: 1;
    }



    .banner h1 {
        margin: 0px auto 0;
        padding-bottom: 16px;
        font-size: 20px;
    }

        .banner h1 span {
            max-width: 280px;
            margin: 0 auto;
            display: block;
        }

    .blue {
        margin-bottom: 0;
    }

        .blue form {
            padding-top: 11px;
        }

            .blue form h2 {
            }

            .blue form label,
            .blue form input {
                width: 100%;
                margin: 0;
                display: block;
                float: none;
                /*text-align: center !important;*/
            }

            .blue form label {
                height: auto;
                font-size: 18px;
                text-align: left !important;
            }

            .blue form input {
                margin-bottom: 3px;
            }

    .tabs-save {
        margin-top: 0px !important;
    }

    .blue form button[type=submit] {
        margin-top: 17px;
    }


    #button-wrapper {
        padding-left: 10px;
    }

    .left-menu {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #3F3A94;
    }

        .left-menu:hover {
            background-color: #bbb;
        }

        .left-menu li {
            display: inline-block;
        }
    /*.left-menu li a{
		padding:10px 8px;
	}*/
    .navbar-brand {
        height: auto;
        padding: 5px 15px;
    }

        .navbar-brand > img {
            height: 40px;
        }

    .right-menu {
        width: 100%;
        text-align: center;
    }

        .right-menu li a {
            border-right: none;
            border-bottom: 1px solid #3F3A94;
            margin: 0 0;
            padding: 15px 0px;
            font-size: 16px;
        }

        .right-menu li:hover {
            background-color: #bbb;
        }

        .right-menu li:last-child a {
            border-bottom: none;
        }

    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #3f3a94;
    }

    .navbar-default .navbar-toggle {
        border-color: #3f3a94;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .nav-tabs {
        margin-top: -64px !important;
    }

    .btn-postjob-main {
        text-align: center;
    }

    .how-it-work-banner {
        min-height: 150px;
        position: relative;
    }

    .how-it-work-banner-bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .thanks-msg-inner h2 {
        text-align: center;
    }

    .never-been-easy-home, .jobdone-app-home, .Become-approved-member-home {
        text-align: center;
    }

        .never-been-easy-home img {
            width: 200px;
        }

        .jobdone-app-home img {
            width: 200px;
        }

        .never-been-easy-home h3 {
            margin-top: 5px;
        }

        .jobdone-app-home h3 {
            margin-top: 0px;
        }

        .Become-approved-member-home h3 {
            margin-top: 0px;
        }

    .jobdone-app-home {
        padding: 15px 0px;
    }

    #button-wrapper {
        margin-top: 20px;
    }

    .trades-signup-top-img {
        text-align: center;
    }

        .trades-signup-top-img img {
            width: 300px;
        }

    .trades-signup-top h1 {
        font-size: 29px;
    }
    #carousel-text {
        margin-top:10px !important;
    }
    .rwd-break {
        display: none;
    }
    .user-name {
        margin-top: 40px;
    }
}

@media screen and (max-width: 568px) {
    .nav-tabs > li {
        float: none !important;
        border: none !important;
        border-bottom: 2px solid #fff !important;
        /*border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;*/
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        /*border-top-color: transparent !important;*/
        text-align: center !important;
        margin-right: 0px !important;
    }
    .nav-tabs {
        float: none !important;
        margin-top: -1px !important;
        width: 100% !important;
    }
    .tab-pane {
        float: right;
        width: 101%;
    }
    .tab-heading{
        margin-top:1em;
    }
    .tab-information {
        width: 100%;
    }
    .summary-page .col-sm-10 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .customer .container {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .tab-spacer {
        margin-bottom: 5px;
    }
    .btn-postjob-main .post-job-btn {
        margin: 10px auto 10px !important;
    }
    .directory-banner-bottom{
        margin-top:5px !important;
    }
    .howitwork-bottom-text{
        float:left;
    }
}

@media screen and (max-width: 500px) {
    .nav-tabs {
        /*margin-top: -46px;
    margin-right: -10px;*/
    }

    .traders-details-nav-tabs {
        font-size: 0.8em;
    }

        .traders-details-nav-tabs li a {
            padding: 5px 7px;
        }

        .traders-details-nav-tabs li {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

    ul.nav-tabs-bottom li {
        border-radius: 3px;
    }

    .tab-information {
        float: left;
    }

    .tab-heading {
        font-size: 1.2em;
    }

    ul.inline li {
        display: block;
        float: none;
    }

        ul.inline li + li::before {
            content: "";
            padding: 0 0;
        }

    footer ul li:first-child + li::before {
        margin-left: 0px;
    }

    .thanks-main {
        height: 35vh;
        /*margin-bottom: 50px;*/
    }

    .thanks-msg-inner h2 {
        font-size: 16px;
    }

    .home-join-btn {
        font-size: 1.6em;
    }

    img.customer-img {
        width: 100%;
    }

    img.store-img {
        margin: 10px 5px;
    }

    .trades-signup-top h1 {
        font-size: 27px;
    }

    .trades-signup-store-img {
        margin: 5px 0px;
        width: 130px;
    }

    .trades-signup-top-app {
        padding-left: 0px;
    }

        .trades-signup-top-app p {
            font-size: 13px;
        }

    .trades-signup-top h2 {
        font-size: 20px;
    }

    span.payment-check-text {
        margin-top: -50px !important;
        font-size: 14px;
    }

    .membership label {
        margin-bottom: 30px;
    }
    .howitwork-title {
        font-size: 25px;
    }
}

@media screen and (max-width: 367px) {
    .howitwork-title {
        font-size: 18px;
    }
    span.payment-check-text {
        margin-top: -71px !important;
        font-size: 14px;
    }

    .membership label {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 1600px) {
    .container {
        width: 1570px;
    }

    .banner {
        /*background-size: 100% 100%;*/
    }

    .navbar-default {
        font-size: 20px;
    }

    .left-menu li a {
        padding: 10px 2px;
        margin-top: 9px;
    }

    .right-menu li a {
        padding: 5px 7px;
        margin: 15px 0px;
    }

    .logo img {
        width: 450px;
    }

    .banner h3 {
        font-size: 30px;
    }

    .blue form label {
        font-size: 1.3em;
    }
    /*.blue form label,*/ .blue form input {
        height: 50px;
    }

    #button-wrapper {
        /* padding-left: 32px; */
        margin-top: 65px;
    }

    input {
        font-size: 20px !important;
    }

    .blue form button[type=submit] {
        padding: 22px 30px 22px;
        font-size: 2.5em;
    }

    .blue form h2 {
        font-size: 2em;
    }

    footer {
        font-size: 1.5em;
    }

    .flowBox h3 {
        font-size: 30px;
    }

    .flowBox p {
        font-size: 1.3em;
    }

    .flowBox img {
        max-height: inherit;
        width: 135px;
    }

    .flowBox + .flowBox::before {
        border-width: 45px 35px;
    }
    /*.home-join-btn {
    font-size: 4em;
}*/
    .Become-approved-member-home {
        padding: 30px 0px;
    }

        .never-been-easy-home p, .Become-approved-member-home p, .jobdone-app-home p {
            font-size: 1.3em;
            line-height: 1.5em;
        }

        .jobdone-app-home h3, .Become-approved-member-home h3, .never-been-easy-home h3 {
            font-size: 22px;
        }
    /*.never-been-easy-home p, .jobdone-app-home p {
    font-size: 1.6em;
	line-height: 1.5em;
    margin-bottom: 20px;
}
.home-text-skyblue {
    font-size: 30px;
}
.home-text-white {
    font-size: 1.6em;
    line-height: 1.5em;
}*/
    h3.home-step-title {
        margin-bottom: 35px;
    }
    /*.jobdone-app-home h3{
	margin-top: 90px;
}*/
    .jobdone-app-home h3.home-text-skyblue {
        margin-top: 60px;
    }

    .never-been-easy-home h3 {
        margin-top: 110px;
        margin-bottom: 25px;
    }

    .tradesman-form-text {
        line-height: 37px;
        font-size: 20px;
    }

    .nav-tabs {
        margin-top: -55px;
        font-size: 1.6em;
    }

    ul.traders-details-nav-tabs {
        margin-top: 0px;
    }

    .customer .job-heading {
        font-size: 22px;
        padding: 0.5em 30px 0.6em;
    }

    .customer .job-response {
        font-size: 22px;
    }

    .customer .trader-details {
        font-size: 1.6em;
    }

    .tab-heading {
        font-size: 1.6em;
    }

    .form-control {
        height: 60px;
        font-size: 1.2em;
    }

    textarea.form-control {
        height: 110px;
    }

    .form-full .control-label, .form-full label.checkbox {
        font-size: 1.8em;
    }

    .trash {
        font-size: 1.3em;
        padding-top: 8px;
        padding-left: 9px;
        width: 46px;
        height: 49px;
    }
    /**terms & how is works**/
    .tradesman-title h3 {
        font-size: 30px;
    }

    .title-blue {
        font-size: 20px;
    }

    .how-it-work p {
        font-size: 17px;
    }

        .how-it-work p small {
            font-size: 16px;
        }

    .howitwork-app p {
        font-size: 17px;
    }

    img.customer-img {
        top: -30px;
        width: 74%;
    }

    .term-inner-text h4 {
        font-size: 24px;
    }

    .terms-main p {
        line-height: 22px;
        margin-bottom: 24px;
        font-size: 18px;
    }

    .trades-signup-top h2 {
        font-size: 38px;
    }

    img.trades-signup-logo {
        width: 400px;
    }

    .trades-signup-top p {
        font-size: 28px;
        line-height: 34px;
        margin-top: 15px;
    }

    .trades-signup-top-app {
        padding-left: 45px;
    }

    img.trades-signup-store-img {
        width: 250px;
        margin: 30px 25px 0px 0px;
    }

    h3.trades-signup-form-title {
        font-size: 36px;
    }

    p.tradesman-signup-form-desc {
        margin-bottom: 25px;
        font-size: 24px;
    }

    .membership-line {
        font-size: 26px;
    }

    .trades-signup-bottom p small {
        font-size: 120%;
    }

    .post-job-form-main label {
        font-size: 24px;
    }

    .post-job-banner {
        height: 485px;
    }
}

.profile-top-banner{
    max-height:320px;
    height:320px;
}
.profile-top-banner img {
    height: 100%;
    object-fit:cover;
}

.edit-profilr-top-banner .demo-wrap{
    padding-top:0px;
}

@media screen and (min-width: 1500px) {
    .profile-top-banner img {
        object-fit:cover !important;
    }
}
@media screen and (min-width: 1162px) {
    h3.home-step-title {
        font-size: 130%;
    }
}
#loader {
    display: none;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img
{
    width:100% !important;
}

.carousel-control.right{
    background-image:none !important;
}
.carousel-control.left{
    background-image:none !important;
}
#carousel-text h2 {
    font-size: 16px;
    color: #35abdf;
}
.payment-banner-top {
    margin-top: 0px !important;
    background-color: rgb(50, 39, 131);
}

/*css from demo.css*/

/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

input {
    border: 1px solid #b0b0b0;
    padding: 3px 5px 4px;
    color: #979797;
    width: 190px;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 600;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

/* General Codrops Demo Style */
/*body{
	background:#1F1F1F url(../images/pattern.png) repeat top left;
	color:#fff;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size:14px;
}
a{
	color:#ddd;
	text-decoration:none;
}
a:hover{
	color:#00c6e3;
}
p.sub{
	padding:25px 10px 10px 10px;
	text-align:left;
	color:#aaa;
}
.clr{
	clear:both;
}
h1{
	margin:5px;
	font-size:24px;
	text-align:center;
	color:#fff;
	font-family:"Pacifico", Georgia, "Times New Roman", serif;
	text-shadow:1px 1px 1px #000;
	padding-bottom:10px;
	line-height:40px;
}
h1 span{
	font-size:10px;
	display:block;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	color:#00c6e3;
	line-height:14px;
	padding-top:10px;
	text-shadow:none;
	text-transform:uppercase;
}*/
/* Header Style */
.header {
    font-size: 13px;
    background: #000;
    opacity: 0.9;
    text-transform: uppercase;
    -moz-box-shadow: 1px 0px 2px #000;
    -webkit-box-shadow: 1px 0px 2px #000;
    box-shadow: 1px 0px 2px #000;
}

    .header a {
        line-height: 18px;
        padding: 0 4px;
        letter-spacing: 1px;
        text-shadow: 1px 1px 1px #000;
        color: #ddd;
    }

        .header a:hover {
            color: #fff;
        }

        .header a span {
            font-weight: bold;
        }

    .header span.right_ab {
        float: right;
    }

.content {
    /*margin:0px 25px 30px 25px;*/
    position: relative;
}

@media screen and (max-width: 640px) {
    .header a {
        display: block;
        text-align: center;
        font-size: 10px;
        text-shadow: none;
    }

    .header span.right_ab {
        float: none;
    }
}



/*css from custom.css*/
.loading-spinner {
    margin-top: 100px;
}

.placeholder-black::-webkit-input-placeholder {
    color: #333 !important;
}

.placeholder-black:-moz-placeholder { /* Firefox 18- */
    color: #333 !important;
}

.placeholder-black::-moz-placeholder { /* Firefox 19+ */
    color: #333 !important;
}

.placeholder-black:-ms-input-placeholder {
    color: #333 !important;
}

form.review label {
    display: block;
    font-size: 1.5em;
    color: #333;
    font-weight: normal;
}

form.review span i.glyphicon {
    font-size: 1.5em;
}

.html5tooltip-box {
    font-size: 1em;
}

.form-control.valid {
    background: url('/Assets/images/tick.png') 95% 40% no-repeat #fff;
}

.form-control.ng-invalid {
    background: #fff;
}

.post-job-btn {
    float: none;
    display: block;
    margin: 55px auto 10px;
    background: #5cb85c !important;
    border: none !important;
    border-radius: 5px;
    padding: 10px 50px 10px;
    font-size: 2em;
    font-weight: normal;
    box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

    .post-job-btn:hover {
        text-decoration: none;
        color: #fff;
    }

.signed-in-btn {
    display: inline-block;
}

textarea.form-control {
    color: #333 !important;
    font-size: 18px !important;
    /*font-weight: 600 !important;*/
}

.job-response.row .btn {
    font-size: 0.9em;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
}

input[type=text], textarea {
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
}

.btn-none {
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 1600px) {
    textarea.form-control {
        font-size: 26px !important;
    }
}






/*css from croppie.css for edit profile*/



/*.tk-myriad-pro {
        font-family: "myriad-pro",sans-serif;
    }*/

.profile-head {
    background-color: white;
    margin-bottom: 0;
    padding-bottom: 0;
}

.blue {
    color: #337ab7 !important;
}

.mt-20 {
    margin-top: 20px;
}

.btn.add {
    background: #35abdf;
    font-size: 14px;
    margin: 3px 0;
    color: #fff;
    border: 2px solid #35abdf;
}

.banner-bottom-line {
    /*position: relative;
    margin-top: -109px;*/
    padding: 6px 0px;
    z-index: 99;
}

    .banner-bottom-line h3 {
        color: #fff;
        margin-top: 10px;
    }


.cropit-preview {
    background-color: #f8f8f8;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    height: 275px;
}

.cropit-preview-image-container {
    cursor: move;
    background-size: cover;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.image-size-label {
    margin-top: 10px;
}

/*.profile-top-bannerimage .cropit-preview-image {
    width:100% !important;
    height:auto !important;
    position:absolute !important;
    object-fit:fill !important;
}*/

.cropit-preview-image-container img {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0 !important;
    max-height: none;
    max-width: none;
    background-size: contain;
}

.profile-image-circle .cropit-preview {
    height: 250px;
    width: 250px;
    border-radius: 50%;
}

.profile-image-circle .cropit-preview-image-container {
    border-radius: 50%;
}

.banner-logo-inner .cropit-preview {
    height: 220px !important;
    width: 220px !important;
}

.cr-slider {
    -webkit-appearance: none;
    /*removes default webkit styles*/
    /*border: 1px solid white; */ /*fix for FF unable to apply focus style bug */
    width: 300px;
    /*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #35abdf;
    border: none !important;
    border-radius: 15px;
}

    .cr-slider::-webkit-slider-runnable-track {
        width: 100%;
        height: 3px;
        background: #f1f1f1;
        border: 0;
        border-radius: 3px;
    }

    .cr-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        background: #fff;
        margin-top: -5px;
        background-color: #fff;
    }

    .cr-slider:focus {
        outline: none;
        cursor: pointer;
    }
    /*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}*/


    .cr-slider::-moz-range-track {
        width: 100%;
        height: 3px;
        background: rgba(0, 0, 0, 0.5);
        border: 0;
        border-radius: 3px;
    }

    .cr-slider::-moz-range-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #ddd;
        margin-top: -6px;
    }

    /*hide the outline behind the border*/
    .cr-slider:-moz-focusring {
        outline: 1px solid white;
        outline-offset: -1px;
    }

    .cr-slider::-ms-track {
        width: 100%;
        height: 5px;
        background: transparent;
        /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
        border-color: transparent; /*leave room for the larger thumb to overflow with a transparent border */
        border-width: 6px 0;
        color: transparent; /*remove default tick marks*/
    }

    .cr-slider::-ms-fill-lower {
        background: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
    }

    .cr-slider::-ms-fill-upper {
        background: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
    }

    .cr-slider::-ms-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #ddd;
        margin-top: 1px;
    }

    .cr-slider:focus::-ms-fill-lower {
        background: rgba(0, 0, 0, 0.5);
    }

    .cr-slider:focus::-ms-fill-upper {
        background: rgba(0, 0, 0, 0.5);
    }

.top-banner-button {
    position: absolute;
    bottom: 60px;
    left: 20px;
}

.top-logo-button {
    position: absolute;
    bottom: 10px;
}

/*.edit-profile-top-banner {
    height:320px;
}*/

.profile-top-bannerimage .cropit-preview {
    height: 320px !important;
    border: none !important;
}

.profile-image-middle {
    text-align: left;
    position: absolute;
    bottom: 90px;
}

.profile-image-job {
    text-align: left;
    bottom: 110px;
    position: relative;
    left: 50px;
}

#tab_logic tr .cropit-preview {
    height: 250px !important;
    width: 450px !important;
}

#tab_logic tr .upload-btn-wrapper {
    left: 18% !important;
}

.edit-profile-top-banner .banner-logo {
    /*float: left;*/
    width: auto !important;
    position: absolute !important;
    top: 4% !important;
    /*/ text-align: right;*/
    right: 92px !important;
}

.banner-logo .banner-logo-inner {
    width: 250px;
}

@media screen and (max-width:1500px) {
    .edit-profile-top-banner .banner-logo {
        right: 167px !important;
    }

    .banner-logo .upload-btn-wrapper {
        left: 30% !important;
    }

    .banner-logo .top-logo-button {
        bottom: 0px !important;
    }
}

@media screen and (max-width:1440px) {
    .edit-profile-top-banner .banner-logo {
        right: 130px !important;
    }
}

@media screen and (max-width:1400px) {
    .edit-profile-top-banner .banner-logo {
        /*float: left;*/
        width: auto !important;
        position: absolute !important;
        top: 4% !important;
        /*/ text-align: right;*/
        right: 92px !important;
    }
}

@media screen and (max-width:1024px) {
    .banner-logo-inner .cropit-preview {
        height: 185px !important;
        width: 185px !important;
    }

    .edit-profile-top-banner .banner-logo {
        top: 15% !important;
        right: -10px !important;
    }

    .banner-logo .upload-btn-wrapper {
        left: 16% !important;
    }
}

@media screen and (max-width:991px) {
    .banner-bottom-line-edit .btn {
        width: 60% !important;
    }

    #tab_logic tr .cropit-preview {
        height: 200px !important;
        width: 350px !important;
    }

    #tab_logic tr .upload-btn-wrapper {
        left: 16% !important;
    }
}

@media screen and (max-width:961px) {
    .edit-profile-top-banner .banner-logo {
        top: 9% !important;
        right: 60px !important;
    }

    .banner-logo .upload-btn-wrapper {
        left: 18% !important;
    }

    .profile-top-banner {
        height: 320px !important;
    }
}

@media screen and (max-width:768px) {
    .banner-logo-inner .cropit-preview {
        height: 180px !important;
        width: 180px !important;
    }

    .edit-profile-top-banner .banner-logo {
        top: 18% !important;
        /*/ text-align: right;*/
        right: -30px !important;
    }

    #tab_logic tr .upload-btn-wrapper {
        left: 10% !important;
    }
}

@media screen and (max-width:767px) {
    .banner-bottom-line-edit .btn {
        width: 100% !important;
    }

    #tab_logic tr .cropit-preview {
        height: 200px !important;
        width: 300px !important;
    }

    .sidebar-main {
        top: 10px !important;
    }
}

@media screen and (max-width:736px) {
    .edit-profile-top-banner .banner-logo {
        top: 9% !important;
        right: 150px !important;
    }

    .banner-logo .upload-btn-wrapper {
        left: 75% !important;
    }

    .top-banner-button {
        bottom: 105px;
    }
}

@media screen and (max-width:667px) {
    .edit-profile-top-banner .banner-logo {
        top: 9% !important;
        right: 150px !important;
    }

    .banner-logo .upload-btn-wrapper {
        left: 75% !important;
    }

    #tab_logic td {
        display: block !important;
        clear: both !important;
        border: 1px solid #ddd !important;
    }

    #tab_logic th {
        display: block !important;
        clear: both !important;
        border: 1px solid #ddd !important;
    }

    #tab_logic tr .cropit-preview {
        width: 100% !important;
    }

    #tab_logic {
        border: none !important;
    }

    .banner-logo-inner {
        width: 35% !important;
    }
}

@media screen and (max-width:568px) {
    .edit-profile-top-banner .banner-logo {
        top: 9% !important;
        right: 150px !important;
    }

    .banner-logo .upload-btn-wrapper {
        left: 75% !important;
    }

    .banner-button-buttom {
        width: 110% !important;
    }

    .banner-logo-inner {
        width: 40% !important;
    }
}

@media screen and (max-width:500px) {
    .banner-logo-inner .cropit-preview {
        height: 160px !important;
        width: 160px !important;
    }

    .edit-profile-top-banner .banner-logo {
        top: 9% !important;
        right: 35px !important;
    }

    .top-banner-button {
        bottom: 100px;
    }

    .banner-logo .banner-logo-inner {
        width: 200px !important;
    }

    .banner-logo .upload-btn-wrapper {
        left: 8% !important;
    }

    .profile-image-circle .cropit-preview {
        left: 18% !important;
    }

    .profile-image-circle .profile-image-middle {
        left: 18% !important;
    }

    .banner-button-buttom {
        width: 100% !important;
    }
}

@media screen and (max-width:415px) {
    .edit-profile-top-banner .banner-logo {
        top: 12% !important;
        right: -10px !important;
    }

    .top-logo-button .cropit-image-zoom-input {
        width: 90% !important;
    }

    .top-banner-button {
        left: 7px !important;
    }
}

@media screen and (max-width:390px) {
    .banner-logo-inner .cropit-preview {
        height: 145px !important;
        width: 145px !important;
    }

    .edit-profile-top-banner .banner-logo {
        top: 13% !important;
        right: 12px !important;
    }

    .top-banner-button {
        bottom: 115px;
    }

    .profile-image-circle .cropit-preview {
        left: 12% !important;
    }

    .profile-image-circle .profile-image-middle {
        left: 12% !important;
    }
}

@media screen and (max-width:367px) {
    .top-logo-button .cropit-image-zoom-input {
        width: 80% !important;
    }

    .banner-logo .banner-logo-inner {
        width: 150px !important;
    }

    #tab_logic tr .upload-btn-wrapper {
        left: 2% !important;
    }
}

@media screen and (max-width:350px) {
    .top-logo-button .cropit-image-zoom-input {
        width: 70% !important;
    }

    .banner-button-buttom {
        width: 130% !important;
    }
}
