@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
    background-color: #CECDD4;
}

:root {
    --thm-blue: #0029b9;
    --thm-orange: #ff5500;
    --thm-lt-blue: #ff5500;
    --thm-grey: #333f4b;
    --thm-black: #333333;
    --thm-lt-grey: #4a5a6a;
    --thm-white: #fff;
    --thm-grey: #d2dcfe;
    --thm-blue-gradient: linear-gradient(135deg, #0f6fce, #00528b);
}

body,
html {
    min-height: 100%;
    height: 100%;
    font-size: 100%;
    overflow-x: hidden;
}

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

*  LOADER

* *******************************/
.loader {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: url('images/loader_img.png') 50% 50% no-repeat #fff;
}

body {
    overflow-x: hidden;
    background: #F3F3F3;
    color: #212121;
    font-weight: 300;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5em;
}

.text-primary {
    color: var(--thm-blue);
}

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

*  TYPOGRAPHY

* *******************************/
.wrapper {
    font-size: 1em;
    line-height: 1.5em
}

@media (min-width:43.75em) {
    .wrapper {
        font-size: 1em;
        line-height: 1.375
    }

}

@media (min-width:1400px) {
    .container {
        width: 1230px;
    }

}

h1 {
    font-size: 2em;
    line-height: 1.25
}

@media (min-width:43.75em) {
    h1 {
        font-size: 2.5em;
        line-height: 1.125
    }

}

@media (min-width:56.25em) {
    h1 {
        font-size: 3em;
        line-height: 1.05
    }

}

h2 {
    font-size: 1.625em;
    line-height: 1.15384615
}

@media (min-width:43.75em) {
    h2 {
        font-size: 2em;
        line-height: 1.25
    }

}

@media (min-width:56.25em) {
    h2 {
        font-size: 2.25em;
        line-height: 1.25
    }

}

h3 {
    font-size: 1.375em;
    line-height: 1.13636364
}

@media (min-width:43.75em) {
    h3 {
        font-size: 1.5em;
        line-height: 1.25
    }

}

@media (min-width:56.25em) {
    h3 {
        font-size: 1.75em;
        line-height: 1.25
    }

}

h4 {
    font-size: 1.125em;
    line-height: 1.11111111
}

@media (min-width:43.75em) {
    h4 {
        line-height: 1.22222222
    }

}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    color: #2D2D33;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    moz-osx-font-smoothing: grayscale;
    webkit-font-smoothing: antialiased;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #2D2D33;
    text-decoration: none;
}

.font-slab {
    font-family: "Poppins", sans-serif;
}

a {
    color: var(--thm-lt-blue);
}

a:focus,
a:hover {
    outline: 0;
    color: var(--thm-lt-blue);
    text-decoration: none
}

p {
    margin: 0 0 1.75em
}

p.small {
    color: #3b3b3b;
    font-size: 14px
}

h1+ol,
h1+p,
h1+ul,
h2+ol,
h2+p,
h2+ul,
h3+ol,
h3+p,
h3+ul,
h4+ol,
h4+p,
h4+ul,
h5+ol,
h5+p,
h5+ul,
h6+ol,
h6+p,
h6+ul {
    padding-top: 0
}

ul {
    list-style: none
}

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

*  HELPERS

* *******************************/
.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.space-xs {
    padding-top: 15px;
    padding-bottom: 15px;
}

.space-sm {
    padding-top: 30px;
    padding-bottom: 30px;
}

.space-md {
    padding-top: 60px;
    padding-bottom: 60px;
}

.space-lg {
    padding-top: 90px;
    padding-bottom: 90px
}

.space-xl {
    padding-top: 130px;
    padding-bottom: 130px
}

.inner-page {
    padding-top: 90px;
    padding-bottom: 30px;
}

.pad-lft {
    padding-left: 15px;
}

.pad-rgt {
    padding-right: 15px;
}

.pad-all {
    padding: 20px;
}

.pad-no {
    padding: 0;
}

.pad-btm-0 {
    padding-bottom: 0
}

.pad-10 {
    padding: 10px;
}

.mar-top {
    margin-top: 15px
}

.m-top-10 {
    margin-top: 10px;
}

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

.m-top-25 {
    margin-top: 25px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-btm-30 {
    margin-bottom: 30px;
}

.mar-no {
    margin: 0 !important;
}

.font-sm {
    font-size: 13px;
}

hr {
    position: relative;
    clear: both;
    margin-top: 30px;
    margin-bottom: 40px;
    outline: 0;
    border-top: 1px solid #ededed;
    text-transform: uppercase;
}

hr:before {
    padding: 2px 0;
    border-top: 1px solid var(--thm-lt-blue);
    color: #000;
    content: attr(data-symbol);
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

video {
    max-width: 100%;
    height: auto;
}

iframe,
embed,
object {
    max-width: 100%;
}

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

*  ALERTS

* *******************************/
/*.alert {
    border-radius: 0;
}

.alert-success {
    border-color: #8BC34A;
    background-color: #8BC34A;
    color: #FFFFFF;
}

.alert-danger {
    border-color: #FF4081;
    background-color: #FF4081;
    color: #FFFFFF;
}

.alert-warning {
    border-color: #FFEB3B;
    background-color: #FFEB3B;
    color: #020202;
}*/

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

*  ADD SHADOW VIA CLASS

* *******************************/
.shadow {
    box-shadow: 1px 2px 1px rgba(94, 93, 99, 0.08), 0 1px 2px rgba(61, 60, 66, 0.12);
}

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

*  MODAL

* *******************************/
.modal-header {
    padding: 15px;
    min-height: 16.43px;
    border-bottom: none;
    background-color: var(--thm-blue);
    color: #fff;
}

.modal-title {
    margin: 0;
    color: #fff;
    line-height: 1.42857143;
}

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

*  OVERLAY - white in this case :)

* *******************************/
.overlay {
    position: relative;
}

.overlay:before,
.tile-item.overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    content: '';
    opacity: .75;
}

.bg-dark {
    background-color: #35323A;
}

.hero-caption h1,
.hero-caption h2,
.hero-caption h3 {
    margin: 0 0 20px;
    color: #000;
}

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

*  THEME STYLE

* *******************************/
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #222;
}

.tooltip-inner {
    padding: 10px;
    border-radius: 0;
    background: #222;
    color: #fff;
}

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

* COLORS AND BTN'S

* *******************************/
.red {
    color: var(--thm-lt-blue)
}

.tooltip-arrow {
    border-bottom-color: #222;
}

i {
    padding-right: 5px;
}

.btn {
    padding: 10px 14px;
    /* min-width: 88px; */
    outline: 0;
    outline-offset: 0;
    border: 0;
    border-radius: 0;
    color: rgba(255, 255, 255, .87);
    letter-spacing: inherit;
    font-weight: 300;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 1.1;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.btn-default,
.btn-link {
    color: rgba(0, 0, 0, .87);
}

.btn-raised {
    box-shadow: 0 2px 3px -1px #DCDCDC;
}

.btn-raised.active,
.btn-raised.active:focus,
.btn-raised:active,
.btn-raised:active:focus,
.btn-raised:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.btn.btn-circle {
    padding: 0;
    border-radius: 50%;
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.dropdown-toggle.btn-default.active,
.dropdown-toggle.btn-default:active,
.dropdown-toggle.btn-default:hover {
    background-color: #e5e5e5;
}

.btn-default:focus,
.dropdown-toggle.btn-default:focus {
    background-color: #ccc;
}

.btn-default .ink,
.dropdown-toggle.btn-default .ink {
    background-color: #b8b8b8;
}

.btn-flat.btn-default {
    background-color: transparent;
    color: #212121;
}

.btn-flat.btn-default:hover {
    background-color: #e5e5e5;
    color: #141414;
}

.btn-flat.btn-default.active,
.btn-flat.btn-default:active {
    background-color: #ccc;
    color: #020202;
}

.btn-flat.btn-default:focus {
    background-color: #ccc;
    color: #000;
}

.btn-primary,
.dropdown-toggle.btn-primary {
    background: linear-gradient(135deg, #ff5500, #ffcc00);
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.dropdown-toggle.btn-primary.active,
.dropdown-toggle.btn-primary:active,
.dropdown-toggle.btn-primary:hover {
    background-color: var(--thm-blue);
}

/*.btn-primary:focus,
.dropdown-toggle.btn-primary:focus {
    background-color: #455ede;
}*/

.btn-primary .ink,
.dropdown-toggle.btn-primary .ink {
    background-color: #3b50ce;
}

.btn-flat.btn-primary {
    background-color: transparent;
    color: #5677fc;
}

.btn-flat.btn-primary:hover {
    background-color: #e5e5e5;
    color: #4e6cef;
}

.btn-flat.btn-primary.active,
.btn-flat.btn-primary:active {
    background-color: #ccc;
    color: #455ede;
}

.btn-flat.btn-primary:focus {
    background-color: #ccc;
    color: #3b50ce;
}

.btn-success,
.dropdown-toggle.btn-success {
    background-color: #77C84E;
}

.btn-success:hover,
.dropdown-toggle.btn-success:hover {
    background-color: #9AB84B;
}

.btn-success.active,
.btn-success:active,
.dropdown-toggle.btn-success.active,
.dropdown-toggle.btn-success:active {
    background-color: #0a8f08;
}

.btn-success:focus,
.dropdown-toggle.btn-success:focus {
    background-color: #0a7e07;
}

.btn-success .ink,
.dropdown-toggle.btn-success .ink {
    background-color: #056f00;
}

.btn-flat.btn-success {
    background-color: transparent;
    color: #259b24;
}

.btn-flat.btn-success:hover {
    background-color: #e5e5e5;
    color: #0a8f08;
}

.btn-flat.btn-success.active,
.btn-flat.btn-success:active {
    background-color: #ccc;
    color: #0a7e07;
}

.btn-flat.btn-success:focus {
    background-color: #ccc;
    color: #056f00;
}

.btn-info,
.dropdown-toggle.btn-info {
    background-color: #03a9f4;
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.dropdown-toggle.btn-info.active,
.dropdown-toggle.btn-info:active,
.dropdown-toggle.btn-info:hover {
    background-color: #039be5;
}

.btn-info:focus,
.dropdown-toggle.btn-info:focus {
    background-color: #0288d1;
}

.btn-info .ink,
.dropdown-toggle.btn-info .ink {
    background-color: #0277bd;
}

.btn-flat.btn-info {
    background-color: transparent;
    color: #03a9f4;
}

.btn-flat.btn-info:hover {
    background-color: #e5e5e5;
    color: #039be5;
}

.btn-flat.btn-info.active,
.btn-flat.btn-info:active {
    background-color: #ccc;
    color: #0288d1;
}

.btn-flat.btn-info:focus {
    background-color: #ccc;
    color: #0277bd;
}

.btn-warning,
.dropdown-toggle.btn-warning {
    background-color: #ffc107;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.dropdown-toggle.btn-warning.active,
.dropdown-toggle.btn-warning:active,
.dropdown-toggle.btn-warning:hover {
    background-color: #ffb300;
}

.btn-warning:focus,
.dropdown-toggle.btn-warning:focus {
    background-color: #ffa000;
}

.btn-warning .ink,
.dropdown-toggle.btn-warning .ink {
    background-color: #ff8f00;
}

.btn-flat.btn-warning {
    background-color: transparent;
    color: #ffc107;
}

.btn-flat.btn-warning:hover {
    background-color: #e5e5e5;
    color: #ffb300;
}

.btn-flat.btn-warning.active,
.btn-flat.btn-warning:active {
    background-color: #ccc;
    color: #ffa000;
}

.btn-flat.btn-warning:focus {
    background-color: #ccc;
    color: #ff8f00;
}

.btn-danger,
.dropdown-toggle.btn-danger {
    background-color: var(--thm-lt-blue);
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.dropdown-toggle.btn-danger.active,
.dropdown-toggle.btn-danger:active,
.dropdown-toggle.btn-danger:hover {
    background-color: var(--thm-blue);
}

.btn-danger:focus,
.dropdown-toggle.btn-danger:focus {
    background-color: var(--thm-blue);
}

.btn-danger .ink,
.dropdown-toggle.btn-danger .ink {
    background-color: #d84315;
}

.btn-flat.btn-danger {
    background-color: transparent;
    color: #ff5722;
}

.btn-flat.btn-danger:hover {
    background-color: #e5e5e5;
    color: #f4511e;
}

.btn-flat.btn-danger.active,
.btn-flat.btn-danger:active {
    background-color: #ccc;
    color: #e64a19;
}

.btn-flat.btn-danger:focus {
    background-color: #ccc;
    color: #d84315;
}

.btn-group-lg>.btn,
.btn-lg {
    margin-top: 1px;
    padding: 10px 16px;
    min-width: 122px;
    font-size: 17px;
    line-height: 1.3;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 4px 12px;
    min-width: 64px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 2px 10px;
    min-width: 46px;
    font-size: 10px;
    line-height: 1.5;
}

.btn-circle {
    min-width: 56px;
    width: 56px;
    height: 56px;
}

.btn-circle span {
    line-height: 56px;
}

.btn-circle.btn-lg {
    min-width: 78px;
    width: 78px;
    height: 78px;
}

.btn-circle.btn-lg span {
    line-height: 78px;
}

.btn-circle.btn-sm {
    min-width: 40px;
    width: 40px;
    height: 40px;
}

.btn-circle.btn-sm span {
    line-height: 40px;
}

.btn-circle.btn-xs {
    min-width: 30px;
    width: 30px;
    height: 30px;
}

.btn-circle.btn-xs span {
    line-height: 30px;
}

.btn-group .btn {
    border-radius: 2px;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: 0;
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 0;
}

.btn-group-vertical>.btn.active:hover,
.btn-group-vertical>.btn:active:hover,
.btn-group-vertical>.btn:focus:hover,
.btn-group>.btn.active:hover,
.btn-group>.btn:active:hover,
.btn-group>.btn:focus:hover {
    z-index: 2;
}

.ripple-effect {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.ink {
    position: absolute;
    display: block;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

.ink.animate {
    -webkit-animation: ripple .5s linear;
    animation: ripple .5s linear;
}

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

*  FORM STYLES

* *******************************/
.form-group {
    margin-top: 10px;
    margin-bottom: 15px;
}

input,
button {
    letter-spacing: .1px;
    -webkit-font-smoothing: antialiased;
}

a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.table-hover>tbody>tr,
.table-hover>tbody>tr>th,
.table-hover>tbody>tr>td {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

label {
    font-weight: normal;
}

textarea,
textarea.form-control,
input.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
[type=text].form-control,
[type=password].form-control,
[type=email].form-control,
[type=tel].form-control,
[contenteditable].form-control {
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 #dddddd;
    font-size: 16px;
    -webkit-appearance: none;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    /* box-shadow: inset 0 -2px 0 #2196f3; */
}

textarea[disabled],
textarea.form-control[disabled],
input.form-control[disabled],
input[type=text][disabled],
input[type=password][disabled],
input[type=email][disabled],
input[type=number][disabled],
[type=text].form-control[disabled],
[type=password].form-control[disabled],
[type=email].form-control[disabled],
[type=tel].form-control[disabled],
[contenteditable].form-control[disabled],
textarea[readonly],
textarea.form-control[readonly],
input.form-control[readonly],
input[type=text][readonly],
input[type=password][readonly],
input[type=email][readonly],
input[type=number][readonly],
[type=text].form-control[readonly],
[type=password].form-control[readonly],
[type=email].form-control[readonly],
[type=tel].form-control[readonly],
[contenteditable].form-control[readonly] {
    border-bottom: 1px dotted #ddd;
    box-shadow: none;
}

textarea.input-sm,
textarea.form-control.input-sm,
input.form-control.input-sm,
input[type=text].input-sm,
input[type=password].input-sm,
input[type=email].input-sm,
input[type=number].input-sm,
[type=text].form-control.input-sm,
[type=password].form-control.input-sm,
[type=email].form-control.input-sm,
[type=tel].form-control.input-sm,
[contenteditable].form-control.input-sm {
    font-size: 12px;
}

textarea.input-lg,
textarea.form-control.input-lg,
input.form-control.input-lg,
input[type=text].input-lg,
input[type=password].input-lg,
input[type=email].input-lg,
input[type=number].input-lg,
[type=text].form-control.input-lg,
[type=password].form-control.input-lg,
[type=email].form-control.input-lg,
[type=tel].form-control.input-lg,
[contenteditable].form-control.input-lg {
    font-size: 17px;
}

textarea.form-control:focus {
    box-shadow: inherit;
    border-color: #ccc;
}

select,
select.form-control {
    padding-right: 0\9;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    background-image: url(../images/angle-down.svg);
    background-position: right 10px center;
    background-size: 10px;
    background-repeat: no-repeat;
    box-shadow: inherit;
    font-size: 16px;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand,
select.form-control::-ms-expand {
    display: none;
}

select.input-sm,
select.form-control.input-sm {
    font-size: 12px;
}

select.input-lg,
select.form-control.input-lg {
    font-size: 17px;
}

select:focus,
select.form-control:focus {
    /*box-shadow: inset 0 -2px 0 var(--thm-lt-blue);*/
}

select[multiple],
select.form-control[multiple] {
    background: none;
}

.radio label,
.radio-inline label,
.checkbox label,
.checkbox-inline label {
    padding-left: 25px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="radio"],
.checkbox-inline input[type="radio"],
.radio input[type="checkbox"],
.radio-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: -25px;
}

input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: relative;
    margin-top: 4px;
    margin-right: 4px;
    border: none;
    background-color: transparent;
    vertical-align: top;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="radio"]:focus,
.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus {
    outline: none;
}

input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before,
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    content: "";
    -webkit-transition: 240ms;
    transition: 240ms;
}

input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before {
    position: absolute;
    top: -3px;
    left: 0;
    background-color: var(--thm-lt-blue);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
    position: relative;
    top: -3px;
    border: 2px solid #666666;
}

input[type="radio"]:checked:before,
.radio input[type="radio"]:checked:before,
.radio-inline input[type="radio"]:checked:before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

input[type="radio"]:disabled:checked:before,
.radio input[type="radio"]:disabled:checked:before,
.radio-inline input[type="radio"]:disabled:checked:before {
    background-color: #bbbbbb;
}

input[type="radio"]:checked:after,
.radio input[type="radio"]:checked:after,
.radio-inline input[type="radio"]:checked:after {
    border-color: var(--thm-lt-blue);
}

input[type="radio"]:disabled:after,
.radio input[type="radio"]:disabled:after,
.radio-inline input[type="radio"]:disabled:after,
input[type="radio"]:disabled:checked:after,
.radio input[type="radio"]:disabled:checked:after,
.radio-inline input[type="radio"]:disabled:checked:after {
    border-color: #bbbbbb;
}

input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: relative;
    margin-bottom: -4px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
    outline: none;
}

input[type="checkbox"]:focus:after,
.checkbox input[type="checkbox"]:focus:after,
.checkbox-inline input[type="checkbox"]:focus:after {
    border-color: #2196f3;
}

input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
    display: block;
    margin-top: -2px;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    border: 2px solid #666666;
    border-radius: 2px;
    content: "";
    -webkit-transition: 240ms;
    transition: 240ms;
}

input[type="checkbox"]:checked:before,
.checkbox input[type="checkbox"]:checked:before,
.checkbox-inline input[type="checkbox"]:checked:before {
    position: absolute;
    top: 0;
    left: 6px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
    border-color: #2196f3;
    background-color: #2196f3;
}

input[type="checkbox"]:disabled:after,
.checkbox input[type="checkbox"]:disabled:after,
.checkbox-inline input[type="checkbox"]:disabled:after {
    border-color: #bbbbbb;
}

input[type="checkbox"]:disabled:checked:after,
.checkbox input[type="checkbox"]:disabled:checked:after,
.checkbox-inline input[type="checkbox"]:disabled:checked:after {
    border-color: transparent;
    background-color: #bbbbbb;
}

.has-warning input:not([type=checkbox]),
.has-warning .form-control,
.has-warning input.form-control[readonly],
.has-warning input[type=text][readonly],
.has-warning [type=text].form-control[readonly],
.has-warning input:not([type=checkbox]):focus,
.has-warning .form-control:focus {
    border-bottom: none;
    box-shadow: inset 0 -2px 0 #ff9800;
}

.has-error input:not([type=checkbox]),
.has-error .form-control,
.has-error input.form-control[readonly],
.has-error input[type=text][readonly],
.has-error [type=text].form-control[readonly],
.has-error input:not([type=checkbox]):focus,
.has-error .form-control:focus {
    border-bottom: none;
    box-shadow: inset 0 -2px 0 #e51c23;
}

.has-success input:not([type=checkbox]),
.has-success .form-control,
.has-success input.form-control[readonly],
.has-success input[type=text][readonly],
.has-success [type=text].form-control[readonly],
.has-success input:not([type=checkbox]):focus,
.has-success .form-control:focus {
    border-bottom: none;
    box-shadow: inset 0 -2px 0 #4caf50;
}

.has-warning .input-group-addon,
.has-error .input-group-addon,
.has-success .input-group-addon {
    border-color: transparent;
    background-color: transparent;
    color: #666666;
}

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

*  HEADER

* *******************************/
.top-bar {
    padding: 10px 0 0;
    background: var(--thm-blue);
    color: #fff;
    font-size: 13px;
    border-bottom: 1px solid #d9d9d9;
}

.top-bar p {
    margin: 0
}

.top-bar strong {
    color: #fff
}

.top-bar .dropdown-menu li {
    padding: 3px 0;
}

.top-bar .dropdown-menu li a {
    color: #7D8693;
    font-size: 12px;
}

.top-bar ul li a {
    color: #fff;
    font-size: 14px;
}

.top-bar button {
    border: 0;
    background-color: transparent;
}

.top-bar i {
    color: var(--thm-lt-blue);
}

.header {
    padding: 25px 0;
    background-color: #4c54a4;
}

.header input {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24)
}

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

*  NAVIGATION

* *******************************/
#nav-wrap {
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 1px 2px 1px rgba(94, 93, 99, 0.08), 0 1px 2px rgba(61, 60, 66, 0.12);
}

header {
    background-color: var(--thm-blue);
    position: fixed;
    width: 100%;
    z-index: 999;
}

.navbar.nav-white {
    z-index: 1;
    margin: 0;
    border-color: transparent;
    background: #0129BC;
    /* background: linear-gradient(135deg, #2051ba, #03A9F4); */
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 20px 0;
    min-height: 70px;
}



li.notification-bell {

    position: relative;
}

li.notification-bell a i {
    color: #ffc000;
    font-size: 20px;
}

li.notification-bell span {
    background: red;
    position: absolute;
    top: 3px;
    font-size: 10px;
    width: 15px;
    height: 15px;
    padding: -3px 0px;
    line-height: 1.4;
    text-align: center;
    left: 22px;
    border-radius: 20px;
}

.middle-div p {

    display: block;
    border: 1px solid #eee;
    width: 150px;
    margin: 0px auto;
    padding: 8px;
    border-radius: 34px;
}

/*.navbar.nav-white .navbar-collapse {*/
/*    border-color: #ededed;*/
/*    background-color:#fff;*/
/*}*/

.navbar.nav-white .navbar-text {
    color: #fff
}

.navbar.nav-white a.navbar-link,
.navbar.nav-white a.navbar-link:focus,
.navbar.nav-white a.navbar-link:hover {
    background-color: transparent;
    color: #fff;
}

.navbar.nav-white .navbar-brand {
    display: block;
    background-color: inherit;
    /* background: white; */
}

/*.navbar.nav-white .navbar-brand:focus,*/
/*.navbar.nav-white .navbar-brand:hover {*/
/*    background-color: #fff;*/
/*     color:#000;*/
/*}*/

.navbar.nav-white .navbar-toggle {
    margin-top: 25px;
    border-color: #ededed !important;
    background-color: #fff;
}

.navbar.nav-white .navbar-toggle .icon-bar {
    background-color: #000
}

.navbar.nav-white .navbar-toggle:focus,
.navbar.nav-white .navbar-toggle:hover {
    border-color: #ededed !important;
    background-color: #FF4081 !important
}

.navbar.nav-white .navbar-toggle:focus .icon-bar,
.navbar.nav-white .navbar-toggle:hover .icon-bar {
    background-color: #fff
}

.navbar.nav-white .form-control {
    border-color: #fff;
    background-color: #fff;
    color: #000;
}

.navbar.nav-white .form-control:focus {
    box-shadow: inset 0 1px 1px transparent, 0 0 5px #fff
}

.navbar.nav-white .navbar-nav>li[class*=dropdown].dropdown-onhover:hover>a,
.navbar.nav-white.dropdown-onhover .navbar-nav>li:hover>a[class*=dropdown] {
    background-color: #f2f2f2
}

.navbar.nav-white .navbar-nav {
    padding: 0;
    margin: 0;
    /*padding-bottom: 0px;*/
}

.navbar.nav-white .navbar-nav.nav-menu>li>a {
    /* padding-top: 50px;
    padding-bottom: 50px; */
    padding: 8px 14px !important;
    /*    background-color: #fff;*/
    color: rgba(255, 255, 255, 0.9) !important;
    text-transform: capitalize;
    font-weight: 500 !important;
    font-size: 14px;
    position: relative;
}

.navbar.nav-white .navbar-nav.nav-menu>li>a:hover {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.15) !important;
    border-radius: 3px;
    /*border-bottom: 3px solid var(--thm-lt-blue);*/
}

.navbar.nav-white .navbar-nav.nav-menu>li.active>a {
    color: #ff6b35 !important;
    background-color: transparent !important;
}

.navbar.nav-white .navbar-nav>li>a i {
    /* margin-right: 5px*/
}

/*.navbar.nav-white .navbar-nav>li>a::before{
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}
.navbar.nav-white .navbar-nav>li>a:hover::before{
  transform: scale3d(1,1,1);
}
.navbar.nav-white .navbar-nav>li>a::before{
  background: var(--thm-lt-blue);
  transform-origin: 100% 50%;
}
.navbar.nav-white .navbar-nav>li>a:hover::before{
  transform-origin: 0 50%;
}*/
@media (max-width:768px) {
    .navbar.nav-white .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }

}

.navbar.nav-white .navbar-nav>li>a:focus {
    background-color: transparent;

    color: #fff;
}

.navbar.nav-white .navbar-nav>li>a:hover {
    /* background-color: transparent; */
    background-color: rgba(0, 0, 0, 0.2);
    color: var(--thm-white);
    /* border-radius: 100px; */
}

.navbar.nav-white .navbar-nav>li.open>a,
.navbar.nav-white .navbar-nav>li.open>a:focus,
.navbar.nav-white .navbar-nav>li.open>a:hover {
    background-color: rgba(248, 247, 250, .79) color:#000;
}

.navbar.nav-white .navbar-nav>li.active>a {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.navbar.nav-white .navbar-nav.nav-right-section>li>a {
    padding: 8px 10px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 13px;
    font-weight: 500;
}

.navbar.nav-white .navbar-nav.nav-right-section>li>a:hover {
    color: #ff6b35 !important;
    background-color: transparent !important;
}

.navbar.nav-white .navbar-nav.nav-right-section .nav-auth-text a {
    padding: 0 2px !important;
}

.navbar.nav-white .navbar-nav.nav-right-section .btnpostadd-download {
    padding: 10px 18px !important;
}

.navbar.nav-white .navbar-nav>li.active>a:focus,
.navbar.nav-white .navbar-nav>li.active>a:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar.nav-white .navbar-nav>li.disabled>a,
.navbar.nav-white .navbar-nav>li.disabled>a:focus,
.navbar.nav-white .navbar-nav>li.disabled>a:hover {
    background-color: #fff color:#fff;
}

.navbar.nav-white .dropdown-menu {
    border-color: #fff;
    background: #fff;
    box-shadow: 0 2px 3px -1px rgba(151, 171, 187, .7) color:#000;
}

.navbar.nav-white .navbar-nav>li[class*=dropdown].dropdown-onhover:hover,
.navbar.nav-white.dropdown-onhover .navbar-nav>li[class*=dropdown]:hover {
    background-color: #fff
}

.navbar.nav-white .btn-default,
.navbar.nav-white .btn-default.active,
.navbar.nav-white .btn-default:active,
.navbar.nav-white .btn-default:focus,
.navbar.nav-white .btn-default:hover,
.navbar.nav-white .dropdown-menu .btn-default,
.navbar.nav-white .dropdown-menu .btn-default.active,
.navbar.nav-white .dropdown-menu .btn-default:active,
.navbar.nav-white .dropdown-menu .btn-default:focus,
.navbar.nav-white .dropdown-menu .btn-default:hover {
    border-color: #fff background-color:#fff;
    color: #fff;
}

.navbar.nav-white .dropdown-menu li.dropdown-header {
    color: #fff
}

.navbar.nav-white .dropdown-menu>li>a {
    background-color: #fff;
    color: #7D8693;
    font-weight: 300;
    font-size: 15px;
}

.navbar.nav-white .dropdown-menu>li>a:focus,
.navbar.nav-white .dropdown-menu>li>a:hover {
    background-color: #fff color:#000;
}

.navbar.nav-white .dropdown-menu .form-control {
    border-color: #fff background-color:#fff;
    color: #fff;
}

.navbar.nav-white .dropdown-menu .form-control:focus {
    box-shadow: inset 0 1px 1px transparent, 0 0 5px #fff
}

.navbar.nav-white .navbar-nav .dropdown-menu li.active>a,
.navbar.nav-white .navbar-nav .dropdown-menu li.active>a:focus,
.navbar.nav-white .navbar-nav .dropdown-menu li.active>a:hover {
    background-color: #fff color:#fff;
}

.navbar.nav-white .navbar-nav .dropdown-menu li[class*="-onhover"]:hover>a {
    background-color: #fff color:#000;
}

.navbar.nav-white .navbar-nav .dropdown-menu li.disabled>a,
.navbar.nav-white .navbar-nav .dropdown-menu li.open>a,
.navbar.nav-white .navbar-nav .dropdown-menu li.open>a:focus,
.navbar.nav-white .navbar-nav .dropdown-menu li.open>a:hover,
.navbar.nav-white .navbar-nav .dropdown-menu li:not(.no-fix)>a.dropdown-toggle:not(.collapsed),
.navbar.nav-white .navbar-nav .dropdown-menu li:not(.no-fix)>a.dropdown-toggle:not(.collapsed):focus,
.navbar.nav-white .navbar-nav .dropdown-menu li:not(.no-fix)>a.dropdown-toggle:not(.collapsed):hover {
    background-color: #fff color:#fff;
}

.navbar.nav-white .navbar-nav .dropdown-menu li.disabled>a:hover>span.desc,
.navbar.nav-white .navbar-nav .dropdown-menu li.disabled>a>span.desc {
    color: #fff
}

.navbar.nav-white .navbar-nav .dropdown-menu li.disabled>a:focus,
.navbar.nav-white .navbar-nav .dropdown-menu li.disabled>a:hover {
    background-color: #fff color:#fff;
}

.navbar.nav-white .navbar-nav li:not(.dropdown)>.dropdown-grid-wrapper>ul.dropdown-menu.bordered:not(.no-padding):after,
.navbar.nav-white .navbar-nav li:not(.dropdown)>ul.dropdown-menu.bordered:not(.no-padding):after {
    outline-color: #fff
}

.navbar.nav-white .dropdown-menu li.divider,
.navbar.nav-white .navbar-nav .h-divided>:after,
.navbar.nav-white .navbar-nav .h-divided>:first-child:before,
.navbar.nav-white .navbar-nav .h-divider:after,
.navbar.nav-white .navbar-nav .v-divided>:after,
.navbar.nav-white .navbar-nav .v-divided>:before,
.navbar.nav-white .navbar-nav>li.divider {
    background-color: #fff
}

.navbar.nav-white .navbar-nav .divided>:before {
    border-color: #fff
}

@media (max-width:767px) {
    .navbar.nav-white .navbar-nav .dropdown-menu .divider {
        background-color: #fff
    }

    .navbar.nav-white .navbar-collapse .navbar-nav>.navbar-form,
    .navbar.nav-white .navbar-collapse .navbar-nav>.navbar-text,
    .navbar.nav-white .navbar-collapse .navbar-nav>a.navbar-link,
    .navbar.nav-white .navbar-collapse .navbar-nav>li,
    .navbar.nav-white .navbar-collapse>.navbar-form,
    .navbar.nav-white .navbar-collapse>.navbar-text,
    .navbar.nav-white .navbar-collapse>a.navbar-link {
        border-bottom-color: #eee !important;
        box-shadow: 0 1px 0 #fff !important
    }

    .navbar.nav-white .navbar-nav>li>.dropdown-grid-wrapper>.dropdown-menu,
    .navbar.nav-white .navbar-nav>li>.dropdown-menu {
        border-top-color: #fff !important;
        box-shadow: 0 -1px 0 #ededed !important
    }

}

.dropdown-menu {
    margin: 2px 0 0;
    padding: 5px 0;
    border: 1px solid #ededed;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(226, 225, 225, .1), 0 1px 2px 0 rgba(0, 0, 0, .1);
    list-style: none;
    text-align: left;
    font-size: 14px;
}

#header.affix {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
}

.navbar-brand {
    padding: 0px 0 0;
    height: 70px;
}

.navbar-brand span {
    display: -webkit-box;
    margin-top: 18px;
    color: #3b3940;
}

.navbar-brand img {
    float: left;
    margin: 0;
    max-width: 200px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    padding: 0px;
}

.nav-wrap-holder {
    background-color: #0129BC;
}

.navbar-header {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding-left: 20px;
}

.navbar-brand {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 0 !important;
    height: auto;
    margin: 0 !important;
}

.navbar-brand .navbar-logo {
    max-height: 55px;
    width: auto;
    margin: 0;
}

.brand-tagline {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    white-space: nowrap;
    display: none;
}

.navbar.nav-white .navbar-collapse {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex: 1;
    margin: 0;
    padding: 0;
}

.nav-menu {
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    list-style: none;
    align-items: center;
    flex: 1;
}

.nav-menu>li {
    display: inline-block;
}

.nav-menu>li>a {
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 500;
    font-size: 15px;
    padding: 15px 18px !important;
    display: inline-block;
}

.nav-menu>li>a:hover {
    color: #fff !important;
    background-color: transparent !important;
}

.nav-menu>li.active>a {
    color: #FF5500 !important;
    background-color: transparent !important;
    font-weight: 600;
}

.nav-right-section {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
    list-style: none;
    flex-shrink: 0;
    padding-right: 20px;
}

.nav-right-section>li {
    padding: 0;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.nav-auth-text {
    padding: 0 !important;
    display: flex;
    align-items: center;
}

.nav-auth-text a {
    color: #fff !important;
    font-weight: 500;
    font-size: 13px;
    padding: 0 2px !important;
    text-decoration: none;
}

.nav-auth-text a:hover {
    color: #FF5500 !important;
}

.download-app-btn {
    padding: 0 !important;
    display: inline-block;
}

.btnpostadd-download {
    background: #FF5500 !important;
    color: #fff !important;
    padding: 12px 24px !important;
    border-radius: 5px;
    border: none !important;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btnpostadd-download:hover {
    background: #E64A00 !important;
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(255, 85, 0, 0.4);
}

.btnpostadd-download i {
    color: #fff !important;
    font-size: 12px;
}

.lang-dropdown {
    padding: 0 !important;
    display: inline-block;
}

.lang-dropdown a {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 15px;
    padding: 8px 10px !important;
}

.lang-dropdown a:hover {
    color: #FF5500 !important;
}

.nav-user-menu {
    padding: 0 !important;
    display: inline-block;
}

.nav-user-menu a {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 12px;
    white-space: nowrap;
    padding: 8px 10px !important;
}

.nav-user-menu a:hover {
    color: #FF5500 !important;
}

@media only screen and (max-width:992px) {
    .brand-tagline {
        display: inline;
        font-size: 10px;
        margin-left: 3px;
    }

    .nav-menu {
        justify-content: flex-start;
    }
}

@media only screen and (max-width:768px) {
    .navbar.nav-white .navbar-collapse {
        display: block;
        flex-direction: column;
    }

    .brand-tagline {
        display: inline;
    }

    .nav-menu {
        margin: 10px 0;
        justify-content: flex-start;
    }

    .nav-menu>li {
        display: block;
        width: 100%;
    }

    .nav-menu>li>a {
        padding: 12px 15px !important;
    }

    .nav-right-section {
        flex-direction: column;
        gap: 10px;
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }

    .nav-auth-text {
        width: 100%;
        justify-content: flex-start;
    }

    .download-app-btn {
        width: 100%;
    }

    .btnpostadd-download {
        width: 100%;
        justify-content: center;
    }
}

.navbar-brand img {
    margin: 0;
    max-width: 178px;
}

}

.search-form .btn {
    padding: 11px;
    border-radius: 0;
}

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

    .form-group,
    select {
        margin-top: 15px;
        margin-bottom: 15px;
    }

}

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

*  SEARCH FORM

* ****************/
.main-search {
    padding-top: 25px;
    padding-bottom: 45px;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
    box-shadow: 0 2px 3px -1px #DCDCDC;
}

.main-search h3 {
    margin-top: 10px;
}

.main-search button#search {
    margin-top: 0;
}

.inner-page .heading {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 1.2;
}

.content-row .card {
    margin-bottom: 30px;
}

.panel {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 2px 3px -1px #DCDCDC;
}

.panel>.list-group .list-group-item a,
.panel>.panel-collapse>.list-group .list-group-item a {
    color: inherit;
}

.widget {
    margin-bottom: 30px;
}

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

*  CARDS

* ****************/
.card {
    box-shadow: 0 2px 3px -1px #DCDCDC;
}

.card-wraped {
    padding-right: 15px;
    padding-left: 15px;
}

.card {
    box-sizing: border-box;
    margin-bottom: 30px;
    background-color: #fff;
    background-clip: padding-box;
}

.card span.card-title {
    color: #fff;
    font-weight: 300;
    font-size: 21px;
}

.card .card-image {
    position: relative;
    /*overflow: hidden;*/
    background-color: #000;
    margin-top: 10px;
}

.feaimg .card .card-image {
    background-color: rgba(0, 0, 0, 0.2);
}

.card .card-image img {
    position: initial;
    z-index: -1;
    border-radius: 2px 2px 0 0;
    background-clip: padding-box;
    opacity: .9;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.card .card-image .card-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: 0;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    background-color: var(--thm-blue);
    box-shadow: 1px 2px 1px rgba(94, 93, 99, .08), 0 1px 2px rgba(61, 60, 66, .12);
}

.card .card-content {
    position: relative;
    box-sizing: border-box;
    padding: 15px 15px 3px 15px;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
}

.card .card-content p {
    margin: 0 0 10px;
    /* height: 40px;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
}

.card .card-content span.card-title {
    line-height: 48px;
}

.card .card-price {
    position: absolute;
    top: 5px;
    right: 0px;
    padding: 2px 5px;
    background-color: var(--thm-lt-blue);
    box-shadow: 1px 2px 1px rgba(94, 93, 99, .08), 0 1px 2px rgba(61, 60, 66, .12);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 11px;
    color: #fff;
    border-radius: 10px 0px 0px 10px;
}

.card .card-action {
    padding: 12px 15px;
    border-top: 1px solid rgba(160, 160, 160, .2);
}

.card .card-action a {
    margin-right: 5px;
    color: #3b3b3b;
    font-size: 12px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.card .card-action a i {
    margin-right: 2px;
}

.card-action a.save i {
    color: var(--thm-lt-blue);
}

.card .card-action a:hover {
    color: var(--thm-lt-blue);
    text-decoration: none;
}

.card .card-action a span {
    color: #333f48;
}

.page-header {
    text-transform: capitalize;
}

.listingInfo {
    position: relative;
}

.listingInfo {
    clear: both;
    padding: 0;
}

.listerName {
    position: absolute;
    top: -42px;
    right: 0;
    float: right;
    border-radius: 50%;
    text-align: center;
}

.listerName a.agent-wrapper {
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.listerName img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 3px -1px #DCDCDC;
}

.listerName figcaption {
    position: absolute;
    left: -66px;
    padding-top: 4px;
    width: 160px;
    text-align: center;
}

.listingInfo .propertyStats {
    margin-top: 3px;
    margin-bottom: 0;
    min-height: 25px;
}

.listingInfo h3 a {
    text-transform: capitalize;
}

/*.priceText {*/
/*    margin-right: 130px;*/
/*}*/

.vcard {
    min-height: 45px;
    display: block !important;
}

.vcard h2 {
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 97%;
}

.listingLocation {
    font-size: 14px;
}

.listingLocation i {
    padding-right: 8px;
    position: absolute;
    left: 0;
    top: 3px;
}

.card.card-horizontal .card-image {
    display: block;
    height: 230px;
}

.card.card-horizontal .card-content {
    width: 100%;
    height: 230px;
}

.card.card-horizontal .card-content .card-action {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.card.card-horizontal .card-content .listingInfo {
    /*display: table-cell;*/
    height: 155px;
    vertical-align: middle;
}

.card.card-horizontal .card-content .priceText {
    margin-bottom: 0;
    color: #0c0b0c;
    font-weight: 700;
    font-size: 20px;
    padding-left: 0px;
}

.card.card-horizontal .card-content .priceText i {
    font-size: 18px;
}

.card.card-horizontal .card-content .vcard h2 {
    margin: 8px 0 15px;
    font-size: 20px;
    color: var(--thm-lt-blue) !important;
}

#premium-slider .card .card-content p,
#listing-slider .card .card-content p {
    height: 40px;
}

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

*  SEARCH FORMPROPERTY CHILDS

* *******************************/
.child-property .card-action {
    padding: 8px 15px;
    border-top: 1px solid rgba(160, 160, 160, .2);
}

.child-property {
    border-top: 1px solid rgba(160, 160, 160, .2);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.child-property:hover {
    background-color: #f8f8f8;
}

.child-property .propertyStats {
    min-height: 25px;
}

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

*  USER CARD

* ****************/
.advert .logo-wrap img {
    margin: auto;
    margin-top: 15px;
    vertical-align: initial;
}

.advert h3 {
    margin-top: 10px;
    font-size: 17px;
    text-transform: capitalize;
}

.advert p {
    margin: 5px 0;
}

.advert .rating {
    display: block;
    margin: 10px 0 20px;
}

.agents-table p {
    margin: 0 0 8px;
}

ul.features-list li {
    padding: 7px 0;
}

ul.features-list li i.fa.fa-times {
    color: red;
}

ul.features-list li i.fa.fa-check {
    color: #1bde73;
}

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

*  SIDEBAR PROPERTY

* ****************/
.widget.card hr {
    margin-top: 15px;
}

.sidebarProperty .media-body .heading {
    margin: 5px 0;
    color: #353242;
    font-weight: 500;
    font-size: 15px;
}

a.panel {
    display: block;
    border: 0;
    border-radius: 0;
    box-shadow: 0 2px 3px -1px #DCDCDC;
    color: inherit;
}

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

*  RATINGS

* ****************/
.rating {
    position: relative;
    display: initial;
    clear: both;
    height: 1em;
    color: gold;
    font-size: 16px;
    font-family: sans-serif;
    -webkit-font-language-override: normal;
    -moz-font-language-override: normal;
    font-language-override: normal;
}

.rating:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    color: #eee;
    content: '★★★★★';
}

.project-showcase-section {
    position: relative;
    padding: 0 30px;
    background-color: #ffffff;
    overflow: hidden;
    margin-bottom: 30px;
}

.rating:after {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    color: gold;
    content: '★★★★★';
}

.rating span {
    position: absolute;
    left: 75px;
    color: #7d8693;
    font-size: 13px;
}

.rating[data-stars='0.0']:after {
    width: 0;
}

.rating[data-stars='0.1']:after {
    width: 2%;
}

.rating[data-stars='0.2']:after {
    width: 4%;
}

.rating[data-stars='0.3']:after {
    width: 6%;
}

.rating[data-stars='0.4']:after {
    width: 8%;
}

.rating[data-stars='0.5']:after {
    width: 10%;
}

.rating[data-stars='0.6']:after {
    width: 12%;
}

.rating[data-stars='0.7']:after {
    width: 14%;
}

.rating[data-stars='0.8']:after {
    width: 16%;
}

.rating[data-stars='0.9']:after {
    width: 18%;
}

.rating[data-stars='1.0']:after {
    width: 20%;
}

.rating[data-stars='1.1']:after {
    width: 22%;
}

.rating[data-stars='1.2']:after {
    width: 24%;
}

.rating[data-stars='1.3']:after {
    width: 26%;
}

.rating[data-stars='1.4']:after {
    width: 28%;
}

.rating[data-stars='1.5']:after {
    width: 30%;
}

.rating[data-stars='1.6']:after {
    width: 32%;
}

.rating[data-stars='1.7']:after {
    width: 34%;
}

.rating[data-stars='1.8']:after {
    width: 36%;
}

.rating[data-stars='1.9']:after {
    width: 38%;
}

.rating[data-stars='2.0']:after {
    width: 40%;
}

.rating[data-stars='2.1']:after {
    width: 42%;
}

.rating[data-stars='2.2']:after {
    width: 44%;
}

.rating[data-stars='2.3']:after {
    width: 46%;
}

.rating[data-stars='2.4']:after {
    width: 48%;
}

.rating[data-stars='2.5']:after {
    width: 50%;
}

.rating[data-stars='2.6']:after {
    width: 52%;
}

.rating[data-stars='2.7']:after {
    width: 54%;
}

.rating[data-stars='2.8']:after {
    width: 56%;
}

.rating[data-stars='2.9']:after {
    width: 58%;
}

.rating[data-stars='3.0']:after {
    width: 60%;
}

.rating[data-stars='3.1']:after {
    width: 62%;
}

.rating[data-stars='3.2']:after {
    width: 64%;
}

.rating[data-stars='3.3']:after {
    width: 66%;
}

.rating[data-stars='3.4']:after {
    width: 68%;
}

.rating[data-stars='3.5']:after {
    width: 70%;
}

.rating[data-stars='3.6']:after {
    width: 72%;
}

.rating[data-stars='3.7']:after {
    width: 74%;
}

.rating[data-stars='3.8']:after {
    width: 76%;
}

.rating[data-stars='3.9']:after {
    width: 78%;
}

.rating[data-stars='4.0']:after {
    width: 80%;
}

.rating[data-stars='4.1']:after {
    width: 82%;
}

.rating[data-stars='4.2']:after {
    width: 84%;
}

.rating[data-stars='4.3']:after {
    width: 86%;
}

.rating[data-stars='4.4']:after {
    width: 88%;
}

.rating[data-stars='4.5']:after {
    width: 90%;
}

.rating[data-stars='4.6']:after {
    width: 92%;
}

.rating[data-stars='4.7']:after {
    width: 94%;
}

.rating[data-stars='4.8']:after {
    width: 96%;
}

.rating[data-stars='4.9']:after {
    width: 98%;
}

.rating[data-stars='5.0']:after {
    width: 100%;
}

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

*  SOCILA ICONS

* *******************************/
.sidebar .social-blocks-widget.widget {
    margin: -3px 0 30px;
}

.social-blocks {
    display: table;
    width: 100%;
    box-shadow: 0 2px 3px -1px #DCDCDC;
}

.social-block {
    display: table-cell;
    padding: 14px 0 10px;
    min-height: 70px;
    color: #fff;
    text-align: center;
}

.social-block:hover,
.social-block:focus {
    color: #f1f1f1;
}

.social-block i {
    font-size: 18px;
}

.social-block>span {
    display: block;
    margin-top: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}

.social-block>span>span {
    display: block;
    margin-top: 3px;
    font-weight: 400;
    font-size: 12px;
}

.social-block.block-facebook {
    background-color: #3b5998;
}

.social-block.block-twitter {
    background-color: #55acee;
}

.social-block.block-google-plus {
    background-color: #dd4b39;
}

.newsletter .note {
    margin-top: 12px;
    color: #9798a5;
    font-size: 12px;
}

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

*  SIMPLE TAGS

* *******************************/
.tags {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tags li {
    float: left;
}

.tag {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 0 20px 0 23px;
    height: 26px;
    border-radius: 3px 0 0 3px;
    background: #f3f3f3;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 26px;
    -webkit-transition: all .4s;
}

.tag:before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #fff;
    box-shadow: inset 0 1px rgba(0, 0, 0, .25);
    content: '';
    -webkit-transition: all .4s;
}

.tag:after {
    position: absolute;
    top: 0;
    right: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eff1f5;
    background: #fff;
    content: '';
    -webkit-transition: all .4s;
}

.tag:hover {
    background-color: var(--thm-lt-blue);
    color: #fff;
}

.tag:hover:after {
    border-left-color: var(--thm-lt-blue);
}

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

*  FOOTER STYLE

* *******************************/
#footer {
    padding-top: 30px;
    border-top: 1px dashed #ededed;
    background: #fff;
    color: #3b3b3b;
    background-image: url('../images/footerbg.png');
    background-repeat: repeat-x;
    background-position: left bottom;
}

#footer ul li a {
    color: #3b3b3b;
    line-height: 28px;
    font-weight: 400;
    line-height: 2.5;
}

#footer ul li:hover a {
    color: var(--thm-lt-blue);
}

#footer .tag:hover {
    color: #fff;
}

#footer h5 {
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 600;
}

#footer h5,
#footer img.logo {
    /* margin-bottom: 30px; */
}

#footer .btmFooter {
    margin-top: 20px;
    padding: 10px 0;
    border: 0px dashed #ededed;
    /*background-color: var(--thm-lt-blue);*/
}

#footer .btmFooter p {
    margin: 6px 0 0;
    color: #000;
}

#footer .btmFooter p i {
    margin: 0 0px;
    color: #fff;
    font-size: 13px;
}

#footer .btmFooter p a {
    color: #000;
}

#footer strong {
    color: #000;
}

#footer .pay-opt li a img {
    max-width: 40px;
}

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

*  CTA

* *******************************/
.cta-main {
    margin-top: 90px;
}

.cta-box {
    padding: 25px 30px;
    background-color: #fff;
}

.cta-box h3 {
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
}

.cta-box a.btn {
    margin-top: 24px;
}

.cta-grey {
    background: #f1f1f1;
}

@media handheld,
only screen and (max-width:767px) {
    .cta-box {
        text-align: center;
    }

    .cta-box a.btn {
        margin: 25px 0;
    }

}

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

* ICON BOX

* *******************************/
.box-icon {
    padding: 10px 0;
}

.box-icon .icon-wrap {
    /*float: left;
    position: relative;*/
    margin-top: 12px;
    font-size: 40px;

}

.box-icon .icon-wrap img {
    width: 64px;
    height: 64px;
    position: absolute;
    right: 23px;
    bottom: 34px;
}

.box-icon .icon-wrap i {
    margin: 0;
    padding: 0;
    vertical-align: super;
}

.box-icon .text {
    overflow: hidden;
    padding-left: 20px;
}

.box-icon .text h4 {
    margin: 13px 0 5px;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--thm-blue);
    font-weight: 600;
}

.box-icon .text p {
    margin-bottom: 13px;
}

@media handheld,
only screen and (max-width:767px) {
    .box-icon .text {
        padding-left: 10px;
    }

}

.callElem {
    margin-bottom: 0;
}

.callElem .l-element {
    border-right: 1px solid #F5F5F5;
}

.callElem .l-element.noborder {
    border-right: none;
}

.callElem .box-icon .text {
    overflow: hidden;
    padding-left: 0;
}

.icon-wrap.circle {
    float: none;
    margin: auto;
    /* margin: -60px auto 10px; */
    padding: 18px 0;
    width: 60px;
    height: 60px;
    border: 1px solid #ededed;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 1px 2px 1px rgba(94, 93, 99, .08), 0 1px 2px rgba(61, 60, 66, .12);
    color: #475262;
    text-align: center;
    font-size: 22px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.callElem .l-element:hover .icon-wrap.circle {
    background-color: var(--thm-lt-blue);
    color: #fff;
}

.contact {
    margin-top: 35px;
    padding: 50px 0;
    background-color: var(--thm-blue);
    background-image: url('../images/map-image.png');
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.contact .section-heading {
    color: #fff;
}

.contact .section-subheading {
    margin: 20px 0 25px;
    color: #fff;
}

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

*  AGENT PROFILE

* *******************************/
.hero-caption p,
.hero-caption .btn {
    margin: 0 0 15px
}

.info-box {
    margin-top: -110px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
}

.info-box>a {
    display: block;
    padding: 20px;
    background-color: #fff;
    text-align: center;
}

.info-box>a img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 120px;
    height: 120px;
}

abbr[data-original-title],
abbr[title] {
    border-bottom: 1px dotted #777;
    cursor: help;
}

.info-box .contact-box-footer {
    padding: 20px 20px 0;
    border-top: 1px solid #e7eaec;
    background-color: #fff;
    text-align: center;
}

.info-box address {
    margin-bottom: 20px;
    color: #7d8693;
    font-style: normal;
    line-height: 1.42857143;
}

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

*  PAGINATION

* *******************************/
.pagination {
    display: inline-block;
    margin: 10px 0 0;
    padding-left: 0;
    border-radius: 0;
}

.pagination-lg>li a,
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span,
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border: none;
    border-radius: 0;
    color: var(--thm-lt-blue);
}

.pagination-lg>li a:hover {
    background: var(--thm-blue);
    color: #fff;
}

#pricing h2 {
    margin: 20px 0;
}

#pricing .panel {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 25px 30px;
}

.pagination-lg>li>a {
    padding: 7px 10px !important;
    font-size: 14px;
}

#pricing .panel.panel-default .panel-heading {
    border-bottom: 1px solid #eceff2;
    background: transparent;
}

#pricing .panel.panel-default .list-group-item {
    border-color: #eceff2;
}

#pricing .panel.panel-highlight {
    border: none;
    border-radius: 0;
}

#pricing .panel .panel-heading .price {
    margin: 13px;
    padding: 15px 0;
    color: #bd2067;
    font-weight: 700;
    font-size: 50px;
}

#pricing .panel .panel-heading .price small {
    font-size: .4em;
}

#pricing .panel .panel-body {
    padding: 30px 50px 20px;
}

#pricing .panel ul.list-group li.list-group-item.text-muted {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    height: 65px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#pricing .panel ul.list-group li.list-group-item em {
    margin: 0 .5ex;
    font-weight: 300;
}

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

*  VERTICAL TABS STYLE

* *******************************/
.vertical {
    margin: 20px 0;
}

.vertical .nav-tabs,
.vertical .tab-content {
    display: table-cell;
    margin: 0;
    vertical-align: top;
}

.vertical .nav-tabs {
    border-bottom-color: transparent;
    background-color: #3f51b5;
}

.vertical .nav-tabs>li {
    float: none;
    border: 0;
}

.vertical .nav-tabs>li a {
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #4355b7;
    border-radius: 0;
    color: #fff;
    white-space: nowrap;
}

/* .vertical .nav-tabs > li a,
ul.pagination li {
        padding: 20px 20px;
        -webkit-transition: all .4s;
        transition: all .4s;
        moz-border-radius: 0;
        webkit-border-radius: 0;
} */

.vertical .nav-tabs>li>a:focus,
.vertical .nav-tabs>li>a:hover {
    z-index: 2;
    border: 1px solid transparent;
    background-color: #fff;
    color: #777;
}

.vertical .nav-tabs>li.active>a,
.vertical .nav-tabs>li.active>a:focus,
.vertical .nav-tabs>li.active>a:hover {
    z-index: 2;
    border: 1px solid transparent;
    border-right: 1px solid transparent;
    color: inherit;
}

.vertical.left .nav-tabs>li.active>a,
.vertical.left .nav-tabs>li.active>a:focus,
.vertical.left .nav-tabs>li.active>a:hover,
.vertical.left .nav-tabs>li>a:focus,
.vertical.left .nav-tabs>li>a:hover {
    border-right-color: #f1f1f1;
    border-left-color: transparent;
}

.vertical .tab-content {
    left: -1px;
    z-index: 1;
    padding: 20px 30px;
    width: 100%;
    border-left: none;
    background-color: #fff;
}

.left.vertical .tab-content {
    border-right-color: transparent;
    border-left-color: #f1f1f1;
}

@media (max-width:767px) {

    .vertical .nav-tabs,
    .vertical .tab-content {
        display: block;
    }

    .vertical .nav-tabs>li a {
        font-size: 15px;
    }

}

/*************** TAB BOX ***************/
.tab-box {
    position: relative;
}

.nav-tabs.add-tabs>li:hover>a {
    background: #ededed;
}

.nav-tabs.add-tabs>li>a,
.nav-tabs.add-tabs>li.active>a,
.nav-tabs.add-tabs>li.active>a:hover,
.nav-tabs.add-tabs>li.active>a:focus {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0;
    color: inherit;
}

.nav-tabs.add-tabs>li.active>a {
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: rgba(227, 227, 234, .28);
    color: #353242;
}

.nav-tabs.add-tabs>li a .badge {
    border-radius: 2px;
    background-color: var(--thm-lt-blue);
}

@media (max-width:991px) {
    .nav-tabs.add-tabs>li>a {
        padding-right: 10px;
        padding-left: 10px;
    }

    .nav-tabs .badge {
        font-size: 11px;
    }

}

@media (max-width:767px) {
    .nav-tabs.add-tabs>li>a {
        padding-right: 7px;
        padding-left: 7px;
        font-size: 12px;
    }

    .nav-tabs .badge {
        display: none;
    }

    .select-short-by .selecter-options {
        font-size: 11px !important;
    }

}

.nav-tabs.add-tabs>li:first-child>a {
    border-left: 1px solid transparent;
}

.nav-tabs.add-tabs>li span {
    padding-left: 6px;
    vertical-align: middle;
    font-size: 13px;
}

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

*  TAB FILTER

* *******************************/
.tab-filter {
    position: absolute;
    top: 0;
    right: 0;
}

.listing-filter {
    padding: 15px 0;
    border-bottom: solid 1px #ddd;
}

.breadcrumb-list {
    margin-bottom: 0;
    color: #888;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
}

.breadcrumb-list a.current {
    margin-right: 5px;
    color: #000;
    font-weight: bold;
}

.dropdown-menu-modal {
    max-width: 400px;
    width: 100%;
}

.listing-view-action span {
    color: #888;
    cursor: pointer;
}

.listing-view-action span.active {
    color: #000;
}

/* Customize bootstrap-select plugin */
.tab-filter .select-short-by,
.tab-filter select,
.tab-filter select.form-control {
    margin-top: 7px;
    margin-right: 15px;
    min-width: 150px !important;
}

.tab-filter .selecter.bottom .selecter-options {
    top: auto;
    bottom: auto !important;
}

.select-short-by .selecter-selected {
    padding: 4.5px 15px;
    font-size: 12px;
}

.tab-filter .selecter-item {
    padding: 8px 15px;
    font-size: 12px;
}

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

*  MAP

* *******************************/
#map {
    height: 300px;
    background: #69c;
}

#map-hero {
    height: 550px;
    background: #69c;
}

@media (max-width:767px) {
    #map-hero {
        height: 320px;
    }

}

.map-card {
    overflow: hidden;
    padding: 10px 0 0;
    max-width: 360px;
}

.map-card .card-content {
    overflow: hidden;
    padding-left: 15px;
}

.map-card img {
    float: left;
    max-width: 160px;
}

.map-card h3 {
    margin-top: 0;
    font-size: 16px;
}

.map-card .price {
    margin-bottom: 10px;
    color: #ff4081;
    font-weight: 600;
}

.map-card .btn {
    color: inherit;
}

#google-maps-canvas img {
    max-width: none !important;
    background: none !important;
    font-size: inherit;
}

.menu {
    position: relative;
    display: table;
    float: left;
    margin-bottom: 30px;
    outline: 0;
    box-shadow: 0 2px 3px -1px #DCDCDC;
}

.menu * {
    box-sizing: border-box;
    outline: 0;
}

.menu .menu-footer {
    float: left;
    width: 100%;
    height: 50px;
    background: #414956;
    color: #f0f0f0;
    text-align: center;
    font-weight: normal;
    font-size: 6px;
    line-height: 50px;
}

.menu .menu-header {
    padding-left: 20px;
    width: 100%;
    height: 50px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 50px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu ul li {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.menu ul li a {
    position: relative;
    float: left;
    overflow: hidden;
    padding: 14px 22px;
    width: 100%;
    color: #f0f0f0;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
}

.menu ul li a i {
    float: left;
    margin-top: 3px;
    width: 34px;
    text-align: left;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
}

.menu ul li .menu-label {
    position: absolute;
    top: 8px;
    right: 11px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #E41C68;
    box-shadow: 0 2px 3px -1px #DCDCDC;
    color: #FFFFFF;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 30px;
}

.menu ul .submenu {
    position: static;
    display: none;
    width: 100%;
}

.menu ul .submenu .submenu-indicator {
    line-height: 16px;
}

.menu ul .submenu li {
    clear: both;
    width: 100%;
}

.menu ul .submenu li ul.submenu {
    position: static;
    display: none;
    overflow: hidden;
    width: 100%;
}

.menu ul .submenu li a {
    position: relative;
    float: left;
    width: 100%;
    border-top: none;
    border-left: solid 6px transparent;
    font-size: 13px;
}

.menu ul .submenu li:hover>a {
    border-left-color: #414956;
}

.menu ul .submenu li .menu-label {
    position: absolute;
    top: 12px;
    top: 14px;
    right: 18px;
    padding: 1px 2px 1px 1px;
    min-width: 20px;
    border-radius: 100%;
    background: #f0f0f0;
    color: #555555;
    text-align: center;
    font-weight: 800;
    font-size: 11px;
    line-height: 18px;
}

.menu ul .submenu>li>a {
    padding-left: 30px;
}

.menu ul .submenu>li>ul.submenu>li>a {
    padding-left: 45px;
}

.menu ul .submenu>li>ul.submenu>li>ul.submenu>li>a {
    padding-left: 60px;
}

.menu .submenu-indicator {
    position: absolute;
    right: 22px;
    float: right;
    font-size: 20px;
    line-height: 19px;
    -webkit-transition: "transform .3s linear";
    transition: "transform .3s linear";
}

.menu .submenu-indicator-minus>.submenu-indicator {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu>ul>li.active>a {
    background: #3b424d;
    color: #ffffff;
}

.menu>ul>li:hover>a {
    background: #3b424d;
    color: #ffffff;
}

.menu>ul>li>a {
    border-bottom: solid 1px #3b424d;
}

.ink {
    position: absolute;
    display: block;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.animate-ink {
    -webkit-animation: ripple .3s linear;
    animation: ripple .3s linear;
}

@-webkit-keyframes 'ripple' {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }

}

@keyframes 'ripple' {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }

}

.white.menu .menu-footer {
    background: #ffffff;
    color: #555555;
}

.white.menu .menu-header {
    background: #ffffff;
    color: #353242;
}

.white.menu ul li a {
    background: #ffffff;
    color: #212121;
}

.white.menu ul ul.submenu li:hover>a {
    border-left-color: #E41C68;
}

.white.menu ul ul.submenu li a {
    color: inherit;
}

.white.menu>ul>li.active>a,
.white.menu>ul>li.active>a:hover {
    background: #3F51B5;
    color: #fff;
}

.white.menu>ul>li:hover>a {
    background: #f0f0f0;
}

.white.menu>ul>li>a {
    border-bottom-color: #f0f0f0;
}

.white.menu>ul>li>a>.ink {
    background: rgba(0, 0, 0, 0.1);
}

.addbox img {
    margin-bottom: 20px;
    width: 100%;
}

a.btnpostadd {
    background: linear-gradient(135deg, #2651ee, #0028bb) !important;
    padding: 8px 20px !important;
    border: 1px solid #ffffff;
    transition: all .5s ease;
    color: var(--thm-white) !important;
    border-radius: 30px;
    margin-left: 20px;
    position: relative;
}

a.btnpostadd:hover {
    border-bottom: 0px;
    background: linear-gradient(135deg, #cfd6ff, #ecf7fe) !important;
    color: var(--thm-blue) !important;
}

a.btnpostadd span {
    position: absolute;
    background-color: #000d8a;
    border-radius: 20px;
    color: #fff;
    top: -10px;
    right: 5px;
    font-size: 10px;
    padding: 0px 10px;
}

.navbar.nav-white .navbar-nav>li>a.btnpostadd:hover {
    border-bottom: 0px;
}

.top-bar a.btnpostadd {
    margin-left: 0px !important;
}

a.btnpostadd i {
    color: #fff;
}

.topslidertabs {
    position: absolute;
    top: -200px;
    margin-bottom: 30px;
    width: 100%;
}

.topslidertabs .tab-content {
    background-color: #fff;
    margin-top: 1px;
    padding: 5px 6px 5px 20px;
    /*    padding: 20px 15px 10px 25px;*/
    overflow: hidden;
    box-shadow: -2px -6px 41px -17px rgba(0, 0, 0, 0.72);
    -webkit-box-shadow: -2px -6px 41px -17px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: -2px -6px 41px -17px rgba(0, 0, 0, 0.72);
    border-radius: 100px;
}

.topslidertabs .nav-tabs>li>a {
    border-radius: 0px;
    background-color: var(--thm-grey);
    border: 0px solid var(--thm-grey);
    color: #000;
    padding: 8px 40px;
    font-size: 14px;
    border-radius: 5px 5px 0px 0px;
}

.topslidertabs .nav-tabs>li>a:hover,
.nav-tabs>li.active>a {
    background-color: var(--thm-lt-blue) !important;
    border: 0px solid var(--thm-lt-blue) !important;
    color: #fff !important;
}

.topslidertabs .nav-tabs {
    border: 0;
    margin-left: 50px;
}

.topslidertabs .form-control {
    padding-left: 25px;
    font-size: 12px;
    height: 43px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 22px
}

.topslidertabs [class*="col-"] {
    padding-right: 0px;
    position: relative;
}

.topslidertabs .tab-content i {
    position: absolute;
    z-index: 1;
    margin-top: 14px;
    margin-left: 5px;
}

.topslidertabs .btn {
    min-width: inherit;
    width: 90%;
    height: 42px;
    border-radius: 30px;
    color: #fff;
    margin-top: 0;
    /*    border-color: 1px solid #4a5a6a!important;*/
}

.topslidertabs .btn i {
    margin-top: 1px;
    left: 20px;
}

.topslidertabs .btn-primary:hover {
    border-color: 1px solid #4a5a6a !important;
}

.topslidertabs .col {
    padding-right: 0 !important;
}

.topslidertabs select {
    /* padding-right: 25px; */
}

.topslidertabs .form-control:focus {
    box-shadow: inherit;
}

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

#feedbackModal .form-group,
#otpModal .form-group,
#chnagepwdModal .form-group,
#enqModal .form-group {
    margin-bottom: 10px;
}

#feedbackModal .form-control,
#otpModal .form-control,
#chnagepwdModal .form-control,
#enqModal .form-control {
    padding: 15px 10px;
    border: 1px solid #ddd;
    box-shadow: inherit;
    height: 40px;
    font-size: 14px;
}

#feedbackModal .input-group-addon,
#otpModal .input-group-addon,
#chnagepwdModal .input-group-addon,
#enqModal .input-group-addon {
    border-radius: 0px;
}

#feedbackModal textarea.form-control,
#otpModal textarea.form-control,
#enqModal textarea.form-control {
    height: inherit;
}

.modal-header .close {
    color: var(--thm-blue);
    background-color: #fff;
}

.close {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: 1;
}

.sidenav {
    font-family: "Poppins", sans-serif;
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 99999999;
    /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 99999999999;
    /* Stay on top */
    top: 0;
    left: 0;
    background: var(--thm-lt-grey);
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
    cursor: pointer;
    border-bottom: 1px solid var(--thm-grey);
    text-transform: capitalize;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover,
.offcanvas a:focus {
    color: #000;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 36px;
    margin-left: 20px;
    border-bottom: none;
}

#mySidenav ul {
    margin: 0px;
    list-style: none;
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

#mySidenav ul li {
    list-style: none;
}

.navbar-toggle {
    margin-top: 28px;
    background-color: var(--thm-lt-blue) !important;
    border-radius: 0px;
}

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

.navbar.nav-white .navbar-toggle:focus,
.navbar.nav-white .navbar-toggle:hover {
    background-color: var(--thm-blue) !important;
    border-color: var(--thm-blue);
}

.subpagebg {
    background: url("../images/subbg.jpg");
    background-size: cover;
    height: 300px;
    position: relative;
    z-index: 99;
    padding-top: 87px;
}

.subpagebg h2 {
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    color: #fff;
    position: relative;
    line-height: 200px;
}

.subpagebg:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.dashboardbg {
    background: url("../images/dashbg.jpg");
    background-size: cover;
    height: 100px;
    position: relative;
    z-index: 99;
}

.dashboardbg h2 {
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    color: #fff;
    position: relative;
    line-height: 100px;
}

/*.dashboardbg:before{
    position: absolute;
    top:0;
    left: 0;
    content:"";
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.5);
}*/
.abtcon p {
    text-align: justify;
    font-weight: 400;
}

.selrgt {
    padding: 10px;
    margin-right: 10px;
    float: right;
    width: 150px;
}

.tab-box h5 {
    padding: 3px 10px;
}

.enquiry .form-control {
    border: 1px solid #ddd;
    padding-left: 10px;
    box-shadow: inherit;
    height: 38px;
    font-size: 14px;
}

.enquiry textarea.form-control {
    height: inherit;
    padding-top: 5px;
}

.enquiry .form-control:focus {
    box-shadow: inherit;
}

.contactform .form-control {
    margin-bottom: 20px;
    background-color: #eee;
    border-radius: 3px;
    height: 45px;
    padding-left: 10px;
    border: 0px;
}

.contactform textarea.form-control {
    height: inherit;
}

.consocial a i {
    width: 40px;
    height: 40px;
    background-color: var(--thm-lt-blue);
    color: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}

.consocial a:hover i {
    background-color: var(--thm-blue);
    transition: all .5s ease;
}

.contactform .btn-raised {
    font-size: 16px;
    letter-spacing: 1px;
}

.orange {
    color: var(--thm-lt-blue)
}

.fitleft {
    float: left;
    max-width: 500px;
    height: auto;
    margin-right: 20px;
}

.loginbox h3 {
    margin: 0px;
    padding: 10px 0px;
    background-color: var(--thm-blue);
    color: #fff;
    text-align: center;
    border-bottom: 3px solid var(--thm-lt-blue);
}

.loginbox .form-control {
    border: 1px solid #ccc;
    box-shadow: inherit;
    padding-left: 10px;
    height: 45px;
}

.loginbox h4 {
    font-size: 24px;
    padding-left: 20px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-150 {
    padding-top: 150px;
}

.loginbox .input-group-addon {
    border-radius: 0px;
}

.loginbox .form-control:focus {
    box-shadow: inherit;
}

.loginbox img {
    margin: 0px auto;
    display: block;
}

.loginbox a {
    color: #666;
}

.loginbox a:hover {
    color: var(--thm-lt-blue);
}

.loginbox a i {
    color: var(--thm-lt-blue);
}

.btn-danger:active:focus {
    background-color: var(--thm-lt-blue);
    border-color: var(--thm-lt-blue);
}

.vcard h2 a.name {
    color: var(--thm-black);
    font-weight: 700;
    text-transform: capitalize;
}

.vcard h2 a.name:hover {
    color: #333;
}

.blkcol {
    color: #333;
}

.redcol {
    color: #ff0000;
}

.mb-20 {
    margin-bottom: 20px;
}

.property .btn {
    min-width: 30px;
    margin-bottom: 5px;
}

.dash-sidebar {
    background-color: var(--thm-blue);
    border-radius: 5px;
    padding: 15px;
}

.dash-sidebar h3 {
    margin: 0px 0px 10px 0px;
    padding: 3px 0px;
    font-size: 22px;
    text-align: center;
    background: var(--thm-lt-grey);
    color: #fff;
}

.dash-sidebar ul {
    margin: 0px;
    padding: 0px;
}

.dash-sidebar ul li {
    /* padding:10px 0px 10px 5px; */
}

/* .dash-sidebar ul li:nth-child(even){
        background: #f4f4f4;
} */
.dash-sidebar ul li a {
    margin: 0px;
    padding: 10px 0px 10px 10px;
    color: #fff;
    display: block;
    font-weight: 400;
    border-bottom: 1px solid var(--thm-lt-grey);
}

.dash-sidebar ul li a:hover,
.dash-sidebar ul li.active a {
    color: #fff;
    background-color: var(--thm-lt-blue);
    border-radius: 5px;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}

.mypostsbox {
    background-color: var(--thm-blue);
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}

.dashmy .alert-danger {
    background: #ffb9b9;
    color: #000;
    text-align: center;
}

.abtcon {
    overflow: hidden;
}

.dashmy .alert-danger .close {
    margin-top: -5px;
}

.addpropbox hr {
    margin: 10px 0px;
}

.addpropbox .badge-success {
    background-color: #28a745;
}

.addpropbox .badge-danger {
    background-color: #dc3545;
}

.propertyview label {
    font-weight: 600;
    text-align: right;
    display: block;
}

.propertyview label.text-left {
    text-align: left;
}

.propertyview img {
    float: left;
    margin-right: 10px;
}

.property tr th {
    text-align: center;
}

.listingInfo p {
    margin-bottom: 10px;
}

.listingInfo small {
    color: var(--thm-black);
    float: left;
}

.new-class-div {
    height: 115px;
}

.property label a {
    color: #fff;
}

.tp-bgimg .defaultimg {
    height: inherit !important;
    background-size: auto;
}

.select2-container .select2-selection--single {
    height: 36px !important;
    border-radius: 0px !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px !important;
}

.select2-container {
    margin-bottom: 0px !important;
}

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

    /* .navbar.nav-white .navbar-nav > li > a{
        padding:10px 5px;
    }
    .topslidertabs .tab-content{
        padding:15px 30px 15px 15px;
    }
    .topslidertabs .form-control{
        margin-bottom: 10px;
    }
    .topslidertabs .btn{
        width: 100%;
    }*/
    .box img {
        height: 300px !important;
    }
}

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

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #no-more-tables td:before {
        content: attr(data-title);
    }
}

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

    .list-inline .pull-left,
    .list-inline .pull-right {
        float: none !important;
    }

    .list-inline>li,
    .top-bar ul li a,
    .list-inline {
        text-align: center;
        float: none !important;
    }

    /*.topslidertabs .btn{
        width: 100px;
        float: right;
    }*/
    .topslidertabs select {
        margin-top: 0px;
    }

    .navbar-brand {
        height: 80px;
        padding-top: 10px;
    }

    a.btnpostadd {
        top: 24px;
        position: absolute;
        right: 80px;
    }
}

@media only screen and (max-width: 600px) {
    .box img {
        height: 250px !important;
    }
}

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

    /*.topslidertabs{
        position: inherit;
        overflow: hidden;
        top:inherit;
        margin:20px 0px 0px 0px;
    }
    .topslidertabs .nav-tabs > li > a{
        padding:12px 25px;
    }*/
    .addbox {
        display: none;
    }

    .selrgt {
        margin: 0px auto;
        display: block;
        float: none;
    }

    .tab-box h5 {
        text-align: center;
    }

    .prview .btn {
        display: block;
        float: none !important;
    }

    .box img {
        height: 210px !important;
    }
}

@media only screen and (max-width: 380px) {
    .topslidertabs .nav-tabs>li>a {
        padding: 12px 15px;
    }

    .list-inline>li:last-child {
        margin-top: 10px;
    }

    .fitleft {
        float: left;
        width: 250px;
        height: auto;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .box img {
        height: 180px !important;
    }
}


.fun-facts-section .video-box {
    position: relative;
}

.fun-facts-section .video-box .image {
    position: relative;
    z-index: 9;
    margin-bottom: 0;
}

.fun-facts-section .video-box .image:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: transparent !important;
    padding: 90px;
    opacity: .80;
}

.fun-facts-section .video-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.fun-facts-section .video-box .image .link {
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}

.fun-facts-section .video-box .image .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 18px;
    color: #ffffff;
    line-height: 110px;
    -webkit-text-shadow: 0 4px 16px rgba(0, 0, 0, 0.80);
    -moz-text-shadow: 0 4px 16px rgba(0, 0, 0, 0.80);
    -ms-text-shadow: 0 4px 16px rgba(0, 0, 0, 0.80);
    -o-text-shadow: 0 4px 16px rgba(0, 0, 0, 0.80);
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.80);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mb-30 {
    margin-bottom: 30px;
}

.float-left {
    float: left;
}

/*.pricingTable{*/
/*    color: #383e4a;*/
/*    font-family: 'Roboto', sans-serif;*/
/*    text-align: center;*/
/*    padding: 0 25px 25px;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    margin-bottom: 50px;*/
/*}*/
/*.pricingTable:before{*/
/*    content: "";*/
/*    background: linear-gradient(to right, var(--thm-grey), var(--thm-grey));*/
/*    width: 250px;*/
/*    height: 350px;*/
/*    border-radius: 10px 10px 10px 20px;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*}*/
/*.pricingTable .pricing-content{*/
/*    background-color: #fff;*/
/*    padding: 35px 15px 30px;*/
/*    border-radius: 20px;*/
/*    box-shadow: 0 0 15px rgba(0,0,0,0.1),10px -10px 0 rgba(0,0,0,0.05);*/
/*}*/
/*.pricingTable .title{*/
/*    font-size: 30px;*/
/*    font-weight: 700;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 1px;*/
/*    margin: 0 0 20px;*/
/*    position: relative;*/
/*}*/
/*.pricingTable .title2{*/
/*    font-size:24px;*/
/*    font-weight: 700;*/
/*    background-color:#eee;*/
/*    padding:5px 0px;*/
/*}*/
.pricingTable .pricing-content ul {
    text-align: left;
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    display: inline-block;
    min-height: 165px;

}

.pricingTable .pricing-content ul li {
    color: #383737;
    font-size: 14px;
    line-height: 21px;
    padding: 3px 0 3px 21px;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
}

.pricingTable .pricing-content ul li:first-child {
    border-top: 1px solid #f3f3f3
}

.pricingTable .pricing-content ul li:before {
    color: #6cc13d;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    top: 3px;
    left: 0;
}

.pricingTable .pricing-content p {
    min-height: 65px;
    padding-top: 10px;
}

.pricingTable .pricing-content ul li.disable:before {
    color: #525963;
    content: "\f00d";
}

.pricingTable .price-value {
    margin: 0 0 13px;
    padding: 7px 0px 20px;
}

.pricingTable .price-value .amount {
    font-size: 50px;
    line-height: 50px;
    display: block;
    color: #000;
}

.pricingTable .price-value .amount i {
    font-size: 35px;
}

.pricingTable .price-value .duration {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    color: #000;
}

.pricingTable .pricingTable-signup a {
    color: #fff;
    background: linear-gradient(to bottom, #9fcd37, #72bb43);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 14px;
    transition: all 0.5s ease 0s;
}

.pricingTable .pricingTable-signup a:hover {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}

.pricingTable.purple:before {
    background: linear-gradient(to right, #c95799, #9f54ab);
}

.pricingTable.purple .pricing-content ul li:before {
    color: #c95799;
}

.pricingTable.purple .pricing-content ul li.disable:before {
    color: #525963;
}

.pricingTable.purple .pricingTable-signup a {
    background: linear-gradient(to bottom, #c95799, #9f54ab);
}

/*.pricingTable.orange:before{*/
/*    background: linear-gradient(to right, #f0891f, #da382a);*/
/*}*/
.pricingTable.orange .pricing-content ul li:before {
    color: #f0891f;
}

.pricingTable.orange .pricing-content ul li.disable:before {
    color: #525963;
}

.pricingTable.orange .pricingTable-signup a {
    background: linear-gradient(to bottom, #f0891f, #da382a);
}

.navbar-right {
    margin-right: 0px;
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    margin: auto;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
}

.blublock {
    width: 100%;
    height: 100px;
    /*    background-color: var(--thm-blue);*/
    position: relative;
    margin-top: -20px;
}

.login {
    border-radius: 30px 0px 0px 30px;
    border: 2px solid #e7e7e7;
    padding-right: 10px !important;
    margin-left: 10px;
}

.register {
    border-radius: 0px 30px 30px 0px;
    border: 2px solid #e7e7e7;
    border-left: 0px !important;
}

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

.metis.tparrows {
    display: none;
}

.tp-simpleresponsive img {
    height: 350px;
}

.factbox {
    position: relative;
    margin-top: -90px;
}

.factbox .card {
    border-radius: 5px 5px 0px 0px;
    /*    border-top: 3px solid var(--thm-lt-blue);*/
    margin-bottom: 25px;
}

.adbox .card {
    padding: 0px;
}

.adbox img {
    border: 10px solid #fff;
}

.carousel-control.right,
.carousel-control.left {
    background-image: inherit;
}

.carousel-control {
    text-shadow: inherit !important;
    opacity: 1;
    top: 45%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #333;
    background-color: #fff;
    box-shadow: 2px 2px 2px #ccc;
    border-radius: 100%;
}

.carousel-control:hover {
    color: #333 !important;
}

.carousel-control.right {
    right: -18px;
}

.carousel-control.left {
    left: -18px;
}

.rlsadd {
    border: 8px solid #fff;
}

h2.title {
    text-align: left;
    font-size: 24px;
}

.text-white {
    color: #fff;
}

.addblublock {
    /*background-image:linear-gradient(to right,#f3fafc, #fff);*/
    background: url('../images/videobgbox.jpg');
    background-repeat: no-repeat;
    background-size: 100% 480px;
    padding: 30px 0px;
}

.addblublock .card {
    margin-bottom: 0px;
}

.pinkBg {
    background-color: var(--thm-lt-blue) !important;
    background-image: linear-gradient(90deg, var(--thm-lt-blue), var(--thm-lt-blue));
}

.intro-banner-vdo-play-btn {
    height: 60px !important;
    width: 60px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    text-align: center !important;
    margin: -30px 0 0 -30px !important;
    border-radius: 100px !important;
    z-index: 1
}

.intro-banner-vdo-play-btn i {
    line-height: 56px;
    font-size: 18px !important
}

.intro-banner-vdo-play-btn .ripple {
    position: absolute;
    width: 160px;
    height: 160px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -80px 0 0 -80px;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

.feaimg .card .card-image a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.city-title {
    font-size: 20px;
    color: var(--thm-black);
    text-transform: capitalize;
    font-weight: 500;
}

.city-text {
    font-size: 12px;
    margin-bottom: 0;
}

.videoadbox h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    background: linear-gradient(135deg, #ff5500, #ffcc00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*.rounded-start{
    border-radius: 5px 0px 0px 5px;
}*/
.clientsaysblock {
    background: linear-gradient(135deg, #0f6fce, #00528b);
    padding: 40px 0px 10px 0px;
    overflow: hidden;
    position: relative;
}

.clientsaysblock h2 {
    color: #fff;
    margin: 0px;
    padding: 0px 0px 30px 0px;
    font-size: 24px;
    text-align: center;
}

.clientsaysblock .owl-nav {
    position: absolute;
    top: 40%;
}

.testimonial {
    margin: 0 20px 40px;
}

.testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.testimonial .testimonial-content:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: var(--thm-lt-blue);
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #843800;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonial .description {
    ont-size: 15px;
    /* font-style: italic; */
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
    margin-top: 10px;
}

.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #fff;
}

#testimonial-slider .owl-nav,
#findslider .owl-nav {
    width: 100%;
}

#listing-slider .owl-nav {}

#testimonial-slider .owl-nav button.owl-next,
#testimonial-slider .owl-nav button.owl-prev,
.video-slider .owl-nav button.owl-next,
.video-slider .owl-nav button.owl-prev,
#listing-slider .owl-nav button.owl-next,
#listing-slider .owl-nav button.owl-prev,
#premium-slider .owl-nav button.owl-next,
#premium-slider .owl-nav button.owl-prev,
#findslider .owl-nav button.owl-next,
#findslider .owl-nav button.owl-prev {
    top: 1%;
    width: 50px;
    height: 50px;
    line-height: 65px;
    color: #333;
    background-color: #fff !important;
    border-radius: 100%;
}

#testimonial-slider .owl-nav button.owl-next i,
#testimonial-slider .owl-nav button.owl-prev i,
.video-slider .owl-nav button.owl-next i,
.video-slider .owl-nav button.owl-prev i,
#listing-slider .owl-nav button.owl-next i,
#listing-slider .owl-nav button.owl-prev i,
#premium-slider .owl-nav button.owl-next i,
#premium-slider .owl-nav button.owl-prev i,
#findslider .owl-nav button.owl-next i,
#findslider .owl-nav button.owl-prev i {
    font-size: 35px;
    padding: 0px;
}

#testimonial-slider .owl-nav button.owl-next,
#findslider .owl-nav button.owl-next {
    right: -40px;
    position: absolute;
}

#testimonial-slider .owl-nav button.owl-prev,
#findslider .owl-nav button.owl-prev {
    left: -40px;
    position: absolute;
}

#listing-slider .owl-nav,
#premium-slider .owl-nav {
    position: absolute;
    top: -17%;
    right: 0%;
}

#findslider .owl-nav button.owl-prev {
    position: absolute;
    top: 27%;
}

#findslider .owl-nav button.owl-next {
    position: absolute;
    top: 27%;
}

#findslider .card {
    box-shadow: inherit;
}

#listing-slider .owl-nav button.owl-next,
#premium-slider .owl-nav button.owl-next,
{
right: -45px;
position: absolute;
}

#listing-slider .owl-nav button.owl-prev,
#premium-slider .owl-nav button.owl-prev {
    left: -66px;
    position: absolute;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    color: #000 !important;
}

.carousel-control:focus,
.carousel-control:hover {
    color: #000 !important;
}

.bgfooter {
    background-image: url('../images/footerbg.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 157px;
}

.footsocialmedia a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.footsocialmedia a i {
    padding-right: 0px;
}

.footsocialmedia a:nth-child(1) {
    background-color: #3a5a99;
}

.footsocialmedia a:nth-child(2) {
    background-color: #55acee;
}

.footsocialmedia a:nth-child(3) {
    background-color: #0678b6;
}

.footsocialmedia a:nth-child(4) {
    background: linear-gradient(to left, #f69850 0%, #dc2d4e 0%, #5f54a0 100%);
}

.footsocialmedia a:nth-child(5) {
    background-color: #e83f3a;
}

.footsocialmedia a:nth-child(6) {
    background-color: #e52d27;
}

.ltblueblock {
    /* background: url('../images/blue-bg.jpg'); */
    background: linear-gradient(135deg, #0f6fce, #00528b);
    padding: 30px 0px;
    margin: 20px 0px;
    position: relative;
}

.ltblueblock::before {
    content: "";
    background: rgba(0, 0, 0, 0.0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feaimg .card {
    position: relative;
}

.feaimg .card .tag-premium {
    background-image: url('../images/premium-tag.png');
    background-repeat: no-repeat;
    background-size: 80px 70px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 116px;
    height: 106px;
    z-index: 99;
}

.feaimg .card .tag-feature {
    background-image: url('../images/newfeaturedtag.png');
    background-repeat: no-repeat;
    background-size: 80px 70px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 116px;
    height: 106px;
    z-index: 99;
}

#langModal .form-control:focus {
    box-shadow: inherit !important;
}

.proplist .card {
    padding: 15px;
}

.adds-wrapper .card {
    padding: 15px;
    border-radius: 5px;
}

.card-image {
    border-radius: 10px;
}

.proplist .listingInfo .card-title {
    background-color: var(--thm-blue);
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 5px;
    text-transform: capitalize;
}

.text-white {
    color: #fff !important;
}

.blutxt {
    color: var(--thm-lt-blue) !important;
}

.property thead {
    background-color: var(--thm-blue);
    color: #fff;
}

.property thead tr th {
    padding: 10px 0px;
}

.propetytypesbox {
    text-align: center;
}

.propetytypesbox .card {
    border-radius: 5px;
}

.propetytypesbox img {
    width: 64px;
    height: 64px;
    margin: 0px auto;
    opacity: 0.5;
}

.propetytypesbox h6 {
    font-size: 14px;
    color: #fff;
    padding: 5px 0px;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 0px 0px 5px 5px;
    background-color: var(--thm-lt-blue);
}

.propetytypesbox a:hover .card {
    box-shadow: 5px 5px 10px #ccc;
}

a.btn-viewall:hover {

    color: #fff;

}

/*.verfied-seal{*/
/*    position: absolute;*/
/*    right: 0px;*/
/*    bottom: 10px;*/
/*}*/
.verfied-seal img {
    width: 70px;
    height: 70px;
}

.btn-viewall {
    background-color: var(--thm-blue);
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    margin: 0px auto;
}

.subscriptionbox .badge-success {
    background-color: #198754;
    color: #fff;
}

.subscriptionbox .badge-success h5,
.subscriptionbox .badge-primary h5 {
    color: #fff !important;
}

.subscriptionbox .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 100%;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
}

.subscriptionbox h3 {
    font-size: 18px;
    color: #00a3ff;
}

.subscriptionbox p {
    font-size: 14px;
}

.subscriptionbox .badge-primary {
    color: #fff;
    background-color: #00a3ff;
}

.select2-container--default .select2-selection--single {
    border: 0px !important;
    padding-left: 20px;
    background-image: url(../images/angle-down.svg);
    background-position: right 13px;
    background-size: 10px;
    background-repeat: no-repeat;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit !important;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
}

.select2-results__option {
    font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: inherit !important;
    border-style: inherit !important;
}

#testimonial-slider img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 100%;
}

.faqpage #accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 30px;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}

.faqpage #accordion .panel-heading {
    padding: 0;
    border-radius: 30px;
}

.faqpage #accordion .panel-title a {
    display: block;
    padding: 17px 20px 17px 70px;
    background: #4a5a6a;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: none;
    border-radius: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.faqpage #accordion .panel-title a.collapsed {
    color: #fff;
}

.faqpage #accordion .panel-title a:after,
.faqpage #accordion .panel-title a.collapsed:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background: #333f4b;
    font-size: 25px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}

.faqpage #accordion .panel-title a.collapsed:after {
    content: "\f105";
}

.faqpage #accordion .panel-body {
    padding: 20px 0 0 0;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    border-top: none;
    position: relative;
}

.faqpage #accordion .panel-body p {
    padding: 10px 20px 10px;
    margin: 0;
    background: #f1f1e6;
    border-radius: 15px;
}

/*.viewbtns a{*/
/*    width: 49%;*/
/*}*/

.blognew .card .card-content .vcard p {
    height: 40px;
    padding-left: 0px;
}

.blognew .listingInfo .priceText {
    padding-left: 0px;
}

.menu-fixed {
    position: fixed;
    width: 100%;
    top: 0;
}

.feaimg .verfied-seal img {
    width: 40px;
    height: 40px;
}

@media only screen and (max-width: 576px) {
    .subscriptionbox h3 {
        font-size: 15px;
    }

    .subscriptionbox p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .propetytypesbox .col {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .verfied-seal img {
        width: 50px;
        height: 50px;
    }

}

@media only screen and (max-width: 992px) {
    .pricingTable {
        margin-bottom: 40px;
    }

    .topslidertabs .col {
        padding-right: 10px !important;
        padding-bottom: 5px;
    }

    .viewbtns a {
        width: 100%;
    }

    /*.advert.row .d-flex{*/
    /*    display: block!important;*/
    /*}*/
    .topslidertabs select {
        border-left: 0px !important;
        border-right: 0px !important;
    }
}

@media only screen and (max-width: 768px) {
    .propetytypesbox .col {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .topslidertabs {
        top: -145px
    }
}

@media only screen and (max-width: 576px) {
    .propetytypesbox .col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .blublock {
        display: none
    }

    .topslidertabs {
        position: relative;
        top: -80px;
        margin-bottom: 0px;
    }

    .factbox {
        margin-top: -80px
    }

    .topslidertabs .form-control {
        margin-bottom: 0px;
    }
}

/*@media only screen and (max-width: 423px){
    .factbox{
        margin-top: -220px;
    }
}*/

.propertyStats .priceText {
    padding-left: 0px !important;
}

.premium-lisiting {
    height: 115px;
}

.box {
    position: relative;
    max-width: 600px;
    width: 90%;
    height: 400px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* common */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 9;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: 10;
    content: "";
    display: block;
    border: 5px solid #0aa70a;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 117px;
    padding: 7px 0;
    background-color: #0aa70a;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    color: #fff;
    font: 700 13px/1 "Lato", sans-serif;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 3px;
    right: 63px;
}

.ribbon-top-left::after {
    bottom: 64px;
    left: 5px;
}

.ribbon-top-left span {
    right: 55px;
    top: 22px;
    transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}

.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}

.ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}

.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}

.ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
}


.premium-red::before,
.premium-red::after {

    border: 5px solid #e70000;
}

.premium-red span {
    background: #e70000;
}




.footerlogo img {
    width: 130px;
    /* margin: 0px auto; */
}

.login-btn {
    margin-bottom: 20px;
}

.login-btn a {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 19px;
}


/*pricing table css strat Here */

:root {
    --main-color: #01C0A2;
}

.pricingTable {
    background: #fff;
    font-family: "Poppins", sans-serif;
    text-align: center;
    padding: 0px 30px;
    margin: 10px 15px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.pricingTable:before {
    content: "";
    border: 10px solid var(--main-color);
    border-top: none;
    border-bottom: none;
    border-radius: 10px;
    position: absolute;
    top: 55px;
    bottom: 55px;
    left: -10px;
    right: -10px;
    z-index: -1;
}

.pricingTable .pricingTable-header {
    color: var(--main-color);
    text-transform: capitalize;
    position: relative;
    margin: 0 0 15px;
}

.pricingTable .title {
    color: #fff;
    background: var(--main-color);
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    padding: 10px 0;
    margin: 0 auto 30px;
    border-radius: 0 0 50px 50px;
    text-align: center;
}

.pricingTable .price-value .amount {
    font-size: 40px;
    font-weight: 600;
    line-height: 53px;
}

.pricingTable .duration {
    font-size: 17px;
    line-height: 17px;
    display: block;
}

.pricingTable .pricing-content {
    text-align: left;
    padding: 0;
    /* margin: 0 0 30px; */
    list-style: none;
    /* display: inline-block; */
    /*height: 170px;*/
}

.pricingTable .pricing-content li {
    color: #555;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    padding: 0 15px 0 30px;
    margin: 0 0 10px;
    position: relative;
}

.pricingTable .pricing-content li:last-child {
    margin: 0;
}

.pricingTable .pricing-content li:before {
    content: "\f00c";
    color: #349008;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    top: -1px;
    left: 0;
}

.pricingTable .pricing-content li.disable:before {
    content: "\f00d";
    color: #FF3A39;
}

.pricingTable .pricingTable-signup a {
    color: #fff;
    background: var(--main-color);
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 20px 5px;
    border-radius: 50px 50px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.pricingTable .pricingTable-signup a:hover {
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
}

.pricingTable.blue {
    --main-color: #226AFF;
}

.pricingTable.orange {
    --main-color: #FF6616;
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin: 0 10px 40px;
    }
}

.pricingTable-header h5 {
    font-size: 20px;
}

.pricing-content p span {
    font-size: 15px !important;
    font-weight: 700;
    color: #090e52;
    text-align: center;
}

.pricingTable-header h4 {
    text-align: center;
}

img.blog-view-full-width {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

img.proerty-slide-img {
    width: 100% !important;
    height: 350px;
    object-fit: cover;
}

.text-dark {
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

.ml-3 {
    margin-left: 10px;
}

.viewbtns a {
    border-radius: 20px;
    width: 42px;
    height: 42px;
    text-align: center;
    padding: 10px;
}

.viewbtns a i {
    align-self: center;
    line-height: 1;
    font-size: 20px;
    text-align: center;
    padding: 2px 0px;
}

.legitRipple {
    border-radius: 5px;
    margin-top: 10px;
}

.reg-img {
    height: 100%;
    object-fit: cover;
}

.wallet-history .card {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}


.wallet-history .card {
    border-radius: 10px;
    border: none;
}

.wallet-history .table {
    border-collapse: separate;
    border-spacing: 0;
}

.wallet-history .table th,
.wallet-history .table td {
    border: 1px solid #dee2e6;
}

.wallet-history .table th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    background-color: #f8f9fa;
}

.wallet-history .table td {
    font-size: 0.95rem;
}

/* Rounded corners for first and last cells in header */
.wallet-history .table thead th:first-child {
    border-top-left-radius: 8px;
}

.wallet-history .table thead th:last-child {
    border-top-right-radius: 8px;
}

/* Rounded corners for first and last cells in last row */
.wallet-history .table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.wallet-history .table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

/* Fix border collapse issues */
.wallet-history .table th,
.wallet-history .table td {
    position: relative;
    background-clip: padding-box;
}

.slotholder::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 1;
}

.service-cat-box {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background: #fff;
    height: 100%;
}

.service-cat-box p {
    margin-bottom: 0;
}

.cities-slider img {
    height: 108px;
    width: 108px !important;
}

.blog-img-new {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.verfied-seal {
    position: absolute;
    right: -15px;
    top: -15px;
}

/*td.numeric.act-btn-new {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
gap: 10px;
/* optional spacing */
/*}*/
/*td.numeric.act-btn-new a {*/
/*    flex: 0 0 calc(25% - 10px);*/
/*    margin-bottom: 0px !important;*/
/*    margin-top: 0;*/
/*}*/

@media only screen and (max-width: 768px) {
    .service-cat-box {
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 10px !important;
        background: #fff;
        height: auto !important;
        margin-bottom: 24px;
    }

    .ico-services p {
        height: 46px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* Number of lines to show */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .step-card {
        text-align: left;
    }

    .app-card {
        padding: 20px !important;
    }

    .refer-card {
        padding: 20px !important;
    }

    .content-row {
        padding-left: 0px;
        padding-right: 0px;
    }

    .store-btn {
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .app-download-section {
        padding: 30px 0 !important;
    }

    .checkbox-inline,
    .radio-inline {
        padding-left: 0 !important;
    }

    .legitRipple {
        width: 100% !important;
        margin-bottom: 30px !important;
    }

    #map-canvas {
        height: 50vh !important;
    }

    .footerlogo img {
        margin-bottom: 30px;
    }

    .app-download-section .container {
        padding-left: 0;
        padding-right: 0;
    }

    .testimonial .testimonial-content {
        padding: 15px 15px 15px 15px;
    }

    .card.card-horizontal .card-content .card-action {
        position: relative;
        right: 0;
        bottom: 20px;
        left: 0;
    }

    .row.btnsview .pull-right {
        display: flex;
        width: 100%;
        gap: 10px;
    }

    .mar-no {
        /*padding: 0px;*/
    }

    .app-title {
        font-size: 26px;
    }

    .act-btn-new {
        display: flex !important;
        gap: 10px;
    }

    td.numeric.act-btn-new {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        /* optional spacing */
    }

    td.numeric.act-btn-new a {
        flex: 0 0 calc(33.333% - 10px);
        margin-bottom: 0px !important;
        margin-top: 0;
    }
}

.checkbox-inline,
.radio-inline,
.form-horizontal .radio-inline {
    padding-left: 0 !important;
}

@media only screen and (max-width: 576px) {
    .container {
        width: 100%;
    }
}

/* HERO SECTION STYLES */
.hero-section {
    background-color: #E8E8E8;
    background-image: url('../images/bannerbg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 120px 80px 80px;
    min-height: 894px;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.hero-content {
    max-width: 650px;
}

.hero-title {
    font-size: 72px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.02;
    font-family: 'Inter', 'Raleway', sans-serif;
}

.hero-subtitle {
    font-size: 24px;
    color: #858585;
    margin-bottom: 50px;
    font-weight: 700;
    line-height: 1.4;
}

/* Search Box */
.hero-search-box {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 80px;
    box-shadow: none;
    max-width: 1100px;
}

/* Tabs */
.hero-tabs {
    margin-bottom: 0;
    display: flex;
}

.hero-tabs .nav-tabs {
    border: none;
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
}

.hero-tabs .nav-tabs li {
    margin: 0;
}

.hero-tabs .nav-tabs a {
    border: none;
    background: #fff;
    color: #1E1E1E;
    padding: 23px 40px;
    font-size: 24px;
    font-weight: 700;
    min-width: 170px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    font-family: 'Inter', sans-serif;
}

.hero-tabs .nav-tabs a:hover {
    color: #0129BC;
    background: #fff;
}

.hero-tabs .nav-tabs li.active a,
.hero-tabs .nav-tabs li.active a:hover,
.hero-tabs .nav-tabs li.active a:focus {
    background: #fff;
    border: none;
    color: #0129BC;
    font-weight: 600;
}

.hero-tabs .nav-tabs li.active a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 93px;
    height: 2px;
    background: #0129BC;
}

.hero-tab-content {
    background: #fff;
    padding: 0;
    border: none;
}

/* Form Layout */
.hero-search-box .row {
    display: flex;
    gap: 0;
    align-items: stretch;
    flex-wrap: nowrap;
    margin: 0;
    background: #fff;
    height: 120px;
    /* Fixed height for alignment */
}

.hero-search-box .col-sm-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
    padding: 20px 40px;
    position: relative;
    height: 100%;
}

.hero-search-box .col-sm-6:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    height: calc(100% - 40px);
    width: 1px;
    background: #E8E8E8;
}

.hero-search-box .col-sm-6:last-child {
    flex: 0 0 auto;
    padding: 0;
    width: 120px;
    /* Fixed width for button container */
}

.hero-search-box label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
    display: block;
    font-family: 'Inter', sans-serif;
}

.hero-search-box .form-control {
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    height: auto;
    width: 100%;
    color: #9F9F9F;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
}

.hero-search-box .form-control:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.hero-search-box select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0 center;
    padding-right: 30px;
}

/* Search Button */
.btn-search {
    background-color: #0129BC;
    border: none;
    color: #fff;
    padding: 0;
    border-radius: 0;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 28px;
    margin: 0;
}

.btn-search:hover {
    background-color: #001a8c;
    color: #fff;
}

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

/* Statistics */
.hero-stats {
    display: flex;
    gap: 0;
    margin-top: 0;
    align-items: center;
}

.stat-item {
    display: flex;
    flex-direction: column;
    padding-right: 40px;
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    height: 51px;
    width: 1px;
    background: #C4C4C4;
}

.stat-item:not(:first-child) {
    padding-left: 40px;
}

.stat-number {
    font-size: 38px;
    font-weight: 600;
    color: #0129BC;
    margin-bottom: 5px;
    line-height: 1;
    font-family: 'Inter', sans-serif;
}

.stat-label {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    font-family: 'Inter', sans-serif;
}

/* RESPONSIVE */
@media (max-width: 1400px) {
    .hero-section {
        padding: 80px 60px 60px;
        background-size: 50% auto;
    }

    .hero-title {
        font-size: 60px;
    }

    .hero-tabs .nav-tabs a {
        padding: 20px 30px;
        font-size: 20px;
        min-width: 140px;
    }
}

@media (max-width: 1200px) {
    .hero-section {
        background-size: 45% auto;
    }

    .hero-title {
        font-size: 52px;
    }

    .hero-subtitle {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .hero-section {
        background-image: none;
        padding: 60px 30px;
        min-height: auto;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-title {
        font-size: 44px;
    }

    .hero-search-box {
        max-width: 100%;
    }

    .hero-search-box .col-sm-6 {
        padding: 15px 25px;
    }

    .btn-search {
        width: 100px;
        height: 100px;
    }

    .hero-search-box .row {
        height: auto;
        min-height: 100px;
    }

    .hero-search-box .col-sm-6:last-child {
        width: 100px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 40px 20px;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .hero-tabs .nav-tabs a {
        padding: 15px 20px;
        font-size: 16px;
        min-width: auto;
        min-height: 60px;
    }

    .hero-search-box .row {
        flex-direction: column;
        height: auto;
    }

    .hero-search-box .col-sm-6 {
        width: 100%;
        padding: 15px 20px;
    }

    .hero-search-box .col-sm-6:not(:last-child)::after {
        display: none;
    }

    .hero-search-box .col-sm-6:not(:last-child) {
        border-bottom: 1px solid #E8E8E8;
    }

    .hero-search-box .col-sm-6:last-child {
        padding: 0;
        width: 100%;
    }

    .btn-search {
        width: 100%;
        height: 60px;
    }

    .hero-stats {
        flex-wrap: wrap;
        gap: 20px;
    }

    .stat-item {
        padding-right: 30px;
    }

    .stat-item:not(:first-child) {
        padding-left: 30px;
    }

    .stat-item:not(:last-child)::after {
        right: 15px;
        height: 40px;
    }

    .hero-tabs .nav-tabs a {
        padding: 12px 20px;
        font-size: 14px;
    }

    .stat-number {
        font-size: 28px;
    }

    .stat-label {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 30px 15px;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .hero-search-box {
        margin-bottom: 40px;
    }

    .stat-item {
        padding-right: 20px;
    }

    .stat-item:not(:first-child) {
        padding-left: 20px;
    }

    .stat-number {
        font-size: 24px;
    }

    .stat-label {
        font-size: 12px;
    }

    .hero-tabs .nav-tabs a {
        padding: 10px 15px;
        font-size: 13px;
    }
}

/* ============================================
   PRIDE IN EVERY STEP SECTION
   ============================================ */
.pride-section {
    padding: 60px 0;
    background-color: #fff;
}

.pride-header {
    margin-bottom: 40px;
}

.pride-icon {
    margin-bottom: 15px;
}

.butterfly-icon {
    font-size: 32px;
    display: inline-block;
}

.pride-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
}

.pride-title .highlight-text {
    color: #FFB800;
}

.highlight-text {
    color: #FFB800;
}

.pride-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}

/* Pride Stats Container */
.pride-stats-container {
    display: flex;
    justify-content: center;
}

.pride-stats-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    padding: 30px 50px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.pride-stat-item {
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.pride-stat-icon {
    width: 48px;
    height: 48px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pride-stat-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.pride-stat-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 4px;
    font-family: 'Poppins', sans-serif;
}

.pride-stat-content p {
    font-size: 13px;
    color: #888;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.stat-divider {
    width: 1px;
    height: 50px;
    background: #E0E0E0;
    margin: 0 10px;
}

/* ============================================
   OUR SERVICES SECTION
   ============================================ */
.services-section {
    padding: 60px 0 80px;
    background-color: #fff;
}

.services-header {
    margin-bottom: 40px;
}

.services-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}

.services-title .highlight-text {
    color: #FFB800;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 1px solid #f0f0f0;
}

.service-card:first-child {
    border-left: none;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

.service-card a {
    text-decoration: none;
    display: block;
}

.service-card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.service-card-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
}

/* ============================================
   RESPONSIVE STYLES FOR NEW SECTIONS
   ============================================ */
@media (max-width: 1200px) {
    .pride-stats-card {
        padding: 25px 30px;
    }

    .pride-stat-item {
        padding: 0 20px;
    }

    .services-grid {
        gap: 20px;
    }
}

@media (max-width: 992px) {
    .pride-stats-card {
        flex-wrap: wrap;
        padding: 20px;
        gap: 20px;
    }

    .pride-stat-item {
        flex: 0 0 calc(50% - 20px);
        padding: 15px;
    }

    .stat-divider {
        display: none;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .pride-section {
        padding: 40px 0;
    }

    .pride-title {
        font-size: 26px;
    }

    .pride-subtitle {
        font-size: 14px;
    }

    .pride-stat-item {
        flex: 0 0 100%;
    }

    .services-section {
        padding: 40px 0 60px;
    }

    .services-title {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .pride-title {
        font-size: 22px;
    }

    .pride-stats-card {
        padding: 15px;
    }

    .pride-stat-icon {
        width: 40px;
        height: 40px;
    }

    .pride-stat-content h4 {
        font-size: 14px;
    }

    .pride-stat-content p {
        font-size: 12px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .service-card {
        padding: 25px 15px;

    }

    .service-card-icon {
        width: 60px;
        height: 60px;

    }

    .service-card-title {
        font-size: 14px;

    }


}



/* ============================================  ABOUT US - FINDING THE RIGHT PLACE SECTION  ============================================ */
.about-finding-section {
    padding: 80px 0;
    background-color: #fff;

}

.about-finding-image {
    position: relative;

}

.about-finding-image img {
    width: 100%;
    height: auto;
    border-radius: 0;

}

.about-finding-content {
    padding-left: 50px;

}

.about-badge-icon {
    margin-bottom: 10px;

}

.medal-icon {
    font-size: 36px;
    display: inline-block;

}

.about-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #0129BC;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;

}

.about-finding-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;

}

.about-finding-title .highlight-text {
    color: #FFB800;

}

.about-finding-description {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;

}

.btn-read-more {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    background-color: #0129BC;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;

}

.btn-read-more:hover {
    background-color: #001a8c;
    color: #fff;
    text-decoration: none;

}

.btn-read-more .arrow-icon {
    margin-left: 8px;
    font-size: 16px;

}


/* Responsive styles */
@media (max-width: 992px) {
    .about-finding-content {
        padding-left: 30px;

    }

    .about-finding-title {
        font-size: 28px;

    }


}

@media (max-width: 768px) {
    .about-finding-section {
        padding: 50px 0;

    }

    .about-finding-image {
        margin-bottom: 30px;

    }

    .about-finding-content {
        padding-left: 0;

    }

    .about-finding-title {
        font-size: 24px;

    }

    .about-finding-description {
        font-size: 14px;

    }


}

@media (max-width: 576px) {
    .about-finding-section {
        padding: 40px 0;

    }

    .about-finding-title {
        font-size: 22px;

    }

    .medal-icon {
        font-size: 28px;

    }

    .btn-read-more {
        padding: 12px 24px;
        font-size: 13px;

    }


}

/* RECOMMENDED LISTINGS SECTION STYLES */
.recommended-section {
    background-color: #ffffff !important;
    padding-top: 60px;
    padding-bottom: 60px;
}

.recommended-header {
    margin-bottom: 40px;
    position: relative;
}

.recommended-icon img {
    width: 60px;
    height: auto;
    display: block;
    margin: 0 auto 15px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.highlight-text-yellow {
    color: #FFC107;
    /* Brighter yellow */
}

.btn-explore {
    background: #0029b9;
    color: #fff;
    padding: 12px 35px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 15px;
    border: none;
    transition: all 0.3s ease;
    text-transform: capitalize;
    display: inline-block;
}

.btn-explore:hover {
    background: #002299;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 41, 185, 0.3);
    color: #fff;
}

.recommended-card {
    background: #fff;
    border: none;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.recommended-card:hover {
    transform: none;
    /* Removed lift effect for cleaner look */
}

.card-image-wrapper {
    position: relative;
    height: 250px;
    overflow: hidden;
    margin-bottom: 15px;
}

.card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.recommended-card:hover .card-image-wrapper img {
    transform: scale(1.05);
    /* Gentle zoom */
}

.card-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    z-index: 2;
    text-transform: capitalize;
}

.tag-orange {
    background-color: #FF5500;
}

.card-nav-prev,
.card-nav-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    color: #0029b9;
    transition: all 0.3s ease;
    z-index: 2;
}

.card-nav-prev {
    left: 10px;
}

.card-nav-next {
    right: 10px;
}

.card-nav-prev:hover,
.card-nav-next:hover {
    background: #fff;
    color: #0029b9;
}

.card-content {
    padding: 0 5px;
    /* Minimal padding */
}

.card-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-location {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
    font-weight: 400;
}

.btn-view-details {
    display: inline-block;
    background: #0029b9;
    color: #fff;
    text-align: center;
    padding: 8px 25px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    transition: all 0.3s ease;
    border: none;
}

.btn-view-details:hover {
    background: #002299;
    color: #fff;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 28px;
    }

    .recommended-card {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* PROJECT SHOWCASE CAROUSEL STYLES */
.project-showcase-section {
    background-color: #f0f0eb;
    /* Light beige/gray background */
    padding: 0;
    position: relative;
    overflow: hidden;
}

.display-flex-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.showcase-content {
    padding: 50px 80px;
    background-color: #f0f0eb;
    /* Ensure background matches section */
}

.project-logo-area {
    margin-bottom: 20px;
}

.brand-logo {
    font-size: 32px;
    color: #1a4d2e;
    /* Dark green like Beverly logo */
    font-family: 'Times New Roman', serif;
    font-weight: 400;
    margin: 0;
}

.brand-sub {
    display: block;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #333;
    font-family: sans-serif;
    margin-top: 5px;
}

.showcase-title {
    font-size: 42px;
    font-weight: 600;
    color: #2D3E35;
    /* Dark greenish gray */
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.highlight-green {
    color: #155e2d;
    /* Dark green highlight */
    font-weight: 700;
}

.showcase-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
    font-style: italic;
}

.partner-logos {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}

.partner-logos img {
    height: 40px;
    width: auto;
    opacity: 0.8;
    mix-blend-mode: multiply;
    /* Make logos blend if needed */
}

.showcase-image {
    height: 500px;
    width: 100%;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
    /* Round left corners */
    position: relative;
}

.showcase-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Custom Controls */
.custom-control-prev,
.custom-control-next {
    width: 50px;
    height: 50px;
    background: #ff5500;
    /* Orange background */
    border-radius: 50%;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.custom-control-prev {
    left: 20px;
}

.custom-control-next {
    right: 20px;
}

.custom-control-prev:hover,
.custom-control-next:hover {
    background: #e04b00;
    transform: translateY(-50%) scale(1.1);
    opacity: 1;
}

.control-icon {
    font-size: 20px;
    color: #fff;
}

/* Indicators */
.custom-indicators {
    bottom: 20px;
}

.custom-indicators li {
    background-color: #ccc;
    border: none;
    width: 10px;
    height: 10px;
    margin: 5px;
}

.custom-indicators li.active {
    background-color: #ff5500;
    width: 12px;
    height: 12px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .showcase-content {
        padding: 40px 30px;
    }

    .showcase-title {
        font-size: 32px;
    }

    .showcase-image {
        height: 300px;
        border-radius: 0;
    }

    .custom-control-prev,
    .custom-control-next {
        width: 40px;
    }
}

/* Customer Feedback Section */
.customer-feedback-section {
    padding: 60px 0;
    background-color: #f9f9f9;
    text-align: center;
}

.feedback-star {
    font-size: 30px;
    color: #ffc107;
    margin-bottom: 20px;
}

.feedback-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}

.feedback-title .highlight-text {
    color: #ffbe00;
    /* Gold */
}

.feedback-subtitle {
    color: #666;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 1.6;
}

.feedback-card {
    background: #fff;
    padding: 30px 35px;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    text-align: left;
    min-height: 200px;
    border: none;
}

.feedback-card:hover {
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.08);
}

.feedback-text {
    font-size: 15px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.8;
}

.feedback-user {
    display: flex;
    align-items: center;
}

.user-avatar {
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.user-info {
    display: flex;
    flex-direction: column;
}

.user-name {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #0040ce;
}

.user-location {
    font-size: 13px;
    color: #888;
}

/* Feedback Carousel Styling */
.feedback-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.feedback-carousel .owl-nav button {
    pointer-events: auto;
    width: 45px;
    height: 45px;
    background: #ff5500 !important;
    border-radius: 50%;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.feedback-carousel .owl-nav button:hover {
    background: #e04b00 !important;
    transform: scale(1.1);
}

.feedback-carousel .owl-nav .owl-prev {
    margin-left: -60px;
}

.feedback-carousel .owl-nav .owl-next {
    margin-right: -60px;
}

.feedback-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.feedback-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
}

.feedback-carousel .owl-dots .owl-dot.active span {
    background: #ff5500;
}