/* checking hash */

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    outline: none;
}

body,
html {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

* {
    -webkit-overflow-scrolling: touch;
}


/** {
    -webkit-overflow-scrolling: touch;
}*/

.sticky--ul {
    position: sticky !important;
    top: 70px !important;
}


/*---------------------------------------------*/

a {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #6675df;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}


/*---------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    font-size: 14px;
    line-height: 1.4;
    color: #666666;
    margin: 0px;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/

input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}

label {
    display: block;
    margin: 0;
}


/*---------------------------------------------*/

button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ utility ]*/


/*==================================================================
[ Text ]*/

.txt1 {
    font-size: 16px;
    line-height: 1.4;
    color: #666699;
    font-weight: normal;
}

.txt2 {
    font-size: 13px;
    line-height: 1.4;
    color: #999999;
}


/*==================================================================
[ Size ]*/

.size1 {
    width: 355px;
    max-width: 100%;
}

.size2 {
    width: calc(100% - 43px);
}


/*==================================================================
[ Background ]*/

.bg1 {
    background: #3b5998;
}

.bg2 {
    background: #1da1f2;
}

.bg3 {
    background: #cd201f;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
    background-image: url(../images/login-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.wrap-login100 {
    /*    width: 100%;*/
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
}


/*==================================================================
[ login more ]*/

.login100-more {
    width: calc(100% - 560px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 2rem;
    background-image: url(../images/right-content-bg.png);
    display: none;
}

.login100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,0.1);*/
}

.login100-more h5 {
    font-weight: bold;
    color: #003366;
    font-size: 24px;
}

.login100-more h5 span {
    color: #cc0066
}

.login100-more p {
    font-size: 16px
}


/*==================================================================
[ Form ]*/

.login100-form {
    width: 540px;
    display: block;
    padding: 15px 36px 36px;
}

.login100-form-title {
    width: 100%;
    display: block;
    font-size: 25px;
    color: #333333;
    line-height: 4;
    padding: 0rem 0 1rem;
    text-align: center;
}

.login100-form-title p {
    color: #333333;
    font-size: 18px
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 65px;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-bottom: 2px;
}

.label-input100 {
    font-size: 16px;
    color: #999999;
    line-height: 1.2;
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding-left: 18px;
    left: 0;
    top: 22px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    padding: 0 18px;
    border-left: solid 2px #cc0066;
    border-radius: 4px;
}

input.input100 {
    height: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login-box-extention {
    text-align: center
}

.valuation-btn a {
    background: #cc0066;
    color: #fff;
    display: flex;
}

.valuation-btn a:hover {
    background: #da006d;
    color: #fff;
}

.estimation-btn a {
    background: #f87000;
    display: flex;
}

.estimation-btn a:hover {
    background: #fb7a0f
}

.valuation-btn {
    margin: 15px 0
}

.login-box-extention span {
    position: relative;
    display: block;
    margin: 10px 0
}

.login-box-extention span::after {
    content: "";
    height: 1px;
    width: 45%;
    background: #ccc;
    position: absolute;
    top: 13px;
    bottom: 0;
    right: 0%;
}

.login-box-extention span::before {
    content: "";
    height: 1px;
    width: 45%;
    background: #ccc;
    position: absolute;
    top: 13px;
    bottom: 0;
    left: 0%;
}


/*---------------------------------------------*/

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #6675df;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus+.focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.eff-focus-selection {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.input100:focus {
    /* height: 48px;*/
    padding-top: 15px;
}

.input100:focus+.focus-input100+.label-input100 {
    top: 14px;
    font-size: 13px;
}

.has-val {
    height: 48px !important;
    min-height: 100%;
    padding-top: 15px;
    z-index: 0 !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    z-index: 1;
}

.has-val+.focus-input100+.label-input100 {
    top: 14px;
    font-size: 13px;
    /*display: none*/
}


/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
    display: none;
}

.label-checkbox100 {
    font-size: 16px;
    color: #999999;
    line-height: 1.4;
    display: inline-block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

.label-checkbox100::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #666666;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-checkbox100:checked+.label-checkbox100::before {
    color: #666699;
}


/*------------------------------------------------------------------
[ Button ]*/

.login100-form-btn {
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    /* height: 36px; */
    border-radius: 4px;
    background: #003366;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    text-transform: uppercase;
}

.login100-form-btn:hover {
    background: #004a96;
    color: #fff;
}

.td_space {
    width: 25%;
}

.btn_bluebg {
    background: #d10077 !Important;
    border-color: #d10077 !Important;
}

.modal-footer button.btn-danger {
    background: #0b1e60;
    border-color: #0b1e60;
}

.modal-footer button.btn-secondary {
    background: #d10077;
    border-color: #d10077;
}

.header-pe span {
    display: block !important;
}

.header-pe span a {
    color: #fff;
}

.profile-dropdown-menu .dropdown-item:focus,
.profile-dropdown-menu .dropdown-item:hover {
    text-decoration: none;
    background-color: #f6f6f6;
    color: #333333;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 1199px) {
    .login100-more {
        width: calc(100% - 490px);
    }
    .header .header-block ul li {
        border-right: none
    }
}

@media (max-width: 992px) {
    .wel-boxs {
        text-align: center;
    }
    .login100-more {
        width: 50%;
    }
    .back-to-login {
        margin: 10px auto !important;
    }
    .login100-form-btn {
        margin: auto
    }
}

@media (max-width: 768px) {
    .login100-more {
        display: none;
    }
    /*  .container-login100-form-btn {margin-bottom: 24px}*/
    .login100-more {
        width: 100%
    }
    .login100-form-title {
        text-align: center;
        line-height: 80px
    }
    .login100-form-btn {
        width: 100%;
        margin: auto;
    }
    .carousel_wrap {
        display: block !Important
    }
    .wel-mb-box {
        width: 62vw;
    }
    .carousel_wrap {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        background-image: url(../images/right-content-bg.png);
        text-align: center;
        padding: 2rem
    }
    .carousel_wrap h5 {
        font-weight: bold;
        color: #003366;
        font-size: 24px;
    }
    .carousel_wrap h5 span {
        color: #cc0066;
    }
    .carousel_wrap p {
        font-size: 16px;
    }
    .wel-mb-box .cont-box .right-text {
        display: block
    }
    .cont-box img {
        margin: 0 0 15px 0 !important
    }
    .carousel-indicators li {
        width: 20px;
        height: 20px;
        margin-right: 4px;
        margin-left: 4px;
        text-indent: -999px;
        background-color: rgba(189, 189, 189, 0.5);
        border-radius: 50px
    }
    .carousel-indicators .active {
        background-color: #cc007a;
    }
    /*******************
    swip slide
    *****************/
    .slider1_container {
        display: block !Important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-image: url(../images/right-content-bg.png);
        text-align: center;
        margin-bottom: 15px !important;
    }
    .slide_box {
        text-align: center;
    }
    .slide_box .cont-box .right-text {
        display: block
    }
    .slider1_container_wrap {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        background-image: url(../images/right-content-bg.png);
        text-align: center;
        padding: 2rem
    }
    .carousel_wrap h5 {
        font-weight: bold;
    }
    .slider1_heading {
        background-repeat: no-repeat;
        text-align: center;
        padding: 1rem
    }
    .slider1_heading h5 {
        font-weight: bold;
        color: #003366;
        font-size: 20px;
    }
    .slider1_heading h5 span {
        color: #cc0066;
    }
    .slider1_heading p {
        font-size: 14px;
    }
    .slider1_heading {
        display: block !Important
    }
    .cont-box .right-text h6 {
        font-size: 24px !Important
    }
    .cont-box .right-text p {
        font-size: 20px !Important;
    }
}

@media (max-width: 576px) {
    .txt1 {
        font-size: 13px;
    }
    .label-checkbox100 {
        font-size: 13px;
        padding-left: 22px;
    }
    .label-checkbox100::before {
        font-size: 10px;
        width: 14px;
        height: 14px;
    }
    .login100-form-title h5 {
        font-size: 20px !important;
    }
    .login100-form-title p {
        font-size: 14px;
    }
    .form-check-inline+.form-check-inline {
        margin-left: 0;
        margin-right: .75rem
    }
    /*   form.login100-form.validate-form {
    transform: translateY(-567px);
}*/
    .limiter {
        background-image: none;
        background: #fff;
    }
    .wel-mb-box {
        width: 81vw;
    }
    .login100-form {
        padding: 0
    }
    .login100-form-btn {
        font-size: 13px
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    z-index: 100;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 110;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}


/*********************
Right content
**********************/

.cont-box {
    margin: 2rem 0;
}

.cont-box .right-text {
    display: inline-table;
    vertical-align: middle;
}

.cont-box img {
    border: solid 1px #cc0066;
    border-radius: 100px;
    padding: 14px;
    margin-right: 20px;
}

.cont-box .right-text h6 {
    color: #0b1e60;
    font-size: 20px;
    font-weight: 600;
}

.cont-box .right-text p {
    font-size: 16px;
    color: #333333
}


/******************************
Reset Password Page
*****************************/

.login100-form-title h5 {
    font-weight: bold;
    color: #003366;
    font-size: 24px;
}

.login100-form-title h5 span {
    color: #cc0066;
}

.back-to-login {
    border: solid 1px #cc0066;
    background: #cc0066;
    color: #fff;
    margin-top: 20px;
    display: flex;
}

.back-to-login:hover {
    background: #da006d;
    color: #fff;
}


/***************************************
DASHBAORD CSS
*************************************/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,800,700,600);
html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #4f5f6f;
    overflow-x: hidden;
}

.main-wrapper {
    width: 100%;
    /*    position: absolute;*/
    height: 100%;
    /* overflow-y: auto; // on viewing page calender issue
    overflow-x: hidden;*/
}

.app {
    position: relative;
    width: 100%;
    padding-left: 240px;
    min-height: 100vh;
    margin: 0 auto;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    -webkit-transition: left 0.3s ease, padding-left 0.3s ease;
    transition: left 0.3s ease, padding-left 0.3s ease;
    /*overflow: hidden;*/
}

.app .content {
    padding: 95px 20px 100px 20px;
    min-height: 100vh;
}


/*
@media (min-width: 1200px) {
    .app .content {
        padding: 105px 40px 135px 26px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .app .content {
        padding: 100px 35px 80px 35px;
    }
}
*/

@media (max-width: 767.98px) {
    .app .content {
        padding: 70px 20px 70px 20px;
    }
}

@media (max-width: 991.98px) {
    .app {
        padding-left: 0;
    }
}

@media (max-width: 991.98px) {
    .app.sidebar-open {
        left: 0;
    }
}

.brand .logo img {
    width: 120px
}


/* *******************************************
*				Adjustments
********************************************** */

.logo {
    position: relative;
    padding: 15px
}

.logo .l {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #85CE36;
    position: absolute;
}

.logo .l.l1 {
    bottom: 0;
    left: 0;
}

.logo .l.l2 {
    width: 7px;
    height: 7px;
    bottom: 13px;
    left: 10px;
}

.logo .l.l3 {
    width: 7px;
    height: 7px;
    bottom: 4px;
    left: 17px;
}

.logo .l.l4 {
    bottom: 13px;
    left: 25px;
}

.logo .l.l5 {
    bottom: 0;
    left: 34px;
}


/* Let's get this party started */

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}


/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}


/* Handle */

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #cc0066;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #cc0066;
}


/*********************
Header bar
**********************/

.header {
    background-color: #cc0066;
    height: 70px;
    position: absolute;
    left: 240px;
    right: 7px;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .header {
        left: 0;
    }
}

@media (max-width: 767.98px) {
    .header {
        left: 0;
        height: 50px;
    }
}

.header-fixed .header {
    position: fixed;
}

.header .header-block-nav {
    margin-left: auto;
    white-space: nowrap;
    padding-right: 15px;
}

@media (max-width: 767.98px) {
    .header .header-block-nav {
        padding-right: 0px;
    }
}

.header .header-block-nav::after {
    display: block;
    clear: both;
    content: "";
}

.header .header-block-nav a {
    text-decoration: none;
}

.header .header-block-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .header-block-nav>ul {
    display: table;
}

.header .header-block-nav>ul>li {
    display: table-cell;
    position: relative;
}


/*

.header .header-block-nav > ul > li:before {
    display: block;
    content: " ";
    width: 1px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    background-color: #8b9cb1;
    position: absolute;
    left: 0;
}
*/

.header .header-block-nav>ul>li:first-child:before {
    display: none;
}

.header .header-block-nav>ul>li>a {
    padding: 0 15px;
    color: #fff;
    font-size: 24px;
}

.header .header-block-nav>ul>li>a:hover {
    color: #fff;
}

.header .header-block-nav .dropdown-menu {
    margin-top: 0;
    right: 20px !important;
    left: auto !important;
    padding: 0
}


/*********************
Side bar
**********************/

.sidebar {
    background-color: #fff;
    width: 240px;
    padding-bottom: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    z-index: 20;
    box-shadow: -2px 5px 14px #888888
}

.sidebar .menu {
    max-height: calc(100% - 130px);
    height: calc(100% - 130px);
    overflow-y: auto;
    position: absolute;
    right: 0;
    left: 0;
}

@media (max-width: 991.98px) {
    .sidebar {
        position: fixed;
        left: -240px;
    }
}

.sidebar-fixed .sidebar {
    position: fixed;
}

.sidebar-open .sidebar {
    left: 0;
}


/*.sidebar .sidebar-container {
    position: absolute;
    top: 0;
    bottom: 51px;
    width: 100%;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden; }*/

.sidebar .sidebar-container::-webkit-scrollbar-track {
    background-color: #2c353e;
}

.sidebar .label {
    font-size: .75em;
    display: inline-block;
    border-radius: .2em;
    padding: 2px 5px;
    background-color: #ccc;
    color: #000;
    margin: 0 3px;
}

.sidebar .label-screenful {
    color: #fff;
    background-color: #cc0066;
    padding: 2px 8px;
    font-size: 12px;
    float: right;
    margin-top: 3px;
}

.sidebar .sidebar-menu {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .sidebar-menu li {
    border-bottom: solid 1px #f6f6f6;
}

.sidebar .sidebar-menu li a:focus,
.open .sidebar .sidebar-menu li a:focus {
    background-color: inherit;
}

.sidebar .sidebar-menu ul {
    padding: 0;
    height: 0px;
    overflow: hidden;
}

.loaded .sidebar .sidebar-menu ul {
    height: auto;
}

.sidebar .sidebar-menu li.active ul {
    height: auto;
}

.sidebar .sidebar-menu li a {
    color: #333333;
    text-decoration: none;
    display: block;
}

.sidebar .sidebar-menu li a:hover,
.sidebar .sidebar-menu li.open>a,
.sidebar .sidebar-menu li.open a:hover {
    background-color: #f6f6f6;
}

.sidebar .sidebar-menu .arrow {
    float: right;
    font-size: 18px;
    line-height: initial;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 0;
}

.sidebar .sidebar-menu .arrow:before {
    content: "\f105" !important;
}

.sidebar .sidebar-menu li.open>a .arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar .sidebar-menu>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 15px;
    font-size: 15px;
    font-weight: 600;
    align-items: center;
}

.sidebar .sidebar-menu>li>a span {
    margin-left: auto;
}

.sidebar .sidebar-menu>li>a img {
    margin-right: 10px;
    width: 14%;
}

.sidebar .sidebar-menu>li.active>a,
.sidebar .sidebar-menu>li.active>a:hover {
    background-color: #f6f6f6 !important;
    color: #333333 !important;
    border-left: solid 4px #cd007b
}

.sidebar .sidebar-menu>li.open>a {
    background-color: #333e48;
}

.sidebar .sidebar-menu>li>a i {
    margin-right: 5px;
    font-size: 16px;
}

.sidebar .sidebar-menu>li>a i.arrow {
    font-size: 20px;
}

.sidebar .sidebar-menu>li>.sidebar-nav>li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 15px;
    background-color: #333e48;
}

.sidebar .sidebar-menu>li>.sidebar-nav>li.active a {
    color: #ffffff;
}

.sidebar .sidebar-menu>li>.sidebar-nav>li>.sidebar-nav>li a {
    padding-left: 60px;
    padding-right: 15px;
}

.sidebar .sidebar-menu>li>.sidebar-nav>li>.sidebar-nav>li>.sidebar-nav>li a {
    padding-left: 70px;
}

.sidebar-overlay {
    position: absolute;
    display: none;
    left: 200vw;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 15;
}

@media (max-width: 991.98px) {
    .sidebar-overlay {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .sidebar-overlay {
        background-color: rgba(0, 0, 0, 0.7);
    }
}

@media (max-width: 991.98px) {
    .sidebar-open .sidebar-overlay {
        left: 0;
        opacity: 1;
    }
}

.sidebar-mobile-menu-handle {
    display: none;
    position: absolute;
    top: 50px;
    background-color: transparent;
    width: 30px;
    bottom: 0;
    z-index: 10;
}

@media (max-width: 991.98px) {
    .sidebar-mobile-menu-handle {
        display: block;
    }
    .tool_t .right0 {
        left: 0 !important;
    }
    .right0:before {
        left: 34px !Important;
        margin: 0 !Important
    }
}


/*********************
Sidebar Header
**********************/

.sidebar-header .brand {
    color: #fff;
    text-align: left;
    line-height: 70px;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .sidebar-header .brand {
        line-height: 50px;
        font-size: 16px;
    }
}

.header .header-block-nav .notifications .counter {
    font-weight: bold;
    font-size: 14px;
    position: relative;
    top: -3px;
    left: -2px;
}

.header .header-block-nav .notifications.new .counter {
    color: #85CE36;
    font-weight: bold;
}

@media (max-width: 767.98px) {
    .header .header-block-nav .notifications {
        position: static;
    }
}

.header .header-block-nav .notifications-dropdown-menu {
    white-space: normal;
    left: auto;
    right: 0;
    min-width: 350px;
}

.header .header-block-nav .notifications-dropdown-menu:before {
    position: absolute;
    right: 20px;
    bottom: 100%;
    margin-right: -1px;
}

.header .header-block-nav .notifications-dropdown-menu:after {
    position: absolute;
    right: 20px;
    bottom: 100%;
}

.header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item {
    border-bottom: 1px solid rgba(126, 142, 159, 0.1);
    padding: 5px;
}

.header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item:hover {
    background-color: #f5f5f5;
}

.header .header-block-nav .notifications-dropdown-menu .notifications-container .img-col {
    display: table-cell;
    padding: 5px;
}

.header .header-block-nav .notifications-dropdown-menu .notifications-container .body-col {
    padding: 5px;
    display: table-cell;
}

.header .header-block-nav .notifications-dropdown-menu .notifications-container .img {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    vertical-align: top;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header .header-block-nav .notifications-dropdown-menu .notifications-container p {
    color: #4f5f6f;
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    margin: 0;
    vertical-align: top;
}

.header .header-block-nav .notifications-dropdown-menu .notifications-container p .accent {
    font-weight: bold;
}

.header .header-block-nav .notifications-dropdown-menu footer {
    text-align: center;
}

.header .header-block-nav .notifications-dropdown-menu footer a {
    color: #212529;
    -webkit-transition: none;
    transition: none;
}

.header .header-block-nav .notifications-dropdown-menu footer a:hover {
    background-color: #f5f5f5;
    color: #85CE36;
}

@media (max-width: 767.98px) {
    .header .header-block-nav .notifications-dropdown-menu {
        min-width: 100px;
        width: 100%;
        margin-top: 5px;
    }
    .header .header-block-nav .notifications-dropdown-menu:before,
    .header .header-block-nav .notifications-dropdown-menu:after {
        right: 107px;
    }
}

.header .header-block-nav .profile .img {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background-color: #8b9cb1;
    color: #ffffff;
    text-align: center;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
}

.header .header-block-nav .profile .name {
    display: inline-block !important;
    margin-right: 9px;
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    margin-top: -10px;
}

@media (max-width: 767.98px) {
    .header .header-block-nav .profile .name {
        display: none;
    }
}

.header .header-block-nav .profile .arrow {
    color: #cc0066;
}

.header .header-block-nav .profile-dropdown-menu {
    left: auto;
    right: 0 !Important;
    min-width: 180px;
    white-space: normal;
}

.profile-dropdown-menu img {
    width: 23px;
    margin-right: 5px;
}

.header .header-block-nav .profile-dropdown-menu:before {
    position: absolute;
    right: 10px;
    bottom: 100%;
    margin-right: -1px;
}

.header .header-block-nav .profile-dropdown-menu:after {
    position: absolute;
    right: 10px;
    bottom: 100%;
}

.header .header-block-nav .profile-dropdown-menu a {
    padding: 10px 15px;
}

.header .header-block-nav .profile-dropdown-menu a .icon {
    color: #cc0066;
    text-align: center;
    width: 16px;
}

.header .header-block-nav .profile-dropdown-menu a span {
    display: inline-block;
    padding-left: 5px;
    text-align: left;
    color: #7e8e9f;
}

.header .header-block-nav .profile-dropdown-menu .profile-dropdown-menu-icon {
    padding: 0;
}

.header .header-block-nav .profile-dropdown-menu .profile-dropdown-menu-topic {
    color: #7e8e9f;
    padding: 0;
}

.header .header-block-nav .profile-dropdown-menu .dropdown-divider {
    margin: 0;
}

.header .header-block-nav .profile-dropdown-menu .logout {
    border-top: 1px solid rgba(126, 142, 159, 0.1);
}

@media (max-width: 767.98px) {
    .header .header-block-nav .profile-dropdown-menu {
        margin-top: 8px;
    }
}


/*********************
Dashbaord content
**********************/

.dashboard-page #dashboard-downloads-chart,
.dashboard-page #dashboard-visits-chart {
    height: 220px;
}


/*********************
Footer
**********************/

.footer {
    background-color: #263238;
    position: absolute;
    left: 240px;
    right: 0;
    bottom: 0;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-fixed .footer {
    position: fixed;
}

.footer .footer-block {
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 20px;
}

.footer .footer-github-btn {
    vertical-align: middle;
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.foote_bottom_ul_amrc li {
    display: inline-block;
}

.foote_bottom_ul_amrc li a {
    color: #999;
    margin: 0 8px;
}

.foote_bottom_ul_amrc li a:hover {
    text-decoration: underline;
}

footer p {
    font-size: 13px;
    color: #CCC;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

@media (max-width: 991.98px) {
    .footer {
        left: 0;
    }
}

.footer .author>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .author>ul li {
    display: inline-block;
}

.footer .author>ul li:after {
    content: "|";
}

.footer .author>ul li:last-child:after {
    content: "";
}

@media (max-width: 991.98px) {
    .footer .author>ul li {
        display: block;
        text-align: right;
    }
    .footer .author>ul li:after {
        content: "";
    }
}

@media (max-width: 991.98px) {
    .footer .author>ul {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .footer .author>ul {
        display: none;
    }
}


/*========================================================================*/

.sidebar-header {
    background: #fff
}

.header .header-block ul {
    margin: 0;
    padding: 0px;
    display: flex;
    align-items: center;
}

.header .header-block ul li {
    list-style: none;
    display: inline-block;
    border-right: solid 2px #ff33cc;
    padding-right: 10px;
}

.book-valuation a {
    font-size: 13px !important;
    background: #f87000;
    padding: 6px 12px !important;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.book-valuation a:hover {
    background: #0c1f61;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header .header-block ul li:last-child {
    border: 0
}

.header .header-block ul li span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    margin-left: 6px;
}

.header-block ul li span img {
    width: 20px;
    margin-right: 10px;
}

.header-block .collapse-btn {
    padding-left: 15px;
    color: #fff;
    font-size: 24px;
}

.nav-profile li.profile {
    padding-right: 0 !Important;
}

.footer p {
    margin: auto
}


/************************
Dashboard content
*******************/

.dashboard-head h1 {
    font-size: 32px;
    color: #333333;
    margin-bottom: 10px
}

.prograssion_wrap h1,
.estimate-page h1 {
    font-size: 32px;
    color: #333333;
}

.dashboard-head p {
    font-size: 17px;
    color: #336666;
    font-weight: lighter;
    margin-bottom: 24px
}

.img_caption {
    position: relative;
    height: 92%
}

.img_caption img {
    width: 100%;
    border-radius: 30px 0;
    height: 100%
}

.img-text {
    background: #333333;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 30px 0;
    padding: 16px;
}

.img-text h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 8px
}

.img-text h2 .fa-arrow-right {
    float: right;
    font-size: 14px;
    font-weight: normal;
    border: solid 1px #fff;
    padding: 8px;
    border-radius: 25px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 13px;
}

.img-text p {
    font-size: 14px;
    color: #fff;
    margin: 0
}

.properties_box {
    margin-bottom: 28px;
    position: relative
}

.bluebox {
    background: #33ccff;
    text-align: center;
    padding: 14px;
    border-radius: 25px 0;
    color: #fff;
    line-height: 80px;
    background-image: url(../images/bg-property--img.png);
    background-position: -371px bottom;
    background-repeat: no-repeat;
}

.notification {
    position: absolute;
    right: 0;
    top: 14px;
    background: #000;
    line-height: 24px;
    padding: 0px 10px;
    border-radius: 5px 0px 0 5px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
}

.bluebox2 {
    background: #33ccff;
    text-align: right;
    padding: 30px;
    border-radius: 25px 0;
    color: #fff;
    line-height: 80px;
    background-image: url(../images/bg-property--img.png);
    background-position: -185px bottom;
    background-repeat: no-repeat;
}

.bluebox2 h3 {
    display: initial;
    padding-left: 10px;
}

.pinkbox {
    background: #cc0066;
    text-align: center;
    padding: 14px;
    border-radius: 25px 0;
    color: #fff;
    line-height: 80px;
    background-image: url(../images/bg-property--img.png);
    background-position: -371px bottom;
    background-repeat: no-repeat;
}

.pinkbox2 {
    background: #cc0066;
    text-align: right;
    padding: 30px;
    border-radius: 25px 0;
    color: #fff;
    line-height: 80px;
    background-image: url(../images/bg-property--img.png);
    background-position: -294px bottom;
    background-repeat: no-repeat;
}

.pinkbox2 h3 {
    display: initial;
    padding-left: 10px;
}

.yellowbox {
    background: #ff9933;
    text-align: center;
    padding: 14px;
    border-radius: 25px 0;
    color: #fff;
    line-height: 80px;
    background-image: url(../images/bg-property--img.png);
    background-position: -371px bottom;
    background-repeat: no-repeat;
}

.greenbox {
    background: #66cc66;
    text-align: center;
    padding: 14px;
    border-radius: 25px 0;
    color: #fff;
    line-height: 80px;
    background-image: url(../images/bg-property--img.png);
    background-position: -371px bottom;
    background-repeat: no-repeat;
}

.properties_box h3 {
    font-size: 22px;
    margin-bottom: 10px
}

@media (max-width: 1199px) {
    .header {
        height: 50px
    }
    .header .header-block ul li {
        border-right: none
    }
    .header-pe {
        position: absolute;
        background: #cc0066;
        left: 0;
        top: 50px;
        right: -750px;
        padding-bottom: 5px;
    }
    .header-pe span {
        display: inline-block !important;
        margin-left: 21px !important;
    }
}

@media (max-width:991px) {
    .header-block.navbar-expand-lg {
        width: 100%
    }
    .header-block .navbar-toggler {
        padding-left: 15px;
        color: #fff;
        font-size: 24px;
    }
    /*    .header-pe {
    position: inherit;
    background: none;
}
    .header-pe span {
    display: block !important;
}*/
}

@media (max-width:767px) {
    .toggle_collapse ul {
        display: block !important;
    }
    .header .header-block ul li span {
        font-size: 12px;
        line-height: 14px;
        margin-left: 5px;
    }
    .header-block ul li span img {
        width: 17px;
    }
    .header .header-block ul li {
        list-style: none;
        display: inline-block;
        border-right: solid 2px #ff33cc;
        padding: 0 14px;
    }
    .dashboard-head h1,
    .properties_box h3,
    .img-text h2 {
        font-size: 20px
    }
    .dashboard-head p {
        font-size: 13px
    }
    .pinkbox2,
    .bluebox2 {
        text-align: center
    }
    .header .header-block-nav .dropdown-menu {
        right: -6px !important;
    }
    .header .header-block ul li {
        display: block;
        border: none;
        line-height: 50px;
    }
    .header-pe span {
        margin-left: 5px !Important;
    }
}

@media (min-width:1600px) {}


/*********************************
PROGRESSION PAGE
********************************/

.breadcurmbhead {}

.breadcurmbhead .breadcrumb {
    background: #fff;
    padding: 0;
    margin-top: -17px;
}

.breadcurmbhead .breadcrumb li {
    color: #cc0099;
    font-size: 13px
}

.breadcurmbhead .breadcrumb li a {
    color: #999999;
    font-size: 13px
}

.prograssion_wrap .showadvice a {
    font-size: 15px;
    color: #cc0066;
    font-weight: 600;
}

.table_custom {
    overflow: hidden;
}

.table_custom.table-bordered td,
.table_custom.table-bordered th {
    border: 1px solid #e1e1e1;
}

.table_custom.table-bordered thead th {
    border: 1px solid #003366;
}

.table_custom thead {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #003366;
}

.table_custom thead tr th {
    border: none;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.table_custom tbody tr td {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    position: relative;
}

.message-properties-wrap h5 b {
    font-weight: 600;
    display: block;
    background: #fff;
    font-size: 14px;
    border: solid 1px #e1e1e1;
    padding: 15px;
    color: #000;
}

label.tbl-address {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-flex;
}

.table_custom thead tr th:first-child {
    width: 30%;
}

.table_views thead tr th:first-child {
    width: inherit;
}

.no-address-width thead tr th:first-child {
    width: inherit;
}

span.tbl-address {
    width: 90%;
    float: left;
}

.table_custom tbody tr td.tdprice {
    color: #3366cc;
    font-weight: 600;
    min-width: 160px;
}

.table_custom tbody tr td.tdgreen {
    color: #009900;
    font-weight: 600
}

.view-advert {
    margin-left: 7px;
    font-size: 13px;
    text-decoration: underline;
    display: inline-block;
}

.table_custom tbody tr td.tdred {
    color: #cc0000
}

.table_custom tbody tr td.arrowchange a {
    color: #cc0066;
}

.table_custom tbody tr td.arrowchange a:hover {
    text-decoration: underline;
}

.table_custom tbody tr td.arrowchange a i {
    font-weight: 600;
    font-size: 20px
}

span.s_symble {
    color: #fff;
    background: rgba(204, 0, 102, 0.4);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    float: right;
    margin-top: 3px;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    position: absolute;
    right: 10px;
}

.formapointment span.s_symble,
.formapointment span.b_symble {
    color: #fff;
    background: rgba(204, 0, 102, 0.4);
    border-radius: 50px;
    font-size: 10px;
    font-weight: 600;
    float: left;
    margin-top: 4px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 14px;
    position: inherit
}

.formapointment span.b_symble {
    background: rgba(13, 32, 97, 0.4)
}

tfoot .pagination {}

tfoot .pagination .page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #cc0066;
    border-color: #cc0066;
}

.tr_detail {
    box-shadow: 1px 0px 13px #e2e2e2;
}

.tr_detail img.left-img {
    border-radius: 28px 0;
    max-height: 180px;
}

.heading_wrap h5.p-h-location {
    color: #cc0066;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px
}

.heading_wrap p {
    color: #656565;
    font-size: 16px;
    margin: 8px 0
}

.p-price {
    font-size: 18px;
    color: #cc0066;
}

.p-price b {
    display: grid
}

@media (max-width: 1024px) and (min-width:768px) {
    .header .header-block ul li span {
        font-size: 13px;
        margin-left: 3px;
    }
    .header .header-block ul li {
        padding: 0 5px 5px;
        display: inline;
    }
}

@media (min-width: 992px) {
    .steps {
        padding: 0px;
        background: transparent;
        list-style: none;
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 4px;
        display: table-row;
    }
    .steps>li {
        display: table-cell;
        /*vertical-align: middle;*/
        width: 1%;
        padding-top: 10px
    }
    .steps>li+li:before {
        padding: 0;
        content: "";
    }
    .steps li a {
        color: white;
        text-decoration: none;
        padding: 0px 0 0px 20px;
        position: relative;
        display: inline-block;
        width: calc(100% - 0px);
        background-color: #cc0066;
        text-align: center;
        height: 50px;
        font-size: 12px;
        line-height: 50px;
    }
    .steps li.completed a {
        background: #33cc00;
    }
    .steps li.completed a:after {
        border-left: 15px solid #33cc00;
    }
    .steps li.active a {
        background: #cccc00;
    }
    .steps li.active a:after {
        border-left: 15px solid #cccc00;
    }
    /* .steps li:first-child a {
        padding-left: 20px;
        padding-right: 20px
    }*/
    .steps li:last-of-type a {
        /*   width: calc(100% - 30px);*/
        padding-right: 10px
    }
    .steps li:last-of-type a:before {
        border: none
    }
    .steps li:last-of-type a:after {
        border: none
    }
    .steps li a:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 18px solid white;
        position: absolute;
        top: 100%;
        margin-top: -50px;
        margin-left: 0px;
        left: 100%;
        z-index: 1;
    }
    .steps li a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 15px solid #cc0066;
        position: absolute;
        top: 0%;
        margin-top: 0px;
        left: 100%;
        z-index: 2;
    }
}

@media (max-width: 991px) {
    .steps {
        padding: 8px 15px;
        margin-bottom: 20px;
        list-style: none;
        background-color: #f5f5f5;
        border-radius: 4px;
        /* overflow: auto;*/
    }
    .steps>li {
        display: block;
    }
    .steps li a {
        color: #777;
    }
    .steps>li:before {
        padding: 0 5px;
        color: #993333;
        content: "\e080";
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .steps li.completed:before {
        content: "\e013";
        color: #66cc33;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .steps li.completed a {
        color: inherit;
    }
    .steps li.active:before {
        color: #cc9900;
    }
    .steps>.active {
        color: #999;
    }
    .steps li:first-child a {
        padding-left: inherit;
    }
    .steps li:last-of-type a {
        width: inherit;
    }
    .header-block {
        padding: 0 !important
    }
    .sidebar-overlay {
        background-color: rgba(0, 0, 0, 0.7);
    }
}


/*Tooltip*/

.tool_t span {
    display: inline-block;
    margin-left: 5px;
}

.tool_t {
    position: relative;
    display: inline-block;
}

.tooltip_text:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid lightblue;
    left: 34px;
    bottom: -7px;
    margin: 0 auto;
}

.tool_t .tooltip_text {
    /*visibility: hidden;*/
    width: 154px;
    background-color: #fff;
    color: rgb(0, 0, 0);
    text-align: left;
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    font-size: 11px;
    border: solid 1px lightblue;
    font-weight: 500;
    left: 0;
    right: 0;
    top: -90px;
}

.tool_t .right0 {
    left: auto;
    right: 0
}

.right0:before {
    left: auto;
    right: 34px;
}


/*
.tool_t:hover .tooltip_text {
   visibility: visible;
}
*/

.statusbox span {
    background-color: rgba(3, 48, 118, 0.8);
    color: #fff;
    padding: 3px 6px;
    float: left;
    border-radius: 3px 0 0 3px;
    font-weight: 600;
    line-height: 16px;
    margin-right: 5px;
}

.statusbox .select {
    border: solid 1px #355991 !important;
    color: #353535;
    width: 64px;
    border-radius: 3px;
    height: 22px;
    padding: 2px
}

.verdor-pop {
    float: left
}

.vendor_right {
    float: right
}

.verdor-pop p {
    margin: 0px 0 4px;
    font-size: 12px;
}

.mt-top {
    margin-top: 6.2rem
}

.left_radious a {
    border-radius: 4px 0 0 4px
}

.right_radious a {
    border-radius: 0 4px 4px 0
}

.arrow-toggle .fa-angle-up,
.arrow-toggle.collapsed .fa-angle-down {
    display: inline-block;
}

.arrow-toggle.collapsed .fa-angle-up,
.arrow-toggle .fa-angle-down {
    display: none;
}

.table_custom tbody tr td.sstcred {
    color: #cc0066
}


/*.table td, .table th {width: 100%}*/

span.tooltip_text.tt-2 {
    top: 70px;
    left: -73px;
}

span.tooltip_text.tt-2:before {
    right: -75px;
    top: -7px;
    left: 0;
    border-bottom: 6px solid lightblue;
    border-top: 0
}


/***************************************
PROPERTIES PAGE
*******************************/

.table_views {}

.table_views thead tr th {
    border: none;
    font-size: 13px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle
}

.table_views thead {
    background: #fae5f1;
}

.table_views thead th,
.table_views td,
.table_views th {
    border: none !important;
}

.table_views .sub_list li {
    display: grid;
    font-size: 13px;
    color: #666666
}

.table_views .sub_list li span {
    display: grid;
}

.table_views .sub_list li a {
    color: #666666;
    font-size: 13px;
    display: grid
}

.table_views .sub_list li b {
    font-size: 20px;
    color: #3366cc;
    font-weight: normal
}

a.show_report {
    font-size: 14px;
    color: #cc0066;
}

a.show_report i {
    font-size: 18px;
}

.table_views tfoot td {
    background: #fff
}

.flat_icon {
    /*  background-image: url(../images/flat-icon.png);
    background-repeat: no-repeat;
    background-position: left;
        padding: 4px 0 4px 42px;
    margin-left: 12px;*/
    position: relative;
    padding-left: 60px
}

.flat_icon::before {
    position: absolute;
    top: -5px;
    left: 0;
    content: " ";
    background-image: url(../images/flat-icon.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 25px;
    margin: 2px;
    bottom: 0;
}

.semi_detached {
    position: relative;
    padding-left: 60px
}

.semi_detached::before {
    position: absolute;
    top: -5px;
    left: 0;
    content: " ";
    background-image: url(../images/semi-dateched-icon.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 25px;
    margin: 2px;
    bottom: 0;
}

.detached {
    position: relative;
    padding-left: 60px;
    display: inline-block;
}

.detached::before {
    position: absolute;
    top: -5px;
    left: 0;
    content: " ";
    background-image: url(../images/detached.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 25px;
    margin: 2px;
    bottom: 0;
}

.terraced {
    position: relative;
    padding-left: 60px
}

.terraced::before {
    position: absolute;
    top: -5px;
    left: 0px;
    content: " ";
    background-image: url(../images/terresed-icon.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 25px;
    margin: 2px;
    bottom: 0;
}

.bungalow {
    position: relative;
    padding-left: 60px;
    display: inline-block
}

.bungalow::before {
    position: absolute;
    top: -5px;
    left: 0;
    content: " ";
    background-image: url(../images/bunglow-icon.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 25px;
    margin: 2px;
    bottom: 0;
}

.selectproperty-p {
    font-size: 18px;
    /*color: #336666;*/
    color: #323c3c;
    margin: 5px 0 0;
}

.advice_content {
    padding: 12px;
    font-size: 13px;
    color: #000;
    text-align: justify;
}

.showadvice .dropdown-menu-right {
    width: 350px !important;
    box-shadow: 0px 0px 10px #9c9c9c;
    padding: 15px;
}

tr.tr_gray {
    background: rgba(0, 0, 0, .05);
}

.alert .close {
    margin-left: 10px
}

.btnSubmitForm i {
    margin-left: 5px;
}

button:disabled,
button[disabled] {
    border: 1px solid #999999;
    background-color: rgba(0, 51, 102, .6);
    cursor: no-drop
}

button:disabled:hover,
button[disabled]:hover {
    border: 1px solid #999999;
    background-color: rgba(0, 51, 102, .6);
    cursor: no-drop
}

button.add_another_time:disabled,
button.add_another_time[disabled],
button.add-another-feedback:disabled,
button.add-another-feedback[disabled] {
    border: none;
    background-color: transparent;
    cursor: no-drop
}

button.add_another_time:disabled:hover,
button.add_another_time[disabled]:hover {
    border: none;
    background-color: transparent;
    cursor: no-drop
}

button:disabled,
button[disabled].add_btn i {
    color: #ccc;
}

.viewing_action button:disabled {
    color: #000;
}


/*Make offer modal content*/

.changePriceModal .modal-dialog,
.cancelViewingModal .modal-dialog,
.makeOfferModal .modal-dialog {
    max-width: 500px;
    margin: auto;
    height: 100%;
    align-items: center;
    display: flex;
}

.makeOfferModal label.error,
.changePriceModal label.error {
    width: 100%;
    color: red;
    font-size: 13px
}

.makeOfferModal .submit-btn .btn-feedback {
    width: 100px;
}

.makeOfferModal .submit-btn .btn-feedback,
.changePriceModal .submit-btn .btn-feedback,
.cancelViewingModal .submit-btn .btn-feedback {
    margin-top: 1rem;
}


/**********************************
FEEDBACK PAGE
**********************************/

.feedback_wrap .selectproperty-p {
    margin: 5px 0;
}

h6.tittle-sub-heading {
    margin-bottom: 12px;
    font-size: 14px;
}

.view_feedback {
    background: #cc0066;
    padding: 4px 10px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.view_feedback:hover {
    background: #b5025c;
    color: #fff;
    box-shadow: 0px 2px 10px 0px #7b5e6d;
}

.min_height {
    min-height: 183px;
}

.viewfeed_heading {
    padding: 5px 0px 5px 0px;
}

.viewfeed_heading button span {
    margin-right: 5px;
}

.viewfeed_heading h4 {
    font-size: 15px;
    color: #656565;
    text-transform: uppercase;
    font-weight: 600;
}

.viewfeed_heading i.fa-times {
    color: #cc0066;
    border: solid 2px;
    border-radius: 50px;
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 15px;
    text-align: center;
}

.feedback_progress {
    background: #f3f3f3;
    padding: 10px 20px
}

.feedback_progress .progress_list {
    font-size: 14px;
    color: #000;
}

.feedback_progress .progress_list {
    font-size: 14px;
    color: #000;
    margin: 10px 0
}

.feedback_progress .progress_list .progress {
    height: 1.2rem;
    border-radius: 50px;
    background: #fff;
    white-space: nowrap;
}

.feedback_progress .progress_list .progress-bar {
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: left;
    padding: 0 10px;
    background: #99ccff;
    color: #000;
}

.feedbacktext {
    background: #fae5f2;
    padding: 20px;
    height: 123px;
    overflow: auto
}

.feedbacktext h4 {
    font-size: 15px;
    color: #3366cc;
    text-transform: uppercase;
    font-weight: 600;
}

.feedbacktext p {
    margin: 15px 0px;
    font-size: 13px;
}

.faq_list {
    padding-bottom: 15px;
}

.faq_list li {
    list-style: inside decimal;
    color: #666666;
    line-height: 30px;
}

.faq_list li a:hover {
    color: inherit
}

.faq_list p {
    font-weight: normal;
    padding-left: 23px;
    font-size: 13px;
}


/*************************
OFFER HISTORY
**************************/

.show_more {
    background: #cc0066;
    padding: 4px 10px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.show_more:hover {
    background: #b5025c;
    color: #fff;
    box-shadow: 0px 2px 10px 0px #7b5e6d;
}

.table-offer-history tbody tr:nth-of-type(odd) {
    background-color: rgba(256, 256, 256, .1);
}

.table-offer-history tbody {
    background: #fcfcfc
}

.table-offer-history tbody td {
    border-top: solid 1px #f1f1f1 !important;
    background: #fff;
    font-size: 14px !important;
    font-weight: 600 !important
}

.table-history-mt {
    margin-top: 20px
}

.tabel_footer {
    width: 100%
}

.back_history {
    background: #cc0066;
    padding: 7px 15px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.table-offer-history tbody tr td.tdprice {
    color: #3366cc;
    font-weight: 600;
}

.table-offer-history tbody tr td.tdred {
    color: #cc0000;
}

.table-offer-history tbody tr td.tdgreen {
    color: #009900;
    font-weight: 600;
}


/*******************************
VIEWINGS PAGE
*******************************/

.viewing_awaiting {
    font-size: 15px;
    color: #cc0066;
    font-weight: 600
}

.radio-item input[type='radio'] {
    display: none;
    margin-top: 6px;
}

.radio-item label:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 0px;
    margin: 0 5px 0 0;
    width: 14px;
    height: 14px;
    border-radius: 20px;
    border: 1px solid #c7c7c7;
    background: linear-gradient(#dadada, #eaeaea);
    vertical-align: middle;
}

.radio-item input[type=radio]:checked+label:after {
    border-radius: 20px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 2px;
    left: 3px;
    content: " ";
    display: block;
    background: #d10077;
    padding: 4px;
    margin: auto;
    bottom: 0;
}

.pro_choice {
    margin-bottom: 5px;
    padding: 0;
    line-height: 22px;
}

.viewing_action .form-check {
    font-weight: 500;
}

.pro_choice span {
    margin-right: 30px
}

.ar_btn button {
    padding: 2px 25px;
    background: #ccc;
    border: solid 2px #ccc;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ar_btn button.active {
    background: #cc0066;
    color: #fff;
    border-color: #cc0066;
}

.ar_btn button:hover {
    background: #cc0066;
    color: #fff;
    border-color: #e11079;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 1px 10px 0px #7b5e6d;
}

.viewing-awaiting-response-txt {
    font-size: 14px;
    line-height: 1.4;
    color: #666666;
    margin-bottom: 0.5rem;
}

.proposed-times label {
    font-weight: 500;
}


/********************************
CALENDAR PAGE
*********************************/

a.btn-availability {
    font-size: 16px;
    color: #fff !Important;
    background: #0b1e60;
    padding: 2px 15px !important;
    margin-left: 15px;
    border: solid 2px #0b1e60;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

a.btn-availability:hover,
a.btn-availability:focus {
    background: #0e2b8d !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 2px 10px 0px #0b1e60;
    color: #fff !important;
}

.calendar-head .avail_button {
    font-size: 13px;
    padding: 3px 10px;
    background: #0d3073;
    color: #fff;
}

.calendar_table.table-style .today {
    /* background: rgba(13, 48, 115, 0.5);*/
    color: #d10077
}

.pinkstar .fa-star {
    color: #d10077;
    display: grid;
    font-size: 12px
}

.calendar_table tr {
    color: #ccc
}

.april_date {
    background: whitesmoke
}

.calendar_table.table-style th:nth-of-type(1),
.calendar_table.table-styletd:nth-of-type(1) {
    color: #333333;
}

.calendar_table.table-style th {
    color: #333333;
    font-weight: normal
}

.table-style tr:first-child th {
    background-color: #cd007b;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.schedule_head h6 {
    color: #d10077;
    font-size: 17px;
    font-weight: 600;
}

.selection {
    font-size: 14px;
    color: #d10077;
    cursor: pointer
}

.m_date {
    font-size: 14px;
    color: #d10077;
    border-bottom: solid 1px #dcdcdc;
    display: block;
    font-weight: bold;
}


/*.appointment {
    color: #d10077 !important
}*/

.time {
    color: #000 !Important
}

.daterow {
    /*background: rgba(209, 0, 119, 0.1)*/
    background: #fafafa;
    border: solid 1px #dfdfdf;
    margin-top: 15px;
}

.viewing-icon .formapointment {
    position: relative
}

.viewing-icon .formapointment::after {
    content: "\f005";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 15px;
    color: #cd007b;
}

.daterow table td.time {
    white-space: nowrap;
}

.appointment-icon .formapointment {
    position: relative
}

.appointment-icon .formapointment::after {
    content: "\f017";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 16px;
    color: #cd007b;
}

.btn_edit {
    background: gray;
    font-size: 13px;
    color: #FFF;
    cursor: pointer;
    padding: 3px 8px;
}

.btn_edit:hover {
    background: #cc0066;
    color: #fff;
    box-shadow: 0px 2px 10px 0px #7b5e6d;
}

.key_section div {
    color: #d10077;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}

.show_x {
    display: inline-flex;
    margin-right: auto;
    float: right;
    display: none;
}

.show_x a {
    color: #d10077;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    float: right;
}

.key_section .custom-control {
    color: #333;
    position: relative;
    font-size: 16px;
}

.key_section .custom-control::before {
    content: "\f006";
    position: absolute;
    vertical-align: middle;
    left: 0;
    font-family: fontawesome;
    width: 18px;
    font-size: 18px;
    text-align: center;
}

.key_section .custom-control-label::before {
    top: .20rem;
    background-color: #fff;
    border: solid 1px #ccc;
}

.formapointment {
    background: #fff;
    color: #333;
}

.appointment-icon .form-control-plaintext {
    padding-right: 20px;
}

.border-0 small {
    font-size: 100%
}

.popup-text {
    width: 230px;
    right: 0;
    padding: 10px;
    margin: 0;
    line-height: 20px;
    font-size: 12px;
    color: #8a8a8a;
}

.custom-control .far.fa-star {
    font-size: 17px
}

td.pinkstar {
    position: relative;
    background-image: url(../images/favoriteicon2.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.calendar_table.table-style .viewing::after {
    content: "\f005";
    font-family: fontawesome;
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 14px;
}

.calendar_table.table-style .appointment::before {
    /*        background-image: url(../images/appointment.png) !Important;*/
    background-repeat: no-repeat !Important;
    background-position: left bottom !important;
    background-size: 25%;
    content: "\f017";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 5px;
    bottom: 0px;
    font-family: fontawesome
}

.day-contents.availability.viewing.appointment {
    color: #fff !important;
}

.triangle-bottomright {
    width: 0;
    height: 0;
    border-bottom: 20px solid #0b1e60;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

.day-bookmarked::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 15px solid #0b1e60;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

.calendar_table a .fa {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

.table-bordered tr.border_none td,
.table-bordered tr.border_none th {
    border: none;
    background: #f4f4f4;
}

.schedule-box {
    height: 545px;
    overflow: auto;
    padding-right: 4px;
}

.container-check {
    display: inline-block;
    position: relative;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none
}

.container-check .checkmark {
    display: none;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 7px;
    right: 10px;
    height: 20px;
    width: 20px;
    background-color: #f3f3f3;
    border-radius: 2px;
    border: solid 1px #e8e8e8;
}


/* On mouse-over, add a grey background color */

.container-check:hover input~.checkmark {
    background-color: #fff;
}


/* When the checkbox is checked, add a blue background */

.container-check input:checked~.checkmark {
    background-color: #fff;
    border-radius: 2px;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.viewing-pink .checkmark:after {
    display: block;
}


/* Show the checkmark when checked */

.container-check input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container-check .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #d10077;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.viewing-pink {
    color: #333;
    position: relative;
}

.viewing-pink::before {
    content: "";
    width: 18px;
    height: 18px;
    background: #cd007b;
    position: absolute;
    vertical-align: middle;
    left: 0;
    border: solid 2px rgb(184, 0, 111);
}

.viewing-white::before {
    content: "";
    width: 18px;
    height: 18px;
    background: #fff;
    position: absolute;
    vertical-align: middle;
    left: 0;
    border: solid 2px rgb(221, 221, 221);
}

.viewing-white {
    color: #333;
    position: relative
}

.viewing-gray i.fa {
    font-size: 20px;
    margin: 2px 0 0 10px;
}

.key_section label {
    display: inline-block;
    padding-left: 28px !Important;
    width: 49%;
    vertical-align: text-top;
}

.key_wrap {
    background: #f5f5f5;
    padding: 10px;
    margin: 20px 0px 0;
    border-radius: 3px;
}

.appointment-key {
    color: #333;
}

.appointment-key::before {
    content: "\f017";
    position: absolute;
    vertical-align: middle;
    left: 0;
    font-family: fontawesome;
    width: 18px;
    text-align: center;
    font-size: 18px;
}

.calendar_table tr td {
    padding: 15px;
}

td.day {
    padding: 0;
    position: relative;
}

.calendar_table.table-style .availability {
    background: #d10077;
    color: #fff
}

.calendar_table.table-style .availability,
.calendar_table.table-style .viewing {
    cursor: pointer;
}

.pos-relative {
    position: relative
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.c-spinner {
    min-width: 30px;
    min-height: 30px;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(232, 232, 232, 0.8);
}


/* commented by Asif , due to loader change 2019-03-13 */


/*.c-spinner:before {
    content: 'Loading…';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -13px;
    margin-left: -13px;
}*/

.c-spinner:not(:required):before {
    content: '';
    border-radius: 50%;
    border: 1px solid #ccc;
    border-top-color: #d10077;
    animation: spinner .6s linear infinite;
    -webkit-animation: spinner .6s linear infinite;
}

.empty_schedule {
    color: #d10077;
    padding: 45px 5px;
    font-size: 15px;
    border: solid 1px #f4f4f4;
    border-radius: 3px;
    margin-top: 12px;
}


/*.calendar_table.table-style .viewing:before {
font-family: "Font Awesome 5 Free";
content: "\f005";
position: absolute;
top: 4px;
left: 8px;
color: #0d3073;
font-size: 12px;
}
daterow.active label{
color: black;
font-weight: 600;
}*/


/**************************
VIEWING AVAIABILITY
***************************/

.repeat-day-label {
    color: #d10077;
    font-weight: bold;
    margin-top: -10px;
}

.btn_availability {
    background: #cc0066;
    color: #fff;
    font-size: 12px;
    margin-top: 8px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.removeSuggestionRow {
    margin-top: 0 !Important
}

.btn_availability:hover,
.btn_availability:focus {
    color: #fff;
    background: #b5025c;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 2px 10px 0px #a07a8e;
}


/**************************
SET NEW AVAIABILITY
***************************/

.btn_diary {
    margin: 0 15px 0 0 !important
}

.one-off-availability {
    background: #f9f7f7;
    padding: 15px
}

.one-off-availability a {
    color: #000 !important;
}

.one-off-availability a i {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    color: #cd007b;
}

.check_form h6 {
    text-transform: uppercase;
    font-weight: 600;
    color: #d10077;
    padding: 15px 0;
}

.check_form .form-check-label {
    padding-left: 0;
    font-size: 17px;
    font-weight: 600;
    color: #0b1e60;
}

.check_form .radio-item label:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 1px;
    margin: 0 5px 0 0;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    border: 1px solid #c7c7c7;
    background: linear-gradient(#dadada, #eaeaea);
}

.check_form .radio-item input[type=radio]:checked+label:after {
    border-radius: 20px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 4px;
    left: 4px;
    content: " ";
    display: block;
    background: #d10077;
}

.input-group-prepend label {
    font-size: 14px;
    vertical-align: middle;
    color: #cd007b;
    font-weight: 600;
    line-height: 29px;
    margin-right: 20px;
    background: #fff;
    border: none;
    padding: 0 !important;
}

.custom-select {
    width: 100%;
    background: none;
    z-index: 1;
    border-radius: 3px !important;
}

.add_btn {
    border: none;
}

.add_btn i {
    font-size: 26px;
    color: #cd007b;
}

.btn_availability_back {
    background: gray;
}

.date_calendar {
    position: relative;
}

.date_calendar .datepicker {
    font-size: 13px;
    height: 36px;
}

.date_calendar .custom-select:focus {
    background: transparent
}

.time_select select.custom-select {
    font-size: 13px;
    height: 36px;
}

.time_select {
    position: relative;
}

.time_select:after {
    content: "\f017";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 16px;
    color: #0b1e60;
    top: 6px;
    right: 9px;
    z-index: 0;
}


/*CALENDAR DROPDOWN*/

.calendar-head .dropdown-menu {
    line-height: 20px;
    margin-top: 2px;
    width: 410px;
    padding: 20px;
    /*    left: 113px !important;*/
    background: #f6ecf9;
    color: #777;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #bbb;
    box-shadow: 0 2px 5px #ccc;
}

.diaryMaster #diaryHelpToggleContent {
    display: none;
    z-index: 30;
    margin-bottom: 10px;
    position: absolute;
    top: 90px;
    left: 1px;
    background: #f6ecf9;
    color: #777;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 20px;
    border: 1px solid #bbb;
    width: 410px;
    box-shadow: 0 2px 5px #ccc;
}

.ep-content-common {
    cursor: text;
}

.darkplatform {
    color: #d10077 !important;
}

.ep-content-common li {
    margin-top: 15px;
    list-style: disc;
    font-size: 13px;
    margin-left: 15px;
}


/*****************************
REPEAT AVAILABILITY
*****************************/

.repeat_availability_check {
    padding-right: 0;
    padding-left: 26px;
    font-size: 14px;
    color: #000;
    vertical-align: middle;
    font-weight: 600;
}

.repeat_availability_check .checkmark {
    right: 0;
    left: 0px;
    top: 4px;
    width: 18px;
    height: 18px;
    background: #f5f5f5
}

.repeat_availability_check input:checked~.checkmark {
    border-radius: 4px;
}

.container-check .checkmark:after {
    left: 6px;
    top: 2px;
}

.toggle-info-box-close {
    font-size: 14px;
    float: right;
    padding: 5px;
    border: solid 1px lightgray;
    border-radius: 4px;
    margin-bottom: 17px;
}

.property-desc-in-list {
    height: 150px;
}


/*.bs-vertical-wizard {
    border-right: 1px solid #eaecf1;
    padding-bottom: 50px;
}*/

.bs-vertical-wizard ul {
    margin: 8px 0;
    padding: 0;
    list-style: none;
}

.bs-vertical-wizard ul>li {
    display: block;
    position: relative;
    background: rgba(0, 0, 0, .05);
    padding: 5px 0
}

.bs-vertical-wizard ul>li:nth-last-of-type(2n) {
    background: #fff;
}

.bs-vertical-wizard ul>li>a {
    display: block;
    padding: 0px 0px 0px 180px;
    color: #333c4e;
    font-size: 12px;
    font-weight: 400;
    /* letter-spacing: .8px;*/
    cursor: text;
}

.bs-vertical-wizard ul>li>a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 25px);
    background-color: #bdc2ce;
    left: 13px;
    bottom: -9px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .ico {
    pointer-events: none;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 2;
}

.bs-vertical-wizard ul>li>a:after {
    content: '';
    position: absolute;
    border: 2px solid #bdc2ce;
    border-radius: 50%;
    top: 14px;
    left: 6px;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .desc {
    display: inline-block;
    /*color: #717171;*/
    font-size: 12px;
    font-weight: 400;
    /*letter-spacing: .8px;*/
}

.bs-vertical-wizard ul>li.complete>a:before {
    background-color: #5cb85c;
    opacity: 1;
    height: calc(100% - 25px);
    bottom: -9px;
    display: none;
}

.bs-vertical-wizard ul>li.yellowline>a:before {
    background-color: #cccc00;
}

.bs-vertical-wizard ul>li.redline>a:before {
    background-color: #cc0066;
}

.bs-vertical-wizard ul>li.complete>a:after {
    display: none;
}

.bs-vertical-wizard ul>li.locked>a:after {
    display: none;
}

.bs-vertical-wizard ul>li:last-child>a:before {
    display: none;
}

.bs-vertical-wizard ul>li.complete>a .ico {
    left: 8px;
    z-index: 5;
    top: 8px;
}

.bs-vertical-wizard ul>li>a .ico.ico-green {
    color: #fff;
    background: #33cc00;
    padding: 5px;
    border-radius: 2px 0 0 2px;
    width: 120px
}

.bs-vertical-wizard ul>li>a .ico.ico-green:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 14px solid #33cc00;
    position: absolute;
    top: 0%;
    margin-top: 0px;
    left: 100%;
    z-index: 2;
}

.bs-vertical-wizard ul>li>a .ico.ico-yellow:after {
    border-left: 14px solid #cccc00;
}

.bs-vertical-wizard ul>li>a .ico.ico-red:after {
    border-left: 14px solid #cc0066;
}

.bs-vertical-wizard ul>li>a .ico.ico-yellow {
    background: #cccc00;
}

.bs-vertical-wizard ul>li>a .ico.ico-red {
    background: #cc0066;
}

.stages_wrap {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}

.divalign {
    width: 120px;
}

.divalign.h_width {
    width: 234px;
}

.divalign i.fa {
    color: #009900;
    font-size: 14px;
    margin-left: 10px;
}

.visibility-hide {
    visibility: hidden;
}

.stage_status {
    /*border: solid 1px #3366cc;*/
    padding: 3px;
    border-radius: 3px;
    color: #696969;
    font-weight: normal;
    cursor: pointer
}

.filter_wrap {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    background: rgba(0, 0, 0, .05);
}

.filter_wrap:nth-last-of-type(2n) {
    background: #fff;
}

.filter_wrap div {
    font-size: 12px;
    color: rgba(99, 97, 98, 1);
    margin-right: 10px
}

.filter_wrap div.light-color {
    color: rgba(99, 97, 98, 0.8);
}

.filter_wrap div.green-stat {
    font-size: 12px;
    color: #fff;
    background: #33cc00;
    padding: 0px 6px;
    border-radius: 50px;
}

.filter_wrap div.yellow-stat {
    background: #cccc00
}

.filter_wrap div.red-stat {
    background: #cc0066
}

.bs-vertical-wizard ul>li>a>span.intro-head {}

.text-normal {
    font-weight: normal;
}

.today .day-contents:after {
    content: ' Today';
    position: absolute;
    font-size: 11px;
    /* left: 32px; */
}

.carousel_wrap {
    display: none
}

.carousel_wrap .carousel-control-next,
.carousel_wrap .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    margin: auto;
    height: 10%;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.slider1_container,
.slider1_heading {
    display: none
}


/*Tooltip*/

.tool_t {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.tooltip_text:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #d1d1d1;
    border-top: 0;
    left: 18px;
    right: auto;
    top: -7px;
    margin: 0 auto;
}

.tooltip_text.t-left-auto:before {
    left: auto;
    right: 5px;
}

.tool_t .tooltip_text {
    visibility: hidden;
    width: 18vw;
    background-color: #fff;
    color: rgb(66, 66, 66);
    border-radius: 4px;
    padding: 6px;
    position: absolute;
    z-index: 199;
    font-size: 11px;
    border: solid 1px #d1d1d1;
    font-weight: 500;
    left: -30px;
    top: 25px;
    text-align: justify;
    font-weight: 600;
    word-spacing: normal;
    right: auto;
}

.t-left-auto {
    right: 5px !important;
    left: auto !important;
}

.tool_t:hover .tooltip_text {
    visibility: visible;
}

.tool_t i.fa {
    cursor: pointer;
    color: #003366;
    font-size: 14px;
    vertical-align: middle;
}

.no-stage-msg {
    padding-top: 3px;
    color: #cc0066;
    font-size: 16px;
}

.btn_viewings {
    background: #d10077;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
}

.btn_viewings:hover {
    color: #fff;
}

.ar_btn .btn {
    font-size: 12px;
    font-weight: 600;
}

.pad-0 {
    padding: 0 !Important
}

span.symble_s {
    color: #fff;
    background: rgba(204, 0, 102, 0.4);
    padding: 0px 5px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    margin: 0 5px 0 10px;
}

span.symble_b {
    color: #ffffff;
    background: rgba(13, 32, 97, 0.4);
    padding: 0px 5px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    margin: 0 5px 0 10px;
}

span.b_symble {
    text-align: center;
    color: #ffffff;
    background: rgba(13, 32, 97, 0.4);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    float: right;
    margin-top: 3px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    right: 10px;
    position: absolute
}

li.user-consultant span {
    cursor: zoom-in;
}

li.user-consultant img {
    width: 36px;
    height: 36px;
    border-radius: 4px;
}

.un-viewed {
    /*    background: rgb(249, 242, 192);*/
    background: #ffd8eb !important;
}

.remove_schedule_box {
    cursor: pointer;
}

.datepicker {
    cursor: pointer !important;
    background-color: white !important;
}


/*Naeem css 01/10/2018 
*************************/

.propertyTimeLine .carousel-inner {
    overflow: inherit !important;
    z-index: 1
}

.step {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 1rem;
    height: auto;
}

.step .step-item {
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-top: 0;
    min-height: 1rem;
    position: relative;
    text-align: center;
}

.step .step-item:not(:first-child)::before {
    background: #cc0066;
    content: "";
    height: 2px;
    left: -50%;
    position: absolute;
    top: 9px;
    width: 100%;
}

.step .step-item.active::before {
    background: #cc0066 !important;
}

.step .step-item.sub-step:not(:first-child)::before {
    background: #003366 !Important;
    content: "";
    height: 2px;
    left: -50%;
    position: absolute;
    top: 9px;
    width: 100%;
}

.step .step-item a {
    color: #000;
    display: inline-block;
    padding: 30px 0px 0 0px;
    text-decoration: none;
    font-size: 10.5px;
    font-weight: bold;
    word-spacing: 100vh;
}

.step .step-item.sub-step a {
    color: #000 !important;
}

.step .step-item a::before {
    background: #cc0066;
    /*  border: .1rem solid #fff;*/
    border-radius: 50%;
    content: "";
    display: block;
    height: 13px;
    left: 50%;
    position: absolute;
    top: .2rem;
    transform: translateX(-50%);
    width: 13px;
    z-index: 1;
}

.step .step-item.sub-step a::before {
    background: #003366 !important;
    border: .1rem solid #003366 !important;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    left: 50%;
    position: absolute;
    top: 5px;
    transform: translateX(-50%);
    width: 10px;
    z-index: 1;
}

.step .step-item.active a::before {
    background: #cc0066 !Important;
    border: 3px solid #ffffff !Important;
    -moz-box-shadow: 0px 0px 0px 1px #cc0066;
    -webkit-box-shadow: 0px 0px 0px 1px #cc0066;
    box-shadow: 0px 0px 0px 1px #cd007b;
    width: 19px;
    height: 19px;
    top: 0;
}

.step .step-item.sub-step.active-prog a::before {
    background: #003366 !important;
    border: .2rem solid #ffffff !important;
    -moz-box-shadow: 0px 0px 0px 2px #003366 !important;
    -webkit-box-shadow: 0px 0px 0px 2px #003366 !important;
    box-shadow: 0px 0px 0px 1px #003366 !important;
    width: 16px;
    height: 16px;
    top: 2px;
}

.step .step-item.active~.step-item::before {
    background: #d1d1d1;
    font-weight: 500;
}

.step .step-item.sub-step.active-prog~.step-item.sub-step::before {
    background: #d1d1d1 !important;
    font-weight: 500;
}

.step .step-item.active~.step-item a::before {
    background: #ffffff;
    border: solid 2px #d1d1d1;
}

.step .step-item.sub-step.active-prog~.step-item.sub-step a::before {
    background: #ffffff !important;
    border: solid 2px #d1d1d1 !important;
}

.step .step-item.active~.step-item a {
    color: #666666;
}

.step .step-item.sub-step.active-prog~.step-item.sub-step a {
    color: #666666 !important;
}


/*LiveUpdates section
**********************************/

.sec-liveupdate h3 {
    font-size: 24px;
    color: #4f5f6f;
    font-weight: normal;
}

.sec-liveupdate h3 span.new-up {
    font-size: 14px;
    color: #fff;
    background: #cc0066;
    padding: 3px 9px;
    border-radius: 5px;
}

.sec-liveupdate h3 span {
    font-size: 14px;
    color: #cc0066;
    font-weight: bold;
    padding-left: 10px;
}

.sec-liveupdate h3 span i {
    font-style: normal;
}

.ui-sortable-handle .media-left {
    color: #cc0066;
    font-weight: bold;
    width: 210px;
    position: relative;
    /*    display: inline-flex;*/
    align-items: center;
}

.ui-sortable-handle .align-self-center {
    align-self: normal !important;
}

.liveupdate-wrap .ui-sortable-handle .media-left {
    color: #cc0066;
    font-weight: bold;
    width: 260px;
    padding-left: 50px;
    position: relative;
}

.liveupdate-wrap .ui-sortable-handle .media-left span.update-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    border-radius: 5px;
}

.ui-sortable-handle .media-right {
    color: #cc0066;
    font-weight: 500;
    font-size: 12px;
    margin-right: 15px;
}

.ui-sortable-handle .media-left span {
    color: #fff;
    background: #cc0066;
    width: 13px;
    height: 13px;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    line-height: 13px;
    font-size: 10px;
    font-weight: 700;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 4px;
}

.ui-sortable {
    max-height: 350px;
    min-height: 50px;
    overflow: auto;
    margin: 15px 0 !important
}

.liveupdate-wrap {
    height: calc(100vh - 243px);
}

.ui-sortable-handle .media-body p {
    color: #000;
}

.ui-sortable-handle .media-body p.unreadUpdate {
    font-weight: bold;
}

.ui-sortable-handle .media-body p a {
    border-bottom: solid 1px;
}

.ui-sortable-handle .media-left i.fa-ellipsis-h {
    font-size: 24px;
    vertical-align: middle;
    margin-left: 10px;
    color: #36a760;
    cursor: pointer;
}

.appo-confirm .media-body p {
    color: #000;
    font-weight: normal;
}

.appo-confirm .media-right {
    color: #000;
}

#sortable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#sortable::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

#sortable::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #cc0066;
}

.appointment_wrap {
    /*    position: absolute;*/
    vertical-align: middle;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
    margin-left: 15px;
    margin-bottom: 10px;
}

.appointment_wrap:last-child {
    margin-bottom: 0;
}

.appointment_wrap img {
    /*    cursor: pointer;*/
    margin-bottom: 5px;
}

.appointment_wrap h6 {
    font-size: 17px;
    color: #0b1e60;
    font-weight: normal;
}

.appointment_wrap p {
    font-size: 17px;
    color: #5e5e5e;
    font-weight: bold;
}

.appointment_wrap p.date {
    font-size: 17px;
    color: #d11385;
}

.appointment_wrap p a {
    font-size: 17px;
    color: #d11385;
    font-weight: bold;
    border-bottom: solid 1px #d11385;
}

.steps_wrap .step-item span {
    background: #0b1e60;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    border-radius: 100px;
}

.stepcont a {
    font-size: 10px;
    cursor: auto;
}

.stepcont a.success_step {
    color: #269800;
    font-weight: bold;
}

.stepcont a.unsuccess_step {
    color: #ff3b49;
    font-weight: bold;
}

.steps_wrap .step-item {
    z-index: 0;
    width: 25%;
}

.steps_wrap ul.step-f-row::before {
    background: #0b1e60;
    content: "";
    height: 2px;
    left: 4%;
    position: absolute;
    top: 9px;
    width: 94.1%;
}

.steps_wrap ul.step-s-row::before {
    background: #0b1e60;
    content: "";
    height: 2px;
    left: 24px;
    position: absolute;
    top: 128px;
    width: 75%;
}

.steps_wrap ul.step-f-row {
    /*    border-bottom: solid 2px #455486;*/
    padding: 0 0px 6px;
    /* background-image: url(../images/step_lline.png);
    background-repeat: no-repeat;
    background-size: contain;*/
}

.steps_wrap::before {
    content: "";
    /*    background-image: url(../images/step_lline.png);*/
    position: absolute;
    height: 14px;
    top: -31px;
    left: 24px;
    background-size: 100%;
    width: 49.4%;
    border-bottom: solid 2px #cc0066;
    border-right: solid 2px #cc0066;
}

.steps_wrap::after {
    height: 18px;
    content: "";
    border-left: solid 2px #cc0066;
    position: absolute;
    top: -18px;
    left: 24px;
}

.step-s-row .step-item {
    margin-left: 4%;
    width: 21%;
    margin-top: 48px;
}

.steps_wrap ul.step-f-row::after {
    background: #0b1e60;
    content: "";
    height: 60px;
    right: 13px;
    position: absolute;
    top: 9px;
    width: 2px;
}

.steps_wrap ul.step-s-row::after {
    content: "";
    height: 60px;
    position: absolute;
    width: 2px;
    bottom: 0;
    background: #0b1e60;
    top: 70px;
    left: 24px;
}

.ulline {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #0b1e60;
    width: 98.9%;
    margin: 0 0 0 9px;
}

.ui-sortable-handle .media-right a i {
    font-size: 22px;
    color: #cd007b;
    font-weight: 600;
}

.stepcont i {
    margin-left: -11px;
}

.appo-confirm .media-left span.read-apoint {
    visibility: visible;
}

.lu-arrows.lu-arrow-up {
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
}

.lu-arrows i.fa {
    font-size: 20px;
    cursor: pointer;
    padding: 0 15px;
    border: solid 1px gray;
    border-radius: 3px;
    line-height: 15px;
}

.lu-arrows i.fa-angle-down {
    margin-bottom: 15px;
}

.lu-arrows i.fa:hover {
    color: #c06;
    border-color: #c06;
}


/*Loader*/

.lds-spinner {
    color: official;
    position: absolute;
    /*    background: rgba(128, 128, 128, 0.4);*/
    background: transparent;
    top: 130px;
    bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: block;
    z-index: 10;
}

.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
    position: absolute;
    top: 36%;
    right: 0;
    left: 41%;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 10px;
    left: 29px;
    width: 3px;
    height: 11px;
    border-radius: 20%;
    background: #fff;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .steps_wrap::before {
        width: 440px;
        background-size: cover;
    }
    .box-oreint {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
    .oreint2 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        margin-top: 24px;
    }
    .step .step-item a {
        padding: 28px 0px 0
    }
    .header-pe {
        top: 40px;
        left: -36px;
    }
    span.headerAssignedUserPhone {
        margin-left: 38px !important;
    }
}


/* Desktops and laptops ----------- */

@media only screen and (max-width: 1367px) {
    .map_accordion {
        height: 394px;
        overflow: auto;
        background: #f6f6f6;
        padding: 0 10px;
    }
}

@media only screen and (min-width: 1367px) {
    .steps_wrap::before {
        width: 50.2%
    }
    .steps_wrap ul.step-f-row::after {
        right: 21px;
    }
    .ulline {
        width: 98.5%
    }
    .steps_wrap ul.step-f-row::before {
        left: 2%;
        width: 96%
    }
    .steps_wrap ul.step-s-row::before {
        width: 77%;
    }
    .price-postcodediv img {
        height: auto !Important;
        /*        width: auto !important*/
    }
    .pricemap_info_box p,
    .national-house-price .x-axis span {
        margin-bottom: 15px;
    }
    .national-house-price .x-axis {
        padding: 0 10px 10px 198px !important;
    }
    .national-house-price .legend li {
        font-size: 16px !important
    }
    .national-house-price .legend li:before {
        width: 12px;
        height: 12px;
    }
    .national-house-price h6 {
        width: 75px;
        font-size: 14px !important;
        white-space: nowrap !important;
        font-weight: 600 !important;
    }
    .national-house-price .chart {
        padding-left: 124px !important;
    }
    .chart-percentage {
        margin-left: 200px !important;
    }
    span.value-num {
        font-size: 13px !Important
    }
    .national-house-price .row {
        margin: 0px 0 15px !Important;
    }
    .national-house-price .row:last-child {
        margin-bottom: 0 !important;
    }
    .national-house-price figure {
        margin-bottom: 0 !important
    }
    .tr_detail img.left-img {
        max-height: 300px;
    }
    .ui-sortable {
        display: inline-grid
    }
}

.marquee_slider .csslider>ul {
    width: 63vw;
}


/* ----------- iPad Pro ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .stepcont a {
        font-size: 8px;
    }
    .table_views .sub_list li {
        width: 50px
    }
    .marquee_slider .csslider>ul {
        width: 48vw;
    }
}

@media (max-width:1400px) {
    .marquee_slider .csslider>ul {
        width: 54vw;
    }
}


/* .steps_wrap ul.step-f-row::after{right: 11px}*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .steps_wrap ul.step-s-row::before {
        width: 75%
    }
    .steps_wrap ul.step-f-row::after {
        right: 11px;
    }
    .step .step-item a {
        font-size: 8px;
    }
    .report-summary img {
        width: 155px !important;
    }
    .expertimate-slot .properties_box {
        padding: 17px !Important;
    }
    .saletext {
        width: 86%;
        float: right;
        position: relative;
        height: 110px;
    }
    .pricerow {
        position: absolute;
        bottom: 0
    }
    .expertimate-slot .properties_box h3 {
        font-size: 24px;
    }
    .expertimate-slot .properties_box span {
        font-size: 18px !Important
    }
    .price-postcodediv img {
        height: auto !Important
    }
    .formapointment span.s_symble,
    .formapointment span.b_symble {
        left: -24px
    }
    /*.radio-item input[type=radio]:checked + label:after {top: 5px}*/
    .table_views .sub_list li {
        width: 50px
    }
}


/*      Naeem css 16-10-2018
      ************************************/

.btn-feedback {
    font-size: 12px;
    text-transform: uppercase;
    background: #cc0066;
    color: #fff;
    padding: 6px;
    border-radius: .25rem;
    width: 160px;
    font-weight: 500;
    margin-top: 4rem;
    font-weight: 600;
}

.btn-feedback,
.btn_viewings {
    border: solid 2px #cc0066;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.btn-feedback:hover,
.btn-feedback:focus,
.btn-feedback:active,
.btn_viewings:hover {
    background: #ba025e !Important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 2px 10px 0px #a07a8e;
    border: solid 2px #cc0066 !Important;
}

.add_feed_head h4 {
    text-transform: inherit;
}

.stars {
    color: #ccc;
    font-size: 17px;
    display: inline-flex;
    /*    flex-direction: row-reverse;*/
}

.stars i.fa.fa-star {
    margin: 3px;
}


/*.stars > i:hover:before,
.stars > i:hover ~ i:before {
    color: gold;
    cursor: pointer;
}*/

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 767px;
        margin: 1.75rem auto;
    }
}

.review_feedack_wrap .ui-sortable-handle .media-left {
    color: #092864;
    font-weight: bold;
    width: 175px;
    align-items: center;
    font-size: 17px;
    padding-left: 0
}

.review_feedack_wrap .ui-sortable-handle .media_left_second {
    color: #ccc;
    font-size: 14px;
    font-weight: normal;
    margin-left: 26px;
}

.review_feedack_wrap .ui-sortable-handle .media-right {
    color: #989898;
    font-weight: normal;
}

.review_feedack_wrap li .media-body {
    flex: none
}

.asking_price {
    display: inline-grid;
    font-size: 20px;
    font-weight: bold;
    color: #e30074;
    margin-left: auto;
    line-height: 20px;
    float: right;
}

.asking_price span {
    font-size: 12px;
    color: #333;
    font-weight: normal;
}

.type-heading span {
    font-size: 12px;
    color: #5b5b5b;
    font-weight: 600;
}

.offer-content [type="radio"]:checked,
.offer-content [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.offer-content [type="radio"]:checked+label,
.offer-content [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 14px;
    display: inline-block;
    color: #737373;
    font-weight: normal;
}

.offer-content [type="radio"]:checked+label:before,
.offer-content [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    border-radius: 20%;
    background: #ebebeb;
}

.offer-content [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.offer-content [type="radio"]:checked+label:after,
.offer-content [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #0b1e60;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 20%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.offer-content {
    display: inline-block;
    margin-left: 15px;
    float: right;
}

ul.offer-content li {
    display: inline-block;
    margin-left: 15px;
}

.pcontent {
    color: #fff;
    background: #0b1e60;
    padding: 10px 15px;
    border-radius: 3px;
    text-align: left !important;
}

.datepicker {
    padding: 0 10px 0 0;
}

.datepicker .inputdatepicker {
    padding-right: 28px;
}

.glyphicon.glyphicon-calendar.fa.fa-calendar {
    position: absolute;
    top: 8px;
    right: 22px;
    color: #e30074;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.daterange-calendar-ico .glyphicon.glyphicon-calendar.fa.fa-calendar {
    top: 7px;
    right: 7px;
    z-index: 1
}

.add-othertime {
    align-self: center;
}

.add-othertime .glyphicon.glyphicon-calendar.fa.fa-calendar {
    position: static;
    margin-left: 24px;
}

.add-othertime span {
    color: #e30074;
    font-size: 14px;
    /*    font-weight: bold;*/
}

.submit-btn .btn-feedback {
    text-transform: uppercase;
    width: 210px;
}

.add_viewing_time {
    font-size: 12px;
    font-weight: 500;
}

.add_viewing_time:focus {
    box-shadow: none
}

h5.modal-title {
    color: #df0273;
    font-weight: bold;
}

.write_feedback h6 {
    font-weight: bold;
    font-size: 15px;
    color: #444444;
}

.write_feedback textarea {
    font-size: 0.8rem
}

.write_feedback input,
.write_feedback .input-group-prepend {
    font-size: 13px;
    height: 33px;
    align-self: center;
}

.focus_input:focus {
    box-shadow: none;
    border: 1px solid #ced4da !Important
}

.input-group-prepend .input-group-text {
    background: #fff;
    color: #e30074;
    font-weight: bold;
}

.add-another-feedback span {
    display: inline-table;
    color: #e30074;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    vertical-align: bottom;
}

.add-another-feedback img {
    vertical-align: middle;
    margin: 3px 0 0 10px;
}

.feedback_detail p {
    font-weight: normal;
    margin-top: 7px;
    margin-bottom: 10px;
}

.feedback_detail p a {
    color: #e30074;
    font-weight: 500;
    border-bottom: solid 1px;
    font-size: 12px
}

.feedback_detail a {
    color: #e30074;
    font-weight: 700;
    border-bottom: solid 1px;
    font-size: 15px;
}

.feeback_top_heading {
    background: #e00273;
    color: #fff;
    padding: 70px;
}

.feeback_top_heading h1 {
    text-transform: uppercase;
    margin-bottom: 15px
}

.feeback_top_heading p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.feed_r_heading h5 {
    color: #e00273;
    font-weight: 700
}

.feed_r_heading h6 {
    font-weight: 700;
    color: #092864;
    margin-top: 5px;
}

.no_shadow {
    box-shadow: none
}


/*Email Validated page*/

.email-validate .content {
    padding: 100px 40px 70px 26px;
}

.email-validate {
    padding-left: 0;
}

.email-validate .header {
    left: 0
}

.email-validate .logo img {
    padding: 4px 10px;
    width: auto;
    background: #fff;
}

.email-validate .container-login100-form-btn {
    margin: auto;
    width: 100%;
}

.email-validate .login100-form-title,
.email-validate p {
    text-align: center;
    margin: 10px 0;
    line-height: inherit
}

.email-validate .footer {
    left: 0;
    right: 0;
    display: block
}

.email-validate .login100-form-title h5 {
    font-weight: bold;
    color: #003366;
    font-size: 20px;
    border-bottom: solid 2px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 30px;
}

.email-validate .login100-form-title span.thankutext {
    display: block
}

.email-validate p a {
    border-bottom: solid 1px;
}


/*Email Validated page************End*/

@media (max-width: 1024px) {
    .review_feedack_wrap .ui-sortable-handle .media-left {
        width: 130px
    }
    .feeback_top_heading h1 {
        font-size: 30px;
    }
    .estimation-section-summary .row {
        align-items: start !important;
    }
    .estimation-section-summary {
        padding: 30px 30px 20px !important
    }
    .expertimate-slot {
        width: 100% !Important;
    }
    .important-right {
        width: 100% !important;
        margin-top: 20px;
    }
    span.symble_s,
    span.symble_b {
        height: 17px;
        line-height: 17px;
        width: 17px;
    }
    h6.tittle-sub-heading {
        display: inline-flex;
    }
}

@media (max-width: 767px) {
    .email-validate .login100-form-title h5 {
        font-size: 12px !Important;
    }
    .email-validate .logo img {
        width: 146px
    }
    .email-validate .content {
        padding: 50px 40px 70px 26px;
    }
    .email-validate .login100-form-title span.thankutext {
        font-size: 15px;
    }
    h5.modal-title {
        font-size: 16px;
    }
    .review_feedack_wrap .ui-sortable-handle .media-left {
        font-size: 12px;
        font-weight: inherit;
    }
    .stars,
    .write_feedback h6,
    .asking_price {
        font-size: 14px;
    }
    .review_feedack_wrap .ui-sortable-handle .media_left_second {
        margin-left: 0
    }
    .add-othertime .glyphicon.glyphicon-calendar.fa.fa-calendar {
        position: absolute
    }
    .add-othertime {
        margin-top: 15px
    }
    .offer-content {
        display: inherit;
        text-align: left;
        margin-left: 0;
        margin-top: 15px;
    }
    ul.offer-content li {
        margin-left: 0 !important;
        margin-right: 15px;
    }
    .feeback_top_heading {
        padding: 20px;
    }
    .feeback_top_heading h1 {
        font-size: 16px;
    }
    .feeback_top_heading p,
    .feed_r_heading h6 {
        font-size: 14px;
        font-weight: normal;
    }
    .feed_r_heading h5 {
        font-size: 14px
    }
    .feed_r_heading {
        padding: 0 10px
    }
    .estimation-section-summary {
        padding-top: 10px !important
    }
}

.btn_viewings {
    background: #cc0066;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
}

.p-price.text-right.mt-1 a {
    margin-bottom: 5px;
}

.error-notification {
    position: relative;
    margin: 12px 0;
}

.error-notification label.error {
    position: absolute;
    top: 33px;
    color: #D8000C;
    font-size: 13px;
    left: 50px;
}

.securitycheck-form label.error {
    top: 15px;
    bottom: 0;
    left: auto;
    right: 15px;
}

.securitycheck-form label.error {
    left: 0;
    top: 50px;
    right: auto;
}

span.error {
    color: #D8000C;
    font-size: 13px;
    position: absolute;
    left: 66px;
}

.pos-rel {
    position: relative;
}

.spinner-pos {
    position: absolute;
    left: 50%;
    top: 30%;
}

.spinner-overlay {
    /*background: rgba(0,0,0,0.3);*/
    background: transparent;
    width: 100%;
    height: 35px;
    position: absolute;
    border-radius: 3px;
    z-index: 999;
}

.sidebar .label-screenful.viewingAwaitingNotifCount {
    background: #003366
}

span.label.label-screenful.viewingAwaitingPageNotifCount {
    background: #003366;
    color: #fff;
    padding: 3px 9px;
    font-size: 12px;
    border-radius: 2px;
    margin-left: 7px;
}

span.label.label-screenful.viewingPageNotifCount {
    display: inline-block;
    border-radius: .2em;
    color: #fff;
    background-color: #cc0066;
    padding: 2px 8px;
    font-size: 12px;
    vertical-align: middle;
    margin: 0 3px;
}

.btn {
    text-transform: uppercase;
}

.error-notification .custom-select {
    background-color: #fff;
}


/*FEEDBACK PAGE*/

.empty {
    border: 2px solid red;
}

.rating {
    float: right;
}

.rating-box {
    max-width: 270px;
    line-height: 30px;
    /*display: flow-root;*/
    margin-bottom: 10px;
    display: inline-block;
}

.rating:not(:checked)>input {
    position: absolute;
    /*top:-9999px;*/
    clip: rect(0, 0, 0, 0);
    opacity: 0;
}

.rating:not(:checked)>label {
    float: right;
    width: 0.9em;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 130%;
    line-height: 20px;
    color: #ddd;
}

.rating:not(:checked)>label:before {
    content: '★';
}

.rating>input:checked~label {
    color: gold;
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #79C8FC;
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
    color: #ea0;
}

.rating>label:active {
    position: relative;
    /*top:2px;
left:2px;*/
}

.rating .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ccc;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border-radius: 4px;
}

.rating .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #fff;
    border-width: 5px 5px 5px 0;
}

.rating .tooltip .arrow {
    display: none;
}

.rating .tooltip {
    top: 1px !important;
    left: 80px !important;
    display: block;
    font-weight: bold;
    color: #ccc !important;
    background-color: rgb(255, 255, 255) !important;
}

fieldset {
    display: inline;
}

.input-margin {
    margin-left: 15px !important;
}

.label-margin {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
}

.star-tittle {
    color: #092864;
    font-weight: bold;
    width: 175px;
    align-items: center;
    font-size: 17px;
    padding-left: 0;
    float: left;
}

.error-message {
    color: red;
    font-size: 13px;
}

.feedback_review {
    display: table;
    width: 100%;
    /*    height: 100%;*/
}

.feedback_review .box {
    display: table-cell;
    vertical-align: middle;
}

.inputdatepicker::after {
    content: "\f073";
    font-family: fontawesome;
    padding-left: 28px;
    font-size: 18px;
}

.stars>i.checked {
    color: gold;
}

[id^="error-message"] {
    font-size: 13px;
}


/*On/Off switcher*/

.toggleWrapper {
    padding: 15px 0
}

.toggleWrapper input {
    position: absolute;
    left: -99em;
}

.toggle {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 88px;
    height: 30px;
    background: #9e9c9d;
    border-radius: 30px;
    -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.toggle:before,
.toggle:after {
    position: absolute;
    line-height: 30px;
    font-size: 14px;
    z-index: 2;
    -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.toggle:before {
    content: "OFF";
    left: 12px;
    color: #D21626;
}

.toggle:after {
    content: "ON";
    right: 12px;
    color: #fff;
}

.toggle__handler {
    display: inline-block;
    position: relative;
    z-index: 1;
    background: #fff;
    width: 45px;
    height: 24px;
    border-radius: 30px;
    top: 3px;
    left: 3px;
    -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

input:checked+.toggle {
    background: #cc0066;
}

.toggleWrapper label:hover {
    box-shadow: 0px 1px 10px 0px #7b5e6d;
}

input:checked+.toggle:before {
    color: #fff;
}

input:checked+.toggle:after {
    color: #66b317;
}

input:checked+.toggle .toggle__handler {
    width: 40px;
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    border-color: #fff;
    left: -15px;
}


/*#feedbackModelWrap .modal {position: absolute;}*/

.modal-header.viewfeed_heading {
    padding: 7px;
    background: #0b1e60;
    border-radius: 3px 3px 0 0
}

#alterViewingSchedule .modal-header {
    padding: 7px 10px;
    background: #003366;
}

.modal-header.viewfeed_heading h4.modal-title,
.modal-header.viewfeed_heading button.close,
#alterViewingSchedule .modal-header button.close {
    color: #fff;
}

#feedbackFullContentModal .modal-dialog,
#alterViewingSchedule .modal-dialog {
    max-width: 450px;
}

#alterViewingSchedule h5.modal-title {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 2;
    top: 24%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
    background: #fff;
}

.cd-timeline-navigation a::after {
    /* arrow icon */
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/cd-arrow.svg) no-repeat 0 0;
}

.cd-timeline-navigation a.left {
    left: 8px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.right {
    right: 8px;
}

.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f;
}


/*Exprestimate page
****************************************/

.exprestime-header {
    margin-bottom: 15px
}

.exprestime-header h1 {
    margin-bottom: 0;
    font-size: 28px
}

.bg_img {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.bg_img img {
    height: 100% !important;
}

.em_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.expertimate-slot {
    width: 67%;
    float: left;
}

.important-right {
    float: right;
    width: 30%;
}

.important-right .rightinner {
    border: solid 1px #bdbdbd;
    padding: 15px;
    border-radius: 4px;
    text-align: justify;
}

.improvenent-b {
    margin-top: 10px;
}

.addimprovement-button {
    text-transform: uppercase;
    color: #fff;
    background: #cc0066;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 6px;
    margin-top: 15px;
}

.addimprovement-button:hover,
.addimprovement-button:focus {
    background: #ba025e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 2px 10px 0px #a07a8e;
}

.right-span {
    margin-left: 15px;
    align-self: center;
}

.right-span span {
    font-size: 18px;
    color: #282829
}

.right-span span a {
    color: #fff;
    background: #cc0066;
    text-transform: uppercase;
    padding: 2px 15px;
    border-radius: 5px;
    font-weight: 600;
    border: solid 2px #cc0066;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.right-span span a:hover,
.right-span span a:focus {
    background: #ba025e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 2px 10px 0px #a07a8e;
}

.property-heading h3 {
    color: #c06;
    font-weight: 600
}

ul.listproperty {
    background: #f6f6f6;
    display: inline-block;
    margin: 15px 0
}

.expertimate-slot .greenbox,
.expertimate-slot .pinkbox,
.expertimate-slot .yellowbox {
    background-repeat: no-repeat;
    background-size: 100px
}

.listproperty li {
    display: inline-block;
    border-right: solid 1px #e1e1e1;
    padding: 8px 15px;
    color: #0e2162;
    font-weight: 600
}

.listproperty li:last-child {
    border-right: none
}

.listproperty li img {
    margin-left: 5px
}

.exprestimate-heading {
    font-size: 28px;
    color: #282829;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: table;
}

.expertimate-slot .properties_box,
.neighbour-wrap .properties_box {
    line-height: normal;
    margin-bottom: 0;
    text-align: left;
    padding: 28px;
    height: 100%;
}

.expertimate-slot .properties_box h3,
.neighbour-wrap .properties_box h3 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #fefefe;
    padding-left: 0;
    display: table
}

.expertimate-slot .properties_box span,
.neighbour-wrap .properties_box span {
    font-size: 18px;
    color: #fefefe
}

.expertimate-slot .properties_box p {
    font-size: 14px;
    color: #fefefe
}

.expertimate-slot .pinkbox {
    background-image: url(../images/lowerEstimation.png);
    background-position: right bottom
}

.expertimate-slot .yellowbox {
    background-image: url(../images/average.png);
    background-position: right center
}

.expertimate-slot .greenbox {
    background-image: url(../images/higherEstimation.png);
    background-position: right top
}

.expertimate-slot .bluebox,
.expertimate-slot .bluebox2,
.neighbour-wrap .bluebox,
.neighbour-wrap .bluebox2 {
    background-repeat: no-repeat;
    background-position: right center
}

.expertimate-slot .bluebox,
.neighbour-wrap .bluebox {
    background-image: url(../images/rental-value.png);
    background-size: 65%;
    background-color: #0a265b
}

.expertimate-slot .bluebox2,
.neighbour-wrap .bluebox2 {
    background-image: url(../images/rental-range.png);
    background-size: 50%
}

.mt-30 {
    margin-top: 30px
}

.price-postcodediv {
    background: #f6f6f6;
    padding: 15px 0;
}

.price-postcodediv img {
    /*    width: auto !important;*/
    margin: auto;
    display: block;
    float: none !important;
    height: 500px
}

.price-postcodediv h5 {
    font-size: 24px;
    color: #c06;
    font-weight: 600
}

.price-postcodediv span {
    font-size: 18px;
    color: #0a265b
}

.national-house-price h6 {
    font-size: .8em;
    padding: 0 0 .5em;
    color: #919191;
    margin: 0;
    line-height: 1em
}

.national-house-price figure {
    position: relative;
    margin-bottom: 0;
}

.national-house-price .row {
    margin: 0px 0 11px
}

.national-house-price .row:last-child {
    margin-bottom: 0;
}

.price-postcodediv .row {
    align-items: center;
}

@keyframes expand {
    from {
        width: 0%
    }
    to {
        width: 100%
    }
}

@media screen and (min-width:768px) {
    @keyframes expand {
        from {
            width: 0%
        }
        to {
            width: calc(100% - 75px)
        }
    }
}

.national-house-price .chart {
    overflow: hidden;
    width: 0%;
    animation: expand 1.5s ease forwards;
    padding-left: 10px
}

.national-house-price .row+.national-house-price .row .national-house-price .chart {
    animation-delay: .2s
}

.national-house-price .row+.national-house-price .row+.national-house-price .row .national-house-price .chart {
    animation-delay: .4s
}

.national-house-price .block {
    display: block;
    height: 20px;
    color: #fff;
    font-size: .75em;
    float: left;
    background-color: #e71f01;
    position: relative;
    overflow: hidden;
    opacity: 1;
    transition: opacity, .3s ease;
    cursor: pointer
}

.national-house-price .block:nth-of-type(2),
.national-house-price .legend li:nth-of-type(2):before {
    background-color: #fed23e
}

.national-house-price .block:nth-of-type(3),
.national-house-price .legend li:nth-of-type(3):before {
    background-color: #98c000
}

.national-house-price .block:hover {
    opacity: .65
}

.national-house-price .value {
    display: block;
    line-height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%)
}

.national-house-price .x-axis {
    padding: 0 10px 10px 84px;
    font-weight: 700;
    margin-top: 15px
}

.national-house-price .x-axis span {
    font-size: 10px
}

.national-house-price .legend {
    margin: 0 auto;
    padding: 0;
    font-size: .9em
}

.national-house-price .legend li {
    display: inline-block;
    font-size: 10px;
    margin-right: 10px
}

.national-house-price .legend li:before {
    content: "";
    margin-right: .5em;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #e71f01
}


/*POPUP MODAL
*********************/

.mymodalload .modal-dialog {
    max-width: 600px;
}

.mymodalload.selling_property_modal .modal-dialog {
    max-width: 360px;
    top: 25%;
}

.mymodalload .modal-content {
    border-radius: 37px 0;
}

.mymodalload .modal-header {
    background: #e00273;
    color: #fff;
    border-radius: 36px 0 0 0;
    padding: 15px;
}

.mymodalload .modal-header h3 {
    font-size: 20px;
}

.mymodalload .modal-body,
.mymodalload .modal-footer {
    padding: 15px;
}

.mymodalload .modal-footer {
    display: block;
    text-align: right;
}

.mymodalload .modal-footer a {
    font-size: 14px;
    width: 230px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mymodalload .modal-footer a:hover {
    color: #fff;
    background: #0c1f61;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mymodalload button.close {
    color: #fff;
    opacity: 1;
    line-height: 30px;
}

.mymodalload h4 {
    color: #1f1b15;
    margin: 10px 0;
    font-weight: 600;
    font-size: 18px
}

.mymodalload p {
    font-size: 18px;
    font-weight: 300;
    color: #1f1b15;
}

.mymodalload.property__modal .modal-dialog {
    max-width: 500px;
}

.property__modal p,
.property__modal .report-list li {
    font-size: 14px;
}

.mymodalload.property__modal .modal-footer a {
    font-size: 12px;
}

.report-list {
    padding: 0;
    margin: 0
}

.report-list li {
    list-style: none;
    font-size: 16px;
    color: #242424;
    line-height: 30px;
    display: flex;
}

.report-list li i {
    color: #003572;
    margin-right: 8px;
    margin-top: 8px;
}

.btn-report {
    background: #f87100;
    color: #fff;
    text-transform: uppercase;
    width: 250px;
    margin-bottom: 12px;
}

p.modal_one_time_callus {
    font-size: 14px;
    font-weight: 400;
    color: #242424;
}

p.modal_one_time_callus span {
    text-decoration: underline;
}

.login__modal .modal-dialog {
    max-width: 480px;
}

.login__modal .modal-body {
    overflow: auto !important;
    min-height: auto !important;
}

.login__modal .thankyou-center h1 {
    font-size: 18px;
}

.login__modal.mymodalload p,
.login__modal.mymodalload p a {
    font-size: 13px;
}

.login__modal .thankyou-center {
    position: inherit;
    transform: inherit;
}

@media screen and (min-width:768px) {
    .national-house-price h6 {
        padding: 0;
        width: 75px;
        float: left;
        /*        line-height: normal;*/
        color: #313131;
        font-weight: 700;
        font-size: 10px;
        align-self: center;
    }
    .national-house-price .block {
        font-size: 1em
    }
}

span.value-num {
    font-size: 10px;
    font-weight: 700;
    color: #000;
    display: table-cell;
}

.chart-percentage {
    display: table;
    width: 100%;
    text-align: right;
    margin-left: 84px;
    text-align: justify;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
}

span.value-num:last-child {
    padding-right: 0
}

.nortwest-right h2 {
    display: grid;
    font-weight: 700;
    color: #c06;
    font-size: 32px
}

.nortwest-right h2 span {
    font-weight: 400;
    color: #0a265b
}

.search-bar {
    position: relative
}

.search-bar input {
    background-color: #f7f7f7
}

.search-bar input:focus {
    border-color: #c06 !important
}

.search-bar .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    background: #c06;
    color: #fff;
    border-radius: 0 4px 4px 0
}

.data-table-heading {
    display: flex
}

.data-table-heading span {
    color: #fff;
    text-align: center;
    padding: 8px
}

.data-table-heading span.paid {
    background: #c06;
    width: calc(100% - 510px);
}

.data-table-heading span.asking {
    background: #0a265b;
    width: calc(100% - 540px);
}

.bg_here,
.price-data-table table {
    background: #f7f7f7
}

.data-table-heading span.highest,
.data-table-heading span.lowest,
.sale1 {
    width: 50%
}

.price-data-table table tr td,
.price-data-table table tr th {
    border: none;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-align: center
}

td.redtext {
    color: red !important
}

.table-pagi {
    padding: 5px;
    background: #fff;
    border: solid 1px #f7f7f7;
    border-top: 0;
}

.table-pagi .pagination .page-link {
    color: #cc0066;
    border-radius: 0;
}

.table-pagi .pagination .page-item.disabled .page-link {
    color: #868e96
}

.sale1 {
    font-size: 16px;
    color: #c06;
    padding: 20px 48px;
    min-height: 150px;
}

.sale2 {
    color: #0a265b
}

.sale1 img {
    margin-top: 5px
}

.saletext {
    width: 86%;
    float: right
}

.pricerow {
    display: table;
    width: 100%;
    margin-top: 15px
}

.pricerow span {
    display: table-cell;
    font-size: 14px
}

.pricerow span.pt {
    background: #c06;
    color: #fff;
    padding: 0 12px
}

.pricerow span.ptb {
    background: #0a265b;
    color: #fff;
    padding: 0 12px
}


/*Highest and Lowest section*/

.h-l-wrap .sale1 {
    display: inline-block;
    padding: 15px;
    width: inherit
}

.h-l-wrap .salesbox {
    margin: 0
}

.h-l-wrap .salesbox .col-lg-6.col-md-6 {
    padding: 0;
}

.h-l-wrap span.paid.highest {
    padding: 8px;
    background: #c06;
    color: #fff;
    display: block;
    text-align: center;
}

.h-l-wrap span.lowest {
    padding: 8px;
    background: #0a265b;
    color: #fff;
    display: block;
    text-align: center;
}


/*Highest and Lowest section***********end */

.report-summary {
    background: #f7f7f7;
    padding: 30px;
    border-radius: 40px 0 0
}

.report-summary img {
    max-width: 200px;
}

.bottom-link {
    background: #c06;
    padding: 20px;
    border-radius: 0 0 40px;
    text-align: center
}

.bottom-link a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.bottom-link a:hover {
    text-decoration: underline;
}

.surmmary-listing li {
    display: table
}

.surmmary-listing li i {
    display: table-cell;
    width: 20px
}

.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #f7f7f7
}

.select {
    position: relative;
    display: block;
    width: auto;
    height: 3em;
    line-height: 3;
    background: #2c3e50;
    overflow: hidden;
    border-radius: .25em
}

.select select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: #2d2e2e;
    cursor: pointer
}

.select select::-ms-expand {
    display: none
}

.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    background: #f7f7f7;
    pointer-events: none;
    color: #bdbcbc;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease
}

.region {
    font-size: 18px;
    color: #2d2e2e;
    margin-bottom: 5px
}

.price-data-table {
    margin-top: 24px
}

.donut-chart {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 3rem 0 3rem auto;
    border-radius: 100%
}

p.center {
    background: #fff;
    position: absolute;
    text-align: center;
    font-size: 15px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 110px;
    height: 110px;
    margin: auto;
    border-radius: 50%;
    line-height: normal;
    padding: 17% 0 0;
    font-weight: 700
}

.circle,
.portion-block {
    border-radius: 50%;
    height: 100%;
    width: 100%
}

.portion-block {
    clip: rect(0, 200px, 200px, 100px);
    position: absolute
}

.circle {
    clip: rect(0, 100px, 200px, 0);
    position: absolute;
    font-family: monospace;
    font-size: 1.5rem
}

.donut-chart span.fall-text::after,
.donut-chart span.flat-text::after,
.donut-chart span.rise-text::after {
    content: "";
    position: absolute;
    border-radius: 40px
}

#part1 {
    transform: rotate(0)
}

#part1 .circle {
    background-color: #98c000;
    animation: first 1s 1 forwards
}

#part2 {
    transform: rotate(100deg)
}

#part2 .circle {
    background-color: #fed23e;
    animation: second 1s 1 forwards 1s
}

#part3 {
    transform: rotate(250deg)
}

#part3 .circle {
    background-color: #e71f01;
    animation: third .5s 1 forwards 2s
}

.donut-chart span.fall-text,
.donut-chart span.flat-text,
.donut-chart span.rise-text {
    position: absolute
}

.donut-chart span.fall-text {
    top: -24px
}

.donut-chart span.fall-text::before {
    content: "";
    top: 20px;
    background-image: url(../images/fall-line.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 70px;
    height: 27px;
    position: absolute;
    right: -30px;
    margin-top: 10px;
    z-index: 2
}

.donut-chart span.fall-text::after {
    width: 20px;
    height: 20px;
    background: #fff;
    bottom: -38px;
    z-index: 1;
    right: -38px
}

.donut-chart span.rise-text {
    right: -24px;
    top: -24px
}

.donut-chart span.rise-text::before {
    content: "";
    top: 20px;
    background-image: url(../images/rise-line.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 83px;
    height: 27px;
    position: absolute;
    right: 13px;
    z-index: 2;
    margin-top: 10px
}

.donut-chart span.rise-text::after {
    width: 20px;
    height: 20px;
    background: #fff;
    bottom: -38px;
    z-index: 1;
    right: 75px
}

.donut-chart span.flat-text {
    bottom: -24px
}

.donut-chart span.flat-text::before {
    content: "";
    top: -36px;
    background-image: url(../images/flat-line.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 80px;
    height: 57px;
    position: absolute;
    right: -42px;
    margin-top: 10px;
    z-index: 2
}

.donut-chart span.flat-text::after {
    width: 20px;
    height: 20px;
    background: #fff;
    bottom: 43px;
    z-index: 1;
    right: -50px
}

.chart-head,
.westmap {
    position: absolute;
    bottom: 0;
    vertical-align: middle;
    line-height: 30px
}

@keyframes first {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(100deg)
    }
}

@keyframes second {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(150deg)
    }
}

@keyframes third {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(111deg)
    }
}

.chart-head {
    left: 0;
    right: 0;
    text-align: center;
}

.chart-head .falling,
.chart-head .flat,
.chart-head .rising {
    display: inline-block;
    margin-right: 15px;
}

.westmap {
    bottom: 0 !important
}

.westmap .falling,
.westmap .flat,
.westmap .rising {
    display: inline-block;
    margin-right: 5px;
}

.westmap .arrow-fall,
.westmap .arrow-flat,
.westmap .arrow-rise {
    width: 20px;
}

.avgprice {
    font-size: 13px;
    font-weight: 700
}

.falling span,
.flat span,
.rising span {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 700
}

.arrow-fall {
    width: 36px;
    height: 12px;
    position: relative;
    background: #e71f01;
    display: inline-block
}

.arrow-fall:after,
.arrow-fall:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
}

.arrow-fall:after {
    left: 0;
    border-left: 6px solid #f6f6f6
}

.arrow-fall:before {
    right: -6px;
    border-left: 6px solid #e71f01
}

.falling span {
    color: #e71f01
}

.arrow-flat {
    width: 36px;
    height: 12px;
    position: relative;
    background: #fed23e;
    display: inline-block
}

.arrow-flat:after,
.arrow-flat:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
}

.arrow-flat:after {
    left: 0;
    border-left: 6px solid #f6f6f6
}

.arrow-flat:before {
    right: -6px;
    border-left: 6px solid #fed23e
}

.flat span {
    color: #fed23e
}

.arrow-rise {
    width: 36px;
    height: 12px;
    position: relative;
    background: #98c000;
    display: inline-block
}

.arrow-rise:after,
.arrow-rise:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
}

.arrow-rise:after {
    left: 0;
    border-left: 6px solid #f6f6f6
}

.arrow-rise:before {
    right: -6px;
    border-left: 6px solid #98c000
}

.rising span {
    color: #98c000
}

.northwesthcart .donut-chart {
    width: 160px;
    height: 160px
}

.chart-donut svg {
    margin-left: 0rem;
    font-weight: bold;
    /*    font-size: 24px;*/
    display: block;
    margin: auto;
    height: 300px
}

.chart-donut2 {
    margin-top: 0px;
}

.chart-donut2 svg {
    font-weight: bold;
    font-size: 20px;
    display: block;
    margin-bottom: 40px;
}

.chart-donut polyline {
    stroke: #000;
    stroke-width: 2px;
    fill: none
}

.chart-donut .labelName tspan {
    font-style: normal;
    font-weight: 700
}

.chart-donut .labelName {
    font-size: .9em;
    font-style: italic;
    color: red
}

.chart-donut text.toolCircle {
    font-size: 14px !important;
    font-weight: 600 !Important;
}

.chart-donut2 text.toolCircle {
    font-size: 14px !important;
    font-weight: 600 !Important;
}

.chart-donut2 polyline {
    stroke: #000;
    stroke-width: 2px;
    fill: none
}

.chart-donut2 .labelName tspan {
    font-style: normal;
    font-weight: 700
}

.chart-donut2 .labelName {
    font-size: .9em;
    font-style: italic;
    color: red
}


/*MAP Graphs Accordion
*********************************/

.map_accordion .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
}

.map_accordion a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #cc0066;
    text-decoration: none;
    text-transform: uppercase;
}

.map_accordion .panel-heading a.collapsed:hover,
.map_accordion .panel-heading a.collapsed:focus {
    background-color: #cc0066;
    color: white;
    transition: all 0.2s ease-in;
}

.map_accordion .panel-heading a.collapsed:hover::before,
.map_accordion .panel-heading a.collapsed:focus::before {
    color: white;
}

.map_accordion .panel-heading {
    padding: 0;
    border-radius: 0px;
    text-align: center;
}

.map_accordion .panel-heading a:not(.collapsed) {
    color: white;
    background-color: #cc0066;
    transition: all 0.2s ease-in;
}


/* Add Indicator fontawesome icon to the left */

.map_accordion .panel-heading .accordion-toggle::before {
    font-family: 'FontAwesome';
    content: '\f068';
    float: left;
    color: white;
    font-weight: lighter;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
}

.map_accordion .panel-heading .accordion-toggle.collapsed::before {
    content: "\f00d";
    color: #444;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
}

.pricemap_info_box {
    text-align: justify;
    border: solid 1px #bdbdbd;
    padding: 15px;
    border-radius: 4px;
}

.pricemap_info_box ul li {
    position: relative;
    padding-left: 16px;
}

.pricemap_info_box ul.square li:before {
    content: "";
    background-color: #969495;
    margin-right: 5px;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 6px;
}

.pricemap_info_box ul.sub_square li {
    position: relative;
    padding-left: 16px;
    font-size: 14px;
}

.pricemap_info_box ul.sub_square li:before {
    content: "";
    background-color: #969495;
    margin-right: 5px;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 100%;
}

@media (max-width: 1024px) {
    .steps_wrap::before {
        width: 48.5%
    }
    .steps_wrap ul.step-f-row::after {
        right: 11px
    }
    .stepcont a {
        font-size: 8px
    }
    .sale1 {
        font-size: 13px !Important;
    }
    .price-postcodediv img {
        width: inherit !Important
    }
    .arrow-fall,
    .arrow-flat,
    .arrow-rise {
        width: 16px;
    }
}

@media (max-width: 768px) {
    .chart-donut2 svg {
        margin: -40px auto 40px;
    }
    .data-table-heading span.paid,
    .data-table-heading span.asking {
        width: calc(100% - 50%);
    }
    .pricemap_info_box {
        margin-top: 15px
    }
    .foote_bottom_ul_amrc li a {
        margin: 0 5px;
        font-weight: 600;
        font-size: 13px;
    }
    .securitycheck-form label.error {
        position: inherit
    }
    .marquee_slider .csslider>ul {
        width: 63vw;
    }
}

@media (max-width: 767px) {
    .exprestime-header h1,
    .exprestimate-heading {
        font-size: 20px;
    }
    .right-span span {
        font-size: 16px;
    }
    .right-span span a {
        padding: 2px 8px;
    }
    .property-heading h3 {
        font-size: 18px;
    }
    .expertimate-slot .properties_box h3 {
        font-size: 24px;
    }
    .expertimate-slot .properties_box {
        padding: 20px;
        margin-bottom: 15px;
    }
    .search-bar .btn-search {
        font-size: 13px
    }
    .listproperty li {
        padding: 5px 10px;
        font-weight: normal;
    }
    .price-postcodediv h5 {
        font-size: 20px
    }
    .price-postcodediv span {
        font-size: 12px;
    }
    .national-house-price .chart {
        padding-left: 0
    }
    .westmap {
        top: 13% !Important;
        left: 11% !Important;
    }
    .nortwest-right h2 {
        font-size: 18px;
        margin-top: 15px;
    }
    .select {
        width: auto;
        height: 2em;
        line-height: 2;
        margin-bottom: 15px;
    }
    .select::after {
        padding: 0 .4em;
        font-size: 13px;
        line-height: 36px;
    }
    .search-bar input {
        font-size: 13px;
    }
    .data-table-heading span {
        font-size: 15px;
        width: 50% !important;
        padding: 5px;
        color: #333;
        background: transparent !important;
    }
    .sale1 {
        width: 100%;
        font-size: 14px;
        padding: 15px;
    }
    .saletext {
        width: 85%
    }
    .report-summary {
        padding: 20px;
    }
    .surmmary-listing li {
        font-size: 13px
    }
    .bottom-link a {
        font-size: 13px;
        display: block;
    }
    .bottom-link {
        padding: 15px;
    }
    .chart-head {
        top: 75%
    }
    .graphic {
        margin: 0 20px
    }
    .chart-donut2,
    .chart-donut {
        margin-left: -15px;
    }
    .arrow-fall,
    .arrow-flat,
    .arrow-rise {
        width: 22px;
    }
    .chart-head {
        left: 12px;
    }
    .chart-head .falling,
    .chart-head .flat,
    .chart-head .rising {
        margin-right: 5px;
    }
    .report-summary .col-md-3,
    .report-summary .pb-3 {
        text-align: center;
        padding-bottom: 15px;
    }
    .bg_here {
        background: transparent
    }
    .sale1 {
        border-bottom: solid 1px #c5c5c5
    }
    .chart-percentage {
        margin-left: 0;
    }
    .data-table-heading span.paid {
        position: relative;
        width: auto;
        margin-right: 20px;
        padding-left: 28px;
        text-align: left;
    }
    .data-table-heading span.paid::before {
        content: "";
        width: 20px;
        height: 20px;
        background: #c06;
        position: absolute;
        left: 0;
    }
    .data-table-heading span.asking {
        position: relative;
        padding-left: 28px;
        width: auto;
        text-align: left;
    }
    .data-table-heading span.asking::before {
        content: "";
        width: 20px;
        height: 20px;
        background: #0a265b;
        position: absolute;
        left: 0;
    }
}

@media (max-width: 320px) {
    .data-table-heading span.paid::before,
    .data-table-heading span.asking::before {
        width: 15px;
        height: 15px;
    }
    .data-table-heading span.paid,
    .data-table-heading span.asking {
        padding-left: 20px;
        margin-right: 0;
    }
    .data-table-heading span {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    /*.price-postcodediv .col-md-7, .price-postcodediv .col-md-5 {
    width: 100%;
    display: inline-table !Important;
}*/
    .price-postcodediv .col-md-5 img {
        width: auto !important
    }
    .chart-head {
        bottom: 40px;
    }
    .chart-donut2 {
        margin-left: -58px;
    }
    .data-table-heading span.paid,
    .data-table-heading span.asking {
        width: calc(100% - 50%);
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /*.price-postcodediv .col-md-7, .price-postcodediv .col-md-5 {
    width: 100%;
    display: inline-table !Important;
}*/
    .price-postcodediv .col-md-5 img {
        width: 100% !important
    }
    .rating:not(:checked)>label {
        font-size: 100%;
        width: 1em
    }
}

.noscript {
    text-align: center;
    padding: 20px;
    color: red;
    width: 590px;
    margin: auto;
}

.noscript h2 {
    font-size: 24px;
}

.noscript p {
    color: #000;
    font-size: 15px;
}

.noscript p a {
    color: red;
}

.step .step-item.sub-step.gray:not(:first-child)::before {
    background: #d1d1d1 !important;
}

.step .step-item.sub-step.gray a::before {
    background: #ffffff !important;
    border: 2px solid #d1d1d1 !important;
}


/*Book valuation visit section
**************************************/

.estimation-section-summary {
    background: #092864;
    padding: 30px;
    width: 100%;
    border-radius: 30px 0 30px 0;
    margin: 24px 0 !important;
}

.estimation-section-summary .row {
    align-items: center;
}

.estimation-section-summary span {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 43px;
}

.estimation-section-summary .postcode-container {
    display: inline-flex
}

.estimation-section-summary a.btn_instent {
    background: #f87100;
    border: none;
    padding: 7px 33px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
}

.estimation-section-summary .callusnow {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    margin-top: 0px !important;
    margin-left: 5px
}

.estimation-section-summary .callusnow a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    font-size: 18px;
}

.estimation-section-summary a.btn_instent:hover {
    background: #fff;
    color: #f87100;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 1024px) and (min-width:768px) {
    .estimation-section-summary .callusnow {
        margin-top: 14px !important;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .estimation-section-summary .callusnow {
        margin-left: 0
    }
    .estimation-section-summary {
        padding: 15px
    }
    .estimation-section-summary span,
    .estimation-section-summary .callusnow,
    .estimation-section-summary .callusnow a {
        font-size: 15px;
    }
    .estimation-section-summary a.btn_instent {
        padding: 5px 24px;
        font-size: 12px;
    }
    .estimation-section-summary .postcode-container {
        margin-bottom: 5px;
    }
}


/*ExprEstimate page
**************************/


/*.estimate-page p {
    font-size: 16px;
    text-align: justify;
}
.estimate-page a{
    font-size: 15px;
    background: #f87000;
    color: #fff;
    padding: 7px;
    width: 280px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    margin-top: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.estimate-page a:hover {
    background: #0c1f61;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}*/


/*ExprEstimate page
************************* */

.estimate-page {
    padding: 0 15px 15px
}

.estimate-page p {
    font-size: 15px;
    text-align: justify;
}

.estimate-page a,
.form-inline-container button {
    font-size: 15px;
    background: #f87000;
    color: #fff;
    padding: 7px;
    width: 280px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    margin-top: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.estimate-page a:hover,
.form-inline-container button:hover {
    background: #0c1f61;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.estimate-page h5 {
    margin: 20px 0 10px;
    color: #003366;
    font-weight: 600;
}

.listing_style ul {
    padding: 0 36px;
}

.listing_style ul li {
    list-style-type: circle;
}

.inputpostcode {
    position: relative;
    width: 400px;
}

.autocomplete-select div.cs-select {
    max-width: 400px;
}

.inputpostcode input {
    height: 45px;
    width: 100%;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid #cccccc;
}

.enter_postcode-container {
    background: #fff;
    padding: 30px;
    margin: 20px 0 0;
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
    box-shadow: 0px 0 10px 1px #e8e8e8;
    border: solid 1px #e8e8e8;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-25%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        -moz-transform: translateY(-25%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

.hidden {
    display: none;
}

.inputpostcode input:focus {
    box-shadow: 0 0 0 1px rgb(0, 51, 102);
    border: solid 1px #ccc !Important;
}

.inputpostcode span {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 15px;
    background: rgb(0, 51, 102) none repeat scroll 0% 0%;
    height: 100%;
    padding: 12px;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
    z-index: 0;
    color: #fff;
    width: 120px;
    text-align: center;
    text-transform: uppercase;
}

.inputpostcode span:hover {
    /*    background: rgb(248, 112, 0) none repeat scroll 0% 0%;*/
    background: rgb(5, 73, 142) none repeat scroll 0% 0%;
    box-shadow: 0 0px 6px 0px #036;
}

.form-inline-container {
    padding: 30px;
    background: #e8e8e8;
    margin-top: 15px;
}

.form-inline-container .form-group {
    margin: 0 1% 0 0;
    float: left;
    width: 32%;
}

.terms-conditions {
    margin-left: 5px;
}

.terms-conditions a {
    background: none;
    color: #c06;
    padding: 0;
    width: inherit;
    display: initial;
}

.terms-conditions a:hover {
    background: none;
    text-decoration: underline;
    color: inherit
}

.terms-container {
    width: 100% !Important;
    margin-top: 15px !important;
}

.form-inline-container select,
.enter_postcode-container select {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    z-index: 0;
    width: 100%;
    max-width: 500px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0px 0px 2px 0;
    height: 45px;
    border-radius: 3px;
    color: #666666;
    font-size: 15px;
}

.enter_postcode-container select {
    max-width: 400px
}

.enter_postcode-container .loader {
    position: absolute;
    right: 130px;
    top: 10px;
    z-index: 1999;
}

.enter_postcode-container img {
    width: 18px;
}


/*MoveChecklist page*/

.movechecklsitwrapper {
    padding-top: 20px;
}

.movechecklsitwrapper input {
    min-width: 250px;
    border-radius: 5px;
}

.movechecklsitwrapper input:focus {
    box-shadow: 0 0 0 1px rgba(173, 173, 173, 0.25);
}

.movechecklsitwrapper label {
    color: #fff;
}

.mp-header .error {
    border-color: red !Important
}

.text-done button {
    background: #cc0066;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 20px;
    border-radius: 4px;
    font-size: 14px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.text-done button:hover,
.text-done button:focus,
.text-done button:active,
.text-done button:hover {
    background: #ba025e !Important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 2px 10px 1px #561134;
}

.mp-accordion-active {
    position: relative;
    z-index: 1;
    border-top: 1px solid #d2d2dc;
    border-bottom: 1px solid #d2d2dc;
    -webkit-box-shadow: 0 0 12px hsla(0, 1%, 85%, .5);
    box-shadow: 0 0 12px hsla(0, 1%, 85%, .5);
    -webkit-transition: margin .3s linear;
    transition: margin .3s linear;
    margin-left: -.5em;
    margin-right: -.5em;
}


/*accordion detail*/

.mp-accordion__panel-detail {
    clear: both;
    display: none;
    position: relative;
    padding: 0 1em;
}

.task-open .mp-accordion__panel-detail {
    display: block;
}


/*  Move list accordion*/

.mp-accordion {
    background-color: #fff;
    position: relative;
    padding: 2rem 1em;
    border: solid 2px #e9e9e9;
}

.mp-accordion__item {
    margin-bottom: 1em;
    border-bottom: 1px solid #d2d2dc;
}

.mp-accordion__bucket {
    width: 100%;
    padding: .75em 0 .5em;
    z-index: 19;
    outline: none;
    font: normal 900 1.5rem/1.25 Lato, sans-serif;
    font-weight: 400;
    text-align: left;
    color: #6a148e;
    will-change: scroll-position, top;
}

.mp-accordion__bucket:first-child {
    margin-top: 0;
}

.mp-accordion__bucket {
    width: 100%;
    padding: .75em 0 .5em;
    z-index: 19;
    outline: none;
    font: normal 900 1.5rem/1.25 Lato, sans-serif;
    font-weight: 400;
    text-align: left;
    color: #cc0066;
    will-change: scroll-position, top;
}

.mp-accordion__panel {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mp-accordion__panel-item:before {
    content: '';
    display: table;
}

.mp-accordion__panel-header {
    position: relative;
    padding: 0 .75em;
}


/*fliper
______________*/

@-webkit-keyframes flip-vertical-right {
    0% {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes flip-vertical-right {
    0% {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes flip-vertical-left {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    to {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }
}

@keyframes flip-vertical-left {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    to {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }
}

@-webkit-keyframes scale-up-right {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%
    }
}

@keyframes scale-up-right {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%
    }
}

@-webkit-keyframes scale-in-hor-left {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1
    }
}

@keyframes scale-in-hor-left {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1
    }
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes scale-fade-out {
    to {
        font-size: 0;
        line-height: 0;
        height: 0;
        padding: 0;
        opacity: 0
    }
}

@keyframes scale-fade-out {
    to {
        font-size: 0;
        line-height: 0;
        height: 0;
        padding: 0;
        opacity: 0
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes mp-action__success--fade {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 1
    }
    20% {
        opacity: 0
    }
    90% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes mp-action__success--fade {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 1
    }
    20% {
        opacity: 0
    }
    90% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes mp-action__success--bounce {
    0%,
    10%,
    30%,
    40%,
    45%,
    95%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    0% {
        opacity: 0
    }
    10% {
        opacity: 1;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    30% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    45% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    95% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    to {
        opacity: 0
    }
}

@keyframes mp-action__success--bounce {
    0%,
    10%,
    30%,
    40%,
    45%,
    95%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    0% {
        opacity: 0
    }
    10% {
        opacity: 1;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    30% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    45% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    95% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    to {
        opacity: 0
    }
}

.flip-to-left {
    -webkit-animation: flip-vertical-left-custom .4s cubic-bezier(.455, .03, .515, .955) both;
    animation: flip-vertical-left-custom .4s cubic-bezier(.455, .03, .515, .955) both
}

.flip-to-left,
.flip-to-right {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-to-right {
    -webkit-animation: flip-vertical-right-custom .4s cubic-bezier(.455, .03, .515, .955) both;
    animation: flip-vertical-right-custom .4s cubic-bezier(.455, .03, .515, .955) both
}

.mp-accordion__panel-title {
    color: #595963;
    display: inline-block;
    width: calc(100% - 3em);
    margin-left: 3em;
    padding: 1em 2em 1em 0;
    -webkit-transition: margin .3s linear;
    transition: margin .3s linear;
}

.mp-accordion__panel-title:hover {
    color: #595963
}

.mp-accordion__panel-toggler {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1em;
    width: 1em;
    height: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mp-accordion__panel-toggler:after {
    content: "\00a0";
    display: block;
    width: 0.9em;
    height: 0.9em;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform-origin: center;
    transform-origin: center;
    background-image: url(../images/arrowdown.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .6;
}

.task-open .mp-accordion__panel-toggler:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.mp-accordion__panel-item.task--priority:after {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    background-color: #cc0066;
}

.checker_cross.task--priority:after {
    background-color: gainsboro
}

.mp-accordion__panel-item {
    border: 1px solid #d2d2dc;
    border-bottom: none;
    background-color: #fff;
    zoom: 1;
    -webkit-transition: margin .3s ease;
    transition: margin .3s ease;
    position: relative;
    border-radius: 4px;
}

.mp-accordion__panel-detail {
    clear: both;
    display: none;
    position: relative;
    padding: 0 1em;
}

.mp-handover {
    padding: 1.5em 1em;
    background-color: #f1f1f7;
    border-radius: 4px 4px 0 0;
}

.mp-handover__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mp-handover__sub-title {
    font: normal 300 2rem/1.25 Lato, sans-serif;
    font-size: 1.25rem;
    margin-top: initial;
    margin-bottom: 8px;
}

.movechecklsitwrapper .sticky {
    background-color: #003366;
    padding: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.mp-handover .fieldgroup {
    padding: 0;
    margin: auto 0;
}

.mp-form a {
    color: #fff;
    background-color: #ff5722;
    border: 2px solid #ff5722;
}

.mp-task .mp-content__block {
    margin-top: 0;
}

[data-task-status=done] .mp-accordion__panel-title {
    text-decoration: line-through;
}

[data-task-status=done] .mp-accordion__panel-toggle .icon path {
    fill: #69c63f;
}

.flip-to-left,
.flip-to-right {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.movechecklsitwrapper .is-sticky {
    position: fixed;
    top: 70px;
    left: 240px;
    right: 0;
    width: 100%;
    z-index: 19999;
    padding: 10px;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.is-sticky .form-inline .form-control {
    line-height: initial;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.mp-accordion__panel-toggle {
    padding: 0;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 1px solid #d2d2dc;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.mp-accordion__panel-toggle .icon {
    pointer-events: none;
}

[data-task-status=done] .mp-accordion__panel-toggle {
    border: 1px solid #d2d2dc;
    background-color: #fff;
    text-align: center;
}

.checker_cross .mp-accordion__panel-toggle .icon path {
    fill: #69c63f;
}

.checker_cross .mp-accordion__panel-title {
    text-decoration: line-through;
}

.movechecklist .prograssion_wrap p {
    font-weight: normal;
    margin: 12px 0px 0;
    font-size: 18px;
}

.movechecklist .prograssion_wrap p a {
    color: #003366;
    font-size: 16px;
}

.movechecklist .prograssion_wrap p a:hover {
    text-decoration: underline;
}

.mp-accordion-active .mp-accordion__panel-title {
    font-weight: 700;
    -webkit-transition: margin .3s linear;
    transition: margin .3s linear;
}

.tcp-row span {
    color: #fff;
    margin-left: 15px;
    text-align: center;
    background: #013f7d;
    padding: 6px 14px;
    border: solid 1px #004890;
    font-size: 14px;
}

.tcp-row span b {
    margin-left: 10px;
}

.deny-pointer-events {
    pointer-events: none;
}

@media screen and (min-width: 481px) {
    .mp-accordion {
        padding: 2rem;
    }
    .mp-accordion__panel-header {
        padding: 0 1.38em;
    }
    .flip-to-left {
        -webkit-animation: flip-vertical-left .4s cubic-bezier(.455, .03, .515, .955) both;
        animation: flip-vertical-left .4s cubic-bezier(.455, .03, .515, .955) both;
    }
    .mp-accordion__panel-title {
        width: calc(100% - 3em);
        font-size: 18px;
    }
    .mp-accordion__panel-toggler {
        right: 2em;
    }
    .mp-accordion__panel-detail {
        padding: 1em 3em;
    }
    .mp-handover {
        position: relative;
        padding: 1em;
        /*        min-height: 186px;*/
        align-items: center;
        display: flex;
    }
    .mp-accordion__panel-detail .for-mid-and-large {
        display: inline-block;
        display: initial;
        height: auto;
        margin-right: 2em;
    }
    .mp-handover__sub-title {
        font-size: 1.3rem;
        font-weight: 500;
        color: #036;
    }
    .flip-to-right {
        -webkit-animation: flip-vertical-right .4s cubic-bezier(.455, .03, .515, .955) both;
        animation: flip-vertical-right .4s cubic-bezier(.455, .03, .515, .955) both;
    }
    /*    button check*/
    .mp-accordion__panel-toggle {
        /*    position: static;*/
        display: inline-block;
        vertical-align: middle;
        margin-right: 1em;
        -webkit-transform: none;
        transform: none;
        top: 29%;
    }
}

@media screen and (min-width: 960px) {
    .mp-handover__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .mp-handover__content p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .mp-handover__content p:last-child {
        margin-bottom: 0px;
    }
    .mp-handover__content> :not(img) {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
    .mp-handover__content> :not(img) {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
    .mp-handover__content .mp-form {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
        flex: 1 0 60%;
        display: inherit;
    }
}

@media screen and (max-width: 1199px) {
    .movechecklsitwrapper label {
        font-size: 14px;
    }
    .movechecklsitwrapper input {
        min-width: 210px;
        margin: 0 7px !important;
        font-size: 14px;
    }
    .text-done button {
        padding: 6px 16px;
        font-size: 13px;
    }
    .tcp-row span {
        margin-left: 7px;
        padding: 5px;
        font-size: 13px;
    }
    .tcp-row span b {
        margin-left: 0px;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1199px) {
    .header-pe span a {
        color: #fff;
        width: 225px;
        display: inline-block;
    }
}

@media screen and (max-width: 991px) {
    .movechecklsitwrapper .is-sticky {
        top: 50px;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .movechecklsitwrapper form .form-group {
        text-align: center;
        margin: auto;
    }
    .movechecklsitwrapper input {
        min-width: 250px;
    }
    .tcp-row span {
        margin: 15px 5px 0;
    }
}

@media screen and (max-width: 575px) {
    .movechecklsitwrapper form .form-group {
        text-align: center;
        margin: auto;
    }
    .movechecklsitwrapper form .form-group span {
        display: grid
    }
    .movechecklsitwrapper input {
        margin: 15px 0 !Important;
    }
    .tcp-row span {
        display: inline-block !important;
    }
}

@media screen and (max-width: 480px) {
    .mp-accordion__panel-toggle {
        top: 50%;
    }
}


/*style movechecklist 7519*/

p.mp-handover__content-links a {
    font-size: 14px;
    color: #c06;
}

p.mp-handover__content-links a:hover,
.sub-title-container p a:hover,
.mp-handover__content p a:hover {
    color: #036;
}

.sub-title-container p a,
.mp-handover__content p a {
    color: #c06;
}

span.seprator {
    margin: 0 5px;
}

.mp-handover-listing li {
    list-style-type: disc;
    list-style: inside;
}

ul.mp-handover-listing {
    flex: 1;
}

p.mp-handover__content-links {
    background: #f1f1f7;
    padding: 0 1rem 1rem;
    border-radius: 0 0 4px 4px;
}

.sub-title-container {
    padding: 15px 0;
    border-bottom: solid 1px #CCC;
}

.sub-title-container:last-child {
    padding-bottom: 0;
    border-bottom: none;
}


/*MoveChecklist page
****************************************end**/


/*Liability statement section
********************************************/

.impo_liability {
    border: solid 1px #bdbdbd;
    border-radius: 4px;
    padding: 15px;
}

.liability-h {
    text-transform: uppercase;
    font-weight: 700;
}

.impo_liability p {
    text-align: justify;
    line-height: 22px
}


/*Comments sales section
********************************************/

.country_name {
    font-weight: bold;
    color: #cc0066
}

.comments_sales_s .report-summary {
    padding: 22px 26px;
}

.comments_sales_s p {
    text-align: justify;
    padding: 15px 0;
    border-bottom: solid 1px #e8e8e8;
    font-style: italic;
}


/*comments style css*/

.comments_sales_s .comment-box-summary {
    text-align: justify;
    padding: 12px 15px;
    border: solid 1px #e8e8e8;
    background: #fff;
    margin-top: 15px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px #efefef;
}

.comments_sales_s .comment-box-summary span {
    font-size: 12px;
}

.comments_sales_s .comment-box-summary span b {
    color: #003366;
    font-size: 14px;
}

.comments_sales_s .comment-box-summary blockquote {
    position: relative;
    padding: 15px 15px 15px 25px;
    margin: 0
}

.comments_sales_s .comment-box-summary blockquote q {
    font-size: 14px;
    color: #333;
}

.comments_sales_s .comment-box-summary blockquote q:before {
    color: #c6c6c6;
    font-size: 32px;
    font-weight: bold;
    line-height: normal;
    left: 0;
    top: 0;
    position: absolute;
    width: auto;
}

.comments_sales_s .comment-box-summary blockquote q:after {
    color: #c6c6c6;
    font-size: 32px;
    font-weight: bold;
    line-height: normal;
    position: absolute;
    width: auto;
    bottom: -15px;
    padding-left: 12px;
}


/*comments style css***********end*/

.comments_sales_s p span {
    font-weight: 600;
    display: grid;
    font-style: normal;
}


/*HOUSE PRICE PREDICTIONS FOR 2019  section
*******************************************************/

.predictor {
    background: #f7f7f7;
    padding: 22px 26px;
    border-radius: 40px 0 40px;
}

.predictor p {
    margin-bottom: 1rem;
    text-align: justify;
    line-height: 22px;
    font-style: italic;
}

.predictor span {
    color: #003366;
    font-weight: bold;
    font-size: 16px;
}

@media (max-width:767px) {
    .prediction5years a img {
        width: auto;
        max-width: 100%;
    }
}


/*Messages chat box
**********************************/

.chatbox-holder {
    padding: 36px 0 20px
}

.chatbox {
    width: 100%;
    height: 410px;
    margin: 0 20px 0 0;
    position: relative;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    display: inline-flex;
    flex-flow: column;
    border-radius: 10px 10px 0 0;
    background: white;
    bottom: 0;
    transition: .1s ease-out;
}

.chatbox-top {
    position: relative;
    display: flex;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
    background: rgba(0, 0, 0, .05);
}

.chat-partner-name,
.chat-group-name {
    flex: 1;
    padding: 0 0 0 75px;
    font-size: 15px;
    font-weight: bold;
    color: #30649c;
    text-shadow: 1px 1px 0 white;
    transition: .1s ease-out;
}

.status {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #cacaca;
    margin: 0 3px 0 0;
}

.online {
    background: #b7fb00;
}

.away {
    background: #ffae00;
}

.donot-disturb {
    background: #ff4343;
}

.chatbox-avatar {
    width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 50%;
    background: white;
    padding: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    position: absolute;
    transition: .1s ease-out;
    bottom: 0;
    left: 6px;
}

.chatbox-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.chat-messages {
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding: 15px;
    overflow: auto;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    flex: 1;
}

.message-box-holder {
    width: 100%;
    margin: 0 0 15px;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.message-sender {
    font-size: 11px;
    margin: 8px;
    color: #3f3f3f;
    align-self: flex-start;
}

.flex-end {
    align-self: flex-end;
    margin: 8px;
    color: #6c6c6c;
}

.message-sender a,
.message-sender a:link,
.message-sender a:visited,
.chat-partner-name a,
.chat-partner-name a:link,
.chat-partner-name a:visited {
    color: #30649c;
    text-decoration: none;
}

.message-box {
    padding: 6px 10px;
    border-radius: 15px;
    position: relative;
    /*  background: rgba(100, 170, 0, .1);
  border: 1px solid rgba(100, 170, 0, .1);*/
    border: 2px solid #2a77f9;
    background: #2a77f9;
    color: #fff;
    font-size: 13px;
}

.message-box:after {
    content: "";
    position: absolute;
    border: 14px solid transparent;
    border-bottom: 11px solid rgb(42, 119, 249);
    border-right: none;
    bottom: -13px;
    right: -6px;
    border-bottom-right-radius: 36px;
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
}

.message-partner {
    /*  background: rgba(0, 114, 135, .1);*/
    background: #e6e5eb;
    /*  border: 1px solid rgba(0, 114, 135, .1);*/
    border: 2px solid #e6e5eb;
    align-self: flex-start;
    color: #000
}

.message-partner:after {
    content: "";
    position: absolute;
    border: 14px solid transparent;
    border-bottom: 10px solid rgb(230, 229, 235);
    border-left: none;
    right: auto;
    bottom: -10px;
    border-bottom-right-radius: 36px;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    left: 3px;
}

.chat-input-holder {
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.chat-input {
    resize: none;
    padding: 5px 10px;
    height: 50px;
    line-height: 39px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #999999;
    flex: 1;
    border: none;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.chat-input:focus,
.message-send:focus {
    outline: none;
}

.message-send::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.message-send {
    -webkit-appearance: none;
    background: #e9e9e9;
    color: #7d7c7c;
    font-size: 14px;
    padding: 0 15px;
    font-weight: bold;
    border: none;
    cursor: pointer
}

.chatbox-min .chat-partner-name,
.chatbox-min .chat-group-name {
    padding: 0 0 0 75px;
}

.settings-popup {
    background: white;
    border-radius: 20px/10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
    font-size: 13px;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 33px;
    transition: .15s;
    transform: scale(1, 0);
    transform-origin: 50% 0;
    width: 120px;
    z-index: 2;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 2px solid rgba(0, 0, 0, .3);
}

.settings-popup:after,
.settings-popup:before {
    border: 7px solid transparent;
    border-bottom: 7px solid white;
    border-top: none;
    content: "";
    position: absolute;
    left: 45px;
    top: -10px;
    border-top: 3px solid rgba(0, 0, 0, .2);
}

.settings-popup:before {
    border-bottom: 7px solid rgba(0, 0, 0, .25);
    top: -11px;
}

.settings-popup:after {
    border-top-color: transparent;
}

#chkSettings {
    display: none;
}

#chkSettings:checked+.settings-popup {
    opacity: 1;
    transform: scale(1, 1);
}

.settings-popup ul li a,
.settings-popup ul li a:link,
.settings-popup ul li a:visited {
    color: #999;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
}

.settings-popup ul li a:hover {
    background: rgba(0, 0, 0, .05);
}

.propertyStatsHeading .tooltip_text {
    text-transform: none
}


/* ------------------ css for security question check ------------------ */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    width: 100%;
    height: 100%;
    overflow: hidden
}

body {
    margin: 0;
    font-family: 100 16px/1em 'Open Sans', sans-serif;
    background: #fff;
}

.securitycheck-form input,
.securitycheck-form button {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
    resize: none;
    font-family: 'Open Sans', serif;
    -webkit-font-smoothing: antialiased
}

.securitycheck-form p.button input {
    display: inline-block;
    background: #cc0066;
    border: 0;
    color: #fff;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s
}

.securitycheck-form p.button input:hover {
    background: #da006d
}

.securitycheck-form {
    display: inline-block;
    margin-bottom: 31px
}

.securitycheck-form input {
    font: 300 18px/1em 'Open Sans', serif;
    color: #000000
}

.securitycheck-form input[type=text] {
    background: #fff;
    line-height: 1em;
    border: 1px solid #d4d7da;
    height: 50px
}

.security_check {
    position: fixed;
    width: 100%;
    z-index: 10002;
    height: 100%;
    background: #cecece url(../images/login-bg.jpg) no-repeat;
}

.security_check .wrapper {
    background: #948E99;
    background: -webkit-linear-gradient(to left, #e4c2c2, #efefef);
    background: linear-gradient(to left, #e4c2c2, #efefef);
    position: absolute;
    margin: 0 auto;
    text-align: center;
    -moz-border-radius: 3px;
    width: 100%;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.security-check_close {
    position: absolute;
    right: 13px;
    top: 7px;
    cursor: pointer
}

.security-check_close::before {
    content: "x";
    font: 400 26px/1em 'Open Sans', serif;
    color: #c06;
}

.security-check_close:hover {
    opacity: 0.8;
}

.security_check .security-content {
    padding: 100px 24px;
    margin: 0 auto
}

.security_check .security-content h2 {
    font: 600 24px/1em 'Open Sans', serif;
    color: #333;
    text-align: center;
    margin: 0 auto 15px
}

.security_check .security-content p {
    margin: 0 auto 25px;
    font: 400 18px/1.3em 'Open Sans', serif;
    color: #333
}

.security_check .security-content form {
    margin: 0;
    padding: 0;
    width: 100%;
}

.security_check .security-content form p {
    margin: 0 auto 10px
}

.security_check .security-content form p:not(.button) {
    float: none;
    width: 100%;
}

.security_check .security-content form p:not(.button) input {
    width: 100%;
    margin: 0;
    padding: 12px 15px !important;
    border-color: #d0d5d8;
    border-radius: 3px;
}

.security_check .security-content form .button {
    float: none;
    width: 100%
}

.security_check .security-content form .button input {
    width: 100%;
    padding: 20px 25px 18px !important;
    font-size: 12px
}

@media screen and (min-width: 800px) {
    .security_check .wrapper {
        width: 800px;
    }
    .security_check .security-content form .button input {
        width: auto;
        margin: 0
    }
    .security_check .security-content form .button {
        float: left;
        width: auto;
        margin-left: 15px;
    }
    .security_check .security-content form {
        width: auto
    }
    .security_check .security-content form p {
        margin: 0 auto 15px
    }
    .security_check .security-content form p:not(.button) {
        float: left;
        width: auto
    }
    .security-content form p:not(.button) input {
        width: 300px !important;
        margin: 0 15px 0 0
    }
}

.security-check-info-box a {
    color: #c06;
    font-size: 16px;
}


/*confirmaton page css style 24619*/

.confirmation_page .modal-body {
    font-size: 15px;
    color: #000;
    line-height: 30px;
}

.confirmation_page .close {
    margin: 3px 10px 0px 0px;
    position: absolute;
    right: 0;
    z-index: 99999;
    color: #000 !important;
}

.confirmation_page .modal-body .field {
    width: 229px;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #E8E8E8;
    padding: 0px 0px 0px 10px;
    margin-top: 20px;
    color: #E02982;
}

.confirmation_page .modal-body .field:focus {
    border-color: #E8E8E8 !important;
}

.confirmation_page .modal-body .sub_btn {
    background: #cc0066 none repeat scroll 0px 0px;
    border: 0px none;
    border-radius: 3px;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 39px;
    margin: 20px 0px;
    padding: 0px 20px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 15px;
}

.confirmation_page .modal-body .sub_btn:hover {
    background: #ba025e !Important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 2px 10px 0px #a07a8e;
}

.confirmation_page .modal-dialog {
    max-width: 567px;
}


/*appointment-booked page*/

.confirmed-appointment h1 {
    font-size: 32px;
    color: #333;
    margin-bottom: 5px;
}

.confirmed-appointment ul {
    margin-top: 10px
}

.confirmed-appointment ul li {
    list-style-type: circle;
    list-style-position: inside;
    font-size: 16px;
    line-height: 28px;
    color: #323c3c;
}

.header-block {
    font-size: 16px;
    color: #323c3c;
    font-weight: 600;
    line-height: 28px;
}

.confirmed-appointment .header-block span {
    color: #3366cc
}

span.form1-loader {
    padding: 0 !Important;
}

#search_loder_Modal button.btn-default {
    background: whitesmoke;
}

.form-inline-container button.disable_btn {
    color: GrayText;
    cursor: not-allowed;
    background-color: #ddd;
    background: #ddd;
}


/*MAP POC PAGE CSS
********************************/

#poc-map {
    position: relative;
}

.popupbtn {
    padding: 0;
    cursor: pointer
}

.recent-sold-form {
    display: block;
    margin-top: 15px;
}

span.filter-option {
    display: inline-flex;
    align-items: center;
    margin: 0px 0 20px;
    font-size: 14px;
    vertical-align: middle;
}

.form-submit {
    /*    padding: 6px 0;*/
    margin: 0 4px;
    font-size: 13px;
    color: #4f5f6f;
    border-radius: 3px;
    /*    min-width: 120px;*/
    border-color: #cc0066;
}

.input-group-wrapper .form-submit {
    margin-left: 0;
    border-radius: 0 3px 3px 0px;
    min-width: 100px;
}

.input-group-wrapper {
    margin-left: 4px;
}

.input-group-addon {
    padding: 5px 10px;
    background-color: #c06;
    color: #fff;
}

.btn_filter {
    background: #c06;
    border: solid 1px #ccc;
    outline: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: -21px;
}

.btn_filter:hover {
    background: #ba025e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 2px 10px 0px #a07a8e;
}

.map-sec {
    margin-top: 20px;
}

.map-sec p {
    margin-bottom: 10px;
}


/*tabs*/

.tabrow {
    text-align: center;
    list-style: none;
    margin: 20px 0;
    padding: 0;
    line-height: 24px;
    overflow: hidden;
    font-size: 13px;
    position: sticky;
    z-index: 10;
    top: -5px;
    background: #fff
}

.tabrow li {
    border: 1px solid #e0e0e0;
    border-left: none;
    background: #f6f6f6;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 0 -5px;
    padding: 3px 20px;
    cursor: pointer;
    color: #4f5f6f;
}

.tabrow li span:before {
    content: " ";
    position: absolute;
    left: -3px;
    top: 3px;
    bottom: 2px;
    width: 10px;
    transform: rotate(14deg);
    border-left: 1px solid #e0e0e0;
    background: #f7f7f7;
}

.tabrow li span:after {
    content: " ";
    position: absolute;
    right: -4px;
    top: 3px;
    bottom: 2px;
    width: 10px;
    transform: rotate(-14deg);
    border-right: 1px solid #e0e0e0;
    background: #f7f7f7;
}

.tabrow li.selected {
    background: #FFF;
    color: #c06;
    z-index: 2;
    border-bottom-color: #FFF;
    vertical-align: bottom;
    padding-top: 7px;
    font-weight: 600;
    cursor: default;
}

.tabrow:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #e0e0e0;
    z-index: 1;
}

.tabrow li:before,
.tabrow li:after {
    border: 1px solid #e0e0e0;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}

.tabrow li:before {
    left: -21px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 10px 0px 0 #f7f7f7;
    padding-right: 15px;
}

.tabrow li:after {
    right: -23px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -10px 2px 0 #f7f7f7;
    padding-left: 15px;
}

.tabrow li.selected:before {
    box-shadow: 10px 2px 0 #FFF;
}

.tabrow li.selected:after {
    box-shadow: -10px 2px 0 #FFF;
}

.tabrow li.selected SPAN:before,
.tabrow li.selected SPAN:after {
    background: white;
}

.additional-content-map table tr th,
.additional-content-map table tr td {
    font-size: 13px;
    border-top: solid 1px #ccc;
    padding: 8px;
    /*    min-width: 150px;*/
}

.map-heading-popup {
    font-size: 13px;
    padding: 0 0 15px;
}

.leaflet-container a.leaflet-popup-close-button {
    top: 8px !important;
    right: 8px !important
}

.slec-0 {
    min-width: 200px;
}

.slec-1 {
    min-width: 114px;
}

.slec-2 {
    min-width: 126px;
}

.slec-3 {
    min-width: 87px;
}

.crime-slec-2 {
    min-width: 180px
}

.crime-slec-3 {
    min-width: 136px
}

div.cs-skin-border,
.cs-select ul,
.btn_filter {
    border: solid 1px #c06 !Important;
}

.leaflet-popup-content {
    width: 275px !Important;
    margin: auto !Important;
    padding: 15px;
}

span.additional-content-map table {
    width: 100%;
}

th.sorting_asc {
    background: url(../images/sort-asc.jpg) no-repeat;
    background-position: right center;
}

th.sorting_desc {
    background: url(../images/sort-desc.jpg) no-repeat;
    background-position: right center;
}

th.sorting {
    background: url(../images/cursor-pointer.jpg) no-repeat;
    background-position: right center;
}


/*live update loader*/

.loader_liveupdate {
    display: block;
    font-size: 0px;
    padding: 0px;
    text-align: center
}

.loader_liveupdate span {
    vertical-align: middle;
    border-radius: 100%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px 2px;
    -webkit-animation: loader1 0.8s linear infinite alternate;
    animation: loader1 0.8s linear infinite alternate;
}

.loader_liveupdate span:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: rgba(204, 0, 102, 0.6);
}

.loader_liveupdate span:nth-child(2) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: rgba(204, 0, 102, 0.8);
}

.loader_liveupdate span:nth-child(3) {
    -webkit-animation-delay: -0.26666s;
    animation-delay: -0.26666s;
    background: rgba(204, 0, 102, 1);
}

.loader_liveupdate span:nth-child(4) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: rgba(204, 0, 102, 0.8);
}

.loader_liveupdate span:nth-child(5) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: rgba(204, 0, 102, 0.4);
}

@keyframes loader1 {
    from {
        transform: scale(0, 0);
    }
    to {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes loader1 {
    from {
        -webkit-transform: scale(0, 0);
    }
    to {
        -webkit-transform: scale(1, 1);
    }
}


/*live update loader*************end*/


/* =============================================================================
   Responsive Table CSS
   ========================================================================== */

.poc_container .dataTable {
    display: block;
    width: 100%;
    margin: 1em 0;
}

.poc_container .dataTable thead,
.poc_container .dataTable tbody,
.poc_container .dataTable thead tr,
.poc_container .dataTable th {
    display: block;
}

.poc_container .dataTable thead {
    float: left;
}

.poc_container .dataTable tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
}

.poc_container .dataTable tbody::-webkit-scrollbar {
    -webkit-appearance: none;
    -webkit-overflow-scrolling: auto;
}

.poc_container .dataTable tbody::-webkit-scrollbar-thumb {
    background-color: rgba(204, 0, 102, 1);
    border-radius: 10px;
    border: 2px solid #ffffff;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .5) !important;
}

.poc_container .dataTable tbody::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .5) !important;
}

.poc_container .dataTable td {
    padding: 1em 1.5em;
    line-height: 1.5em;
    border-bottom: 1px dashed #ccc;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 13px;
}

.poc_container .dataTable td b {
    display: block;
}

.poc_container .dataTable th {
    text-align: left;
    border-bottom: 2px solid #333;
    /* padding-right: 20px; */
    font-size: 13px;
}

.poc_container .dataTable tbody tr {
    display: table-cell;
}

.poc_container .dataTable tbody td {
    min-width: 200px;
    min-height: 66px !important;
    line-height: normal;
    vertical-align: middle;
    align-items: center;
    display: flex;
}

.poc_container .dataTable thead th,
.poc_container .dataTable td {
    height: auto !important;
    min-height: 44px;
    vertical-align: middle;
    align-items: center;
    line-height: 44px;
}

@media screen and (min-width: 75em) {
    .poc_container .dataTable {
        display: table;
    }
    .poc_container .dataTable thead {
        display: table-header-group;
        float: none;
    }
    .poc_container .dataTable tbody {
        display: table-row-group;
    }
    .poc_container .dataTable thead tr,
    .poc_container .dataTable tbody tr {
        display: table-row;
    }
    .poc_container .dataTable th,
    .poc_container .dataTable tbody td {
        display: table-cell;
        min-width: inherit;
        line-height: inherit !important;
    }
    .poc_container .dataTable td,
    .poc_container .dataTable th {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    span.prefix {
        width: 120px;
        display: block;
    }
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    z-index: 0
}

.price-data-table td {
    overflow: inherit;
}


/*added the css for map sorting*/

.poc_container table.dataTable thead .sorting:after,
.poc_container table.dataTable thead .sorting:before,
.poc_container table.dataTable thead .sorting_asc:after,
.poc_container table.dataTable thead .sorting_asc:before,
.poc_container table.dataTable thead .sorting_asc_disabled:after,
.poc_container table.dataTable thead .sorting_asc_disabled:before,
.poc_container table.dataTable thead .sorting_desc:after,
.poc_container table.dataTable thead .sorting_desc:before,
.poc_container table.dataTable thead .sorting_desc_disabled:after,
.poc_container table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}

.property:hover {
    background-color: lightyellow;
}

.highlight-row {
    background-color: lightyellow;
}

.normal-row {
    background-color: #FFFFFF;
}


/*poc map pagination
**********************************/

.dataTables_info {
    float: left;
}

.paging_simple_numbers {
    float: right;
    margin-bottom: 20px;
    padding-right: 15px
}

.paging_simple_numbers a {
    font-size: 14px;
    padding: 3px 10px !Important;
    background: white;
    border: solid 1px #ccc;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 5px;
}

.paging_simple_numbers a.current {
    background: #cc0066;
    color: #fff;
    border: solid 1px #c06;
}

.paging_simple_numbers a.current:hover,
.paging_simple_numbers a.current:focus {
    background: #cc0066;
    color: #fff;
    border: solid 1px #c06;
}

.paging_simple_numbers a:hover,
.paging_simple_numbers a:focus {
    background: #e9ecef;
}


/*poc map pagination
*******************************End***/

@media (min-width: 1025px) and (max-width: 1367px) {
    .poc_container .dataTables_wrapper table th:first-child {
        width: 200px !important;
    }
}


/*Rules in modal for IOS Devices
****************************************************/

body {
    width: 100%;
    max-width: 100%;
    will-change: position;
}

body.modal-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal {
    will-change: display;
}

.modal-dialog {
    will-change: transform;
}

.modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}


/*Rules in modal for IOS Devices
*************************************************END***/


/*Price Prediction in summary page*/

.prediction5years .forecast {
    display: flex;
    justify-content: left;
    margin: 32px auto;
}

.prediction5years .forecast .tab {
    width: 140px;
    margin: 20px 0;
}

.prediction5years .forecast .tab a {
    display: block;
    background-color: #eee;
    border: 1px solid #ccc;
    margin: 6px 0;
    padding: 8px 10px;
    font-size: 14px;
    text-decoration: none;
    z-index: 2;
    position: relative;
    left: 1px;
    border-radius: 4px 0 0 4px;
}

.prediction5years .forecast .tab a.active {
    background-color: #fff;
    border-right: 1px solid #fff;
    color: #cc0066;
}

.prediction5years .forecast .tabcontent {
    display: none;
    width: 560px;
    margin: 0;
    padding: 8px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    background: #fff
}

.prediction5years .forecast .tabcontent .chart {
    width: 480px;
    height: 200px;
    margin: 45px auto;
}

.prediction5years .forecast .tabcontent table {
    border-collapse: collapse;
    margin: 45px auto 35px;
    width: 90%
}

.prediction5years .forecast .tabcontent table tr.top td {
    font-weight: 600;
}

.prediction5years .forecast .tabcontent table td:nth-of-type(1) {
    width: 85px;
}

.prediction5years .forecast .tabcontent table td {
    border: 1px solid #ccc;
    padding: 6px;
    text-align: center;
    font-size: 14px;
}

.prediction5years .forecast .tabcontent .cumulative {
    margin: 35px 0;
    text-align: center;
    font-size: 15px;
}

.prediction5years .forecast .tabcontent .cumulative span {
    color: #c06;
}

.prediction5years .forecast .tabcontent table tr.avg td {
    border-top: 2px solid #ccc;
    font-weight: 600;
}


/*Price Prediction in summary page*************************END*/

.lds-spinner.bggray {
    background: rgba(128, 128, 128, 0.4);
    top: 0;
    bottom: 0;
    vertical-align: middle;
    right: 0;
    left: 0;
}

.lds-spinner.bggray img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.chart_tooltip {
    text-align: left
}

.chart_tooltip p {
    font-size: 12px !important;
    color: #ccc;
    text-align: left !important;
}

.chart_tooltip strong {
    font-size: 12px;
    color: #fff
}


/*window modal*/

.windowloadModal {
    background: url(../images/windonwloadbg.jpg) no-repeat;
    background-size: cover;
}

.windowloadModal .modal-dialog {
    top: 25%;
    max-width: 560px;
}

.windowloadModal h5.modal-title {
    font-size: 18px;
    color: #333;
}

.windowloadModal .modal-header,
.windowloadModal .modal-footer {
    border: none
}

.windowloadModal .modal-body p {
    font-size: 16px;
}

.windowloadModal .btn-danger:not(:disabled):not(.disabled).active,
.windowloadModal .btn-danger:not(:disabled):not(.disabled):active {
    background: #0b1e60;
    border-color: #0b1e60;
    box-shadow: none
}

.improvement-row {
    display: inline-block;
}

.improvement-row .form-group {
    width: 100%;
    float: left;
    margin-left: 15px;
}

.improvement-row .form-group label {
    margin-bottom: 5px
}

.improvement-row .month-impro {
    float: left;
    width: 50%
}

.improvement-row .year-impro {
    float: right;
    width: 50%;
}

.modalwidndowwrap ul.nav.nav-tabs {
    margin: 15px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #cc0066;
    border-color: #ffffff #ffffff #fff;
}

.improvement-row .form-control:focus {
    box-shadow: none;
    border: solid 1px #ccc !important;
}

.btn_submit_impro {
    background: #cc0066;
    color: #fff;
    font-size: 14px;
    margin-top: 8px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    float: right;
    margin: 15px;
}

.btn_submit_impro:hover,
.btn_submit_impro:focus {
    color: #fff;
    background: #b5025c;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 2px 10px 0px #a07a8e;
}

.addanother-impro {
    padding-left: 10px;
    display: inline-block
}


/*
.windowloadModal .datepicker{
    padding: .375rem .75rem;
}
.datepicker-dropdown {
    font-size: 12px;
    padding: 10px;
}
table.table-condensed {
    width: 100%;
}
.table-condensed tr td {
    border: solid 1px #ccc;
    text-align: center;
    padding: 3px;
}
*/

.price-dash-before:before {
    content: "";
    border-left: solid 1px #ced4da;
    border-width: 10px;
    height: 2px;
    align-self: center;
    position: absolute;
    left: -5px;
    right: 0;
}

.deletelabel h5 {
    font-size: 14px;
    text-align: left !important;
    padding: 0 15px;
}

.deletelabel .improvement-row.row label {
    font-size: 15px;
    margin: 5px 0px;
}


/*Check box*/

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: inline-block;
}

.styled-checkbox+label:before {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 3px;
    border: solid 1px #d6d6d6;
}

.styled-checkbox:hover+label:before {
    background: #cc0066;
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
    background: #cc0066;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 11px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}


/*Color Keys*/

.colorkeys {
    padding-bottom: 15px;
    top: 458px;
    position: absolute;
    display: inline-block;
}

.colorkeys li {
    display: table;
    padding: 5px 15px;
    margin: 10px 0;
    font-size: 15px;
    background-color: #353535;
    color: #fff;
    font-weight: bold;
}

.colorkeys li:before {
    content: "";
    width: 24px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.colorkeys li.default:before {
    background-color: #ccc;
}

.colorkeys li.outstanding:before {
    background-color: #9cec46;
}

.colorkeys li.good:before {
    background-color: #f8e71c;
}

.colorkeys li.requires-improvement:before {
    background-color: #f6bb4e;
}

.colorkeys li.inadequate:before {
    background-color: #e13c31;
}

.leaflet-marker-icon:not(:hover) {
    z-index: 0 !important;
}


/*usman Covid banner style*/

#cookiescript_injected {
    bottom: 40px !important;
}

@media only screen and (max-width: 768px) {
    #cookiescript_injected {
        bottom: 100px !important;
    }
    #newBanner {
        height: 100px !important;
    }
}

@media only screen and (max-width: 600px) {
    #cookiescript_injected {
        bottom: 120px !important;
    }
    #newBanner {
        height: 120px !important;
    }
}