/* CSS Document */

.right {
    text-align: right;
}

.img-fluid {
    width: 100%;
}

/*NAVBAR HEADER STYLES */

.navbar-default .navbar-nav > li > a {
    color: #000;
}

.navbar-default {
    background-color: rgba(255,255,255,0.9);
}

.nav.navbar-nav.navbar-left, .navbar-right {
    padding-top: 13px;
    text-transform: uppercase;
    padding-left: 50px;
    padding-right: 50px;
}

@media only screen and (min-width: 1200px) {
    .nav.navbar-nav {
        padding-bottom: 13px;
    }
}

.navbar-toggle {
    z-index: 3;
}

.navbar-brand > img {
    display: inline-block;
}

a.active {
    border-bottom: 4px double #000;
}

.btn-primary {
    background-color: #4e748b;
    border-color: #4e748b;
}

.navbar-nav > li > a:hover {
    background-color: #8a302e;
    border-color: #4e748b;
}

.btn.btn-primary.btn-md:hover {
    background-color: #8a302e;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        /* (80px - line-height of 27px) / 2 = 26.5px */
        margin-top: 16.5px;
        margin-bottom: 12.5px;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 27px;
        font-size: 16px;
        font-family: 'Lato', sans-serif;
    }

    .btn.btn-primary.btn-md {
        padding: 5px 10px 5px 10px;
        line-height: 20px;
        font-size: 14px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .navbar-fixed-top {
        height: 120px;
    }

    .details {
        margin-left: 30px;
    }
}
/*==== END HEADER STYLES =====*/
/*==== SEARCH BAR ==== */


.textarea {
    background-color: #e5e5e4;
    padding: 8px;
    margin: 0 15px 0 0;
}

.search-form input[type=text] {
    background-color: #e5e5e4;
    padding: 8px;
    margin: 0 15px 0 0;
}

.search-form input[type=submit] {
    background: url("/Content/images/submit.png") no-repeat center center;
    color: #fff;
    padding: 10px;
    width: 127px;
    height: 42px;
    border: none;
}

    .search-form input[type=submit]:hover {
        background: url("/Content/images/submit-ovr.png") no-repeat center center;
    }

.search-form input[type=button] {
    background: url("/Content/images/submit.png") no-repeat center center;
    color: #fff;
    padding: 10px;
    width: 127px;
    height: 42px;
    border: none;
}

    .search-form input[type=button]:hover {
        background: url("/Content/images/submit-ovr.png") no-repeat center center;
    }

@media only screen and (max-width: 400px) {
    .search-title {
        text-align: center;
    }

    .search-form {
        text-align: center;
    }

    .search-bt {
        clear: both;
        margin-top: 50px;
    }

    .nav.navbar-nav.navbar-left {
        background-color: #fff;
        display: block;
        margin-top: 20px;
    }
}
/*==== END SEARCH BAR ==== */
/*====Results Rows====*/

.results-bg {
    background-color: #f2f2f1;
    padding: 20px;
    margin: 20px;
}

.results {
    font-weight: bold;
    color: #000;
    text-align: left;
}

.found {
    font-weight: bold;
    color: #000;
    text-align: right;
}

.details p {
    margin: 0;
    padding: 0;
}

.prof-title {
    color: #4d7289;
    font-weight: bold;
    font-size: 18px;
}


.num-rating {
    color: #4d7289;
    font-weight: bold;
}

.rating {
    text-align: right;
}
/*====END Results Rows====*/

/*===LOAN OFFICER PAGE===*/
.loan {
    margin-top: 20px;
}

.per-image {
    margin: 0 0 10px 0;
}

.per-details {
    background-color: #f2f2f1;
    padding: 10px;
    margin: 0 0 10px 0;
    display: block;
}

.per-contact {
    background-color: #f2f2f1;
    padding: 10px;
    margin: 0 0 10px 0;
    display: block;
}

.per-name {
    color: #4d738b;
    font-weight: bold;
    font-size: 15px;
}

.per-subtitle {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.soc-icon {
    padding: 0 2px 0 0;
}

.main-right {
    margin-left: 30px;
}

.per-contact input[type=text] {
    background-color: #e5e5e4;
    padding: 8px;
    margin: 10px 0 10px 0;
}

.per-contact input[type=submit] {
    background: url("/Content/images/submit.png") no-repeat center center;
    color: #fff;
    padding: 10px;
    width: 127px;
    height: 42px;
    border: none;
}

    .per-contact input[type=submit]:hover {
        background: url("/Content/images/submit-ovr.png") no-repeat center center;
    }

.but-group {
    margin-top: 10px;
}

.cpi-but {
    background: url("/Content/images/submit.png") no-repeat center center;
    color: #fff;
    padding: 10px;
    width: 127px;
    height: 42px;
    border: none;
    text-align: center;
    margin: 15px 15px 0 0;
}

    .cpi-but:hover {
        background: url("/Content/images/submit-ovr.png") no-repeat center center;
        color: #fff;
        text-decoration: none;
        width: 127px;
        height: 42px;
    }

.review-bar {
    background-color: #4D4E4E;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    display: block;
    min-height: 40px;
}

.review-text {
    display: block;
    margin: 15px 0 20px 20px;
}

.date {
    margin: 0 0 0 15px;
}

.verified {
    text-align: right;
    float: right;
}

.review-bar a:link {
    color: #fff;
}

.review-bar a:active {
    color: #fff;
}

.review-bar a:visited {
    color: #fff;
}

.review-bar a:hover {
    color: #8a302e;
}


.rev-left {
    text-align: left;
    float: left;
}

.rev-right {
    text-align: right;
    float: right;
}

@media only screen and (max-width: 1024px) {

    .main-right {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 768px) {

    .found {
        text-align: left;
    }

    .navbar-collapse {
        background-color: #fff;
        margin-top: 20px;
    }

    .search-title {
        text-align: center;
    }

    .details {
        margin-left: 30px;
    }

    .per-contact input[type=text] {
        background-color: #e5e5e4;
        padding: 8px;
        margin: 10px 0 10px 0;
        width: 140px;
    }
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("/Content/images/loader-halo.gif") 50% 50% no-repeat rgba(249,249,249, 0.6);
    background-size: 100px;
    display: none;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
       
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/*.cpivalidatehover {
    background-color: red;
    border-color: red;
}*/

.animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.cpi-delete-reset-button {
    background-color: #702e3e;
    color: #fff;
    padding: 10px;
    width: 127px;
    height: 42px;
    border: none;
}

.cpi-btn-primary-btn-md {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 16.5px 15px;
    background-color: #567389;
    border-color: #2e6da4;
    padding-top: 3px;           
    border: 1px solid transparent;
    padding-bottom: 6px;
    font-family: Avenir;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;    
}

.cpi-btn-primary-btn-md1 {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #567389;
    margin: 16.5px 15px;
    padding-top: 3px;
    color: gray;
    border: 1px solid transparent;
    padding-bottom: 6px;
    font-family: Avenir;
    letter-spacing: 1px;
    font-size: 14px;
    text-align: center;
}

.search-form input[customattr=custlogin] {
    background: url("/Content/images/submit.png") no-repeat center center;
    color: #fff;
    padding: 10px;
    width: 80px;
    height: 42px;
    border: none;
    border-radius: 4px;
}



/* New Review application css start from here */


/* alert message css start from here */
.alert-success {
    position: relative;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 3px;
}

.alert-msg-common {
    position: relative;
}

    .alert-msg-common .close {
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 15px;
    }

    .alert-msg-common .alert-info-icon {
        line-height: 0;
        margin-right: 5px;
    }

    .alert-msg-common .alert-info-icon,
    .alert-msg-common > p {
        display: inline-block;
        vertical-align: top;
    }

    .alert-msg-common .alert-info-icon {
        max-width: 20px;
        margin-top: 1px;
    }

    .alert-msg-common > p {
        width: 100%;
        max-width: 95%;
    }


.alert {
    display: none;
}

    .alert.alert-show {
        display: block;
    }

    .alert.show-alert {
        display: block;
    }

.alert-margin .alert {
    margin: 15px auto 0 auto;
    clear: both;
    max-width: calc(100% - 40px);
}


.alert-warning,
.validation-summary-errors {
    opacity: 1;
    margin: 0 10px 20px 0;
    border: none;
    color: #fff;
    border-radius: 5px;
    line-height: 22px;
    background-color: rgba(220,53,69,.8);
    width: 100%;
    max-width: 100%;
}

    .alert-warning.fade,
    .validation-summary-errors.fade {
        opacity: 1;
    }

/* alert message css end here */



/* font start from here */

@font-face {
    font-family: 'fira_sansregular';
    src: url('/Content/fonts/firasans-regular-webfont.woff2') format('woff2'), url('/Content/fonts/firasans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* font end here */



/* scrollbar css start from here */

::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 10px;
}


::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}


/* scrollbar css end here */


/* heading css start from here */

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

h1 {
    font-size: 2.1rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.7rem;
}

h4 {
    font-size: 1.5rem;
}

/* heading css end here */

h1, h2, h3, h4, h5, h6, p, ul{
    margin: 0;
    padding: 0;
}

input, button, select,
input:focus, button:focus, select:focus {
    outline: none;
}

html{
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    color: #293340;
    font-family: "Fira Sans", sans-serif, 'fira_sansregular';
    background: #F8F8F8;
}


img {
    max-width: 100%;
}

a {
    color: #42adbd;
}

    a:hover {
        color: #addb21;
        text-decoration: none;
    }


/* header css start from here */

html,
body{
    height: 100%;
}

.hide-div{
    display: none;
}

main{
    padding-bottom: 52px;
    position: relative;
    min-height: 100%;
}

header {
    background-color: #293340;
}

.navbar-brand {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

    .navbar-brand img {
       /* max-width: 50px;*/
       /* filter: invert(100%);*/
    }


header input {
    font-size: 1.5rem;
    background-color: transparent;
    border: none;
    color: #fff;
    text-transform: capitalize;
    text-decoration: underline;
}

/* header css end here */


.page-content{
    margin-bottom: 50px;
}


/* search bar css start from here */

.back-btn {
    margin-bottom: 15px;
    cursor: pointer;
}

.back-btn svg {
    width: 20px;
}

.back-btn svg,
.search-bar .back-btn h2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 0 0;
}

select {
    background-image: url("/Content/images/svg-icons/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    color: #6c757d;
}

.search-bar h2 {
    text-transform: capitalize;
    color: #42ADBD;
    margin-bottom: 15px;
}

.search-bar form {
    display: flex;
    
}

.search-bar form#agent_se_fr_id {
        box-shadow: 0 5px 15px #e9e9e9;
    }

.search-bar form input {
    background-color: #fff;
    border-radius: 7px 0 0 7px;
    border: none;
    padding: 0 12px;
    width: 100%;
    height: 40px;
    float: left;
}

.search-bar form button {
    background-color: #42ADBD;
    border-radius: 0 7px 7px 0;
    padding: 0 7px;
    border: none;
    height: 40px;
    float: left;
}

    .search-bar form button svg {
        fill: #fff;
        width: 27px;
        height: 20px;
    }


.filter-options select{
    background-color: #fff;
    border-radius: 7px;
    border: solid 1px #d6e1e6;
    height: 40px;
    padding: 0 12px;
    width: 170px;
    text-transform: capitalize;
    margin-right: 15px;
}

.filter-options select:last-child{
    margin-right: 0;
}


/* search bar css end here */



/* page content css start from here */

.no-record-found {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;

}
.search-result-count {
    margin-top: 5px;
}

.search-result-count svg,
.search-result-count h3 {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        font-weight: 400;
        color: #42ADBD;
    }

.name-info-badge {
    background-color: #42adbd;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: capitalize;
    margin-left: 5px;
    padding: 5px 10px;
    vertical-align: middle;
    border-radius: 5px;
}

.professional-details-main {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
}

    .professional-details-main.current-agent {
        background-color: #42ADBD;
        box-shadow: 0 7px 10px rgba(66, 173, 189, 0.2);
        -webkit-box-shadow: 0 7px 10px rgba(66, 173, 189, 0.2);
        -moz-box-shadow: 0 7px 10px rgba(66, 173, 189, 0.2);
        -o-box-shadow: 0 7px 10px rgba(66, 173, 189, 0.2);
        -ms-box-shadow: 0 7px 10px rgba(66, 173, 189, 0.2);
        color: #fff;
    }

    .professional-details-main .professional-profile-img {
        border-radius: 7px;
        max-width: 60px;
        min-height: 60px;
        max-height: 60px;
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        border: solid 1px #e8e8e8;
    }

    .professional-details-main .professional-profile-img img {
        border-radius: 7px;
    }

    .professional-details-main .prof-details {
        width: 55%;
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        line-height: normal;
    }

        .professional-details-main .prof-details .professional-name {
            color: #293340;
            font-size: 1.6rem;
            margin-bottom: 3px;
            display: inline-block;
        }

    .professional-details-main.current-agent .prof-details .professional-name{
        color:#fff;
    }

   .prof-subtitle {
        color: #6c757d;
        font-size: 1.3rem;
    }

    .professional-details-main.current-agent .prof-details .prof-subtitle {
        color: #f5f5f5;
    }

    .review-rating {
        font-size: 1.4rem;
        margin-top: 8px;
    }

        .review-rating span{
            vertical-align: middle;
            display: inline-block;
            line-height: normal;
        }

.review-rating img{
    max-width: 80px;
}

        .professional-details-main .company-image {
            float: right;
            max-width: 90px;
            min-height: 75px;
            max-height: 75px;
        }

    .professional-details-main .professional-address {
        margin-top: 10px;
        font-size: 1.5rem;
    }

.professional-address svg {
    margin-right: 5px;
    width: 13px;
    fill: #42adbd;
}

.webiste-url svg {
    margin-right: 5px;
    width: 18px;
    fill: #42adbd;
}


.agent-number svg {
    margin-right: 5px;
    width: 15px;
    fill: #42adbd;
}

.professional-details-main.current-agent .professional-address svg path {
    fill: #fff;
}

/* page content css end here */




/* pagination css start from here */

.pagination-common {
    text-align: right;
    justify-content: flex-end;
}

    .pagination-common .pagination-pages-dropdown,
    .pagination-common ul {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }

    .pagination-common .pagination-pages-dropdown {
        text-transform: capitalize;
    }

        .pagination-common .pagination-pages-dropdown label {
            margin-bottom: 0;
        }

        .pagination-common .pagination-pages-dropdown select {
            width: 50px;
            padding: 0 5px;
            background-position: center right 5px;
            border: solid 1px #D6E1E6;
            border-radius: 3px;
            outline: none;
            line-height: 28px;
        }

    .pagination-common ul {
        margin-left: 10px;
    }

        .pagination-common ul li {
            margin-left: 7px;
            line-height: 31px;
            display: inline-block;
            vertical-align: middle;
        }

            .pagination-common ul li.page-item:first-child a,
            .pagination-common ul li.page-item:last-child a,
            .pagination-common ul li.page-item a {
                border: solid 1px #D6E1E6;
                padding: 0 10px;
                font-size: 1.5rem;
                color: #293340;
                border-radius: 4px;
                font-weight: 400;
                box-shadow: none;
                line-height: 26px;
                height: 30px;
            }

            .pagination-common ul li.page-item a {
                display: block;
            }

            .pagination-common ul li.page-item.active a {
                background-color: #42ADBD;
                border-color: #42ADBD;
                color: #fff;
            }

            .pagination-common ul li.page-item a:hover {
                background-color: #3b5c6e;
                border-color: #293340;
                color: #fff;
            }

            .pagination-common ul li svg {
                width: 14px;
                height: 14px;
            }

            .pagination-common ul li:hover svg {
                fill: #fff;
            }

            .pagination-common ul li.next-page a,
            .pagination-common ul li.prev-page a,
            .pagination-common ul li.next-page.page-item a,
            .pagination-common ul li.prev-page.page-item a {
                width: 30px;
                padding: 0;
                text-align: center;
            }

                .pagination-common ul li.next-page a svg,
                .pagination-common ul li.prev-page a svg {
                    height: 27px;
                }


/* pagination css end here */


/* footer css start from here */
footer {
    background-color: #293340;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer ul li{
    list-style: none;
    display: inline-block;
    padding-left: 25px;
}

    footer ul li:first-child{
        padding-left: 0;
    }

/* footer css end here */




/* agent review page css start from here */

.close-review-btn {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

    .close-review-btn svg{
        width: 15px;
        height: 15px;
    }


.white-bg-shadow {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 7px 10px rgbaa(0, 0, 0, 0.1);
    -ms-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
}


    .agent-review-info .agent-details-main{
        border-radius: 10px 10px 0 0;
        margin-top: 0;
        padding-bottom: 20px;
        position: relative;
    }

.agent-review-info .review-detail-right {
    border-radius: 0 0 10px 10px;
    margin-top: 0;
    padding-top: 0;
}

.contact-review-form .nav-tabs {
    border-bottom: solid 1px #D6E1E6;
    margin-bottom: 20px;
}

        .contact-review-form .nav-tabs li{
            margin-right: 30px;
        }

        .contact-review-form .nav-tabs li a {
            background-color: #fff;
            border: none;
            margin: 0;
            padding: 0;
            color: #6C757D;
            font-size: 1.6rem;
        }

            .contact-review-form .nav-tabs li a.active {
                color: #42ADBD;
                border-bottom: solid 2px #42ADBD;
                font-weight: 500;
            }

    .contact-review-form .tab-pane h2{
        text-transform: capitalize;
        margin-bottom: 20px;
    }

form .form-input, .form-input {
    margin-bottom: 15px;
}

.form-input label {
    font-size: 1.4rem;
    text-transform: capitalize;
    color: #293340;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
}

.form-input input,
.form-input select,
.form-input textarea,
.form-input .input-hiden-content {
    width: 100%;
    border: none;
    border-bottom: solid 1px #e0e3e4;
    outline: none;
    padding: 0;
    background-color: transparent;
    font-size: 1.4rem;
    color: #293340;
    box-shadow: none;
    height: auto;
    border-radius: 0;
    line-height: 25px;
}

    .form-input textarea{
        min-height: 51px;
    }

    .form-input input:focus,
    .form-input select:focus,
    .form-input textarea:focus {
        border-color: #42ADBD;
        box-shadow: none;
    }


.btn-new-primary {
    border: none;
    border-radius: 7px;
    font-size: 1.5rem;
    text-transform: capitalize;
    padding: 10px 20px;
    line-height: 15px;
    margin-left: 5px;
    color: #fff;
    background-color: #42ADBD;
    border: solid 2px #42ADBD;
    text-align: center;
    outline: none;
    cursor: pointer;
    width: auto;
}

.btn-new-primary-medium {
    padding: 8px 10px;
}

.btn-new-primary:hover {
    background-color: #3b5c6e;
    border-color: #3b5c6e;
    color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.grey-bg-form input:-webkit-autofill,
.grey-bg-form input:-webkit-autofill:hover,
.grey-bg-form input:-webkit-autofill:focus,
.grey-bg-form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fbfbfb inset !important;
}

    .agent-review-info h2{
        color: #42adbd;
    }

.main-rating-section{
    margin-top: 8px;
}

    .main-rating-section .review-rating,
    .main-rating-section a{
        display: inline-block;
        margin-top: 0;
    }

.main-rating-section a{
    text-decoration: underline;
    margin-left: 23px;
    width: 65%;
    vertical-align: top;
    word-break: break-all;
}

.main-address-section{
    margin-top: 15px;
}

.main-address-section > div{
    display: inline-block;
    margin-left: 23px;
}

    .main-rating-section .review-rating,
    .main-address-section > div:first-child {
        min-width: 160px;
    }

.main-address-section > div:first-child {
    margin-left: 0;
}


    .main-address-section .per-subtitle {
        font-weight: inherit;
        color: #293340;
    }

.agent-company-logo > a {
    display: block;
    border-left: solid 1px #d6e1e6;
    padding-left: 20px;
}

.agent-company-logo img {
    max-width: 120px;
}

.company-social-links {
    padding-top: 20px;
    padding-left: 20px;
    border-left: solid 1px #d6e1e6;
}

.company-social-links a {
    display: inline-block;
    padding-right: 5px;
}

    .company-social-links a:last-child{
        padding-right: 0;
    }

.agent-review-info .review-agent-name,
.abt-company-info h2{
    border-top: solid 1px #D6E1E6;
    padding-top: 25px;
}

.agent-review-info .row .col-12 .review{
    border-bottom: solid 1px #D6E1E6;
    padding-top: 20px;
    padding-bottom: 20px;
}
.agent-review-info .row .col-12 .review-detail-right .review:last-child {
    border-bottom: none;
    padding-bottom: 0;
}


.agent-review-info .review .date-verified-main .review-rating,
.agent-review-info .review .date-verified-main .date {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}


.agent-review-info .review .date-verified-main .date {
    margin: 0 0 0 10px;
    border-left: 1px solid #D6E1E6;
    padding-left: 13px;
    font-weight: 500;
    padding-top: 3px;
}

.agent-review-info .review .review-content {
    margin: 10px 0 15px 0;
}

.agent-review-info .review .review-social-links {
    float: left;
}

    .agent-review-info .review .review-social-links a{
        display: inline-block;
        vertical-align: middle;
        margin-right: 1px;
        max-width: 20px;
    }

    .agent-review-info .review .prof-title {
        float: right;
        font-weight: normal;
        font-size: 1.6rem;
        color: #6C757D;
        font-weight: 500;
    }

.agent-review-info .review .prof-title span{
    text-transform: capitalize;
    color: #293340;
}

.stars {
    font-size: 1.8rem;
    color: #42ADBD;
}

    .stars .glyphicon {
        margin-right: 5px;
    }


/* agent review page css end here */

.scroll-position {
    padding-right: 10px;
}

.company-urls {
    max-height: 30vw;
    overflow-y: auto;
}

.company-urls a{
    display: block;
    text-decoration: underline;
    margin-bottom: 8px;
}



/* toast modal css start from here */

.jq-toast-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.jq-toast-single {
    width: auto;
    background-color: #42ADBD;
    padding: 20px;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Fira Sans", sans-serif, 'fira_sansregular';
}

.jq-toast-loader {
    background-color: #3b5c6e;
}

.toast-active .dashboardWrapper {
    z-index: -1;
    position: relative;
}

/* toast modal css end here */


/* New Review application css end here */



