@font-face {
    font-family: 'Poppins';
    src: local(''),         
         url('../assets/fonts/poppins/Poppins-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
}
h2 {
    text-align: center;
}

.form-group {
    margin-bottom: 15px;
    align-items: center;
}

/* .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
} */
.form-group input,
.form-group select {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-group input[disabled] {
    background-color: #f9f9f9;
}

/* 01-07-2024 */
.card-custom .card-title {
    font-family: Poppins, Helvetica, "sans-serif";
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    color: #08bcff;
}

/* .card-custom .card-body label{ */
.form-group label {
    font-family: Poppins, Helvetica, "sans-serif";
    color: #333333;
    text-align: left !important;
    font-size: 15px;
    padding-bottom: 7px;
    padding-top: 5px;
    display: inline-block;
    margin: 0;
    font-weight: 400;
}

/* .card-custom .card-body span {
    font-family: Poppins, Helvetica, "sans-serif";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #B5B5C3;
} */

.card-custom .form-group .form-control {
    font-family: Poppins, Helvetica, "sans-serif";
    font-size: 13px;
    line-height: 20px;
    color: #3F4254;
    font-weight: 400;
}

.form-group .checkbox input {
    width: auto;
}

.form-group label.checkbox {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: relative;
    text-align: left;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
}

.form-group label.checkbox span {
    margin-right: 12px;
}

.card-title span {
    font-family: Poppins, Helvetica, "sans-serif";
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #B5B5C3;
}

.button-wrap {
    display: flex;
    justify-content: center;
}

.button-wrap button,
.button-wrap button:focus,
.login-form input.login-form-btn {
    width: 100%;
    /* border-color: #3f4254;
    color: #fff;
    background-color: #3f4254; */
    font-family: Poppins, Helvetica, "sans-serif";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background-color: #08bcff;
    border: 1px solid #08bcff;
    color: #fff;
}

.button-wrap button:hover,
.login-form input.login-form-btn:hover {
    color: #08bcff;
    background: transparent;
    border-color: #08bcff;
}

.card-header {
    background-color: transparent;
}

/* PMC */
/* .pmc-form-row {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 12px;
} */
.pmc-header {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    /* background: rgba(0, 0, 0, .03); */
    text-align: center;
}

.pmc-heading-text h3 {
    font-family: Poppins, Helvetica, "sans-serif";
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color: #08bcff;
}

.add-pmc-row {
    padding: 20px;
}

.pmc-user-reponse {
    padding: 20px 20px 0;
}

.question-heading h3 {
    font-family: Poppins, Helvetica, "sans-serif";
    font-size: 17px;
    font-weight: 500;
    margin: 0px;
}
.company-logo-name {
    align-items: center;
}
.question-heading.pmc-header {
    padding: 12px 20px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-left: 0;
    border-right: 0;
    text-align: left;
    cursor: pointer;
}
.question-heading.pmc-header h3 {
    position: relative;
}
.question-heading.pmc-header h3:before,
.question-heading.pmc-header h3:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #666;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.question-heading.pmc-header h3:after {
    width: 2px;
    height: 12px;
    right: 5px;
    left: auto;
}
.question-heading.pmc-header.active h3:after {
    opacity: 0;
}
.form-group.company-logo-name {
    align-items: center;
}
.replay-sent-button{
    display: flex;
    gap:20px;
}
/*
.rmc-form-field-wrap .rmc-form-wrape-inside-field{
    display: none;
}
*/
/* .rmc-form-field-wrap .rmc-form-wrape-inside-field:first-child {
    display: block;
} */
.tender-response-data{
    text-align: center;
}
/*
.rmc-form-field-wrap .rmc-form-wrape-inside-field{
    display: block !important;
}
    */
.pmc-que-checkbox {
    padding-left: 20px;
    padding-right: 10px;
}
.tender-replay-section .checkbox-list{
    display: flex;
    gap:20px;
}
.pmc-form-container .container {
    max-width: 700px;
    padding: 0px;
}
.responstable th {
    background: #08bcff;
    color: #fff;
    font-family: Poppins, Helvetica, "sans-serif";
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 12px 5px 12px 5px;
    text-transform: capitalize;
}
.responstable td {
    font-family: Poppins, Helvetica, "sans-serif";
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}
.responstable a {
    color: #08bcff;
}
.add-remove-btn button {
    border-color: #08bcff;
    color: #fff;
    background-color: #08bcff;
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 24px;
}
.add-remove-btn button:hover,
.add-remove-btn button:focus {
    border-color: #08bcff;
    color: #08bcff;
    background-color: #fff;
}
.page-id-43 footer {
    display: none;
}

.login-form input.login-form-btn:hover,
.login-form input.login-form-btn:focus {
    color: #08bcff;
    background: transparent;
    border-color: #08bcff;
}

.login-form input.login-form-btn {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #08bcff;
    border: 1px solid #08bcff;
    color: #fff;
}

.login-form .form-group {
    justify-content: center;
}

.py-8 {
    padding-top: 20px;
    padding-bottom: 20px;
}

ul.edProfile.navi {
    padding: 0;
    margin: 0;
}

ul.edProfile.navi li.pInfo {
    list-style: none;
}

ul.edProfile.navi li.pInfo a.navi-link {
    color: #000;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;

}

ul.edProfile.navi li.pInfo a.navi-link:hover {

    text-decoration: none;
}

body {
    background: #CCEEF2;
}

.profile-name a {
    color: #000;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

/*.profile-name a:hover {
   color: #1DB5E5;
}*/
.gap-10 {
    gap: 10px;
}

/* .profile-sidebar-wrap {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
} */
.pre_image {
    padding-bottom: 10px;
}

/* 08-07 */
.profile-sidebar-image-section .symbol {
    width: 90px;
    height: auto;
}
.profile-sidebar-wrap img {
    width: auto;
    max-width: 100%;
    border-radius: 12px;
}

.form-group label {
    text-align: left;
}

.my-account-smsc-user-fields-main-class input,
.my-account-smsc-user-fields-main-class button,
.my-account-smsc-user-fields-main-class textarea,
.my-account-smsc-user-fields-main-class select {
    pointer-events: none;
    opacity: 0.8;
    background-color: #F3F6F9;
}

.profile-sidebar-image-section {
    display: flex;
}

.profile-sidebar-title:hover {
    text-decoration: none;
}

.profile-sidebar-title {
    font-weight: 600;
}

/* .svg-icon svg g [fill] {
    fill: #B5B5C3;
} */
.profile-sidebar-wrap .svg-icon svg g [fill] {
    fill: #B5B5C3;
}

ul.edProfile.navi li.pInfo a.navi-link.active,
ul.edProfile.navi li.pInfo a.navi-link:hover {
    background-color: #F3F6F9;
    color: #08bcff;
}

ul.edProfile.navi li.pInfo a.navi-link {
    padding: 0.75rem 1.5rem !important;
    border-radius: 0.75rem;
    width: 100%;
    display: flex;
}

ul.edProfile.navi li.pInfo a.navi-link.active .svg-icon svg g [fill],
ul.edProfile.navi li.pInfo a.navi-link:hover .svg-icon svg g [fill] {
    fill: #08bcff;
}

.profile-form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-button-list {
    display: flex;
}

.profile-button-list .button-item {
    margin-left: 10px;
}

.profile-button-list .button-item a {
    font-weight: 700;
    padding: 8px 13px;
    border-radius: 4px;
    background-color: #08bcff;
    border: 1px solid #08bcff;
    color: #fff;
    display: block;
}

.profile-button-list .button-item a:hover {
    text-decoration: none;
    color: #08bcff;
    background: transparent;
    border-color: #08bcff;
}

.my-account-smsc-user-fields-main-class .registration-submit-wrap {
    display: none;
}

.edit-smsc-user-fields-main-class .button-item.profile-edit-btn {
    display: none;
}

.company-information-form .pmc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.edProfile .svg-icon {
    color: #b5b5c3;
}

ul.edProfile.navi li.pInfo a.navi-link.active .svg-icon,
ul.edProfile.navi li.pInfo a.navi-link:hover .svg-icon {
    color: #08bcff;
}

.button-wrap.registration-submit-wrap {
    flex-wrap: wrap;
}

.my-account-smsc-user-fields-main-class .pmc-header,
.company-details-edit .pmc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.company-details-edit .company-edit-btn {
    display: none;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    border: 1px solid #E4E6EF !important;
}

body .company-details-edit .d-none {
    display: flex !important;
}

/* 10-07 */
.login-logo .login-header-logo {
    width: 150px;
}

.loginpage-header {
    width: 100%;
    display: flex;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center;
}

.rightTxt h2 {
    color: #fff;
    text-align: right;
    font-size: 26px;
    margin: 15px 0;
}

.user-registraion-page .pmc-form-row {
    padding: 20px 30px;
}

.user-registraion-page h3 {
    color: #08bcff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 5px 0;
}

.pmc-form-row.login-form {
    padding: 20px 25px;
    box-shadow: 0px 0px 30px #cec8c8;
    border-radius: 0;
    border: 0;
    background-color: #fff;
}

.pmc-form-row.login-form h3 {
    font-size: 24px;
    font-weight: 600;
}

.pmc-form-row.login-form .form-group label {
    font-size: 14px;
    font-weight: 600;
}

.user-registraion-page p {
    margin: 0 0 5px 0;
}

.form-email-mobile {
    width: 33.33%;
}

.user-registraion-page .checkbox-list {
    display: flex;
}

.user-registraion-page .checkbox-list label {
    margin-right: 50px;
}

.form-title-name {
    display: flex;
    justify-content: space-between;
}

/* .company-information-form {
    padding: 20px;
} */

.profile-sidebar-wrap,
.user-registraion-page .pmc-form-row,
.profile-forms,
.company-google-review-form,
.rmc-form-field-wrap .card,
.company-information-form {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 17px 41px -21px rgb(0, 0, 0);
    border-top: 9px solid #08bcff;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.button-wrap button:focus-visible,
.button-wrap button:focus {
    outline: none;
}

input[type=email]:focus-visible,
input[type=number]:focus-visible,
input[type=password]:focus-visible,
input[type=search]:focus-visible,
input[type=tel]:focus-visible,
input[type=text]:focus-visible,
input[type=url]:focus-visible,
input[type=submit]:focus-visible,
select:focus-visible,
textarea:focus-visible,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=submit]:focus,
select:focus,
textarea:focus {
    outline: none;
}

label.error {
    color: #DC1839;
    font-size: 12px;
}
.error{
    color: #DC1839;
}

/* .rmc-form-wrape-inside-field {
    display: none;
} */

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

.specify-filed .specify-other-filed {
    display: none;
}

/* Rmc_Dashboard */
.wizard.wizard-1 .wizard-nav .wizard-steps {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px !important;
}

.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step {
    display: flex;
    align-items: center;
    text-align: center;
    /* width: 14%; */
}

.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label {
    margin-left: 25px;
    margin-right: 25px;
}


.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon {
    color: #B5B5C3;
    font-size: 3.75rem;
}

.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-label .wizard-icon,
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label .wizard-icon {
    color: #0BB783;
}

.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
    /* color: #7E8299; */
    font-size: 14px;
    font-weight: 500;
    margin-top: 0.75rem;
    font-family: Poppins, Helvetica, "sans-serif" !important;
}
#company_overview {
    margin-top:23px;
}
.replay-button-list{
    display: flex;
    gap:10px;
}
.add-remove-btn .replay-remove-button,body .replay-remove-button {    
    border-color: #DC1839;
    color: #fff;
    background-color: #DC1839;
    font-family: 'Poppins';
    font-size: 10px;
    margin-bottom: 45px;
    line-height: 14px;
}
.replay-button-list .replay-add-button{
    
    font-family: 'Poppins';
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 45px;
}
.pmc-replay-form-section-septrate{
    padding:0px;
}
.pmc-replay-form-section-septrate .pmc-heading-text h5{
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 20px;
}

/* .rmc-dashboard-svg-icon.svg-icon svg g [fill] {
    fill: #0BB783;
} */


/* .wizard-arrow.svg-icon svg g [fill] {
    fill: #0BB783 !important;
} */

/* .rmc-dashboard-wizard-title {
    color: #0BB783 !important;
    font-size: 14.3px !important;
} */

.svg-icon.svg-icon-4x svg {
    height: 48px !important;
    width: 4rem !important;
}

.rmc-dashboard-card-label {
    color: #3F4254 !important;
    font-weight: 600 !important;
    white-space: nowrap;
    font-size: 17.55px !important;
    font-family: 'poppins';
}

.rmc-card-custom {
    border: 0 !important;
    margin-bottom: 25px !important;
    border-radius: .75rem !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif !important;
}

.apexcharts-legend {
    display: flex;
    overflow: auto;
    padding: 0 10px;
}

.apexcharts-legend.apx-legend-position-bottom,
.apexcharts-legend.apx-legend-position-top {
    flex-wrap: wrap
}

.apexcharts-legend.apx-legend-position-right,
.apexcharts-legend.apx-legend-position-left {
    flex-direction: column;
    bottom: 0;
}

.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-left,
.apexcharts-legend.apx-legend-position-top.apexcharts-align-left,
.apexcharts-legend.apx-legend-position-right,
.apexcharts-legend.apx-legend-position-left {
    justify-content: flex-start;
}

.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center,
.apexcharts-legend.apx-legend-position-top.apexcharts-align-center {
    justify-content: center;
}

.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-right,
.apexcharts-legend.apx-legend-position-top.apexcharts-align-right {
    justify-content: flex-end;
}

.apexcharts-legend-series {
    cursor: pointer;
    line-height: normal;
    display: flex;
}

.apexcharts-legend.apx-legend-position-bottom .apexcharts-legend-series,
.apexcharts-legend.apx-legend-position-top .apexcharts-legend-series {
    align-items: center;
}

.apexcharts-legend-text {
    position: relative;
    font-size: 14px;
}

.apexcharts-legend-text *,
.apexcharts-legend-marker * {
    pointer-events: none;
}

.apexcharts-legend-marker {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 3px;
}

.apexcharts-legend-series.apexcharts-no-click {
    cursor: auto;
}

.apexcharts-legend .apexcharts-hidden-zero-series,
.apexcharts-legend .apexcharts-hidden-null-series {
    display: none !important;
}

.apexcharts-inactive-legend {
    opacity: 0.45;
}

.rmc-dashbord-row-welcome-resident.row .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}



.rmc-dashbord-row-welcome-resident.row .card.card-custom>.card-header {

    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    align-items: center;
}

.card.card-custom {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    border: 0;
}

.rmc-dashbord-row-welcome-resident.row .card.card-custom>.card-header .card-title,
.rmc-dashbord-row-welcome-resident.row .card.card-custom>.card-header .card-title .card-label {
    font-weight: 500;
    font-size: 15.30px;
    color: #181C32;
}

.rmc-dashbord-row-welcome-resident.row .font-weight-bolder {
    font-weight: 600 !important;
}

.rmc-dashbord-row-welcome-resident.row .pl-4,
.rmc-dashbord-row-welcome-resident.row .px-4 {
    padding-left: 1rem !important;
}

.rmc-dashbord-row-welcome-resident.row .align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.card-header:first-child {
    border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0;
}

.pt-6,
.py-6 {
    padding-top: 1.5rem !important;
}

.border-0 {
    border: 0 !important;
}

.card-header {
    padding: 2rem 2.25rem;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #EBEDF3;
}

.rmc-dashbord-row-welcome-resident.row .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.rmc-dashbord-row-welcome-resident.row .card-header:first-child {
    border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0;


}

.rmc-dashbord-row-welcome-resident.row .card.card-custom>.card-body {
    padding: 2rem 2.25rem;
}

.card.card-custom>.card-header .card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin: 0.5rem;
    margin-left: 0;
}

.rmc-dashbord-row-welcome-resident.row .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

/* .card.card-custom>.card-header .card-title .card-label {
    margin: 0 0.75rem 0 0 !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
} */


.mb-5,
.my-5 {
    margin-bottom: 1.25rem !important;
}

.rmc-dashbord-row-welcome-resident.row .align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.font-weight-bolder {
    font-weight: 600 !important;
}

.text-dark-75 {
    color: #3F4254 !important;
}

.font-size-h3 {
    font-size: 1.5rem !important;
}

.page-loading * {
    -webkit-transition: none !important;
    transition: none !important;
}

/* .ic-radio-label {
    position: relative;
    width: 32%;
} */

.ic-radio-label .ic-radio-inner-label {
    position: relative;
    display: inline-block;
    padding-right: 45px;
    font-size: 15px;
    text-align: center;
    line-height: 15px;
}



.ic-radio-label .ic-radio-inner-label::before {
    content: "";
    position: absolute;
    right: 0;
    /* top: 0; */
    top: -7px;
    border: 2px solid #555;
    width: 30px;
    transition: border-bottom 0.5s ease;
    height: 30px;
    display: block;
    background: #fff;
    border-radius: 3px;
}

.ic-radio-label .ic-radio-inner-label {
    position: relative;
    display: inline-block;
    padding-right: 45px;
    font-size: 15px;
    text-align: center;
    line-height: 15px;
    color: #3F4254;
}

.ic-radio-label .ic-radio-inner-label {
    position: relative;
    display: inline-block;
    padding-right: 45px;
    font-size: 15px;
    text-align: center;
    line-height: 15px;
}

.text-muted {
    color: #B5B5C3 !important;
}

body .mb-5,
.my-5 {
    margin-bottom: 1.25rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 1.25rem !important;
}

.ic-radio-label input:checked~.ic-radio-inner-label::after {
    content: "✓";
    color: #000;
    position: absolute;
    font-size: 50px;
    right: -12px;
    top: -2px;
    /* top: 4px; */
    z-index: 1;
    color: green;
}

.ic-radio-label {
    position: relative;
    width: 32%;
}

.ic-radio-label input {
    width: 0;
    height: 0;
    opacity: 0;
}

.ic-radio-label .ic-radio-inner-label {
    position: relative;
    display: inline-block;
    padding-right: 45px;
    font-size: 15px;
    text-align: center;
    line-height: 15px;
}

.promo-widget-heading h2 {
    font-size: 22px;
    line-height: 32px;
}

.card.card-custom>.card-body {
    padding: 2rem 2.25rem;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}



.service-comparison-boxes-col {
    padding-left: 2px;
    padding-right: 2px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.service-comparison-boxes-row {
    clear: both;
    margin-left: -2px;
    margin-right: -2px;
}

.service-comparison-box {
    padding: 10px;
    border: 1px solid #1BC5BD;
    border-radius: 5px;
}

.service-comparison-header {
    text-align: center;
    padding-bottom: 0px;
    border-bottom: 1px solid #1BC5BD;
    margin-bottom: 10px;
}

.service-comparison-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-comparison-header h3 {
    font-size: 16px;
    background: #1BC5BD;
    padding: 10px 10px;
    color: #fff;
}

.service-comparison-body ul li {
    padding-left: 10px;
    margin-bottom: 15px;
    position: relative;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    font-family: Poppins, Helvetica, "sans-serif";
}

.service-comparison-body ul li:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #1BC5BD;
    left: 0;
    top: 5px;
}

.promo-widget-heading h2 {
    text-align: left;
}

/* .card.card-custom.card-stretch.gutter-b {
    height: auto;
    min-height: 81%;
} */

.card.card-custom>.card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    align-items: center;
}

.card.card-custom>.card-header .card-title,
.card.card-custom>.card-header .card-title .card-label {
    font-weight: 500;
    font-size: 1.275rem;
    color: #181C32;
}

.card.card-custom>.card-header .card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin: 0.5rem;
    margin-left: 0;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #0BB783 !important;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    font-size: 8px;
    padding-top: 2px;
}
.progress-bar.your_details, .progress-bar.your_details_pmc {
    font-size: 8px;
}
.progress {
    height: 13px;
    margin-right: 40px;
    margin-top: 5px;
}

.symbol {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.75rem;
}

.symbol.symbol-45 .symbol-label {
    width: 45px;
    height: 45px;
}

.card-body .d-flex.align-items-center.mb-9 i.fas.fa-check-circle {
    font-size: 24px;
    color: #75c5bd;
    margin-top: 4px;
}

.fa-check-circle:before {
    content: "\f058";
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.label.label-lg.label-inline {
    width: auto;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.label.label-light-primary {
    color: #0BB783;
    background-color: #D7F9EF;
}

.mb-9,
.my-9 {
    margin-bottom: 2.25rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.uploadBtns {
    position: relative;
}

.labelDesign {
    position: relative;
    width: 100%;
    float: left;
}

.labelDesign {
    position: relative;
    width: 100%;
    float: left;
}

.uploadBtns input {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 20px;
    width: 20px;
}

.uploadBtns label .hideLabel {
    display: none;
}

.hideLabel .form-group {
    margin: 20px 0 10px -30px;
}

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

.rmc-view-tender-field input {
    pointer-events: none;
    opacity: 0.5;
}

.rmc-view-tender-field .button-wrap {
    display: none;
}

.rmc-view-tender-field .rmc-form-wrape-inside-field {
    display: block;
}
/* 16-07 */
.uploadBtns .labelDesign > label {
    width: 100%;
    float: left;
    border: 1px dotted #ddd;
    padding: 20px 20px 20px 50px;
    position: relative;
}
.uploadBtns input:checked + label .hideLabel {
    display: block;
}
.uploadBtns .custom-file button {
    width: 70px;
    float: right;
    height: 30px;
    border: none;
    background: #28a745;
    color: #fff;
    font-size: 12px;
}
.uploadBtns .custom-file label {
    width: calc(100% - 70px);
    float: left;
    height: 30px;
    background: #efefef;
    display: flex;
    align-items: center;
    padding: 0 10px 0 40px;
    cursor: pointer;
}
.rmc-dashbord-row-welcome-resident .service-schdule-call-box-logo img {
    max-width: 100px;
}
.rmc-dashbord-row-welcome-resident .card.card-custom{
    border-radius: 12px;
}
.rmc-dashbord-row-welcome-resident .schedule_call_btn {
    color: #fff;
    background-color: #08bcff;
    border: 0 none;
    padding: 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    white-space: normal;
}
.rmc-dashbord-row-welcome-resident .schedule_call_btn:hover {
    background-color: #07ade9;
}
.rmc-dashbord-row-welcome-resident .h1, .rmc-dashbord-row-welcome-resident .h2,.rmc-dashbord-row-welcome-resident .h3,.rmc-dashbord-row-welcome-resident .h4, .rmc-dashbord-row-welcome-resident .h5, .rmc-dashbord-row-welcome-resident .h6, .rmc-dashbord-row-welcome-resident h1, .rmc-dashbord-row-welcome-resident h2, .rmc-dashbord-row-welcome-resident h3, .rmc-dashbord-row-welcome-resident h4, .rmc-dashbord-row-welcome-resident h5, .rmc-dashbord-row-welcome-resident h6 {
    font-family: Poppins, Helvetica, "sans-serif" !important;
}
.rmc-dashbord-row-welcome-resident .service-schdule-box h5 {
    font-size: 16px;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 19px;
    color: rgb(63 66 84);
}
.rmc-dashbord-row-welcome-resident .service-schdule-call-box p {
    font-weight: 500;
    color: #666;
    font-size: 13px;
    line-height: 20px;
}
.rmc-dashbord-row-welcome-resident .tenderProcess .table thead th {
    border: 0 !important;
    border-bottom: 1px solid #ebedf3 !important;
    font-family: Poppins, Helvetica, "sans-serif";
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: rgb(63, 66, 84);
}
.rmc-dashbord-row-welcome-resident .tenderProcess td.noData {
    padding: 50px;
    text-align: center;
    color: #F64E60;
    background-color: transparent !important;
    border: 0;
}
.rmc-dashbord-row-welcome-resident .tenderProcess .card-header {
    padding: 25px 30px;
    background: transparent;
}
.rmc-dashbord-row-welcome-resident .bgabc {
    padding: 15px 15px 0px 15px;
    border: 1px solid #ebedf3;
    float: left;
    width: 100%;
    background: #cceef21a;
    margin-bottom: 20px;
}
.rmc-dashbord-row-welcome-resident .tenderProcess h4 {
    font-size: 17px;
    font-weight: 500;
    color: rgb(63, 66, 84);
}
.card-header .open-rtm-pre-quiestion-modal {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    font-family: Poppins, Helvetica, "sans-serif" !important;
    color: #0bb783;
}
/* .rmc-dashbord-row-welcome-resident .labelDesign .btn-success:hover {
    background: transparent;
    color: #08bcff;
}
.rmc-dashbord-row-welcome-resident .labelDesign .btn-success {
    background-color: #08bcff;
    border-color: #08bcff;
} */
.lastTdRight .btn-success:hover {
    background-color: transparent;
    color: #08bcff;
    border-color: #08bcff;
}
.lastTdRight .btn-success {
    background: #08bcff;
    border: 1px solid #08bcff;
}
.lastTdRight td {
    border: 0;
    border-top: 1px solid #dee2e6;
}
table tbody tr:hover > td {
    background: transparent;
}
.row.service-schdule-call-box {
    align-items: flex-end;
    justify-content: space-between;
}
.margin-bottom{
    margin-top:20px;
}
.margin-20{
    margin:20px;
}
.margin-top-20{
    margin-top:20px;
}
.location-address-form table,.location-address-form table th, .location-address-form table td{
    padding:10px;
}
.location-address-form table td input[type="checkbox"]{
   transform: translate(10px, 10px);
}
.location-add-remove-button button{
    font-size: 12px;
    line-height: 12px;;
}
.location-address-wrape button{
    background-color: #08bcff;
    border: 1px solid #08bcff;
}
.location-address-wrape button:hover{
    background-color: #fff;
    border: 1px solid #08bcff;
    color:#08bcff;
}
.rmc-dashbord-row-welcome-resident {
    margin-bottom: 25px;
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 2fr)); */
    margin-left: -15px;
    margin-right: -15px;
}
body .rmc-dashbord-row-welcome-resident-part, body .pmc-dashbord-row-welcome-resident-part {
    /* max-width: 100%; */
    display: grid;
    /* grid-template-rows: max-content; */
}
.service-schdule-box {
    overflow: hidden;
}
#address-location-table.table tbody > tr:nth-child(odd) > td, #address-location-table.table tbody > tr:nth-child(odd) > th{
    background-color: transparent !important;
}
#address-location-table.table tbody > tr:nth-child(odd) > td, #address-location-table.table tbody > tr:nth-child(odd) > th{
    background-color: transparent !important;
}
#address-location-table tbody tr:hover > td{
    background: transparent !important;
}
table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th{
    background: transparent !important;
}
table th, table td{
    border: 1px solid rgba(0, 0, 0, .125) !important;
}
#address-location-remove{
    background-color: #DC1839;
    border: none;
}

.rmc-first-replies-custom, .rmc-shortlisted-agents-custom {
    border-radius: 12px !important;
    padding: 32px 36px;
}
.rmc-first-replies-custom{
    margin-bottom: 25px;
}
.label-inpogress-primary {
    color: #adacac;
    background: #e9ecef;
}
.card-title.card-label-budget{
    text-align: left;
}
.activate-tender{
    text-align: center;
}
/* 19-07 */
.btn-deactivate {
    background: #e9ecef;
    color: #000;
}
.btn-deactivate:hover {
    background: #d4d8db;
    color: #000;
}
.pmc-notification a:before {
    content: "\f0f3";
    font: normal normal normal 20px / 1 FontAwesome;
}
.pmc-notification a {
    font-size: 0px !important;
}
/* 22-07 */
.btnDesigns {
    display: flex;
    justify-content: space-between;
}
.btnDesigns {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}
.btndownloadDesigns > div {
    padding: 47px 10px;
    border: 1px solid #bbb;
    border-radius: 18px;
    margin-top: 20px;
    text-align: center;
}
.btndownloadDesigns {
    width: 50%;
    padding: 0 15px;
}
.justyfySb {
    justify-content: space-between;
    width: 100%;
}
.pmc-dashboard-layout .cardInner {
    margin: 30px;
    border: 1px solid #eee;
    box-shadow: 5px 5px 15px #ddd;
}
.pmc-dashboard-layout .cardInner .card-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #EBEDF3;
    padding: 20px;
}
.pmc-dashboard-layout .cardInner {
    margin: 30px;
    border: 1px solid #eee;
    box-shadow: 5px 5px 15px #ddd;
}
.pmc-dashboard-layout .cardInner .card-body {
    padding: 0px 10px 0 10px;
}
.pmc-dashboard-layout .table:not(.table-bordered) thead th, .pmc-dashboard-layout .table:not(.table-bordered) thead td {
    border: 0 !important;
}
.pmc-dashboard-layout .table-striped tbody tr:nth-of-type(odd), .pmc-dashboard-layout table tbody > tr:nth-child(odd) > td, .pmc-dashboard-layout table tbody > tr:nth-child(odd) > th {
    background-color: transparent;
}
.pmc-dashboard-layout td.noData {
    text-align: center;
    color: #F64E60;
    border: 0;
}
.pmc-edit-view .profile-button-list {
    display: none;
}
.pmc-edit-view .pmc-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* 25-07 */
.pre_image {
    max-width: 150px;
}
.pre_image img{ 
    width: auto;
    max-width: 100%;
}
.totle-number-tander-graph{
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.label-inpogress-primary, .label.label-light-primary {
    font-family: Poppins, Helvetica, "sans-serif";
    font-size: 13px;
    padding: 11px 9px;
    line-height: 0px;
    border-radius: 10px;
}
.your_details, .your-detail-title, .your_details_pmc, .your-detail-title-pmc {
    font-family: Poppins, Helvetica, "sans-serif";
    font-size: 14px;
    line-height: 21px;
}
i.fas.fa-exclamation-circle {
    font-size: 24px;
    color: #adafb7;
    margin-top: 4px;
}
.btndownloadDesigns p{
    color: #3f4254;
    margin: 5px;
}
.btndownloadDesigns p, .btndownloadDesigns a {
    font-family: Poppins, Helvetica, "sans-serif";
    font-size: 13px;
    line-height: 21px;    
}
.btndownloadDesigns a {
    color: #0BB783;
}
.pmc_account_reference_number {
    font-family: Poppins, Helvetica, "sans-serif";
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.table-title {
    font-family: Poppins, Helvetica, "sans-serif";
    font-size: 16px;
    line-height: 20px;
}
.table thead th, .table tbody td, .noData{
    font-family: Poppins, Helvetica, "sans-serif";
    font-size: 13px;
    line-height: 20px;
    color: #3f4254;
}
.link-button a:hover {
    background: transparent !important;
    color: #08bcff !important;
}
.link-button a {
    background: #08bcff !important;
    border: 1px solid #08bcff !important;
    font-family: Poppins, Helvetica, "sans-serif";
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 6px 13px !important;
    border-radius: 10px !important;
}
.card-body p, .card-body ul li {
    font-family: Poppins, Helvetica, "sans-serif";
    font-size: 13px;
    line-height: 20px;
}
.chart-totle-number-tander{
    width: 400px; 
    height: 400px;
}
.disable-input input,.disable-input textarea{
    pointer-events: none;
    opacity: 0.8;
    background-color: #F3F6F9;
}
.tender-replay-save-send-button-list button{
    width: 100%;
    font-family: Poppins, Helvetica, "sans-serif";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background-color: #08bcff;
    border: 1px solid #08bcff;
    color: #fff;
}
/* .tender-replay-save-send-button-list button:hover{
    
} */
/* 11-10 */
.rmc-tander-dasbord-left-side{
    width: 100%;
    display: block !important;
}
.rmc-tander-dasbord-view-dataile span {
    width: 100%;
    text-align: left;
}
.rmc-tander-dasbord-view-dataile .dashboard-acc-id-label {
    text-align: right !important;
    color: #3f4254 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* 14-10 */
.block-insurance-health-checkbox label.wpforms-field-label-inline {
    font-size: 12px !important;
    line-height: 15px !important;
}
.block-insurance-health-check-section .wpforms-submit-container {
    text-align: center;
}
.block-insurance-page {
    text-align: right;
}
h3.block-insurance-health-check {
    display: flex;
    align-items: center;
}
span.popup-trigger {
    padding-left: 15px;
}
.popup-trigger-box {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 18px;
    border: 1px solid #212529;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    text-align: center;
    background: #212529;
    color: #fff;
    cursor: pointer;
}
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.popup-section-waps {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 950px;
}
.popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
}
.popup-section-waps label {
    font-weight: 700;
}
/* 15-10 */
.ic-radio-group {
    display: flex;
    width: 100%;
}
.ic-radio-label {
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
}
.ic-radio-group .popup-trigger-box {
    font-size: 15px;
    width: 18px;
    height: 18px;
}
.management-fee-only-popup, .full-comparison-popup {
    width: 30%;
}
.popup-section-waps h4 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.popup-section-waps ul li,
.popup-section-waps p{
    font-weight: 400;
}

.pmc-form-container .progress-bar {
    display: flex;
    /* / justify-content: space-between; / */
    gap: 10px;
    margin-bottom: 50px;
    flex-direction: row;
    background: transparent !important;
    counter-reset: step;
}
.pmc-form-container .progress-bar div {
    position: relative;
    width: 12%;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #000;
    word-wrap: break-word;
    white-space: normal;
}
.pmc-form-container .progress-bar div::before {
    counter-increment: step;
    content: counter(step);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 2px solid #999;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 3px;
    background-color: white;
    line-height: 25px;
}
.pmc-form-container .progress-bar div.active::before, 
.pmc-form-container .progress-bar div.completed::before {
    background-color: #08bcff !important;
    border-color: #08bcff;
    color: #fff;
}
.pmc-form-container .progress-bar div.completed::before {
    background-color: #4caf50;
}
.pmc-form-container .progress-bar div::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #999;
    top: 15px;
    left: -50%;
    z-index: -1;
}
.pmc-form-container .progress-bar div:first-child::after {
    content: none;
}
.pmc-form-container .progress-bar div.completed::after {
    background-color: #08bcff;
}
.step {
    display: none;
}
.step.active {
    display: block;
}
.buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.buttons button {
    font-weight: 700;
    padding: 8px 13px;
    border-radius: 4px;
    background-color: #08bcff;
    border: 1px solid #08bcff;
    color: #fff;
    display: block;
}
.buttons button:hover {
    color: #08bcff;
    background: transparent;
    border-color: #08bcff;
}

body .redirect-about-block-page:hover {
    text-decoration: none;
}

.wnbell-dropdown-menu .wnbell_notification_item_menu a:hover {
    background-color: #08bcff !important;
    color: #fff !important;
}
.wnbell-dropdown-menu .wnbell_notification_item_menu a {
    color: #000 !important;
}

/* =============== Tender Results ================ */

body .rmc-results-info-part{
    padding-left: 40px;
}

.rmc-view-online-results-part,
.rmc-download-results-part {
    margin-bottom: 15px;
}

.rmc-view-online-results-part a,
.rmc-download-results-part a {
    text-decoration: underline;
    position: relative;
    color: #08bcff;
}

.rmc-view-online-results-part a::after,
.rmc-download-results-part a::after{
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    margin-left: 15px;
}

.rmc-download-results-part a::after{
    background: url('../assets/images/download.png') no-repeat center;
}

.rmc-view-online-results-part a::after{
    background: url('../assets/images/right-arrow.png') no-repeat center;
}

.rmc-details-title {
    align-items: center;
    gap: 10px;
    text-decoration: underline;
    margin: 10px 0 15px 0;
}

.rmc-results-confirm-part p,
.rmc-tender-shortlist-agents-row .col-lg-12 p,
.rmc-details-part p{
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}

.rmc-tender-shortlist-agents-row{
    padding-top: 30px;
}

.rmc-results-selection-part .rmc-results-confirm-part{
    max-width: 640px;
    text-align: end;
}

.rmc-selection-button{
    margin: 15px 0;
}

.rmc-selection-button a{
    color: #fff;
    background-color: #ff3131;
    border: 0 none;
    padding: 12px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}

.rmc-selection-button a:hover{
    background-color: #e90303;
    text-decoration: none;
    color: #ffffff;
}

.rmc-confirm-selection-popup-section .rmc-selection-button{
    text-align: center;
}

.select-box-part{
    gap: 18px;
}

.select-box-part {
    align-items: flex-start;
}

.shortlist-confirm-selection {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.confirm-selection-info {
    margin-left: 30px;
    cursor: pointer;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 400;
}

.rmc-results-data-display .shortlist-select-part {
    text-align: center;
}

.select-box-part .shortlist-confirm-selection input,
.shortlist-select-part .shortlist-selection input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.select-box-part .custom-checkbox,
.shortlist-select-part .shortlist-selection label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.select-box-part .custom-checkbox::before,
.shortlist-select-part .shortlist-selection label::before {
    content: '';
    background-color: transparent;
    border: 2px solid #555;
    padding: 10px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    margin-right: 5px;
}

.select-box-part .custom-checkbox::before {
    top: -1px;
    left: 5px;
}

.select-box-part .shortlist-confirm-selection input:checked + .custom-checkbox::after,
.shortlist-select-part .shortlist-selection input:checked + label::after {
    content: "✓";
    display: block;
    position: absolute;
    top: -10px;
    left: 2px;
    font-size: 35px;
    font-weight: 700;
    color: #28a745;
}

.select-box-part .shortlist-confirm-selection input:checked + .custom-checkbox::after {
    top: -10px;
    left: 8px;
}


.uploadBtns .custom-file input {
    top: 5px;
    left: 10px;
}

.owl-demo-mack-most-tender-section h3 {
    text-transform: uppercase;
}

#owl-demo-mack-most-tender h4 {
    text-transform: uppercase;
}
#owl-demo-mack-most-tender button {
    font-size: 50px;
    line-height: 25px;
    position: absolute;
    top: 50%;
}
#owl-demo-mack-most-tender .item{
    padding: 0 25px;
}
#owl-demo-mack-most-tender button.owl-next {
    right: 0;
}
#owl-demo-mack-most-tender button.owl-prev {
    left: 0;
}
#owl-demo-mack-most-tender button:focus, #owl-demo-mack-most-tender button:focus-visible{
    outline: none;
}
#owl-demo-mack-most-tender button:hover{
    background-color: unset;
    color: #000;
}
/* 30-10 */
label.text-underline {
    text-decoration: underline;
}
.shortlist-agents-download-section {
    display: flex;
    justify-content: space-between;
}
.shortlist-agents-download-step a:after {
    content: "";
    background: url(../assets/images/download.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;    
    height: 24px;
    width: 24px;
}
.shortlist-agents-download-step a {
    position: relative;
    padding-right: 30px;
}
.shortlist-agents-section{
    border-bottom: 1px solid #000;
    padding: 50px 0px;
}
.shortlist-agents-section:last-child {
    border: unset;
}
.shortlist-agents-pmc-section {
    display: flex;
}
.video-call-requestlink a, .shortlist-agents-appoint-managing-agent a{
    text-align: center;
    padding: 10px 10px;
    border-radius: 30px;
    margin-bottom: 10px;
    display: block;
}
.video-call-requestlink a{
    background: #1db5e5;
    border: 1px solid #1db5e5;
}
.video-call-requestlink a, .shortlist-agents-appoint-managing-agent a{
    color: #fff;
}
.video-call-requestlink a:hover{
    color: #1db5e5;
}
.video-call-requestlink a:hover, .shortlist-agents-appoint-managing-agent a:hover {
    background: transparent;
    text-decoration: unset;
}
.shortlist-agents-appoint-managing-agent a:hover{
    color: #00d300;
}
.shortlist-agents-appoint-managing-agent a{
    background: #00d300;
    border: 1px solid #00d300;
}
.shortlist-agents-pmc-contact-details div {
    display: flex;
    align-items: center;
    align-content: center;
}
.shortlist-agents-pmc-address-details p, .shortlist-agents-pmc-contact-details p, .shortlist-agents-pmc-site-visit p {
    margin-bottom: 0px;
}
.shortlist-agents-pmc-title, .shortlist-agents-pmc-address-details, .shortlist-agents-pmc-contact-details {
    margin-bottom: 15px;
}
.shortlist-agents-pmc-section label {
    font-weight: 700;
    padding-right: 6px;
    margin-bottom: 0px;
}
.shortlist-agents-img {
    margin-bottom: 15px;
}
a.shortlist-agents-download-pdf {
    display: flex;
    align-items: center;
    text-align: center;
}
.shortlist-agents-img-pdf {
    background: #000;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
}
.shortlist-agents-download-pdf p {
    margin-bottom: 0;
}
/* 06-11 */
.shortlist-agents-pmc-title-col a:hover {
    text-decoration: unset;
}
.shortlist-agents-pmc-title-col h4 {
    margin-bottom: 0px;
    color: #000;
}
.popup-pmc-number, .popup-pmc-quote {
    display: flex;
    align-items: center;
}
.italic-text {
    font-size: 14px;
    font-style: italic;
}
.request-video-call-btns {
    display: flex;
    justify-content: space-between;
}
/* 07-11 */
.shortlist-agents-main-title{
    padding: 20px 0;
}
.popup-close-btn a:hover, .request-site-visit-btn a:hover, .request-video-call-btns a:hover, .appoint-managing-btn a:hover, .google-facebook-button a:hover {
    background: transparent;
    color: #1db5e5;
}
.popup-close-btn a, .request-site-visit-btn a, .request-video-call-btns a, .appoint-managing-btn a, .google-facebook-button a {
    padding: 10px 20px;
    border-radius: 15px;
    background: #1db5e5;
    border: 1px solid #1db5e5;
    margin-top: 20px;
}
.popup-close-btn, .request-site-visit-btn, .appoint-managing-btn {
    display: flex;
    justify-content: center;
}

.shortlist-agents-pmc-section a.popup-links {
    background: unset;
    color: unset;
    border: unset;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.shortlist-agents-pmc-section a.popup-links:hover {
    text-decoration: underline;
}

.video-call-popup, .site-visit-popup {
    max-height: 800px;
    overflow-y: auto;
}

a#add-date-time {
    color: #0980a6 !important;
    font-style: italic;
}

body .daterangepicker .drp-calendar {
    max-width: max-content;
}

/* Block Insurance Page */

.block-insurance-form-part{
    padding: 30px 0;
}

.block-insurance-form-part form{
    max-width: 750px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    padding: 30px;
    border-radius: 20px;
}

.block-insurance-form-part form .form-group label{
    line-height: 25px;
}

.block-insurance-form-part .form-check-input {
    width: auto;
    margin-top: 10px;
}

.block-insurance-form-part select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 6px);
}

.block-insurance-form-part .required::after {
    content: " *";
    color: #DC1839;
}

.block-insurance-form-part .block-insurance-submit:focus{
    outline: 0;
}

.block-insurance-form-part .block-insurance-submit {
    background: #08bcff;
    border: 1px solid #08bcff;
    color: #fff;
    border-radius: 30px;
    padding: 10px 40px;
    display: block;
    margin-top: 20px;
    font-weight: 600;
} 

.block-insurance-form-part .block-insurance-submit:hover {
    background: transparent;
    color: #08bcff;
    text-decoration: underline;
    border: 1px solid #08bcff;
} 

.block-insurance-form-part .form-group {
    margin-bottom: 25px;
}

.date-time-group {
    margin: 15px 0px;
    
}

.add-nots-section {
    margin-top: 20px;
}

.noscroll {
    overflow: hidden;
}

.your-details-i-part .popup-trigger-box {
    font-size: 15px;
    width: 18px;
    height: 18px;
}
.site-visit-popup-section .daterangepicker {
    position: absolute !important;
    top: 10px !important; /* Adjust as needed */
    left: 0 !important;;   /* Adjust as needed */
}
/* 14-11 */
.shortlist-agents-pmc-site-visit-name, .shortlist-agents-pmc-site-visit-attendees, .shortlist-agents-pmc-site-visit-time {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.name-contact-number p {
    margin-bottom: 0;
}
.name-contact-number {
    display: flex;
    align-items: center;
}
.appoint-managing-agent-popup {
    max-height: 800px;
    overflow-y: auto;
}
.pmc-feedback-checkbox {
    display: flex;
    align-items: center;
}
.pmc-feedback-checkbox label {
    font-weight: 400;
    padding-left: 10px;
}
.appoint-managing-agent-pmc1, .appoint-managing-agent-pmc2{
    margin-bottom: 30px;
}
.google-facebook-button img {
    width: 40px;
    margin-bottom: 10px;
}
.google-facebook-button {
    display: flex;
    justify-content: space-around;
}
.google-facebook-button a{
    display: flex;
    align-items: center;
    flex-direction: column;
}

/* 09-07 */
@media only screen and (max-width: 1024px) {
    .menu-item-list {
        position: absolute;
        right: 0;
        width: 100%;
        top: 35px;
    }

    .menu-item-list nav {
        width: 100% !important;
        margin-top: 30px;
    }

    body .rmc-results-row,
    body .rmc-tender-shortlist-agents-row,
    body .rmc-results-data-display{
        margin-left: -10px;
        margin-right: -10px;
    }

    #agents-table{
        position: relative;
    }

    body .shortlist-agents-pmc-section {
        margin-right: -10px;
        margin-left: -10px;
    }
    
    .shortlist-agents-pmc-section .shortlist-agents-four-cols,
    .shortlist-agents-pmc-section .shortlist-agents-third-cols,
    .shortlist-agents-pmc-section .shortlist-agents-second-cols,
    .shortlist-agents-pmc-section .shortlist-agents-first-cols{
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .view-user-table table.responstable {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .rmc-results-data-display{
        overflow-x: hidden;    
    }

    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .your-details-i-part .popup-section-waps,
    .appoint-managing-agent-popup,
    .video-call-contact-popup,
    .site-visit-popup,
    .video-call-popup,
    .shortlist-agents-main-title-popup,
    .shortlist-agents-recommended-popup-main-part {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .rmc-details-popup-main-part,
    .rmc-shortlist-agents-popup-main-part,
    .rmc-confirm-selection-popup-main-part{
        height: 100%;
        overflow-y: auto;
    }

    .shortlist-agents-four-cols{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 800px) {
    .appoint-managing-agent-popup,
    .video-call-contact-popup,
    .site-visit-popup,
    .video-call-popup,
    .shortlist-agents-main-title-popup,
    .shortlist-agents-recommended-popup-main-part {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    /* .profile-button-list .button-item a {
        margin: 0px 5px;
    } */
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .profile-button-list {
        display: flex;
        flex-direction: column;
    }
    .my-account-smsc-user-fields-main-class .pmc-header {
        display: flex;
        flex-direction: column;
    }
    .my-account-smsc-user-fields-main-class .profile-button-list .button-item,
    .profile-button-list .button-item {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .my-account-smsc-user-fields-main-class .pmc-header .profile-button-list {
        margin-top: 20px;
        width: 100%;
    }
    .form-email-mobile {
        width: 100%;
    }
    .rmc-dashbord-row-welcome-resident{
        display: block;
    }

    .rmc-results-row  .rmc-results-display-part{
        height: 180px;
        width: 180px;
    }

    body .rmc-results-info-part{
        padding-left: 110px;
    }

    .shortlist-agents-third-cols {
        margin-top: 30px;
    }

    .appoint-managing-agent-popup,
    .video-call-contact-popup,
    .site-visit-popup,
    .video-call-popup,
    .shortlist-agents-main-title-popup,
    .shortlist-agents-recommended-popup-main-part {
        width: 100%;
        height: 100%;
    }

    .rmc-details-popup-main-part,
    .rmc-shortlist-agents-popup-main-part,
    .rmc-confirm-selection-popup-main-part{
        width: 100%;
    }

    .request-video-call-btns{
        display: block;
    }

}

@media only screen and (max-width: 580px) {
    body .rmc-results-info-part{
        padding-left: 15px;
    }

    .shortlist-agents-download-section{
        display: block;
    }

    .shortlist-agents-download-section .shortlist-agents-next-step{
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 480px) {
    table.responstable {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .my-account-smsc-user-fields-main-class .pmc-header,
    .company-details-edit .pmc-header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .my-account-smsc-user-fields-main-class .pmc-header .profile-button-list,
    .company-details-edit .pmc-header .profile-button-list {
        margin-top: 20px;
        width: 100%;
        justify-content: center;
    }

    .my-account-smsc-user-fields-main-class .profile-button-list .button-item,
    .profile-button-list .button-item {
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .my-account-smsc-user-fields-main-class .pmc-header,
    .edit-smsc-user-fields-main-class .pmc-header {
        padding: 12px 10px;
    }
    .my-account-smsc-user-fields-main-class .add-pmc-row,
    .edit-smsc-user-fields-main-class .add-pmc-row,
    .company-details-edit .add-pmc-row {
        padding: 20px 20px;
    }
    .wizard.wizard-1 .wizard-nav .wizard-steps {
        flex-direction: column;
    }
    .dashboard-acc-id-label {
        position: relative;
    }
    .rmc-dashbord-row-welcome-resident.row .card.card-custom>.card-body{
        padding: 20px;
    }
    .activate-tender {
        text-align: left;
    }
    .ic-radio-group {
        display: flex;
        flex-direction: column;
    }
    .ic-radio-group br {
        display: none;
    }
    .ic-radio-group label.ic-radio-label {
        width: 100%;
        margin-bottom: 40px;
    }
    .card.card-custom.rmc-card-custom >.card-body {
        padding: 20px;
    }
    .chart-totle-number-tander {
        width: 300px;
        height: 300px;
    }
    .pmc-dashboard-layout .cardInner {
        margin: 15px;
    }
    .btnDesigns {
        flex-direction: column;
    }
    .btndownloadDesigns {
        width: 100%;
    }

    .shortlist-agents-second-cols{
        margin-top: 30px;
    }
}
