@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-shadow: none;
    border: 0
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    background-color: #fbfbfb;
}

button {
    outline: 0;
    cursor: pointer;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
}

button:focus {
    outline: 0
}

a {
    text-decoration: none;
    outline: 0;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
}

a:focus {
    outline: 0
}

img {
    max-width: 100%;
}

.relative {
    position: relative;
}

ul {
    list-style: none;
}

.container {
    max-width: 1140px;
    ;
}

.navbar.scrolled {
    background: #2A4A98;
}

/*.navbar-brand img {
    width: 100%;
    max-width: 125px;
}*/

ul.navbar-nav li.nav-item a.nav-link,
ul.navbar-nav li.nav-item.active a.nav-link {
    color: #ffffff;
}

ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #ffffff;
}

.bg-customred {
    background-color: #DB4633;
}

a.btn.contact-btn {
    font-size: 16px;
    color: #ffffff;
    border-radius: 30px;
    padding: 10px 46px;
    outline: none;
}

ul.navbar-nav li.nav-item {
    margin: 0px 7px;
}

/* Banner */
header.masthead {
    background-color: #2A4A98;
    min-height: 701px;
    background-image: url(../images/banner-img.png);
    background-repeat: no-repeat;
    background-size: 1150px;
    background-position: left top;
    position: relative;
    padding-top: 200px;
    background-color: #fbfbfb;
}

.bg-none {
    background-color: transparent;
}

/* header.masthead::before {
    opacity: 0.85;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #2A4A98;
} */
.top-banner-content {
    padding-top: 60px;
    /* padding-right: 90px; */
}

.stores a {
    margin-right: 15px;
}

h2.top-heading {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 44px;
    text-transform: capitalize;
    color: #FFFFFF;
    opacity: 0.95;
    margin-bottom: 15px;
}

p.banner-paragraph {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    color: #FFFFFF;
    opacity: 0.95;
    margin-bottom: 40px;
}

a.btn.readmore-btn.bg-white.hvr-float {
    width: 165px;
    /* top: 465px; */
    background-color: #142247 !important;
    border-radius: 10px;
    color: #fff;
    line-height: normal;
    padding: 17px 15px;
    font-size: 15px;
    font-weight: normal;
}

/* Our Services */
.service-item {
    position: relative;
}

section#services {
    padding: 100px 0 80px;
}

section#services .container-fluid {
    max-width: 1420px;
}

.section-heading h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    text-transform: capitalize;
    color: #142247;
    opacity: 0.95;
    margin-bottom: 40px;
}

.item-redirect {
    background: #FFFFFF;
    border: 1px solid #C1D1F8;
    box-sizing: border-box;
    box-shadow: 0px 10px 10px rgba(103, 121, 228, 0.05);
    border-radius: 10px;
    padding: 30px 15px;
    /* position: absolute; */
    margin-top: -15px !important;
    width: 100%;
    margin: 0px auto;
    z-index: 1;
    align-items: center;
    display: flex;
    padding: 18px;
    flex-direction: column;
}

.image-service {
    position: relative;
    z-index: -2;
}

.image-service img {
    width: 100%;
}

.item-redirect h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #111111;
    opacity: 0.95;
    margin-bottom: 12px;
}

.item-redirect a.more-info {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #2A4A98;
    padding: 0;
    opacity: 0.95;
    text-decoration: none;
}

.item-redirect a.more-info img {
    margin-left: 5px;
}

/* Strom */
.strom-text {
    display: flex;
    justify-content: space-between;
}

img.strom {
    width: 100%;
    margin-bottom: 40px;
}

.claim-btn {
    width: 210px;
    border-radius: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    padding: 0;
    margin-left: 40px;
}

.strom-damage h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    text-transform: capitalize;
    color: #142247;
    opacity: 0.95;
}

section.strom-damage.relative {
    padding-bottom: 60px;
    position: relative;
}

section.strom-damage::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #F1F3F6;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}


/* Footer */
footer.footer {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 45px;
    text-align: center;
    background-position: center center;
}

ul.footer-ul li {
    display: inline-block;
    margin: 0px 15px;
}

ul.footer-ul li a {
    color: #ffffff;
    text-decoration: none;
}

ul.footer-ul {
    margin-top: 12px;
}

/* My Claims Page */
.claims-head {
    min-height: 280px;
    background-image: url('../images/my-claims-header.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 150px 0 60px 0;
    position: relative;
}

.claims-head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #2A4A98;
    opacity: 0.75;
}

.claims-head h2.top-heading {
    text-align: center;
    margin: 0;
    font-size: 40px;
}

.claim-tabs {
    padding: 60px 0;
}

.claims-steps {
    max-width: 920px;
    margin: 0px auto;
    background: #FFFFFF;
    border: 1px solid #C1D1F8;
    box-sizing: border-box;
    box-shadow: 0px 10px 10px rgba(103, 121, 228, 0.05);
    border-radius: 10px;
    border-top: 0px;
}

.claims-steps .tab-content {
    padding: 30px 15px 30px 15px;
}

.claims-steps .nav-link {
    font-size: 16px;
    padding: 15px;
    position: relative;
    color: #111111;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border: 0;
}

.claims-steps .nav-link {
    font-size: 16px;
    padding: 15px;
    position: relative;
    color: #111111;
    border-radius: 0;
    border: 1px solid #C1D1F8;
    background-color: #ffffff;
    border-bottom: 1px solid #C1D1F8 !important;
}

.claims-steps .nav-link.active {
    background-color: red;
    background: #DB4633;
    box-shadow: 0px 10px 10px rgba(103, 121, 228, 0.05);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #ffffff;
    border: 1px solid #DB4633;
    position: relative;
}

.claims-steps .nav-link.active {
    background: #DB4633;
}

.claims-steps .nav-link.active::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 56px;
    top: -1px;
    right: -25px;
    background-image: url(../images/tab-after.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.claims-steps .nav-link.next::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 54px;
    top: 0px;
    right: -24px;
    background-image: url(../images/tab-after-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.claims-steps .nav-link.next {
    border-bottom: 1px solid #C1D1F8 !important;
    border-color: #C1D1F8 !important;
    background-color: #F2F2F2;
}

.claims-steps a.nav-link.active {
    border: 1px solid #DB4633 !important;
    background-color: #DB4633;
}

/* .claims-steps .nav-link:hover::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 54px;
    top: 0px;
    right: -24px;
    background-image: url(../images/tab-after-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.claims-steps  a.nav-link:hover {
    border-bottom: 1px solid #C1D1F8 !important;
    border-color: #C1D1F8 !important;
    background-color: #F2F2F2;
} */
.claims-steps a.nav-link.active:hover {
    border: 1px solid #DB4633 !important;
    background-color: #DB4633;
}

.claims-steps a.nav-link.completed {
    border: 1px solid #2A4A98 !important;
    background-color: #2A4A98;
    color: #ffffff;
}

.claims-steps a.nav-link.completed::after {
    width: 24px;
    height: 56px;
    top: -1px;
    right: -25px;
    background-image: url(../images/tab-first-after.png);
}

.claims-steps a.nav-link.active:hover::after {
    width: 24px;
    height: 56px;
    top: -1px;
    right: -25px;
    background-image: url(../images/tab-after.png);
}

.claims-steps .nav-link::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 54px;
    top: 0px;
    right: -24px;
    background-image: url(../images/tab-after-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.claims-steps .nav-tabs li.nav-item:last-child .nav-link::after {
    display: none;
}

.claims-steps .nav-tabs li.nav-item:last-child .nav-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tab-content label {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    opacity: 0.8;
    margin-bottom: 10px;
    width: 100%;
}

.tab-content .form-group {
    padding: 0px 15px 0px 15px;
    margin-bottom: 0px;
}

.tab-content input {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #111111;
    padding: 12px 15px;
    height: auto;
    background: #FFFFFF;
    border: 1px solid rgba(42, 74, 152, 0.2);
    border-radius: 5px;
    margin-bottom: 15px;
}

.internal-checks input[type="radio"]:checked+label {
    display: inline-block;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #FFFFFF;
    width: auto;
    height: auto;
    background: #2A4A98;
    border: 1px solid rgba(42, 74, 152, 0.2);
    border-radius: 5px;
    opacity: 1;
    line-height: normal;
    text-align: center;
    padding: 7px 14px;
}

.internal-checks label {
    display: inline-block;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #111111;
    background: #FFFFFF;
    border: 1px solid rgba(42, 74, 152, 0.2);
    border-radius: 5px;
    padding: 7px 14px;
    width: auto;
    height: auto;
    margin-bottom: 15px;
    margin-right: 10px;
}

.internal-checks input[type="radio"] {
    display: none;
}

.back-btn {
    padding: 10px 64px;
    outline: none;
    border: 1px solid #2A4A98;
    box-sizing: border-box;
    border-radius: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: #2A4A98;
}

.next-btn {
    padding: 10px 64px;
    outline: none;
    background: #DB4633;
    border-radius: 50px;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: #FFFFFF;
}

.next-btn:hover,
.next-btn:focus {
    color: #FFFFFF;
}

.bottom-btns a {
    margin: 15px 10px 0px;
}

/* Tab 2 */
.tab-content-title {
    text-align: center;
}

.tab-content-title h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    margin-bottom: 3px;
}

.tab-content-title p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #111111;
    opacity: 0.5;
}

.internal-checks.damage-checks input[type="radio"]:checked+label {
    display: inline-block;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #DB4633;
    border: 1px solid rgba(42, 74, 152, 0.2);
    border-radius: 5px;
    opacity: 1;
    line-height: normal;
    width: 100%;
    text-align: center;
    padding: 12px 15px;
    margin-right: 15px;
}

.internal-checks.damage-checks input[type="radio"]:checked+label:last-child {
    margin-right: 0;
}

.internal-checks.damage-checks {
    display: flex;
}

.internal-checks.damage-checks label {
    width: 100%;
    text-align: center;
    padding: 12px 15px;
    margin-right: 15px;
}

.internal-checks.damage-checks label:last-child {
    margin-right: 0;
}

.contains-checks {
    margin: 0px auto;
}

.inputblockscontainer {
    display: flex;
}

.inputblock input {
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}

.inputblock {
    margin-right: 15px;
    position: relative;
    width: 100%;
}

.inputblock .box {
    height: 135px;
    padding: 13px;
    cursor: pointer;
}

.inputblock:first-child {
    margin-left: 15px;
}

.inputblock .box {
    background: #FFFFFF;
    border: 1px solid rgba(42, 74, 152, 0.2);
    border-radius: 5px;
}

.inputblockscontainer {
    display: flex;
    margin: 20px auto;
}

.inputblock span {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #111111;
    line-height: 1.7;
}

span.img-icon {
    width: 42px;
    height: 42px;
    background: #2A4A98;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 0px auto 8px;
}

.inputblock span:last-child img {
    margin-left: 2px;
}

.inputblock label {
    text-align: center;
    opacity: 1;
}

.inputblock span {
    display: block;
}

/* Insurance */
ul.insurance-ul {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 15px 0 15px;
    margin-bottom: 0px;
}

.insurance-ul span.drop {
    background: #2A4A98;
    width: 48px;
    height: 48px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    margin-right: 14px;
    border-radius: 50%;
}

.insurance-blocks {
    background: #FFFFFF;
    box-shadow: 0px 10px 10px rgba(103, 121, 228, 0.05);
}

.insurance-title h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #111111;
    padding: 25px 12px 5px;
}

.insurance-title.type-of-loss h4 {
    padding-top: 15px !important;
}

.tab-pane {
    overflow: hidden;
}

/* Aggre & Process */
.insurance-title h4 span {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    opacity: 0.8;
}

.texts {
    padding: 0px 25px;
}

.texts p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #111111;
}

span.text-bold {
    font-weight: 500;
}

.bottom-form {
    margin-top: 25px;
}

.divided-labels {
    display: flex;
    justify-content: space-between;
}

.bottom-form label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    opacity: 0.8;
    margin: 0;
    width: fit-content;
}

.bottom-form label span {
    font-size: 12px;
    display: block;
    line-height: 12px;
}

.bottom-form input {
    margin-top: 10px;
}

/* After Login Header */
.logged-in div#navbarTogglerDemo03 {
    justify-content: space-between;
}

.logged-in .navbar {
    background: #2A4A98;
}

.right-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.right-menu .dropdown button,
.right-menu .dropdown button:hover,
.right-menu .dropdown button:focus,
.right-menu .dropdown button:active {
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: none !important;
}

.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.right-menu .dropdown-menu.show {
    padding: 0;
    margin: 0;
    position: absolute;
    height: auto;
    background-color: #ffffff;
    display: block;
    right: 0;
    top: 50px;
    border-radius: 4px !important;
}

.right-menu .dropdown-menu.show a.dropdown-item {
    padding: 10px 12px;
    border-bottom: 1px solid #f1f1f1;
}

.right-menu .dropdown-menu.show a.dropdown-item:last-child {
    border-bottom: 0;
}

.navigation-items a {
    color: #ffffff;
    margin-right: 20px;
    text-decoration: none;
    padding: 12px 8px;
}

.dropdown.notifications button::after {
    content: "2";
    width: 16px;
    height: 16px;
    border: 0;
    background-color: #db4633;
    position: absolute;
    top: 4px;
    right: 5px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
}

.right-menu .dropdown:focus button {
    background: transparent !important;
}

/* Login page css */
.outer-wrapper.user-page {
    background-color: #2A4A98;
    /*max-height: 100%;*/
    min-height: 100vh;
}

.outer-wrapper.user-page .form-container {
    padding: 0 15px 0 200px;
    height: 100%;
    display: flex;
    align-items: self-start;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

.outer-wrapper.user-page .form-container .logo {
    margin-bottom: 25px;
}

.outer-wrapper.user-page .form-container h2 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
}

.outer-wrapper.user-page .form-container #user-form {
    margin-top: 25px;
    color: #fff;
    width: 100%;
    margin-bottom: 20px;
}

.outer-wrapper.user-page .form-container #user-form label {
    font-size: 16px;
    margin-bottom: 10px;

}

.outer-wrapper.user-page .form-container #user-form .need-help {
    font-size: 14px;
    opacity: 0.7;
}

.outer-wrapper.user-page .form-container #user-form select,
.outer-wrapper.user-page .form-container #user-form input {
    min-height: 45px;
}

.outer-wrapper .form-container #user-form select,
.outer-wrapper .form-container #user-form input {
    min-height: 45px;
}

.social-btns {
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 152px;
}

.social-btns .fb {
    width: 40px;
    height: 40px;
    background: #4267B2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.social-btns .gplus {
    width: 40px;
    height: 40px;
    background: #DC4E41;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.social-btns .twitter {
    width: 40px;
    height: 40px;
    background: #03A9F4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.bg-form-right {
    background: url(../images/login-bg.png) no-repeat;
    height: 100%;
    width: 100%;
    background-position: 35px 0;
    background-size: cover;
}

.bg-form-right.signup {
    background: url(../images/signup-bg.png) no-repeat;
    background-position: 35px 0;
    background-size: cover;
}

.bg-form-right.forgot {
    background: url(../images/forgot-bg.png) no-repeat;
    background-position: 35px 0;
    background-size: cover;
}

.outer-wrapper.user-page.signup .form-container {
    padding-top: 40px !important;
}

.terms-conditions {
    display: flex;
    align-items: center;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox label {
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    cursor: pointer;
    margin-bottom: 0 !important;
    margin-right: 15px;
    margin-top: 6px;
}

.custom-checkbox input:checked+label {
    background-color: #DB4633;
}

.custom-checkbox input:checked+label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 4px;
    width: 6px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin: auto;
}

.inner-pages-wrapper {
    margin-top: 73px;
}

.listing-view {
    padding: 40px 0;
}

.listing-view h2 {
    font-size: 30px;

}

.top-head-bar {
    font-weight: 400;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
}

.listing-view .table-top-filters .form-group {
    margin-bottom: 0;
}

.listing-view .table-top-filters .form-group.filter-btn {
    margin-bottom: 0;
    display: flex;
    align-self: flex-end;
}

.table-top-filters {
    background: #4267B2;
    margin-top: 20px;
    padding: 20px;
    color: #fff;
    margin-bottom: 20px;
}

#claimTable a {
    color: #000;
}

#claimTable .inprogress {
    background: #f1b200;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 15px;
}

#claimTable .processing {
    background: #f17a00;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 15px;
}

#claimTable .action a>i {
    color: #7a7777;
    margin-right: 10px;
    cursor: pointer;

}

#claimTable .action a>i:hover {
    color: #000;
}

.faq-accordion {
    margin-top: 20px;
    margin-bottom: 20px;
}

.faq-accordion .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    border-bottom: none;
    cursor: pointer;
}

.faq-accordion .card-header button {
    color: #000;
}


/* Chat-Page-Style-Start */
.view-chat-btn {
    display: none;
}

svg {
    height: auto;
}

.top-head-bar.chat {
    max-width: 1120px;
}

.listing-view.chat {
    padding: 15px 0 15px;
}

.chat-container {
    max-width: 1120px;
    background-color: #fff;
    border: 1px solid #C1D1F8;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(103, 121, 228, 0.05);
    height: calc(100vh - 103px);
}

/* chat-lft-panel Style Start */
.chat-lft-panel {
    width: 34%;
    min-width: 276px;
    border-right: 1px solid #E1E1EB;
    transition: .2s;
}

.chat-lft-panel.active {
    transform: translateX(100%);
}

.chat-list-rw {
    border-bottom: 1px solid #DCDCE8;
}

.chat-list-cell {
    margin: 5px;
    padding: 5px 15px 5px 6px;
    border-radius: 8px;
}

.chat-list-cell * {
    cursor: pointer;
}

.chat-list-cell:hover {
    background-color: #f0f0f0;
}

.chat-list-cell.active {
    background-color: #f0f0f0;
    border-radius: 8px;
    margin: 6px;
}

.chat-list-pic {
    margin-right: 12px;
    width: 60px;
    height: 60px;
}

.chat-list-pic img {
    width: 100%;
    height: 100%;
}

.chat-list-txt label,
.chat-list-txt p {
    margin-bottom: 0;
}

.chat-list-txt>label {
    font-size: 16px;
    color: #1C1C3C;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chat-list-txt p {
    font-size: 13px;
    line-height: 15px;
    color: #59586C;
}

.chat-list-icn {
    margin-right: 3px;
}

.chat-list-rt {
    margin-bottom: 5px;
}

.chat-list-rt span {
    width: 20px;
    height: 20px;
    background-color: #193773;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
}

.chat-list-rt label {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #5E5E70;
}


/* chat-rt-panel Style */
.chat-header {
    border-bottom: 1px solid #DCDCE8;
    padding: 11px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.11);
}

.chat-header * {
    cursor: pointer;
}

.chat-header .chat-list-txt>label {
    font-size: 22px;
}

.chat-room {
    padding: 10px 38px 49px;
}

.chat-timeline {
    padding: 0 0 10px;
    font-size: 15px;
    font-weight: 500;
    color: #9B9A9A;
}

.chat-msg-row {
    margin-bottom: 44px;
}

.chat-bubble {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #595959;
    padding: 14px 20px 14px;
}

.chat-right .chat-bubble {
    background: #3162D9;
    border-radius: 20px 20px 0px 20px;
    color: #fff;
}

.chat-bubble label {
    color: rgba(255, 255, 255, 0.46);
    font-size: 12px;
    line-height: 14px;
}

.chat-left .chat-bubble label {
    color: rgba(0, 0, 0, 0.46);
}

.chat-bubble p {
    margin-bottom: 8px;
}

.chat-bubble p:last-child {
    margin-bottom: 0;
}

.chat-user {
    width: 26px;
    height: 26px;
    margin-bottom: 24px;
}

.chat-left .chat-msg {
    order: 2;
}

.chat-user img {
    width: 100%;
    height: 100%;
}

.chat-right .chat-user {
    margin-left: 12px;
}

.chat-left .chat-user {
    margin-right: 12px;
}

.chat-msg>p {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #949494;
    margin: 4px 0 0;
}

.chat-left .chat-bubble {
    background: #C2CEE8;
    border-radius: 20px 20px 20px 0px;
}

.chat-foot {
    border-top: 1px solid #E1E1EB;
    padding: 15px 25px;
}

.chat-attach-btn * {
    cursor: pointer;
}

.chat-attach-btn:focus {
    box-shadow: none;
}

.chat-attach-btn svg {
    width: 25px;
    height: auto;
}

.chat-attach-btn input {
    opacity: 0;
    cursor: pointer;
}

.chat-attach-btn:hover path {
    fill: #3162d9
}

.chat-foot input {
    font-size: 14px;
    line-height: 20px;
}

.btn.msg-send-btn {
    width: 42px;
    height: 42px;
    background: #3162D9;
    transition: .3s;
}

.msg-send-btn:hover {
    width: 42px;
    height: 42px;
    background: #1b47ad;
}

.msg-send-btn svg {
    width: 24px;
    height: auto;
    margin-left: -4px;
}

.view-chat-btn,
.view-chat-btn:hover {
    font-size: 13px;
    font-weight: 600;
    color: #2a4a98;
}

.view-chat-btn svg {
    width: 22px;
    margin-right: 2px;
}

/* New Style Start from 19-6-23 style-desktop-start*/
body {
    font-family: "Inter", sans-serif;
    background: #f5f5f5 !important;
    font-size: 16px;
}

.inner-pages-wrapper.inner-pages-container {
    width: 100%;
    padding: 50px 70px;
}

.inner-data-wrapper.padd {
    padding: 20px;
}

.inner-data-wrapper.card {
    background-color: #fff;
    border-radius: 6px;
    border: none;
}

.inner-pages-container .page-header {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    margin: 0 0 30px 0;
}

.profile-wrapper .profile-header {
    background: rgba(221, 221, 221, .4);
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 26px;
}

.profile-header .profile-cell .pic-cell {
    width: 116px;
    height: 116px;
    margin-right: 26px;
    border: 2px solid #EE3223;
    flex-shrink: 0;
}

.profile-header .profile-cell .pic-info {
    font-size: 14px;
    line-height: 17px;
}

.profile-header .profile-cell .pic-info .btn {
    margin-bottom: 7px;
    padding: 7px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.profile-header .profile-cell .pic-info .btn svg {
    margin-right: 5px;
}

.profile-header .profile-cell .pic-info .btn:hover svg path,
.profile-header .profile-cell .pic-info .btn:focus svg path {
    fill: #fff;
}

.inner-pages-container .section-header h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 26px 0;
}

.profile-wrapper .form-group .checkbox-item {
    margin-right: 15px;
}

.form-container .form-row-block {
    margin-bottom: 30px;
}

.new-claim-page .inner-pages-wrapper {
    max-width: 1435px;
    width: 100%;
    margin: 0 auto;
}

.new-claim-page .inner-data-wrapper {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
}

.steps-wrapper {
    height: 60px;
    background-color: rgba(221, 221, 221, .4);
    border-radius: 5px;
    overflow: auto;
    margin-bottom: 39px;
}

.steps-wrapper ul li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    margin: 0 25px 0 0;
    padding: 0 20px;
    border-radius: 5px;
   
}

.steps-wrapper ul li::before {
    content: '';
    position: absolute;
    width: 44px;
    height: 44px;
    background-color: #EBEBEB;
    border: 3px solid #EBEBEB;
    border-radius: 50%;
    left: -34px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.steps-wrapper ul li.active {
    background-color: #EE3223;
    color: #fff !important;
}
.steps-wrapper ul li.active a{
   
    color: #fff !important;
}

.steps-wrapper ul li.active:first-child:before {
    display: none;
}

.steps-wrapper ul li.active::before {
    background-color: #EE3223;
}

.claim-info-block {
    background-color: #EBEBEB;
    padding: 15px;
    border-radius: 5px;
}

.claim-info-block>.row>div {
    display: flex;
}

.claim-info-block .item-cell {
    font-weight: 500;
}

.claim-info-block .item-cell>.icon {
    width: 36px;
    height: 36px;
    background-color: #fff;
}

.claim-info-block .item-cell>.icon,
.claim-info-block .item-cell>label {
    margin-right: 8px;
}

.claim-info-block .item-cell>label {
    font-weight: 400;
    margin-bottom: 0;
}

/* upload-image/file-common-start */
.upload-img-block {
    background: #fdfdfd;
    border: 1px dashed #c6c6c6;
    border-radius: 6px;
    min-height: 169px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    flex: 1;
  }
  
  .upload-img-block>.inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .upload-img-block>.inner {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
  }
  
  .upload-img-block>.inner .upload-icon-cell {
    margin-bottom: 10px;
  }
  
  .upload-img-block>.inner .upload-icon-cell .upload-img {
    max-width: 80%;
    border-radius: 8px;
  }
  
  .upload-img-block>.inner label {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
  }
  
  .upload-img-block>.inner .browse-btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #ee3223;
    text-decoration: underline;
    position: relative;
    background: none;
}
.upload-img-block>.inner .browse-btn *{
    cursor: pointer;
}
.upload-img-block>.inner .browse-btn input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
  .upload-img-block>.inner .browse-btn:hover {
    text-decoration: none;
  }
  
  /* upload-image/file-common-end */
/* New Style Start from 19-6-23 style-desktop-end*/


/* style-common-component-start*/

/* Buttons-style-start */
.btn {
    height: auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding: 13px 15px;
    border: none;
    border-radius: 6px;
    transition: all ease 0.3s 0s;
}

.btn:focus {
    box-shadow: none;
}

.btn.btn-primary {
    background-color: #ee3223;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
    background-color: #d12013;
    border-color: transparent;
    color: #fff;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #d12013;
}

.btn-primary-outline:hover .icon svg path,
.btn-primary-outline:focus .icon svg path {
    fill: #fff;
}

.btn.btn-secondary:hover {
    background-color: #5e5a5a;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #1a1717;
    border-color: transparent;
    color: #fff;
}

.btn-primary-outline {
    background-color: transparent;
    color: #ee3223;
    border: 1px solid #ee3223;
}

.btn-primary-outline .icon svg path {
    fill: #ee3223;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus {
    background-color: #ee3223;
    border-color: transparent;
    color: #fff;
}

/* Buttons-style-end */

/* CheckBoxButton Style Start */
.checkbox-block {
    display: flex;
}

.checkbox-block.flex-column .checkbox-item {
    margin-bottom: 6px;
}

.checkbox-item * {
    cursor: pointer;
}

.checkbox-item {
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    margin: 8px 10px 8px 0;
    border-radius: 8px;
    color: #000;
    font-weight: 400;
    /* min-width: 160px; */
}

.checkbox-item:hover {
    border-color: #ffb3b3;
}

.checkbox-item .txt {
    user-select: none;
}

.checkbox-item:hover .icon {
    border-color: #ffb3b3;
}

.checkbox-item .icon {
    width: 16px;
    height: 16px;
    border: 1px solid #cbcbcb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    border-radius: 4px;
    flex-shrink: 0;
}

.checkbox-item.reverse .icon {
    margin: 0 0 0 7px;
}

.checkbox-item .icon .dot {
    visibility: hidden;
    font-size: 10px;
    color: #fff;
}

.checkbox-item input {
    position: absolute;
    opacity: 0;
    margin: 0;
}

.checkbox-item input:checked~.icon {
    background-color: #EE3223;
    border-color: #EE3223;
}

.checkbox-item input:checked~.icon .dot {
    visibility: visible;
}

.checkbox-item.no-label {
    margin-right: 0;
}

.checkbox-item.no-label .icon {
    margin-right: 0;
}

/* CheckBoxButton Style End */


/* Form-style-Start */
input:read-only {
    background-color: #F8F8F8;
    border-color: transparent;
}

.form-btns-rw {
    margin-top: 15px;
}

.form-btns-rw .btn {
    min-width: 145px;
}

.form-group .download-pdf-cell {
    display: flex;
    background: #F8F8F8;
    border-radius: 6px;
    padding: 10px 15px;
}

.form-group .download-pdf-cell label {
    margin: 0 10px 0 0;
    overflow: hidden;
    font-weight: 400;
    color: #000;
}

.form-group .download-pdf-cell label .icon {
    margin-right: 7px;
    flex-shrink: 0;
}

.form-group .download-pdf-cell label .icon img {
    margin: 0;
}

.form-group .download-pdf-cell a {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
}

.form-group .download-pdf-cell a:hover {
    opacity: .6;
}

/* Form-style-end */

/* RadioButton Style Start */
.radiobox-block {
    display: flex;
    flex-wrap: wrap;
}

.radiobox-item-cell {
    margin: 0 0 5px 0;
}

.radiobox-block.flex-column .radiobox-item {
    margin-bottom: 6px;
}

.radiobox-item * {
    cursor: pointer;
}

.radiobox-item {
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    background: #fff2f2;
    border: 1px solid #fddada;
    padding: 10px;
    margin: 0 10px 0 0;
    border-radius: 8px;
    color: #000;
    font-weight: 400;
    min-width: 160px;
}

.radiobox-item:hover {
    border-color: #ffb3b3;
}

.radiobox-item:hover .icon {
    border-color: #ffb3b3;
}

.radiobox-item .icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #fddada;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
}

.radiobox-item .icon .dot {
    width: 16px;
    height: 16px;
    background: #ff3636;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all ease 0.2s 0s;
}

.radiobox-item input {
    position: absolute;
    opacity: 0;
    margin: 0;
}

.radiobox-item input:checked+.icon .dot {
    transform: scale(1);
}

/* RadioButton Style End */
.steps-btns-rw {
    margin-top: 20px;
}

.steps-btns-rw .btn {
    min-width: 148px;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.steps-btns-rw .btn .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.steps-btns-rw .btn.prev-step-btn .icon {
    margin-right: 6px;
}

.steps-btns-rw .btn.next-step-btn .icon {
    margin-left: 6px;
}



textarea.form-control {
    resize: none;
}

/* Upload File Section */ 
.upload-file-view {
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    padding: 7px 0 7px;
}
 .upload-file-view .item-cell {
    width: 60px;
    height: 60px;
    display: inline-flex;
    border: 1px solid #eee;
    border-radius: 3px;
    margin: 0 15px 12px 0;
  }
  .upload-file-view .item-cell .pic-cell {
    width: 100%;
    height: 100%;
  }
  .upload-file-view .item-cell .pic-cell img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
  .upload-file-view .item-cell button {
    top: -7px;
    right: -7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    background: #d32929;
    color: #fff;
  }

/* style-common-component-end*/


/* style-responsive-start*/
@media screen and (min-width: 1919px) {
    /* Add your styles here */
    .mobile-menu-right.right-menu {
        display: none;
    }
}


@media(max-width:1919px) {
    html body {
        font-size: 15px;
    }

    .btn {
        font-size: 15px;
        padding: 11px 15px
    }

    .form-group input:not([type="checkbox"]):not([type="radio"]),
    .form-group select,
    .form-group textarea,
    .input-select-color {
        height: 42px;
    }

    .form-group select[multiple] {
        height: auto;
    }

    .form-group textarea {
        height: 95px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 15px;
    }

    table td,
    table th {
        font-size: 15px !important;
    }

    .inner-pages-wrapper.inner-pages-container {
        width: 100%;
        padding: 30px 20px;
    }

    .inner-pages-container .page-header {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .inner-pages-container .section-header h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 26px 0;
    }

    .profile-header .profile-cell .pic-cell {
        width: 90px;
        height: 90px;
    }

    .steps-wrapper {
        height: auto;
        min-height: 50px;
        margin-bottom: 29px;
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
    }

    .steps-wrapper ul li {
        font-size: 16px;
        margin: 0 15px 0 0;
    }

    .steps-wrapper ul li::before {
        width: 34px;
        height: 34px;
        left: -25px;
    }

    /* style-responsive-end*/

    @media (max-width: 767px) {
        .view-chat-btn {
            display: inline-flex;
        }

        .listing-view.chat {
            padding: 0;
        }

        .chat-container {
            border-radius: 0;
            margin: 0 -15px !important;
            width: auto !important;
            height: calc(100vh - 73px);
        }

        .chat-lft-panel {
            position: absolute;
            background: #fff;
            transform: translateX(0);
            border-right: none;
            height: 100%;
            width: 100%;
            border-radius: 0;
        }

        .chat-rt-panel {
            transform: translateX(100%);
            position: absolute;
            width: 100%;
            height: 100%;
            transition: .3s;
            background-color: #fff;
        }

        .chat-rt-panel.active {
            transform: translateX(0)
        }

        .chat-list-pic {
            width: 40px;
            height: 40px;
            margin-right: 8px;
        }

        .chat-header .chat-list-txt>label {
            font-size: 18px;
        }
    }

    /* Chat-Page-Style-End */



    @media (min-width: 992px) {
        .navigation-items a:hover {
            border-bottom: 2px solid #db4633;
        }
    }

    .messages button::after {
        display: none;
    }

    .dropdown.messages.show .dropdown-menu.show,
    .dropdown.notifications.show .dropdown-menu.show {
        width: 190px;
    }

    .dropdown.messages.show .dropdown-menu.show a.dropdown-item,
    .dropdown.notifications.show .dropdown-menu.show a.dropdown-item {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
    }

    .dropdown.messages.show .dropdown-menu.show a.dropdown-item span.msg-img {
        display: inline-block;
        width: 26px;
        height: 26px;
        margin-right: 5px;
        border-radius: 50%;
    }

    span.username {
        margin-right: 5px;
    }

    .btn-white {
        background: #fff;
        color: #DB4633 !important;
    }

    .back-icon {
        font-size: 25px;
        margin-right: 15px;
        color: #2A4A98;
        font-weight: bold;
    }

    .site-navs {
        margin-top: 10px;
    }

    .site-navs .nav-item {
        border: 1px solid #d4d2d2;
        margin-bottom: 30px;
        margin-left: -1px;
    }

    .site-navs .nav-item a {
        color: #333;
    }

    .site-navs .nav-item a.active {
        background: #2A4A98;
        color: #fff;
        height: 100%;
        border-radius: 0;
    }

    .upload-btn-wrapper {
        position: relative;
        overflow: hidden;
        display: inline-block;
    }

    .upload-profile .btn {
        border: 1px solid #ebebeb;
        color: #ebebeb;
        background-color: white;
        padding: 8px 20px;
        border-radius: 8px;
        font-size: 20px;
        font-weight: bold;
        border-radius: 50%;
        width: 200px;
        height: 200px;
        margin-bottom: 25px;
        position: relative;
    }

    .upload-btn-wrapper img {
        position: absolute;
        top: 1px;
        left: 2px;
        width: 197px;
        height: 197px;
        border-radius: 50%;
    }

    .upload-btn-wrapper input[type=file] {
        font-size: 125px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }






    /* Hovers */

    .hvr-float {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-float:hover,
    .hvr-float:focus,
    .hvr-float:active {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    .hvr-backward {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
    }

    .hvr-backward:hover,
    .hvr-backward:focus,
    .hvr-backward:active {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }

    .navbar-light .navbar-toggler {
        color: #ffffff;
        border-color: #ffffff;
        opacity: 1;
        background-color: rgb(255 255 255);
    }
    table.dataTable thead th.sorting:after{
        opacity: 1;
        color: #9d9d9d !important;
        font-size: 14px !important;
        top: 12px !important;   
    }
    @media (min-width: 992px) {
        a.nav-link:hover {
            border-bottom: 2px solid #db4633;
        }
    }

    @media (max-width: 1260px) {

        .item-redirect {
            display: block !important;
        }

    }

    @media (max-width: 1140px) {
        .right-content-form {
            left: -70px;
        }
    }


    @media (max-width: 1024px) {
        h2.top-heading {
            font-size: 22px;
            line-height: 34px;
        }

        p.banner-paragraph {
            font-size: 15px;
            line-height: 26px;
            margin-bottom: 15px;
        }
    }


    @media (max-width: 991px) {
        ul.navbar-nav li.nav-item {
            margin: 0;
        }

        div#navbarTogglerDemo03 {
            background-color: #2a4a98;
            box-shadow: 0px 10px 50px rgba(103, 121, 228, 0.2);
            padding: 0 0 15px 0;
        }

        ul.navbar-nav li.nav-item a.nav-link {
            padding: 14px 15px;
            border-bottom: 1px solid #415898;
        }

        div#navbarTogglerDemo03 a.btn.contact-btn {
            margin-top: 15px;
            margin-left: 15px;
        }

        h2.top-heading {
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            margin-bottom: 15px;
        }

        p.banner-paragraph {
            font-size: 15px;
            text-align: center;
            margin-bottom: 15px;
        }

        header.masthead {
            padding-top: 30px;
        }

        a.btn.readmore-btn.bg-white {
            margin: 0px auto 15px;
        }

        .right-content-form {
            left: 0;
        }

        .top-banner-content {
            padding-right: 0;
            text-align: center;
        }

        section#services {
            padding: 100px 0 80px 0;
        }

        .image-service img {
            width: 100%;
        }

        .service-item {
            position: relative;
            margin-bottom: 30px;
        }

        .house-services-content {
            padding-top: 0;
        }

        a.btn.readmore-btn.bg-white.hvr-float {
            margin: 0;
        }

        .img-container {
            text-align: center;
            margin-top: 10px;
        }

        .strom-damage h3 {
            font-size: 22px;
            line-height: normal;
        }

        img.devices-static {
            margin-top: 15px;
        }

        /* after login */

        .logged-in div#navbarTogglerDemo03 {
            justify-content: space-between;
            padding: 0;
        }

        .outer-wrapper.user-page {
            overflow: visible;
            max-height: 100%;
        }

        .outer-wrapper.user-page .form-container {
            padding: 20px;
            height: 100%;
        }


    }

    @media (max-width: 767px) {

        /* My Claims */
        ul#myTab {
            display: block;
        }

        .claims-steps .nav-link.active::after,
        .claims-steps .nav-link::after {
            display: none !important;
            border-radius: 0 !important;
        }

        .claims-steps .nav-link.active {
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .claims-steps .tab-content {
            padding: 30px 0px 30px 0px;
        }

        ul.insurance-ul {
            padding: 15px 15px;
            display: block;
        }

        ul.insurance-ul li {
            width: 100%;
            margin-bottom: 10px;
        }

        .site-navs .nav-item {
            margin-bottom: 0;
        }

        .steps-wrapper ul li {
            font-size: 14px;
        }
    }

    @media (min-width: 601px) {
        .mobile-menu-right.right-menu {
            display: none;
        }
    }

    @media (max-width: 600px) {


        .stores a {
            margin-right: 5px;
        }

        a.btn.readmore-btn.bg-white.hvr-float {
            padding: 12px 15px;
            font-size: 13px;
        }

        .stores a img {
            max-width: 130px;
        }

        .strom-text {
            display: flex;
            justify-content: flex-start;
            flex-direction: column;
        }

        a.btn.claim-btn.bg-customred.hvr-backward {
            margin: 10px 0 0 0;
        }

        /* Documents Tab */

        .internal-checks.damage-checks {
            display: block;
        }

        .inputblockscontainer {
            display: block;
            margin: 0px auto 20px;
        }

        .inputblockscontainer .inputblock {
            width: 100%;
            margin: 0px auto;
            padding: 15px 15px 0 15px;
        }

        /* after login */

        .logged-in div#navbarTogglerDemo03 .dropdown {
            display: none;
        }

        .logged-in .right-menu {
            display: flex;
            align-items: center;
            justify-content: space-around;
        }

        .logged-in span.username {
            margin-right: 5px;
            display: none;
        }

        .logged-in .navbar-brand img {
            width: 100%;
            max-width: 95px;
        }

        .navbar-toggler {
            padding: 2px 4px;
            font-size: 1.25rem;
            line-height: 1;
            background-color: transparent;
            border: 1px solid transparent;
            border-radius: .25rem;
        }

        .logged-in .navbar-brand {
            margin-right: 0;
        }

        .logged-in .dropdown button {
            padding: 0 8px;
        }

        .logged-in .navbar-brand {
            margin-right: 0;
            margin-left: 100px;
        }

        .right-menu .dropdown-menu.show {
            padding: 0;
            margin: 0;
            position: absolute;
            height: auto;
            background-color: #ffffff;
            display: block;
            top: 50px;
            border-radius: 4px !important;
            right: 0;
            left: auto;
        }


        .profile-wrapper .profile-header {
            padding: 10px;
            margin-bottom: 16px;
        }

        .profile-wrapper .form-btns-rw .btn {
            width: 100%;
        }

        .steps-wrapper {
            overflow: visible;
            background-color: transparent;
        }

        .steps-wrapper>ul {
            flex-direction: column;
        }

        .steps-wrapper ul li {
            padding: 12px 15px;
            margin: 0;
            background-color: #fff;
            border: 1px solid #d9d9d9;
            border-radius: 5px;
        }

        .steps-wrapper ul li::before {
            display: none;
        }

        .view-claim-page .form-group .download-pdf-cell {
            width: 100%;
        }
    }

    @media (max-width: 480px) {
        .right-content-form {
            width: 320px;
            height: auto;
            padding: 25px 15px 15px 15px;
        }

        p.banner-paragraph {
            margin-bottom: 15px;
        }

        section#services {
            padding: 160px 0 50px 0;
        }

        .stores a img {
            max-width: 130px;
        }

        ul.footer-ul li {
            display: inline-block;
            margin: 0px 2px;
        }

        .stores a {
            margin-right: 0;
            display: inline-block;
            margin: 0 0 25px 0;
            width: 49%;
        }

        .steps-btns-rw {
            display: flex;
            justify-content: space-between;
        }

        .steps-btns-rw .btn {
            min-width: 100px;
            margin: 0 5px;
        }

        .profile-header .profile-cell .pic-cell {
            width: 70px;
            height: 70px;
        }
    }

    @media (max-width: 440px) {
        .logged-in .navbar-brand {
            margin-right: 0;
            margin-left: 0;
        }
    }


    @media (max-width: 380px) {
        section#services {
            padding: 160px 0 50px 0;
        }
    }

    @media (max-width: 320px) {
        .right-content-form {
            width: 300px;
        }

    }

    .parsley-errors-list {
        color: red;
    }

    .parsley-error {
        background: #ffe2e2;
    }

    .processing-tab {
        /*pointer-events: none;*/
        opacity: 0.4;
    }



    
}


