@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Medium';
    src: url('../fonts/HelveticaNeue-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman Cyr';
    src: url('../fonts/times-new-roman/TimesNRCyrMT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/times-new-roman/TimesNewRomanPS-ItalicMT.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman Cyr';
    src: url('../fonts/times-new-roman/TimesNRCyrMT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Times';
    src: url('../fonts/times-new-roman/Times-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: 'OpenSans';
    overflow-x: hidden;
    font-weight: normal;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

strong,
b {
    font-weight: normal;
}

a,
input,
button {
    text-decoration: none !important;
    outline: none !important;
}

img {
    max-width: 100%;
}

.margin-r-10 {
    margin-right: 10px;
}

.margin-r-20 {
    margin-right: 20px;
}

.margin-l-42 {
    margin-left: 42px;
}

.margin-r-42 {
    margin-right: 42px;
}

.margin-b-2 {
    margin-bottom: 2px !important;
}

.margin-b-36 {
    margin-bottom: 36px;
}

.margin-b-0 {
    margin-bottom: 0 !important;
}

.margin-b-12 {
    margin-bottom: 12px;
}

.margin-t-10 {
    margin-top: 10px;
}

.padding-r-42 {
    padding-right: 42px;
}

.padding-t-49 {
    padding-top: 49px;
}

.padding-b-50 {
    padding-bottom: 50px;
}

.padding-tb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padding-b-0 {
    padding-bottom: 0 !important;
}

.padding-0 {
    padding: 0;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.text-inherit {
    text-transform: inherit !important;
}

.border-radius-ltb-8 {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.border-radius-rtb-8 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}


/*-------------------              modal*/

.modal {
    padding: 30px 15px;
}

.modal .modal-header {
    padding: 0 30px;
    border-radius: 12px 12px 0 0;
    background-color: transparent;
    border: 0;
}

.modal .modal-header .modal-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-family: 'KumbhSans-Bold';
    text-transform: uppercase;
    border-radius: 8px 8px 0 0;
    background-image: linear-gradient(0deg, #10638e 0%, #2e88cd 55%, #47bdeb 100%);
    border: 1px solid #ffffff;
    padding: 15px 40px 9px 40px;
    position: relative;
    border-bottom: 0;
}

.modal .modal-header .modal-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 256px;
    height: 6px;
    border-radius: 6px 6px 0 0;
    background-color: #5fbff7;
    right: 0;
    margin: 0 auto;
}

.modal .desc {
    font-size: 14px;
    line-height: 24px;
    color: #777777;
}

.modal .modal-header .close {
    position: absolute;
    right: 45px;
    top: 15px;
    opacity: 1 !important;
    text-shadow: none;
    color: #fff;
    font-size: 9px;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 0;
    margin: 0;
    float: none;
    line-height: normal;
    box-shadow: 0px 1px 1.5px rgba(71, 71, 71, 0.51));
}

.modal .modal-header .close:hover {
    background-color: #0e5584;
    color: #fff;
}

.modal .modal-dialog {
    max-width: 800px;
    width: 100%;
    margin: 20px auto;
    position: relative;
    left: 1px;
    background-color: transparent;
}

.modal .modal-dialog .modal-content {
    background-color: transparent;
    border: 0;
    border-radius: 8px;
    /*box-shadow: 0px 5px 17.5px rgba(43,43,43,0.46);*/
}

.modal .modal-dialog .modal-body {
    padding: 23px 30px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 5px 17.5px rgba(43, 43, 43, 0.46);
}

.modal .form-group .form_label {
    color: #636363;
    font-family: 'Ubuntu-Light';
}

.modal .form-group {
    margin-bottom: 17px;
}


/*-----------  SOCIAL MEDIA */

.social_media ul li {
    list-style: none;
    display: inline-block;
    margin-right: 11px;
}

.social_media ul li:last-child {
    margin-right: 0;
}

.social_media ul li a {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 18px;
    opacity: 1;
}

.social_media ul li a i {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(-50%);
}

.social_media ul li a:hover {
    color: #0f836c;
    border-color: #fff;
    background-color: #fff;
}


/*--------------*/

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}


/*--------------LOADER*/

.main-loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
}

.main-loader .loader-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 61px;
}

.main-loader .loader-inner img {
    max-width: 100%;
}


/*rating star*/

.star-rating {
    overflow: hidden;
    position: relative;
    height: 21px;
    line-height: 1;
    font-size: 20px;
    width: 116px;
    margin-bottom: 0;
    display: inline-block;
    color: #f2b200;
    letter-spacing: 1px;
}

.star-rating::before {
    content: "\f005\f005\f005\f005\f005";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    font-family: "Font Awesome 5 Free";
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 21px
}

.star-rating span::before {
    content: '\f005\f005\f005\f005\f005';
    top: 0;
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}


/*--------TOGGLEMENU*/

.menu-toggle {
    background: none;
    border: none;
    padding: 0;
    margin-left: 20px;
    position: relative;
    width: 35px;
    z-index: 1;
    cursor: pointer;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: none;
}

.menu-toggle .bar1,
.menu-toggle .bar2,
.menu-toggle .bar3 {
    width: 100%;
    height: 4px;
    margin: 4px 0;
    background-color: #118243;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 2px;
    display: inline-block;
    width: 100%;
    float: left;
}

.menu-open .menu-toggle .bar1,
.menu-open .menu-toggle .bar3 {
    transform-origin: 1px 40%;
    background-color: #fff;
}

.menu-open .menu-toggle .bar1 {
    transform: rotate(45deg);
}

.menu-open .menu-toggle .bar2 {
    background-color: transparent !important;
}

.menu-open .menu-toggle .bar3 {
    transform: rotate(-45deg);
    width: 100%;
}


/*--------BUTTON*/

.blue_btn {
    background-color: rgba(12, 100, 145, 0);
    border: 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #e5f6fc;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 20px;
    border-radius: 8px;
    box-shadow: 0px 9px 13.5px rgba(17, 117, 168, 0.51);
    background-image: linear-gradient(0deg, #10638e 0%, #2e88cd 62%, #47bdeb 100%);
    transition: 0.5s all;
    position: relative;
}

.blue_btn::before {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 6px;
    margin: 4px;
    opacity: 0.3;
}

.blue_btn:hover {
    background-image: linear-gradient(0deg, #47bdeb 0%, #2e88cd 62%, #10638e 100%);
}

.dark_btn {
    background-color: rgba(12, 100, 145, 0);
    border: 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #4c4b4b;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 20px;
    transition: 0.5s all;
    border-radius: 8px;
    box-shadow: 0px 9px 13.5px rgba(96, 96, 96, 0.51);
    background-image: linear-gradient(0deg, #999999 0%, #d1d1d1 100%);
    position: relative;
}

.dark_btn::before {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 6px;
    margin: 4px;
    opacity: 0.3;
}

.dark_btn:hover {
    background-image: linear-gradient(0deg, #d1d1d1 0%, #999999 100%);
}

.red_btn {
    background-color: rgba(12, 100, 145, 0);
    border: 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 20px;
    transition: 0.5s all;
    border-radius: 8px;
    box-shadow: 0px 9px 6.5px rgba(158, 27, 42, 0.23);
    background-image: linear-gradient(47deg, #ce2337 0%, #921827 100%);
    position: relative;
}

.red_btn::before {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 6px;
    margin: 4px;
    opacity: 0.3;
}

.red_btn:hover {
    background-image: linear-gradient(47deg, #921827 0%, #ce2337 100%);
}

.red_radius_btn {
    border-radius: 25px;
    background-color: #c91d31;
    border: 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 20px;
    transition: 0.5s all;
}

.red_radius_btn:hover {
    background-color: #921827;
}

.red_white_btn {
    font-size: 16px;
    color: #c91d31;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 25px;
    background-color: #fcdfe3;
    border: 1px solid #c91d31;
    display: inline-block;
    padding: 12px 40px;
}

.red_white_btn:hover {
    background-color: #c91d31;
    color: #fff;
}


/*------------------------FONT*/

.shadow-none {
    filter: inherit !important;
}

.ancor_link {
    font-size: 12px;
    color: #1072b3;
}

.full-width {
    width: 100%;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.main_title {
    font-size: 36px;
    color: #333333;
    text-transform: uppercase;
    margin: 0 0 60px;
    font-family: 'HKGrotesk-ExtraBold';
    position: relative;
    z-index: 1;
}

.main_title span {
    color: #a7d3e7;
}


/*----------------------------shape*/

.bottom-shape-html {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/main-banner.svg) no-repeat left bottom / 100% 100%;
    height: 309px;
    z-index: 1;
}


/*----------------INPUT*/

input::-webkit-input-placeholder {
    color: #969696;
    opacity: 1;
}

input::-moz-placeholder {
    color: #969696;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #969696;
    opacity: 1;
}

input:-moz-placeholder {
    color: #969696;
    opacity: 1;
}

.form-group .form_label {
    font-size: 14px;
    color: #777777;
    font-family: 'Ubuntu-Light';
    margin: 0 0 4px;
    text-transform: capitalize;
}

.form-group {
    margin-bottom: 12px;
}

.login_box .form-group {
    margin-bottom: 18px;
}

.login_box .form-group:last-child {
    margin-bottom: 0 !important;
}

.form-group .form-control {
    width: 100%;
    font-size: 16px;
    color: #969696;
    padding: 0 13px;
    box-shadow: none !important;
    filter: inherit;
    height: 46px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
}

.form-group textarea.form-control {
    height: 120px;
    resize: none;
}

.form-group .form-control:focus {
    border-color: #0f3a50;
}

.filter_div .datepicker_input {
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/calendar-icon.svg) no-repeat right 15px center;
    background-size: 13px;
    padding-right: 40px;
    cursor: pointer;
    font-size: 14px;
}


/*------CHECKBOX*/

.custom_checkbox {
    position: relative;
    padding-left: 30px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    color: #333333;
}

.custom_checkbox input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
}

.custom_checkbox span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    box-shadow: 0px 3px 3px rgba(57, 57, 57, 0.14);
    background-color: #e5f6fc;
    border: 1px solid #9eb6be;
}

.custom_checkbox span::after {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #4caf50;
    content: "\e903";
    font-family: 'sales' !important;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    opacity: 0;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    color: #fff;
}

.custom_checkbox input[type=checkbox]:checked+span::after {
    opacity: 1;
}


/*------CHECKBOX*/

.custom_radio {
    position: relative;
    padding-left: 29px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    color: #777777;
    padding-left: 34px;
    margin-right: 15px;
    font-family: "KumbhSans-Regular";
    font-weight: normal;
}

.custom_radio input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
}

.custom_radio span::before {
    content: "";
    position: absolute;
    left: 1px;
    top: -6px;
    width: 26px;
    height: 26px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #a8bac3;
}

.custom_radio span::after {
    position: absolute;
    left: 5px;
    content: "";
    top: -2px;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background-color: #3fa0d4;
    opacity: 0;
}

.custom_radio input[type=radio]:checked+span::after {
    opacity: 1;
}

.main_listing {
    padding-bottom: 30px;
}

.clear {
    clear: both;
    display: flex;
    width: 100%;
}

footer .copyright_div {
    box-shadow: 0px -10px 9px rgba(34, 34, 34, 0.06);
    background-color: #0f3a50;
    color: #fff;
    font-size: 12px;
    padding: 17px 0 17px 0;
}

footer .copyright_div span {
    text-transform: uppercase;
}

.copyright_div .right_copy i {
    color: #8fdeec;
}

.login_main {
    padding: 60px 0 99px;
    position: relative;
}

.login_main::before {
    background: url(../images/login_bkg.png) no-repeat top center;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-size: cover;
}

.login_box {
    max-width: 570px;
    border-radius: 14px;
    background-color: #dff2f8;
    width: 100%;
    margin: 38px auto 0 auto;
    padding: 22px 40px 40px;
    position: relative;
    z-index: 2;
}

.login_box .login_form {
    border-radius: 8px;
    filter: drop-shadow(0px 18px 42px rgba(72, 189, 236, 0.2)) drop-shadow(0px 18px 19px rgba(17, 117, 168, 0.21));
    background-color: #ffffff;
    width: 100%;
    padding: 52px 30px 30px;
    position: relative;
}

.login_box .login_form::before {
    content: "";
    width: 256px;
    height: 6px;
    border-radius: 6px 6px 0 0;
    background-color: #0e71a5;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -6px;
}

.login_box h3 {
    font-family: 'KumbhSans-Bold';
    font-size: 22px;
    color: #333333;
    text-align: center;
    margin: 0 0 22px;
    letter-spacing: 0.1px;
}

.forgot_link {
    font-size: 14px;
    color: #be1e29;
    font-family: 'OpenSans-Semibold';
}

.login_box .submit_btn {
    margin-top: 29px;
}

.login_main .login_logo img {
    max-width: 100%;
}

.login_box .login_link {
    font-size: 14px;
    color: #333333;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    display: inline-block;
    margin-top: 22px;
}

.login_box .login_link:hover {
    color: #47bdeb;
}

.login_box .desc {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    font-family: 'Ubuntu-Regular';
    margin: 0 0 23px;
}

header {
    padding: 19px 3px 19px 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

header::before {
    content: "";
    height: 119px;
    background-image: linear-gradient(0deg, #d6e4eb 0%, #dbeaf6 49%, #ffffff 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}

header.client_header::before {
    filter: drop-shadow(0px 7px 8px rgba(57, 57, 57, 0.16));
    background-image: linear-gradient(0deg, #60c6ed 0%, #4b98d4 38%, #31799d 100%);
}

header .logo img {
    max-width: 192px;
    max-height: 50px;
    object-fit: contain;
}

.header_account .title {
    font-size: 14px;
    color: #333333;
    font-family: 'KumbhSans-Bold';
    width: 100%;
    line-height: normal;
    float: left;
    padding-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header_account .title_span {
    color: #777777;
    font-family: 'Ubuntu-Medium';
    font-size: 10px;
    line-height: normal;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.header_account .profile_img {
    position: relative;
}

.header_account .profile_img img {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    filter: drop-shadow(0px 5px 6.5px rgba(14, 113, 165, 0.47));
    background-color: #000000;
    border: 2px solid #0e71a5;
    object-fit: cover;
}

.header_account .profile_img::before {
    width: 20px;
    height: 20px;
    border-radius: 0;
    background-color: #0e71a5;
    content: "";
    position: absolute;
    pointer-events: none;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}

header .msg_account a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #0e71a5;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 38px;
    position: relative;
}

header .msg_account a i {
    line-height: 36px;
}

header .msg_account a:hover {
    background-color: #41b0e2;
}

header .msg_account .count {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #0e71a5;
    display: inline-block;
    position: absolute;
    top: -4px;
    color: #0e71a5;
    font-size: 8px;
    font-family: 'OpenSans-Bold';
    line-height: normal;
    right: -4px;
    line-height: 12px;
}

.header_account .profile_title {
    text-align: right;
    padding: 0 13px 0 5px;
    width: 150px;
}

.main_dashbord {
    position: relative;
    padding: 0 3px 30px 98px;
}

.main_dashbord .sidebar_menu {
    width: 78px;
    background-image: linear-gradient(0deg, #10638e 0%, #2e88cd 62%, #47bdeb 100%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 8px 0 0;
    text-align: center;
    padding: 9px 10px;
    z-index: 1;
}

.main_dashbord .sidebar_menu li {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main_dashbord .sidebar_menu li a {
    width: 58px;
    height: 58px;
    border-radius: 8px;
    display: flex;
    position: relative;
    border: 1px solid transparent;
}

.main_dashbord .sidebar_menu a .tooltip_hover {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    transition: 0.3s all;
    filter: drop-shadow(0px 12px 5px rgba(12, 59, 85, 0.16));
    color: #333;
    text-transform: uppercase;
    font-family: 'KumbhSans-Bold';
    bottom: 0;
    padding: 18px 10px;
    z-index: 2;
    width: 220px;
    opacity: 0;
    visibility: hidden;
}

.main_dashbord .sidebar_menu a .tooltip_hover::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 13px;
    height: 36px;
    width: 26px;
    background-color: #fff;
    transform: rotate(140deg);
    display: inline-block;
}

.main_dashbord .sidebar_menu a:hover .tooltip_hover {
    left: 67px;
    opacity: 1;
    visibility: visible;
}

.main_dashbord .sidebar_menu img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 30px;
    margin: auto;
    transition: 0.5s all;
}

.main_dashbord .sidebar_menu .bydefault_icon {
    opacity: 1;
    visibility: visible;
}

.main_dashbord .sidebar_menu .hover_icon {
    opacity: 0;
    visibility: hidden;
}

.main_dashbord .sidebar_menu li.active a,
.main_dashbord .sidebar_menu li a:hover {
    filter: drop-shadow(0px 12px 5px rgba(12, 59, 85, 0.16));
    background-color: rgba(255, 255, 255, 0.9019607843137255);
}

.main_dashbord .sidebar_menu li.active .bydefault_icon,
.main_dashbord .sidebar_menu li a:hover .bydefault_icon {
    opacity: 0;
    visibility: hidden;
}

.main_dashbord .sidebar_menu li.active .hover_icon,
.main_dashbord .sidebar_menu li a:hover .hover_icon {
    opacity: 1;
    visibility: visible;
}

.main_dashbord .sidebar_menu li:hover,
.main_dashbord .sidebar_menu li.active {
    border-color: transparent;
}

.client_header .header_account .profile_img img {
    border-color: #fff;
    position: relative;
    z-index: 1;
    filter: inherit;
}

.client_header .header_account .title {
    color: #fff;
}

.client_header .header_account .profile_img::before {
    background-color: #fff;
}

.client_header+div .main_dashbord .sidebar_menu {
    filter: drop-shadow(0px 3px 16px rgba(17, 100, 142, 0.4));
    background-color: #cce3f4;
    border: 1px solid #0e71a5;
    background-image: none;
}

.client_header+div .main_dashbord .sidebar_menu li {
    border-color: #87bad7;
}

.client_header+div .main_dashbord .sidebar_menu li.active a,
.client_header+div .main_dashbord .sidebar_menu li a:hover {
    filter: drop-shadow(0px 12px 5px rgba(12, 59, 85, 0.16));
    background-image: linear-gradient(0deg, #10638e 0%, #2e88cd 62%, #47bdeb 100%);
    border: 1px solid #ffffff;
}

.dashbord_box {
    border-radius: 10px;
    filter: drop-shadow(0px 7px 8px rgba(57, 57, 57, 0.16));
    background-color: #ffffff;
    max-width: 1370px;
    margin: 0 auto;
}

.dashbord_box .dashboard_top {
    padding: 11px 27px 12px 20px;
}

.all_table {
    border-radius: 10px;
    filter: drop-shadow(0px -7px 4px rgba(57, 57, 57, 0.09));
    background-color: #ffffff;
    border: 1px solid #dee7ec;
    position: relative;
}

.all_table::before {
    content: "";
    position: absolute;
    left: 20px;
    top: -6px;
    width: 37px;
    height: 6px;
    border-radius: 6px 6px 0 0;
    background-color: #0e71a5;
}

.all_table .table_top {
    padding: 9px 19px 10px;
    gap: 10px;
}

.all_table .table_top .row {
    flex-wrap: nowrap;
    margin: 0 -10px;
}

.all_table .table_top .row .col-auto {
    padding: 0 10px;
    flex: unset;
}

.all_table .table_top .row .col-auto .form-group {
    display: flex;
    flex-direction: column;
}

.customer_name_searchbox {
    margin-top: 20px;
}

.all_table .table_top .row .col-auto .form-group label {
    white-space: nowrap;
    margin-bottom: 0;
    padding-right: 5px;
}

.table_top .search_left {
    max-width: 250px;
    width: 100%;
    position: relative;
}

.new_btn {
    font-size: 14px;
    color: #ffffff;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    border-radius: 6px;
    background-image: linear-gradient(0deg, #10638e 0%, #2e88cd 62%, #47bdeb 100%);
    display: inline-block;
    padding: 10px 14px;
    border-bottom: 2px solid #41b0ea;
    border-top: 1px solid #41b0ea;
    letter-spacing: 0;
    position: relative;
}

.new_btn:hover {
    background-color: #41b0ea;
    background-image: linear-gradient(0deg, #41b0ea 0%, #41b0ea 62%, #41b0ea 100%);
}

.new_btn i {
    margin-right: 5px;
}

.inner_title {
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    font-family: 'KumbhSans-Bold';
    margin: 0;
    position: relative;
}

.inner_title b {
    color: #0e71a5;
    text-transform: capitalize;
}

.inner_title.pages_title {
    padding: 3px 0 12px;
    margin-bottom: 20px;
}

.inner_title.pages_title:before {
    content: "";
    width: 34px;
    height: 3px;
    border-radius: 1px;
    background-color: #0e71a5;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
}

.table_top input.form-control {
    width: 100%;
    padding: 0 53px 0 13px;
    box-shadow: none !important;
    filter: inherit;
    height: 46px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    font-size: 14px;
    color: #777777;
    font-family: 'Ubuntu-Light';
}

.table_top input.form-control[name="date"] {
    padding-right: 10px;
}

.table_top input.form-control:focus {
    border-color: #247fae;
}

.table_top .search_left .search_btn {
    width: 42px;
    height: 42px;
    border-radius: 6px;
    background-color: #d8eef9;
    border: 0;
    color: #247fae;
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
}

.table_top .search_left .search_btn:hover {
    background-color: #247fae;
    color: #fff;
}

.table_status label {
    font-size: 14px;
    color: #636363;
    font-family: 'Ubuntu-Light';
    padding-right: 10px;
}

.table_status select {
    width: 150px;
    height: 46px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    font-size: 14px;
    color: #333333;
    text-transform: capitalize;
    font-family: 'Ubuntu-Regular';
    -webkit-appearance: none;
    appearance: none;
    background: transparent url(../images/select-icon.svg) no-repeat right 15px center;
    background-size: 13px;
    padding: 0 30px 0 13px;
    cursor: pointer;
}

table.dataTable.coman_datatable {
    margin: 0 !important;
    border-collapse: inherit;
}

table.dataTable.coman_datatable th {
    background-color: #d5e4ec;
    font-size: 12px;
    color: #535557;
    font-family: 'OpenSans-Semibold';
    font-weight: normal;
    border-right: 1px solid #c4d2da;
    padding: 13px 14px 15px 14px !important;
    background-image: none !important;
    border-bottom: 0;
}

table.dataTable.coman_datatable2 {
    margin: 0 !important;
    border-collapse: inherit;
}

table.dataTable.coman_datatable3 {
    margin: 0 !important;
    border-collapse: inherit;
}

table.dataTable.coman_datatable2 th {
    background-color: #d5e4ec;
    font-size: 12px;
    color: #535557;
    font-family: 'OpenSans-Semibold';
    font-weight: normal;
    border-right: 1px solid #c4d2da;
    padding: 13px 14px 15px 14px !important;
    background-image: none !important;
    border-bottom: 0;
}

table.dataTable.coman_datatable3 th {
    background-color: #d5e4ec;
    font-size: 12px;
    color: #535557;
    font-family: 'OpenSans-Semibold';
    font-weight: normal;
    border-right: 1px solid #c4d2da;
    padding: 13px 14px 15px 14px !important;
    background-image: none !important;
    border-bottom: 0;
}

table.dataTable.no-footer {
    border-bottom: 0;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: transparent;
}

table.dataTable.coman_datatable tr th:last-child,
table.dataTable.coman_datatable tr td:last-child {
    border-right: 0 !important;
}

table.dataTable.coman_datatable td {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-family: 'Ubuntu-Regular';
    font-weight: normal;
    border-right: 1px solid #c4d2da;
    padding: 11px 14px 10px 14px;
    border-bottom: 1px solid #c4d2da;
    vertical-align: top;
    cursor: auto !important;
    border-top: 0 !important;
}

table.dataTable.coman_datatable2 tr th:last-child,
table.dataTable.coman_datatable2 tr td:last-child {
    border-right: 0 !important;
}

table.dataTable.coman_datatable3 tr th:last-child,
table.dataTable.coman_datatable3 tr td:last-child {
    border-right: 0 !important;
}

table.dataTable.coman_datatable2 td {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-family: 'Ubuntu-Regular';
    font-weight: normal;
    border-right: 1px solid #c4d2da;
    padding: 11px 14px 10px 14px;
    border-bottom: 1px solid #c4d2da;
    vertical-align: top;
    cursor: auto !important;
    border-top: 0 !important;
}

table.dataTable.coman_datatable3 td {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-family: 'Ubuntu-Regular';
    font-weight: normal;
    border-right: 1px solid #c4d2da;
    padding: 11px 14px 10px 14px;
    border-bottom: 1px solid #c4d2da;
    vertical-align: top;
    cursor: auto !important;
    border-top: 0 !important;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: transparent;
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: transparent;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: transparent;
}

table.dataTable.coman_datatable td.count {
    font-size: 12px;
    text-align: center;
}

table.dataTable.coman_datatable td b {
    font-family: 'Ubuntu-Bold';
}
table.dataTable.custom_paginate_datatable td b {
    font-family: 'Ubuntu-Bold';
}
table.dataTable.coman_datatable th.count_th:before,
table.dataTable.coman_datatable th.count_th:after {
    content: none !important;
}

.coman_datatable .client_title {
    position: relative;
    padding-right: 20px;
}

.coman_datatable .client_title a {
    color: #0e71a5;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
}

.coman_datatable .client_title a:hover {
    color: #c4d2da;
}

.edit_client_modal a {
    color: #0e71a5;
    font-size: 12px;
    /*position: absolute;*/
    right: 0;
    top: 0;
    display: inline-block;
}

.edit_client_modal a:hover {
    color: #c4d2da;
}

table.dataTable.coman_datatable td .status_label {
    text-transform: uppercase;
    font-family: 'Ubuntu-Medium';
    font-size: 12px;
    line-height: 18px;
    color: #d97b0c;
}

table.dataTable.coman_datatable td .proposal_sent {
    color: #1fad1c;
}

table.dataTable.coman_datatable td .estimate_label {
    color: #20a2b1;
}


table.dataTable.coman_datatable2 td.count {
    font-size: 12px;
    text-align: center;
}

table.dataTable.coman_datatable2 td b {
    font-family: 'Ubuntu-Bold';
}

table.dataTable.coman_datatable2 th.count_th:before,
table.dataTable.coman_datatable2 th.count_th:after {
    content: none !important;
}

table.dataTable.coman_datatable3 td.count {
    font-size: 12px;
    text-align: center;
}

table.dataTable.coman_datatable3 td b {
    font-family: 'Ubuntu-Bold';
}

table.dataTable.coman_datatable3 th.count_th:before,
table.dataTable.coman_datatable3 th.count_th:after {
    content: none !important;
}

.coman_datatable2 .client_title {
    position: relative;
    padding-right: 20px;
}

.coman_datatable2 .client_title a {
    color: #0e71a5;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
}

.coman_datatable2 .client_title a:hover {
    color: #c4d2da;
}

.coman_datatable3 .client_title {
    position: relative;
    padding-right: 20px;
}

.coman_datatable3 .client_title a {
    color: #0e71a5;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
}

.coman_datatable3 .client_title a:hover {
    color: #c4d2da;
}

table.dataTable.coman_datatable2 td .status_label {
    text-transform: uppercase;
    font-family: 'Ubuntu-Medium';
    font-size: 12px;
    line-height: 18px;
    color: #d97b0c;
}

table.dataTable.coman_datatable2 td .proposal_sent {
    color: #1fad1c;
}

table.dataTable.coman_datatable2 td .estimate_label {
    color: #20a2b1;
}

table.dataTable.coman_datatable3 td .status_label {
    text-transform: uppercase;
    font-family: 'Ubuntu-Medium';
    font-size: 12px;
    line-height: 18px;
    color: #d97b0c;
}

table.dataTable.coman_datatable3 td .proposal_sent {
    color: #1fad1c;
}

table.dataTable.coman_datatable3 td .estimate_label {
    color: #20a2b1;
}

.proposal_btn {
    width: 100%;
    text-align: center;
}

.proposal_btn .view_icon {
    font-size: 14px;
    color: #422ad9;
    display: inline-block;
    width: 25px;
    text-align: center;
}

.proposal_btn .edit_icon {
    font-size: 14px;
    color: #000;
    display: inline-block;
    width: 25px;
    text-align: center;
}

.proposal_btn .delate_icon {
    font-size: 14px;
    color: #f32d2d;
    display: inline-block;
    width: 25px;
    text-align: center;
}

.proposal_btn a:hover {
    opacity: 0.5;
}

.all_table .col-sm-12.col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

.dataTables_paginate ul.pagination {
    margin: 0;
    white-space: nowrap;
    justify-content: center;
    filter: inherit;
    background-color: transparent;
    padding: 0;
    align-items: center;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 0 2px;
}

.proposal_btn .add_link {
    font-size: 14px;
    color: #10bc28;
    display: inline-block;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    font-size: 13px;
    padding: 6px 14px;
    vertical-align: middle;
    background-color: #10bc281a;
    border: 1px solid #10bc28;
    border-radius: 25px;
}

.proposal_btn .add_link i {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: text-top;
}

.dataTables_paginate .pagination li.disabled a {
    pointer-events: auto;
    cursor: pointer;
}

.dataTables_paginate .pagination li.previous a,
.dataTables_paginate .pagination li.next a {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    box-shadow: 0px 5px 6.5px rgba(14, 113, 165, 0.17);
    background-color: #ffffff;
    border: 1px solid #0e71a5;
    font-size: 0;
    padding: 0;
    position: relative;
    line-height: 38px;
    color: #0e71a5;
    box-shadow: none;
}

.dataTables_paginate .pagination li.previous a::before,
.dataTables_paginate .pagination li.next a::before {
    content: "\f359";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    font-size: 16px;
}

.dataTables_paginate .pagination li.next a::before {
    transform: rotate(180deg);
}

.dataTables_paginate .pagination li a {
    width: 40px;
    height: 48px;
    display: inline-block;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #333333;
    font-family: 'Ubuntu-Bold';
    line-height: 46px;
    margin: 0;
    text-align: center;
    box-shadow: none;
}

.dataTables_paginate .pagination li.active a,
.dataTables_paginate .pagination li a:hover {
    box-shadow: 0px 5px 6.5px rgba(14, 113, 165, 0.24);
    background-color: #0e71a5;
    border-color: #0e71a5;
    color: #fff;
}

div.dataTables_paginate {
    display: inline-block;
    padding: 15px 0 20px;
}

.dataTables_paginate .pagination li {
    margin: 0 2px;
}

.addclient_popup .form-control {
    font-size: 14px;
    color: #a3a3a3;
    font-family: 'Ubuntu-Light';
}

.form-group select.form-control {
    -webkit-appearance: none;
    appearance: none;
    background: transparent url(../images/select-icon.svg) no-repeat right 15px center;
    background-size: 13px;
    cursor: pointer;
    padding-right: 30px;
    cursor: pointer;
}

.form-group .calender_input {
    background: transparent url(../images/calender_icon.svg) no-repeat right 15px center;
    background-size: 16px;
    padding-right: 40px;
}

.addclient_popup .blue_btn {
    padding: 13px 55px;
}

.proposals_table table.dataTable.coman_datatable th {
    pointer-events: none;
}

.proposals_table table.dataTable.coman_datatable th:after {
    content: none;
}

.proposals_table table.dataTable.coman_datatable2 th {
    pointer-events: none;
}

.proposals_table table.dataTable.coman_datatable2 th:after {
    content: none;
}

.proposals_table table.dataTable.coman_datatable3 th {
    pointer-events: none;
}

.proposals_table table.dataTable.coman_datatable3 th:after {
    content: none;
}

.proposals_table .proposal_btn {
    text-align: left;
}

table.dataTable.coman_datatable td b.pro_status {
    font-size: 12px;
    color: #86a0d0;
    text-transform: uppercase;
}

table.dataTable.coman_datatable td b.unsld {
    color: #d4991b;
}

table.dataTable.coman_datatable2 td b.pro_status {
    font-size: 12px;
    color: #86a0d0;
    text-transform: uppercase;
}

table.dataTable.coman_datatable2 td b.unsld {
    color: #d4991b;
}

table.dataTable.coman_datatable3 td b.pro_status {
    font-size: 12px;
    color: #86a0d0;
    text-transform: uppercase;
}

table.dataTable.coman_datatable3 td b.unsld {
    color: #d4991b;
}

.action_btn>ul>li {
    display: inline-block;
}

.action_btn>ul>li>a {
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    line-height: 34px;
    font-size: 18px;
    vertical-align: middle;
}

.action_btn>ul>li>.copy_btn {
    margin-right: 10px;
    background-color: #cfcfcf;
    color: #4f4f4f;
}

.action_btn>ul>li>.copy_btn:hover {
    background-color: #4f4f4f;
    color: #fff;
}

.action_btn>ul>li>.send_btn {
    background-color: #f7e2c1;
    color: #c1641d;
}

.action_btn>ul>li>.send_btn:hover {
    background-color: #c1641d;
    color: #fff;
}

.action_btn .dropdown-toggle::after {
    content: none;
}

.dropdown-menu {
    width: 151px;
    border-radius: 6px;
    filter: drop-shadow(0px 9px 8px rgba(96, 96, 96, 0.23));
    background-color: #ffffff;
    border: 1px solid #4592bb;
    left: inherit !important;
    right: 0 !important;
    padding: 0 5px;
    margin: 0;
    min-width: 10px;
    text-align: left;
    transform: none !important;
    top: 48px !important;
}

.dropdown-menu .dropdown-item {
    font-size: 12px;
    color: #126c9c;
    text-transform: uppercase;
    border-bottom: 1px solid #cfcfcf;
    display: block;
    width: 100%;
    font-family: 'OpenSans-Semibold';
    padding: 7px 10px;
    background-color: transparent;
}

.dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
}

.dropdown-menu .dropdown-item:hover {
    color: #000;
}

.dropdown-menu::after {
    content: "";
    position: absolute;
    height: 16px;
    width: 17px;
    background-color: #fff;
    top: -5px;
    right: 10px;
    transform: rotate(45deg);
    display: inline-block;
}

.dropdown-menu::before {
    content: "";
    border: 10px solid transparent;
    position: absolute;
    right: 9px;
    top: -20px;
    border-bottom-color: #4592bb;
}

table.dataTable.coman_datatable tr {
    counter-increment: step-counter;
}

table.dataTable.coman_datatable tr .count_span:before {
    content: counter(step-counter);
}

table.dataTable.coman_datatable2 tr {
    counter-increment: step-counter;
}

table.dataTable.coman_datatable2 tr .count_span:before {
    content: counter(step-counter);
}

table.dataTable.coman_datatable3 tr {
    counter-increment: step-counter;
}

table.dataTable.coman_datatable3 tr .count_span:before {
    content: counter(step-counter);
}

.my_profile {
    border-radius: 10px;
    filter: drop-shadow(0px -7px 4px rgba(57, 57, 57, 0.09));
    background-color: #ffffff;
    border: 1px solid #dee7ec;
    padding: 19px 29px 35px 29px;
    margin-top: 8px;
    position: relative;
}

.my_profile::before {
    content: "";
    position: absolute;
    left: 20px;
    top: -6px;
    width: 37px;
    height: 6px;
    border-radius: 6px 6px 0 0;
    background-color: #0e71a5;
}

.nav-tabs .nav-link {
    font-size: 14px;
    color: #ababab;
    font-family: 'OpenSans-Bold';
    border: 0;
    text-transform: uppercase;
    position: relative;
    border-radius: 0;
    padding: 1px 30px 16px;
}

.nav-tabs .nav-link.active::before,
.nav-tabs .nav-link:hover::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #0e71a5;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    color: #0e71a5;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
}

.my_profile input::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
}

.my_profile input::-moz-placeholder {
    color: #333;
    opacity: 1;
}

.my_profile input:-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

.my_profile input:-moz-placeholder {
    color: #333;
    opacity: 1;
}

.my_profile .form-group .form-control {
    font-size: 16px;
    color: #333333;
    font-family: 'Ubuntu-Medium';
    padding: 0 19px 1px;
}

.my_profile .form-group select.form-control {
    padding: 0 40px 1px 19px;
}

.select_product_div.pb-3 select {
    background-color: #fff;
}

.select_product_div.pb-3 select:disabled {
    opacity: 0.5;
}

.nav-tabs {
    margin-bottom: 22px;
}

.select2-container--default .select2-selection {
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    min-height: 50px;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/select-icon.svg) no-repeat right 18px top 16px;
    background-size: 14px;
    padding: 4px 40px 3px 20px;
    display: inline-block;
    width: 100%;
    float: left;
    cursor: pointer;
}

.system_box .custmor_box .select2-container--default .select2-selection {
    color: #a3a3a3;
    font-size: 14px;
    padding-top: 13px;
}

.calender_row .select2-container--default .select2-selection {
    background: url(../images/select-icon.svg) no-repeat right 18px top 16px;
    padding: 4px 40px 3px;
    background-size: 14px;
    cursor: pointer;
}

.select2-container--default .select2-selection .select2-selection__choice {
    padding: 4px 38px 5px 14px;
    margin: 4px 10px 6px 0;
    border-radius: 4px;
    font-size: 14px;
    color: #003333;
    font-family: 'Ubuntu-Regular';
    position: relative;
    letter-spacing: -0.3px;
    float: left;
    width: auto;
    filter: drop-shadow(0px 3px 1.5px rgba(100, 100, 100, 0.16));
    background-color: #eff6f9;
    border: 1px solid #b6dbea;
}

.select2-container--default .select2-selection .select2-selection__choice__remove {
    color: #2f2f2f;
    margin: 0;
    border-radius: 0 3px 3px 0;
    text-align: center;
    display: inline-block;
    font-size: 22px;
    line-height: 27px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: normal;
    cursor: pointer;
    bottom: 0;
    width: 29px;
    background-image: linear-gradient(0deg, #a1ccde 0%, #a5d1e5 62%, #a8d7e9 100%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: inherit;
    line-height: normal;
    padding: 9px 0 0 0;
}

.select2-search--dropdown {
    /*display: none;*/
    padding: 4px;
}

.select2-container--default .select2-selection .select2-selection__choice__remove:hover {
    background-color: #000;
    color: #fff;
}

.select2-container--default .select2-selection .select2-selection__rendered {
    width: 100%;
    float: left;
    padding: 0;
}

.select2-container--default .select2-selection .select2-selection__rendered input {
    font-size: 16px;
    color: #333333;
    font-family: 'Ubuntu-Medium';
    padding: 7px 0 0 0;
    margin: 0;
}

.select2-container--default.select2-container--focus .select2-selection {
    border: 1px solid #a7d3e7;
    outline: 0;
    filter: drop-shadow(0px 5px 4px rgba(71, 71, 71, 0.17));
}

.select2-container--default .select2-results__option {
    background-color: #fff;
    color: #333333;
    font-size: 14px;
    font-family: 'OpenSans-Semibold';
    padding: 10px 20px 9px;
    border-bottom: 1px solid #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #a7d3e7;
    color: #333;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #a7d3e7;
    color: #fff;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 250px;
}

.select2-dropdown {
    border: 1px solid #a7d3e7;
}

.select2-container--default .select2-results__option:first-child {
    border-radius: 4px 4px 0 0;
}

.select2-container--default .select2-results__option:last-child {
    border-radius: 0 0 4px 4px;
}

.save_changes_btn .blue_btn {
    padding: 13px 54px;
}

.compose_tabs .nav-tabs {
    border-radius: 50px;
    background-color: #d9e6ec;
    border: 3px solid #c8d9e0;
    display: inline-block;
    margin: 2px auto 17px auto;
    overflow: hidden;
}

.compose_tabs .nav-tabs .nav-item {
    display: inline-block;
    vertical-align: top;
}

.compose_tabs .nav-tabs>li>a {
    padding: 7px 8px 4px 6px;
    border-radius: 50px;
    border: 1px solid transparent !important;
    min-width: 264px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    font-size: 12px;
    letter-spacing: 0.2px;
    color: #6d6d6d;
}

.compose_tabs .nav-tabs>li>a span {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    font-family: 'KumbhSans-Bold';
    position: relative;
    top: -1px;
    line-height: 35px;
    vertical-align: middle;
}

.compose_tabs .nav-tabs>li>a.active,
.compose_tabs .nav-tabs>li>a:hover {
    color: #fff;
}

.compose_tabs .nav-tabs>li>a.active span,
.compose_tabs .nav-tabs>li>a:hover span {
    color: #126c9c;
}

.compose_tabs .nav-tabs>li>a.active::before,
.compose_tabs .nav-tabs>li>a:hover::before {
    position: absolute;
    content: "";
    top: -4px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/tabs-bg.png) no-repeat left center/ 100% 100%;
    z-index: -1;
    height: 51px;
}

.compose_tabs .nav-tabs>li>a.active,
.compose_tabs .nav-tabs>li>a.active:hover,
.compose_tabs .nav-tabs>li>a.active:focus,
.compose_tabs .nav-tabs>li>a:hover {
    color: #ffffff;
    cursor: default;
    background-color: transparent;
    border-color: transparent;
}

.compose_tabs .nav-tabs>li>a.done span {
    font-size: 0;
    position: relative;
}

.compose_tabs .nav-tabs>li>a.done span::before {
    position: absolute;
    content: "\e903";
    font-family: "sales";
    font-size: 12px;
    color: #3fa0d4;
    line-height: 32px;
    text-align: center;
    left: 2px;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

.compose_tabs .nav-tabs>li>a.done span::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #ffffff;
    border: 1px solid #3fa0d4;
    left: 1px;
    top: 4px;
    right: 0;
    margin: 0 auto;
}

.system_collection {
    border-radius: 10px;
    background-color: #d7e9f2;
    margin: 13px 0 0;
    padding: 20px 30px;
}

.system_collection .sub-title {
    font-size: 16px;
    color: #333333;
    font-family: 'KumbhSans-Bold';
    margin: 0 0 14px;
}

.system_collection .sub-title .custom_radio {
    color: #333333;
    font-family: 'OpenSans-Semibold';
}

.system_box .card_title {
    filter: drop-shadow(0px 4px 4px rgba(57, 57, 57, 0.15));
    background-color: #ffffff;
    font-size: 14px;
    color: #333333;
    font-family: 'KumbhSans-Bold';
    text-align: center;
    text-transform: uppercase;
    padding: 13px 0 9px;
}

.system_box .card_title b {
    margin-left: 6px;
}

.system_box {
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #c7d8e0;
    overflow: hidden;
}

.system_box ul {
    padding: 21px 28px;
}

.system_box li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    justify-content: space-between;
}

.system_box li:last-child {
    margin-bottom: 0;
}

.system_box li label {
    font-size: 14px;
    color: #636363;
    margin: 0;
    font-family: 'Ubuntu-Light';
    width: 120px;
}

.system_box li label.error {
    color: red;
    font-size: 14px;
    width: 100%;
    padding-left: 133px;
}

.system_box select {
    -webkit-appearance: none;
    appearance: none;
    background: transparent url(../images/select-icon.svg) no-repeat right 15px center;
    background-size: 13px;
    padding: 0 30px 0 15px;
    height: 46px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    font-size: 14px;
    color: #a3a3a3;
    font-family: 'Ubuntu-Light';
    box-shadow: none;
    width: calc(100% - 132px);
    cursor: pointer;
}

.compose_main.my_profile .form-group .form-control {
    font-size: 14px;
    color: #a3a3a3;
    font-family: 'Ubuntu-Light';
}

.next_btn .blue_btn,
.next_btn .dark_btn {
    padding: 13px 62px;
}

.my_profile.compose_main input::-webkit-input-placeholder {
    color: #a3a3a3;
}

.my_profile.compose_main input::-moz-placeholder {
    color: #a3a3a3;
}

.my_profile.compose_main input:-ms-input-placeholder {
    color: #a3a3a3;
}

.my_profile.compose_main input:-moz-placeholder {
    color: #a3a3a3;
}

.system_box .custmor_box {
    padding: 21px 28px;
}

.compose_tabs .nav-tabs>li>a.done {
    color: #fff;
}

.compose_tabs .nav-tabs>li:nth-child(2)>a.active::before,
.compose_tabs .nav-tabs>li:nth-child(2)>a.done::before {
    left: -20px;
    background: url(../images/tabs_done.png) no-repeat left center/ 100% 100%;
    top: -4px;
    height: 51px;
    right: -70px;
    background-size: 100% 100% !important;
}

.compose_tabs .nav-tabs>li:nth-child(2)>a.active::before {
    background-size: contain;
}

.compose_tabs .nav-tabs>li:nth-child(3)>a.active::before {
    left: -20px;
    background: url(../images/tabs_done.png) no-repeat left center/ 100% 100%;
    top: -4px;
    right: -30px;
}

.compose_tabs .nav-tabs>li:nth-child(3)>a.done::before {
    left: -20px;
    background: url(../images/tabs_done.png) no-repeat left center/ 100% 100%;
    top: -4px;
    height: 51px;
    right: -70px;
}

.compose_tabs .nav-tabs>li>a.done::before {
    position: absolute;
    content: "";
    top: -1px;
    bottom: 0;
    left: 0;
    right: -30px;
    z-index: -1;
    height: 45px;
    background-color: #3ea0d4;
    border-radius: 25px 0 0 25px;
    background-image: none;
}

.card-checkbox {
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 0px 7px 13.5px rgba(17, 109, 157, 0.15);
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.card-checkbox input {
    position: absolute;
    top: 0;
    opacity: 0;
}

.card-checkbox span {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #c7d8e0;
    border-radius: 6px;
}

.card-checkbox span:before {
    position: absolute;
    content: "";
    top: -3px;
    left: -3px;
    display: inline-block;
    width: 28px;
    height: 28px;
    padding-left: 4px;
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    filter: drop-shadow(0 0 3.5px rgba(55, 68, 75, 0.22));
    background-color: #ffffff;
    border: 1px solid #c7d8e0;
}

.card-checkbox input[type=checkbox]:checked+span:before {
    position: absolute;
    content: "\e903";
    font-family: "sales";
    font-size: 12px;
    color: #ffffff;
    line-height: 28px;
    background-color: #3fa0d4;
    text-align: center;
}

.card-checkbox input[type=checkbox]:checked+span {
    border-color: #3fa0d4;
}

.card-checkbox .card-img {
    padding: 15px;
    height: 150px;
    text-align: center;
    display: block;
    margin: auto;
}

.card-checkbox .card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-checkbox .card-title {
    min-height: 30px;
    font-family: 'OpenSans-Semibold';
    font-size: 13px;
    color: #333333;
    padding: 6px 15px;
    margin-bottom: 0;
    text-align: center;
    background-color: #c7d8e054;
}

.card-checkbox .card-body {
    font-family: "OpenSans";
    font-weight: 400;
    font-size: 12px;
    color: #777777;
    line-height: 20px;
}

.checkbox2 .card-body {
    padding: 10px 15px 25px;
    font-family: "OpenSans-Semibold";
    font-size: 13px;
    color: #333333;
    line-height: 20px;
    background-color: #e9eff3;
    position: relative;
}

.checkbox2 .card-body:after {
    position: absolute;
    content: "";
    top: -2px;
    left: 15px;
    width: 30px;
    height: 4px;
    background-color: #116d9d;
}

.system_collection .custom_checkbox span::before {
    background-color: #fff;
}

.compose_main.proposal_submited {
    padding: 0 0 80px;
}

.proposal_submited .compose_tabs {
    border-radius: 10px 10px 0 0;
    background-color: #b6dbea;
    border: 1px solid #dee7ec;
    padding: 18px 0 45px;
}

.proposal_submited .nav-tabs {
    border: 3px solid #15597d;
}

.submited_circle {
    width: 94px;
    height: 94px;
    border-radius: 47px;
    background-color: #ffffff;
    border: 4px solid #b6dbea;
    text-align: center;
    display: inline-block;
    padding: 5px 0 0;
    margin-top: -36px;
    position: relative;
    top: -11px;
}

.submited_circle span {
    width: 76px;
    height: 76px;
    border-radius: 38px;
    filter: drop-shadow(0px 7px 13.5px rgba(17, 109, 157, 0.45));
    background-color: #ffffff;
    border: 1px solid #15597d;
    display: inline-block;
}

.submited_circle span i {
    filter: drop-shadow(3.28px 3.774px 0px rgba(17, 109, 157, 0.25));
    font-size: 42px;
    color: #116d9d;
    padding: 16px 0 0;
    display: inline-block;
}

.submited_info {
    text-align: center;
    padding: 0 15px
}

.submited_info h3 {
    font-size: 16px;
    color: #333333;
    font-family: 'OpenSans-Bold';
    margin: 35px 0 48px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.submited_info .dark_btn {
    padding: 13px 40px;
}

.submited_info .dark_btn:before {
    border-color: #333;
}

.proposals_view {
    border-radius: 10px 10px 0 0;
    filter: drop-shadow(0px -7px 4px rgba(57, 57, 57, 0.09));
    background-color: #ffffff;
    border: 1px solid #dee7ec;
    border-bottom: 0;
    padding: 21px 20px 30px 29px;
}

.proposals_view .inner {
    /*padding: 21px 20px 30px 29px;*/
}

.proposals_view::before {
    content: "";
    position: absolute;
    left: 20px;
    top: -6px;
    width: 37px;
    height: 6px;
    border-radius: 6px 6px 0 0;
    background-color: #0e71a5;
}

.view_ptop {
    display: flex;
}

.view_ptop .view_ptop_left {
    width: 331px;
    text-align: center;
}

.view_ptop .view_ptop_left img {
    max-width: 324px;
}

body .company_logo {
    max-width: 120px;
    max-height: 120px;
    object-fit: contain;
}

body .header_logo {
    max-height: 60px !important;
    object-fit: contain;
}

.view_ptop .view_ptop_right {
    width: calc(100% - 331px);
    padding: 4px 0 0 43px;
}

.view_ptop .view_ptop_left h3 {
    font-size: 14px;
    color: #333333;
    margin: 12px 0 0;
    font-family: 'KumbhSans-Bold';
    text-transform: uppercase;
}

.view_ptop_right .view_li {
    font-size: 14px;
    color: #333333;
    font-family: 'KumbhSans-Regular';
    letter-spacing: -0.15px;
    position: relative;
    padding: 10px 0;
}

.view_ptop_right .first .view_li::before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #ddd;
    position: absolute;
    right: -8px;
    top: 0;
    bottom: 0;
}

.view_ptop_right .view_li b {
    font-family: 'KumbhSans-Bold';
    text-transform: uppercase;
    position: relative;
    padding-right: 12px;
    margin-right: 4px;
}

.view_ptop_right .view_li b::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #0e71a5;
    position: absolute;
    right: 0;
    top: 3px;
}

.view_ptop_right .view_ptop_row:first-child {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    margin-bottom: 9px;
}

.proposal_info {
    border-radius: 8px;
    background-color: #d4ecf9;
    border: 1px solid #bbdbec;
    margin: 23px 0 30px;
    padding: 22px 0 18px;
}

.proposal_info ul {
    display: flex;
}

.proposal_info li {
    list-style: none;
    width: 25%;
    font-size: 13px;
    color: #5e5e5e;
    font-family: 'Ubuntu-Regular';
    padding: 0 20px;
}

.proposal_info li:not(:last-child) {
    border-right: 1px solid #9dbdce;
}

.proposal_info li b {
    color: #333;
    font-family: 'OpenSans-Semibold';
    font-size: 16px;
    display: inline-block;
    width: 100%;
    padding-top: 5px;
}

.proposal_profile {
    display: flex;
}

.proposal_profile .pro_profile_sidebar {
    width: 329px;
    border-radius: 8px;
    background-color: #d4ecf9;
    border: 1px solid #bbdbec;
    order: 2;
    overflow: hidden;
}

.proposal_profile .pro_profile_info {
    width: calc(100% - 329px);
    padding-right: 30px;
}

.pro_profile_sidebar h3 {
    font-size: 16px;
    color: #ffffff;
    font-family: 'OpenSans-Semibold';
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.pro_profile_sidebar .profile_top {
    background-image: linear-gradient(0deg, #47bdeb 0%, #2e88cd 38%, #10638e 100%);
    text-align: center;
    padding: 17px 15px 0;
    position: relative;
    min-height: 140px;
    margin-bottom: 90px;
}

.pro_profile_sidebar .profile_top .profile_img {
    width: 173px;
    height: 173px;
    border-radius: 100%;
    filter: drop-shadow(0px 5px 17.5px rgba(71, 71, 71, 0.46));
    background-color: #d4ecf9;
    border: 4px solid #ffffff;
    object-fit: cover;
    position: absolute;
    left: 50%;
    bottom: -85px;
    transform: translateX(-50%);
}

.pro_profile_sidebar h3.black {
    color: #333333;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: 'OpenSans-Bold';
    margin: 0 0 20px;
}

.pro_profile_info .top_title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

.pro_profile_info .top_title h2 {
    font-size: 18px;
    color: #0e71a5;
    margin: 0;
    font-family: 'OpenSans-Bold';
    text-transform: capitalize;
}

.pro_profile_info .top_title h3 {
    font-size: 14px;
    color: #777777;
    font-family: 'Ubuntu-Regular';
    margin: 0;
}

.pro_profile_info .top_title h3 b {
    color: #333333;
    font-family: 'OpenSans-Bold';
    display: inline-block;
    margin-left: 2px;
}

.pro_profile_info ul li {
    display: inline-block;
    width: 100%;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    position: relative;
    min-height: 30px;
    padding-left: 130px;
    margin-bottom: 8px;
}

.pro_profile_info ul li b {
    font-size: 14px;
    color: #777777;
    position: absolute;
    left: 0;
    top: 0;
}

.pro_profile_info ul {
    padding-bottom: 8px;
}

.pro_profile_info p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.pro_profile_info p a {
    font-size: 16px;
    color: #0e71a5;
    font-family: 'OpenSans-Semibold';
    text-transform: uppercase;
}

.pro_profile_info p a:hover {
    color: #333;
}

.view_pagination {
    background-color: rgba(230, 230, 230, 0.14901960784313725);
    border-top: 1px solid #bbdbec;
    border-radius: 0 0 10px 10px;
    text-align: center;
}

.prev_next_link {
    padding: 9px 0 10px;
    position: relative;
    right: -7px;
}

.prev_next_link a {
    font-size: 14px;
    color: #0e71a5;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 2px;
}

.prev_next_link a.prev {
    border-right: 1px solid #777777;
    padding-right: 11px;
    color: #cf2337;
}

.prev_next_link a.next {
    padding-left: 5px;
}

.prev_next_link a i {
    margin: 0 4px;
}

.prev_next_link a:hover {
    opacity: 0.5;
}

.pro_profile_sidebar li {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
    list-style: none;
}

.pro_profile_sidebar li b {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #333333;
    font-family: 'OpenSans-Semibold';
    padding-top: 5px;
    word-break: break-all;
}

.pro_profile_sidebar ul {
    padding: 0 20px;
}

.pro_profile_sidebar .hobis_label label {
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #bbdbec;
    font-size: 12px;
    color: #333333;
    text-transform: uppercase;
    font-family: 'OpenSans-Semibold';
    padding: 6px 11px;
    margin: 0 4px 6px 0;
}

.pro_profile_sidebar .hobis_label {
    padding-top: 10px;
}

.viewtable_header {
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    margin-bottom: 2px;
    border: 1px solid #fff;
}

.viewtable_header .first_div,
.pro_trow .first_div {
    width: 32%;
    text-align: center;
    position: relative;
}

.pro_trow .second_div:last-child {
    border-right: 0;
}

.viewtable_header .second_div,
.pro_trow .second_div {
    width: 17%;
    border-right: 2px solid #3e7c9b;
}

.viewtable_header .second_div25,
.pro_trow .second_div2_25 {
    width: 25% !important;
}

.viewtable_header .second_div2,
.pro_trow .second_div2_50 {
    width: 50% !important;
}

.viewtable_header .second_div2,
.pro_trow .second_div2_100 {
    width: 100% !important;
}

.second_div2_100 {
    width: 100% !important;

}

.second_div2_50 {
    width: 50% !important;
}

.second_div2_25 {
    width: 25% !important;
}

.blue_6_border {
    border-radius: 6px;
    border: 6px solid #3a7db4;
    padding: 10px;
}


.options_box_400 {
    /* min-height: 400px !important; */
    height: auto;
    transition: all 0.1s ease-in-out;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .options_box_400 {
        height: auto  !important;
    }
}

/* For devices with width between 1200px and 1600px */
@media (min-width: 1200px) and (max-width: 1600px) {
    .options_box_400 {
        height: auto !important;
    }
}

/* For devices with width greater than 1600px */
@media (min-width: 1600px) {
    .options_box_400 {
        height: auto !important;
    }
}

.col-md-4-custom {
    padding-right: 5px !important;
    padding-left: 5px !important;
}


.viewtable_header .third_div,
.pro_trow .third_div {
    width: 17%;
    border-right: 2px solid #3e7c9b;
}

.viewtable_header .fourth_div,
.pro_trow .fourth_div {
    width: 17%;
    border-right: 2px solid #3e7c9b;
}

.viewtable_header .five_div,
.pro_trow .five_div {
    width: 17%;
}

.pro_trow .first_div,
.pro_trow .fourth_div,
.pro_trow .third_div,
.pro_trow .second_div {
    border-right: 1px solid #3e7c9b;
}

.viewtable_header label {
    font-size: 18px;
    color: #fffefe;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    background-color: #0e5b82;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 15px 20px 18px;
    min-height: 60px;
    vertical-align: middle;
}

.proposal_table.pink_box {
    border-color: #cf2337;
    background-color: #fff4f5;
}

.proposal_table.pink_box .table_title {
    background-image: linear-gradient(90deg, #a51c2c 0%, #d84f5f 100%);
}

.proposal_table.warrenty_box {
    border-color: #39b7c2;
    background-color: #ecfdff;
}

.proposal_table.warrenty_box .table_title {
    background-image: linear-gradient(90deg, #1c99a5 0%, #4fccd8 100%);
}

.proposal_table.price_box {
    border-color: #3a62c4;
    background-color: #eaeff9;
}

.proposal_table.price_box .table_title {
    background-image: linear-gradient(90deg, #1c42a4 0%, #4f75d7 100%);
}

.proposal_table.payment_box {
    border-color: #da7d38;
    background-color: #fdf0e7;
}

.proposal_table.payment_box .table_title {
    background-image: linear-gradient(90deg, #ba5c18 0%, #ed8f4b 100%);
}

.pro_trow {
    display: flex;
    width: 100%;
    position: relative;
    overflow-x: auto;
}

.pro_trow:nth-child(even),
.pro_trow:nth-child(2n)>div {
    background-color: #fff;
}

.proposal_table .pro_trow:nth-child(2n),
.proposal_table .pro_trow:nth-child(2n)>div {
    background-color: transparent;
}

.proposal_table:nth-child(3) .pro_trow>.first_div>label:nth-child(2n) {
    background-color: #fff;
}

.proposal_table:nth-child(3) .pro_trow:nth-child(3)>.first_div>label:first-child {
    /*background-color: transparent;*/
}

.proposals_view .view_inner {
    /*padding: 20px 28px 30px;*/
}

.pro_trow label {
    font-size: 14px;
    text-transform: uppercase;
    color: #4b4b4b;
    font-family: 'OpenSans-Bold';
    margin: 0;
    display: inline-block;
    width: 100%;
    word-break: break-word;
    vertical-align: top;
}

.pro_trow .first_div {
    text-align: right;
    padding-left: 50px;
    position: sticky;
    left: 0;
    z-index: 2;
}

.first_div2 {
    padding-left: 0px !important;

}

.first_div2 label:first-of-type {
    border-top-left-radius: 8px;

}

.first_div2 label:last-of-type {
    border-bottom-left-radius: 8px;

}

.pro_trow .first_div label {
    color: #333333;
    word-break: break-word;
}


/*.price_box .pro_trow .first_div label:not(:last-child),
.price_box .pro_trow .first_div > div:not(:last-child),
.payment_box .pro_trow .first_div label,
.payment_box .pro_trow .first_div > div{
	font-family: 'OpenSans-Semibold';
	color: #333333;
}*/

.pro_trow label {
    padding: 10px 8px 10px;
}

.pro_trow>div {
    font-size: 14px;
    line-height: 24px;
    color: #4b4b4b;
    text-align: center;
    min-width: 175px;
}

.pro_trow>div>div {
    padding: 10px 16px 10px;
    vertical-align: top;
    display: inline-block;
    width: 100%;
}

.pro_trow>div>label:nth-child(even),
.pro_trow>div>div:nth-child(even) {
    background-color: #fff;
}

.pro_trow.total div:not(.first_div) label,
.pro_trow label.total {
    font-size: 16px;
    color: #0e71a5;
}

.pro_trow label.red {
    color: red;
}

.pro_trow .first_div span {
    font-size: 12px;
    font-style: italic;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    font-family: 'OpenSans';
    position: relative;
    top: -5px;
}

.proposal_table .listing_ancor {
    text-align: center;
    background-color: #eea670;
    padding: 11px 60px 3px 60px;
}

.proposal_table .listing_ancor li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
    padding: 0 11px;
    font-size: 14px;
    color: #333333;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
}

.proposal_table .listing_ancor li::before {
    content: "";
    height: 13px;
    width: 2px;
    background-color: #333;
    position: absolute;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    right: -2px;
}

.proposal_table .listing_ancor li:last-child::before {
    content: none;
}

.proposal_table .listing_ancor a {
    font-size: 14px;
    color: #333333;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
}

.proposal_table .listing_ancor a:hover {
    opacity: 0.5;
}

.proposal_table .table_title {
    position: absolute;
    border-radius: 8px 0 0 8px;
    background-image: linear-gradient(90deg, #10638e 0%, #2e88cd 62%, #47bdeb 100%);
    font-size: 18px;
    color: #fffefe;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    top: 0;
    margin: 0;
    left: 0;
    text-align: center;
    padding: 15px 10px;
    right: auto;
    bottom: 0;
    width: 50px;
    z-index: 9;
}

.proposal_table.maintenance_box .table_title {
    background-color: #a945c5;
    background-image: linear-gradient(90deg, #a945c5 0%, #a945c5 62%, #bc7ace 100%);
}

.proposal_table .table_title span {
    transform: rotate(-90deg);
    display: inline-block;
    position: relative;
    /*top: 50%;*/
    top: 44%;
    word-break: break-all;
    width: 220px;
    left: calc(-50% - 82px);
}

.payment_box.proposal_table .table_title span {
    top: 47%;
    width: 240px;
    left: calc(-50% - 91px);
}

.payment_box.proposal_table .table_title {
    font-size: 16px;
}

.proposal_table {
    background-color: #dff0f9;
    border: 1px solid #0e5b82;
    border-radius: 10px 0 0 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    flex-flow: column;
    /*overflow-x: auto;*/
}

.viewtable_header.mobile {
    display: none;
}

.viewtable_header.mobile>div {
    min-width: 200px;
}

.inner_title .cypers_air_logo {
    position: relative;
    top: -3px;
    margin-right: 8px;
    max-width: 220px;
}

.proposal_table.maintenance_box {
    background-color: #f0c9fb;
    border-color: #a945c5;
}

.caserebate_box.proposal_table .table_title {
    background-color: #23993f;
    background-image: none;
}

.proposal_table.caserebate_box {
    background-color: #b5fdc6;
    border-color: #23993f;
}

.desc_border {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: 2px 0 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #0e71a5;
    padding-bottom: 24px;
}

.diffrance_ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.diffrance_ul li::before {
    content: "";
    border-bottom: 2px dashed #2598f3;
    width: 100%;
    position: absolute;
    bottom: 5px;
}

.diffrance_ul li .left {
    font-size: 16px;
    line-height: normal;
    color: #333333;
    font-weight: normal;
    background-color: #fff;
    display: inline-block;
    position: relative;
    letter-spacing: 0.1px;
    padding-right: 10px;
}

.diffrance_ul li .right {
    font-size: 16px;
    line-height: normal;
    color: #333333;
    font-family: 'OpenSans-Semibold';
    background-color: #fff;
    position: relative;
    padding-left: 10px;
}

.diffrance_ul {
    padding: 6px 0 0;
}

.competition_table .competition_header {
    border-left: 1px solid #04344c;
    border-right: 1px solid #04344c;
    display: flex;
    width: 100%;
}

.competition_header>div {
    background-image: linear-gradient(0deg, #47bdeb 0%, #2e88cd 38%, #10638e 100%);
    min-width: 205px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-family: 'Ubuntu-Medium';
    width: 20%;
    text-align: center;
    text-transform: uppercase;
    padding: 27px 30px;
    border-top: 1px solid #04344c;
    border-bottom: 1px solid #04344c;
}

.competition_header>div:not(:last-child) {
    border-right: 2px solid #fff;
}

.competition_table {
    max-width: 1048px;
    margin: 28px auto 0 auto;
    position: relative;
    left: -4px;
    min-height: 800px;
    display: flex;
    flex-flow: column;
    overflow-x: auto;
}

.competition_header .cprus_logo_div {
    background-color: #074869;
    padding: 9px 0;
}

.competition_header .cprus_logo_div.elpp {
    padding: 9px;
}

.competition_header .cprus_logo_div.elpp img {
    background: #ffffff !important;
}

.competition_header .cprus_logo_div span {
    position: relative;
    padding: 0 0 5px;
    display: inline-block;
    margin: 0 0 15px;
}

.competition_header .cprus_logo_div span::before {
    content: "";
    width: 44px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.competition_table .compet_row {
    display: flex;
    width: 100%;
}

.competition_table .compet_row>div {
    min-width: 205px;
    width: 20%;
    text-align: center;
    font-family: 'OpenSans-Semibold';
    padding: 0 20px;
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #dce8ef;
}

.competition_body {
    border: 1px solid #dce8ef;
}

.competition_table .compet_row:nth-child(odd)>div {
    background-color: #eaf1f5;
}

.competition_table .compet_row:nth-child(even) .first_div {
    background-color: #fff;
}

.competition_table .compet_row>div:not(:last-child) {
    border-right: 2px solid #bdd4e4;
}

.competition_table .compet_row .first_div {
    justify-content: flex-start;
    color: #0e71a5;
    border-width: 1px !important;
    filter: drop-shadow(5px 0px 3.5px rgba(92, 95, 101, 0.21));
    background-color: rgba(255, 255, 255, 0.6);
    text-align: left;
    text-transform: uppercase;
}

.competition_table .compet_row .preme_div {
    background-color: rgba(38, 124, 188, 0.0784313725490196);
    border-right: 0 !important;
}

.competition_table .compet_row {
    display: flex;
    width: 100%;
}

.competition_table .compet_row .last_div {
    background-color: #389cd9;
    padding: 11px 10px;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #fff;
}

.competition_table .compet_row:nth-child(odd)>div.last_div {
    background-color: #389cd9;
}

.competition_table .compet_row .last_div span {
    font-family: 'OpenSans';
    font-size: 14px;
}

.desc_border {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: 2px 0 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #0e71a5;
    padding-bottom: 24px;
}

.guarantee_page h4 {
    font-size: 16px;
    color: #333333;
    margin: 0 0 6px;
    font-family: 'KumbhSans-Bold';
    display: inline-block;
    width: 100%;
}

.guarantee_page>.desc {
    color: #333;
    margin-bottom: 26px;
}

.guarantee_row {
    /*display: inline-block;
	margin: 0 -10px;*/
}

.guarantee_row .grid-sizer {
    width: calc(33.33% - 13px);
}

.guarantee_row .guarantee_box {
    width: calc(33.33% - 13px);
    padding: 53px 0 10px;
}

.gua_box_inner {
    border-radius: 20px;
    filter: drop-shadow(0px 11px 14.5px rgba(207, 35, 55, 0.17));
    background-color: #ffffff;
    border: 2px solid #cf2337;
}

.blue_border .gua_box_inner {
    filter: drop-shadow(0px 11px 14.5px rgba(14, 113, 165, 0.17));
    border: 2px solid #0e71a5;
}

.gua_box_inner h3 {
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    font-family: 'Ubuntu-Bold';
    border-radius: 26px;
    filter: drop-shadow(-6.99px 0.366px 19px rgba(60, 163, 223, 0.16));
    background-image: linear-gradient(90deg, #47bdeb 0%, #2e88cd 38%, #10638e 100%);
    text-align: center;
    text-transform: uppercase;
    max-width: 85%;
    margin: -45px auto 0 auto;
    padding: 18px 15px;
}

.gua_box_inner .guarantee_content {
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    margin: 0;
    padding: 13px 15px 14px;
}

.parts_lheader .parts_ltitle {
    font-size: 60px;
    color: #0e71a5;
    font-family: 'KumbhSans-Bold';
    text-align: center;
    line-height: normal;
    line-height: 21px;
}

.parts_lheader .parts_ltitle.ptitle {
    color: #cf2337;
}

.parts_lheader .parts_ltitle b {
    font-family: 'OpenSans-Bold';
    font-size: 34px;
    font-style: italic;
    line-height: normal;
    letter-spacing: -1px;
}

.parts_labor h4 {
    font-size: 16px;
    color: #333333;
    margin: 0 0 19px;
    font-family: 'KumbhSans-Bold';
    display: inline-block;
    width: 100%;
}

.parts_labor .desc b {
    font-family: 'KumbhSans-Bold';
}

.parts_labor .desc {
    color: #333;
    margin-bottom: 26px;
}

.parts_labor {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 23px 0 0;
    position: relative;
}
.magento .parts_labor {
    display: flex;
    justify-content: center;
    max-width: 100% !important;
    padding: 23px 0 0;
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .magento .parts_labor{
        max-width: calc(100% - 20px)  !important;
    }
    .magento .parts_lheader{
max-width: 50% !important;
    }
    .magento .parts_left {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .magento .parts_lheader .parts_ltitle {
        font-size: 55px;
    }
}

@media only screen and (max-width: 767px) { /* For devices less than 768px */

    .magento .parts_labor .parts_left {
        width: 100% !important;
    }

}


.magento .parts_labor .parts_left {
    width:45%;
    /*max-width: 560px;*/
}
.magento .parts_lheader .parts_ltitle.ptitle {
    color:#545454;
}
.magento .parts_lheader .parts_ltitle.ptitle b {
    color:var(--magento-blue-color);
}
.magento .parts_lheader .parts_ltitle{
    color:#545454;
}
.magento .parts_lheader .parts_ltitle b{
    color:var(--magento-blue-color);

}
.magento .parts_lheader .parts_ltitle.plus_title {
    color:var(--magento-blue-color);
    font-size: 120px;
}
.magento-blue-color{
    color:var(--magento-blue-color) !important;

}
.parts_lheader {
    padding-bottom: 24px;
}
.magento .parts_lheader .parts_ltitle b {
    font-size: 44px;
    font-style: normal !important;
}

.parts_labor .parts_left {
    width: calc(100% - 522px);
    /*max-width: 560px;*/
}

.parts_labor .parts_right {
    width: 522px;
    padding: 0 33px 0 68px;
}

.parts_right .avrage_list {
    padding-right: 20px;
}

.parts_lheader .parts_ltitle.plus_title {
    font-size: 80px;
    font-family: 'OpenSans-Bold';
    line-height: normal;
    position: relative;
    top: -20px;
}

.avrage_list li {
    background-color: #c4cacf;
    list-style: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #fff;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-family: 'OpenSans-Bold';
    padding: 7px 15px;
}

.cypers_list {
    position: relative;
    padding-top: 48px;
    max-width: 218px
}

.cypers_list::before {
    content: "";
    background: url(../images/warranties_arrow_shape.png);
    position: absolute;
    left: -13px;
    right: 0;
    top: 0;
    width: 236px;
    background-size: cover;
    height: 48px;
}

.cypers_list li {
    background-color: #cf2337;
    list-style: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-family: 'OpenSans-Bold';
    padding: 29px 13px;
}

.avrage_list .avrage_title {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    text-align: center;
    padding: 30px 10px 0;
    min-height: 88px;
}

.cypers_list .avrage_title {
    text-align: center;
    padding: 20px 10px 5px;
    min-height: 55px;
}

.recomme_header {
    border-radius: 8px 8px 0 0;
    background-image: linear-gradient(0deg, #47bdeb 0%, #2e88cd 38%, #10638e 100%);
    padding: 20px 30px 19px;
    border-bottom: 1px solid #000;
}

.recomme_header .recomme_desc {
    max-width: 220px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #fffefe;
    font-family: 'OpenSans-Semibold';
}

.recomme_profile img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    filter: drop-shadow(0px 5px 17.5px rgba(71, 71, 71, 0.46));
    background-color: #d4ecf9;
    border: 4px solid #ffffff;
    object-fit: cover;
    min-width: 80px;
}

.recomme_profile h4 {
    font-size: 18px;
    color: #fffefe;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0 18px;
}

.recomme_div {
    max-width: 1048px;
    margin: 0 auto;
    padding: 6px 0 0;
    position: relative;
    left: -5px;
}

.recomme_div .desc {
    letter-spacing: 0.1px;
    margin: 0 0 14px;
}

.recomme_contact li {
    list-style: none;
    display: block;
    width: 100%;
}

.recomme_contact li:not(:last-child) {
    margin-bottom: 10px;
}

.recomme_contact li a {
    position: relative;
    display: inline-block;
    padding-left: 23px;
    font-size: 14px;
    color: #fff;
    font-family: 'OpenSans-Semibold';
}

.recomme_contact li a i {
    position: absolute;
    left: 0;
    top: 4px;
}

.recomme_table {
    display: flex;
    flex-flow: column;
    overflow-x: auto;
    border: 1px solid #c9dbe6;
}

.recomme_ttop>div {
    font-size: 18px;
    color: #fffefe;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    background-color: #0e5b82;
    display: inline-block;
    margin: 0;
    padding: 10px 17px 14px;
    width: 25%;
    text-align: center;
    min-width: 250px;
}

.recomme_colmn .recomme_top_title {
    font-size: 18px;
    color: #fffefe;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    background-color: #0e5b82;
    display: inline-block;
    margin: 0;
    padding: 10px 17px 14px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.recomme_ttop>div:not(:last-child) {
    border-right: 2px solid #3e7c9b;
}

.recomme_body {}

.recomme_grid {
    display: flex;
    width: 100%;
}

.recomme_colmn {
    width: 25%;
    min-width: 250px;
    padding: 51px 8px 0;
    position: relative;
}

.recomme_colmn:not(:last-child) {
    border-right: 2px solid #c8dae5;
}

.recomme_colmn .recomme_logo img {
    max-width: 134px;
}

.recomme_box .racommw_plogo img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    max-height: 154px;
}

.recomme_box .racommw_plogo {
    position: relative;
    height: 154px;
}

.recomme_colmn .recomme_logo {
    text-align: center;
    padding-top: 19px;
}

.recomme_colmn .recomme_logo h4 {
    position: relative;
    margin: 20px 0 30px;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    font-family: 'OpenSans-Semibold';
    padding-bottom: 18px;
}

.recomme_colmn .recomme_logo h4::before {
    content: "";
    width: 88px;
    height: 5px;
    border-radius: 5px 5px 0 0;
    background-color: #0e71a5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.recomme_box {
    filter: drop-shadow(0px 6px 6px rgba(56, 61, 63, 0.17));
    background-color: #ffffff;
    padding: 0 10px 10px;
    text-align: center;
    margin-bottom: 30px;
}

.recomme_box .recomme_label {
    font-size: 12px;
    color: #237ca9;
    font-family: 'OpenSans-Semibold';
    text-transform: uppercase;
    border-radius: 0 0 4px 4px;
    background-color: #cfe3ed;
    border: 1px solid #abccdd;
    padding: 1px 15px;
    margin-bottom: 22px;
    display: flex;
    border-top: 0;
    position: relative;
    top: -4px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
}

.recomme_box h4 {
    font-size: 16px;
    color: #333333;
    font-family: 'OpenSans-Bold';
    margin: 27px 0 11px;
    text-transform: uppercase;
}

.recomme_box .recomm_content {
    font-size: 12px;
    line-height: 19px;
    color: #777777;
    text-align: left;
    height: 90px;
    overflow-y: auto;
}

.all_option h4 {
    font-size: 16px;
    color: #333333;
    margin: 0 0 14px;
    font-family: 'KumbhSans-Bold';
    display: inline-block;
    width: 100%;
}

.all_option {
    padding: 10px 0 0;
}

.options_box {
    border-radius: 6px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}

.options_box .options_title {
    font-size: 16px;
    color: #001f5f;
    text-transform: uppercase;
    font-family: 'Ubuntu-Medium';
    background-color: #d8e2f2;
    padding: 15px 20px;
}

.dashbord_box .custom_checkbox span::before {
    border-radius: 4px;
    border: 1px solid #cfcfcf;
    filter: inherit;
    background-color: #fff;
    top: 1px;
}

.dashbord_box .custom_checkbox span::after {
    top: 1px;
}

.options_ldiv {
    padding: 12px 20px 0;
    display: inline-block;
    width: 100%;
}

.options_ldiv2 {
    padding: 12px 0px 0;
    display: inline-block;
    width: 100%;
}

.options_ldiv2 textarea {
    border: none;
    outline: none;
    /* Remove the outline on focus */
    resize: none;
    width: 100%;
    overflow: hidden;
    text-align: left;
    min-height: 100px;
    height: 380px;
}

.home-depot-body .options_ldiv2 .box_textarea {
    height: auto;
   }

.options_ldiv2 textarea:focus {
    border: none;
    outline: none;
    resize: none;

}

.options_ldiv .custom_checkbox {
    letter-spacing: 0.2px;
}

.options_ldiv .options_label {
    float: left;
    width: 33.33%;
    margin-bottom: 10px;
    padding-right: 20px;
}

.options_ldiv2 .options_label2 {
    float: left;

    margin-bottom: 10px;
    padding-right: 20px;
}

.options_ldiv .options_label .first_span {
    display: block;
    font-weight: bold;
    color: #8400FF;
    font-size: 14px;
}

.options_ldiv .options_label .second_span {
    display: block;
    color: #8400FF;
    font-size: 14px;
}
.options_ldiv2 .options_label2 .first_span {
    display: block;
    font-weight: bold;
    color: #8400FF;
    font-size: 14px;
}

.options_ldiv2 .options_label2 .second_span {
    display: block;
    color: #8400FF;
    font-size: 14px;
}

.options_ldiv .options_label:nth-child(3n+1) {
    clear: both;
}

.quote_div {
    padding: 10px 0 0;
    max-width: 1170px;
}

.quote_div h4 {
    font-size: 16px;
    color: #333333;
    margin: 0 0 8px;
    font-family: 'KumbhSans-Bold';
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}

.quote_div .desc {
    color: #333;
    margin: 0 0 19px;
    letter-spacing: 0.15px;
}

.notes_form {
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    max-width: 579px;
    padding: 0 20px 10px 20px;
    position: relative;
    margin-top: 6px;
}

.notes_ftop {
    display: flex;
    width: 100%;
    align-items: center;
    min-height: 55px;
    padding-right: 129px;
    margin-bottom: 10px;
}

.notes_ftop .notes_left {
    width: 100%;
    padding-right: 20px;
}

.notes_left .custom_checkbox span {
    font-size: 16px;
    color: #333333;
    font-family: 'Ubuntu-Medium';
}

.notes_ftop .notes_right {
    width: 129px;
    height: 55px;
    background-color: #fdf2f3;
    border: 1px solid #cfcfcf;
    text-align: center;
    border-radius: 0 8px 0 8px;
    font-size: 16px;
    color: #cf2337;
    font-family: 'OpenSans-Semibold';
    line-height: 52px;
    padding: 0 10px;
    border-right: 0;
    border-top: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.notes_form textarea {
    background-color: transparent;
    border: 0;
    width: 100%;
    font-size: 14px;
    color: #333333;
    resize: none;
    height: 77px;
    padding: 0;
    outline: none;
}

.notes_form .custom_checkbox span::before,
.notes_form .custom_checkbox span::after {
    top: 2px;
}

.notes_form textarea::-webkit-input-placeholder {
    color: #969696;
    opacity: 1;
    font-style: italic;
}

.notes_form textarea::-moz-placeholder {
    color: #969696;
    opacity: 1;
    font-style: italic;
}

.notes_form textarea:-ms-input-placeholder {
    color: #969696;
    opacity: 1;
    font-style: italic;
}

.notes_form textarea:-moz-placeholder {
    color: #969696;
    opacity: 1;
    font-style: italic;
}

.mission_div {
    padding: 32px 10px 0 0;
}

.mission_row .mission_left {
    width: calc(100% - 370px);
    padding-right: 70px;
}

.mission_row .mission_right {
    width: 370px;
    filter: drop-shadow(12.021px 12.021px 4px rgba(17, 17, 17, 0.8));
    background-color: #ffffff;
    border: 1px solid #777777;
    padding: 9px;
}

.mission_div .desc {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin: 0 0 7px;
}

.mission_div .desc.kumbh {
    font-size: 18px;
    font-family: 'KumbhSans-Regular';
}

.mission_imtitle {
    font-size: 16px;
    line-height: normal;
    color: #333333;
    font-family: 'KumbhSans-Bold';
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 23px 0 9px;
}

.mis_hangout {
    padding: 41px 0 0 30px;
}

.mis_hangout .mis_hangoutrow {
    margin: 0 -20px;
}

.mis_hangout .grid-sizer {
    width: calc(33.33% - 13px);
}

.mis_hangout .hangout_colmn {
    width: calc(33.33% - 13px);
    padding: 0 20px;
}

.mis_hangout .hangout_colmn:nth-child(2n+1) .hangout_box .hangout_icon {
    background-color: #90cff0;
    color: #0e71a5;
}

.hangout_box {
    border-radius: 6px;
    filter: drop-shadow(0px 11px 12px rgba(61, 61, 61, 0.14));
    background-color: #ffffff;
    padding: 26px 30px 24px 44px;
    position: relative;
    margin-bottom: 30px;
}

.hangout_box .desc {
    position: relative;
    margin: 0 0 14px;
    padding: 0 0 16px;
}

.hangout_box .desc a {
    font-size: 14px;
    color: #cf2337;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
}

.hangout_box .desc:before {
    content: "";
    width: 41px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.hangout_box .hangout_icon {
    position: absolute;
    left: -30px;
    top: 30px;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    filter: drop-shadow(0px 11px 12px rgba(14, 113, 165, 0.14));
    text-align: center;
    font-size: 24px;
    line-height: 62px;
    background-color: #f8c0c6;
    color: #cf2337;
}

.hangout_box .hangout_user {
    font-size: 16px;
    line-height: normal;
    color: #0e71a5;
    font-family: 'KumbhSans-Bold';
}

.hangout_box .hangout_user b {
    color: #777777;
    font-size: 10px;
    font-family: 'OpenSans-Semibold';
    display: inline-block;
    width: 100%;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    display: none;
}

.diffrent_box {
    margin-bottom: 40px;
}

.diffrent_box h3 {
    font-size: 22px;
    color: #0e71a5;
    font-family: 'KumbhSans-Bold';
    text-transform: uppercase;
    margin: 0 0 23px 10px;
    padding: 0 0 8px 74px;
    position: relative;
    border-bottom: 3px solid #0e71a5;
}

.diffrent_box h3 .diffrent_count {
    width: 65px;
    height: 65px;
    border-radius: 32px;
    filter: drop-shadow(0px 6px 4px rgba(17, 17, 17, 0.36));
    background-image: linear-gradient(90deg, #10638e 0%, #2e88cd 62%, #47bdeb 100%);
    color: #fff;
    text-align: center;
    line-height: 69px;
    position: absolute;
    left: -11px;
    top: -18px;
    font-size: 16px;
}

.diffrent_box h3 span {
    color: #cf2337;
}

.diffrent_box .desc {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.custmore_div .desc {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin: 0 0 6px;
}

.custmore_div .desc.kumbh {
    font-size: 18px;
    font-family: 'KumbhSans-Regular';
}

.verified_title {
    font-size: 16px;
    color: #333333;
    margin: 0 0 14px;
    font-family: 'KumbhSans-Bold';
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}

.custmore_div {
    padding: 38px 0 0;
}

.verify_div .verify_left {
    background-image: linear-gradient(0deg, #47bdeb 0%, #2e88cd 38%, #10638e 100%);
    width: 222px;
    position: relative;
    text-align: center;
    border-radius: 8px 0 0 8px;
    padding: 22px 25px 20px;
}

.verify_div .verify_left:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px 0 0 8px;
}

.verify_left .rating_span {
    font-size: 14px;
    line-height: 20px;
    color: #7ec5ea;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
}

.verify_left h4 {
    font-size: 80px;
    line-height: normal;
    color: #ffffff;
    font-family: 'KumbhSans-Bold';
    position: relative;
    z-index: 1;
    margin: 0;
}

.verify_div {
    display: flex;
    width: 100%;
}

.verify_div .verfiy_right {
    position: relative;
    width: calc(100% - 222px);
    padding: 20px 0 0 20px;
}

.verify_div .verfiy_right::before {
    content: "";
    height: 220px;
    border-radius: 0 8px 8px 0;
    background-image: linear-gradient(0deg, #47bdeb 0%, #2e88cd 38%, #10638e 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.verfiy_right h4 {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    font-family: 'OpenSans-Semibold';
    position: relative;
    z-index: 1;
}

.gogle_review {
    display: flex;
    width: 100%;
    padding: 29px 0 0 9px;
}

.gogle_review .hangout_colmn {
    padding: 0 30px;
}

.gogle_review .hangout_box .hangout_icon {
    background-color: #90cff0;
    color: #0e71a5;
}

.gogle_review .hangout_box .desc {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.gogle_review .customers_date {
    padding-top: 10px;
}

.customers_bottom .hangout_box {
    padding: 30px 15px 20px;
}

.customers_bottom .hangout_box .desc {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.right_gogle {
    width: 116px;
    text-align: center;
    margin-top: -14px;
}

.optional_box {
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 0px 7px 13.5px rgba(17, 109, 157, 0.15);
    background-color: #dbe6eb;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 5px;
    display: flex;
    flex-flow: column;
    height: calc(100% - 20px);
}

.optional_box input {
    position: absolute;
    top: 0;
    opacity: 0;
}

.optional_box>span {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #3fa0d4;
    border-radius: 6px;
}

.optional_box>span:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    filter: drop-shadow(0 0 3.5px rgba(55, 68, 75, 0.22));
    background-color: #ffffff;
    border: 1px solid #777777;
}

.optional_box input[type="checkbox"]:checked+span::after {
    position: absolute;
    content: "\e903";
    font-family: "sales";
    font-size: 12px;
    color: #333333;
    right: 17px;
    top: 14px;
}

.optional_box .optional_box_img {
    padding: 15px;
    height: 176px;
    text-align: center;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    width: 100%;
}

.optional_box .sell_label {
    position: absolute;
    left: 1px;
    bottom: 0;
    width: 52px;
    height: 23px;
    border-radius: 0 11px 11px 5px;
    background-color: #cf2337;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    line-height: 22px;
    letter-spacing: 0.5px;
}

.optional_box .optional_box_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.optional_div {
    padding: 9px 0 0 0;
}

.optional_div .desc {
    line-height: 30px;
    color: #333333;
    margin: 0 0 9px;
    font-size: 16px;
    font-family: 'KumbhSans-Regular';
}

.optional_box .optional_content {
    padding: 10px 10px 7px 5px;
}

.star_optional h3 {
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    font-family: 'OpenSans-Semibold';
    margin: 0 0 9px;
}

.star_optional .star-rating {
    height: 16px;
    font-size: 15px;
    width: 90px;
    color: #cf7d13;
}

.star_optional .star_count {
    font-size: 12px;
    color: #333;
    padding-left: 2px;
    font-family: 'OpenSans-Semibold';
}

.optional_amu {
    font-size: 16px;
    line-height: normal;
    color: #cf2337;
    font-family: 'OpenSans-Semibold';
}

.optional_amu .old_price {
    text-decoration: line-through;
    font-size: 12px;
    color: #777777;
    text-align: right;
    display: inline-block;
    width: 100%;
    position: relative;
    top: -2px;
}

.forward_box {
    border-radius: 10px;
    background-image: linear-gradient(47deg, #10638e 0%, #2e88cd 62%, #47bdeb 100%);
    display: flex;
    padding: 10px;
    width: 100%;
    align-items: center;
    max-width: 1100px;
    margin: 31px auto 0 auto;
}

.forward_box .forward_left {
    width: calc(100% - 368px);
    text-align: center;
}

.forward_box h3 {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-family: 'KumbhSans-Regular';
    padding-bottom: 20px;
    max-width: 470px;
    position: relative;
    margin: 0 auto;
}

.forward_box h3::before {
    content: "";
    width: 128px;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.forward_box .forward_img {
    width: 368px;
    height: 248px;
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
}

.forward_box .forward_img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.forward_contect {
    text-align: center;
    padding: 26px 0 0;
    position: relative;
    left: -4px;
}

.forward_contect p {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-family: 'KumbhSans-Regular';
}

.forward_contect p b {
    font-family: 'OpenSans-Semibold';
}

.email_contact {
    text-align: center;
    padding: 5px 0 0;
}

.email_contact a {
    font-size: 18px;
    color: #333333;
    font-family: 'OpenSans-Semibold';
    display: inline-block;
    border-radius: 32px;
    border: 2px solid #0e71a5;
    position: relative;
    padding: 15px 30px 18px 64px;
    margin: 0 8px 10px;
    min-width: 329px;
    text-align: left;
}

.email_contact .email_ancor,
.email_contact a:hover {
    background-color: #ecf8fe;
}

.email_contact a i {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #0e71a5;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
}

.forward_btn {
    padding: 28px 0 0;
}

.forward_btn a {
    min-width: 175px;
    margin: 0 8px;
    padding: 13px 33px;
    margin-bottom: 5px;
    text-align: center;
}

.forward_btn a.red_btn {
    min-width: 107px;
}

.new_estimaint_button {
    text-align: center;
}

.services_div {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    overflow-y: auto;
}

.kumbh_family {
    font-family: 'KumbhSans-Regular';
}

.process_top {
    border-radius: 6px;
    display: flex;
    width: 100%;
    padding-bottom: 23px;
}

.process_top .process_label {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Ubuntu-Bold';
    width: 33.33%;
    text-align: center;
    padding: 20px 20px;
    position: relative;
}

.process_top .process_label span {
    position: relative;
    z-index: 2;
}

.process_top .process_label::before {
    content: "";
    background-image: url(../images/blue_shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.process_top .second::before {
    background-image: url(../images/bluedark_shape.png);
    left: -31px;
    background-size: cover;
    height: 64px;
    width: 460px;
}

.process_top .third:before {
    background-image: url(../images/rad_shape.png);
}

.process_box {
    background-image: linear-gradient(90deg, #118fd3 0%, #1a5cbe 100%);
    position: relative;
    margin-left: 58px;
}

.process_box .table_title {
    position: absolute;
    border-radius: 8px 0 0 8px;
    background-image: url(../images/bkg_left_01.png);
    background-repeat: no-repeat;
    font-size: 16px;
    color: #fffefe;
    text-transform: uppercase;
    font-family: 'KumbhSans-Bold';
    top: 3px;
    margin: 0;
    left: -58px;
    text-align: center;
    padding: 15px 10px;
    right: auto;
    bottom: 0;
    width: 58px;
    z-index: 9;
    background-size: contain;
    background-position: center;
}

.process_box .table_title span {
    transform: rotate(-90deg);
    display: inline-block;
    position: relative;
    top: 50%;
    word-break: break-all;
    width: 133px;
    left: -44px;
    padding-left: 30px;
}

.process_box.second_row .table_title {
    background-image: url(../images/bkg_left_02.png);
    top: 12px;
}

.process_box.second_row .table_title span {
    width: 173px;
    left: -61px;
    padding-left: 20px;
}

.process_box.third_row .table_title {
    background-image: url(../images/bkg_left_03.png);
    top: 20px;
}

.process_box.third_row .table_title span {
    width: 199px;
    left: -74px;
    padding-left: 30px;
}

.process_box.third_row {
    border-radius: 10px 0 10px 10px;
}

.process_box .process_row {
    position: relative;
}

.top_bottom_arrow {
    height: 26px;
    width: 77%;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    margin-bottom: -13px;
    bottom: 0;
}

.top_bottom_arrow::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -9px;
    bottom: 0;
    background-image: url(../images/top_bottom_radius.png);
    background-repeat: no-repeat;
    width: 9px;
    height: 43px;
    background-size: cover;
}

.top_bottom_arrow::after {
    content: "";
    position: absolute;
    right: -64px;
    top: -19px;
    bottom: 0;
    border: 32px solid transparent;
    border-left-color: #fff;
}

.second_row .process_row:nth-child(1) .top_bottom_arrow,
.third_row .process_row:nth-child(1) .top_bottom_arrow {
    right: 0;
}

.second_row .process_row:nth-child(1) .top_bottom_arrow::before,
.third_row .process_row:nth-child(1) .top_bottom_arrow::before {
    left: inherit;
    right: 0;
    background-image: url(../images/right_top_bottom_radius.png);
}

.second_row .process_row:nth-child(1) .top_bottom_arrow::after,
.third_row .process_row:nth-child(1) .top_bottom_arrow::after {
    border-left-color: transparent;
    border-right-color: #fff;
    right: initial;
    left: -64px;
}

.process_box.first_row {
    border-radius: 10px 10px 0 10px;
}

.process_box.second_row {
    background-image: linear-gradient(90deg, #15537f 0%, #0f3d5d 100%);
}

.process_box.third_row {
    background-image: linear-gradient(90deg, #95232f 0%, #6e1922 100%);
}

.process_box .process_colmn {
    text-align: center;
    display: flex;
    width: 20%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    padding: 40px 22px;
    flex-flow: column;
    position: relative;
    min-height: 196px;
    min-width: 226px;
}

.second_row .process_row:nth-child(1) .fourth_colmn {
    background-color: #1963c1;
}

.second_row .process_row:nth-child(1) .last_colmn {
    background-color: #1a5dbf;
}

.third_row .process_row:nth-child(1) .second_colmn {
    background-color: #134c75;
}

.third_row .process_row:nth-child(1) .third_colmn {
    background-color: #12486e;
}

.third_row .process_row:nth-child(1) .fourth_colmn {
    background-color: #114468;
}

.third_row .process_row:nth-child(1) .five_colmn {
    background-color: #103f61;
}

.process_box .process_colmn::before {
    content: "";
    background-image: url(../images/border_shape.png);
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 166px;
    z-index: 1;
}

.second_row .process_row:nth-child(1) .process_colmn::before,
.third_row .process_row:nth-child(1) .process_colmn::before {
    transform: rotate(180deg);
    margin-top: -83px;
    right: initial;
    top: 50%;
    left: -15px;
    bottom: 0;
}

.process_box .process_colmn.last_colmn::before,
.second_row .process_row:nth-child(1) .first_colmn::before,
.third_row .process_row:nth-child(1) .first_colmn::before {
    top: inherit;
    left: 0;
    right: 0;
    transform: rotate(90deg);
    bottom: -88px;
    margin: 0 auto;
}

.second_row .process_row:nth-child(1) .fourth_colmn::before,
.third_row .process_row:nth-child(1) .second_colmn::before,
.third_row .process_row:nth-child(2) .last_colmn::before {
    content: none;
}

.process_box .process_colmn b {
    font-family: 'OpenSans-Semibold';
    text-transform: uppercase;
}


/*.process_box .process_colmn:nth-child(2){
	background-color: #147ccb;
}
.process_box .process_colmn:nth-child(3){
	background-color: #1770c7;
}
.process_box .process_colmn:nth-child(4){
	background-color: #1965c2;
}
.process_box .process_colmn:nth-child(5){
	background-color: #1a5cbe;
}*/

.process_box h3 {
    margin: 0;
    font-size: 20px;
    color: #ffffff;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
}

.process_row {
    display: flex;
    width: 100%;
}

.client_login_box {
    max-width: 436px;
    margin: 0 auto;
    padding: 40px 0;
}

.client_login_box .form-group {
    margin-bottom: 18px;
}

.client_login_box .form-group .form-control {
    border-radius: 30px;
}

.client_login_box h3 {
    font-size: 30px;
    color: #333333;
    font-family: 'KumbhSans-Bold';
    margin: 0 0 31px;
}

.client_login_box .submit_btn {
    padding: 11px 0 2px;
}

.or_div {
    text-align: center;
    position: relative;
    font-size: 12px;
    line-height: 35px;
    color: #777777;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
}

.or_div::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #cfcfcf;
    position: absolute;
    left: 0;
    right: 0;
    top: 17px;
}

.or_div span {
    background-color: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.login_right {
    position: relative;
    overflow: hidden;
    filter: drop-shadow(0px 8px 55.5px rgba(53, 53, 53, 0.48));
    background-image: linear-gradient(0deg, #213e61 0%, #275777 100%);
}

.login_right>img {
    position: relative;
    z-index: 1;
}

.login_right .login_logo {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
    padding: 0 20px;
}

.login_right .login_logo h3 {
    font-size: 24px;
    color: #ffffff;
    font-family: 'KumbhSans-Bold';
    max-width: 452px;
    margin: 35px auto 0 auto;
}

.social_btn {
    display: inline-block;
    width: 100%;
}

.social_btn a {
    border-radius: 30px;
    background-color: #ffffff;
    border: 2px solid #e1e7f4;
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
    font-family: 'Ubuntu-Bold';
    padding: 9px 10px;
    display: flex;
    width: calc(50% - 10px);
    float: left;
    align-items: center;
    justify-content: center;
}

.social_btn a img,
.social_btn a i {
    max-width: 15px;
    position: relative;
    margin-right: 10px;
}

.social_btn .facebook_btn {
    background-color: #e6e9f1;
    margin-left: 20px;
}

.social_btn a i {
    color: #3b5998;
}

.social_btn a:hover {
    background-color: #cdd7f4;
    border-color: #cdd7f4;
}

.custmor_invitation .custmor_inner {
    width: 100%;
    border-radius: 0 0 10px 10px;
    filter: drop-shadow(0px 7px 8px rgba(57, 57, 57, 0.16));
    background-image: linear-gradient(0deg, #10638e 0%, #2e88cd 62%, #47bdeb 100%);
    margin: 0 auto;
    max-width: 1326px;
    padding: 15px 35px 0;
}

.custmor_logo {
    width: 176px;
    height: 176px;
    border-radius: 100%;
    filter: drop-shadow(0px 7px 19px rgba(60, 163, 223, 0.16));
    background-color: #ffffff;
    border: 4px solid #d4ecf9;
    margin: 0 auto;
    position: relative;
}

.custmor_logo img {
    position: absolute;
    max-width: 140px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.invitation_div {
    margin-top: -87px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    background-color: #fff;
}

.invitation_header {
    height: 89px;
    background-color: #d4ecf9;
}

.invitation_div h3 {
    font-size: 24px;
    color: #0a78ab;
    font-family: 'Ubuntu-Medium';
    margin: 0 0 14px;
}

.invitation_div .desc {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin: 0 0 0 0;
    letter-spacing: 0.2px;
}

.invitation_div .desc b {
    font-family: 'OpenSans-Semibold';
}

.invitation_content {
    padding: 30px 26px 0;
}

.invitation_grid {
    display: flex;
    width: 100%;
    border-radius: 8px;
    background-color: #d4ecf9;
    border: 1px solid #bbdbec;
    margin-top: 25px;
}

.invitation_li {
    font-size: 13px;
    line-height: normal;
    color: #5e5e5e;
    padding: 19px 20px;
    position: relative;
    width: 33.33%;
}

.invitation_li::before {
    content: "";
    width: 1px;
    height: 49px;
    background-color: #9dbdce;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.invitation_li:last-child::before {
    content: none;
}

.invitation_li b {
    color: #333333;
    font-family: 'OpenSans-Semibold';
    display: inline-block;
    width: 100%;
    font-size: 16px;
    padding-top: 8px;
}

.custmor_invitation {
    padding: 0 15px 30px;
}

.purchase_status {
    font-size: 12px;
    color: #86a0d0;
    text-transform: uppercase;
    font-family: 'Ubuntu-Bold';
}

.pending_status {
    font-size: 12px;
    color: #d4991b;
    text-transform: uppercase;
    font-family: 'Ubuntu-Bold';
}

.dashbord_box .inner_title.pt-2 {
    padding: 14px 0 11px !important;
}

.customer_all_propasal .desc {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin: 0 0 0 0;
    letter-spacing: 0.2px;
}

.customer_all_propasal .desc b {
    font-family: 'OpenSans-Semibold';
}

.customer_all_propasal {
    padding: 20px 29px 0;
}

.propasal_btn .red_radius_btn {
    padding: 13px 30px;
}

.inner_title span {
    font-size: 14px;
    color: #777777;
    font-family: 'KumbhSans-Regular';
    text-transform: capitalize;
}

.view_inner.p-4 {
    padding: 21px 20px 20px 25px !important;
}

.view_inner.pt-0.p-4 {
    padding-top: 0 !important;
}

.view_inner.pb-0.p-4 {
    padding-bottom: 0 !important;
}

.free_bigdiv {
    filter: drop-shadow(0px 6px 6px rgba(56, 61, 63, 0.17));
    background-color: #ffffff;
    border: 1px solid #d4ecf9;
    padding: 9px 11px;
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.free_bigdiv .free_divimg {
    width: 111px;
    padding: 0 15px 0 4px;
}

.free_bigdiv .free_divcontent {
    width: calc(100% - 111px);
}

.free_bigdiv .free_divcontent h2 {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin: 0;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
}

.free_bigdiv .free_divcontent h2 span {
    font-size: 12px;
    color: #237ca9;
    border-radius: 4px;
    background-color: #cfe3ed;
    border: 1px solid #abccdd;
    font-family: 'OpenSans-Semibold';
    display: inline-block;
    margin-left: 10px;
    padding: 2px 10px;
    line-height: normal;
}

.free_bigdiv .free_divcontent p {
    font-size: 12px;
    line-height: 19px;
    color: #777777;
    margin: 0;
}

.free_bigdiv .free_divcontent p a {
    font-size: 12px;
    line-height: 19px;
    font-family: 'OpenSans';
}

.hyper_link {
    border-radius: 0 0 8px 8px;
    background-color: #c9e2f0;
    padding: 16px 5px;
    text-align: center;
}

.hyper_link a {
    display: inline-block;
    position: relative;
    margin-bottom: 6px;
    text-decoration: underline !important;
    color: #333333;
    font-family: 'OpenSans-Semibold';
    font-size: 14px;
    padding: 0 15px;
}

.hyper_link a:hover,
.hyper_link a.active {
    color: #c91d31;
}

.hyper_link a:first-child:before {
    content: none;
}

.hyper_link a::before {
    content: "";
    position: absolute;
    left: -3px;
    top: 50%;
    height: 4px;
    width: 4px;
    border-radius: 100%;
    background-color: #333;
    margin-top: -1px;
}

.client_close a {
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 11px;
    background-color: rgba(25, 109, 161, 0.8901960784313725);
    color: #fff;
    font-size: 8px;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.client_close a:hover {
    background-color: #333;
}

.guarantee_title {
    padding: 11px 22px 25px;
}

.guarantee_title .inner_title.pages_title {
    padding: 7px 0 21px 0;
    margin-bottom: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
}

.guarantee_title .inner_title.pages_title::before {
    width: 37px;
    height: 6px;
    border-radius: 6px 6px 0 0;
}

.customers_love.verify_div {
    flex-flow: column;
}

.customers_love.verify_div .verify_left {
    width: 100%;
    border-radius: 0 0 8px 8px;
    background-image: none;
    background-color: #3da3f0;
    padding: 17px 17px 55px;
}

.customers_love.verify_div .verify_left::before {
    border-radius: 0 0 8px 8px;
}

.customers_love.verify_div .verfiy_right {
    width: 100%;
    padding: 0;
    margin-top: -37px;
}

.customers_love .gogle_review .hangout_colmn {
    padding: 0 5px;
}

.customers_love .hangout_box .hangout_icon {
    left: 10px;
    top: -20px;
}

.customers_love .hangout_box {
    padding: 49px 10px 16px;
    margin-bottom: 51px;
}

.customers_love.verify_div>h4 {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    background-color: #11496c;
    text-align: center;
    border-radius: 8px 8px 0 0;
    font-family: 'OpenSans-Semibold';
    padding: 14px 10px;
    min-height: 65px;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customers_love.verify_div img {
    max-width: 100px;
}

.star_top {
    display: flex;
    align-items: center;
}

.star_top .rating_span {
    width: calc(100% - 125px);
    text-align: left;
    padding: 0;
    font-size: 16px;
    color: #d3eaf7;
}

.star_top .right_star_count {
    width: 125px;
}

.star_top .right_star_count h4 {
    font-size: 40px;
}

.star_top .star-rating {
    color: #f19c27;
}

.customers_love_main {
    padding: 34px 30px 0;
}

.customers_love.verify_div .verfiy_right::before {
    content: none;
}

.customers_love .gogle_review {
    flex-flow: column;
    padding: 0;
}

.customers_love.verify_div img {
    max-width: 100px;
}

.header_account .dropdown-toggle:after {
    content: none;
}

.header_account .dropdown-menu {
    width: 231px;
    filter: drop-shadow(0px 5px 10.5px rgba(48, 48, 48, 0.21));
    background-color: #ffffff;
    left: inherit !important;
    right: 0 !important;
    border: 0;
    transform: inherit !important;
    top: 60px !important;
    border-radius: 5px;
    overflow: hidden;
    padding: 8px 0 0;
}

.header_account .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #333333;
    border-bottom: 0;
    position: relative;
    padding: 11px 10px 10px 49px;
    background-color: transparent;
    border-bottom: 1px solid #fff;
}

.header_account .dropdown-menu .dropdown-item:hover,
.header_account .dropdown-menu .dropdown-item.active {
    background-color: #0e71a5;
    color: #fff;
}

.header_account .dropdown-menu .dropdown-item i {
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 20px;
}

.header_account .dropdown-menu .dropdown-item.logout {
    color: #f14646;
    border-top: 2px solid #ddd;
    margin-top: 4px;
    padding-top: 18px;
    padding-bottom: 21px;
}

.header_account .dropdown-menu:before,
.header_account .dropdown-menu:after {
    content: none;
}

.header_account .dropdown-menu .dropdown-item.logout:hover {
    background-color: #f14646;
    color: #fff;
}

.header_account .dropdown-menu .dropdown-item.logout i {
    font-size: 17px;
    top: 21px;
    left: 22px;
}

.chat_fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    filter: drop-shadow(0px 16px 23px rgba(0, 0, 0, 0.2));
    background-color: #ffffff;
    border: 2px solid #43aee4;
    z-index: 1;
    text-align: center;
}

.chat_fixed:hover {
    background-color: #eee;
}

.chat_fixed img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.add_cart_label .cart_label {
    font-size: 14px;
    color: #777777;
    font-family: 'OpenSans';
    text-transform: capitalize;
    padding: 10px 18px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.add_cart_label .dark_btn {
    margin-top: 10px;
    width: 100%;
}

.car_hover_div {
    position: relative;
}

.car_hover_div::before {
    content: "";
    border: 3px solid #47bdeb;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.5s all;
    opacity: 0;
    visibility: hidden;
    filter: drop-shadow(0px 10px 29.5px rgba(36, 122, 185, 0.55));
}

.car_hover_div:hover::before {
    opacity: 1;
    visibility: visible;
}

.car_hover_div:hover .add_cart_label .dark_btn {
    background-color: rgba(12, 100, 145, 0);
    filter: drop-shadow(0px 9px 13.5px rgba(17, 117, 168, 0.51));
    background-image: linear-gradient(0deg, #10638e 0%, #2e88cd 62%, #47bdeb 100%);
    color: #fff;
}

.invalid-feedback {
    color: red;
    font-size: 14px;
}

.error {
    color: red;
    font-size: 14px;
}

.proposals_view.page_17 {
    padding: 0;
    background-color: #c9c9c9;
}

.page_17.proposals_view .view_inner {
    padding: 21px 20px 15px 29px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.pagination_list_info {
    display: inline-block;
    width: 100%;
    padding: 35px 0 0;
    text-align: right;
    text-transform: uppercase;
    font-size: 13px;
    color: #a2a2a2;
}

.page_17.proposals_view .view_inner.page_1 {
    border-radius: 0 0 10px 10px;
}

.page_17.proposals_view .view_inner.page_17 {
    border-bottom: 0;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.view_img_popup>img {
    cursor: pointer;
    height: auto;
    width: 100%;
    max-width: 150px;
    cursor: pointer;
    height: 100px;
    object-fit: contain;
}

.five_img .view_img_popup>img {
    /*height: 158px;
    width: 158px;*/
}

/*.view_img_popup_static > img {
	max-width: 150px;
	cursor: pointer;
	height: 100px;
	object-fit: cover;
}*/

.view_img_popup .recomme_box .recomm_content {
    font-family: 'OpenSans';
    text-transform: initial;
}

.view_img_popup {
    position: relative;
}

.view_img_popup .recomme_box {
    position: absolute;
    filter: drop-shadow(0px 12px 21px rgba(26, 26, 26, 0.38));
    background-color: #ffffff;
    border: 2px solid #cecece;
    width: 275px;
    top: 0;
    left: 130px;
    /*transform: translateY(-50%);*/
    z-index: 1;
    opacity: 0;
    transition: 0.3s all;
    visibility: hidden;
}

.five_div .view_img_popup .recomme_box {
    left: inherit;
    right: 130px;
}

.view_img_popup .recomme_box::before {
    content: "";
    background-image: url(../images/popup_left_bkg.png);
    position: absolute;
    left: -47px;
    width: 47px;
    top: 0;
    bottom: 0;
}

.five_div .view_img_popup .recomme_box::before {
    transform: rotate(180deg);
    left: inherit;
    right: -47px;
}

.view_img_popup:hover .recomme_box {
    opacity: 1;
    visibility: visible;
}

.proposals_view.p-0>.view_inner {
    padding: 21px 20px 30px 29px;
}

.hangout_slider .slick-slide {
    padding: 0 30px;
}

.hangout_slider .slick-list {
    padding: 0 0 0 30px;
}

.propasal_hyper .hyper_link {
    border-radius: 0;
    padding: 30px 20px 120px;
}

.propasal_hyper {
    padding-bottom: 50px;
}

.hangout_slider {
    margin-top: -100px;
    padding-bottom: 40px;
}

.slick-arrow {
    background-color: #7d7d7d;
    height: 35px;
    width: 35px;
    border: 1px solid #7d7d7d;
    border-radius: 100%;
    color: #fff;
    font-size: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.slick-arrow:hover {
    background-color: #000;
}

.slick-arrow::before {
    content: "\f054";
    position: absolute;
    top: 6px;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: bold;
    left: 2px;
    right: 0;
    margin: 0 auto;
}

.slick-prev.slick-arrow::before {
    content: "\f053";
}

.slick-next.slick-arrow {
    left: 50%;
    margin-left: 25px;
}

.slick-prev.slick-arrow {
    left: 50%;
    margin-left: -25px;
}

.hangout_slider .slick-slide:nth-child(2n+1) .hangout_box .hangout_icon {
    background-color: #90cff0;
    color: #0e71a5;
}

.custom-popover {
    filter: drop-shadow(0px 12px 21px rgba(26, 26, 26, 0.38));
    background-color: #ffffff;
    border: 2px solid #cecece;
    width: 275px;
    z-index: 1;
    /*transition: 0.3s all;*/
    text-align: center;
    padding: 0 10px 10px;
    margin: -90px 0 0;
}

.custom-popover::before {
    content: "";
    background-image: url(../images/popup_left_bkg.png);
    position: absolute;
    left: -47px;
    width: 47px;
    top: 0;
    bottom: 0;
    pointer-events: none;
    display: block;
}

.custom-popover .media {
    display: inline-block;
    width: 100%;
}

.custom-popover .popover-body {
    padding: 0;
}

.custom-popover .recomme_label {
    font-size: 12px;
    color: #237ca9;
    font-family: 'OpenSans-Semibold';
    text-transform: uppercase;
    border-radius: 0 0 4px 4px;
    background-color: #cfe3ed;
    border: 1px solid #abccdd;
    padding: 1px 15px;
    margin-bottom: 22px;
    display: inline-block;
    border-top: 0;
    position: relative;
    top: -4px;
}

.custom-popover .racommw_plogo {
    position: relative;
    height: 154px;
}

.custom-popover .racommw_plogo img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    max-height: 154px;
}

.custom-popover h5 {
    font-size: 16px;
    color: #333333;
    font-family: 'OpenSans-Bold';
    margin: 27px 0 11px;
    text-transform: uppercase;
}

.custom-popover .recomm_content {
    font-size: 12px;
    line-height: 19px;
    color: #777777;
    text-align: left;
    height: 90px;
    overflow-y: auto;
    font-family: 'OpenSans';
    text-transform: initial;
}

.bs-popover-left::before {
    transform: rotate(180deg);
    left: initial;
    right: -47px;
}

.custom-popover .arrow {
    display: none;
}

.bottom_note p {
    font-size: 12px;
    color: #333;
    font-style: italic;
    font-family: "OpenSans-Semibold";
    margin-top: -5px;
    margin-bottom: 10px;
}

.big_width_tooltip {
    cursor: pointer;
}

span.tooltiptext {
    background-image: linear-gradient(0deg, #10638e 0%, #2e88cd 62%, #47bdeb 100%);
    border: 1px solid #cfcfcf;
    padding: 10px;
    font-family: "OpenSans-Semibold";
    position: absolute;
    max-width: 200px;
    width: 100%;
    z-index: 111;
    transition: 0.1s ease-in-out;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    border-radius: 5px;
    color: #fff;
    word-break: break-all;
    text-align: center;
}

.payment_rdiv {
    text-align: center;
    padding: 27px 0 10px;
}

.payment_rdiv .custom_radio {
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 20px 10px 12px;
    margin: 0 0 20px;
    color: #333;
    font-size: 16px;
    font-family: 'Ubuntu-Regular';
}

.payment_rdiv .custom_radio span {
    padding-left: 28px;
    position: relative;
    display: inline-block;
}

.payment_rdiv .custom_radio span::before {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #ffffff;
    border: 2px solid #777777;
    top: 2px;
}

.payment_rdiv .custom_radio input[type="radio"]:checked+span:before {
    border-color: #0e71a5;
}

.payment_rdiv .custom_radio span::after {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    filter: drop-shadow(0px 3px 2.5px rgba(14, 113, 165, 0.74));
    background-color: #0e71a5;
    border: 1px solid #0e71a5;
    top: 8px;
    left: 7px;
}

.payment_popup {
    padding-top: 79px;
}

.payment_rdiv .custom_radio .radio_img {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 80px;
    margin-bottom: 16px;
}

.payment_rdiv .custom_radio img {
    max-width: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.payment_rdiv .red_radius_btn {
    padding: 13px 41px;
    letter-spacing: 0;
}

.payment_credit {
    display: flex;
    width: 100%;
}

.payment_credit .agreement_detail {
    border-radius: 8px 0 0 8px;
    filter: drop-shadow(1.792px 4.668px 14.5px rgba(17, 100, 142, 0.36));
    background-image: linear-gradient(0deg, #10638e 0%, #2e88cd 62%, #10638e 100%);
    width: 386px;
}

.agreement_title {
    font-size: 16px;
    color: #ffffff;
    font-family: 'KumbhSans-Bold';
    text-transform: uppercase;
    background-color: #174c72;
    padding: 26px 29px 22px;
    border-radius: 8px 0 0 0;
}

.payment_credit .card_informationn {
    width: calc(100% - 386px);
    padding: 28px 29px 30px;
}

.agreement_detail li {
    list-style: none;
    display: inline-block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 21px;
    font-family: 'Ubuntu-Regular';
    font-size: 13px;
    padding-bottom: 20px;
}

.agreement_detail li:not(:last-child)::before {
    content: "";
    width: 49px;
    height: 1px;
    background-color: #9dbdce;
    position: absolute;
    bottom: 0;
    left: 0;
}

.agreement_detail li b {
    display: inline-block;
    width: 100%;
    font-family: 'OpenSans-Semibold';
    padding: 5px 0 0;
    font-size: 16px;
}

.agreement_detail .personal_info {
    padding: 24px 29px 50px;
}

.grand_total {
    display: flex;
    justify-content: center;
}

.grand_total .grand_label {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Ubuntu-Regular';
    border: 1px solid #fff;
    border-radius: 8px 0 0 8px;
    border-right: 0;
    padding: 12px 17px;
}

.grand_total .grand_amunt {
    border-radius: 0 8px 8px 0;
    filter: drop-shadow(0px 5px 6.5px rgba(0, 0, 0, 0.25));
    background-color: rgba(30, 170, 244, 0.22941176470588237);
    border: 1px solid #1eaaf4;
    font-size: 16px;
    color: #ffffff;
    font-family: 'Ubuntu-Medium';
    padding: 13px 29px;
}

.card_informationn h3 {
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    font-family: 'KumbhSans-Bold';
    margin: 0 0 22px;
    position: relative;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
}

.card_informationn .form-group .form_label {
    text-transform: inherit;
}

.card_informationn .form-group .form-control {
    border-radius: 23px;
    font-size: 14px;
}

.expire_cvv {
    display: flex;
    width: 100%;
}

.expire_cvv .expire_cvv_left {
    width: 360px;
    padding-right: 20px;
}

.expire_cvv_right {
    width: 127px;
    padding-left: 9px;
}

.expire_cvv .expir_month_input {
    display: flex;
    width: 100%;
}

.expire_cvv .expir_month_input .form-control {
    text-transform: uppercase;
    width: 100%;
}

.expire_cvv .expir_month_input>div {
    width: 50%;
}

.expire_cvv .expir_month_input>div:nth-child(1) {
    margin-right: 10px;
}

.expire_cvv .expir_month_input>div:nth-child(2) {
    margin-left: 10px;
}

.payment_credit .card_informationn .red_radius_btn {
    padding: 13px 40px;
    margin-top: 20px;
}

.form-group .visa_card_input {
    background-image: url(../images/visa_card.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 99px;
    padding-right: 130px;
}

.customer_setting .form-group .form-control {
    border-radius: 30px;
}

.customer_setting .red_radius_btn {
    padding: 13px 35px;
    margin-top: 10px;
}

.desc_bold {
    font-size: 14px;
    color: #333333;
    font-family: 'Ubuntu-Regular';
    line-height: normal;
}

.agr_title {
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    font-family: 'KumbhSans-Bold';
    margin: 0 0 15px;
    position: relative;
    padding: 4px 0 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.read_heading {
    font-size: 16px;
    line-height: normal;
    color: #cf2337;
    font-family: 'KumbhSans-Regular';
    display: inline-block;
    width: 100%;
    text-align: center;
}

.agr_title.font_24 {
    font-size: 24px;
}

.agr_title::before {
    content: "";
    width: 34px;
    height: 3px;
    border-radius: 2px;
    background-color: #0e71a5;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
}

.agr_title.text-left::before {
    right: inherit;
    margin: 0;
}

.info_label {
    font-size: 12px;
    line-height: normal;
    color: #0e71a5;
    text-transform: uppercase;
    font-family: 'KumbhSans-Bold';
    margin: 0 0 11px;
}

.invitation_card {
    border: 1px solid #bbdbec;
    border-radius: 8px;
    margin: 18px 0 20px;
}

.invitation_card .invitation_grid {
    margin: 0;
    border-radius: 8px 8px 0 0;
    border: 0;
    padding: 7px 0 6px;
    border-bottom: 1px solid #bbdbec;
}

.radio-btn-main {
    margin: 0 15px;
    position: relative;
}

.radio-btn-main input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.radio-btn-main span {
    display: flex;
    padding-left: 30px;
    position: relative;
}

.radio-btn-main span::before,
.radio-btn-main span::after {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.radio-btn-main span::after {
    opacity: 0;
}

.radio-btn-main input:checked+span::after {
    opacity: 1;
    width: 10px;
    height: 10px;
    background-color: #6d6d6d;
    left: 4px;
    top: 4px;
}

.invitation_card .invitation_info {
    display: flex;
    width: 100%;
    padding: 15px 21px 21px;
}

.invitation_card .info_box {
    width: 33.33%;
    padding-right: 15px;
}

.invitation_card .info_box h4 {
    font-size: 13px;
    color: #5e5e5e;
    font-family: 'Ubuntu-Regular';
    margin: 0;
}

.invitation_card .info_box h4 b {
    color: #333333;
    font-size: 14px;
    font-family: 'OpenSans-Semibold';
}

.invitation_card .info_box h4.mt-2 {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}

.invitation_card .info_box h4 br+b {
    padding-top: 12px;
    display: inline-block;
}

.system_box .system_label {
    font-size: 16px;
    line-height: normal;
    color: #ffffff;
    font-family: 'OpenSans-Semibold';
    text-transform: uppercase;
}

.system_grid .system_div .system_label {
    font-size: 16px;
    line-height: normal;
    color: #ffffff;
    font-family: 'OpenSans-Semibold';
    text-transform: uppercase;
    background-color: #0e71a5;
    margin: 0;
    padding: 12px 16px 11px;
    width: 123px;
    text-align: center;
}

.system_grid .system_div p {
    margin: 0;
    font-size: 14px;
    line-height: normal;
    color: #333333;
    font-family: 'OpenSans-Semibold';
    text-transform: uppercase;
    width: calc(100% - 123px);
    padding-left: 15px;
}

.system_grid {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #bbdbec;
}

.system_grid:last-child {
    border-bottom: 0;
}

.system_grid .system_div {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
}

.system_info {
    border: 1px solid #bbdbec;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.system_table {
    border: 1px solid #bbdbec;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 27px;
}

.header_table {
    background-color: #0e71a5;
}

.system_row {
    display: flex;
    width: 100%;
    position: relative;
}

.system_row .system_title {
    position: absolute;
    background-color: #095278;
    font-size: 16px;
    color: #fffefe;
    text-transform: uppercase;
    font-family: 'OpenSans-Semibold';
    top: 0;
    margin: 0;
    left: 0;
    text-align: center;
    padding: 15px 10px;
    right: auto;
    bottom: 0;
    width: 44px;
    z-index: 9;
    border-top: 1px solid #bbdbec;
}
@media screen and (max-width: 500px) {
    
.system_row .system_title {
    text-align: left;
    padding-left: 18px !important;

}
    
}

.system_row .system_title span {
    transform: rotate(-90deg);
    display: inline-block;
    position: relative;
    top: 50%;
    word-break: break-all;
    width: 110px;
    left: -45px;
    padding-left: 26px;
}

.system_row .unit_div {
    font-size: 16px;
    color: #333;
    line-height: normal;
    font-family: 'Ubuntu-Medium';
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #bbdbec;
}

.system_row .unit_div:last-child,
.system_row:last-child .unit_div div:last-child {
    border: 0;
}

.header_table .unit_div {
    text-transform: uppercase;
    font-family: 'OpenSans-Semibold';
    color: #fff;
}

.header_table .unit_div div {
    border-bottom: 0 !important;
}

.system_row .unit_div div {
    border-bottom: 1px solid #bbdbec;
    padding: 14px 50px 15px;
}

.system_row.header_table .unit_div div {
    padding: 12px 50px 11px;
}

.system_row .unit_div .red_span {
    font-size: 14px;
    color: #cf2337;
    font-family: 'Ubuntu-Medium';
}

.options_div {
    border: 1px solid #bbdbec;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.options_div .header_table {
    background-color: #0e71a5;
    font-size: 16px;
    line-height: normal;
    border-right: 1px solid #bbdbec;
    text-transform: uppercase;
    font-family: 'OpenSans-Semibold';
    color: #fff;
    padding: 12px 20px 11px;
}

.options_content .unit_div {
    font-size: 16px;
    line-height: normal;
    border-right: 1px solid #bbdbec;
    border-bottom: 1px solid #bbdbec;
    text-transform: uppercase;
    font-family: 'Ubuntu-Medium';
    color: #333;
    padding: 14px 17px 15px;
    float: left;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    right: -1px;
    text-align: center;
}


/*.options_content .unit_div:nth-last-child(1),
.options_content .unit_div:nth-last-child(2),
.options_content .unit_div:nth-last-child(3),
.options_content .unit_div:nth-last-child(4){
	border-bottom: 0;
}*/

.options_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    bottom: -1px;
}

.options_content .unit_div .red_span {
    font-size: 14px;
    color: #cf2337;
    font-family: 'OpenSans-Semibold';
}

.limited_div .header_table {
    display: flex;
    width: 100%;
}

.limited_div .header_table .unit_div {
    padding: 11px 18px 10px;
    width: 50%;
    border-right: 1px solid #bbdbec;
}

.limited_div .header_table .unit_div.first_blue {
    width: 26%;
    text-align: left;
}

.limited_div {
    border: 1px solid #bbdbec;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
     text-transform: capitalize;
}

.limited_content {
    display: flex;
    width: 100%;
}

.limited_content .unit_div {
    width: 37%;
    border-right: 1px solid #bbdbec;
}
.limited_content .unit_div50 {
    width: 50%;
    border-right: 1px solid #bbdbec;
}

.limited_content .unit_div:last-child,
.limited_div .header_table .unit_div:last-child {
    border-right: 0;
}

.limited_content .unit_div div {
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 12px 20px 13px;
    font-family: 'Ubuntu-Medium';
    border-bottom: 1px solid #bbdbec;
}

.limited_content .unit_div div:last-child {
    border-bottom: 0;
}

.limited_div .unit_div.first_blue {
    width: 26%;
}

.limited_content .unit_div.first_blue div {
    font-family: 'OpenSans-Semibold';
    text-align: left;
    background-color: #095278;
    color: #fff;
    font-size: 14px;
}

.price_table {
    border: 1px solid #bbdbec;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.price_table .header_price {
    background-color: #0e71a5;
    font-size: 16px;
    line-height: normal;
    border-right: 1px solid #bbdbec;
    text-transform: uppercase;
    font-family: 'OpenSans-Semibold';
    color: #fff;
    padding: 12px 18px 11px;
}

.price_table .price_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    bottom: -1px;
}

.price_table .price_content .unit_div {
    width: 58%;
    text-align: center;
}

.price_table .price_content .unit_div div {
    font-size: 14px;
    line-height: normal;
    border-right: 1px solid #bbdbec;
    border-bottom: 1px solid #bbdbec;
    font-family: 'OpenSans-Semibold';
    color: #333;
    padding: 14px 20px 15px;
    position: relative;
    right: -1px;
}

.price_table .price_content .unit_div.first_blue {
    /*filter: drop-shadow(5px 0px 3.5px rgba(92,95,101,0.21));*/
    text-align: right;
    width: 42%;
}

.payment-schedule {
    width: 100%;
    padding: 15px 18px;
}

.payment-schedule-box {
    display: flex;
    align-items: center;
    width: 100%;
    /* flex-wrap: wrap; */
    margin-bottom: 15px;
    padding-left: 80px;
}

.payment-schedule-box-magento {
    display: flex;
    align-items: center;
    width: 100%;
    /* flex-wrap: wrap; */
    margin-bottom: 15px;
}

.payment-schedule-box p {
    margin: 0px;
    padding-left: 15px;
}

.payment-input {
    padding-left: 15px;
    min-width: 200px;
}

.payment-input-magento {
    min-width: 200px;
}


.payment-input span,
.payment-input-magento span {
    font-weight: normal;
    height: 35px;
    width: 35px;
    text-align: center;
    display: inline-block;
    border: 1px solid #000;
    vertical-align: top;
    border-right: 0;
    line-height: 35px;
    font-family: 'OpenSans-Semibold';
    background-color: #ddd;
}

.payment-label {
    width: 190px;
    min-width: 190px;
}

.payment-label-magento {
    width: 100%;
    min-width: 100%;
    margin-bottom: 5px;

}

.payment-label-magento-50 {
    width: 50%;
    min-width: 50%;
    margin-bottom: 5px;

}


.payment-input input,
.payment-input-magento input {
    margin-left: 0;
    border: 1px solid #000;
    width: 150px;
    text-align: center;
    height: 35px;
}

.payment-schedule-box-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.payment-schedule-box-main .payment-schedule-box {
    padding-left: 0px;
    width: auto;
}

.payment-schedule-box-main .payment-label {
    width: auto;
}

.page-no {
    text-align: right;
}

.page-no h4 {
    font-size: 18px;
    font-weight: normal;
    font-family: 'OpenSans-Bold';
    margin-bottom: 30px;
    font-family: 'OpenSans-Semibold';
}

.price_table .price_content .unit_div div.total_label {
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
}

.price_table .price_content .unit_div div.red_label {
    color: #cf2337;
}

.price_table .price_content .unit_div div.red_label.total_label {
    font-size: 18px;
}

.subtotal_div.price_table .price_content .unit_div.first_blue {
    background-color: #0e71a5;
}

.subtotal_div.price_table .price_content .unit_div.first_blue div {
    color: #fff;
}

.price_table .price_content .unit_div:last-child div {
    border-right: 0;
}

.agree_check .options_ldiv .options_label:nth-child(3n+1) {
    clear: inherit;
}

.agree_check .options_ldiv .options_label:nth-child(2n+1) {
    clear: both;
}

.agree_check .options_ldiv .options_label {
    width: 50%;
}

.agree_check .options_ldiv .width-100 {
    width: 100%;
}

.agree_check .options_ldiv .options_label .custom_checkbox {
    padding-left: 0px;
    line-height: 24px;
    cursor: inherit;
}

.agree_check .options_ldiv .options_label .custom_checkbox span::before {
    border: 3px solid #000;
    border-radius: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 11px 0 0px;
    background: #c0c0c0;
    box-shadow: 0 0 0 2px #c0c0c0;
}

.agree_check .options_ldiv .options_label .custom_checkbox span::after {
    background: transparent;
    color: #001f5f;
    font-size: 17px;
    left: 1px;
    top: 1px;
}

.signature_box {
    border-radius: 10px;
    overflow: hidden;
    filter: drop-shadow(0px 14px 10.5px rgba(57, 57, 57, 0.08));
    background-color: #e9f1f7;
    border: 1px solid #cce3f4;
    margin: 22px 0 0;
}

.signature_box .signatures_title {
    font-size: 16px;
    color: #0e71a5;
    font-family: 'KumbhSans-Bold';
    /* filter: drop-shadow(0px 3px 3.5px rgba(57,57,57,0.09)); */
    background-color: #cce3f4;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    padding: 14px 29px 12px;
}

.signatures_box {
    padding: 14px 20px 0;
}

.blue_bgcolor {
    background-color: #fff;
    border-right: 1px solid #cce3f4;
}

.signatures_box .signinner_title {
    font-size: 14px;
    color: #333333;
    font-family: 'Ubuntu-Regular';
}

.sign_dateinput {
    text-align: center;
    position: relative;
}

.sign_dateinput .datepicker_input {
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/calender_icon.svg) no-repeat right 11px center;
    background-size: 16px;
    cursor: pointer;
    height: 44px;
    border-radius: 10px 10px 0 0;
    background-color: #cce3f4;
    border: 0;
    width: 100%;
    max-width: 246px;
    padding: 0 40px 0 20px;
    font-size: 14px;
    color: #333333;
    font-family: 'Ubuntu-Regular';
}

.home-depot-body .kbw-signature.sign_here_div {
    padding: 0;
    height: 250px !important;
    width: 600px !important;
    background-color: transparent;
    border: 0;
}

.row-signature-pad-dv2 .kbw-signature.sign_here_div {
    width: 470px !important;
}

.kbw-signature.sign_here_div {
    padding: 0;
    height: 90px;
    background-color: transparent;
    border: 0;
}

.kbw-signature.sign_here_div canvas {
    background-color: transparent;
    height: auto !important;
}

.home-depot-body .kbw-signature.sign_here_div canvas {
    background-color: transparent;
    height: auto !important;

}

.sign_write_box {
    text-align: center;
    position: relative;
    height: auto;
    margin: 10px 0;
}

.sign_write_box.sign_write_box_pdfm {
    text-align: unset;
    height: unset;
    margin: unset;
}

.home-depot-body .sign_write_box {
    text-align: center;
    position: relative;
    height: auto;
    margin: 10px 0;
}
.home-depot-body .sign_write_box.h-80 {
    height: 100px !important;

}

.sign_write_box img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sign_here_h3 {
    font-size: 18px;
    color: #9d9d9d;
    text-transform: uppercase;
    font-family: 'OpenSans';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 0;
    cursor: pointer;
    pointer-events: none;
}

.text-upper {
    text-transform: uppercase;
}

.customer_agreement p b,
.customer_agreement p strong {
    font-family: 'OpenSans-Bold';
}

.customer_agreement p {
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    /*word-break: break-all;*/
}

.customer_agreement h6 {
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    font-family: 'OpenSans-Bold';
    margin: 0 0 15px;
    display: inline-block;
    width: 100%;
}

.following_note {
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    font-family: 'OpenSans-Semibold';
}

.alfa_ul {
    padding: 15px 0 20px 20px;
}

.alfa_ul li {
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    padding-bottom: 15px;
}

.customer_agreement p a {
    color: #3a6dcc;
    text-decoration: underline !important;
    word-break: break-all;
}

.colmn_count_two {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.printed_form {
    max-width: 800px;
    display: flex;
    width: 100%;
}

.printed_form .printed_left {
    width: calc(100% - 230px);
    padding-right: 30px;
}

.printed_form .printed_right {
    width: 230px;
}

.printed_form .form-group .form-control {
    font-size: 14px;
    color: #a3a3a3;
    font-family: 'Ubuntu-Light';
}

.customer_agreement .page_11 p {
    font-size: 16px;
    line-height: 28px;
}

.home-depot-body .sign_here_div {
    /* border-radius: 8px; */
    background-color: #fbfbfb;
    border: 1px solid #797979;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #9d9d9d;
    text-transform: uppercase;
    font-family: 'OpenSans';
    padding: 28px 0;
}

.sign_here_div {
    border-radius: 8px;
    background-color: #fbfbfb;
    border: 1px solid #cfcfcf;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #9d9d9d;
    text-transform: uppercase;
    font-family: 'OpenSans';
    padding: 28px 0;
}

.pro_trow .custom_radio {
    width: auto;
    padding: 11px 0 0 34px;
    line-height: normal;
    background-color: transparent !important;
    margin-top: 0;
    vertical-align: middle;
}

.pro_trow .custom_radio span::before {
    top: 8px;
}

.pro_trow .custom_radio span.changed:before {
    background-color: #c8c8c8
}

.pro_trow .custom_radio span::after {
    top: 12px;
}

.recoom_check_span {
    position: absolute;
    top: -12px;
    left: 50%;
    background-color: #d02a3d;
    font-size: 12px;
    border: 1px solid #fff;
    color: #fff;
    margin: 0 auto;
    transform: translateX(-50%);
    padding: 2px 13px;
    border-radius: 14px;
    width: 100%;
    max-width: 90%;
}

.viewtable_header label {
    position: relative;
}

table.dataTable.coman_datatable td.dataTables_empty {
    padding: 15px;
    text-align: center;
    color: #626262;
    font-family: 'OpenSans-Semibold';
    margin: 10px;
}

table.dataTable.coman_datatable2 td.dataTables_empty {
    padding: 15px;
    text-align: center;
    color: #626262;
    font-family: 'OpenSans-Semibold';
    margin: 10px;
}

table.dataTable.coman_datatable3 td.dataTables_empty {
    padding: 15px;
    text-align: center;
    color: #626262;
    font-family: 'OpenSans-Semibold';
    margin: 10px;
}

.customer_agreement .pro_trow .first_div {
    width: 65%;
}

.customer_agreement .pro_trow .second_div {
    width: 35%;
    border-right: 0;
}

.kbw-signature canvas {
    border-radius: 8px;
}

/* .sign-vcard {
    max-width: 300px;
    margin: 0 auto;
} */

.customerSign>.form_label {
    position: absolute;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    pointer-events: none;
}

.sign_write_box .signbtn {
    position: absolute;
    bottom: 6px;
    right: 0;
    display: flex;
    border-radius: 0 0 8px;
    overflow: hidden;
}

.sign_write_box.sign_write_box_pdfm .signbtn {
    bottom: 7px;
}

.home-depot-body .sign_write_box .signbtn {
    position: relative;
    /* bottom: -10px;
    right: 0; */
    display: flex;
    border-radius: 0 0 8px;
    overflow: hidden;
    display: flex;
    align-items: end;
    justify-content: end;
}

.sign_write_box .signbtn button {
    height: 34px;
    width: 34px;
    border: 0;
    background-color: green;
    color: #fff;
    text-align: center;
}

.home-depot-body .sign_write_box .signbtn button {
    height: auto;
    width: auto;
    border: 0;
    background-color: green;
    color: #000000;
    text-align: center;
    text-decoration: underline !important;
    margin-top: 5px;
    font-size: 16px;
    line-height: 18px;
}

.sign_write_box .signbtn button.clearsign {
    background-color: #c80e0e;
}

.home-depot-body .sign_write_box .signbtn button.clearsign {
    background-color: #ffffff;
}


/*-------DX--------*/


/*-------------------- Messages ----------------------------*/

.img-circle {
    border-radius: 8px;
    object-fit: cover;
}

.chat-person-list::-webkit-scrollbar,
.msg_history::-webkit-scrollbar {
    width: 5px;
}

.chat-person-list::-webkit-scrollbar-thumb,
.msg_history::-webkit-scrollbar-thumb {
    /*background: #0e71a5;*/
    background-image: linear-gradient(0deg, #10638e 0%, #2e88cd 62%, #47bdeb 100%);
    border-radius: 5px;
}

.main-messenger {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
}

.chat-list-box {
    width: 300px;
    background: #fff;
    position: relative;
}

.chat-person-list {
    padding: 0;
    height: 600px;
    overflow: overlay;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #777 #fff;
}

.chat-person-list ul li {
    display: inline-block;
    transition: 0.5s;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.chat-person-list ul li.active,
.chat-person-list ul li:hover {
    background: #bce3f5;
}

.chat-person-list ul li span {
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
}

.chat-person-list ul li span.chat-time {
    font-size: 12px;
    width: 100%;
    color: #555555;
    font-family: 'OpenSans';
}

.chat-person-list ul li img {
    width: 55px;
    height: 55px;
    max-width: 55px;
    min-height: 55px;
    position: relative;
    border: 1px solid #0e71a5;
}

.chat-person-list ul li a {
    color: #333333;
    text-decoration: none;
    display: flex;
    position: relative;
    padding: 10px 35px 10px 60px;
    flex-flow: column;
    justify-content: center;
    min-height: 70px;
}

.chat-person-list ul li span.unread-message-count {
    position: absolute;
    right: 11px;
    width: 20px;
    font-family: 'OpenSans';
    font-size: 11px;
    height: 20px;
    border-radius: 100%;
    background-color: #4894cd;
    color: #fff;
    text-align: center;
    padding: 0;
    line-height: 18px;
}

.chat-person-list .user_list {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.chat-person-list ul li p {
    font-size: 12px;
    color: #555555;
    font-weight: 500;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-person-list ul li h3 {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 32px;
    text-transform: capitalize;
}

.user_list {
    display: inline-block;
    position: relative;
}

.user_list span.online {
    display: inline-block;
    position: absolute;
    top: -2px;
    right: -5px;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background-color: green;
    padding: 0;
    border-radius: 50%;
}

.user_list span.offline {
    display: inline-block;
    position: absolute;
    top: -2px;
    right: -5px;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background-color: red;
    padding: 0;
    border-radius: 50%;
}

.message-box {
    display: block;
    width: calc(100% - 300px);
    padding: 0 0 10px;
    background-color: #f6f6f6;
    border-left: 1px solid #eaeaea;
    border-radius: 0;
    height: 600px;
}

.message-box.empty-message-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.message-box.empty-message-box img {
    width: 250px;
}

.message-box .msg_history {
    padding: 20px;
    height: 440px;
    overflow: overlay;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #555 #fff;
}

.message-box .time_date {
    color: #747474;
    display: block;
    font-size: 12px;
}

.message-box .head-box-1 {
    display: flow-root;
    padding: 20px;
    background: #f6f6f6;
    border-bottom: 1px solid #eaeaea;
    min-height: 75px;
}

.message-box .head-box-1.active {
    background: #0e71a5;
}

.message-box .head-box-1.active li span,
.message-box .head-box-1.active li p,
.message-box .head-box-1.active li a,
.message-box .head-box-1.active li h3 {
    color: #fff;
}

.message-box .head-box-1.active li img {
    border-color: #fff;
}

.message-box .head-box-1 li {
    display: inline-block;
    vertical-align: middle;
    transition: 0.5s;
}

.message-box .head-box-1 li span {
    /*padding-left: 15px;*/
    display: inline-block;
    vertical-align: middle;
}

.message-box .head-box-1 li img {
    width: 55px;
    height: 55px;
    max-width: 55px;
    min-height: 55px;
    border: 2px solid #0e71a5;
}

.message-box .head-box-1 li span.chat-time {
    float: right;
    font-size: 12px;
}

.message-box .head-box-1 li a {
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    display: none;
    color: #0e71a5;
}

.message-box .head-box-1 li p {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 0;
}

.message-box .head-box-1 li h3 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 5px;
    color: #0e71a5;
    font-family: 'OpenSans-Semibold';
    text-transform: capitalize;
}

.message-box .head-box-1 .d-flex.align-items-start {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.message-box .head-box-1 li h3 span.online {
    margin-left: 15px;
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    color: #000;
}

.message-box .head-box-1 li h3 span.online:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    width: 15px;
    height: 15px;
    border: 2px solid green;
    background-color: #fff;
    padding: 0;
    border-radius: 50%;
}

.message-box .head-box-1 li h3 span.offline {
    margin-left: 15px;
    padding-left: 20px;
    position: relative;
    font-size: 14px;
}

.message-box .head-box-1 li h3 span.offline:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    width: 15px;
    height: 15px;
    border: 2px solid red;
    background-color: #fff;
    padding: 0;
    border-radius: 50%;
}

.message-box .head-box-1 li span.online-mob {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    display: none;
}

.message-box .head-box-1 li span.online-mob:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 2px solid green;
    background-color: #fff;
    padding: 0;
    border-radius: 50%;
}

.message-box .head-box-1 li span.offline-mob {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    display: none;
}

.message-box .head-box-1 li span.offline-mob:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 2px solid red;
    background-color: #fff;
    padding: 0;
    border-radius: 50%;
}

.message-box .head-box-1 .img-circle {
    width: 50px;
    height: 50px;
    max-width: 50px;
    min-height: 50px;
}

.message-box .received_msg {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
}

.message-box .received_msg .user_img img {
    display: none;
    width: 34px;
    height: 34px;
    margin-bottom: 35px;
    margin-right: 10px;
    border: 1px solid #0e71a5;
}


/*.message-box .received_msg .received_withd_msg {
    width: 70%;
}*/

.message-box .received_msg .received_withd_msg p {
    background: #e9e9e9;
    color: #555;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 15px;
    /* width: 100%; */
    border-radius: 15px;
    /* margin-bottom: 10px; */
    position: relative;
    border-top-left-radius: 0;
    word-break: break-all;
    float: left;
}


/*.message-box .received_msg .received_withd_msg p:before {
	position: absolute;
	content: "";
	left: -10px;
	top: 10px;
	border-left: 10px solid transparent;
    border-bottom: 10px solid #e9e9e9;
    border-right: 10px solid #e9e9e9;
}*/

.message-box .received_msg .received_withd_msg p:last-child {
    margin-bottom: 0px;
}

.message-box .incoming_msg {
    float: left;
    width: 80%;
    overflow: hidden;
    margin: 10px 0 10px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    justify-content: flex-start;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-start;
}

.message-box .outgoing_msg {
    float: right;
    width: 80%;
    overflow: hidden;
    margin: 10px 0 10px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
}

.message-box .outgoing_msg .user_img img {
    display: none;
    width: 34px;
    height: 34px;
    margin-bottom: 35px;
    margin-left: 10px;
    border-color: #0e71a5;
}

.incoming_msg .received_withd_msg {
    display: inline-block;
    width: 100%;
}

.outgoing_msg .received_withd_msg {
    display: inline-block;
    width: 100%;
}

.incoming_msg .received_withd_msg .time_date {
    margin-left: 10px;
    margin-top: 5px;
    min-width: 180px;
    display: inline-block;
    width: 100%;
}

.outgoing_msg .received_withd_msg .time_date {
    margin-right: 10px;
    margin-top: 5px;
    min-width: 180px;
    text-align: right;
    display: inline-block;
    width: 100%;
}


/*.message-box .outgoing_msg .received_withd_msg {
    float: right;
    width: 60%;
}*/

.message-box .outgoing_msg .received_withd_msg p {
    background: #bce3f5;
    color: #555;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 15px;
    /* width: 100%; */
    border-radius: 15px;
    /* margin-bottom: 10px; */
    position: relative;
    border-top-right-radius: 0;
    word-break: break-all;
    display: inline-block;
    float: right;
}

.message-box .outgoing_msg .received_withd_msg p:last-child {
    margin-bottom: 0px;
}


/*.message-box .outgoing_msg .received_withd_msg  p:before {
	position: absolute;
	content: "";
	right: -10px;
	top: 10px;
	border-right: 10px solid transparent;
    border-bottom: 10px solid #bce3f5;
    border-left: 10px solid #bce3f5;
}*/

.message-box .outgoing_msg .sent_msg .time_date {
    text-align: right;
}

.message-box .send_message_box {
    position: relative;
}

.message-box .send_message_box textarea,
.message-box .send_message_box input {
    resize: none;
    width: calc(100% - 20px);
    margin: 0 10px;
    padding: 5px 70px 7px 20px;
    min-height: 55px;
    border-radius: 8px !important;
}

.message-box .send_message_box textarea:focus,
.message-box .send_message_box input:focus {
    box-shadow: none;
    outline: none;
    border-color: #0e71a5;
}

.message-box .send_message_box .send_message {
    position: absolute;
    right: 20px;
    top: 50%;
    padding: 5px;
    text-align: center;
    width: 44px;
    height: 44px;
    min-height: 44px;
    font-size: 24px;
    transform: translateY(-50%);
}

.message-box .send_message_box .upload_files {
    position: absolute;
    right: 80px;
    top: 50%;
    padding: 10px 5px;
    text-align: center;
    width: 44px;
    height: 44px;
    min-height: 44px;
    font-size: 24px;
    transform: translateY(-50%);
    overflow: hidden;
    cursor: pointer;
}

.message-box .send_message_box .upload_files input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 44px;
    cursor: pointer;
}

.remove_file {
    color: #333;
    font-size: 22px;
    line-height: 34px;
    display: inline-block;
    float: right;
}

.proposals_view .view_inner .options_box {
    height: auto;
}

/* Hasmat HTML 25-02-2022 */

.compose_main_tabs_smt .compose_tabs ul.nav-tabs {
    background-color: #1885c2;
    border-radius: 0;
    border: none;
    padding: 4px 0 0 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border-radius: 0;
    text-align: center;
    min-width: auto;
    padding: 10px 20px 10px;
    font-family: 'OpenSans-Semibold';
}

.compose_main_tabs_smt .compose_tabs .nav-tabs>li>a.active::before,
.compose_main_tabs_smt .compose_tabs .nav-tabs>li>a:hover::before {
    display: none;
}

.compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-link.active {
    border-radius: 3px 3px 0 0;
    background: #fff;
    color: #333;
    padding-left: 20px;
}

.compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-link.done {
    padding-left: 45px;
}

.compose_main_tabs_smt .compose_tabs ul.nav-tabs>li>a.done::before {
    left: 10px;
    right: auto;
    width: 25px;
    height: 25px;
    border-radius: 0;
    display: block;
    z-index: 1;
    top: 8px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.6055 10.5957C20.8008 10.4004 20.8984 10.1562 20.8984 9.86328C20.8984 9.55946 20.8008 9.3099 20.6055 9.11458L19.1243 7.64974C18.9182 7.44358 18.674 7.34049 18.3919 7.34049C18.1098 7.34049 17.8657 7.44358 17.6595 7.64974L11.0189 14.2741L7.34049 10.5957C7.13433 10.3895 6.89019 10.2865 6.60807 10.2865C6.32595 10.2865 6.08181 10.3895 5.87565 10.5957L4.39453 12.0605C4.19922 12.2559 4.10156 12.5054 4.10156 12.8092C4.10156 13.1022 4.19922 13.3464 4.39453 13.5417L10.2865 19.4336C10.4926 19.6398 10.7368 19.7428 11.0189 19.7428C11.3118 19.7428 11.5614 19.6398 11.7676 19.4336L20.6055 10.5957ZM23.3236 6.22559C24.4412 8.14073 25 10.2322 25 12.5C25 14.7678 24.4412 16.8593 23.3236 18.7744C22.2059 20.6896 20.6896 22.2059 18.7744 23.3236C16.8593 24.4412 14.7678 25 12.5 25C10.2322 25 8.14073 24.4412 6.22559 23.3236C4.31044 22.2059 2.79405 20.6896 1.67643 18.7744C0.558811 16.8593 0 14.7678 0 12.5C0 10.2322 0.558811 8.14073 1.67643 6.22559C2.79405 4.31044 4.31044 2.79405 6.22559 1.67643C8.14073 0.558811 10.2322 0 12.5 0C14.7678 0 16.8593 0.558811 18.7744 1.67643C20.6896 2.79405 22.2059 4.31044 23.3236 6.22559Z' fill='white' fill-opacity='0.996078'/%3E%3C/svg%3E%0A");
}

.compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-link.done.active {
    padding-left: 20px;
}

.compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-link.done.active::before {
    display: none;
}

.modal .modal-header .close {
    padding-top: 2px;
    padding-left: 1px;
    width: 24px;
    height: 24px;
}

.compose_main_tabs_smt h4.smt-title-h4 {
    font-size: 16px;
    line-height: 1.4;
    font-family: 'OpenSans-Semibold';
    margin: 10px 0 15px;
}

.compose_main_tabs_smt h4.smt-title-h4.smt-title-h4-02 {
    margin-bottom: 10px;
}

.compose_main_tabs_smt h4.smt-title-h4.smt-title-h4-03 {
    margin-top: 20px;
}

.compose_main_tabs_smt ul.nav.subnav-tabs li .nav-link {
    font-size: 14px;
    padding: 4px 8px 3px;
    text-decoration: underline !important;
    font-family: 'OpenSans-Semibold';
    color: #333;
    border-radius: 20px;
}

.compose_main_tabs_smt ul.nav.subnav-tabs li .nav-link.active {
    background: #000;
    color: #fff;
    padding: 3px 8px 4px;
}

.compose_main_tabs_smt ul.nav.subnav-tabs {
    position: sticky;
    top: 0;
    background: #c7e8f2;
    padding: 8px 20px;
    margin: -17px 0 0;
    z-index: 10;
}

.compose_main_tabs_smt .tab-smt-content-div .view_inner h2.inner_title.pages_title {
    padding: 13px 40px 12px;
    margin: 0 0 15px !important;
    background: #f2f2f2;
    color: #333;
    position: relative;
    font-family: 'OpenSans-Semibold';
    font-weight: 400;
    text-align: left !important;
    min-height: 45px;
}

.compose_main_tabs_smt .tab-smt-content-div .view_inner h2.inner_title.text-center.pages_title::before {
    display: none;
}

.compose_main_tabs_smt .btn.btn-primary.btnNext {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    width: 50px;
    height: 50px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 3;
    outline: none;
    box-shadow: none;
    transition: all 0.8s;
    margin-left: auto;
    margin-bottom: -50px;
}

.compose_main_tabs_smt .btn.btn-primary.btnNext:hover {
    background-color: #257dba;
    border-color: #247bb8;
}

.compose_main_tabs_smt .btn.btn-primary.btnNext .txt {
    display: none;
}

.compose_main_tabs_smt .btn.btn-primary.btnPrevious {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    width: 50px;
    height: 50px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
    outline: none;
    box-shadow: none;
    transition: all 0.8s;
}

.compose_main_tabs_smt .btn.btn-primary.btnPrevious:hover {
    background-color: #257dba;
    border-color: #247bb8;
}

.compose_main_tabs_smt .btn.btn-primary.btnPrevious .txt {
    display: none;
}

.compose_main_tabs_smt .tab-content #tabs-7 {
    position: relative;
}

.compose_main_tabs_smt .tab-content form#summeryFormTab {
    position: relative;
}

.forward_btn a.dark_btn[data-target="#cancelProposal"] {
    text-align: center;
}

.tab-smt-content-div #subtabs-3 .parts_labor,
.tab-smt-content-div #subtabs-5 .quote_div,
.tab-smt-content-div #subtabs-7 .mission_div,
.tab-smt-content-div #subtabs-8 .mission_div,
.tab-smt-content-div #subtabs-9 .customers_love_main {
    margin: 0 auto;
    max-width: calc(100% - 120px);
}

.tab-smt-content-div #subtabs-6 .services_div,
.tab-smt-content-div #subtabs-7 .mission_div {
    max-width: calc(100% - 140px);
}

.tab-smt-content-div #subtabs-11 .s1productdata {
    margin: 30px auto 0;
    max-width: calc(100% - 120px);
}

.tab-smt-content-div .s1productdata .recommended_border::before {
    z-index: 1;
}

.tab-smt-content-div #subtabs-4 .view_inner .system2_title {
    margin-top: 25px;
}

.tab-smt-content-div #subtabs-11 .s2productdata .system2_title {
    margin-top: 20px;
}

.compose_main_tabs_smt .btn.btn-primary.btnPrevious,
.compose_main_tabs_smt .btn.btn-primary.btnNext {
    top: 250px;
}

.compose_main_tabs_smt .sticky .btn.btn-primary.btnPrevious,
.compose_main_tabs_smt .sticky .btn.btn-primary.btnNext {
    position: sticky;
}

div#subtabs-4 .view_inner .all_option {
    max-width: calc(100% - 140px);
    width: 100%;
    margin: 0 auto;
}

.tab-smt-content-div #subtabs-9 .customers_love_main {
    max-width: calc(100% - 100px);
}

.pro_trow .second_div.recommended_border::before {
    z-index: 2;
}

.tab-smt-content-div #subtabs-11 .s2productdata {
    margin: 10px auto 0;
    max-width: calc(100% - 120px);
}

.tab-smt-content-div #subtabs-4 .view_inner.page_10 {
    max-width: calc(100% - 140px);
    width: 100%;
    margin: 0 auto;
}

.tab-content.tab-smt-content-div #subtabs-6 .services_div {
    zoom: 95%;
}

.tab-smt-content-div #subtabs-8 .mission_div {
    max-width: calc(100% - 140px);
}

#subtabs-2 .guarantee_page .guarantee_row1 {
    max-width: calc(100% - 140px);
    margin: 0 auto;
}

.system_box_bill_info_div.active {
    display: none;
}

.system_box_bill_info_div {
    display: block;
    margin-top: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
}

.system_collection #checkBillinfoTitle.sub-title {
    cursor: pointer;
}

.system_collection.system_collection_bill_info_dv {
    padding: 0 0 0;
}

.system_collection.system_collection_bill_info_dv .sub-title {
    padding: 0 30px 0 0;
    margin: 0 0 -4px;
    line-height: 1.5;
    position: relative;
}

.system_colt_bill_info_body {
    padding: 0 30px 0;
}

.text-preview-row-div {
    margin: 20px 0;
    padding: 20px 0 6px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.system_collection_bill_info_dv .system_colt_bill_info_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    padding: 20px 70px 20px 30px;
    cursor: pointer;
}

.system_collection_bill_info_dv .system_colt_bill_info_header::before {
    content: "\f0da";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 30px;
    font-size: 28px;
    top: 20px;
    color: #777;
    transform: rotate(90deg);
    transition: all 0.8s;
}

.system_collection_bill_info_dv.active .system_colt_bill_info_header::before {
    transform: rotate(0deg);
}

.system_box_bill_info_div.system_box .custmor_box {
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #c7d8e0;
    margin: 0 0 30px;
}

.maint_poppup .maint_box .maint_amunt {
    font-size: 30px;
    line-height: 1;
}

.system_box li label {
    word-break: break-word;
}

.check_status a.removebtn {
    cursor: pointer;
}

.recomme_colmn .recomme_logo img {
    height: 100px;
    object-fit: contain;
}

.recomme_table .recomme_box .recomm_content {
    overflow-y: auto;
    height: auto;
}

.recomme_table .recomme_box .recomm_content .mCustomScrollBox>div {
    top: auto !important;
    left: auto !important;
}

.pro_trow .first_div {
    transition: all 0.8s;
}

.input-search-cst-chat {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.input-search-cst-chat i {
    position: absolute;
    left: 10px;
    top: 9px;
    color: #247fae;
}

.input-search-cst-chat .form-control {
    font-size: 14px;
    padding: 5px 10px 5px 34px;
    border: none;
    border-bottom: 1px solid #eee;
    word-break: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-shadow: none;
    border-radius: 0;
}

.chat-person-list ul li.no_user_found_li {
    text-align: center;
    padding: 15px 10px 0;
    border: none;
}

.user_pro_chat_single_smt {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.mailto-dv {
    display: block;
    width: 100%;
}

.message-box .head-box-1 .user_pro_chat_single_smt h3.curuser {
    margin-right: 15px;
    margin-bottom: 0;
}

.message-box .head-box-1 .user_pro_chat_single_smt .user_email_no_sales_chat {
    width: auto;
    font-size: 14px;
    margin: 2px 0 0;
    line-height: 1.5;
    color: #636363;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
}

.message-box .head-box-1 .user_pro_chat_single_smt .user_email_no_sales_chat i {
    line-height: 16px;
    color: #2982c3;
    margin: 4px 6px 0 0;
    display: inline-block;
    font-size: 16px;
}

.action_btn.min_width.btn-action-all-proposal .red_white_btn.send_message {
    margin-top: 10px;
}

.message-box .head-box-1 li .user_phone_no_sales_chat i {
    margin: 0 6px 0 0;
    height: 21px;
    width: 21px;
    color: #fff;
    background: #2982c3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 34px;
    font-size: 13px;
}

.message-box .head-box-1 li .user_phone_no_sales_chat {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

.chat-person-list ul li .left-email-phone-txt-smt span,
.chat-person-list ul li .left-email-phone-txt-smt a {
    padding: 0;
    min-height: auto;
    display: block;
}

/**/

.compose_main_tabs_smt .compose_tabs .nav-tabs>li>a span.cunt {
    display: none;
}

.compose_main_tabs_smt.fixed_compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-link.done.active {
    padding-left: 45px;
    border-radius: 0;
    background: transparent;
    color: #fff;
}

.compose_main_tabs_smt.fixed_compose_main_tabs_smt .compose_tabs ul.nav-tabs>li>a.done::before {
    display: block !important;
}

.star_optional .star-rating {
    z-index: 2;
}

.star_optional .star-rating span {
    z-index: 3;
}

.modal.genereal-message-modal .modal-header .close {
    position: absolute;
    top: -12px;
    right: -10px;
    z-index: 9;
    background: #000;
    font-size: 21px;
    line-height: 1;
    padding: 0;
    width: 30px;
    height: 30px;
    background-image: linear-gradient(0deg, #10638e 0%, #2e88cd 62%, #47bdeb 100%);
}

.home-depot-body .modal.genereal-message-modal .modal-header .close {
    background-image: linear-gradient(0deg, #f96302 0%, #f96302 62%, #f96302 100%) !important;
}

.modal.genereal-message-modal .msg {
    margin: 0;
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    display: block;
    font-weight: 500;
    width: 100%;
}

.modal.genereal-message-modal .modal-dialog {
    max-width: 600px;
}

.modal.genereal-message-modal .modal-dialog .modal-body {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hasmat CSS 25-05-2022 */

.proposal_btn.proposal_btn_new_group {
    display: flex;
    flex-wrap: wrap;
}

.proposal_btn_new_group.est_new_group01 {
    padding: 0 0 4px;
}

.action_btn.btn-group-all-proposal-dv {
    display: flex;
    flex-wrap: wrap;
}

.action_btn.btn-group-all-proposal-dv ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.action_btn.btn-group-all-proposal-dv ul a {
    margin: 0 !important;
}

.action_btn.btn-group-all-proposal-dv ul li {
    margin: 8px 8px 0 0;
}

/* End of Hasmat CSS 25-05-2022 */

.sales-central-div .tab-center-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin: 0 auto;
    border: none;
}

.sales-central-div .tab-center-list a {
    border: 2px solid #797979;
    padding: 0 10px;
    margin: 0;
    background-color: #f2f2f2;
    font-size: 14px;
    line-height: 1.5;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    color: #333;
    text-transform: none;
    font-family: 'OpenSans-Semibold';
    font-weight: 600;
}

.sales-central-div .tab-center-list a:hover {
    background-color: #999999;
    border-color: #797979;
    color: #fff;
}

.sales-central-div .tab-center-list li {
    margin: 0 10px 0 0;
}

.sales-central-div .tab-center-list li:last-child {
    margin-right: 0;
}

.sales-central-div .tab-center-list a.active {
    color: #fff;
    background-color: #1b81c4;
    border: 2px solid #1b81c4;
    box-shadow: none;
}

.sales-central-div .tab-center-list a.active:hover {
    background-color: #166aa2;
    border-color: #166aa2;
}

.sales-central-div .tab-center-list a.active::before,
.sales-central-div .tab-center-list a:hover::before {
    background: transparent;
}

.sales-central-div .tab-center-list a br {
    display: none;
}

.compose_main .view_inner h2+h3.inner_title.pages_title {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

.compose_main .view_inner h2+h3.inner_title.pages_title::before {
    opacity: 0;
}

.tab-smt-content-div #subtabs-11 .colmn_five h3.inner_title.pages_title:before {
    opacity: 0;
}

.tab-smt-content-div #subtabs-11 .s1productdata h3.inner_title.pages_title:before,
.tab-smt-content-div #subtabs-11 .s2productdata h3.inner_title.pages_title:before {
    opacity: 0;
}

.proposals_view .view_inner h2+.inner_title.pages_title:before {
    opacity: 0;
}

.proposals_view .view_inner h2+.inner_title.pages_title {
    padding-bottom: 0;
}

#subtabs-11 h3.inner_title.text-center.pages_title {
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.upload_files_new_dv .form-group {
    margin: 0;
}

.upload_files_new_dv .btn {
    border: 1px solid #797979;
    padding: 0 10px;
    margin: 0 0 0 5px;
    background-color: #f2f2f2;
    font-size: 14px;
    line-height: 1.5;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    color: #333;
    text-transform: none;
    font-family: 'OpenSans-Semibold';
    font-weight: 600;
}

.btn-group-new-estimate {
    display: inline-flex;
    margin-left: 10px;
}

.upload_files_new_dv .btn.btn-download {
    background: #1b81c4;
    color: #fff;
    border-color: #1b81c4;
}

.upload_files_new_dv .btn.btn-download:hover {
    background-color: #166aa2;
    border-color: #166aa2;
}

.upload_files_new_dv .btn.btn-view {
    background: #d5e4ec61;
    color: #333;
    border-color: #333;
    margin-left: 0;
}

.upload_files_new_dv .btn.btn-view:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.upload_files_new_dv .btn.btn-delete {
    background: #e81c33;
    color: #fff;
    border-color: #e81c33;
}

.upload_files_new_dv .btn.btn-delete:hover {
    background-color: #c91d31;
    border-color: #c91d31;
    color: #fff;
}

#subtabs-11 .Column4 .pro_trow .second_div,
#subtabs-11 .Column4 .viewtable_header .second_div {
    width: 18.75%;
}

#subtabs-11 .Column3 .pro_trow .second_div,
#subtabs-11 .Column3 .viewtable_header .second_div {
    width: 25%;
}

#subtabs-11 .Column2 .pro_trow .second_div,
#subtabs-11 .Column2 .viewtable_header .second_div {
    width: 34%;
}

#subtabs-11 .Column1 .pro_trow .second_div,
#subtabs-11 .Column1 .viewtable_header .second_div {
    width: 68%;
}

#subtabs-11 .colmn_five.Column4 .pro_trow .second_div,
#subtabs-11 .colmn_five.Column4 .viewtable_header .second_div {
    width: 18.75%;
}

#subtabs-11 .colmn_five.Column3 .pro_trow .second_div,
#subtabs-11 .colmn_five.Column3 .viewtable_header .second_div {
    width: 25%;
}

#subtabs-11 .colmn_five.Column2 .pro_trow .second_div,
#subtabs-11 .colmn_five.Column2 .viewtable_header .second_div {
    width: 37.5%;
}

#subtabs-11 .colmn_five.Column1 .pro_trow .second_div,
#subtabs-11 .colmn_five.Column1 .viewtable_header .second_div {
    width: 75%;
}

.thk-you-border-card-bx {
    border: 1px solid #333;
    padding: 40px 20px 20px;
    margin: 30px auto 0;
    position: relative;
}

.thk-you-border-card-bx .thk-you-border-row {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.thk-you-border-card-bx .mt-cst {
    margin-top: 15px;
    display: block;
}

.thk-you-border-card-bx p {
    margin: 0 0 20px;
}

.sign-span-thk {
    border-bottom: 1px solid #212529b3;
    display: inline-block;
    width: 210px;
    margin: 0 0 0 5px;
    max-width: 100%;
}

.form-group-password .form-group-password-row {
    display: flex;
    align-items: flex-start;
    width: 100%;
    position: relative;
}

.form-group-password .form-group-password-row i {
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.form-group-password .form-group-password-row .form-control {
    padding-right: 50px;
}

.form-group-generate-password {
    padding-top: 25px;
}

.form-group-generate-password .btn.btn-info {
    height: 46px;
    box-shadow: none;
    outline: none;
}

.form-group-generate-password .btn.btn-info:focus {
    box-shadow: none;
}

.form-group-generate-password .btn-info:not(:disabled):not(.disabled).active:focus,
.form-group-generate-password .btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.collapse-view {
    display: block;
    position: relative;
    float: left;
    clear: both;
}

.btn-primary-text {
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    margin: 0 0 20px;
    color: #1885c2;
    font-weight: 400;
    font-family: 'Ubuntu-Medium';
    text-transform: uppercase;
    text-decoration: underline !important;
}


.btn-primary-text .show-less-txt {
    display: block;
}

.btn-primary-text .show-more-txt {
    display: none;
}

.btn-primary-text.collapsed .show-more-txt {
    display: block;
}

.btn-primary-text.collapsed .show-less-txt {
    display: none;
}

.modal .text-dts-installation-div .text-title-group label {
    font-size: 18px;
    color: #001f5f;
    text-transform: uppercase;
    font-family: 'Ubuntu-Medium';
    margin: 0;
}

.modal .text-dts-installation-div .text-amount-group label {
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Ubuntu-Regular';
    margin: 0;
    color: #333;
}

.form-group.notes-amount-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.form-check-notes-row {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 0 0 15px;
}

.form-check-notes-row .form-check {
    padding: 0;
    display: inline-block;
}

.form-check-notes-row .form-check .radio-btn-main {
    margin: 0 20px 0 0;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
}

.modal .notes-amount-group .form_label {
    font-size: 16px;
    margin: 0;
}

.add_installation_compose_btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 0 0;
}

.add_installation_compose_btn .blue_btn {
    min-width: 110px;
    text-align: center;
}

.add_installation_compose_btn .red_btn.CloseOtherModal {
    margin-left: 10px;
    min-width: 110px;
    text-align: center;
}
.add_installation_compose_btn .red_btn.CloseOtherModal2 {
    margin-left: 10px;
    min-width: 110px;
    text-align: center;
}

.table_top.table_top_cst_est .daterangeestimate.form-control {
    padding-right: 13px;
}

.table_top.table_top_cst_est .daterangeestimate.form-control {
    padding-right: 13px;
    max-width: 185px;
}

.table_top.table_top_cst_est select {
    width: 170px;
}

.all_table .table_top.table_top_cst_est .col-auto {
    padding-left: 10px;
    padding-right: 10px;
}

.all_table .table_top.table_top_cst_est .row {
    margin-left: -10px;
    margin-right: -10px;
}

/* .srch-by-date-label {
    min-width: 120px;
} */

.table_top.table_top_cst_est .form-group label {
    /* width: 100%; */
    display: inline-block;
}

/* .all_table .table_top.table_top_cst_est .srch-by-col>.form-group {
    flex-wrap: wrap;
} */

.table_top.table_top_cst_est .search-select-w100 {
    display: flex;
    /* flex-wrap: wrap; */
    width: 100%;
}

.table_top.table_top_cst_est .search-select-w100 .reset-by-col .form-group {
    margin-bottom: 0;
}

.table_top.table_top_cst_est .search-select-w100 .input-group {
    width: 200px;
    height: 46px;
}

.table_top.table_top_cst_est .search-select-w100 .reset-by-col {
    margin: 0 0 0 10px;
}

.btn.btn-primary.btn-search-submit {
    width: 44px;
    height: 44px;
    border-radius: 6px;
    background-color: #d8eef9;
    border: 0;
    color: #247fae;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    margin: 3px 0 0 10px;
}

.table_top_cst_est .table_top_cst_est_row {
    padding: 0 10px 0 0;
    max-width: 1000px;
    width: 100%;
}

.table_top_cst_est .sales-est-col-div {
    flex: 1;
    max-width: 300px;
    width: 100%;
}

.all_sent_estimates_home .select2-container--default .select2-selection {
    border-radius: 0;
    border: 1px solid #cfcfcf;
    min-height: 46px;
}

.all_sent_estimates_home .search-flex-dv,
.table_top_cst_est {
    margin-top: 20px;
}

.table_top_cst_est .sales-est-col-div .select2-container--default .select2-selection {
    padding-left: 12px;
}

.table_top_cst_est .sales-est-col-div .select2.select2-container {
    width: calc(100% - 54px) !important;
}

.table_top_cst_est .search-flex-dv {
    padding: 29px 0 0;
}

.open-multiple-dropdown .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 10px;
    margin-left: -5px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: 'sales' !important;
    top: -1px;
}

.open-multiple-dropdown .select2-results__option[aria-selected=true]:before {
    content: "\e903";
    border: 1px solid #e9e9e9;
    background-color: #1b81c4;
}

.btn.btn-primary.btn-search-submit:hover {
    background-color: #247fae;
    color: #fff;
}

.form-group.form-group-multiple-div .form-select-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

body.modal-open .midllecontent {
    position: relative;
    width: 100%;
    overflow: visible;
}

body.modal-open {
    overflow-x: visible;
    overflow-y: auto;
}

.modal-open .modal {
    padding: 0 15px;
}

.options_ldiv .collapse-view {
    display: none;
}

.options_ldiv .collapse-view.show {
    display: block;
}

.options_ldiv2 .collapse-view {
    display: none;
}

.options_ldiv2 .collapse-view.show {
    display: block;
}

/* Magento add estimate */

.magento-bx-div {
    padding: 40px 20px;
    margin: 0 auto;
    max-width: 1150px;
    position: relative;
    width: 100%;
}

.magento-img-dv .img-fluid {
    width: 175px;
    object-fit: contain;
}

.magento-img-dv {
    margin: 0 0 30px;
}

.magento-content-div .mg-img-div .img-fluid {
    width: 100%;
    object-fit: cover;
}

.magento-content-div .mg-text-div h3 {
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
    font-family: 'OpenSans-Bold';
    margin: 0 0 10px;
    display: block;
}

.magento-content-div .mg-text-div p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
}

.magento-content-div .mg-text-div .desc-div p {
    font-size: 14px;
}

.magento-content-div .magento-content-row {
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px;
}

.magento-opt-bx {
    padding: 0;
    margin: 0 0 10px;
    position: relative;
}

.magento-opt-bx .magento-opt-header-div {
    background-color: rgba(68, 143, 176, 1);
    padding: 10px 12px;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.magento-opt-bx .magento-opt-header-div h3 {
    font-size: 16px;
    color: #fff;
    text-align: left;
    display: block;
    margin: 0;
    font-family: 'OpenSans-Bold';
    line-height: 24px;
}

.table.table-cst th {
    border-bottom: 1px solid #ddd;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    font-family: 'OpenSans-Bold';
}

.table.table-cst th.thb-w-30 {
    width: 30%;
}

.table.table-cst th.thb-w-20 {
    width: 20%;
}

.table.table-cst th.thb-w-10 {
    width: 10%;
}

.table.table-cst th.thb-w-15 {
    width: 15%;
}

.table.table-cst th.thb-w-45 {
    width: 45%;
}

.table.table-cst th.thb-w-70 {
    width: 70%;
}

.table.table-cst th.thb-w-60 {
    width: 60%;
}

.table.table-cst td {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
    font-family: 'OpenSans';
}

.magento-opt-bx.maintenance-opt-bx .magento-opt-header-div {
    background-color: rgba(161, 68, 176, 1);
}

.magento-opt-bx.price-opt-bx .magento-opt-header-div {
    background-color: rgba(79, 68, 176, 1);
}

.magento-opt-bx.cro-opt-bx .magento-opt-header-div {
    background-color: rgba(15, 164, 73, 1);
}

.magento-opt-bx.payment-opt-bx .magento-opt-header-div {
    background-color: rgba(195, 129, 27, 1);
}

.table.table-new-mg td {
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    font-family: 'OpenSans-Bold';
    border: none;
}

.table.table-new-mg {
    margin: 9px 0 0;
}

.magento-inc-opts-root {
    padding: 30px 0 10px;
}

.magento-inc-opts-bx {
    position: relative;
    margin: 0 0 15px;
}

.magento-inc-opts-bx .magento-inc-header-div h3 {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
    font-family: 'OpenSans';
    background: #f2f2f2;
    border: 1px solid #ddd;
    margin: 0;
}

.table.table-new-inc {
    padding: 0;
    margin: 6px 0 0;
}

.table.table-new-inc td {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    border: none;
    font-weight: 400;
    font-family: 'OpenSans';
    word-break: break-word;
}

.table.table-new-inc .wdt-15 {
    width: 15%;
}

.table.table-new-inc .wdt-25 {
    width: 25%;
}

.table.table-new-inc .wdt-60 {
    width: 60%;
}

.table.table-new-inc td.qty-td {
    text-align: right;
}

.table.table-new-inc td.qty-td .mrl-5 {
    margin-left: 5px;
}

.table.table-new-inc .min-w80 {
    min-width: 80px;
}

.table.table-new-inc .min-w100 {
    min-width: 100px;
}

.table.table-new-inc .min-w160 {
    min-width: 160px;
}

.compose_main_tabs_smt ul.nav.subnav-tabs.magento-subnav-tabs {
    margin-top: 0;
}

.text-dts-installation-div.duplicate-mail-found-dv label.label-txt01 {
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'OpenSans';
    margin: 0 0 16px;
    color: #333;
}

.modal .duplicate-mail-found-dv .text-amount-group label {
    font-size: 16px;
    font-family: 'OpenSans';
}

.text-dts-installation-div.dplt-eml-fd-02-dv label {
    margin-bottom: 15px;
    line-height: 1.5;
    margin-top: 5px;
}

.text-dts-installation-div.dplt-eml-fd-02-dv .form-group .form-control {
    height: 50px;
}

.modal .duplicate-mail-found-dv .dplt-eml-fd-01-dv .text-amount-group {
    margin-bottom: 0;
}

.modal .duplicate-mail-found-dv .dplt-eml-fd-01-dv .blue_btn {
    top: -15px;
}

.red_white_btn.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: no-drop;
}

/* End of magento add estimate */

.colmn_five .viewtable_header {
    align-items: stretch;
}

.colmn_five .viewtable_header label {
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    text-align: center;
}

.table_top.top_optional_accessories_dv .table_top_cst_est_row {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
}

.table_top.top_optional_accessories_dv .table_top_cst_est_row .form-group {
    min-width: 305px;
    max-width: 100%;
}

.maintenance_box .pro_trow>div>div label {
    padding: 0;
}

.btn-primary-blue {
    border: 1px solid #169bd5;
    padding: 2px 10px 0;
    margin: 0;
    background-color: #169bd5;
    font-size: 13px;
    line-height: 1.5;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #fff;
    font-family: 'OpenSans-Semibold';
    font-weight: 400;
    text-transform: uppercase;
}

.btn-primary-blue:hover {
    background-color: #1885c2;
    border-color: #1885c2;
}

.edit_client_modal .btn-primary-blue {
    color: #fff;
    font-size: 13px;
    display: inline-flex;
    padding: 0 10px;
}

.edit_client_modal .btn-primary-blue:hover {
    color: #fff;
}

.add_new_div.add_new_customer_div {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
}

.system_box_appointment .custmor_box {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.system_box .custmor_box.custmor_mgto_new_box h5.magento_h5 {
    font-size: 16px;
}

.system_box .custmor_box.custmor_mgto_new_box hr.magento_hr {
    border-top-width: 2px !important;
}

.customer_info_mgto_box .order_detail_row {
    font-size: 14px;
    line-height: 1.6;
}

.system_collection .customer_info_mgto_box h3.sub-title {
    margin-bottom: 8px;
}

.magento_border_dv .magento_h5.magento_new_h5 b {
    font-weight: 700;
    font-family: 'OpenSans-bold';
}

.system_box.system_box_appointment .dataTables_wrapper {
    overflow-x: auto;
}

.system_order_mgto_result .order_detail_row {
    font-size: 16px;
    line-height: 1.6;
}

.magento_border_dv {
    border: 1px solid #c4d2da;
    padding: 15px;
    margin: 0 0 20px;
}

.magento_border_dv h5.magento_h5.magento_new_h5 {
    font-size: 14px;
    line-height: 1.4;
}

.cutomer-row-mgto-txt-dv .form-group.txt-group {
    margin: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.cutomer-row-mgto-txt-dv {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.cutomer-row-mgto-txt-dv .form-group.txt-group p {
    margin: 0;
}

.cutomer-row-mgto-txt-dv .cutomer-row-mgto-txt-row-dv {
    width: 100%;
    margin: 10px 0;
}

.cutomer-row-mgto-txt-dv .form-group.btn-group-mgto-dv {
    margin: 0;
}

.cutomer-row-mgto-txt-dv .form-group.btn-group-mgto-dv .blue_btn {
    min-width: 160px;
    text-align: center;
}

.product_zoompopup .modal-body .modal_cancel h4 {
    word-break: break-word;
}

.magento-opt-bx.included-opt-opt-bx .magento-opt-header-div {
    background-color: #1885c2;
}

.magento-opt-bx.included-opt-opt-bx .table.table-cst th {
    background: rgba(220, 224, 240, 1);
}

.home-services-login {
    padding: 40px 0;
}

.home-services-login-inner {
    padding: 30px 40px 40px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #797979;
    width: 530px;
    max-width: 100%;
}

.home-services-login-inner .img-div {
    margin: 0 0 45px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.home-services-login-inner .img-div .img-fluid {
    object-fit: contain;
}

.home-services-login-inner h1 {
    font-size: 30px;
    color: #333333;
    font-family: 'KumbhSans-Bold';
    margin: 0 0 30px;
    text-align: center;
}

.home-services-login-inner .form-div .form-group {
    margin-bottom: 25px;
}

.home-services-login-inner .form-div .form-group .form-control {
    border-radius: 0;
    border-color: #000000e6;
    color: #000000e6;
}

.home-services-login-inner .form-group .form_label {
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px;
}

.btn.btn-hs-submit {
    background: #f96302;
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    border-bottom: 5px solid #bb671a;
    border-radius: 0;
    padding: 5px 15px 4px;
    transition: 0.3s all;
    font-family: 'Helvetica Neue Medium';
}

.btn.btn-hs-submit:hover {
    background: #e97e24;
}

.home-services-login-inner .btn-cnt-group {
    width: 100%;
    padding: 15px 0 0;
}

.hd_notification_box {
    width: 600px;
    box-shadow: none;
    margin: 0 auto;
    padding: 40px 20px;
    max-width: 100%;
}

.hd_notification_box .hd_notification_top h2 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 15px;
    font-family: 'KumbhSans-Bold';
    text-align: center;
}

.hd_notification_box p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 15px;
    color: #333;
    text-align: left;
}

.hd_notification_box .notification_center_box label.label_txt {
    font-weight: 500;
    font-family: 'KumbhSans-Bold';
    color: #333;
    line-height: 1.5;
    text-align: center;
    display: block;
    margin: 0 auto 10px;
}

.hd_notification_box .notification_center_box {
    padding: 20px 0 15px;
}

.img_notification_dv .img_notify_view {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 10px;
    object-fit: contain;
    background: #eaeff8;
}

.hd_notification_box .btn-goto-center-dv {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.btn-goto-center-dv .go-home {
    border-radius: 25px;
    background-color: #4490c7;
    border: 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    padding: 13px 40px;
    transition: 0.5s all;
    margin: 20px auto 5px;
    display: inline-block;
}

.home-depot-body .btn-goto-center-dv .go-home {
    font-family: 'Helvetica Neue Medium';
    border: none;
    background-color: #f96302;
    color: #fff;
    box-shadow: inset 0 -3px 0 0 rgb(179 83 32);
    border-radius: 0;
    padding: 7px 30px !important;
    display: inline-flex;
    align-items: center;
}

.home-depot-body .red_radius_btn.homedepot-btn.hd-sign-quote-btn {
    box-shadow: none;
}

.cont_viewbtn.homedepot-btn {
    font-size: 12px;
    padding: 8px 14px 5px !important;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 1.5;
    font-family: 'Helvetica Neue Medium';
    font-weight: 500;
    letter-spacing: 0.3px;
    min-height: 34px;
}

.cont_viewbtn.homedepot-btn:hover {
    opacity: 1;
}

.modal.hd-popup .modal-header h4.modal-title {
    background: #f96303;
    padding-bottom: 12px;
}

.modal.hd-popup .modal-header h4.modal-title::before {
    background-color: #b35320;
}

.modal.hd-popup .payment_rdiv .custom_radio span::after {
    filter: drop-shadow(0px 3px 2.5px #f9630380);
    background-color: #f96303;
    border-color: #f96303;
}

.modal.hd-popup .payment_rdiv .custom_radio input[type="radio"]:checked+span:before {
    border-color: #f96303;
}

.modal.hd-popup .payment_rdiv {
    text-align: center;
    padding: 0;
}

.modal.hd-popup .modal-header .close {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
}

.hd-popup .btn-org-dv {
    margin-top: 10px;
}

.slt-pkg-hd-card {
    border: 1px solid #f96302;
    position: relative;
    margin: 10px 0 30px;
}

.slt-pkg-header-hd-card {
    padding: 9px 20px;
    position: relative;
    background: #f96302;
    color: #fff;
    text-align: center;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.slt-pkg-header-hd-card h3 {
    font-weight: normal;
    font-size: 21px;
    line-height: 1.5;
    margin: 0;
    font-family: 'HelveticaNeue';
}

.slt-pkg-hd-card .slt-pkg-body-hd-card {
    padding: 30px;
}

.opt-pkg-bx {
    padding: 20px;
    margin: 0 auto;
    position: relative;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    text-align: center;
    max-width: 100%;
}

.opt-pkg-bx h4 {
    font-family: 'HelveticaNeue';
    font-weight: 500;
    font-size: 21px;
    line-height: 1.5;
    color: #333;
}

.opt-pkg-bx p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
    margin: 0;
}

.opt-pkg-bx .desc-dv {
    margin: 15px 0 15px;
}

.opt-pkg-bx h4.price-h4 {
    margin: 0 0 20px;
}

.opt-pkg-bx .homedepot-btn {
    width: 100%;
}

.opt-pkg-bx.active {
    background-color: #f963021a;
    border: 1px solid #f96302;
}

.opt-pkg-bx.active h4 {
    color: #f96302;
}

.opt-pkg-bx.active p {
    color: #000;
}

body.hd-body-active.modal-open {
    overflow: hidden;
}

.modal-header.no-title-header {
    min-height: 18px;
}

.modal-header.no-title-header .close {
    top: 0;
    width: 36px;
    height: 36px;
    right: -18px;
    z-index: 1;
    background-color: rgb(249 99 2);
    font-size: 14px;
}

.slt-pkg-hd-card label.emis_title {
    color: #f96302;
    margin: 10px 0 20px;
    padding-top: 0;
    width: 100%;
}

.btn-org-dv .hd-sign-quote-btn {
    width: 250px;
    max-width: 100%;
}

.home-depot-body .proposals_view .view_ancor {
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0;
    font-family: 'Helvetica Neue Medium';
    padding: 10px 14px;
    border: none;
    background-color: #f96302;
    color: #fff;
    box-shadow: inset 0 -3px 0 0 rgb(179 83 32);
    text-decoration: none !important;
    margin-top: 8px;
    width: 100%;
    text-transform: uppercase;
}

.home-depot-body .proposals_view .view_ancor:hover {
    background-color: #f96302;
    color: #fff;
}

.main_dashbord .sidebar_menu li.magento-li a .tooltip_hover {
    min-width: 260px;
}

.forward_btn.btn_flex_group_est {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 8px;
}

.forward_btn.btn_flex_group_est a,
.forward_btn.btn_flex_group_est button {
    margin: 0 !important;
}

.forward_btn.btn_flex_group_est a.dark_btn[data-target="#cancelProposal"] {
    line-height: 24px;
    margin: 0 !important;
}

.modal.product_zoompopup img.image {
    object-fit: contain;
}

.proposal_table.warrenty_box h2.table_title {
    padding-top: 2px;
    padding-bottom: 6px;
}

.proposal_table.warrenty_box .pro_trow .first_div {
    min-height: 132px;
}

.single-slider-dv ul.slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 10px 0;
    column-gap: 10px;
}

.single-slider-dv ul.slick-dots>li>button {
    font-size: 0;
    border: none;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-flex;
    background: #ddd;
    line-height: 1;
    padding: 0;
    border: none;
    box-shadow: none;
}

.single-slider-dv ul.slick-dots>li {
    display: flex;
    flex-wrap: wrap;
    background: transparent;
    border: none;
}

.single-slider-dv ul.slick-dots>.slick-active>button {
    background: #1885c2;
    width: 10px;
    height: 10px;
}

.single-slider-dv .img-responsive {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.rdy-to-move-fw-dashboard .inner_title .cypers_air_logo {
    max-height: 55px;
    object-fit: contain;
}

.resetbtn.reset-btn-abs-tp-rt {
    top: 0;
    margin-top: -45px;
    margin-bottom: 15px;
}

.resetbtn.reset-btn-abs-tp-rt .reset_system {
    margin: 0;
    background: #2f8ace;
    text-transform: uppercase;
    padding: 10px 30px;
}

.home-depot-body .resetbtn.reset-btn-abs-tp-rt .reset_system {
    background: #f96302;

}

.system_selection_collection h3.sub-title {
    margin: 0;
    min-height: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.text-txt-credit-new-dv p {
    font-size: 12px;
    color: #333;
    font-family: "OpenSans-Semibold";
    margin: 0 0 10px;
    line-height: 1.5;
}

.home-depot-body .modal.modal-square .modal-header {
    padding: 0;
}

.home-depot-body .modal.modal-square .modal-dialog .modal-body {
    border-radius: 0;
}

.home-depot-body .modal.modal-square .modal-dialog {
    max-width: 800px;
}

.row-signature-pad-dv,
.add_client_btn {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.home-depot-body .row-signature-pad-dv,
.home-depot-body .add_client_btn {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}


.row-signature-pad-dv2,
.add_client_btn2 {
    max-width: 96%;
    width: 100%;
    margin: 0 auto;
}

.home-depot-body .modal.modal-square .modal-header .close {
    font-size: 20px;
    right: 15px;
    line-height: 1;
}

.home-depot-body .modal.modal-square .modal-dialog .modal-content {
    border-radius: 0;
}

.home-depot-body .modal.modal-square .modal-header .modal-title {
    background-image: linear-gradient(0deg, #f96302 0%, #f96302 55%, #f96302 100%);
    text-transform: none;
    padding-bottom: 10px;
    border-radius: 0;
    text-transform: capitalize;
}

.modal.modal-pdf .pdf-viewer-dv .pdf-iframe-view {
    height: 100vh;
    max-height: calc(100vh - 190px);
}

.doc-sign-header {
    background-color: #f96302;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    position: relative;
}

.doc-sign-header h3 {
    font-family: 'HelveticaNeue';
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
    font-weight: 700;
}

.doc-sign-body {
    padding: 30px 25px;
    margin: 0;
    position: relative;
    border: 1px solid #A1A1A1;
    border-top: none;
}

.doc-sign-brow h4 {
    color: #333;
    font-family: 'HelveticaNeue';
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 10px;
    font-weight: 700;
    display: block;
}

.doc-cbt-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 15px;
    margin: 0 0 25px;
}

.doc-cbt-row .desc-dv p {
    margin: 0;
    color: #333;
    font-size: 21px;
    line-height: 1.5;
    display: inline-block;
    font-family: 'Helvetica Neue';
    font-weight: 300;
}

.home-depot-body .doc-cbt-row .homedepot-btn {
    font-size: 21px;
}

.doc-cbt-row .desc-dv {
    padding: 0 0 0 10px;
}

.doc-sign-check-box-dv .custom_checkbox {
    color: #333;
    font-size: 21px;
    line-height: 30px;
    display: inline-block;
    font-family: 'Helvetica Neue';
    font-weight: 300;
    padding-left: 36px;
}

.home-depot-body .homedepot-btn.btn-big-homedepot {
    font-size: 21px;
    padding: 7px 30px !important;
}

.doc-sign-check-box-dv .custom_checkbox span::before {
    border-color: #a1a1a1;
    box-shadow: none;
    border-radius: 0;
    width: 24px;
    height: 24px;
    top: 2px;
}

.doc-sign-check-box-dv .custom_checkbox span::after {
    top: 2px;
    width: 24px;
    height: 24px;
    border-radius: 0;
    font-size: 18px;
    padding-top: 2px;
}

.row-magento-dv .mg-grid-left-dv {
    -ms-flex: 0 0 542px;
    flex: 0 0 542px;
    max-width: 542px;
}

.row-magento-dv .mg-grid-right-dv {
    -ms-flex: 0 0 calc(100% - 542px);
    flex: 0 0 calc(100% - 542px);
    max-width: calc(100% - 542px);
}

.row-magento-dv .thumbnail-slider-root .img-dv .img-fluid {
    width: 100%;
    height: 512px;
    object-fit: cover;
}

.row-magento-dv .thumbnail-slider-root iframe {
    height: 512px;
}

@media screen and (max-width: 380px) {
    .message-box .head-box-1 {
        padding: 10px 15px;
    }

    .message-box .head-box-1 li span {
        padding-left: 5px;
    }

    .message-box .head-box-1 li h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 580px) {

    .message-box .head-box-1 li h3 span.online,
    .message-box .head-box-1 li h3 span.offline {
        display: none;
    }

    .message-box .head-box-1 li span.online-mob,
    .message-box .head-box-1 li span.offline-mob {
        display: block;
    }

    .upload_files_new_dv {
        padding: 10px 0 5px;
    }

    .btn-group-new-estimate {
        margin-left: 0;
    }


}

@media only screen and (max-width: 991px) {
    .main-messenger {
        display: inline-block;
        width: 100%;
    }

    .message-box {
        width: 100%;
        border: 0;
    }

    .chat-list-box {
        width: 100%;
    }

    .chat-person-list {
        height: 350px;
    }

    /* .message-box.open-message-box {display: block !important;} */
    .message-box.empty-message-box {
        display: none;
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        width: 100%;
        height: 100%;
        padding-bottom: 15px;
    }

    .message-box .head-box-1 li {
        display: block;
    }

    .message-box .head-box-1 li a {
        display: inline-block;
        float: left;
    }

    .hd-popup .modal-dialog {
        padding-left: 10px;
        padding-right: 10px;
    }

    .opt-pkg-bx {
        padding: 15px;
    }

    .slt-pkg-hd-card .slt-pkg-body-hd-card {
        padding: 24px;
    }

    .slt-pkg-hd-card .slt-pkg-body-hd-card .row {
        margin-right: -12px;
        margin-left: -12px;
    }

    .slt-pkg-hd-card .slt-pkg-body-hd-card .row .col-md-6,
    .modal.hd-popup .payment_rdiv .col-sm-4,
    .modal.hd-popup .payment_rdiv .col-sm-12 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .home-depot-body .proposal_table::before,
    .home-depot-body .proposal_table.payment_box::after {
        opacity: 0;
    }

    body .value-pro-hm-root {
        padding: 20px;
    }

    body .value-pro-hm-card .value-pro-hm-title-card h3 {
        font-size: 18px;
    }

    body .value-pro-hm-card h4 {
        font-size: 16px;
    }

    body .value-pro-hm-card p {
        font-size: 14px;
    }

    .value-pro-hm-root .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .value-pro-hm-root .row .grid-col {
        padding-right: 10px;
        padding-left: 10px;
    }

    .system_selection_collection .grid-system-02 .resetbtn.reset-btn-abs-tp-rt {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 767px) {
    .message-box .received_msg {
        display: block;
        width: 100%;
    }

    .incoming_msg .received_withd_msg {
        flex-direction: column;
    }

    .outgoing_msg .received_withd_msg {
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
    }

    .message-box .incoming_msg,
    .message-box .outgoing_msg {
        width: 100%;
    }

    .message-box .msg_history h2 {
        font-size: 22px !important;
    }

    body .my_profile.compose_main_tabs_smt .resetbtn.reset-btn-abs-tp-rt {
        justify-content: flex-end;
        margin-top: -45px;
        margin-bottom: 15px;
    }

    body .my_profile.compose_main_tabs_smt .resetbtn.reset-btn-abs-tp-rt .reset_system {
        padding: 10px 24px;
        font-size: 14px;
        line-height: 20px;
    }

    body .my_profile.compose_main_tabs_smt .grid-system-02 .resetbtn.reset-btn-abs-tp-rt {
        margin-top: -10px;
    }
}

.letter_view.proposals_view.page_17 {
    border: 1px solid #dee7ec;
    border-radius: 12px;
    margin-bottom: 30px;
}

.letter_view.page_17.proposals_view .view_inner {
    margin-bottom: 0;
}

.letter_img {
    max-width: 200px;
}

.profile_inut_div {
    display: flex;
}

.profile_inut_div .profle_imgtag {
    width: 70px;
    padding-right: 10px;
    min-width: 70px;
}

.profile_inut_div .profle_imgtag img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #000;
}

.my_profile .form-group .profile_inputtag .form-control {
    padding-top: 8px;
    text-transform: capitalize;
}

.profile_inut_div .profile_inputtag {
    width: 100%;
}

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ajax_main_loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1111;
    pointer-events: none;
    border-radius: 10px;
    padding: 20px;
    display: none;
}

.ajax_main_loader .ajax_linner {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    font-family: 'OpenSans-Bold';
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
}

.ajax_main_loader .ajax_spinner {
    position: relative;
    margin: 0;
    padding-bottom: 50px;
}

.ajax_main_loader .ajax_spinner .loaderMsg {
    background-color: #0e71a5;
    padding: 20px 15px;
    color: #fff;
    border-radius: 10px;
}

.ajax_main_loader .ajax_spinner::before {
    content: "";
    height: 50px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-left-color: #2e88cd;
    animation-name: loader-spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    border-radius: 100%;
    left: 50%;
    bottom: 0;
    margin: -25px 0 0 -25px;
}

.viewtable_header.position-sticky {
    top: 12px;
    left: 0;
    right: 0;
    z-index: 3;
    background-color: #fff;
}

.blue_text .add_cart_label .cart_label {
    color: #0e71a5;
    text-decoration: underline !important;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.picker_modal.modal {
    overflow-y: hidden;
}

.picker_modal.modal .modal-body {
    overflow-y: auto;
    max-height: 70vh;
}

.form-group .form-control#reservationdate {
    background: transparent url(../images/calender_icon.svg) no-repeat right 15px center;
    background-size: 16px;
    padding-right: 40px;
}

.email_contact.invitaion_form {
    max-width: 800px;
    margin: 0 auto;
}

.email_contact.invitaion_form .form_label {
    width: 100%;
    text-align: left;
}

.forward_contect h5 {
    font-size: 18px;
    line-height: normal;
    color: #0e71a5;
    font-family: 'KumbhSans-Bold';
    margin: 20px 0 10px;
    font-weight: normal;
}

label.emis_title {
    font-size: 18px;
    line-height: normal;
    color: #0e71a5;
    font-family: 'KumbhSans-Bold';
    margin: 0 0 10px;
    font-weight: normal;
}

.cursorily {
    cursor: pointer;
}

.hov:hover {
    color: #000;
}

.ico-size {
    font-size: 16px;
}

.ico-size-month {
    font-size: 26px !important;
    line-height: 26px !important;
}

.ico-size-large {
    font-size: 40px !important;
    line-height: 30px;
}

.dtp_main {
    background: transparent url(../images/calender_icon.svg) no-repeat right 15px center;
    background-size: 16px;
    padding: 10px 40px 0 13px;
    font-family: 'Ubuntu-Light';
    width: 100%;
    color: #969696;
    box-shadow: none !important;
    filter: inherit;
    height: 46px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    font-size: 14px;
    cursor: pointer;
}

.dtp_main span,
.dtp_main i {
    display: inline-block;
    padding-right: 8px;
}

.dtp_modal-win {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #eeeeee;
    opacity: 0.6;
}

.dtp_modal-content {
    background-color: #f2f2f2;
    border-radius: 10px;
    max-width: 580px;
    position: absolute;
    z-index: 1056;
    font-size: 16px;
    font-weight: normal;
    width: calc(100% - 30px);
    left: 0 !important;
    margin: auto;
    top: 0 !important;
    bottom: 0;
    right: 0;
    border: 2px solid #000;
    padding: 20px;
    overflow-x: auto;
    height: 340px;
}

.dtp_modal-content-no-time {
    background-color: #fff;
    border-radius: 10px;
    width: 312px;
    position: absolute;
    z-index: 1000;
    top: 100px;
    left: 100px;
    font-size: 16px;
    font-weight: normal;
}

.dtp_modal-title {
    border-bottom: solid 3px #54646b;
    padding: 16px 36px;
    margin-bottom: 16px;
    font-size: 22px;
    display: none;
}

.dtp_modal-cell-date {
    width: 312px;
    float: right;
    margin-bottom: 22px;
    margin-top: 6px;
}

.dtp_modal-cell-time {
    width: 190px;
    float: left;
    direction: ltr;
    border-right: solid 1px #000;
}

.dtp_modal-months {
    color: #7d7d7d;
    text-align: center;
    font-size: 20px;
    padding: 0 20px;
}

.dtp_modal-months span {
    display: inline-block;
    padding: 10px 20px;
    width: 182px;
}

.dtp_modal-calendar {
    width: 266px;
    margin-left: 22px;
}

.dtp_modal-calendar-cell {
    width: 38px;
    padding: 4px 0;
    display: inline-block;
    text-align: center;
}

.dtp_modal-colored {
    color: #54646b;
}

.dtp_modal-grey {
    color: #7d7d7d;
}

.dtp_modal-cell-selected {
    background-color: #54646b;
    border-radius: 48%;
    transition: background-color 1s ease-out;
}

.dtp_modal-time-block {
    height: 212px;
    width: 190px;
}

.dpt_modal-button {
    background-color: #54646b;
    color: #fff;
    font-size: 24px;
    padding: 8px 40px;
    float: left;
    text-align: center;
    display: inline-block;
    margin-left: 22px;
    cursor: pointer;
    border: solid 1px #fff;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dtp_modal-time-line {
    text-align: center;
    color: #7d7d7d;
    font-size: 20px;
    padding-top: 15px;
}

.dtp_modal-time-mechanic {
    padding-top: 16px;
}

.dtp_modal-append {
    color: #7d7d7d;
    padding-left: 0;
    font-weight: normal;
    text-align: center;
}

.dtp_modal-midle {
    display: inline-block;
    width: 40px;
}

.dtp_modal-midle-dig {
    display: inline-block;
    width: 16px;
    text-align: center;
}

.dtp_modal-digits {
    font-size: 40px;
    text-align: center;
}

.dtp_modal-digit {}

.sign_custom .sign_custom_top {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    margin-bottom: 12px;
}

.sign_custom .sign_dateinput .datepicker_input {
    background-color: transparent;
    height: auto;
    padding: 0;
    background-image: none;
    max-width: 100px;
    text-align: right;
    font-family: 'OpenSans-Semibold';
}

.sign_custom .sign_check {
    padding: 10px 0;
}

.input-group.datetimepicker1>.form-control {
    border-radius: 8px;
    padding-right: 50px;
}

.input-group.datetimepicker1 .input-group-addon {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent url(../images/calender_icon.svg) no-repeat right 15px center;
    background-size: 16px;
    padding: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    z-index: 4;
}

.input-group.datetimepickerEditTime>.form-control {
    border-radius: 8px;
    padding-right: 50px;
}

.input-group.datetimepickerEditTime .input-group-addon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    z-index: 4;
    text-align: center;
    line-height: 47px;
}

.input-group.datetimepicker1 .input-group-addon .fa-calendar {
    display: none;
}

.bootstrap-datetimepicker-widget {
    padding: 20px !important;
    font-family: 'OpenSans';
    display: inline-block;
    width: 100%;
}

.bootstrap-datetimepicker-widget:before,
.bootstrap-datetimepicker-widget:after {
    content: none !important;
}

.zoom_btn_icon {
    font-size: 20px;
    cursor: pointer;
    text-align: right;
    margin-top: 10px;
}

.proposal_btn .fa-file-invoice-dollar {
    font-size: 17px !important;
    position: relative;
    top: 1px;
    color: #10bc28;
}

.proposal_btn .fa-file-alt {
    font-size: 17px !important;
    position: relative;
    top: 0;
}

.proposal_btn .add_link .fa-file-alt {
    color: #422ad9;
}

.pro_trow .first_div label:nth-child(2n+1) {
    background-color: #dff0f9;
}

.pink_box .pro_trow .first_div label:nth-child(2n+1) {
    background-color: #fff4f5;
}

.warrenty_box .pro_trow .first_div label:nth-child(2n+1) {
    background-color: #ecfdff;
}

.maintenance_box .pro_trow .first_div label:nth-child(2n+1) {
    background-color: #f0c9fb;
}

.price_box .pro_trow .first_div label:nth-child(2n+1) {
    background-color: #eaeff9;
}

.caserebate_box .pro_trow .first_div label:nth-child(2n+1) {
    background-color: #b5fdc6;
}

.payment_box .pro_trow .first_div label:nth-child(2n+1) {
    background-color: #fdf0e7;
}

.jquery-gdakram-tooltip {
    display: inline-block !important;
}

.maintenance_box .pro_trow label,
.maintenance_box .pro_trow>div>div,
.checkout-box .pro_trow label,
.checkout-box .pro_trow>div>div {
    padding: 10px 8px 10px;
}

.caserebate_box .pro_trow label,
.caserebate_box .pro_trow>div>div {
    padding: 50px 8px;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-width: .4rem .4rem 0;
    border-top-color: #2e88cd;
}

.tooltip-inner {
    background-color: #2e88cd;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #2e88cd;
}

.dashbord_box.max_width {
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
}

.modal.ays-popup .modal-dialog {
    max-width: 940px;
}

.modal.ays-popup .modal-header {
    padding: 0;
}

.modal.ays-popup .modal-header .modal-title {
    border-radius: 0px;
    border: 0;
    background-color: #0e71a5;
    background-image: none;
    padding: 20px;
}

.modal.ays-popup .modal-header .modal-title::before {
    display: none;
}

.modal.ays-popup .modal-dialog .modal-body {
    border-radius: 0px;
}

.modal.ays-popup .modal-header .close {
    background-color: transparent;
    padding: 0px;
    font-size: 30px;
    height: auto;
    width: auto;
    top: 9px;
    right: 30px;
}

.modal.ays-popup .modal-dialog .modal-body li b {
    font-weight: bold;
}

.modal.ays-popup .modal-dialog .modal-body>p span {
    color: red;
}

.modal.ays-popup .modal-dialog .modal-body ul {
    padding-left: 140px;
}

.popup-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}

.popup-btn a {
    display: inline-block;
    width: calc(50% - 10px);
    border: 1px solid;
    padding: 10px;
    text-align: center;
    color: #000;
    border-radius: 8px;
}

.customer_agreement .alfa_ul {
    list-style: lower-alpha;
}

.customer_agreement .alfa_ul.alfa_ul_no {
    list-style: auto;
}

.dots_ul {
    padding: 0 0 0 30px;
}

.dots_ul li {
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    padding-bottom: 15px;
}

.contact_date span {
    border-bottom: 1px solid #333;
    min-width: 150px;
    display: inline-block;
    padding-bottom: 1px;
    margin-left: 10px;
}

.pdf_tablediv {
    max-width: 550px;
    margin: 0 0 30px 30px;
}

.pdf_table {
    width: 100%;
}

.pdf_table th {
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    border: 0;
    padding: 8px 15px;
    width: 30%;
}

.pdf_table td {
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    font-weight: normal;
    border-bottom: 1px solid #333;
    padding: 8px 15px;
    width: 70%;
}

.page-no.mt-2 {
    margin: 0 !important;
    padding: 20px 0;
}

.page-no.mt-2 h4 {
    margin: 0;
}

.page-no.mt-2 p {
    margin: 0 0 0 0;
}

.black_checkbox.custom_checkbox span::before {
    border: 2px solid #000;
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
    background: #fff;
}

.black_checkbox.custom_checkbox span::after {
    background: transparent;
    color: #001f5f;
    font-size: 17px;
    left: 1px;
    top: 1px;
}

.proposal_table .first_div .mobile_stikydiv {
    background-color: #fff !important;
}

.proposal_table .mobile_stikydiv {
    font-size: 14px;
    color: #fffefe;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    background-color: #0e5b82 !important;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 5px 10px !important;
}

.payment_flex .payment-schedule-box {
    flex-wrap: inherit;
    padding-left: 60px;
}

.payment_flex .payment-schedule-box .payment-input {
    display: flex;
}

.payment_flex .payment-label {
    min-width: 180px;
}

.pro_trow .first_div {
    min-height: 210px;
}

.pro_trow .first_div2 {
    min-height: auto;
}

.pink_box .pro_trow .first_div,
.warrenty_box .pro_trow .first_div {
    min-height: 140px;
}

.maintenance_box .pro_trow .first_div {
    min-height: 190px;
}

.price_box .pro_trow .first_div {
    min-height: 80px;
}

.checkout-box .pro_trow .first_div {
    min-height: 160px;
}

div.dataTables_paginate {
    display: inline-block !important;
    padding: 15px 0 20px !important;
    text-align: center !important;
    width: 100%;
    float: none !important;
}

.dataTables_paginate .paginate_button.previous,
.dataTables_paginate .paginate_button.next {
    width: 40px;
    height: 40px;
    border-radius: 8px !important;
    box-shadow: 0px 5px 6.5px rgba(14, 113, 165, 0.17);
    background-color: #ffffff;
    border: 1px solid #0e71a5;
    font-size: 0;
    padding: 0;
    position: relative;
    line-height: 38px;
    color: #0e71a5;
    box-shadow: none;
    display: inline-block;
    text-align: center;
}

.dataTables_paginate .previous::before,
.dataTables_paginate .next::before {
    content: "\f359";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    font-size: 16px;
}

.dataTables_paginate .paginate_button.next::before {
    transform: rotate(180deg);
}

.dataTables_paginate .paginate_button {
    width: 40px;
    height: 48px;
    display: inline-block;
    padding: 0;
    border: 0;
    border-radius: 0 !important;
    color: #333333;
    font-family: 'Ubuntu-Bold';
    line-height: 43px;
    margin: 0 3px;
    text-align: center;
    box-shadow: none;
    vertical-align: middle;
    padding: 0 10px !important;
}

.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button:hover {
    box-shadow: 0px 5px 6.5px rgba(14, 113, 165, 0.24);
    background-color: #0e71a5;
    border-color: #0e71a5;
    color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #0e71a5;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: #0e71a5;
}

.action_btn>ul>li>a.estimate_btn {
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 14px;
    font-family: 'OpenSans-Semibold';
    padding: 4px 10px;
}

.action_btn>ul>li>a.estimate_btn i {
    margin-left: 8px;
}

.estimate_btn+.dropdown-menu {
    width: 220px;
}

.font-weight-bold {
    font-weight: normal !important;
    font-family: 'OpenSans-Bold';
}

.humburger_toggle {
    border: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-right: 20px;
    font-size: 30px;
    vertical-align: middle;
    padding: 0;
    line-height: normal;
    display: none;
    background: transparent;
    color: #4b98d4;
}

.humburger_toggle i {
    position: relative;
    top: -1px;
}

.client_header .humburger_toggle {
    color: #fff;
}


/*.dataTables_paginate ul.pagination .paginate_button.previous,
.dataTables_paginate ul.pagination .paginate_button.next {
	border: 0;
	height: auto;
	width: auto;
	filter: inherit;
	line-height: normal;
}*/

.proposal_table .propsal_next {
    position: absolute;
    right: 0;
    bottom: 7px;
    height: 24px;
    width: 31px;
    background-color: #0e5b82;
    min-width: 1px;
    cursor: pointer;
    border-radius: 15px 0 0 15px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    display: none;
}

.proposal_table_cyprus .propsal_next {
    position: absolute;
    right: 0;
    bottom: 7px;
    height: 24px;
    width: 31px;
    background-color: #0e5b82;
    min-width: 1px;
    cursor: pointer;
    border-radius: 15px 0 0 15px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}

.proposal_table .proposal_next i {

    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

.proposal_table_cyprus .proposal_next i {

    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
    }

    40% {
        -webkit-transform: translateX(4px);
    }

    60% {
        -webkit-transform: translateX(-4px);
    }
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateX(0);
    }

    40% {
        -moz-transform: translateX(4px);
    }

    60% {
        -moz-transform: translateX(-4px);
    }
}

@-o-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateX(0);
    }

    40% {
        -o-transform: translateX(4px);
    }

    60% {
        -o-transform: translateX(-4px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(4px);
    }

    60% {
        transform: translateX(-4px);
    }
}


/*.sticky_signbtn {
	position: fixed;
	right: -2px;
	top: 20%;
	height: 40px;
	width: 40px;
	border: 0;
	cursor: pointer;
	background-color: #438fc4;
	display: inline-block;
	border-radius: 5px 0 0 5px;
	z-index: 1;
}*/
.container_sticky {
    position: fixed;
    max-width: 1464px;
    margin: 0 auto;
    width: 100%;
    float: none;
    text-align: right;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    left: 50%;
    transform: translateX(-50%);
    bottom: 390px;
    pointer-events: none;
}

.sticky_signbtn {
    position: relative;
    /* right: 0; */
    /* bottom: 390px; */
    height: auto;
    width: auto;
    border: 0;
    cursor: pointer;
    background-color: #e9b61e;
    display: inline-block;
    border-radius: 0;
    z-index: 1;
    color: #fff;
    font-family: 'OpenSans-Semibold';
    padding: 8px 20px 8px 10px;
    text-transform: uppercase;
    pointer-events: all;
}

.sticky_signbtn::before {
    content: "";
    border: 20px solid transparent;
    position: absolute;
    left: -39px;
    top: 50%;
    border-right-color: #e9b61e;
    transform: translateY(-50%);
}

.custom-estimte-btn {
    background-color: #b83137 !important;
}

.custom-estimte-btn::before {
    border-right-color: #b83137 !important;
}

.action_btn.min_width {
    min-width: 320px;
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-left: 3px;
    color: #9a9a9a;
}

table.dataTable thead .sorting::after {
    content: "\f309";
    opacity: 0.8;
}

table.dataTable thead .sorting_asc::after {
    content: "\f30c";
}

table.dataTable thead .sorting_desc::after {
    content: "\f309";
}

table.dataTable tr.child span.dtr-title {
    font-family: 'Ubuntu-Bold';
    font-weight: normal !important;
    padding-right: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #0e71a5 !important;
    border: 1px solid #0e71a5;
    background: #ffffff;
    box-shadow: none;
}

.ancor_black a {
    color: inherit;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    /*box-sizing: border-box;*/
}

/*#add_appointment_popup form {
    min-height: 320px;
}*/

.my_profile #customerAccountForm .select2-container--default .select2-selection {
    border-radius: 30px;
    border: 1px solid #cfcfcf;
}

.my_profile #customerAccountForm .select2-container--default .select2-selection .select2-selection__rendered {
    padding-top: 7px;
    color: #333333;
    font-family: 'Ubuntu-Medium';
    font-size: 16px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control::before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control::before {
    cursor: pointer;
}

.agreement_logo.pt-3 {
    position: relative;
    left: -36px;
}

.compose_tabs .nav-tabs .nav-link:not(.disabled) {
    cursor: pointer !important;
}

.red_white_btn.font_14,
.red_radius_btn.font_14 {
    font-size: 13px;
    padding: 6px 14px;
    vertical-align: middle;
}

.red_radius_btn.font_14 {
    border: 1px solid #c91d31;
}

.agreement_logo .company_logo_custom {
    height: 75px;
}

.make_pbtn {
    color: #333;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 25px;
    background-color: #10bc281a;
    border: 1px solid #10bc28;
    display: inline-block;
    font-size: 13px;
    padding: 6px 14px;
    vertical-align: middle;
}

.make_pbtn .fas.fa-file-invoice-dollar {
    color: #333;
}

.make_pbtn .fas.fa-file-invoice-dollar {
    color: #333;
}

.cont_viewbtn {
    color: #333;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 25px;
    background-color: #d5e4ec61;
    border: 1px solid #333;
    display: inline-block;
    font-size: 11px;
    padding: 6px 14px;
    vertical-align: middle;
}

.cont_viewbtn:hover {
    background-color: #333;
    color: #fff;
}

.view_bluebtn {
    color: #418cbe;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 25px;
    background-color: #418cbe21;
    border: 1px solid #3f8abc;
    display: inline-block;
    font-size: 13px;
    padding: 6px 14px;
    vertical-align: middle;
}

.customer_agreement .signature_box h6 {
    font-size: 13px;
    line-height: normal;
    font-family: 'OpenSans';
}

.customer_agreement .signature_box h6 i {
    font-style: normal;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}

table.dataTable.coman_datatable th.count_th {
    min-width: 50px !important;
    text-align: center;
    width: 70px !important;
}

table.dataTable.coman_datatable2 th.count_th {
    min-width: 50px !important;
    text-align: center;
    width: 70px !important;
}

table.dataTable.coman_datatable3 th.count_th {
    min-width: 50px !important;
    text-align: center;
    width: 70px !important;
}

.system_mspan {
    text-transform: uppercase;
    font-family: 'OpenSans-Semibold';
    color: #fff;
    background-color: #0e71a5;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 6px 10px;
    display: none;
}

.thank_desc {
    margin: 0 0 10px;
    color: green;
    font-family: 'OpenSans-Semibold';
    text-decoration: underline;
}

.guarantee_bkg {
    background: url(../images/guarentees_shape.png) no-repeat top;
    background-size: cover;
    text-align: center;
    min-height: 496px;
    padding: 66px 0 0;
}

.guarantee_row1.shape {
    text-align: center;
}

.shape.guarantee_row1 .guarantee_box {
    display: inline-block;
    width: 100%;
    max-width: 380px;
    vertical-align: top;
    padding: 0 15px;
    margin-bottom: 40px;
}

.guarantee_bkg h3 {
    color: #fff;
    font-family: 'OpenSans-Bold';
    margin: 0;
    text-transform: uppercase;
    font-size: 30px;
}

.guarantee_bkg h5 {
    text-transform: uppercase;
    margin: 40px 0 10px;
    font-family: 'OpenSans-Semibold';
    color: #3ca7de;
}

.guarantee_bkg .guarantee_content {
    font-size: 11px;
    padding: 0 45px;
}

.email_contact.invitaion_form .error {
    display: inline-block;
    width: 100%;
    text-align: left;
}

table.dataTable.nowrap td.child {
    white-space: normal;
}

table.dataTable>tbody>tr.child ul.dtr-details>li span {
    display: inline-block;
    vertical-align: middle;
}

.bootstrap-datetimepicker-widget {
    list-style: none;
    float: none !important;
    height: 250px !important;
    max-height: inherit !important;
    overflow-x: auto;
}

.email_contact.invitaion_form .recommendValidatino+.error,
.email_contact.invitaion_form .recommendValidatino+.error+.error {
    text-align: center;
}

.action_btn>ul>li>a.width_auto {
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: normal;
    padding: 3px 10px;
    text-transform: capitalize;
    font-family: 'OpenSans-Semibold';
}

.border_s1 {
    border-top: 1px solid #333;
    margin: 20px 0;
}

.payment_rdiv .custom_radio .split_icon img {
    max-width: 110px;
}

.split_paymentbox {
    max-width: 750px;
    width: 100%;
    border: 1px solid #0e71a5;
}

.split_paymentbox .spllit_pheader {
    background-color: #0e71a5;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'OpenSans-Semibold';
    color: #fff;
    padding: 12px 18px 11px;
    text-align: center;
}

.split_paymentbox .split_pbody {
    padding: 30px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 500px;
    margin: 1em auto;
}

#split_chart {
    height: 300px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.split_amuinfo li {
    display: inline-block;
    margin-right: 20px;
    font-family: 'OpenSans-Semibold';
    list-style: none;
}

.split_amuinfo li.orenge_label {
    color: #E64C3C;
}

.split_box {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.split_box h3 {
    margin: 0 0 10px;
    font-size: 14px;
    font-family: 'OpenSans-Semibold';
}

.split_box .split_row {
    display: flex;
    padding-bottom: 30px;
    width: 100%;
}

.split_row .split_icon {
    width: 100px;
    padding-right: 20px;
}

.split_row .split_right {
    width: calc(100% - 100px);
}

.split_row .split_right h2 {
    font-size: 16px;
    font-family: 'OpenSans-Semibold';
    margin: 0 0 15px;
}

.split_range .ui-slider {
    background-color: #ffcd56;
    height: 30px;
    border: 1px solid #777;
}

.split_range .ui-slider .ui-slider-range {
    background-color: #fff;
}

.split_range .ui-slider .ui-slider-handle {
    width: 25px;
    height: 41px;
    border: 1px solid #333;
    top: -7px;
    background-color: #fff;
    border-radius: 5px;
    margin-left: -1px;
}

.split_range {
    width: 100%;
}

.split_range .slider-box {
    display: flex;
    width: 100%;
}

.split_range .ui-slider {
    background-color: #ffcd56;
    height: 30px;
    border: 1px solid #777;
    width: calc(100% - 120px);
    margin-right: 20px;
}

.split_range .slider-box>input {
    width: 100px;
    font-size: 14px;
    padding: 0 10px;
}

.split_box select {
    font-family: 'OpenSans-Semibold';
    font-size: 14px;
    height: 36px;
    padding: 0 40px 0 10px;
    width: 150px;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url(../images/select-icon.svg) no-repeat right 15px center;
    background-size: 13px;
    border: 1px solid #777;
    margin: 10px 0;
}

.al-range-slider {
    --color_background: #fffcf2;
    --color_surface: #ccc4b8;
    --color_main: #6c6760;
    --color_primary: #ff3f00;
    --color_primary_light: #ffba08;
    --color_primary_dark: #d00000;
    --color_secondary: #252422;
    box-sizing: border-box;
    color: var(--color_main);
    display: flex;
    flex-wrap: wrap;
    font-size: 10px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

@media screen and (max-width:425px) {
    .al-range-slider {
        font-size: 9px
    }
}

@media screen and (max-width:375px) {
    .al-range-slider {
        font-size: 8px
    }
}

.al-range-slider_vertical {
    grid-gap: 0 1em;
    display: grid;
    gap: 0 1em;
    grid-auto-columns: minmax(4.8em, 1fr);
    grid-auto-flow: column;
    grid-template-columns: auto;
    grid-template-rows: repeat(auto-fill, minmax(3.6em, 1fr));
    height: 100%;
    min-height: 20em
}

.al-range-slider_dark {
    --color_background: #363030;
    --color_surface: #0b0b0a;
    --color_main: #ccc4b8;
    --color_primary: #ff3f00;
    --color_primary_light: #ffba08;
    --color_primary_dark: #d00000;
    --color_secondary: #fffcf2
}

.al-range-slider_disabled {
    --color_primary: #ccc5b9;
    --color_primary_light: #ccc5b9;
    --color_primary_dark: #ccc5b9;
    filter: opacity(.5);
    pointer-events: none
}

.al-range-slider__track {
    border-radius: 1em;
    box-shadow: inset 0 0 .2em .1em var(--color_surface);
    cursor: pointer;
    height: 1.2em;
    margin: 0 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.al-range-slider_vertical .al-range-slider__track {
    grid-column: 1/2;
    grid-row: 1/-1;
    height: 100%;
    margin: 0 10em;
    width: 1.2em
}

.al-range-slider__grid {
    font-size: 1.2em;
    height: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    display: none;
}

.al-range-slider__grid-tick {
    background: var(--color_surface);
    display: inline-block;
    height: 50%;
    position: absolute;
    top: 100%;
    width: 1px
}

.al-range-slider__grid-tick:first-child,
.al-range-slider__grid-tick:last-child {
    background: none
}

.al-range-slider__grid-tick_long {
    height: 100%
}

.al-range-slider_vertical .al-range-slider__grid-tick {
    height: 1px;
    left: 100%;
    top: auto;
    width: 50%
}

.al-range-slider_vertical .al-range-slider__grid-tick_long {
    width: 100%
}

.al-range-slider__grid-mark {
    display: none;
    padding: 0 .5em;
    position: absolute;
    top: 100%;
    transform: translate(-50%, 50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.al-range-slider__grid-mark:hover {
    color: var(--color_secondary)
}

.al-range-slider__grid-mark_hidden {
    display: none
}

.al-range-slider_vertical .al-range-slider__grid-mark {
    left: 100%;
    padding: .3em .5em;
    top: 0;
    transform: translateY(-50%)
}

.al-range-slider__bar {
    background: #ffcd56;
    border-radius: 5px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
}

.al-range-slider_vertical .al-range-slider__bar {
    background: linear-gradient(0deg, var(--color_primary_dark), var(--color_primary_light));
    bottom: 0;
    height: 0%;
    top: auto;
    width: 100%
}

.al-range-slider_dark .al-range-slider__bar {
    box-shadow: inset 0 0 .2em var(--color_surface), 0 0 .2em var(--color_primary)
}

.al-range-slider__knob {
    background: #fff;
    border: 1px solid #777;
    border-radius: 5px;
    cursor: pointer;
    height: 40px;
    left: 0;
    position: absolute;
    top: 50%;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2.5em;
    z-index: 2;
    transform: translateY(-50%);
    margin-left: -1px;
}

.al-range-slider_vertical .al-range-slider__knob {
    bottom: 0;
    left: 50%;
    top: auto;
    transform: translate(-50%, 50%)
}

.al-range-slider__tooltip {
    background: var(--color_background);
    border-radius: .6em;
    bottom: 200%;
    box-shadow: inset 0 0 .2em .1em var(--color_surface);
    display: inline-block;
    font-size: 1.2em;
    left: 50%;
    padding: .5em;
    position: absolute;
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 3;
    display: none;
}

.al-range-slider__tooltip_hidden {
    visibility: hidden
}

.al-range-slider_vertical .al-range-slider__tooltip {
    bottom: auto;
    left: auto;
    right: 200%;
    text-align: right;
    top: 50%;
    transform: translateY(-50%)
}

.al-range-slider__input {
    background: inherit;
    border: 0;
    border-radius: .84em;
    color: var(--color_main);
    display: block;
    flex: 1;
    font-family: Fira Mono, Consolas, monospace;
    font-size: 1.2em;
    margin: 0 .84em .84em 0;
    max-height: 2.17em;
    max-width: 10em;
    min-width: 4em;
    outline: none;
    padding: .5em 1em;
    width: 100%;
}

.al-range-slider__input:focus,
.al-range-slider__input:hover {
    box-shadow: inset 0 0 .2em .1em var(--color_surface), 0 0 0 .1em var(--color_secondary);
    color: var(--color_secondary)
}

.al-range-slider__input:disabled {
    box-shadow: inset 0 0 .1rem .1rem var(--color_surface);
    pointer-events: none
}

.al-range-slider__input::-moz-placeholder {
    color: var(--color_surface)
}

.al-range-slider__input:-ms-input-placeholder {
    color: var(--color_surface)
}

.al-range-slider__input::placeholder {
    color: var(--color_surface)
}

.al-range-slider__input_hidden {
    display: none
}

.al-range-slider_vertical .al-range-slider__input {
    margin: 0 0 .84em
}

.split_div .al-range-slider {
    align-items: center;
}

.split_div .al-range-slider__track {
    width: calc(100% - 120px);
    margin-right: 20px;
    height: 30px;
    border: 1px solid #777;
    box-shadow: none;
    border-radius: 5px;
}

.split_div .al-range-slider__input {
    width: 100px;
    margin: 0;
    height: 30px;
    border: 1px solid #777;
    border-radius: 5px;
    max-height: inherit;
    color: #000;
    font-size: 14px;
}

.check_split .al-range-slider__bar {
    background-color: #ff9f40;
}

.finance_split .al-range-slider__bar {
    background-color: #91cc45;
}

.radius_25 {
    border-radius: 25px;
}

.blue_radius_btn {
    border-radius: 25px;
    background-color: #438ec3;
    border: 0;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 30px;
    transition: 0.5s all;
}

.split_div {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.split_div .slider.ui-slider {
    width: calc(100% - 130px);
    margin-right: 20px;
    height: 30px;
    border: 1px solid #777;
    box-shadow: none;
    border-radius: 0;
    background: #ffcd56;
}

.split_div .ui-slider .ui-slider-range {
    background: #fff;
    border-radius: 5px;
}

.split_div .ui-slider .ui-slider-handle {
    background: #fff;
    border: 1px solid #777;
    border-radius: 5px;
    cursor: pointer;
    height: 40px;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 25px;
    z-index: 2;
    top: -6px;
    margin: 0 0 0 -1px;
}

.split_div .slidervalue {
    width: 100px;
    margin: 0;
    height: 30px;
    border: 1px solid #777;
    border-radius: 0;
    max-height: inherit;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    padding: 0 10px;
    font-family: 'OpenSans-Semibold';
}

.check_split.split_div .slider.ui-slider {
    background: #ff9f40;
}

.finance_split.split_div .slider.ui-slider {
    background: #91cc45;
}

.split_check {
    min-width: 40px;
    padding-right: 10px;
}

.split_check label input[type=checkbox]:checked+.fa-lock-open:before {
    content: "\f023";
}

.split_check label {
    position: relative;
    margin: 0;
    font-size: 20px;
    cursor: pointer;
}

.split_check label input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.right_split {
    width: calc(100% - 40px);
}

.font-12 {
    font-size: 12px;
}

.split_paymentbox .split_pbody .error {
    display: inline-block;
    width: 100%;
}

.payment-schedule-box h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 15px 0 0;
    font-family: 'OpenSans-Semibold';
}

.proposals_view.p-0.border_1 {
    border: 1px solid #dee7ec;
    border-radius: 8px;
}

.submit_cancelbtn .red_radius_btn {
    font-size: 14px;
    padding: 10px 30px;
}

.total_ptitle {
    text-transform: uppercase;
    font-family: 'OpenSans-Semibold';
    padding: 10px 0;
}

.payment-input .ndolar_input {
    width: 183px;
}

.header_dancor a {
    color: #fff;
    text-decoration: underline !important;
    font-size: 14px;
}

.noHand .custom_checkbox {
    cursor: inherit;
}

.new_grand {
    border-radius: 0 8px 8px 0;
}

.new_grand>.pt-3.pb-3 {
    text-align: left !important;
    max-width: 500px;
}

.new_grand .grand_total {
    display: inline-block;
    padding-bottom: 15px;
    width: 100%;
}

.new_grand .grand_total .grand_label {
    background-color: transparent;
    padding: 0;
    border: 0;
}

.new_grand .grand_total .grand_amunt {
    padding: 0;
    border: 0;
    background-color: transparent;
    filter: inherit;
}

.new_grand .grand_total p.grand_amunt {
    margin: 0;
    border: 1px solid #fff;
    padding: 5px 15px;
    border-radius: 8px;
}

.checkbox_ctable input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
}

.checkbox_ctable span {
    cursor: pointer;
    position: relative;
    height: 26px;
    width: 26px;
    display: inline-block;
    vertical-align: middle;
}

.checkbox_ctable span::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 0;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #a8bac3;
}

.checkbox_ctable span::after {
    content: "\f00c";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    color: #3fa0d4;
    opacity: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

.checkbox_ctable input[type="Checkbox"]:checked+span::after {
    opacity: 1;
}

.new_grand li {
    list-style: none;
    display: inline-block;
    width: 100%;
    position: relative;
    color: #333;
    margin-bottom: 21px;
    font-family: 'Ubuntu-Regular';
    font-size: 13px;
    padding-bottom: 20px;
}

.new_grand li:not(:last-child)::before {
    content: "";
    width: 49px;
    height: 1px;
    background-color: #9dbdce;
    position: absolute;
    bottom: 0;
    left: 0;
}

.new_grand li b {
    display: inline-block;
    width: 100%;
    font-family: 'OpenSans-Semibold';
    padding: 5px 0 0;
    font-size: 16px;
}

.dashbord_box .dashboard_top>a {
    color: #2982c2;
    font-family: 'OpenSans-Semibold';
    font-size: 14px;
    text-decoration: underline !important;
}

.proposal_table.pink_box .mobile_stikydiv img,
.proposal_table.warrenty_box .mobile_stikydiv img,
.proposal_table.price_box .mobile_stikydiv img,
.proposal_table.maintenance_box .mobile_stikydiv img,
.proposal_table.caserebate_box .mobile_stikydiv img,
.proposal_table.checkout-box .mobile_stikydiv img,
.proposal_table.payment_box .mobile_stikydiv img {
    display: none;
}

.new_apacake input::-webkit-input-placeholder {
    color: #222;
}

.new_apacake input::-moz-placeholder {
    color: #222;
}

.new_apacake input:-ms-input-placeholder {
    color: #222;
}

.new_apacake input:-moz-placeholder {
    color: #222;
}

.package_select {
    display: flex;
    width: 100%;
    max-width: 350px;
    padding-top: 6px;
}

.package_select .custom_select {
    width: 50%;
    padding-right: 7px;
}

.package_select select {
    background-color: #fff;
    border: 1px solid #222;
    color: #222;
    border-radius: 0;
    height: 26px;
    padding: 3px 15px 3px 2px;
    width: 100%;
}

.package_select .custom_input {
    width: 50%;
    padding-left: 7px;
}

.package_select input {
    background-color: #fff;
    border: 1px solid #222;
    color: #222;
    border-radius: 0;
    height: 26px;
    padding: 3px 7px;
    width: 100%;
    font-size: 14px;
}

.cont_viewbtn.send_btn {
    padding: 12px 40px;
    font-size: 16px;
    vertical-align: inherit;
}

.package_select select {
    background-color: #fff;
    border: 1px solid #222;
    color: #222;
    border-radius: 0;
    height: 26px;
    padding: 3px 15px 3px 2px;
    width: 100%;
    font-size: 14px;
}

.good_select {
    max-width: 450px;
    width: 100%;
    display: flex;
}

.good_select select {
    background-color: #fff;
    border: 1px solid #222;
    color: #222;
    border-radius: 0;
    height: 36px;
    padding: 3px 15px 3px 10px;
    width: 100%;
}

.good_select .select_tag:nth-child(1) {
    width: 50%;
    padding-right: 10px;
}

.good_select .select_tag:nth-child(2) {
    padding-left: 10px;
    width: 50%;
}

.navlink_add {
    color: green;
    display: inline-block;
    padding: 0 10px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 18px;
}

.tab-content.package_content {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 20px 30px;
}

.red_radius_btn.font_15 {
    font-size: 15px;
    letter-spacing: 0;
    padding: 12px 30px;
}

.borderspace_1 {
    margin: 20px 0;
    border-top: 1px solid #ddd;
}

.addrow_box {
    border: 1px solid #333;
    margin-left: 30px;
}

.addrow_system {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #333;
    position: relative;
}

.addrow_system:last-child {
    border-bottom: 0;
}

.addrow_system .add_column {
    width: 13%;
    border-left: 1px solid #333;
    padding: 7px 10px;
    font-size: 13px;
    min-height: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.addrow_system .add_column select {
    background-color: #fff;
    border: 1px solid #222;
    color: #222;
    border-radius: 0;
    height: 26px;
    padding: 3px 15px 3px 2px;
    width: 100%;
    font-size: 14px;
}

.addrow_system .add_column .package_select {
    padding: 0;
}

.addrow_system .add_column:first-child,
.addrow_system .remove_system+.add_column {
    width: 30%;
    border-left: 0;
}

.addrow_system .add_column:last-child {
    width: 18%;
}

.addrow_system .add_column label {
    word-break: break-all;
}

.addrow_system .add_column input {
    background-color: #fff;
    border: 1px solid #222;
    color: #222;
    border-radius: 0;
    height: 26px;
    padding: 7px;
    width: 100%;
    font-size: 14px;
}

.addrow_system .remove_system {
    position: absolute;
    left: -30px;
    top: 8px;
}

.addrow_system .remove_system button {
    border: 0;
    background-color: transparent;
    padding: 0;
}

.addrow_system .remove_system button i {
    color: #fff;
    background-color: red;
    height: 24px;
    width: 24px;
    border-radius: 5px;
    line-height: 23px;
}

.addp_system button {
    border: 0;
    background-color: transparent;
    color: #333;
    text-transform: capitalize;
    font-size: 14px;
    padding: 0;
}

.addp_system button i {
    color: green;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    top: -2px;
}

.optional_add {
    display: flex;
    align-items: center;
}

.optional_input {
    width: 300px;
    margin-right: 20px;
}

.optional_input input {
    height: 40px;
    font-size: 14px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #333;
}

.addrow_warrenty {
    position: relative;
}

.addrow_warrenty .remove_system {
    position: absolute;
    left: -30px;
    top: 8px;
}

.addrow_warrenty .remove_system button {
    border: 0;
    background-color: transparent;
    padding: 0;
}

.addrow_warrenty .remove_system button i {
    color: #fff;
    background-color: red;
    height: 24px;
    width: 24px;
    border-radius: 5px;
    line-height: 23px;
}

.addrow_warrenty {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #333;
}

.addrow_warrenty:last-child {
    border-bottom: 0;
}

.addrow_warrenty .add_column {
    width: 35%;
    border-left: 1px solid #333;
    padding: 7px 10px;
    font-size: 13px;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.addrow_warrenty .add_column:first-child,
.addrow_warrenty .remove_system+.add_column {
    width: 65%;
    border-left: 0;
}

.addrow_warrenty select,
.addrow_warrenty input {
    background-color: #fff;
    border: 1px solid #222;
    color: #222;
    border-radius: 0;
    height: 26px;
    padding: 0 7px;
    width: 100%;
    font-size: 14px;
}

.addrow_warrenty .package_select {
    padding: 0;
}

.package_table .ptable_row {
    display: flex;
    border-bottom: 1px solid #bbdbec;
    position: relative;
}

.package_table .ptable_row .remove_system {
    position: absolute;
    left: -30px;
    top: 10px;
}

.ptable_row .remove_system button {
    border: 0;
    background-color: transparent;
    padding: 0;
}

.ptable_row .remove_system button i {
    color: #fff;
    background-color: red;
    height: 24px;
    width: 24px;
    border-radius: 5px;
    line-height: 23px;
}

.package_table {
    border: 1px solid #bbdbec;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-left: 35px;
}

.package_table .ptable_row:last-child {
    border-bottom: 0;
}

.package_table .ptable_th {
    font-size: 14px;
    line-height: normal;
    border-right: 1px solid #bbdbec;
    font-family: 'OpenSans-Semibold';
    color: #333;
    padding: 14px 20px 15px;
    position: relative;
    right: -1px;
    width: 50%;
    text-align: right;
}

.package_table .ptable_td {
    font-size: 14px;
    line-height: normal;
    font-family: 'OpenSans-Semibold';
    color: #333;
    padding: 14px 20px 15px;
    position: relative;
    right: -1px;
    width: 50%;
    text-align: center;
}

.package_table .ptable_td.red_label {
    color: #cf2337;
}

/* .package_table select {
    background-color: #fff;
    border: 1px solid #222;
    color: #222;
    border-radius: 0;
    height: 26px;
    padding: 3px 15px 3px 2px;
    width: 100%;
    font-size: 14px;
    max-width: 200px;
} */

.notes_table {
    border: 1px solid #bbdbec;
    border-radius: 8px;
    padding: 15px 20px;
    min-height: 400px;
}

.edit_finabtn {
    background-color: #b1d99f;
    border: 1px solid #355500;
    color: #355500;
}

.edit_finabtn i {
    margin-right: 7px;
}

.edit_finabtn:hover {
    background-color: #355500;
    color: #fff;
}

.chekbox_border {
    border: 1px solid #333;
    margin: 30px 0 40px;
}

#remove_popup.modal .modal-dialog {
    max-width: 460px;
}

#accessories_popup.modal .modal-dialog {
    max-width: 980px;
}

#discount_popup.modal .modal-dialog {
    max-width: 500px;
}

.float_none {
    float: inherit !important;
}

.card.msgPage .card-body {
    padding: 0;
}

.msg_historycon h2 {
    font-size: 26px;
    color: #333333;
    font-family: 'KumbhSans-Bold';
    margin: 30px 0 0;
    position: relative;
}

.msg_historycon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    padding: 0 15px;
}

.comments_icon {
    font-size: 50px;
    color: #166a9b;
}

.comments_icon img {
    width: 450px;
}

.comments_icon .fa-comments {
    background: url(../images/startchat.svg) no-repeat center;
    height: 210px;
    max-width: 420px;
    width: 100%;
}

.comments_icon .fa-comments:before {
    content: none;
}

.msg_historycon p {
    max-width: 470px;
    margin: 7px auto 0 auto;
    color: #686868;
}

.product_zoompopup.modal .modal-dialog {
    max-width: 1100px;
}

.product_zoompopup .modal-body h4 {
    font-size: 16px;
    color: #333;
    font-family: 'OpenSans-Bold';
    margin: 0 0 15px;
    display: inline-block;
    width: 100%;
    word-break: break-word;
    vertical-align: middle;
}

.product_zoompopup {
    font-size: 14px;
}

.product_alink {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 14px;
    color: #333;
    text-decoration: underline !important;
    font-family: 'OpenSans-Semibold';
}

.product_alink i {
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    width: 30px;
}

.product_alink .fa-file-pdf {
    color: #d20000;
}

.product_alink .fa-play-circle {
    color: #999;
}

.product_zoompopup .modal-body h5 {
    font-size: 14px;
    color: #333;
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
    font-family: 'OpenSans-Semibold';
}

.ProductFeatures strong {
    font-size: 14px;
    color: #333;
    display: inline-block;
    width: 100%;
    font-family: 'OpenSans-Semibold';
}

.ProductFeatures ul {
    margin-bottom: 20px;
}

.ProductFeatures ul li {
    position: relative;
    padding-left: 22px;
    list-style: none;
    margin-bottom: 7px;
}

.ProductFeatures ul li::before {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 7px;
    border: 1px solid #333;
    background-color: #333;
    border-radius: 100%;
}

.product_border1 {
    border: 1px solid #2780c0;
    margin: 15px 0;
}

.Notes p small {
    font-size: 12px;
}

.modal-open header {
    right: 15px;
}

.sitebanner {
    background-color: transparent !important;
    position: fixed;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.sitebanner h4 {
    font-size: 16px;
    font-family: 'KumbhSans-Bold';
    margin: 0;
    position: relative;
    background-color: #0f3a50;
    color: #fff;
    font-weight: normal;
    padding: 10px 15px;
    border-radius: 5px;
}

.chat-person-list>h3 {
    font-size: 16px;
    color: #fff;
    margin: 0;
    position: relative;
    padding: 20px 10px;
    background-color: #2982c3;
    font-family: 'OpenSans-Semibold';
    text-align: center;
}

.pro_trow .second_div {
    transition: 0.4s all;
}

.system_custom .pro_trow .first_div {
    padding-left: 0;
}

.view_ancor {
    display: inline-block;
    text-decoration: underline !important;
    color: #0e5b82;
    font-family: 'OpenSans-Semibold';
    text-transform: capitalize;
    cursor: pointer;
}

.check_status {
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.check_status i {
    color: #24a12c;
    font-size: 30px;
}

.check_status a {
    font-family: 'OpenSans-Semibold';
    color: #333;
    text-decoration: underline !important;
    text-transform: capitalize;
}

.system_ctitle {
    margin: 0;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'OpenSans-Semibold';
    background-color: #439ed9;
    color: #fff;
    padding: 10px 15px;
}

.proposal_table.system_custom {
    border-radius: 0;
    padding: 0;
    margin-bottom: 30px;
    background-color: #ebeff8;
    border-color: #333;
    overflow: visible;
}

.system_custom .pro_trow .first_div label:nth-child(2n+1) {
    background-color: #ebeff8;
}

.system_custom .pro_trow .second_div {
    border-color: #333;
}

.addcart_system {
    color: #333;
    font-family: 'OpenSans-Semibold';
    border: 1px solid #333;
    padding: 7px 17px;
    display: inline-block;
    border-radius: 5px;
}

.cyprus_new .addcart_system {
    color: #fff;
    background: #D4331E;
    padding: 12px 14px !important;
    font-size: 16px;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    border: 1px solid #752727;
    line-height: 14px;
}
.pad1018{
    padding: 8px 18px !important;
}
.summary-tab .containt_div {
    font-size: 1.2em !important;
    font-weight: 700 !important;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    color: #000000 !important;
    line-height: 18px !important;
    min-height: 45px !important;
    height: auto !important;
    gap: 10px;
    vertical-align: middle !important;
    flex-direction: column;

}

.hvaq_quote_box_main .containt_div {
    font-weight: normal !important;
    font-family: 'OpenSans-Medium';
}

.hvaq_quote_box_main .containt_div {
    display: flex;
    align-items: center;
    /* Vertical centering */
    justify-content: center;
    /* Horizontal centering */
    text-align: center !important;
    color: #000000 !important;
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    min-height: 45px !important;
    height: auto !important;
    gap: 10px;
    vertical-align: middle !important;
    flex-direction: column;
}


.hvaq_quote_box_main .containt_div .view_img_popup {
    width: 60px;
    height: 60px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.hvaq_quote_box_main .containt_div .view_img_popup img{
    width: 100% !important;
    height: 100% !important;
    display: flex;
    object-fit: contain;
}

.font-weight-700 {
    font-weight: normal !important;
    font-family: 'OpenSans-Bold';
}

.ipad-pad {
    padding-top: 1em;

}
.hvaq_quote_box_main .containt_div .img_icon{
    position: absolute;
top: 50%;
left: 4.4em;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .summary-tab .containt_div {
        text-align: center !important;
        color: #000000 !important;
        font-size: 0.8em !important;
        line-height: 0.8em !important;
        font-weight: 700 !important;
        min-height: 45px !important;
        height: auto !important;
        vertical-align: middle !important;
    }
    .breakdown_box .containt_div {
        font-size: 1em !important;

    }

    .hvaq_quote_box_main .containt_div {
        display: flex;
        align-items: center;
        /* Vertical centering */
        justify-content: center;
        /* Horizontal centering */
        text-align: center !important;
        color: #000000 !important;
        font-size: 14px !important;
        line-height: 16px !important;
        font-weight: 400 !important;
        min-height: 45px !important;
        height: auto !important;
        vertical-align: middle !important;
    }

   

    .hvaq_quote_box_main .containt_div .img_icon{
        position: absolute;
    top: 50%;
    left: 3.4em;
    }

    .ipad-pad {
        padding-top: 1.5em;

    }
}

.mb-2px {
    margin-bottom: 2px;
}

.mb-3px {
    margin-bottom: 3px;
}

.hvaq_quote_box {
    padding: 0.5rem 1rem 2px;
}

.category-row {
    height: 3em !important;
}

.hvaq_quote_box_main {
    padding-bottom: 1rem !important;    
}

.guarantee-row {
    display: flex;                /* Use flexbox layout */
    flex-wrap: wrap;             /* Allow wrapping of items */
    justify-content: center;      /* Center items horizontally */
    margin: 20px 0;              /* Margin for the row */
}

.guarantee-box {
    position: relative;           /* Positioning context for absolute children */
    padding: 35px 35px 20px 35px;               /* Inner spacing */
    margin: 10px;                /* Space between boxes */
    border-radius: 5px;          /* Rounded corners */
    min-width: 300px;            /* Minimum width for each box */
    max-width: 400px;            /* Maximum width for each box */
    text-align: center;          /* Center the text */
    background: transparent;      /* Transparent background */
    overflow: hidden;            /* Ensure the image stays within the box */
    min-height: 580px;
}

.guarantee-box .image-container {
    position: absolute;           /* Position image absolutely */
    top: 0;                      /* Align to the top */
    left: 0;                     /* Align to the left */
    right: 0;                    /* Align to the right */
    bottom: 0;                   /* Align to the bottom */
    z-index: 1;                  /* Ensure it’s behind the text */
}

.guarantee-box .frame-image {
    width: 100%;                 /* Make image fill the container */
    height: auto;                /* Maintain aspect ratio */
    object-fit: cover;           /* Cover the entire box */
}

.guarantee-box .box-header {
    position: relative;          /* Position header above the image */
    z-index: 2;                  /* Ensure it’s above the image */
    font-size: 1.5em;            /* Header font size */
    font-weight: bold;
    margin-bottom: 10px;         /* Space below the header */
}

.guarantee-box .underline {
    width: 30%;                  /* Underline width */
    height: 8px;                 /* Underline height */
    background: #007BFF;        /* Underline color */
    margin: 0 auto;              /* Center the underline */
    margin-bottom: 10px;         /* Space below the underline */
    z-index: 2;                  /* Ensure it’s above the image */
    position: relative;          /* Position for z-index to work */
}

.guarantee-box p {
    position: relative;          /* Position paragraph above the image */
    z-index: 2;                  /* Ensure it’s above the image */
    margin-top: 0;               /* Remove margin for better alignment */
    font-size:14px;

}

@media (max-width: 560px)  {
    .guarantee-box {
        flex: 1 0 100%;     /* one boxes in a row for medium screens */
    min-height: 470px;
    padding:25px 22px 10px 22px;
  
}
.guarantee-box .box-header {
    font-size: 1.1em;
}
    .guarantee-box p {       
        font-size:12px;    
    }
}

@media (min-width: 560px) and (max-width: 950px) {
    .guarantee-box {
        flex: 1 0 100%;     /* one boxes in a row for medium screens */
    min-height: 590px;
  
}
    .guarantee-box p {       
        font-size:14px;    
    }
}

@media (min-width: 950px) and (max-width: 1365px) {
    .guarantee-box {
        flex: 1 0 45%;           /* Two boxes in a row for medium screens */
    min-height: 590px;
    }
    .guarantee-box p {       
        font-size:14px;    

    }
}

@media (min-width: 1366px) {
    .guarantee-box {
        flex: 1 0 30%;           /* Three boxes in a row for large screens */
    min-height: 590px;

    }
    .guarantee-box p {       
        font-size:14px;    

    }
}




.what_to_expect_row .p-3-05 {
    padding: 0.5em !important;
}

@media screen and (max-width: 1000px) {
    .what_to_expect_row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 1em;
    }
   

    /* Set the default styles for all boxes */
    .what_to_expect_row .col-19 {
        flex: 1;
        min-width: 170px; /* Adjust as needed */
        margin-bottom: 10px;
    }
    .chips_div {
        display: flex !important; 
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .chips_div .p-3{
        flex: 1 !important;
        min-width: 220px; /* Adjust as needed */
        margin-bottom: 10px;
    }

   
}

@media (min-width: 768px) and (max-width: 1200px) {
    .summary-tab .line-height-issue {
        line-height: 24px !important;
    }
    
}

.summary-tab .quote-breakdwon-text {
    font-size: 1.3em !important;
    line-height: 1.2em !important;
    text-align: left !important;
}

.summary-tab .quote-breakdwon-text span {
    display: block;
}

.summary-tab .price_after_label {
    color: #007bff;
    font-size: 20px;
    line-height: 24px;
    min-height: 65px;
}

.price_after_value {
    line-height: 24px;
    background: #feffc5;
    color: #007bff;
    font-size: 20px;
    min-height: 65px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .summary-tab .price_after_label {
        line-height: 1.2em;
        color: #007bff;
        font-size: 1.2em;
        height: 65px;
    }

    .price_after_value {
        line-height: 40px;
        background: #feffc5;
        color: #007bff;
        font-size: 18px;
        height: 65px;
        font-weight: 600;
    }
}

.summary-tab .breakdown-inner-text {
    color: #000000 !important;
    font-size: 1em !important;
    font-weight: 700 !important;
    min-height: 45px !important;
    height: auto;
    vertical-align: middle !important;
    line-height: 1em !important;
}
.category_name{
    font-size: 26px;
}
.summary-tab .warranty-img {
    margin: 30px auto 0 auto;
    height:30vh;
}
.summary-tab .big-img {        
    height:32vh;
}
.yourquotetext{
    font-size: 2.5em;
}
.locationtext{
    font-size: 1.5em;
}
.quotetext{
    font-size: 1.2em;
}
.category-name{
    font-size: 1.5em;

}
.brand_img{
height: 40px;
}
.payment-boxes{
    display: flex;
flex-wrap: wrap;
justify-content: center;
}
.payment-boxes .payment_cards{
    flex: 1;
min-width: 220px;
max-width: 25%;
}
@media (min-width: 1000px) and (max-width: 1200px) {
    .summary-tab .breakdown-inner-text {
        font-size: 0.8em !important;
    }
    .category_name{
        font-size: 1.2em;
    }
    .yourquotetext{
        font-size: 2em;
    }
    
}

@media (min-width: 768px) and (max-width: 1000px) {
    .summary-tab .breakdown-inner-text {
        font-size: 0.7em !important;
    }
    .summary-tab .containt_div{
        height: 55px !important;
        font-size: 0.8em !important;
    }
    .category_name{
        font-size: 1.2em;
    }
    .summary-tab .quote-breakdwon-text {
        font-size: 1.2em !important;
        line-height: 1.2em !important;
        text-align: left !important;
    }
    .yourquotetext{
        font-size: 1.5em;
    }
    .locationtext{
        font-size: 1.2em;
    }
    .quotetext{
        font-size: 0.9em;
    }
    .hvaq_quote_box .category-name{
        font-size: 1.2em;    
    }
    .hvaq_quote_box .brand_img{
        height: 30px;
        }
        .hvaq_quote_box_main .containt_div .img_icon {
            font-size: 1em !important;
            left: 3.2em;
        }
        .cyprus_new .addcart_system{
            font-size: 0.8em;
        }
        .summary-tab .price_after_label {
            font-size: 1em;
        }
        .summary-tab .custom-inner-content {
            padding: 15px 15px 15px 50px !important;
        }
        .summary-tab .guarantee-item{
            font-size: 0.8em !important;

        }
        .summary-tab .Customer-Satisfaction {
            height: 25vh !important;
        }
        .summary-tab .warranty-img {
            margin: 30px auto 0 auto;
            height:24vh;
        }
        .summary-tab .big-img {        
            height:28vh;
        }
        .summary-tab .custom-card-header {
            font-size: 1.2em !important;
        }
       
       
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) {
    .summary-tab .warranty-img {
        margin: 30px auto 0 auto;
        height:18vh;
    }
    .summary-tab .big-img {        
        height:20vh;
    }
}
@media (min-width: 768px) and (max-width: 850px) {
    .summary-tab .warranty-img {
        margin: 30px auto 0 auto;
        height:20vh;
    }
    .summary-tab .big-img {        
        height:24vh;
    }
}
@media (min-width: 650px) and (max-width: 768px) {
    .summary-tab .breakdown-inner-text {
        font-size: 0.7em !important;
    }
    .summary-tab .containt_div{
        height: 60px !important;
        font-size: 0.8em !important;
    }
    .category_name{
        font-size: 1.2em;
    }
    .summary-tab .quote-breakdwon-text {
        font-size: 1em !important;
    }
    .hvaq_quote_box .category-name{
        font-size: 1.2em;    
    }
}
@media screen and (max-width: 650px) {
    .summary-tab .breakdown-inner-text {
        font-size: 0.7em !important;
    }
    .summary-tab .containt_div{
        height: 60px !important;
        font-size: 0.75em !important;
    }
    .category_name{
        font-size:1em;
    }
    
}


.addcart_system:hover {
    background-color: #333;
    color: #fff;
}

/* General styling for the image */
.diamond_maintenance {
    width: 42vh; /* Initial width */
    height: 42vw; /* Initial height */
    margin-left: 0;
    object-fit: contain; /* Ensure the image maintains its aspect ratio */
}

/* Larger screens (greater than 1200px) */
@media (min-width: 1200px) {
    .diamond_maintenance {
        width: 450px; /* Keep image size at 450px on larger screens */
        height: 410px; /* Keep height at 410px */
        margin-left: 0;
    }

    .media {
        display: flex;
        align-items: center;
        flex-wrap: nowrap; /* Prevent wrapping on larger screens */
    }
}

/* Medium screens (between 768px and 1200px) */
@media (min-width: 768px) and (max-width: 1200px) {
    .diamond_maintenance {
        width: 350px; /* Scale down for medium-sized screens */
        height: auto; /* Maintain aspect ratio */
        margin-left: 0;
    }
    .summary-tab .maintenance_min_div {
        padding: 2rem 1rem 0.5rem 1rem !important ;
    }
    .row {
        flex-wrap: wrap; /* Allow wrapping if needed */
    }
}

/* Small screens (below 768px) */
@media (max-width: 767px) {
    .diamond_maintenance {
        width: 100%; /* Take up full width of container */
        height: auto; /* Maintain aspect ratio */
        margin-top: 20px; /* Add some space above the image */
    }

   
    .mr-3 {
        margin-right: 0;
        margin-bottom: 10px;
    }
}


@media (min-width: 1200px) and (max-width: 1600px) {
    .email-check {
        display: none;
    }
}

.system_custom.pro_trow>div>label,
.system_custom.pro_trow>div>div {
    border-top: 1px solid #333;
}

.continue_btn {
    border-radius: 25px;
    background-color: #1b81c4;
    border: 0;
    font-size: 16px;
    color: #fff;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 50px;
    transition: 0.5s all;
}

.chart_ul {
    text-align: center;
    margin-top: -40px;
    position: relative;
    top: -30px;
}

.chart_ul li {
    font-family: 'OpenSans-Semibold';
    list-style: none;
    font-size: 14px;
}

.chart_ul li.orenge_label {
    color: #E64C3C;
}

.chart_ul li .totalPrice {
    font-size: 20px;
}

.split_h2tittle {
    margin: 10px 0 5px;
    color: #000;
    font-size: 18px;
    font-family: 'OpenSans-Semibold';
}

.right_split h6 {
    font-size: 15px;
    margin: 0;
}

.full_select {
    width: 100% !important;
}

.right_split h6 strong {
    font-family: 'OpenSans-Semibold';
}

.split_paymentbox .blue_radius_btn {
    font-size: 15px;
    letter-spacing: 0;
    text-transform: capitalize;
    background-color: #1b81c4;
}

.not_found {
    background-color: transparent;
    color: #333;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding: 20px 0;
    text-align: center;
}

.not_button {
    font-weight: 300;
    font-size: 18px;
    border: 1px solid #1b81c4;
    padding: 10px 30px 12px;
    border-radius: 30px;
    margin: 0;
    position: relative;
    transition: all .3s linear;
    display: inline-block;
    line-height: normal;
    background-color: #1b81c4;
    color: #fff;
}

.not_button:hover {
    background-color: #007aff;
    color: #fff;
}

.not_found p {
    font-size: 26px;
    text-align: center;
    font-weight: 100;
}

.not_found h1 {
    text-align: center;
    font-size: 15em;
    font-weight: normal;
    text-shadow: 15px 8px 10px #0f3a50a3;
    font-family: 'OpenSans-Bold';
}

.product_zoompopup .modal_cancel {
    position: relative;
    border-bottom: 5px solid #2780c0;
    padding-bottom: 7px !important;
    padding-right: 60px;
    margin-bottom: 40px;
}

.product_zoompopup .modal-body .modal_cancel h4 {
    font-size: 22px;
    padding: 0 !important;
    margin: 0;
}

.product_zoompopup .modal_cancel .close {
    position: absolute;
    right: 0;
    font-size: 20px;
    top: 7px;
}

.product_zoompopup.modal .modal-dialog .modal-body {
    border-radius: 0;
    overflow-y: auto;
    max-height: 96vh;
}

.product_zoompopup.modal {
    padding: 20px 15px;
}

.split_amuinfo ul {
    display: flex;
    justify-content: space-between;
}

.drop_checkbox {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}

.optional_accessory_label {
    height: 48px;
    background: #0d6999;
    position: relative;
    bottom: -5px;
    left: -5px;
    width: calc(100% + 10px);
    color: #fff;
    font-size: 12px;
    line-height: 1.45;
    z-index: 1;
    padding: 7px 10px 4px;
    font-family: 'OpenSans-Semibold';
    border-radius: 0 0 4px 4px;
    margin-top: auto;
}

.drop_checkbox .dropdown {
    list-style: none;
}

.drop_checkbox .dropdown-toggle {
    border: 1px solid #777;
    height: 26px;
    width: 26px;
    display: inline-block;
    background-color: #fff;
    text-align: center;
}

.drop_checkbox .dropdown-toggle::after {
    content: "";
    color: #333;
    border-width: 5px;
}

.drop_checkbox .dropdown-menu {
    width: 120px;
    top: 36px !important;
}

.drop_checkbox label {
    margin: 0;
    width: 100%;
    position: relative;
}

.drop_checkbox .dropdown-menu .dropdown-item {
    padding: 0;
}

.drop_checkbox label span {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 6px 0 6px 25px;
    cursor: pointer;
}

.drop_checkbox label span::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 5px;
    width: 14px;
    height: 14px;
    filter: drop-shadow(0 0 3.5px rgba(55, 68, 75, 0.22));
    background-color: #ffffff;
    border: 1px solid #126c9c;
}

.drop_checkbox label input[type="checkbox"]:checked+span::after {
    right: inherit;
    left: 7px;
    top: 7px;
    font-size: 10px;
}

.greencheck {
    color: green !important;
    display: inline-block;
    cursor: pointer;
}

.greencheck+.removebtn {
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
    text-decoration: underline;
}

.system2_title {
    text-align: center;
    background-color: #0e5b82;
    margin: 0 0 16px;
    display: inline-block;
    color: #fff;
    padding: 7px 25px;
    font-family: 'OpenSans-Semibold';
}

.notes_row {
    display: inline-block;
    width: 100%;
}

.notes_row .otherOptions {
    float: left;
    width: 50%;
    padding-right: 15px;
}

.notes_row .otherOptions2 {
    float: left;
    width: 50%;
    padding-left: 15px;
}

.options_box .options_title.white_color {
    background-color: #0e71a5;
    color: #fff;
}

.greencheck+.removebtn2 {
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
    text-decoration: underline;
}

.system_custom .add_cart_label {
    min-height: 54px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.input-group.datepiker_input>.form-control {
    border-radius: 8px;
    padding-right: 50px;
}

.input-group.datepiker_input .input-group-addon {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent url(../images/calender_icon.svg) no-repeat right 15px center;
    background-size: 16px;
    padding: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    z-index: 4;
}

.input-group.datepiker_input .input-group-addon .fa-calendar {
    display: none;
}

.input-group.datetime_input>.form-control {
    border-radius: 8px;
    padding-right: 50px;
}

.input-group.datetime_input .input-group-addon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    z-index: 4;
    text-align: center;
    line-height: 47px;
}

.input-group.datetime_input .input-group-addon span {
    line-height: 47px;
}

.category_zoompopup.modal .modal-dialog {
    max-width: 1340px !important;
    margin: 0 auto;
}

.category_zoompopup.modal .modal-header .close {
    z-index: 1;
}

.donot_show {
    background-color: #ff000040 !important;
}

.ptable_row .addedsection {
    display: flex;
    width: 100%;
    position: relative;
}

.ptable_row .addedsection>span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    margin-top: -4px;
}

.ptable_row .addedsection .edit,
.ptable_row .addedsection .save {
    background-color: transparent;
    border: 0;
    color: #000;
    font-size: 0;
    padding: 0;
    line-height: normal;
}

.ptable_row .addedsection .edit::before {
    content: "\f044";
    font-size: 24px;
    font-family: "Font Awesome 5 Free";
}

.ptable_row .addedsection .save::before {
    content: "\f00c";
    font-size: 24px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

.ptable_row .addedsection .ptable_td {
    padding-left: 35px;
    padding-right: 45px;
    min-height: 56px;
}

.package_table .ptable_td input,
.package_table .ptable_th input {
    width: 100%;
}

.package_table .ptable_row.two {
    flex-flow: column;
}

.dashbord_box+.dashbord_box {
    margin-top: 10px;
}

.view_img_popup.max_logo>img {
    height: auto;
    width: auto;
    max-width: 150px;
}

.wrapper_thank {
    max-width: 620px;
    margin: 70px auto 10px;
    box-shadow: 4px 8px 40px 8px rgb(88 146 255 / 20%);
    padding: 70px 20px 40px 20px;
    text-align: center;
    position: relative;
}

.wrapper_thank h1 {
    font-size: 4em;
    letter-spacing: 1px;
    color: #4591C8;
    margin: 0;
    margin-bottom: 20px;
    font-family: 'OpenSans-Bold';
}

.wrapper_thank p {
    margin: 0;
    font-size: 1.3em;
    color: #aaa;
    letter-spacing: 0;
}

.wrapper_thank .go-home {
    border-radius: 25px;
    background-color: #4490c7;
    border: 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 40px;
    transition: 0.5s all;
    margin-top: 30px;
}

.wrapper_thank .fa-check {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    top: -50px;
    transform: translateX(-50%);
    background-color: #4692ca;
    border: 3px solid #4995d0;
    line-height: 94px;
    font-size: 40px;
    box-shadow: 4px 8px 40px 8px rgb(88 146 255 / 20%);
    color: #fff;
}

.colmn_five .viewtable_header .first_div,
.colmn_five .pro_trow .first_div {
    width: 25% !important;
}

.colmn_five .viewtable_header .second_div,
.colmn_five .pro_trow .second_div {
    width: 15%;
}

.colmn_five .recoom_check_span {
    font-size: 11px;
    padding: 2px 5px;
}

.clas_video iframe {
    height: 500px;
    object-fit: contain;
}

#video_btn.product_alink {
    background-color: transparent;
    padding: 0;
    border: 0;
    text-align: left;
}

.form-group .form-control[type="file"] {
    padding-top: 9px;
}

.upload_rowancor .form-group a {
    min-height: 46px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #cfcfcf;
    border-radius: 6px;
    color: #333;
    font-family: 'OpenSans-Semibold';
    padding: 10px 20px 10px 44px;
}

.upload_rowancor .form-group a::before {
    content: "\f56d";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    left: 20px;
    top: 10px;
}

.payment_rparent>div {
    display: inline-block;
}

.payment_rparent .custom_radio span::before {
    height: 18px;
    width: 18px;
    border-radius: 4px;
    top: 0px;
}

.payment_rparent .custom_radio span::after {
    height: 10px;
    width: 10px;
    border-radius: 2px;
    top: 4px;
}

.custom_radio {
    padding-left: 28px;
}

.row.payment_rparent {
    margin: 0 -5px;
}

.row.payment_rparent .col-md-2 {
    padding: 0 5px;
    flex: 0 0 20%;
    max-width: 20%;
}

.payment_rparent .col-md-2 .custom_radio {
    font-size: 13px;
    margin: 0;
}

.payment_rparent .custom_radio span::after {
    left: 5px;
}

.recommended_border {
    position: relative;
}

.recommended_border::before {
    content: "";
    border: 4px solid #47bdeb;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.5s all;
    border-top: 0;
    pointer-events: none;
}

.recommended_border .recoom_check_span {
    z-index: 2;
}

.viewtable_header .recommended_border::before {
    z-index: 1;
    border-bottom: transparent;
    bottom: -3px;
    width: calc(100% + 2px);
    left: -1px;
    border-top: 4px solid #47bdeb;
}

.category_zoompopup .dashbord_box {
    max-width: 100%;
}

.cont_viewbtn.scheduleAppoiment {
    background-color: #5ba7ef;
    color: #fff;
}

.pro_trow .first_div label.recommendation_label>.text-danger {
    margin-right: 5px;
}

.modal.ays-popup .modal-header .close {
    color: #00000080;
}

.modal.ays-popup .modal-header .close:hover {
    color: #000;
}

#video_btn.product_alink {
    text-align: left;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    text-decoration: none !important;
}

#video_btn.product_alink>span {
    flex: 1;
    text-decoration: underline;
}

.modal .clas_video {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

/* homedepot */
.home-depot-body .new_btn {
    background-image: linear-gradient(0deg, #f96302 0%, #f96302 62%, #f96302 100%);
    border-bottom: 3px solid rgba(179, 83, 32, 1);
    border-top: 0;
    border-radius: 0;
}

.home-depot-body .blue_btn {
    box-shadow: none;
    background-image: linear-gradient(0deg, #f96302 0%, #f96302 62%, #f96302 100%);
    color: #fff;
    border-radius: 0;
    border-bottom: 3px solid rgba(179, 83, 32, 1);
}

.home-depot-body .blue_btn::before {
    opacity: 0;
}


.home-depot-body .resetbtn a {
    border: none;
    background-color: #f96302;
    color: #fff;
    box-shadow: inset 0 -3px 0 0 rgb(179 83 32);
}

.home-depot-body .compose_main_tabs_smt .compose_tabs ul.nav-tabs {
    background-color: #f96302;
}

.home-depot-body .blue_btn:hover,
.home-depot-body .new_btn {
    background-image: linear-gradient(0deg, #f96302 0%, #f96302 62%, #f96302 100%);
    background-color: #f96302;
    box-shadow: none;
}

.home-depot-body .new_btn:not(:disabled):not(.disabled).active,
.home-depot-body .new_btn:not(:disabled):not(.disabled):active,
.home-depot-body .show>.new_btn.dropdown-toggle {
    color: #fff;
    background-color: #f96302;
    border-color: rgba(179, 83, 32, 1)
}

.home-depot-body .cont_viewbtn.scheduleAppoiment {
    background-color: #f96302d4;
    color: #fff;
    border-color: #b35320;
}

.home-depot-body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.home-depot-body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #f96302;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f96302));
    background: -webkit-linear-gradient(top, white 0%, #f96302 100%);
    background: -moz-linear-gradient(top, white 0%, #f96302 100%);
    background: -ms-linear-gradient(top, white 0%, #f96302 100%);
    background: -o-linear-gradient(top, white 0%, #f96302 100%);
    background: #f96302;
}

.home-depot-body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.home-depot-body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.home-depot-body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #f96302 !important;
    border: 1px solid #f96302;
}

.home-depot-body .dataTables_paginate .paginate_button.previous,
.home-depot-body .dataTables_paginate .paginate_button.next {
    border: 1px solid #f96302;
    color: #f96302;
}

.home-depot-body .dataTables_paginate .paginate_button.current,
.home-depot-body .dataTables_paginate .paginate_button:hover {
    box-shadow: 0px 5px 6.5px #f9630229;
    background-color: #f96302;
    border-color: #f96302;
    color: #fff;
}

.home-depot-body .all_table::before,
.home-depot-body .header_account .profile_img::before,
.home-depot-body .system2_title,
.home-depot-body .my_profile::before,
.home-depot-body .proposals_view::before,
.home-depot-body .inner_title.pages_title:before,
.home-depot-body .recomme_colmn .recomme_top_title,
.home-depot-body .custom_radio span::after {
    background-color: #f96302;
}

.home-depot-body .view_comment,
.home-depot-body table.dataTable.custom_paginate_datatable .link-org,
.home-depot-body .client_title .editClient,
.pro_profile_sidebar li .link-org {
    color: #f96302;
}

.home-depot-body .table_top input.form-control {
    border-radius: 0;
}

.home-depot-body .main_dashbord .sidebar_menu li.active a,
.home-depot-body .main_dashbord .sidebar_menu li a:hover {
    box-shadow: 0 8px 4px #f0620429;
}

.home-depot-body .main_dashbord .sidebar_menu li a {
    border-radius: 0;
    filter: none;
}

.home-depot-body .table_top input.form-control {
    border-radius: 0;
}

.home-depot-body header .msg_account a {
    background-color: #f96302;
}

.home-depot-body header .msg_account .count {
    border: 1px solid #f96302;
    color: #b25320;
}

.home-depot-body .table_top .search_left .search_btn {
    background-color: #f96302;
    color: #fff;
    box-shadow: inset 0 -3px 0 0 rgb(179 83 32);
    border-radius: 0;
}

.home-depot-body .proposal_table .table_title,
.home-depot-body .proposal_table.pink_box .table_title {
    background-image: linear-gradient(0deg, #f96302 0%, #f96302 62%, #f96302 100%);
}

.home-depot-body .header_account .profile_img img {
    border-color: #f96302;
}

.home-depot-body .dark_btn,
.home-depot-body .red_btn {
    border-radius: 0;
    box-shadow: none;
}

.home-depot-body .proposal_btn .add_link,
.home-depot-body .red_white_btn,
.home-depot-body .cont_viewbtn.scheduleAppoiment,
.home-depot-body .dark_btn::before,
.home-depot-body .red_btn::before,
.home-depot-body .cont_viewbtn,
.home-depot-body .make_pbtn,
.home-depot-body .action_btn>ul>li>a.estimate_btn,
.home-depot-body .action_btn>ul>li>a.width_auto,
.home-depot-body .btn-danger,
.home-depot-body .red_radius_btn,
.home-depot-body .view_bluebtn,
.home-depot-body .addcart_system.blue_radius_btn,
.home-depot-body .addcart_system,
.home-depot-body .resetbtn a,
.home-depot-body .table_top.table_top_cst_est select,
.home-depot-body .invitation_card,
.home-depot-body .invitation_card .invitation_grid,
.home-depot-body .system_table,
.home-depot-body .limited_div,
.home-depot-body .price_table,
.home-depot-body .signature_box,
.home-depot-body .dashbord_box,
.home-depot-body .all_table {
    border-radius: 0;
}

.home-depot-body .table_top.table_top_cst_est .daterangeestimate.form-control,
.home-depot-body .table_top.table_top_cst_est .input-group>.input-group-prepend>.input-group-text,
.home-depot-body .all_table .table_top .input-group input.form-control,
.home-depot-body .all_table .table_top .input-group>.input-group-prepend>.input-group-text,
.home-depot-body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.home-depot-body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.home-depot-body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.home-depot-body .dataTables_paginate .paginate_button.previous,
.home-depot-body .dataTables_paginate .paginate_button.next {
    border-radius: 0 !important;
}

.home-depot-body .save_changes_btn .blue_btn {
    font-family: 'Helvetica Neue Medium';
    letter-spacing: 0;
    padding: 8px 30px 5px;
    line-height: 24px;
}

/* .home-depot-body header.client_header::before {
    filter: none;
    background-image: linear-gradient(180deg, #f06204 0%, #f06204 49%, #ffffff 100%);
    opacity: 0.1; 
}*/

.home-depot-body .client_header .header_account .title {
    color: #333;
}

.home-depot-body .humburger_toggle,
.home-depot-body .client_header .humburger_toggle {
    color: #f96302;
}

body.home-depot-body .add_client_btn .blue_btn {
    letter-spacing: 0;
    text-transform: capitalize !important;
}

.home-depot-body .add_client_btn .blue_btn,
.home-depot-body .add_client_btn .red_btn {
    padding: 10px 20px;
    line-height: 24px;
    font-family: 'Helvetica Neue Medium';
}

.home-depot-body .add_client_btn .blue_btn {
    min-width: 115px;
    border-bottom: 0 !important;
}

.home-depot-body .add_client_btn .blue_btn::before {
    display: none;
}

.home-depot-body .view_comment_modal .blue_btn,
.save_changes_btn .red_radius_btn {
    letter-spacing: 0;
    padding: 10px 20px 8px;
    line-height: 21px;
    font-family: 'Helvetica Neue Medium';
}

.home-depot-body .form-group-generate-password .btn.btn-info {
    font-family: 'Helvetica Neue Medium';
    border-width: 0 0 3px 0;
    padding: 8px 15px 6px;
    font-size: 16px;
}

.home-depot-body .homedepot-btn {
    letter-spacing: 0.1px;
}

.home-depot-body .system_grid .system_div .system_label,
.home-depot-body .header_table,
.home-depot-body .price_table .header_price,
.home-depot-body .options_box .options_title.white_color,
.home-depot-body .invitation_card .invitation_grid {
    background-color: #f96302;
}

.home-depot-body .system_row .system_title {
    background-color: #f96302;
}

.home-depot-body .nav-tabs .nav-link.active::before,
.home-depot-body .nav-tabs .nav-link:hover::before {
    background-color: #f96302;
}

.home-depot-body .nav-tabs .nav-link.active,
.home-depot-body .nav-tabs .nav-link:hover,
.home-depot-body .edit_client_modal a {
    color: #f96302;
}

.home-depot-body .next_btn .blue_btn,
.home-depot-body .forward_btn .blue_btn,
body.home-depot-body .add_client_btn .blue_btn,
.home-depot-body .sendMessageModal .blue_btn {
    box-shadow: inset 0 -3px 0 0 rgb(179 83 32);
    border-bottom: none;
}

.home-depot-body .proposal_btn.proposal_btn_new_group>a,
.home-depot-body .proposal_btn.proposal_btn_new_group .orange_toggle_btn {
    line-height: 20px;
    font-size: 13px;
    letter-spacing: 0;
    font-family: 'Helvetica Neue Medium';
    padding: 7px 14px;
    border: none;
    background-color: #f96302;
    color: #fff;
    box-shadow: inset 0 -3px 0 0 rgb(179 83 32);
}

.home-depot-body .proposal_btn.proposal_btn_new_group .orange_toggle_btn {
    font-weight: normal;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
}

.home-depot-body .proposal_btn.proposal_btn_new_group .orange_toggle_btn i {
    margin-left: 8px;
}

.home-depot-body .btn-action-all-proposal>ul>li>a.estimate_btn {
    border: 1px solid #cfcfcf;
}

.home-depot-body .btn-action-all-proposal>ul>li>a.width_auto,
.home-depot-body .btn-action-all-proposal>ul>li>a.estimate_btn {
    line-height: 20px;
    font-size: 13px;
    letter-spacing: 0;
    font-family: 'Helvetica Neue Medium';
    padding: 7px 14px;
    text-transform: uppercase;
    border: none;
    background-color: #f96302;
    color: #fff;
    box-shadow: inset 0 -3px 0 0 rgb(179 83 32);
}

.home-depot-body .proposal_btn.proposal_btn_new_group>a.add_link .fas.fa-file-medical {
    position: relative;
    font-size: 15px;
}

.home-depot-body .btn-action-all-proposal>ul>li>a.upload_documents .fa.fa-print,
.home-depot-body .btn-action-all-proposal>ul>li>a.upload_documents .fa.fa-upload {
    margin-left: 5px;
}

.home-depot-body .btn-action-all-proposal>ul>li>a.deactiveProposalBtn .fas.fa-trash-alt {
    margin-right: 5px;
}

.home-depot-body .viewtable_header label {
    background-color: #f96302;
}

.home-depot-body .viewtable_header .second_div {
    border-right-color: #fff;
}

.home-depot-body .pro_trow .first_div,
.home-depot-body .pro_trow .fourth_div,
.home-depot-body .pro_trow .third_div,
.home-depot-body .pro_trow .second_div {
    border-right-color: #797979;
}

.home-depot-body .proposal_table,
.home-depot-body .proposal_table.price_box,
.home-depot-body .car_hover_div::before,
.home-depot-body .proposal_table.warrenty_box,
.home-depot-body .proposal_table.pink_box {
    border-color: #797979;
}

.home-depot-body .pro_trow .first_div label:nth-child(2n+1),
.home-depot-body .proposal_table {
    background-color: #f2f2f2;
}

.home-depot-body .proposal_table {
    border-radius: 0;
    margin-bottom: -1px;
}

.home-depot-body .proposal_table .table_title,
.home-depot-body .system_info {
    border-radius: 0;
}

.home-depot-body header::before {
    background-color: transparent;
    background-image: none;
    border-bottom: 6px solid #f96302;
    height: 98px;
    pointer-events: none;
}

.home-depot-body .main_dashbord .sidebar_menu {
    background: #fff;
    border-radius: 0;
}

/* .home-depot-body .main_dashbord .sidebar_menu li a>img.bydefault_icon {
    filter: invert(0%) sepia(98%) saturate(0%) hue-rotate(28deg) brightness(98%) contrast(105%);
}

.home-depot-body .main_dashbord .sidebar_menu li a>img.hover_icon {
    filter: invert(70%) sepia(21%) saturate(6490%) hue-rotate(341deg) brightness(94%) contrast(98%);
} */

.home-depot-body .main_dashbord .sidebar_menu {
    background: #fff;
    border-radius: 0;
    border-right: 5px solid #f2f2f2;
}

.home-depot-body .client_header+div .main_dashbord .sidebar_menu {
    filter: none;
    background-color: transparent;
    border: none;
    border-right: 5px solid #f2f2f2;
}

.home-depot-body .client_header+div .main_dashbord .sidebar_menu li.active a,
.home-depot-body .client_header+div .main_dashbord .sidebar_menu li a:hover {
    filter: none;
    background-image: none;
    border: none;
    background-color: #fff !important;
}

.home-depot-body .client_header+div .main_dashbord .sidebar_menu li {
    border-color: transparent;
}

.home-depot-body .red_white_btn {
    border: none;
    box-shadow: inset 0 -3px 0 0 #c91d31cc;
}

.home-depot-body .red_radius_btn {
    box-shadow: inset 0 -3px 0 0 #a50013;
}

.home-depot-body .customer_all_propasal .invitation_grid {
    border-radius: 0;
    background-color: #f96302;
}

.home-depot-body .invitation_card .invitation_grid .invitation_li,
.home-depot-body .invitation_card .invitation_grid .invitation_li b,
.home-depot-body .customer_all_propasal .invitation_grid .invitation_li,
.home-depot-body .customer_all_propasal .invitation_grid .invitation_li b,
.home-depot-body .proposal_info li,
.home-depot-body .proposal_info li b {
    color: #fff;
}

.home-depot-body .invitation_li::before {
    background-color: #fff;
}

.home-depot-body .invitation_card .info_label {
    color: #f96302;
}

.home-depot-body .options_box .options_title,
.home-depot-body .signature_box .signatures_title {
    background-color: #f96302;
    color: #fff;
}

.home-depot-body .homedepot-installation .options_title{
    background-color: #FFF0C1 !important;
    color: #000;

}

.home-depot-body .homedepot-installation .blue_6_border{
    border:6px solid #f96302 !important;
}
.home-depot-body .what-to-expect .div1{
    background-color: #efefef;
}
.home-depot-body .what-to-expect .div1 div{
    background-color: #efefef;

}
.home-depot-body .what-to-expect .div2{
    background-color: #F96302;
}
.home-depot-body .what-to-expect .div2 div{
    background-color: #F96302;

}
.home-depot-body .div3 .col-19 .p-3-05:first-child{
    background-color: #efefef;

}
.home-depot-body .div3 .col-19 .p-3-05:first-child div{
    background-color: #efefef;

}
.home-depot-body .div4 .col-19 .p-3-05:first-child{
    background-color: #F96302;

}
.home-depot-body .div4 .col-19 .p-3-05:first-child div{
    background-color: #F96302;

}
.home-depot-body .system_collection {
    background-color: #f2f2f2;
    border-radius: 0;
}

.home-depot-body .pro_trow label span a.edit {
    background: #f96302;
    border: none;
    box-shadow: inset 0 -3px 0 0 rgb(179 83 32);
}

.home-depot-body .pro_trow label span a.removeProduct,
.home-depot-body .pro_trow label span a.removeProduct2 {
    border: none;
    box-shadow: inset 0 -3px 0 0 #c70000;
}

.home-depot-body .btn-primary-text {
    color: #f96302;
}

.home-depot-body .dark_btn::before {
    opacity: 0;
}

.home-depot-body .dark_btn {
    box-shadow: inset 0 -3px 0 0 #4c4b4b;
}

.home-depot-body .red_btn::before {
    opacity: 0;
}

.home-depot-body .red_btn {
    box-shadow: inset 0 -3px 0 0 #921827;
}

.home-depot-body .red_btn:hover {
    box-shadow: inset 0 -3px 0 0 #7c0917;
}

.home-depot-body .system_ctitle {
    background-color: #f96302;
}

.home-depot-body .recommended_border::before {
    border-color: #797979;
}

.home-depot-body .viewtable_header .recommended_border::before {
    border-top-color: #797979;
}

.home-depot-body .view_ancor {
    color: #f96302;
}

.home-depot-body .modal .modal-header .close:hover {
    background-color: #f96302;
    color: #fff;
}

.home-depot-body .what_to_expect_bottom p{
    font-size: 1.2em;
    padding: 12px 30px;
    background: #F96302;
    color:#fff;
    font-weight: bold;
    margin-top:1.5em;
}
.home-depot-body .what_to_expect_bottom2 p{
    font-size: 1em;
    font-weight: bold;
    margin-top:3.5em;
color:#5d5954;    
}

.home-depot-body .red_white_btn:hover {
    box-shadow: inset 0 -3px 0 0 #a50013;
}

.home-depot-body .header_account .dropdown-menu .dropdown-item:hover,
.home-depot-body .header_account .dropdown-menu .dropdown-item.active,
.home-depot-body .chat-person-list>h3,
.home-depot-body .message-box .head-box-1 li .user_phone_no_sales_chat i,
.home-depot-body .optional_accessory_label,
.home-depot-body .daterangepicker .ranges li.active,
.home-depot-body .email_contact a i,
.home-depot-body .mainttitle,
.home-depot-body .maint_poppup .modal-header .close,
.home-depot-body .view_ptop_right .view_li b::before {
    background-color: #f96302;
}

.home-depot-body .maint_box .border1 {
    border-bottom: 3px solid #f96302;
}

.home-depot-body .modal .modal-header .modal-title {
    background-image: linear-gradient(0deg, #f96302 0%, #f96302 55%, #f96302 100%);
}

.home-depot-body .modal .modal-header .modal-title::before {
    background-color: #b35320;
}

.home-depot-body .bootstrap-datetimepicker-widget table td.active,
.home-depot-body .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #f96302;
}

.home-depot-body .input-search-cst-chat i,
.home-depot-body .message-box .head-box-1 li h3,
.home-depot-body .message-box .head-box-1 .user_pro_chat_single_smt .user_email_no_sales_chat i,
.home-depot-body .dropdown-menu .dropdown-item,
.home-depot-body .pro_profile_info p a,
.home-depot-body .pro_profile_info .top_title h2,
.home-depot-body .maint_amunt,
.home-depot-body .forward_contect h5 {
    color: #f96302;
}

.home-depot-body .chat-person-list ul li img,
.home-depot-body .message-box .head-box-1 li img,
.home-depot-body .dropdown-menu,
.home-depot-body .drop_checkbox label span::before,
.home-depot-body .email_contact a {
    border-color: #f96302;
}

.home-depot-body .dropdown-menu::before {
    border-bottom-color: #f96302;
}

.home-depot-body .chat-person-list ul li.active,
.home-depot-body .chat-person-list ul li:hover,
.home-depot-body .maint_box,
.home-depot-body .compose_main_tabs_smt ul.nav.subnav-tabs {
    background: #f2f2f2;
}

.home-depot-body .proposal_info {
    background-color: #f96302;
    border: 1px solid #f96302;
}

.home-depot-body .proposal_info li:not(:last-child) {
    border-right-color: #ffffff;
}

.home-depot-body .ajax_main_loader .ajax_spinner::before {
    border-left-color: #f96302;
}

.home-depot-body .maint_box li {
    border-bottom-color: #797979;
}

.home-depot-body .center_maint {
    border-left: 1px solid #797979;
    border-right: 1px solid #797979;
}

.home-depot-body .number_border {
    border-right: 1px solid #797979;
}

.home-depot-body .proposal_profile .pro_profile_sidebar {
    background-color: #f2f2f2;
    border-color: #797979;
}

.home-depot-body .pro_profile_sidebar .profile_top {
    background-image: linear-gradient(0deg, #f9630280 0%, #f26203b3 38%, #f96302 100%);
}

.home-depot-body .view_inner .proposal_profile .pro_profile_sidebar ul li b a {
    color: #f96302;
}

.home-depot-body .email_contact .email_ancor,
.home-depot-body .email_contact a:hover {
    background-color: #f2f2f2;
}

.home-depot-body .proposal_submited .compose_tabs {
    background-color: #f2f2f2;
}

.home-depot-body .submited_circle {
    border-color: #ffa558;
}

.home-depot-body .submited_circle span {
    border-color: #f96302;
}

.home-depot-body .submited_circle span i {
    color: #f96302;
    filter: drop-shadow(3.28px 3.774px 0px #f9630240);
}

.home-depot-body .recomme_box .recomme_label {
    background-color: #f96302;
    border: 1px solid #f96302;
    color: #fff;
}

.home-depot-body .recomme_colmn .recomme_logo h4::before,
.home-depot-body .client_close a {
    background-color: #f96302;
}

.home-depot-body .product_zoompopup .modal_cancel {
    border-bottom-color: #f96302;
}

.home-depot-body .hangout_box .hangout_user,
.home-depot-body .prev_next_link a {
    color: #f96302;
}

.home-depot-body .recomme_header {
    background-image: linear-gradient(0deg, #f9630280 0%, #f26203b3 38%, #f96302 100%);
    border-bottom-color: #ffff;
}

.home-depot-body .view_inner .red_radius_btn.homedepot-btn {
    box-shadow: none;
}

.home-depot-body .chat-person-list::-webkit-scrollbar-thumb,
.home-depot-body .msg_history::-webkit-scrollbar-thumb {
    background-image: linear-gradient(0deg, #f9914c 0%, #f96302 62%, #f96302 100%);
}

.home-depot-body .message-box .send_message_box textarea:focus,
.home-depot-body .message-box .send_message_box input:focus,
.home-depot-body .product_border1 {
    border-color: #f96302;
}

.home-depot-body .hyper_link {
    background-color: #f2f2f2;
    border-radius: 0;
}

.home-depot-body .pro_trow.total div:not(.first_div) label,
.home-depot-body .pro_trow label.total {
    color: #f96302;
}

.home-depot-body .proposals_view {
    border-radius: 0;
}

.home-depot-body .heading-md-tp-dv {
    padding: 10px 20px 10px;
    min-height: 84px;
}

.home-depot-body .heading-md-tp-dv h2 {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    font-family: 'OpenSans-Bold';
}

.home-depot-body .body-hdp-bd-col ul li {
    font-size: 14px;
    line-height: 1.6;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-color: transparent;
    display: block;
}

.home-depot-body .heading-md-tp-dv {
    background: transparent;
    border-left: 1px solid #797979;
    min-height: 84px;
}

.home-depot-body .heading-hdp-tp-row {
    background: #f2e1d5;
}

.home-depot-body .heading-hdp-tp-row .col-md-5.heading-hdp-tp-col .heading-md-tp-dv {
    border-left: none;
}

.home-depot-body .competition_header>div {
    background-image: none;
    border-top-color: #ddd;
    border-bottom-color: #ddd;
    color: #000;
}

.home-depot-body .competition_header>div:not(:last-child) {
    border-right-color: #ddd;
}

.home-depot-body .competition_table .competition_header {
    border-left-color: #ddd;
    border-right-color: #ddd;
}

.home-depot-body .competition_table .compet_row>div:not(:last-child) {
    border-right: 2px solid #ddd;
}

.home-depot-body .homedepot_worldclass_text .competition_header>div .cypers_air_logo {
    width: 180px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.home-depot-body .homedepot_worldclass_text .competition_header>div,
.home-depot-body .homedepot_worldclass_text .competition_table .compet_row>div {
    width: 25%;
}

.home-depot-body .competition_table .compet_row:nth-child(odd)>div.last_div,
.home-depot-body .competition_table .compet_row .last_div {
    background-color: #f96302;
}

.home-depot-body .competition_header .cprus_logo_div {
    background-color: #ffffff;
}

.body-hdp-bd-col.grid-col03 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.modal.hdmp-modal .modal-dialog {
    margin-top: 30px;
}

.hdmp-modal.show {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}

.home-depot-body .competition_table .compet_row .first_div {
    color: #f96302;
}

.home-depot-body .competition_table .compet_row:nth-child(odd)>div,
.home-depot-body .competition_table .compet_row .preme_div {
    background-color: #fafafa;
}

.home-depot-body .heading-md-tp-mbl-dv {
    display: none;
}

.home-depot-body .bs-tooltip-auto[x-placement^="top"] .arrow::before,
.home-depot-body .bs-tooltip-top .arrow::before {
    border-width: .4rem .4rem 0;
    border-top-color: #f96302;
}

.home-depot-body .tooltip-inner {
    background-color: #f96302;
}

.home-depot-body .bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.home-depot-body .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #f96302;
}

.home-depot-body .diffrent_box h3 .diffrent_count {
    background-image: linear-gradient(90deg, #f96302 0%, #f96302 62%, #f96302 100%);
}

.home-depot-body .diffrent_box h3 span,
.home-depot-body .parts_lheader .parts_ltitle.ptitle {
    color: #f96302;
}

.home-depot-body .diffrent_box h3 {
    color: #000;
    border-bottom-color: #f96302;
}

.home-depot-body .customers_love.verify_div>h4,
.home-depot-body .cypers_list li {
    background-color: #f96302;
}

.home-depot-body .customers_love .hangout_box .hangout_icon {
    background-color: #f96302;
    color: #ffffff;
}

.home-depot-body .customers_love.verify_div .verify_left {
    background-color: #f2f2f2;
}

.home-depot-body .customers_love.verify_div .verify_left::before {
    opacity: 0;
}

.home-depot-body .customers_love.verify_div .verify_left .rating_span,
.home-depot-body .customers_love.verify_div .verify_left h4,
.home-depot-body .parts_lheader .parts_ltitle.plus_title,
.home-depot-body .parts_lheader .parts_ltitle {
    color: #000;
}

.home-depot-body .parts_labor .parts_right .cypers_list::before {
    background-image: url("data:image/svg+xml,%3Csvg width='233' height='48' viewBox='0 0 233 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M232.5 48L114.5 0L0 48H232.5Z' fill='%23F96302'/%3E%3C/svg%3E%0A");
}

.home-depot-body .parts_labor .parts_right .cypers_list {
    width: 233px;
    margin-left: auto;
}

.home-depot-body .parts_labor .parts_left {
    width: calc(100% - 334px);
    padding-right: 66px;
}

.home-depot-body .parts_labor .parts_right {
    width: 334px;
}

.home-depot-body .competition_header>div,
.home-depot-body .competition_table .compet_row>div {
    width: 25%;
}

.home-depot-body .heading-hdp-tp-col:first-child .heading-md-tp-dv {
    border-left: none;
}

.home-depot-body .hdmp-modal .maint_box .center_maint {
    border-right: none;
}

.home-depot-body .competition_header .cprus_logo_div img.company_logo {
    display: block;
    margin: 0 auto;
}

.doc-note-text-div {
    padding: 6px 30px;
    margin: 15px 0;
    background-color: #c0c0c0;
    position: relative;
    border: 1px solid #000;
    font-family: 'Helvetica Neue Medium';
}

.doc-note-text-div p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.doc-note-text-02-div {
    padding: 20px 20px 0;
}

.doc-note-text-02-div p {
    margin: 0;
}

.signature_box_notes {
    padding: 5px 20px;
}

.home-depot-body .proposal_table {
    overflow: visible;
}

.home-depot-body .proposal_table::before {
    content: "";
    width: 50px;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 99;
    background: #fff;
}

.home-depot-body .proposal_table.payment_box::after {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 99;
    background: #fff;
}

.caserebate_box.proposal_table .table_title {
    padding: 0 10px 10px 11px;
    letter-spacing: -0.15px;
    font-size: 17px;
}

.caserebate_box.proposal_table .table_title span {
    word-break: break-word;
}

.home-depot-body .dashboard_est_print_box .proposal_table .table_title,
.home-depot-body .dashboard_est_print_box .proposal_table.pink_box .table_title {
    background-image: none;
    background-color: #f96302;
}

.dashbord_box.dashboard_est_print_box .thk-you-border-card-bx {
    margin-top: 70px;
}

.home-depot-body .dashboard_est_print_box .diffrent_box h3 .diffrent_count {
    background-image: none;
    background-color: #f96302;
    border-radius: 34px;
    filter: none;
}

/* Print css */
body.custom_css_class .page_17.proposals_view .view_inner .inner_title.pages_title {
    margin-bottom: 0;
    display: inline-block;
    width: 100% !important;
}

body.custom_css_class .inner_title.pages_title:before {
    display: none;
}

body.custom_css_class .inner_title.pages_title:after {
    content: "";
    width: 34px;
    height: 3px;
    border-radius: 1px;
    position: relative;
    display: flex;
    margin: 5px auto 0;
    background-color: #f96302;
}

body.custom_css_class h2+.inner_title.pages_title:after {
    opacity: 0;
}

body.custom_css_class.home-depot-body .proposal_table .fa.fa-info-circle,
body.custom_css_class .home-depot-body .proposal_table~br,
body.custom_css_class .fas.fa-search-plus.productModal {
    display: none;
}

body.custom_css_class .proposal_table .listing_ancor ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

body.custom_css_class .proposal_table .listing_ancor li::before {
    position: relative;
    transform: none;
    right: auto;
    top: auto;
    bottom: auto;
    display: inline-block;
    background-color: transparent;
    border-right: 2px solid #333;
    margin-top: -5px;
    margin-right: 15px;
    margin-left: 15px;
}

body.custom_css_class .proposal_table .listing_ancor li {
    padding: 0;
}

body.custom_css_class .proposal_table .listing_ancor li:first-child:before {
    display: none;
}

body.custom_css_class .proposal_table .listing_ancor li:last-child:before {
    display: inline-block;
    content: "";
}

body.custom_css_class .dashbord_box.dashboard_est_print_box .thk-you-border-card-bx {
    margin-top: 30px;
}

body.custom_css_class .home-depot-body .proposal_table::before {
    position: relative;
}

body.custom_css_class .page_17.proposals_view .view_inner {
    border-radius: 0;
    padding: 0 20px 10px;
}

body.custom_css_class.home-depot-body .proposals_view {
    background: #fff;
    filter: none;
    border: none;
}

body.custom_css_class.home-depot-body .pro_trow .first_div,
body.custom_css_class.home-depot-body .pro_trow .fourth_div,
body.custom_css_class.home-depot-body .pro_trow .third_div,
body.custom_css_class.home-depot-body .pro_trow .second_div {
    border-right: 2px solid #797979;
    transition: none;
}

.home-depot-body .dashbord_box.dashboard_est_print_box .parts_labor .parts_right {
    padding: 0;
}

.dashbord_box.dashboard_est_print_box .parts_right .avrage_list {
    flex: 1;
    min-width: 170px;
}

.dashbord_box.dashboard_est_print_box .cypers_list li {
    padding: 20px 13px;
}

/* End of homedepot */

/* Start */

body.custom_css_class .parts_labor .parts_right .cypers_list::before {
    position: relative;
    display: none;
}

body.custom_css_class .dashboard_est_print_box .parts_labor .parts_left {
    width: calc(100% - 374px);
    padding-right: 30px;
}

body.custom_css_class .dashboard_est_print_box .parts_labor .parts_right {
    width: 374px;
}

body.custom_css_class .hangout_box .desc:before {
    display: none;
}

body.custom_css_class .hangout_box .desc::after {
    content: "";
    width: 41px;
    height: 1px;
    background-color: #000000;
    display: block;
    margin-top: 20px;
    margin-bottom: -20px;
}

body.custom_css_class .customers_love .hangout_box,
body.custom_css_class .mis_hangout .hangout_box {
    box-shadow: 0px 11px 12px #3d3d3d24;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 40px;
}

body.custom_css_class .mis_hangout .hangout_box {
    padding: 18px 24px 18px 44px;
}

body.custom_css_class .parts_labor .parts_right {
    padding: 0 10px 0 0;
}

body.custom_css_class .guarantee-img-div,
body.custom_css_class .services-img-div {
    text-align: center;
}

body.custom_css_class .guarantee-img-div .img-w100,
body.custom_css_class .services-img-div .img-w100 {
    width: 1280px;
    margin: 0 auto;
    object-fit: contain;
}

body.custom_css_class .view-in-print {
    display: block !important;
}

body.custom_css_class .hide-in-print {
    display: none !important;
}

body .view-in-print {
    display: none !important;
}

body .hide-in-print {
    display: block;
}

.btn-print-dv {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}

body.custom_css_class .star_top .star-rating>span::before {
    color: #f19c27;
}

body.custom_css_class .star_top .star-rating::before {
    color: #f19c27;
}

body.custom_css_class .customers_love_main,
body.custom_css_class .gogle_review .customers_date {
    padding-top: 0;
}

body.custom_css_class .dashbord_box.dashboard_est_print_box {
    padding-top: 10px;
}

.warranty-img-div svg {
    height: 48px;
    display: flex;
}

body.custom_css_class .competition_table {
    margin-top: 16px;
}

.btn.btn-hs-submit.print-round-btn {
    width: 70px;
    height: 70px;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 2px;
    padding: 0;
}

.btn.btn-hs-submit.print-round-btn.disable-btn {
    opacity: 0.5;
    pointer-events: none;
}

body.custom_css_class .pagination_list_info,
body.custom_css_class .mission_div {
    padding-top: 20px;
}

body.custom_css_class .diffrent_div .diffrent_box h3 {
    font-size: 20px;
}

body.home-depot-body.custom_css_class .competition_header .cprus_logo_div span {
    margin-bottom: 0;
}

body.custom_css_class .dashbord_box.dashboard_est_print_box .parts_labor .parts_right .cypers_list,
body.custom_css_class .all_option,
body.custom_css_class .quote_div {
    padding: 0;
}

body.custom_css_class .mission_div .desc {
    line-height: 24px;
}

body.custom_css_class .options_box .options_title {
    padding: 12px 20px
}

.value-pro-hm-root {
    padding: 20px 30px;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    width: 100%;
}

.value-pro-hm-card {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
}

.value-pro-hm-card .value-pro-hm-title-card {
    background: #f96302;
    text-align: center;
    padding: 12px 15px;
    margin: 0 0 20px;
}

.value-pro-hm-card .value-pro-hm-title-card h3 {
    margin: 0;
    font-family: 'Ubuntu-Medium';
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}

.value-pro-hm-card h4 {
    font-family: 'Ubuntu-Medium';
    font-size: 20px;
    line-height: 1.4;
    color: #f96302;
    margin-bottom: 5px;
}

.value-pro-hm-card p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin: 0 0 5px;
}

.value-pro-hm-card .vp-txt-bx-dv {
    margin: 0 0 20px;
}

/**/
body .installation-hdp-opt-root {
    margin: 0;
    row-gap: 10px;
    column-gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.installation-hdp-opt-root .options_box.options_box_new_hdp .options_title {
    padding: 0 0 0 15px;
    background-color: #c0c0c0;
    color: #000;
    border: 1px solid #000;
}

.installation-hdp-opt-root .options_box.options_box_new_hdp .options_title .title-int-hdp-dv {
    padding: 5px 0;
}

.installation-hdp-opt-root .options_box.options_box_new_hdp .options_title .opt-txt-thr-dv .txt {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.installation-hdp-opt-root .options_box.options_box_new_hdp .options_title .opt-txt-thr-dv .txt,
.installation-hdp-opt-root .options_box.options_box_new_hdp .options_title .opt-txt-thr-dv .txt:first-child {
    border-left: 1px solid #000;
    font-family: 'Times New Roman Cyr';
    font-weight: 700;
}

.installation-hdp-opt-root .options_ldiv {
    padding: 0;
}

.installation-hdp-opt-root .options_ldiv .options_label.options_label_new_hdp {
    padding: 2px 15px 2px;
    border: 1px solid #000;
    border-top: none;
    margin: 0;
}

.installation-hdp-opt-root .options_box.options_box_new_hdp {
    border: none;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.installation-hdp-opt-root .options_ldiv .options-checkbox-rw {
    margin: -2px -15px -2px 0;
    column-gap: 0;
}

.installation-hdp-opt-root .options_ldiv .options-checkbox-rw label.radio-box-label {
    padding: 0;
    border-left: 1px solid #000;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.installation-hdp-opt-root .options_ldiv .options-checkbox-rw label.radio-box-label .txt-cb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.installation-hdp-opt-root .options_ldiv .options_label.options_label_new_hdp:last-child {
    border-bottom: 1px solid #000;
}

.installation-hdp-opt-root .options-checkbox-rw .radio-box-label .txt-cb::before {
    border-radius: 4px;
    border: 1px solid #cfcfcf;
    filter: inherit;
    background-color: #fff;
    top: auto;
    width: 20px;
    height: 20px;
    left: auto;
    box-shadow: 0px 3px 3px rgba(57, 57, 57, 0.14);
}

.installation-hdp-opt-root .options-checkbox-rw .radio-box-label .txt-cb::after {
    left: auto;
    top: auto;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    content: "\e903";
    font-family: 'sales' !important;
    color: #fff;
    font-size: 11px;
    line-height: 19px;
    padding-top: 1px;
}

.proposals_view .installation-hdp-opt-root .options-checkbox-rw .radio-box-label .txt-cb::after,
.all_option_new_hdp .installation-hdp-opt-root .options-checkbox-rw .radio-box-label .txt-cb::after {
    content: "";
    background-color: #F1F4FF;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.67356 14.3347L0.222646 10.2619C0.163756 10.0966 0.218496 9.91193 0.357576 9.80643L1.93644 8.60983C2.13401 8.46013 2.41754 8.52773 2.52798 8.75103L3.59472 10.9069L10.3325 1.47941C10.5877 1.12239 10.9154 0.824639 11.2938 0.606149C11.7556 0.339489 12.2783 0.199219 12.8102 0.199219H13.6428L3.89546 14.4269C3.82153 14.5348 3.6999 14.5992 3.57001 14.5992H2.046C1.87908 14.5992 1.7301 14.4934 1.67356 14.3347Z' fill='%23565964'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.1944 0.43327C11.6861 0.14934 12.2426 0 12.8089 0H14.0193L4.0569 14.5415C3.946 14.7034 3.76356 14.8 3.56873 14.8H2.04471C1.79434 14.8 1.57087 14.6413 1.48606 14.4032L0.0351378 10.3305C-0.0531922 10.0825 0.0289177 9.80541 0.237548 9.64721L1.8164 8.45061C2.11276 8.22601 2.53805 8.32751 2.70372 8.66231L3.62431 10.5229L10.1708 1.36309C10.4425 0.98295 10.7915 0.66592 11.1944 0.43327ZM12.8089 0.4C12.3115 0.4 11.8227 0.53118 11.3908 0.78057C11.0369 0.98492 10.7304 1.26338 10.4917 1.59728L3.56255 11.2925L2.34968 8.84121C2.29445 8.72961 2.15269 8.69581 2.0539 8.77061L0.475048 9.96721C0.405498 10.0199 0.378138 10.1123 0.407578 10.195L1.85849 14.2677C1.88676 14.3471 1.96125 14.4 2.04471 14.4H3.56873C3.63367 14.4 3.69449 14.3678 3.73145 14.3138L13.2638 0.4H12.8089Z' fill='%23565964'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center;
    width: 11px;
    height: 12px;
}

.proposals_view .installation-hdp-opt-root .options-checkbox-rw .radio-box-label .txt-cb::before,
.all_option_new_hdp .installation-hdp-opt-root .options-checkbox-rw .radio-box-label .txt-cb::before {
    border-radius: 0;
    width: 15px;
    height: 18px;
    border: 1px solid #565964;
    background-color: #F1F4FF;
    box-shadow: none;
}

.dwn-dropdown-dv .dropdown-menu {
    width: auto;
}

/* thumb slider **/
.thumbnail-slider-root {
    padding: 0;
    margin: 0 0 30px;
    position: relative;
}

.thumbnail-slider-root .slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    bottom: auto;
    margin: 0;
    transform: translateY(-50%);
    z-index: 9;
    background-color: #fff;
    height: 40px;
    width: 40px;
    border: none;
    color: #000;
    line-height: 40px;
    padding: 0;
    font-size: 0;
    box-shadow: 0 8px 10px 0 rgb(0 0 0 / 10%);
    transition: all 0.3s;
}

.thumbnail-slider-root .slick-slider .slick-prev.slick-arrow {
    left: 20px;
}

.thumbnail-slider-root .slick-slider .slick-arrow::before {
    position: relative;
    top: auto;
    left: auto;
    font-size: 16px;
    right: auto;
    transition: all 0.3s;
}

.thumbnail-slider-root .slick-slider .slick-next.slick-arrow {
    right: 20px;
    left: auto;
}

.thumbnail-slider-root .slick-slider .slick-arrow:hover {
    background: #1885c2;
    color: #fff;
    box-shadow: 0px 9px 13.5px rgba(17, 117, 168, 0.51);
    background-image: linear-gradient(0deg, #10638e 0%, #2e88cd 62%, #47bdeb 100%);
}

.thumbnail-slider-root .img-dv {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.thumbnail-slider-root .img-dv .img-fluid {
    width: 100%;
    object-fit: contain;
    height: 400px;
    background: #fff;
}

.thumbnail-slider-root .thumb-img-dv .img-fluid {
    width: 100%;
    object-fit: cover;
    height: 100px;
}

.thumbnail-slider-root .thumb-img-dv {
    width: 100%;
    cursor: pointer;
    position: relative;
}

.thumbnail-slider-root .slider-nav .slick-slide {
    padding: 0 5px;
}

.thumbnail-slider-root .slider-nav .slick-list {
    margin: 0 -5px;
}

.thumbnail-slider-root .slider-nav2 .slick-slide {
    padding: 0 5px;
}

.thumbnail-slider-root .slider-nav2 .slick-list {
    margin: 0 -5px;
}


.thumbnail-slider-root .slider-for .slick-slide>div {
    display: flex;
    flex-wrap: wrap;
}

.thumbnail-slider-root .slider.slider-for {
    margin: 0 auto 10px;
}

.thumbnail-slider-root .slider-for2 .slick-slide>div {
    display: flex;
    flex-wrap: wrap;
}

.thumbnail-slider-root .slider.slider-for2 {
    margin: 0 auto 10px;
}

.thumbnail-slider-root iframe {
    width: 100%;
}

.thumbnail-slider-root .thumb-img-dv .img-overlay-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0000004d;
}

.thumbnail-slider-root .thumb-img-dv .img-overlay-video .img-video-icon {
    width: 48px;
}

/* End thumb slider */

@media only screen and (max-width: 767px) {
    .payment_rparent .col-md-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 10px !important;
    }
}

.clas_video .video_iframe {
    height: 500px;
    width: 100%;
    object-fit: contain;
}

.minheight_link {
    min-height: 131px;
}

/*Hasmat 29-11-21 Edit Remove product button design*/
.pro_trow label span {
    display: block;
}

.pro_trow label span a.edit {
    color: #0e5b82;
    margin: 5px 3px 0 0;
    border: 1px solid #0e5b82;
    padding: 2px 6px;
    background: #0e5b82;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.2px;
    cursor: pointer;
    height: 24px;
    line-height: 18px;
    display: inline-block;
}

.pro_trow label span a.removeProduct,
.pro_trow label span a.removeProduct2 {
    margin: 0;
    border: 1px solid #f00;
    padding: 2px 6px;
    background: #f00;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.2px;
    cursor: pointer;
    height: 24px;
    line-height: 18px;
    display: inline-block;
}

.pro_trow label span a.edit:hover,
.pro_trow label span a.edit:focus,
.pro_trow label span a.removeProduct:hover,
.pro_trow label span a.removeProduct:focus,
.pro_trow label span a.removeProduct2:hover,
.pro_trow label span a.removeProduct2:focus {
    color: #fff;
    outline: none;
}

.options-checkbox-rw .radio-box-label {
    padding: 0 0 0 20px;
    position: relative;
    font-size: 0;
    line-height: 1.5;
    min-height: 21px;
    cursor: pointer;
    min-width: auto;
    margin: 0 auto;
}

.options-checkbox-rw .radio-box-label .txt-cb::before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 20px;
    border: 1px solid #cfcfcf;
    filter: inherit;
    background-color: #fff;
    top: 2px;
    width: 20px;
    height: 20px;
    box-shadow: none;
}

.options-checkbox-rw .radio-box-label .input-cb {
    display: none;
}

.options-checkbox-rw {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1px;
    margin: 2px 0 0;
    width: auto;
    min-width: 150px;
}

.options_label.options_label_new_hdp label.custom_checkbox {
    padding: 0;
    font-size: 14px;
    flex: 1;
}

.options_label.options_label_new_hdp label.custom_checkbox span::before,
.options_label.options_label_new_hdp label.custom_checkbox span::after {
    display: none;
}

.options-checkbox-rw .radio-box-label .txt-cb::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    background-color: #4caf50;
    font-family: 'sales' !important;
    border-radius: 18px;
    width: 12px;
    height: 12px;
    opacity: 0;
    text-align: center;
    font-size: 0;
    line-height: 20px;
    color: #fff;
}

.options-checkbox-rw .radio-box-label .input-cb:checked+.txt-cb::after {
    opacity: 1;
}

.options_ldiv .options_label.options_label_new_hdp {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 16px;
}

.installation-hdp-opt-root {
    padding: 0;
    margin: 0 -10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: auto;
}

.options_box.options_box_new_hdp {
    width: 50%;
    padding: 0 10px;
}

.options_box.options_box_new_hdp .options_title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.options_box.options_box_new_hdp .options_title .opt-txt-thr-dv {
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
}

.options_box.options_box_new_hdp .options_title .opt-txt-thr-dv .txt {
    min-width: 50px;
    text-align: center;
    border-left: 1px solid #ffffff80;
}

.options_box.options_box_new_hdp .options_title .opt-txt-thr-dv .txt:first-child {
    border-left: 0 solid #fff;
}

.options_label.options_label_new_hdp .options-checkbox-rw {
    width: auto;
    min-width: 150px;
}

.options_box.options_box_new_hdp .options_title .title-int-hdp-dv {
    flex: 1;
    word-break: break-word;
    text-transform: none !important;
}

/***/

.home-depot-body .modal.modal-pdf .modal-dialog,
.modal.modal-pdf .modal-dialog {
    max-width: 1024px;
}

.modal.modal-pdf .modal-dialog .modal-body {
    padding: 0;
}

.modal.signature_modal .modal-dialog button.close,
.modal.modal-pdf .modal-header .close {
    font-size: 20px;
    line-height: 1;
    padding: 0;
}

.pdf-viewer-dv {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
}

.pdf-viewer-body-dv {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.pdf-iframe-view {
    width: 100%;
    position: relative;
    height: 600px;
    max-height: 600px;
}

.pdf-iframe-view-preview {
    width: 100%;
    position: relative;
    height: 600px;
    max-height: 600px;
}

.pdf-viewer-btm-dv {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 20px 20px;
    column-gap: 25px;
}

.home-depot-body .pdf-viewer-btm-dv .red_white_btn {
    font-family: 'Helvetica Neue Medium';
    transition: all 0.3s;
    min-height: 44px;
    line-height: 1;
    padding: 14px 40px 10px;
}

.pdf-viewer-btm-dv .homedepot-btn {
    text-transform: uppercase;
    font-size: 16px;
    padding: 14px 40px 10px !important;
    line-height: 1;
}

.modal.signature_modal {
    background: #000000b3;
}

.modal.signature_modal .modal-dialog {
    max-width: 600px;
}

.modal.signature_modal .kbw-signature.sign_here_div {
    border: 1px solid #ddd;
    height: auto;
}

.modal.signature_modal .sign_write_box {
    margin: 0;
    height: auto;
}

.modal.signature_modal .sign_write_box .signbtn {
    bottom: 0;
}

.modal.signature_modal .add_client_btn {
    margin-top: 20px;
}

.modal.signature_modal .add_client_btn .blue_btn {
    padding: 10px 40px;
}

.pdf-viewer-btm-error-dv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 10px 10px 0;
}

body .installation-hdp-opt-root {
    row-gap: 0;
    column-gap: 0;
}

body .installation-hdp-opt-root>.col-md-12 {
    padding: 0;
}

.installation-hdp-opt-root .options_box.options_box_new_hdp {
    display: inline-grid;
    margin: 0;
    font-family: 'Times New Roman Cyr';
}

.installation-hdp-opt-root .options_box.options_box_new_hdp .options_title .title-int-hdp-dv {
    font-size: 14px;
    font-family: 'Times New Roman Cyr';
    font-weight: 700;
    line-height: 15px;
}

.installation-hdp-opt-root .options_label.options_label_new_hdp label.custom_checkbox {
    font-size: 13px;
    color: #000;
}

.options_label.options_label_new_hdp .options-inputbox-rw {
    margin: -2px -14px -2px 0;
    background: #fff;
    position: relative;
    z-index: 1;
    width: calc(100% - 180px);
    border: 0;
}

.options_label.options_label_new_hdp .options-inputbox-rw input.form-control {
    border-color: #000;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 0 12px;
    border: 0;
    background: #F1F4FF;
    border-left: 1px solid;
}

@media (max-width: 767px) {

    .pro_trow label span a.edit,
    .pro_trow label span a.removeProduct,
    .pro_trow label span a.removeProduct2 {
        padding: 2px 4px;
        font-size: 10px;
    }
}

.donot_show.text-center .checkbox_ctable {
    padding: 0;
    width: auto;
}

.maint_poppup .modal-dialog {
    max-width: 940px;
}

.maint_poppup .modal-header {
    padding: 0 !important;
}

.maint_poppup .modal-header .modal-title {
    border-radius: 0px;
    border: 0;
    background-color: #0e71a5;
    background-image: none;
    padding: 10px 20px !important;
    text-align: left;
    text-transform: capitalize;
    font-size: 20px;
}

.maint_poppup .modal-header .modal-title::before {
    display: none;
}

.maint_poppup .modal-dialog .modal-body {
    border-radius: 0px;
}

.maint_poppup .modal-header .close {
    padding: 0px;
    font-size: 27px;
    top: -20px;
    right: -20px;
    color: #fff;
    background-color: #0e71a5;
    height: 40px;
    width: 40px;
    line-height: normal;
    padding-bottom: 12px;
}

.maint_poppup .modal-dialog .modal-body li b {
    font-weight: bold;
}

.maint_poppup .modal-dialog .modal-body>p span {
    color: red;
}

.maint_poppup .modal-dialog .modal-content {}

.maint_box li {
    font-size: 17px;
    line-height: normal;
    display: flex;
    align-items: center;
    min-height: 66px;
    padding: 0px 20px;
    border-bottom: 1px solid #33a0d9ad;
}

.maint_box li:last-child {
    border-bottom: 0;
}

.center_maint {
    border-left: 1px solid #33a0d9ad;
    border-right: 1px solid #33a0d9ad;
}

.maint_amunt {
    text-align: center;
    font-family: 'OpenSans-Bold';
    color: #0e71a5;
    font-size: 50px;
    line-height: normal;
}

.maint_box .border1 {
    border-bottom: 3px solid #33a0d9;
}

.maint_amunt span {
    font-family: 'KumbhSans-Bold';
    font-size: 50px;
    position: relative;
    top: -20px;
}

.maint_box {
    background-color: #f2faff;
}

.maint_amunt b {
    font-size: 70px;
}

.maintselect {
    display: flex;
    padding: 30px 15px;
}

.maintselect .mainlabel {
    width: 160px;
    padding-top: 8px;
}

.maintselect .main_select {
    width: calc(100% - 160px);
}

.maintselect .form-control {
    background-color: #fff !important;
}

.all_option_new_hdp .options_box_new_hdp .form-control {
    height: 100%;
}

.number_border {
    border-right: 1px solid #33a0d9ad;
}

.maintselect .form-group {
    margin: 0;
}

.red_maint {
    color: #d94b37;
}

.mainttitle {
    border-radius: 0px;
    border: 0;
    background-color: #0e71a5;
    background-image: none;
    padding: 14px 20px 12px;
    text-align: left;
    text-transform: capitalize;
    font-size: 20px;
    color: #fff;
    font-family: 'KumbhSans-Bold';
    margin: 0;
}

.resetbtn {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: -20px;
    margin-top: -40px;
}

.reset_system {
    margin-top: 15px;
}

.resetbtn a {
    display: inline-block;
    background-color: #2f8ace;
    color: #fff;
    font-family: 'OpenSans-Semibold';
    border-radius: 30px;
    padding: 10px 50px;
}

.email_contact .caculation_ancor {
    font-size: 14px;
    min-width: 1px;
    padding: 5px 20px 6px;
    margin-top: 10px;
}

.email_contact .caculation_ancor i {
    height: 24px;
    width: 24px;
    font-size: 16px;
    line-height: 23px;
    position: relative;
    margin-right: 8px;
    left: 0;
    top: 1px;
}

#recommendedCategory-error.error,
#recommendedCategory2-error.error {
    text-align: center;
}

.enroll_mbtn label {
    background-color: transparent !important;
    cursor: pointer;
}

.enroll_mbtn a {
    cursor: pointer;
    display: inline-block;
    color: inherit;
}

.estimate_ul li {
    display: flex;
}

.estimate_ul b {
    width: 120px;
    font-family: 'KumbhSans-Bold';
    font-size: 16px;
    padding-right: 10px;
}

.estimate_ul .estimate_content {
    width: calc(100% - 120px);
}

.estimate_content .Systemnamelevel {
    font-size: 16px !important;
    margin: 0 !important;
}

.estimate_content .SystemnameQuote {
    margin: 5px 0;
    font-size: 16px;
}

.estimate_content .productDetailsLabel {
    margin: 0;
    font-size: 13px;
}

.addcart_system.blue_radius_btn {
    color: #fff;
    border: 0;
    border-radius: 30px;
    padding: 10px 30px;
}

.systemprice_desc b {
    font-family: 'KumbhSans-Bold';
    margin-right: 3px;
    font-size: 18px;
}

.edit_popup1.modal .modal-header .close {
    z-index: 1;
}

.edit_popup1 .modal-body {
    border-radius: 0 !important;
}

.edit_popup1.modal .modal-dialog {
    max-width: 730px;
}

.note_login {
    text-align: center;
    background-color: #333;
    color: #fff;
    border-radius: 10px;
    margin: 0 auto 20px;
    padding: 20px 15px;
    max-width: 565px;
    position: relative;
    z-index: 1;
}

.note_login .note_lbtn {
    display: inline-block;
    width: auto;
    padding: 7px 25px 9px;
    background-color: #2e88cd;
    color: #fff;
    border-radius: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.compose_tabs .nav-tabs>li:last-child>a {
    overflow: hidden;
}

.package_select.good-select {
    max-width: 200px;
}

.selectedAccessoryData ul {
    list-style: none;
}

.selectedAccessoryData ul li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
    padding-left: 15px;
    display: flex;
    position: relative;
}

.selectedAccessoryData ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #0e71a5;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.ptable_row .addedsection>span {
    bottom: auto;
    top: 10px;
    transform: none;
    right: 10px;
    margin-top: 0;
}

/*.ptable_row .addedsection .ptable_td {
    padding-left: 35px;
    padding-right: 35px;
}*/
.error {
    width: 100%;
}


/* Hasmat - 24-02-2022 */

.compose_main.compose_main_tabs_smt .proposal_table .propsal_next {
    z-index: 5;
}

.all_table .dataTables_wrapper {
    overflow-x: auto;
}

.price_content.price_content_smt_dv .payment_flex .payment-label {
    min-width: 200px;
}

.payment_credit .form-group .error {
    font-size: 13px;
    position: relative;
    top: -1px;
    display: block;
    clear: both;
    float: left;
}

.payment_credit .form-group.form-group-cardholder .text-muted {
    padding-left: 13px;
}

.payment_credit .form-group.form-group-cardholder .error,
.payment_credit .form-group.form-group-email .error {
    padding-left: 13px;
}

.payment_credit .form-group.form-group-cardholder {
    margin-bottom: 12px;
}

.payment_credit .form-group {
    margin-bottom: 16px;
}

.payment_credit .card_informationn .btn-row-payment-smt-dv .red_radius_btn {
    margin-right: 10px;
}

.bottom_note.customer-disclaimer-note-dv .txt-p1 {
    width: 350px;
    padding: 0 10px;
}

.bottom_note.customer-disclaimer-note-dv .txt-p2 {
    padding: 0 24px;
}

.bottom_note.customer-disclaimer-note-dv .txt-p3 {
    width: 240px;
    padding: 0 10px;
    text-align: right;
}

.view_img_popup.max_logo>img {
    object-fit: contain;
    height: 70px;
}

body.home-depot-body .compose_main_tabs_smt .btn.btn-primary.btnPrevious,
body.home-depot-body .compose_main_tabs_smt .btn.btn-primary.btnNext {
    z-index: 991;
}

table.seles_table td {
    border: 0;
    border-top: 1px solid #dee2e6;
}

@media (min-width: 768px) {

    /* Homedepot */
    .save_changes_btn .blue_btn {}

    /* End of homedepot */
}

@media (max-width: 991px) {
    .doc-note-text-02-div {
        padding: 10px 0px 0;
    }

    .doc-note-text-02-div p {
        font-size: 14px;
        line-height: 21px;
    }

    .doc-note-text-div p {
        margin: 0;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
    }

    .signature_box_notes {
        padding: 0;
        margin-top: 25px;
    }

    .doc-note-text-div {
        padding: 6px 10px;
    }

    .proposal_table .listing_ancor {
        padding: 11px 40px 3px 40px;
    }

    body .bottom_note.customer-disclaimer-note-dv .txt-p1 {
        width: 150px;
        padding: 0;
        flex: 0 0 150px;
    }

    body .bottom_note.customer-disclaimer-note-dv .txt-p3 {
        width: 140px;
        flex: 0 0 140px;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-link {
        font-size: 12px;
        padding: 7px 10px 7px;
        color: #fff;
        border-radius: 0 !important;
    }

    .compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-link.done.active {
        padding-left: 10px;
    }

    .compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-link.active {
        padding-left: 10px;
    }

    .compose_main_tabs_smt .compose_tabs .nav-tabs .nav-item {
        width: 100%;
    }

    .compose_main_tabs_smt ul.nav.subnav-tabs li .nav-link {
        font-size: 12px;
        padding: 4px 5px 3px;
    }

    .compose_main_tabs_smt .compose_tabs ul.nav-tabs {
        padding: 2px;
        width: 100%;
    }

    .compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-link.active {
        color: #333;
        background: #fff !important;
    }

    .compose_main_tabs_smt.fixed_compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-link.done.active {
        background: #399bcf !important;
    }

    .compose_main_tabs_smt ul.nav.subnav-tabs {
        position: relative;
        top: auto;
        padding: 8px 10px;
        margin: -17px 0 0;
        min-height: 195px;
    }

    .compose_main_tabs_smt .compose_tabs ul.nav-tabs>li>a.done::before {
        content: "" !important;
        left: 10px;
        right: auto;
        width: 18px;
        height: 18px;
        border-radius: 0;
        display: block;
        z-index: 1;
        top: 8px;
        background-repeat: no-repeat;
        background-color: transparent;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.6055 10.5957C20.8008 10.4004 20.8984 10.1562 20.8984 9.86328C20.8984 9.55946 20.8008 9.3099 20.6055 9.11458L19.1243 7.64974C18.9182 7.44358 18.674 7.34049 18.3919 7.34049C18.1098 7.34049 17.8657 7.44358 17.6595 7.64974L11.0189 14.2741L7.34049 10.5957C7.13433 10.3895 6.89019 10.2865 6.60807 10.2865C6.32595 10.2865 6.08181 10.3895 5.87565 10.5957L4.39453 12.0605C4.19922 12.2559 4.10156 12.5054 4.10156 12.8092C4.10156 13.1022 4.19922 13.3464 4.39453 13.5417L10.2865 19.4336C10.4926 19.6398 10.7368 19.7428 11.0189 19.7428C11.3118 19.7428 11.5614 19.6398 11.7676 19.4336L20.6055 10.5957ZM23.3236 6.22559C24.4412 8.14073 25 10.2322 25 12.5C25 14.7678 24.4412 16.8593 23.3236 18.7744C22.2059 20.6896 20.6896 22.2059 18.7744 23.3236C16.8593 24.4412 14.7678 25 12.5 25C10.2322 25 8.14073 24.4412 6.22559 23.3236C4.31044 22.2059 2.79405 20.6896 1.67643 18.7744C0.558811 16.8593 0 14.7678 0 12.5C0 10.2322 0.558811 8.14073 1.67643 6.22559C2.79405 4.31044 4.31044 2.79405 6.22559 1.67643C8.14073 0.558811 10.2322 0 12.5 0C14.7678 0 16.8593 0.558811 18.7744 1.67643C20.6896 2.79405 22.2059 4.31044 23.3236 6.22559Z' fill='white' fill-opacity='0.996078'/%3E%3C/svg%3E%0A");
    }

    .compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-link.done {
        padding-left: 36px;
        padding-right: 36px;
    }

    .tab-smt-content-div #subtabs-3 .parts_labor,
    .tab-smt-content-div #subtabs-5 .quote_div,
    .tab-smt-content-div #subtabs-7 .mission_div,
    .tab-smt-content-div #subtabs-8 .mission_div,
    .tab-smt-content-div #subtabs-9 .customers_love_main {
        margin: 0 auto;
        max-width: 100%;
    }

    body .my_profile.compose_main_tabs_smt .system2_title {
        padding: 7px 20px;
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }

    body .my_profile.compose_main_tabs_smt h2.inner_title.text-center.pages_title {
        font-size: 14px;
        line-height: 1.5;
        width: 100%;
        text-align: center !important;
    }

    body .my_profile.compose_main_tabs_smt .resetbtn {
        margin: 0 auto 20px;
        justify-content: center;
        width: 100%;
    }

    body #tabs-3 #productsFormTab .view_inner .inner_title.pages_title {
        width: 100%;
        text-align: center !important;
    }

    body #tabs-3 #productsFormTab .view_inner .resetbtn {
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }

    body #tabs-3 .view_inner .inner_title.pages_title::before {
        content: "" !important;
        width: 34px;
        height: 3px;
        border-radius: 1px;
        background-color: #0e71a5;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        position: absolute;
        display: block !important;
    }

    body .compose_main_tabs_smt .view_inner .proposal_table .pro_trow .view_img_popup.max_logo>img {
        max-width: 110px;
    }

    body .compose_main_tabs_smt .proposal_table .checkbox_ctable input[type="Checkbox"]:checked+span::after {
        top: 7px;
    }

    body div#tabs-4 .optional_box .optional_content .star_optional .d-flex.align-items-center .star-rating {
        margin: 0;
    }

    body div#tabs-4 .optional_box .optional_content .optional_amu {
        min-width: 65px;
        text-align: right;
    }

    .compose_main_tabs_smt .btn.btn-primary.btnPrevious,
    .compose_main_tabs_smt .btn.btn-primary.btnNext {
        top: 204px;
        width: 32px;
        height: 32px;
        font-size: 13px;
        background-color: #1885c2;
        border-color: #1885c2;
        z-index: 99;
    }

    body .compose_main_tabs_smt .proposal_table .pro_trow .custom_radio span::after {
        top: 11px;
    }

    body #subtabs-2 .guarantee_page .guarantee_row1,
    body div#subtabs-4 .view_inner .all_option,
    body .tab-smt-content-div #subtabs-4 .view_inner.page_10,
    body .tab-smt-content-div #subtabs-11 .s1productdata,
    body .tab-smt-content-div #subtabs-11 .s2productdata {
        max-width: 100%;
    }

    body .tab-content.tab-smt-content-div #subtabs-6 .services_div {
        zoom: 100%;
        max-width: 100%;
    }

    body .my_profile.compose_main_tabs_smt div#subtabs-4 h2.inner_title.text-center.pages_title.mb-2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    body .tab-content.tab-smt-content-div #subtabs-6 .services_div .process_box {
        margin-left: 0;
    }

    body .compose_main_tabs_smt .tab-content #tabs-7 .forward_btn a.red_btn {
        min-width: 107px;
        text-align: center;
    }

    body .compose_main_tabs_smt .proposal_table .pro_trow .custom_radio {
        padding-top: 9px;
        padding-left: 26px;
    }

    .dashbord_box.dashbord_box_compose_pro .dashboard_top {
        display: flex;
        flex-wrap: wrap;
    }

    .dashbord_box.dashbord_box_compose_pro .dashboard_top .prev_next_link {
        margin-left: auto;
        right: auto;
        flex: 1;
        text-align: right;
    }

    .compose_main_tabs_smt ul.nav.subnav-tabs li {
        text-align: center;
    }

    body .compose_main_tabs_smt .btn.btn-primary.btnPrevious {
        left: -24px;
    }

    body .compose_main_tabs_smt .btn.btn-primary.btnNext {
        right: -24px;
    }

    .compose_main_tabs_smt .sticky .btn.btn-primary.btnNext {
        margin-bottom: -28px;
        margin-right: -24px;
    }

    .compose_main_tabs_smt .sticky .btn.btn-primary.btnPrevious {
        margin-left: -24px;
    }

    body #subtabs-2 .guarantee_page .guarantee_row1 {
        zoom: 85%;
    }

    body .compose_main_tabs_smt #subtabs-11 .view_img_popup.max_logo>img {
        max-width: 110px;
    }

    .pro_trow .first_div {
        z-index: 3;
    }

    body .compose_main_tabs_smt .tab-content #tabs-7 .forward_btn a.dark_btn[data-target="#cancelProposal"] {
        margin-left: 0;
    }

    .financeoption_main .row.payment_rparent .col-md-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    body .edit_popup1.modal .modal-header .close {
        top: 10px;
        right: 10px;
        padding-top: 0;
    }

    body .edit_popup1.modal h2.inner_title.text-center.pages_title {
        padding: 3px 20px 12px;
    }

    body .proposals_view .view_inner.page_07 .view_img_popup.max_logo>img {
        max-width: 110px;
    }

    body .proposals_view .view_inner.page_07 .checkbox_ctable input[type="Checkbox"]:checked+span::after {
        top: 7px;
    }

    body .proposals_view .view_inner.page_07 .pro_trow .custom_radio span::after {
        top: 11px;
    }

    .view_inner.page_10 .optional_box .optional_amu {
        min-width: 65px;
        text-align: right;
    }

    .view_inner.page_10 .optional_box .star_optional .d-flex.align-items-center .star-rating {
        margin: 0;
    }

    .pro_trow .first_div label.donot_show {
        background: #e7b4bb !important;
        padding-top: 10px;
        padding-bottom: 9px;
    }

    .pro_trow .first_div label .text-danger {
        margin-right: 8px;
    }

    .system_colt_bill_info_body {
        padding: 0 15px;
    }

    .system_collection_bill_info_dv .system_colt_bill_info_header {
        padding: 20px 36px 20px 15px;
    }

    .system_collection.system_collection_bill_info_dv .sub-title {
        margin: 0 0 10px;
        line-height: 1.5;
        width: 100%;
    }

    .system_collection_bill_info_dv .system_colt_bill_info_header::before {
        right: 15px;
        font-size: 24px;
        top: 20px;
    }

    .system_box_bill_info_div.system_box .custmor_box {
        margin: 0 0 15px;
    }

    .customer_agreement .page-no p {
        width: auto;
    }

    .product_zoompopup.modal .proposal_table.caserebate_box .pro_trow .first_div label {
        padding: 30px 5px;
    }

    .all_table .table_top.d-sm-flex .d-flex .search_left {
        width: 100%;
    }

    .all_table .table_top.d-sm-flex .d-flex .form-group {
        width: 100%;
    }

    .all_table .table_top.d-sm-flex .col-auto {
        width: 100%;
    }

    .all_table .table_top.d-sm-flex .col-auto:nth-child(3) {
        width: fit-content;
    }

    .all_table .table_top.d-sm-flex .col-md-2 .new_btn {
        width: 100%;
        text-align: center;
    }

    .optional_box .optional_content .optional_amu {
        min-width: 65px;
        text-align: right;
    }

    .optional_box .optional_content .star_optional .d-flex.align-items-center .star-rating {
        margin: 0 2px 0 0;
    }

    .maint_poppup .maint_box .maint_amunt {
        font-size: 24px;
        line-height: 1;
        padding: 15px;
    }

    body .maint_poppup.edit_popup1.modal .modal-header .close {
        top: -18px;
        right: -12px;
    }

    .all_table .table_top .search_left .search_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .pro_trow .first_div.left_first_div {
        min-width: 75px;
    }

    .pro_trow .first_div.left_first_div label.donot_show {
        font-size: 9px;
    }

    .pro_trow .first_div.left_first_div label,
    .first_div.left_first_div>div {
        font-size: 9px;
    }

    .pro_trow .first_div.left_first_div label .text-danger {
        margin-right: 5px;
        font-size: 9px;
    }

    .caserebate_box .pro_trow label,
    .caserebate_box .pro_trow>div>div {
        padding: 40px 5px;
    }

    .message-box .head-box-1 li .user_phone_no_sales_chat i {
        margin: 0 6px 0 0;
        height: auto;
        width: auto;
        color: #2982c3;
        background: transparent;
        border-radius: 0;
        font-size: 16px;
    }
    .home-depot-body .message-box .head-box-1 li .user_phone_no_sales_chat i {       
        color: #f96302;
        background: transparent;
              
    }

    .product_zoompopup .pro_trow>div.first_div.jq-col {
        min-width: 100px;
    }

    .product_zoompopup .pro_trow>div.first_div.jq-col.left_first_div {
        min-width: 75px;
    }

    body .product_zoompopup .proposals_view .view_inner.page_07 .view_img_popup.max_logo>img {
        max-width: 100px;
    }

    .pro_trow .first_div.left_first_div,
    .pro_trow .first_div,
    .pro_trow .second_div,
    .pro_trow .first_div label.donot_show {
        transition: all 0.4s;
        scroll-behavior: smooth;
    }

    .pro_trow a.view_ancor {
        margin: 5px 0 5px;
        width: 100%;
    }

    .pro_trow .zoom_btn_icon {
        width: 16px;
        margin-left: auto;
        margin-right: 4px;
        margin-bottom: 3px;
    }

    .pro_trow .view_img_popup.zoom_btn_icon {
        width: auto;
        right: auto;
        bottom: auto;
        margin-right: auto;
    }

    .table_status select {
        width: 100%;
    }

    /* 24-03-2022 */

    .proposal_table.checkout-box .first_div.jq-col {
        background: #dff0f9;
    }

    .proposal_table.payment_box .first_div {
        background: #fdf0e7;
    }

    .proposal_table.pink_box .first_div.jq-col {
        background: #fff4f5;
    }

    .dataTables_paginate .paginate_button {
        width: 32px;
        height: 32px;
        line-height: 31px;
        margin: 0;
        font-size: 14px;
    }

    .dataTables_paginate .paginate_button.previous,
    .dataTables_paginate .paginate_button.next {
        width: 32px;
        height: 32px;
        line-height: 30px;
    }

    .dataTables_wrapper .dataTables_paginate .ellipsis {
        padding: 0 0 0 3px;
    }

    .dataTables_paginate .paginate_button.previous {
        margin-right: 5px;
    }

    .dataTables_paginate .paginate_button.next {
        margin-left: 5px;
    }

    .thk-you-border-card-bx {
        padding: 30px 20px 10px;
    }

    .form-check-notes-row {
        width: 100%;
        margin: 10px 0 0 0;
    }

    /* Magento add estimate */
    .magento-bx-div {
        padding: 30px 15px;
    }

    .magento-content-div .mg-img-div {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 0 20px;
    }

    .magento-content-div .mg-text-div h3 {
        font-size: 16px;
    }

    .magento-content-div .mg-text-div p {
        font-size: 14px;
    }

    .magento-content-div .mg-text-div .desc-div p {
        font-size: 13px;
    }

    .table.table-cst thead {
        display: none;
    }

    .table.table-cst tr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
    }

    .table.table-cst td {
        font-size: 14px;
        width: 100%;
        padding: 10px 12px;
    }

    .table.table-cst td::before {
        content: attr(data-label);
        font-size: 12px;
        line-height: 1.5;
        color: #333;
        font-weight: 700;
        width: 100%;
        display: block;
        font-family: 'OpenSans-Bold';
        margin: 0 0 2px;
    }

    .table.table-cst td.tbl-w-50 {
        width: 50%;
    }

    .table.table-cst td.tbl-w-40 {
        width: 40%;
    }

    .table.table-cst td.tbl-w-30 {
        width: 30%;
    }

    .table.table-cst td.tbl-w-33 {
        width: 33.33%;
    }

    .table.table-cst td.tbl-w-20 {
        width: 20%;
    }

    /* .included-opt-opt-bx .table.table-cst tr:nth-child(even) {
        background: #fafafa;
    } */

    .magento-opt-bx .magento-opt-header-div h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .magento-content-div .magento-content-row {
        padding: 0 0 10px;
    }

    .magento-inc-opts-bx .magento-inc-header-div h3 {
        padding: 6px 12px;
        font-size: 14px;
    }

    .table.table-new-inc td {
        font-size: 13px;
    }

    .table.table-new-inc .min-w160 {
        min-width: auto;
    }

    .table.table-new-inc td.qty-td .txt-rgt {
        width: 100%;
        display: inline-block;
    }

    .modal .duplicate-mail-found-dv .dplt-eml-fd-01-dv .blue_btn {
        top: auto;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .modal .duplicate-mail-found-dv .dplt-eml-fd-01-dv .blue_btn,
    .modal .dplt-eml-fd-02-dv .blue_btn {
        padding: 10px;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    .text-dts-installation-div.dplt-eml-fd-02-dv .form-group .form-control {
        height: 42px;
    }

    .text-dts-installation-div.dplt-eml-fd-02-dv label,
    .modal .duplicate-mail-found-dv .text-amount-group label,
    .text-dts-installation-div.duplicate-mail-found-dv label.label-txt01 {
        font-size: 14px;
    }

    .modal .duplicate-mail-found-dv .text-amount-group {
        margin-bottom: 10px;
    }

    body .system_box_appointment .custmor_box {
        padding: 0;
    }

    .btn-primary-blue {
        font-size: 11px;
    }

    .system_box.system_box_appointment table.dataTable.coman_datatable2 th {
        padding: 10px !important;
    }

    .system_box.system_box_appointment table.dataTable.coman_datatable3 th {
        padding: 10px !important;
    }

    .system_order_mgto_result .order_detail_row {
        font-size: 14px;
    }

    .magento_border_dv h5.magento_h5.magento_new_h5 {
        font-size: 13px;
        line-height: 1.5;
    }

    .system_box.system_box_appointment table.dataTable.coman_datatable2 th.min-mbl-w140 {
        min-width: 140px;
    }

    .system_box.system_box_appointment table.dataTable.coman_datatable2 .client_title {
        padding: 0;
    }

    .system_box.system_box_appointment table.dataTable.coman_datatable3 th.min-mbl-w140 {
        min-width: 140px;
    }

    .system_box.system_box_appointment table.dataTable.coman_datatable3 .client_title {
        padding: 0;
    }

    .magento_border_dv {
        padding: 10px;
    }

    .add_new_div.add_new_customer_div {
        margin-top: 20px;
    }

    .edit_client_modal .add_new_customer_div .btn-primary-blue {
        width: 100%;
    }

    .system_box .custmor_box.custmor_mgto_new_box h5.magento_h5 {
        font-size: 14px;
        line-height: 1.5;
    }

    .cutomer-row-mgto-txt-dv .form-group.txt-group {
        margin: 0 0 10px;
        height: auto;
    }

    .cutomer-row-mgto-txt-dv .form-group.btn-group-mgto-dv .blue_btn {
        width: 100%;
        padding: 10px 20px;
        font-size: 14px;
    }

    /* End of magento add estimate */

    .pro_trow label {
        font-size: 13px;
    }

    .home-services-login {
        padding: 15px 0;
    }

    .home-services-login-inner {
        padding: 20px 15px;
        width: 100%;
    }

    .home-services-login-inner h1 {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .home-services-login-inner .img-div {
        margin: 0 0 30px;
    }

    .home-services-login-inner .form-group .form_label {
        margin: 0 0 5px;
    }

    .home-services-login-inner .form-div .form-group {
        margin-bottom: 20px;
    }

    .btn.btn-hs-submit {
        font-size: 18px;
    }

    .home-services-login-inner .btn-cnt-group {
        padding: 5px 0 0;
    }

    .hd-popup .modal-dialog {
        padding-left: 0;
        padding-right: 0;
    }

    .modal.hd-popup .modal-header .close {
        right: 0;
        top: 5px;
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .slt-pkg-header-hd-card h3 {
        font-size: 16px;
    }

    .slt-pkg-header-hd-card {
        padding: 9px 15px;
    }

    .slt-pkg-hd-card .slt-pkg-body-hd-card {
        padding: 15px 15px 5px;
    }

    .opt-pkg-bx {
        padding: 15px;
        margin-bottom: 15px;
    }

    .opt-pkg-bx .desc-dv {
        margin: 10px 0 10px;
    }

    .opt-pkg-bx p {
        font-size: 14px;
    }

    .opt-pkg-bx h4 {
        font-size: 18px;
    }

    .opt-pkg-bx .homedepot-btn {
        width: 100%;
        min-height: 40px;
        padding: 3px 15px 0 !important;
        font-size: 16px;
    }

    .slt-pkg-hd-card {
        margin: 5px 0 20px;
    }

    .hd-popup .btn-org-dv {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .slt-pkg-hd-card label.emis_title {
        margin: 10px 0 15px;
    }

    .btn-org-dv .hd-sign-quote-btn {
        width: 100%;
    }

    /* homedepot */
    .home-depot-body .compose_tabs .nav-tabs>li>a.active,
    .home-depot-body .compose_tabs .nav-tabs>li>a:hover,
    .home-depot-body .compose_tabs .nav-tabs>li>a.done,
    body.home-depot-body #tabs-3 .view_inner .inner_title.pages_title::before {
        background-color: #f96302 !important;
    }

    .home-depot-body .compose_main_tabs_smt .btn.btn-primary.btnPrevious,
    .home-depot-body .compose_main_tabs_smt .btn.btn-primary.btnNext {
        background-color: #f96302;
        border-color: #f96302;
    }

    .home-depot-body .client_header+div .main_dashbord .sidebar_menu {
        background-color: #fff;
    }

    .home-depot-body .compose_main_tabs_smt.fixed_compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-link.done.active {
        background: #ff953b !important;
    }

    .hdmp-modal h4.mainttitle {
        font-size: 14px;
        padding: 15px 20px 10px;
        min-height: 42px;
    }

    .home-depot-body .heading-hdp-tp-row {
        display: none;
    }

    .home-depot-body .heading-md-tp-mbl-dv {
        background: #f2e1d5;
        display: flex;
        padding: 10px 10px;
    }

    .home-depot-body .heading-md-tp-mbl-dv h2 {
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
        font-family: 'OpenSans-Bold';
    }

    .home-depot-body .body-hdp-bd-col ul li {
        font-size: 13px;
    }

    .home-depot-body .maint_poppup .body-hdp-bd-col.grid-col03 .maint_amunt {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .home-depot-body .maint_poppup .body-hdp-bd-col.grid-col03 .maint_amunt span {
        top: -10px;
    }

    body.home-depot-body .tab-smt-content-div #subtabs-3 .parts_labor .parts_left {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    body.home-depot-body .tab-smt-content-div #subtabs-3 .parts_labor .parts_right {
        padding: 0 0 10px;
        zoom: 100%;
        width: 100%;
    }

    body.home-depot-body .pro_trow .first_div {
        min-width: 156px;
    }

    .signature_box_notes {
        margin-top: 0;
    }

    .doc-note-text-div {
        margin-top: 5px;
    }

    .caserebate_box.proposal_table .table_title {
        padding: 10px;
        letter-spacing: 0;
        font-size: 14px;
    }

    /* End of homedepot */

    .single-slider-dv .img-responsive {
        height: 260px;
    }

    .single-slider-dv .img-responsive {
        width: 100%;
        height: 260px;
        object-fit: contain;
    }

    body .installation-hdp-opt-root {
        margin: 0 -5px;
    }

    body .options_box.options_box_new_hdp {
        padding: 0 5px;
        width: 100%;
    }

    body .options_ldiv .options_label.options_label_new_hdp {
        margin-bottom: 10px;
    }

    body .options_box.options_box_new_hdp .options_title .opt-txt-thr-dv {
        min-width: 104px;
        font-size: 12px;
        right: 0;
        position: relative;
    }

    body .options_label.options_label_new_hdp .options-checkbox-rw {
        width: auto;
        min-width: 99px;
        margin-top: 0;
        column-gap: 0;
        right: -5px;
        position: relative;
    }

    body .options_box.options_box_new_hdp .options_title .opt-txt-thr-dv .txt {
        min-width: 33px;
    }

    body .options_label.options_label_new_hdp label.custom_checkbox {
        padding: 0;
        letter-spacing: 0;
    }

    body .options-checkbox-rw .radio-box-label .txt-cb::after {
        width: 8px;
        height: 8px;
        line-height: 8px;
    }

    body .options-checkbox-rw .radio-box-label .txt-cb::before {
        width: 16px;
        height: 16px;
    }

    body .value-pro-hm-card {
        margin-bottom: 30px;
    }

    .modal .pro_trow.total div:not(.first_div) label,
    .modal .pro_trow label.total {
        font-size: 12px;
    }

    .proposal_table.payment_box .listing_ancor {
        padding-left: 10px;
    }

    body .bottom_note.customer-disclaimer-note-dv .txt-p3,
    body .bottom_note.customer-disclaimer-note-dv .txt-p1 {
        width: 100%;
        padding: 0;
        flex: 0 0 100%;
    }

    .customer-disclaimer-note-dv {
        padding: 10px 0 0;
    }

    body .bottom_note.customer-disclaimer-note-dv .txt-p3 {
        text-align: center;
    }

    .bottom_note.customer-disclaimer-note-dv .txt-p2 {
        padding: 0;
    }

    .bottom_note.customer-disclaimer-note-dv p {
        font-size: 10px;
    }

    /* thumb slider */
    .thumbnail-slider-root .img-dv .img-fluid,
    .thumbnail-slider-root .slider-for .img-dv iframe {
        height: 200px;
    }

    .thumbnail-slider-root .img-dv .img-fluid,
    .thumbnail-slider-root .slider-for2 .img-dv iframe {
        height: 200px;
    }

    .thumbnail-slider-root .thumb-img-dv .img-fluid {
        height: 60px;
    }

    .thumbnail-slider-root .thumb-img-dv .img-overlay-video .img-video-icon {
        width: 24px;
    }

    .thumbnail-slider-root .slick-slider .slick-arrow {
        height: 34px;
        width: 34px;
        line-height: 34px;
    }

    .thumbnail-slider-root .slick-slider .slick-arrow::before {
        font-size: 14px;
    }

    .thumbnail-slider-root .slick-slider .slick-prev.slick-arrow {
        left: -15px;
    }

    .thumbnail-slider-root .slick-slider .slick-next.slick-arrow {
        right: -15px;
    }

    /* End thumb slider */

    .modal.modal-pdf .pdf-viewer-dv .pdf-iframe-view {
        height: 100vh;
        max-height: calc(100vh - 230px);
    }


    body .installation-hdp-opt-root {
        display: flex;
        flex-wrap: wrap;
    }

    body .installation-hdp-opt-root .options_ldiv .options-checkbox-rw label.radio-box-label {
        width: 34px;
    }

    body .installation-hdp-opt-root .options_ldiv .options-checkbox-rw label.radio-box-label .txt-cb {
        transform: scale(0.7);
    }

    body .options_label.options_label_new_hdp .options-checkbox-rw {
        min-width: 104px;
        right: 0;
        margin: 0 -11px 0 0;
    }

    body .installation-hdp-opt-root .options_ldiv .options_label.options_label_new_hdp {
        padding: 0 10px;
    }

    body .installation-hdp-opt-root .options_ldiv .options-checkbox-rw label.radio-box-label:first-child {
        width: 35px;
        left: -1px;
    }

    body .installation-hdp-opt-root .options_label.options_label_new_hdp label.custom_checkbox {
        padding: 4px 10px 4px 0;
    }

    body .doc-sign-header h3,
    body .doc-sign-brow h4 {
        font-size: 18px;
    }

    body .doc-sign-body {
        padding: 15px;
    }

    body .doc-cbt-row .doc-cbt-btn-dv {
        flex: 1;
    }

    body.home-depot-body .doc-cbt-row .homedepot-btn {
        font-size: 16px;
        padding: 9px 30px 8px !important;
        width: 100%;
        text-align: center;
    }

    body .doc-cbt-row .desc-dv {
        padding: 10px 0 0;
        flex: 0 0 100%;
    }

    body .doc-cbt-row .desc-dv p {
        font-size: 16px;
    }

    body .doc-sign-check-box-dv .custom_checkbox {
        font-size: 16px;
        line-height: 26px;
    }

    .doc-sign-check-box-dv .custom_checkbox span::after,
    body .doc-sign-check-box-dv .custom_checkbox span::before {
        width: 20px;
        height: 20px;
    }

    .doc-sign-check-box-dv .custom_checkbox span::after {
        font-size: 14px;
        padding-top: 0;
    }

    body .doc-sign-check-box-dv .custom_checkbox {
        font-size: 16px;
        line-height: 24px;
        padding-left: 30px;
    }

    body.home-depot-body .homedepot-btn.btn-big-homedepot {
        font-size: 16px;
    }

    table.seles_table td {
        border: 0;
        border-top: 1px solid #797979;
    }

    .qty_product {
        order: 1;
        background: #d7d7d7;
        border-left: 1px solid #797979 !important;
    }

    .price_product {
        order: 2;
        background: #d7d7d7;
    }

    .pricefor_product {
        order: 3;
        background: #d7d7d7;
        border-right: 1px solid #797979 !important;
    }

    .sku_product {
        order: 4;
        border-left: 1px solid #797979 !important;
        border-right: 1px solid #797979 !important;
    }

    .name_product {
        order: 5;
        border-left: 1px solid #797979 !important;
        border-right: 1px solid #797979 !important;
    }

    .image_product {
        order: 6;
        border-bottom: 3px solid #797979 !important;
        border-left: 1px solid #797979 !important;
        border-right: 1px solid #797979 !important;
    }
    .border-b1{
        border-bottom: 3px solid #797979 !important;

    }

    .table.table-cst tr:last-child .image_product {
        order: 6;
        border-bottom: 1px solid #797979 !important;
        border-left: 1px solid #797979 !important;
        border-right: 1px solid #797979 !important;
    }

    .table.table-cst td.image_product::before {
        display: none;
    }
}

@media (max-width: 575px) {
    .form-group-generate-password {
        padding-top: 0;
    }

    .all_table .table_top.table_top_cst_est .srch-by-col label {
        padding-bottom: 5px;
    }

    .all_table .table_top.table_top_cst_est .srch-by-col,
    .all_table .table_top.table_top_cst_est .reset-by-col {
        width: auto;
    }

    .all_table .table_top.table_top_cst_est .reset-by-col .form-group {
        padding-top: 27px;
    }

    .hd_notification_box {
        width: 100%;
        padding: 25px 0 15px;
    }

    .hd_notification_box .hd_notification_top h2 {
        font-size: 24px;
        margin: 0 0 10px;
    }

    .hd_notification_box p {
        font-size: 14px;
    }

    .btn-goto-center-dv .go-home {
        font-size: 14px;
        padding: 12px 25px;
        margin-top: 10px;
    }

    .hd_notification_box p {
        font-size: 14px;
        margin: 0 0 10px;
    }

    .hd_notification_box .notification_center_box {
        padding: 15px 0 10px;
    }

    .hd_notification_box .notification_center_box label.label_txt {
        font-size: 14px;
    }


}

@media (min-width: 1201px) and (max-width: 1550px) {
    .all_table .table_top.table_top_cst_est .col-auto {
        padding-left: 8px;
        padding-right: 8px;
    }

    .all_table .table_top.table_top_cst_est .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .table_top.table_top_cst_est .form-group label {
        padding-right: 5px;
    }

    /* .srch-by-date-label {
        min-width: 110px;
    } */

    .table_top.table_top_cst_est select {
        width: 160px;
    }
}

@media (min-width: 1201px) and (max-width: 1367px) {
    .table_top.table_top_cst_est .search_left {
        max-width: 220px;
    }

    .table_top.table_top_cst_est select {
        width: 150px;
        padding-left: 10px;
        background-position: right 10px center;
        background-size: 11px;
        font-size: 13px;
    }

    .table_top.table_top_cst_est .form-group label {
        font-size: 13px;
    }

    .srch-by-date-label {
        min-width: 105px;
    }

    .table_top.table_top_cst_est input.form-control {
        font-size: 13px;
        padding-left: 10px;
    }

    .table_top.table_top_cst_est .daterangeestimate.form-control {
        padding-right: 13px;
        max-width: 165px;
    }

    .all_table .table_top.table_top_cst_est .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    .all_table .table_top.table_top_cst_est .col-auto {
        padding-left: 6px;
        padding-right: 6px;
    }

    .options_ldiv .options_label.options_label_new_hdp {
        margin-bottom: 12px;
    }
}

@media (min-width: 1201px) and (max-width: 1335px) {
    .colmn_five .viewtable_header .first_div {
        min-width: 175px;
    }

    .colmn_five .viewtable_header .second_div {
        min-width: 175px;
    }

    .btn-primary-blue {
        font-size: 12px;
        min-width: 136px;
    }
}

@media (min-width: 1201px) and (max-width: 1310px) {
    .all_table .table_top.table_top_cst_est .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .all_table .table_top.table_top_cst_est .col-auto {
        padding-left: 5px;
        padding-right: 5px;
    }

    .srch-by-date-label {
        min-width: 102px;
    }

    .table_top.table_top_cst_est .search_left {
        max-width: 210px;
    }

    .table_top.table_top_cst_est .new_btn {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 13px;
    }

    .table_top_cst_est .table_top_cst_est_row {
        max-width: 900px;
    }

    .table_top_cst_est .search-flex-dv {
        padding-top: 28px;
    }

    .subtask-last-view .caserebate_box.proposal_table .table_title {
        font-size: 15px;
    }
}

@media (min-width: 1201px) and (max-width: 1250px) {
    .table_top.table_top_cst_est .form-group label {
        font-size: 13px;
        width: 100%;
        display: block;
        margin-bottom: 4px;
    }

    .all_table .table_top.table_top_cst_est .srch-by-col .form-group {
        flex-wrap: wrap;
        display: block !important;
    }

    .table_top.table_top_cst_est .form-group .srch-by-date-label {
        margin-bottom: 4px !important;
    }

    .all_table .table_top.table_top_cst_est .col-auto {
        padding-left: 10px;
        padding-right: 10px;
    }

    .all_table .table_top.table_top_cst_est .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .table_top.table_top_cst_est .new_btn {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 13px;
    }

    .all_table .table_top.table_top_cst_est .reset-by-col {
        padding-top: 25px;
    }

    .all_table .table_top.table_top_cst_est.all_sent_estimates_rtable .reset-by-col {
        padding-top: 0;
    }

    .table_top.table_top_cst_est .search_left {
        margin-top: 25px;
    }

    .proposal_table .table_title {
        width: 40px;
        padding: 5px 6px;
        font-size: 16px;
    }

    .pro_trow .first_div {
        padding-left: 40px;
    }

    .pro_trow label {
        font-size: 13px;
    }

    .my_profile.compose_main.compose_main_tabs_smt {
        padding-left: 20px;
        padding-right: 20px;
    }

    .all_table .table_top.table_top_cst_sales_manager .reset-by-col {
        padding-top: 0;
    }

    .all_table .table_top.table_top_cst_sales_manager .search_left {
        margin-top: 20px;
        min-width: 200px;
    }
}

@media (min-width: 1201px) and (max-width: 1215px) {
    .colmn_five .viewtable_header .first_div {
        min-width: 165px;
    }

    .colmn_five .viewtable_header .second_div {
        min-width: 165px;
    }

    .colmn_five .pro_trow>div {
        min-width: 165px;
    }

    .colmn_five .pro_trow>div>div {
        padding: 10px;
    }
}

@media (max-width: 1200px) {
    .home-depot-body .proposal_table .mobile_stikydiv {
        background-color: #f96302 !important;
    }

    .home-depot-body .proposal_table .propsal_next,
    .home-depot-body .system_mspan,
    .home-depot-body .proposal_table .propsal_next {
        background-color: #f06204 !important;
    }

    .home-depot-body .parts_labor .parts_left {
        width: calc(100% - 334px);
        padding-right: 20px;
    }

    .home-depot-body .parts_labor .parts_right .cypers_list {
        padding-top: 48px;
    }

    .home-depot-body .tab-smt-content-div div#subtabs-3 .parts_labor .parts_right .cypers_list::before {
        width: 100%;
        height: 48px;
    }

    .installation-hdp-opt-root .options_ldiv .options-checkbox-rw label.radio-box-label {
        width: 44px;
    }

    .installation-hdp-opt-root .options_box.options_box_new_hdp .options_title .title-int-hdp-dv {
        font-size: 14px;
    }

    .installation-hdp-opt-root .options_box.options_box_new_hdp .options_title {
        padding-left: 10px;
    }

    .installation-hdp-opt-root .options_ldiv .options_label.options_label_new_hdp {
        padding-left: 10px;
    }

    .options_box.options_box_new_hdp .options_title .opt-txt-thr-dv {
        min-width: 132px;
        font-size: 13px;
    }

    .options_box.options_box_new_hdp .options_title .opt-txt-thr-dv .txt {
        min-width: 44px;
    }

    .options_label.options_label_new_hdp .options-checkbox-rw {
        width: auto;
        min-width: 132px;
    }

    .options_box.options_box_new_hdp .options_title {
        padding: 10px 20px;
    }

    .bottom_note.customer-disclaimer-note-dv .txt-p1 {
        width: 240px;
        padding: 0 10px;
        flex: 0 0 240px;
    }

    .bottom_note.customer-disclaimer-note-dv .txt-p2 {
        padding: 0 10px;
    }

    .bottom_note.customer-disclaimer-note-dv .txt-p3 {
        width: 175px;
        flex: 0 0 175px;
    }

    .modal.modal-pdf .modal-dialog {
        max-width: calc(100% - 20px);
    }

    .pdf-iframe-view {
        height: 500px;
        max-height: 500px;
    }

    .pdf-iframe-view-preview {
        height: 900px;
        max-height: 900px;
    }

    .doc-sign-header h3,
    .doc-sign-brow h4 {
        font-size: 21px;
    }

    .doc-cbt-row .desc-dv p,
    .home-depot-body .doc-cbt-row .homedepot-btn,
    .home-depot-body .homedepot-btn.btn-big-homedepot,
    .doc-sign-check-box-dv .custom_checkbox {
        font-size: 18px;
    }

    .row-magento-dv .mg-grid-left-dv {
        -ms-flex: 0 0 342px;
        flex: 0 0 342px;
        max-width: 342px;
    }

    .row-magento-dv .mg-grid-right-dv {
        -ms-flex: 0 0 calc(100% - 342px);
        flex: 0 0 calc(100% - 342px);
        max-width: calc(100% - 342px);
    }

    .row-magento-dv .thumbnail-slider-root .img-dv .img-fluid {
        height: 312px;
    }

    .row-magento-dv .thumbnail-slider-root iframe {
        height: 312px;
    }
}

@media (max-width: 1024px) {
    .proposal_btn_new_group.new_group01 a:nth-child(5) {
        margin-left: 0 !important;
    }

    .proposal_btn_new_group.new_group01 a {
        margin-top: 8px;
    }

    .home-depot-body .tab-smt-content-div #subtabs-3 .parts_labor .parts_right {
        padding: 0 0 10px;
        zoom: 100%;
        width: 250px;
    }

    .home-depot-body .tab-smt-content-div #subtabs-3 .parts_labor .parts_left {
        width: calc(100% - 250px);
        padding-right: 30px;
    }

    .home-depot-body .cypers_list li {
        font-size: 13px;
        line-height: 18px;
    }

    .value-pro-hm-root {
        padding: 20px;
    }

    .value-pro-hm-card .value-pro-hm-title-card h3 {
        font-size: 20px;
    }

    .value-pro-hm-card h4 {
        font-size: 18px;
    }

    .value-pro-hm-card p {
        font-size: 14px;
    }

    .dashbord_box .customer_agreement .installation-hdp-opt-root {
        padding: 0 10px;
    }

    .dashbord_box .customer_agreement .installation-hdp-opt-root>.col-md-12 {
        padding: 0;
    }

    .dashbord_box .customer_agreement .installation-hdp-opt-root .options_box.options_box_new_hdp .options_title {
        padding: 0 0 0 10px;
    }

    .installation-hdp-opt-root .options_ldiv .options-checkbox-rw label.radio-box-label {
        width: 44px;
    }

    .options_label.options_label_new_hdp label.custom_checkbox+.options-checkbox-rw.ml-2 {
        flex: 0 0 100%;
        width: 100%;
        margin: 5px 0 0 !important;
    }

    .row-magento-dv .mg-grid-left-dv {
        -ms-flex: 0 0 292px;
        flex: 0 0 292px;
        max-width: 292px;
    }

    .row-magento-dv .mg-grid-right-dv {
        -ms-flex: 0 0 calc(100% - 292px);
        flex: 0 0 calc(100% - 292px);
        max-width: calc(100% - 292px);
    }

    .row-magento-dv .thumbnail-slider-root .img-dv .img-fluid {
        height: 262px;
    }

    .row-magento-dv .thumbnail-slider-root iframe {
        height: 262px;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    body .compose_main_tabs_smt .compose_tabs ul.nav-tabs {
        padding: 2px;
        width: 100%;
    }

    body .compose_main_tabs_smt .compose_tabs .nav-tabs .nav-item {
        width: 50%;
    }

    body .compose_main_tabs_smt ul.nav.subnav-tabs {
        padding: 8px 15px;
        min-height: 120px;
    }

    body .compose_main_tabs_smt .btn.btn-primary.btnPrevious,
    body .compose_main_tabs_smt .btn.btn-primary.btnNext {
        width: 32px;
        height: 32px;
        font-size: 16px;
        top: 127px;
    }

    body .compose_main_tabs_smt #subtabs-2 .guarantee_page .guarantee_row1.shape {
        zoom: 65%;
        max-width: 100%;
    }

    body .tab-smt-content-div #subtabs-9 .customers_love_main {
        max-width: 100%;
        zoom: 90%;
        padding-right: 15px;
    }

    body .tab-smt-content-div #subtabs-11 .s1productdata,
    body .tab-smt-content-div #subtabs-11 .s2productdata {
        padding-right: 0;
    }

    body .compose_main_tabs_smt .tab-content #tabs-7 .forward_btn a.dark_btn[data-target="#cancelProposal"] {
        margin-left: 0;
    }

    body .compose_main_tabs_smt .proposal_table .checkbox_ctable input[type="Checkbox"]:checked+span::after {
        top: 2px;
    }

    body .proposals_view .view_inner.page_07 .checkbox_ctable input[type="Checkbox"]:checked+span::after {
        top: 2px;
    }

    body .compose_main_tabs_smt .proposal_table .pro_trow .custom_radio {
        padding-top: 7px;
        padding-left: 26px;
    }

    body .proposals_view .view_inner.page_07 .pro_trow .custom_radio {
        padding-top: 7px;
        padding-left: 26px;
    }

    .compose_main.compose_main_tabs_smt .pro_trow>.first_div {
        min-width: 160px;
        font-size: 13px;
    }

    .tab-smt-content-div #subtabs-11 .proposal_table {
        zoom: 70%;
    }

    body .tab-smt-content-div #subtabs-3 .parts_labor {
        max-width: 100%;
        align-items: flex-start;
    }

    .tab-smt-content-div .parts_labor .parts_right .cypers_list::before {
        left: 0;
        width: 187px;
        height: 38px;
    }

    .tab-smt-content-div .parts_labor .avrage_list .avrage_title {
        min-height: 76px;
    }

    /**/

    .parts_labor {
        max-width: 100%;
        align-items: flex-start;
    }

    .parts_labor .parts_right .cypers_list::before {
        left: 0;
        width: 187px;
        height: 38px;
    }

    .parts_labor .avrage_list .avrage_title {
        min-height: 76px;
    }

    .all_table .table_top.table_top_cst_est .sales-est-col-div {
        width: 100%;
        max-width: calc(100% - 200px);
        flex: auto;
    }

    .all_table .table_top.table_top_cst_est .col-auto {
        width: auto;
    }

    .table_top_cst_est .table_top_cst_est_row {
        padding: 0;
        max-width: 100%;
    }

    .all_table .table_top.table_top_cst_est .reset-by-col .form-group {
        padding-top: 0;
    }

    .table_top_cst_est .search-flex-dv {
        padding: 0;
        /* margin-top: -10px; */
    }

    .table_top.table_top_cst_est .form-group label {
        margin-bottom: 5px;
    }

    .all_table .table_top.table_top_cst_est .srch-by-col label {
        padding-bottom: 0;
    }

    .pdf-viewer-btm-dv .homedepot-btn {
        padding: 0 30px !important;
    }
}

@media (max-width: 500px) {
    .compose_main_tabs_smt .tab-content #tabs-7 .forward_btn a.dark_btn[data-target="#cancelProposal"] {
        margin-left: 0;
        width: 100%;
    }

    .compose_main_tabs_smt .tab-content #tabs-7 .forward_btn button.blue_btn {
        width: 100%;
        margin-left: 0;
        margin-right: 0 !important;
    }

    body .compose_main_tabs_smt .tab-content #tabs-7 .forward_btn a.red_btn {
        min-width: 40%;
        text-align: center;
        margin-left: 0;
    }

    body .compose_main_tabs_smt .tab-content #tabs-7 .forward_btn button.red_btn.draftsavebtn {
        width: calc(60% - 10px);
    }

    .modal.paper_sold_out .form-group.payment_radio .payment_rparent .custom_radio {
        min-width: 110px;
    }

    body .proposals_view .view_inner.page_07 .pro_trow .custom_radio {
        padding-top: 9px;
        padding-left: 26px;
    }

    .price_content.price_content_smt_dv .payment_flex .payment-label {
        min-width: 100%;
        margin: 0 0 5px;
    }

    .price_content.price_content_smt_dv .payment_flex .payment-input {
        width: 100%;
        padding: 0;
    }

    .price_content.price_content_smt_dv .payment_flex .payment-input input {
        width: calc(100% - 35px);
    }

    .price_table.price_table_contr_smt_dv .payment-input {
        width: 100%;
        padding: 5px 0 5px;
    }

    .price_table.price_table_contr_smt_dv .payment-input input {
        width: calc(100% - 35px);
    }

    .price_table.price_table_contr_smt_dv .payment-input.payment-input-depo input {
        width: 100%;
    }

    .parts_labor .parts_right .cypers_list::before {
        left: 0;
        width: 100%;
        height: 48px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .tab-smt-content-div .parts_labor .parts_right .cypers_list::before {
        left: 0;
        width: 100%;
        height: 48px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .tab-smt-content-div #subtabs-3 .parts_labor .avrage_list .avrage_title {
        min-height: auto;
    }

    /**/

    .parts_labor .parts_right .cypers_list::before {
        left: 0;
        width: 100%;
        height: 48px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .parts_labor .avrage_list .avrage_title {
        min-height: auto;
    }

    .table_top_cst_est .table_top_cst_est_row {
        padding: 0;
        max-width: 100%;
    }

    .all_table .table_top.table_top_cst_est .reset-by-col .form-group {
        padding-top: 0;
    }

    .table_top_cst_est .search-flex-dv {
        padding: 0;
        /* margin-top: -10px; */
    }

    .all_table .table_top.table_top_cst_est .srch-by-col label {
        padding-bottom: 0;
    }

    .table_top.table_top_cst_est .form-group label {
        margin-bottom: 5px;
    }

    .table_top.table_top_cst_est select {
        width: 100%;
    }

    .all_table .table_top.table_top_cst_est .srch-by-col {
        width: 100%;
    }

    .table_top.table_top_cst_est .daterangeestimate.form-control {
        max-width: 100%;
    }

    .table_top.table_top_cst_est .search-select-w100 .input-group {
        width: calc(100% - 79px);
    }

    .home-depot-body .header_table .unit_div {
        background-color: #f96302;
    }

    .rdy-to-move-fw-dashboard .guarantee_title .inner_title.pages_title {
        font-size: 12px;
    }

    .rdy-to-move-fw-dashboard .inner_title .cypers_air_logo {
        max-height: 40px;
    }

    .dashbord_box .customer_agreement .installation-hdp-opt-root {
        padding: 0 15px;
        grid-template-columns: 1fr;
    }

    .modal.modal-pdf .modal-header .modal-title {
        padding: 12px 40px 9px;
        font-size: 14px;
        line-height: 21px;
    }

    .customer_agreement .options_label.options_label_new_hdp label.custom_checkbox+.options-checkbox-rw.ml-2 {
        right: 0;
    }

    .customer_agreement .installation-hdp-opt-root .options_ldiv .options-checkbox-rw {
        margin: 0;
    }

    .home-depot-body .pdf-viewer-btm-dv .red_white_btn {
        padding: 14px 15px 10px;
        width: 100%;
        text-align: center;
    }

    .pdf-viewer-btm-dv .homedepot-btn {
        padding: 14px 15px 10px !important;
        width: 100%;
    }

    .pdf-viewer-btm-dv {
        row-gap: 10px;
        width: 100%;
    }

    .pdf-viewer-dv .pdf-viewer-btm-dv .btn-right-dv,
    .pdf-viewer-dv .pdf-viewer-btm-dv .btn-left-dv {
        width: 100%;
    }

    .sign-vcard {
        margin: 0 0 20px;
    }

    .home-depot-body .modal.modal-square .modal-header .modal-title {
        padding: 8px 30px 9px 30px;
        font-size: 16px;
    }

    .home-depot-body .modal.modal-square .modal-header .close {
        right: 10px;
        top: 10px;
        font-size: 16px;
        padding: 2px;
    }

    .row-magento-dv .mg-grid-left-dv {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-magento-dv .mg-grid-right-dv {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-magento-dv .thumbnail-slider-root iframe {
        height: 262px;
    }
}

@media (max-width: 360px) {
    .action_btn.btn-group-all-proposal-dv ul li a {
        font-size: 13px;
    }
}

@media (max-width: 350px) {
    .financeoption_main .payment_rparent .col-md-2 .custom_radio {
        font-size: 11px;
    }

    body .dataTables_paginate .paginate_button {
        width: 28px;
        height: 28px;
        line-height: 27px;
        margin: 0;
        font-size: 13px;
    }

    body .dataTables_paginate .paginate_button.previous,
    .dataTables_paginate .paginate_button.next {
        width: 28px;
        height: 28px;
        line-height: 26px;
    }

    .action_btn.btn-group-all-proposal-dv ul li a {
        font-size: 12px;
    }

    .caserebate_box.proposal_table .table_title {
        padding: 10px 5px;
        font-size: 13px;
    }
}

@media (min-width: 1150px) and (max-width: 1200px) {
    .proposal_table .table_title {
        width: 40px;
        padding: 5px 6px;
        font-size: 16px;
    }

    .pro_trow .first_div {
        padding-left: 40px;
    }

    .pro_trow label {
        font-size: 13px;
    }

    .my_profile.compose_main.compose_main_tabs_smt {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1150px) {
    .parts_labor .parts_right .cypers_list::before {
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        height: 48px;
    }
}
.pl-15{
    padding-left: 15px;
}
@media (min-width: 1150px) and (max-width: 1450px) {
    .compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-link {
        font-size: 14px;
        padding: 10px 15px 10px;
    }

    .compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-link.done.active {
        padding-left: 15px;
    }

    .compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-link.active {
        padding-left: 15px;
    }
    

    .compose_main_tabs_smt ul.nav.subnav-tabs li .nav-link {
        font-size: 12px;
    }

    .tab-content.tab-smt-content-div #subtabs-6 .services_div {
        zoom: 90%;
    }
}

@media (min-width: 1150px) and (max-width: 1290px) {
    .compose_main_tabs_smt .compose_tabs ul.nav-tabs {
        padding: 4px 0 0 10px;
    }

    .tab-content.tab-smt-content-div #subtabs-6 .services_div {
        zoom: 70%;
    }

    .compose_main_tabs_smt .btn.btn-primary.btnPrevious,
    .compose_main_tabs_smt .btn.btn-primary.btnNext {
        width: 44px;
        height: 44px;
        font-size: 24px;
    }

    div#subtabs-7 .mission_div .desc {
        font-size: 14px;
        line-height: 1.7;
    }

    .tab-smt-content-div #subtabs-9 .customers_love_main {
        max-width: calc(100% - 94px);
        zoom: 90%;
    }

    .tab-smt-content-div div#subtabs-9 .star_top .rating_span {
        font-size: 14px;
    }

    #subtabs-1 .view_inner .competition_table {
        max-width: calc(100% - 120px);
        zoom: 90%;
    }
}

@media (min-width: 1201px) and (max-width: 1449px) {
    .tab-smt-content-div #subtabs-11 .colmn_five .viewtable_header .second_div {
        min-width: 175px;
    }
}

@media (min-width: 1201px) and (max-width: 1340px) {

    .tab-smt-content-div #subtabs-11 .viewtable_header .first_div,
    .tab-smt-content-div #subtabs-11 .pro_trow .first_div {
        width: 23%;
    }

    .tab-smt-content-div #subtabs-11 .second_div,
    .pro_trow .tab-smt-content-div #subtabs-11 .second_div {
        width: 19.25%;
    }

    .tab-smt-content-div #subtabs-11 .maintenance_box .pro_trow>div>div.enroll_mbtn label {
        padding: 0;
    }

    .tab-smt-content-div #subtabs-11 .maintenance_box .pro_trow>div>div.enroll_mbtn,
    .tab-smt-content-div #subtabs-11 .maintenance_box .pro_trow>div>label {
        padding-right: 10px;
        padding-left: 10px;
    }

    .tab-smt-content-div #subtabs-11 .proposal_table.caserebate_box .pro_trow .first_div label {
        padding-left: 10px;
        padding-right: 10px;
    }

    #subtabs-11.subtask-last-view .Column2 .pro_trow .second_div,
    #subtabs-11.subtask-last-view .Column2 .viewtable_header .second_div {
        width: 38.5%;
    }

    #subtabs-11.subtask-last-view .Column3 .pro_trow .second_div,
    #subtabs-11.subtask-last-view .Column3 .viewtable_header .second_div {
        width: 25%;
    }

    #subtabs-11.subtask-last-view .Column4 .pro_trow .second_div,
    #subtabs-11.subtask-last-view .Column4 .viewtable_header .second_div {
        width: 18.75%;
    }

    #subtabs-11 .Column1 .pro_trow .second_div,
    #subtabs-11 .Column1 .viewtable_header .second_div {
        width: 77%;
    }

    #subtabs-11.subtask-last-view .Column3 .pro_trow .second_div,
    #subtabs-11.subtask-last-view .Column3 .viewtable_header .second_div {
        width: 25%;
    }
}

@media (min-width: 1201px) and (max-width: 1335px) {

    .tab-smt-content-div #subtabs-11 .colmn_five .second_div,
    .pro_trow .tab-smt-content-div #subtabs-11 .colmn_five .second_div {
        width: 15%;
    }

    .tab-smt-content-div #subtabs-11 .colmn_five .viewtable_header .first_div,
    .tab-smt-content-div #subtabs-11 .colmn_five .pro_trow .first_div {
        width: 25%;
    }

    .tab-smt-content-div #subtabs-11 .colmn_five .viewtable_header .second_div {
        min-width: 155px;
    }

    .tab-smt-content-div #subtabs-11 .colmn_five .pro_trow>div {
        min-width: 155px;
    }

    .tab-smt-content-div #subtabs-11 .colmn_five .pro_trow>div>div {
        padding: 10px 0 10px;
    }

    .tab-smt-content-div #subtabs-11 .colmn_five .pro_trow label {
        padding: 10px 5px 10px;
    }

    .tab-smt-content-div #subtabs-11 .colmn_five .view_img_popup>img {
        max-width: 145px;
    }
}

@media (min-width: 1201px) and (max-width: 1240px) {
    .tab-smt-content-div #subtabs-11 .colmn_five {
        zoom: 90%;
    }
}

@media (min-width: 1151px) and (max-width: 1250px) {
    .home-depot-body .proposal_table::before {
        width: 40px;
    }

    .caserebate_box.proposal_table .table_title {
        padding: 0 10px 10px 4px;
        font-size: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .table_top .search_left {
        min-width: 210px;
    }

    .table_top.table_top_cst_est select {
        width: 145px;
    }

    .table_top_cst_est .table_top_cst_est_row {
        padding: 0;
        max-width: 100%;
    }

    /* .table_top.table_top_cst_est {
        flex-wrap: wrap;
    } */

    .table_top_cst_est .search-flex-dv {
        padding: 0;
        margin-left: auto;
    }

    /* Recommendations Specifications */

    .product_zoompopup .pro_trow>div.first_div.jq-col {
        min-width: 150px;
    }

    .pro_trow .first_div {
        padding-left: 40px;
    }

    .proposal_table.maintenance_box .enroll_mbtn label {
        padding: 0;
    }

    .maintenance_box .pro_trow label,
    .maintenance_box .pro_trow>div>div,
    .checkout-box .pro_trow label,
    .checkout-box .pro_trow>div>div {
        padding-left: 8px;
        padding-right: 8px;
    }

    .caserebate_box .pro_trow label,
    .caserebate_box .pro_trow>div>div {
        padding-left: 8px;
        padding-right: 8px;
    }

    /* End of Recommendations Specifications */

    /* Homedepot */
    body.home-depot-body .compose_main.compose_main_tabs_smt .pro_trow>.first_div {
        min-width: 220px;
    }

    /* End of homedepot */
}

@media (min-width: 550px) and (max-width: 1150px) {

    /* Hasmat HTML 25-02-2022 */
    .compose_main.compose_main_tabs_smt {
        padding: 15px 15px;
    }

    .compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-link {
        font-size: 14px;
        padding: 10px 12px 10px;
    }

    .compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-link.done {
        padding-left: 35px;
    }

    .compose_main_tabs_smt .compose_tabs ul.nav-tabs>li>a.done::before {
        left: 10px;
        width: 18px;
        height: 18px;
        top: 12px;
    }

    .compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-link.done.active,
    .compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-link.active {
        padding-left: 12px;
    }

    .compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-item {
        min-width: 120px;
    }

    .compose_main_tabs_smt .compose_tabs ul.nav-tabs {
        padding: 4px 0 0 20px;
    }

    .compose_main_tabs_smt .system_collection {
        padding-left: 20px;
        padding-right: 20px;
    }

    .system_colt_bill_info_body {
        padding: 0 20px;
    }

    #tabs-3 #productsFormTab .view_inner .resetbtn {
        display: inline-block;
        float: none;
        margin-left: auto;
        margin-right: 0;
    }

    #tabs-3 #productsFormTab .view_inner .inner_title.pages_title {
        display: inline-block;
        width: calc(100% - 200px);
        text-align: left !important;
        min-height: 44px;
        position: relative;
        margin-bottom: 0;
    }

    #tabs-3 #productsFormTab .view_inner .inner_title.pages_title::before {
        display: none;
    }

    .compose_main_tabs_smt .view_inner .pro_trow .first_div label:nth-child(2n+1) {
        z-index: 3;
    }

    .compose_main_tabs_smt .view_inner .pro_trow .donot_show {
        background: #e7b4bb !important;
    }

    .compose_main_tabs_smt div#lattershtml .view_ptop .view_ptop_left {
        text-align: left;
    }

    /* .compose_main_tabs_smt div#lattershtml .proposal_info>ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-start;
    }

    .compose_main_tabs_smt div#lattershtml .proposal_info>ul li {
        flex-wrap: wrap;
        width: 50%;
        text-align: left;
        margin: 0;
    }

    .compose_main_tabs_smt div#lattershtml .proposal_info>ul li:last-child {
        border-bottom: 1px solid #9dbdce;
        justify-content: center;
    } */

    .compose_main_tabs_smt ul.nav.subnav-tabs {
        padding: 8px 15px;
    }

    .compose_main_tabs_smt ul.nav.subnav-tabs li .nav-link {
        font-size: 12px;
        padding: 4px 6px 3px;
    }

    .compose_main_tabs_smt ul.nav.subnav-tabs li .nav-link.active {
        padding: 3px 6px 4px;
    }

    .compose_main_tabs_smt .tab-smt-content-div .view_inner h2.inner_title.pages_title {
        padding-left: 20px;
        padding-right: 20px;
    }

    .compose_main_tabs_smt .tab-smt-content-div .view_inner h2.inner_title.pages_title {
        padding: 13px 20px 12px;
    }

    .tab-smt-content-div #subtabs-1 .competition_table {
        width: calc(100% - 30px);
    }

    .compose_main_tabs_smt .btn.btn-primary.btnPrevious {
        left: -30px;
    }

    .compose_main_tabs_smt .sticky .btn.btn-primary.btnPrevious {
        margin-left: -30px;
    }

    .compose_main_tabs_smt #subtabs-2 .guarantee_page .guarantee_row1.shape {
        zoom: 70%;
        max-width: calc(100% - 84px);
    }

    .tab-smt-content-div #subtabs-3 .parts_labor {
        max-width: calc(100% - 60px);
        flex-wrap: wrap;
        justify-content: center;
    }

    .tab-smt-content-div #subtabs-3 .parts_labor .parts_left {
        width: 100%;
    }

    .tab-smt-content-div #subtabs-3 .parts_labor .parts_left .parts_lheader {
        max-width: 300px;
        margin: 0 auto;
    }

    .tab-smt-content-div #subtabs-3 .parts_labor .parts_right {
        padding: 0 0 30px;
    }

    .tab-smt-content-div #subtabs-5 .quote_div {
        max-width: calc(100% - 80px);
        padding-right: 15px;
    }

    .tab-smt-content-div #subtabs-6 .services_div {
        max-width: calc(100% - 100px);
        zoom: 90%;
        padding-right: 15px;
    }

    .tab-smt-content-div #subtabs-7 .mission_div {
        max-width: calc(100% - 80px);
        padding-right: 15px;
    }

    .tab-smt-content-div #subtabs-8 .mission_div {
        max-width: calc(100% - 90px);
        padding-right: 15px;
    }

    .tab-smt-content-div #subtabs-7 .mission_div .hangout_box .desc {
        font-size: 14px;
        line-height: 2;
    }

    .tab-smt-content-div #subtabs-8 .mission_div .diffrent_box h3 .diffrent_count {
        width: 50px;
        height: 50px;
        line-height: 54px;
        top: -3px;
    }

    .tab-smt-content-div #subtabs-8 .mission_div .diffrent_box h3 {
        font-size: 16px;
        padding-left: 50px;
        line-height: 1.6;
    }

    .tab-smt-content-div #subtabs-9 .customers_love_main .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tab-smt-content-div #subtabs-9 .customers_love_main {
        max-width: calc(100% - 60px);
        zoom: 85%;
        padding-right: 40px;
    }

    .tab-smt-content-div #subtabs-10 .forward_contect {
        left: 0;
        width: 100%;
    }

    .tab-smt-content-div #subtabs-10 .forward_contect {
        left: 0;
        width: 100%;
        max-width: calc(100% - 90px);
        margin: 0 auto;
    }

    .tab-smt-content-div #subtabs-11 .s1productdata {
        max-width: calc(100% - 48px);
        padding-right: 24px;
    }

    .tab-smt-content-div #subtabs-11 .s2productdata {
        max-width: calc(100% - 48px);
        padding-right: 24px;
    }

    #subtabs-4 .view_inner .all_option {
        max-width: calc(100% - 120px);
    }

    .compose_main_tabs_smt .btn.btn-primary.btnPrevious,
    .compose_main_tabs_smt .btn.btn-primary.btnNext {
        width: 40px;
        height: 40px;
        font-size: 21px;
    }

    div#subtabs-4 .view_inner .all_option {
        max-width: calc(100% - 90px);
        width: 100%;
        margin: 0 auto;
        padding-right: 15px;
    }

    .tab-smt-content-div #subtabs-7 .mission_div .mis_hangout {
        zoom: 90%;
    }

    .pro_trow .first_div {
        z-index: 3;
    }

    .price_content.price_content_smt_dv .payment_flex .payment-input input {
        width: 140px;
    }

    .payment_credit .card_informationn .btn-row-payment-smt-dv .red_radius_btn {
        margin-right: 5px;
        padding: 13px 24px;
    }

    .tab-smt-content-div #subtabs-11 .proposal_table {
        zoom: 95%;
    }

    .compose_main_tabs_smt .system_collection.system_collection_bill_info_dv {
        padding: 0;
    }

    .system_collection_bill_info_dv .system_colt_bill_info_header {
        padding: 20px 50px 20px 20px;
    }

    .system_collection_bill_info_dv .system_colt_bill_info_header::before {
        right: 20px;
        font-size: 24px;
        top: 20px;
    }

    .customer_agreement .page-no p {
        width: auto;
    }

    .product_zoompopup .pro_trow>div.first_div.jq-col {
        min-width: 120px;
    }

    .product_zoompopup .pro_trow .second_div {
        min-width: 180px;
    }

    body .tab-smt-content-div #subtabs-3 .parts_labor {
        align-items: flex-start;
    }

    /* End of Hasmat HTML 22-03-2022 */

    /* Magento add estimate */
    .magento-content-div .mg-text-div h3 {
        font-size: 18px;
        margin: 0 0 7px;
    }

    .magento-content-div .mg-text-div .desc-div p {
        font-size: 13px;
    }

    .magento-opt-bx .magento-opt-header-div {
        padding: 10px;
    }

    .table.table-cst th {
        font-size: 12px;
        padding: 10px;
    }

    .table.table-cst td {
        font-size: 14px;
    }

    .table.table-cst th.thb-tablet-w-45 {
        width: 45%;
    }

    .table.table-cst th.thb-tablet-w-55 {
        width: 55%;
    }

    /* End of magento add estimate */

    .btn-primary-blue {
        font-size: 11px;
        min-width: 126px;
    }

    .system_box.system_box_appointment table.dataTable.coman_datatable2 th {
        padding: 10px !important;
    }

    .system_box.system_box_appointment table.dataTable.coman_datatable3 th {
        padding: 10px !important;
    }

    .system_order_mgto_result .order_detail_row {
        font-size: 14px;
    }

    .magento_border_dv h5.magento_h5.magento_new_h5 {
        font-size: 13px;
        line-height: 1.5;
    }

    .system_box.system_box_appointment table.dataTable.coman_datatable2 th.min-mbl-w140 {
        min-width: 140px;
    }

    .system_box.system_box_appointment table.dataTable.coman_datatable2 .client_title {
        padding: 0;
    }

    .system_box.system_box_appointment table.dataTable.coman_datatable3 th.min-mbl-w140 {
        min-width: 140px;
    }

    .system_box.system_box_appointment table.dataTable.coman_datatable3 .client_title {
        padding: 0;
    }

    .magento_border_dv {
        padding: 10px;
    }

    .add_new_div.add_new_customer_div {
        margin-top: 20px;
    }

    .system_box .custmor_box.custmor_mgto_new_box h5.magento_h5 {
        font-size: 14px;
        line-height: 1.5;
    }

    .guarantee_bkg h3 {
        font-size: 24px;
    }

    .guarantee_bkg h5 {
        font-size: 18px;
    }

    .guarantee_bkg .guarantee_content {
        font-size: 10px;
    }

    .tab-content.tab-smt-content-div #subtabs-6 .services_div {
        zoom: 85%;
    }

    /* homedepot */
    .home-depot-body .proposal_btn.proposal_btn_new_group>a.cont_viewbtn {
        min-width: 75px;
    }

    .home-depot-body .proposal_btn.proposal_btn_new_group {
        column-gap: 8px;
    }

    .home-depot-body .proposal_btn.proposal_btn_new_group>a {
        margin-left: 0 !important;
    }

    /* End of homedepot */
}

@media (min-width: 550px) and (max-width: 835px) and (orientation: portrait) {
    .tab-smt-content-div #subtabs-11 .proposal_table {
        zoom: 80%;
    }

    .compose_main.compose_main_tabs_smt .pro_trow>.second_div {
        min-width: 180px;
    }

    .text-preview-row-div .form-group .form_label {
        font-size: 13px;
    }
}

@media (min-width: 550px) and (max-width: 835px) {
    .tab-smt-content-div #subtabs-11 .proposal_table {
        zoom: 80%;
    }

    body .pro_trow label {
        padding-left: 6px;
        padding-right: 6px;
    }

    .installation-hdp-opt-root {
        margin: 0 -5px;
    }

    .options_box.options_box_new_hdp {
        padding: 0 5px;
        width: 100%;
    }

    .options_ldiv .options_label.options_label_new_hdp {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1150px) {
    body .pro_trow .first_div label {
        font-size: 13px;
        letter-spacing: -0.2px;
    }

    body .proposal_table .table_title {
        width: 36px;
        padding: 15px 3px;
        font-size: 14px;
    }

    body .compose_main.compose_main_tabs_smt .pro_trow>.first_div {
        min-width: 192px;
        font-size: 13px;
        padding-left: 36px;
    }

    /* Recommendations Specifications */

    .product_zoompopup .pro_trow>div.first_div.jq-col {
        min-width: 150px;
    }

    .pro_trow .first_div {
        padding-left: 40px;
    }

    .proposal_table.maintenance_box .enroll_mbtn label {
        padding: 0;
    }

    .maintenance_box .pro_trow label,
    .maintenance_box .pro_trow>div>div,
    .checkout-box .pro_trow label,
    .checkout-box .pro_trow>div>div {
        padding-left: 8px;
        padding-right: 8px;
    }

    .caserebate_box .pro_trow label,
    .caserebate_box .pro_trow>div>div {
        padding-left: 8px;
        padding-right: 8px;
    }

    .pro_trow label {
        font-size: 13px;
    }

    /* End of Recommendations Specifications */

    .home-depot-body .proposal_table::before,
    .home-depot-body .proposal_table.payment_box::after {
        width: 36px;
    }

    .caserebate_box.proposal_table .table_title {
        padding: 0 4px 1px 4px;
        letter-spacing: 0;
        font-size: 14px;
        line-height: 1;
    }
}

@media (min-width: 836px) and (max-width: 1150px) {
    #assesoriesFormTab .optional_div .col-lg-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }

    .compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-item {
        min-width: auto;
    }

    .tab-smt-content-div #subtabs-7 .mission_div .mis_hangout {
        zoom: 95%;
    }

    .tab-smt-content-div #subtabs-8 .mission_div .diffrent_box h3 {
        font-size: 18px;
        padding-left: 50px;
        line-height: 1.6;
        min-height: 58px;
    }

    .tab-smt-content-div #subtabs-8 .mission_div .diffrent_box h3>span {
        display: block;
    }

    .compose_main_tabs_smt .btn.btn-primary.btnPrevious,
    .compose_main_tabs_smt .btn.btn-primary.btnNext {
        top: 175px;
    }

    .tab-smt-content-div #subtabs-1 .competition_table {
        zoom: 85%;
        width: calc(100% - 80px);
        left: -15px;
    }

    #subtabs-2 .view_inner .guarantee_page {
        padding: 0 55px 0 40px;
    }

    .pro_trow .first_div {
        z-index: 3;
    }

    .compose_main_tabs_smt .compose_tabs ul.nav-tabs .nav-link {
        font-size: 13px;
        padding: 10px 10px 10px;
    }

    .compose_main_tabs_smt .compose_tabs ul.nav-tabs {
        padding: 4px 0 0 10px;
    }

    .compose_main_tabs_smt .tab-smt-content-div div#subtabs-6 .view_inner p.desc {
        padding: 0 50px;
    }

    .tab-smt-content-div #subtabs-10 .forward_contect {
        left: 0;
        width: 100%;
        max-width: calc(100% - 90px);
        margin: 0 auto;
        padding-right: 15px;
    }

    .tab-smt-content-div #subtabs-11 .proposal_table .pro_trow.jq-row {
        /* zoom: 95%; */
    }
}

@media (min-width: 1000px) and (max-width: 1150px) {
    .parts_labor .parts_right .cypers_list::before {
        left: 0;
        width: 190px;
    }

    .tab-smt-content-div .parts_labor .parts_right .cypers_list::before {
        left: 0;
        width: 190px;
    }

    .tab-smt-content-div div#subtabs-3 .parts_labor .parts_right .cypers_list::before {
        left: 0;
        width: 190px;
    }
}

@media (min-width: 768px) and (max-width: 1150px) {
    .tab-smt-content-div #subtabs-3 .parts_labor .parts_left .parts_lheader {
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
        zoom: 70%;
        padding-bottom: 5px;
    }

    .tab-smt-content-div #subtabs-3 .parts_labor .parts_left {
        width: calc(100% - 340px);
        padding-right: 30px;
    }

    .tab-smt-content-div #subtabs-3 .parts_labor .parts_right {
        padding: 0 0 10px;
        zoom: 80%;
    }

    .tab-smt-content-div #subtabs-3 .parts_labor .parts_left h4 {
        font-size: 14px;
        margin: 0 0 11px;
        line-height: 1.4;
    }

    .tab-smt-content-div #subtabs-3 .parts_labor .parts_left .desc {
        font-size: 14px;
        line-height: 1.4;
    }

    .tab-smt-content-div .parts_labor .parts_right .cypers_list::before {
        left: 0;
        width: 186px;
    }

    .tab-smt-content-div #subtabs-3 .parts_labor .avrage_list .avrage_title {
        min-height: 78px;
    }

    /**/

    .parts_labor .parts_left .parts_lheader {
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
        zoom: 70%;
        padding-bottom: 5px;
    }

    .parts_labor .parts_left {
        width: calc(100% - 340px);
        padding-right: 30px;
    }

    .parts_labor .parts_right {
        padding: 0 0 10px;
        zoom: 80%;
    }

    .parts_labor .parts_left h4 {
        font-size: 14px;
        margin: 0 0 11px;
        line-height: 1.4;
    }

    .parts_labor .parts_left .desc {
        font-size: 14px;
        line-height: 1.4;
    }

    .parts_labor .parts_right .cypers_list::before {
        left: 0;
        width: 100%;
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
    }

    .parts_labor .avrage_list .avrage_title {
        min-height: 78px;
    }

    .compose_main.my_profile .form-group .input-group.datepiker_input>.form-control {
        padding-right: 40px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .table_top_cst_est .table_top_cst_est_row {
        padding: 0;
    }

    .all_table .table_top.table_top_cst_est .sales-est-col-div {
        width: 100%;
        max-width: calc(100% - 200px);
        flex: auto;
    }

    /* .table_top_cst_est .search-flex-dv {
        padding: 0;
        position: absolute;
        right: 30px;
        bottom: 20px;
    } */

    .table_top.table_top_cst_est {
        position: relative;
    }

    .caserebate_box.proposal_table .table_title {
        padding: 10px;
        letter-spacing: 0;
        font-size: 15px;
    }

    .doc-cbt-row .desc-dv p,
    .home-depot-body .doc-cbt-row .homedepot-btn,
    .home-depot-body .homedepot-btn.btn-big-homedepot,
    .doc-sign-check-box-dv .custom_checkbox {
        font-size: 16px;
    }

    .home-depot-body .doc-cbt-row .homedepot-btn {
        padding: 9px 30px 8px !important;
    }

    .doc-cbt-row .desc-dv {
        padding: 0 0 0 5px;
    }

    .doc-sign-brow h4 {
        font-size: 18px;
    }

    .doc-sign-body {
        padding: 25px 20px;
    }

    .doc-cbt-row .chk-bx img {
        width: 34px;
    }
}

@media (min-width: 767px) and (max-width: 1150px) {
    .compose_main.compose_main_tabs_smt .pro_trow>.first_div {
        min-width: 160px;
        font-size: 13px;
    }

    .compose_main.compose_main_tabs_smt .maintenance_box .pro_trow>div>div,
    .compose_main.compose_main_tabs_smt .maintenance_box .pro_trow label {
        padding: 12px 8px 12px;
    }

    .compose_main.compose_main_tabs_smt .caserebate_box .pro_trow label,
    .compose_main.compose_main_tabs_smt .caserebate_box .pro_trow>div>div {
        padding: 40px 8px;
    }

    .compose_main.compose_main_tabs_smt .maintenance_box .pro_trow>div>div label {
        padding: 0;
    }

    .compose_main.compose_main_tabs_smt .pro_trow .first_div span.text-danger {
        margin-right: 5px;
    }

    .proposal_btn_new_group.est_new_group01 {
        row-gap: 8px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .home-depot-body .compose_main.compose_main_tabs_smt .pro_trow>.first_div {
        min-width: 185px;
    }
}

@media (min-width: 767px) and (max-width: 1024px) and (orientation: landscape),
(min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {}

@media (min-width: 768px) and (max-width: 991px) {
    .pro_trow label {
        font-size: 13px;
    }
}

/* End of Hasmat - 24-02-2022 */


table.dataTable.custom_paginate_datatable th {
    background-color: #d5e4ec;
    font-size: 12px;
    color: #535557;
    font-family: 'OpenSans-Semibold';
    font-weight: normal;
    border-right: 1px solid #c4d2da;
    padding: 13px 14px 15px 14px !important;
    background-image: none !important;
    border-bottom: 0;
}

table.dataTable.custom_paginate_datatable {
    margin: 0 !important;
    border-collapse: inherit;
}

table.dataTable.custom_paginate_datatable td {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-family: 'Ubuntu-Regular';
    font-weight: normal;
    border-right: 1px solid #c4d2da;
    padding: 11px 14px 10px 14px;
    border-bottom: 1px solid #c4d2da;
    vertical-align: top;
    cursor: auto !important;
    border-top: 0 !important;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.commentViewer {
    height: 180px;
    overflow: auto;
    border: 1px solid #797979;
    padding: 15px;
    text-align: left;
}

.commentViewer b {
    font-family: 'OpenSans';
    font-size: 14px;
    font-weight: bold;
}

.commentViewer p {
    font-family: 'OpenSans';
    font-size: 14px;
}

.commentViewer-listing {
    width: 87.1vw;
    height: 120px !important;
}

.private-note-label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    background-color: #d9534f;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.ProductFeatures ol {
    margin-left: 16px;
}

.magento_hr {
    border-top: 5px solid rgba(0, 0, 0, .1) !important;
}

.magento_h3 {
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
}

.magento_h5 {
    font-size: 0.8rem;

}

.collapsing {
    transition: height .075s ease-in !important;
}

.table_top_cst_sales_manager .search_left {
    margin-top: 20px !important;
    padding: 0;
}

@media print {

    header,
    .home-depot-body .main_dashbord .sidebar_menu {
        display: none;
    }

    .home-depot-body .proposal_table .table_title,
    .home-depot-body .proposal_table.pink_box .table_title {
        background: #f96302;
    }
}

.d-none {
    display: none !important;
}

.grey-image {
    filter: grayscale(100%);
    opacity: 0.75;
}

.btn-big-homedepot:disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: no-drop;
}

.homedepot-notes-div p {
    margin-bottom: 2px;
    margin-top: 0.2rem;
}

.homedepot-notes-div textarea {
    display: block;
    width: 100%;
    height: calc(3rem + 2rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}

/* New Design */

.system_location,
.product_info_custom {
    border: 1px solid #bbdbec;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.product_info_custom .mx-20 {
    max-width: 20%;
}

.system_one_box {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #bbdbec;
}

.system_one_box:last-child {
    border-bottom: 0;
}

.system_location .system_box_in,
.system_location .location_box_in {
    flex: 1;
    display: flex;
    gap: 10px;
}

.system_location .system_box_in .lable_name,
.system_location .location_box_in .lable_name {
    margin-bottom: 0;
    background: #0d71a5;
    padding: 12px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}

.system_location .system_box_in .system_input_file,
.system_location .location_box_in .system_input_file {
    width: 100%;
    padding-right: 10px;
}

.system_location .system_box_in .system_input_file input,
.system_location .location_box_in .system_input_file input {
    padding: 4px;
    border-radius: 0;
    border: 1px solid #000;
    width: 100%;
    margin-top: 5px;
}

.product_info_custom .product_itemin_head {
    display: flex;
    align-items: center;
}

.product_info_custom .product_itemin_head .itemin_head_title {
    flex: 1;
    background: #0d71a5;
    text-align: center;
    padding: 12px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-left: 1px solid #bbdbec;
}

.product_info_custom .product_itemin_head .itemin_head_title:first-child,
.product_info_custom .product_itemin_list:last-child,
.product_info_custom .product_itemin_list .product_input_field:last-child {
    border: 0;
}

.product_info_custom .product_itemin_list {
    display: flex;
    border-bottom: 1px solid #bbdbec;
    border-right: 1px solid #bbdbec;
}

.product_info_custom .product_itemin_list .product_input_field {
    flex: 1;
    padding: 8px 10px;
    border-right: 1px solid #bbdbec;
    min-height: 45px;
}

.product_info_custom .product_itemin_list .product_input_field input {
    width: 100%;
    padding: 3px;
    border: 1px solid #000;
    border-radius: 0;
}

.product_info_custom .product_itemin_list .product_input_field:first-child {
    text-align: end;
}

.product_info_custom .product_itemin_list .product_input_field:first-child input {
    max-width: calc(100% - 44px);
    width: 100%;
    margin-left: auto;
}

.product_info_custom .product_itemin_list .product_input_field:first-child textarea {
    /* max-width: calc(100% - 44px); */
    width: 100%;
    margin-left: auto;
}

.product_info_custom .product_itemin_list .product_input_field:first-child label {
    max-width: calc(100% - 44px);
    text-align: start;
    margin-bottom: 0;
    margin-top: 5px;
}


.product_info_custom .side_product_itemin {
    position: relative;
}

.product_info_custom .side_product_itemin .side_title {
    position: absolute;
    top: 1px;
    left: 0;
    height: 100%;
    margin: 0;
    background: #0e5b82;
    writing-mode: vertical-rl;
    text-align: center;
    text-orientation: mixed;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    padding: 12px;
    font-weight: 500;
    color: #fff;
    rotate: 180deg;
}

.compressorin_system {
    display: flex;
    border: 1px solid #bbdbec;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.compressorin_system .compre_system_box {
    flex: 1;
    border-left: 1px solid #bbdbec;
}

.compressorin_system .compre_system_box .title_compre {
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    background: #0d71a5;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.compressorin_system .compre_system_box .title_compre .hide_button {
    width: 50px;
}

.compressorin_system .compre_system_box .title_compre p {
    margin: 0;
}

.compressorin_system .compre_system_box .compre_item {
    display: flex;
    border-bottom: 1px solid #bbdbec;
    flex-wrap: wrap;
}

.compressorin_system .compre_system_box:first-child,
.compressorin_system .compre_system_box .compre_item .compre_field:first-child,
.compressorin_system .compre_system_box .compre_item:last-child {
    border: 0;
}

.compressorin_system .compre_system_box .compre_item .compre_field {
    flex: 1;
    text-align: center;
    padding: 6px 10px;
    border-left: 1px solid #bbdbec;
    min-height: 45px;
}

.compressorin_system .compre_system_box .compre_item .compre_field input {
    width: 100%;
    padding: 4px;
    border: 1px solid #000;
}

.compressorin_system .compre_system_box .compre_item .compre_field .compre_name {
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.compressorin_system .compre_system_box .compre_item .compre_field .edit_icon_button {
    display: flex;
    gap: 10px;
}

.compressorin_system .compre_system_box .compre_item .compre_field .edit_icon_button .edit_button {
    max-width: 26px;
    min-width: 26px;
    height: 26px;
    border: 0;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(0deg, #10638e 0%, #2e88cd 62%, #47bdeb 100%);
    border-radius: 5px;
    color: #fff;
}

.compressorin_system .compre_system_box .compre_item .compre_field .edit_icon_button .edit_button:hover {
    background-color: #41b0ea;
    background-image: linear-gradient(0deg, #41b0ea 0%, #41b0ea 62%, #41b0ea 100%);
}

.compressorin_system .compre_system_box .compre_item .compre_field .edit_icon_button .edit_button i {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.compressorin_system .compre_system_box .compre_item .options_label {
    width: 50px;
}

.compressorin_system .compre_system_box .compre_item .options_label .custom_checkbox span::before {
    left: 13px;
    top: -5px;
}

.compressorin_system .compre_system_box .compre_item .options_label .custom_checkbox span::after {
    left: 13px;
    top: -5px;
    background: linear-gradient(0deg, #10638e 0%, #2e88cd 62%, #47bdeb 100%);
}

.package_table .ptable_td.ptable_td_new {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.readio_group {
    display: flex;
    align-items: center;
}

.readio_group input {
    display: none;
}

.readio_group label {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.readio_group label::before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #000;
}

.readio_group label::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #797979;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    opacity: 0;
}

.readio_group input:checked~label::after {
    opacity: 1;
}

.package_table.package_table_new .ptable_th {
    font-weight: 600;
    font-size: 15px;
}

.package_table.package_table_new {
    margin: 0 0 20px;
    overflow: hidden;
}

.package_table.package_table_new .ptable_th {
    width: 45%;
}

.package_table.package_table_new .ptable_td {
    width: 55%;
    padding: 10px 35px;
    font-weight: 600;
}

.package_table.package_table_new .ptable_td label {
    text-align: start;
    margin-bottom: 0;
    margin-top: 5px;
}

.package_table.package_table_new .ptable_td input {
    min-height: 36px;
    border: 1px solid #000;
    border-radius: 0;
}

.package_table.package_table_new .ptable_row.promotion1 {
    background-color: rgb(235, 239, 248);
}

.package_table.package_table_new .ptable_row.promotion2 {
    background-color: rgb(247, 232, 251);
}

.notes_table {
    padding: 0;
    overflow: hidden;
}

.notes_table .title_note {
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    background: #0d71a5;
    margin-bottom: 0;
}

.notes_table textarea {
    width: 100%;
    border: 0;
    padding: 20px;
}

.notes_table textarea:focus {
    outline: none;
}

.chekbox_border.chekbox_border_new {
    border: 0;
}

.chekbox_border.chekbox_border_new .options_ldiv {
    margin-bottom: 40px;
}

.text_field {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-all;
}

.product_itemin_list .product_input_field:first-child p {
    max-width: calc(100% - 44px);
    margin-left: auto;
    text-align: center;
}

.text_field.red_label {
    color: #cf2337;
}

.system_location .system_box_in .text_field,
.system_location .text_field {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5px 0;
}

.chekbox_border.new_chekbox_border {
    border: 0;
}

.contract_pricepayment_s {
    border: 1px solid #bbdbec;
    overflow: hidden;
    border-radius: 8px;
    margin: 20px 0;
}

.contract_pricepayment_s .pricepayment_s_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background: #0d71a5;
}

.contract_pricepayment_s .pricepayment_s_title p {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    background: #0d71a5;
    margin-bottom: 0;
}

.contract_pricepayment_s .pricepayment_s_title a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    font-size: 15px;
    line-height: 18px;
}

.pricepayment_s_content {
    padding: 15px;
}

.pricepayment_s_content .text_p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}

.conform_new_price_box {
    display: flex;
    border: 1px solid #000;
}

.conform_new_price_box .doller_new {
    padding: 5px 10px;
    font-size: 16px;
    background: #dddddd;
    color: #000;
    font-weight: 600;
    border-right: 1px solid #000;
}

.conform_new_price_box .price_box_n {
    font-size: 16px;
    padding: 5px 12px;
    font-weight: 500;
}

.new_contract_price {
    margin: 30px 0;
}

.new_contract_price .text_p {
    margin-right: 100px;
}

.new_contract_price .conform_new_price_box {
    margin-right: 20px;
}

.conform_new_price_box p {
    margin-bottom: 0;
    font-weight: 600;
}


.new_contract_price {
    display: flex;
    align-items: center;
}

.new_contract_price .text_p,
.deposit_amount_text .text_p {
    font-size: 16px;
    font-weight: 600;
}

.deposit_amount_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.deposit_amount_text .deposit_added,
.deposit_amount_text .depositamount {
    display: flex;
    align-items: center;
    gap: 20px;
}

.deposit_amount_text .deposit_added .deposit_box {
    margin-bottom: 0;
    min-width: 100px;
    border: 1px solid #000;
    padding: 5px 12px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

#systemproduc .system_name_form {
    text-align: end;
}

#systemproduc .system_name_form .new_btn {
    padding: 10px 25px;
    border: 0;
}

#systemproduc .system_name_form .form-group {
    text-align: start;
}

@media(max-width: 1024px) {
    .new_contract_price .text_p {
        margin-right: 50px;
    }

    .deposit_amount_text .deposit_added,
    .deposit_amount_text .depositamount {
        gap: 10px;
    }
}

@media(max-width: 991px) {
    .compressorin_system {
        flex-direction: column;
    }

    .table_top.table_top_cst_est .search-select-w100 .input-group {
        width: 100px;
        height: 46px;
    }

    .table_top.table_top_cst_est.table_top_cst_sales_manager .search-select-w100 .input-group {
        width: 200px;
    }

    .table_top.table_top_cst_est.all_sent_estimates_rtable select {
        width: 130px;
    }

    .table_top.table_top_cst_est.all_sent_estimates_rtable .search-select-w100 .input-group {
        width: 100%;
    }
}

@media(max-width: 767px) {

    .system_location .system_box_in .system_input_file input,
    .system_location .location_box_in .system_input_file input {
        width: 100%;
    }

    .system_location .system_box_in .lable_name,
    .system_location .location_box_in .lable_name {
        white-space: nowrap;
        letter-spacing: 0;
    }

    .system_location .system_box_in .system_input_file,
    .system_location .location_box_in .system_input_file {
        padding-right: 10px;
    }

    .product_info_custom .product_itemin_head {
        display: none;
    }

    .product_info_custom .side_product_itemin .side_title {
        position: relative;
        top: unset;
        left: 0;
        writing-mode: unset;
        rotate: unset;
        margin-bottom: 10px;
    }

    .product_info_custom .product_itemin_list .product_input_field:first-child input {
        max-width: 100%;
    }

    .product_info_custom .product_itemin_list {
        flex-wrap: wrap;
    }

    .product_info_custom .product_itemin_list .product_input_field {
        width: 50%;
        flex: unset;
        display: flex;
        align-items: center;
        padding: 0;
        padding-right: 10px;
        gap: 10px;
        border-right: 0;
        margin-bottom: 1px;
    }

    .product_info_custom .product_itemin_list .product_input_field:before {
        content: attr(data-title);
        display: block;
        background: #0d71a5;
        padding: 10px;
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        color: #fff;
        height: 100%;
    }

    .product_info_custom .product_itemin_list,
    .product_info_custom .product_itemin_list:last-child {
        border: 1px solid #bbdbec;
        margin-bottom: 10px;
        border-radius: 8px;
        overflow: hidden;
    }

    .product_info_custom .product_itemin_list:last-child {
        margin-bottom: 0;
    }

    .product_info_custom {
        border: 0;
    }

    .product_info_custom .product_itemin_list .product_input_field:last-child {
        margin-bottom: 0;
    }

    .product_itemin_list .product_input_field:first-child p {
        margin-left: 0;
    }

    .text_field {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .deposit_amount_text {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .new_contract_price .text_p {
        margin-right: 10px;
    }

    .new_contract_price .conform_new_price_box {
        margin-right: 10px;
    }

    .contract_pricepayment_s .pricepayment_s_title {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .all_table .table_top {
        flex-direction: column;
    }

    .all_table .table_top.table_top_cst_est .col-auto,
    .table_top.table_top_cst_est select,
    .table_top.table_top_cst_est .search-select-w100 .input-group {
        width: 100%;
    }

    .table_top.table_top_cst_est.table_top_cst_sales_manager .search-select-w100 .input-group {
        width: 100%;
    }

    .table_top.table_top_cst_est.table_top_cst_sales_manager .search-select-w100 .input-group input.form-control {
        max-width: 100%;
    }

    .table_top.table_top_cst_est.table_top_cst_sales_manager .form-group {
        width: 100%;
    }

    .table_top.table_top_cst_est.all_sent_estimates_rtable select {
        width: 100%;
    }

    .table_top.table_top_cst_est.all_sent_estimates_rtable .col-auto.srch-by-col {
        width: 100%;
    }
}

@media (max-width:660px) {
    .table_top_cst_sales_manager {
        display: block !important;
        flex-direction: column !important;
    }

    .table_top.table_top_cst_est .search-select-w100 .input-group {
        width: 73%;
    }

    .table_top_cst_est.table_top_cst_sales_manager .form-group {
        width: 100%;
    }

    .table_top_cst_est.table_top_cst_sales_manager .table_top_cst_est_row .col-auto.srch-by-col {
        width: 100%;
    }

    .table_top.table_top_cst_est .daterangeestimate.form-control {
        max-width: 100%;
    }

    .table_top_cst_est.table_top_cst_sales_manager .search-select-w100 .input-group {
        width: 100%;
    }

    .table_top.table_top_cst_est .search-select-w100 {
        flex-wrap: nowrap;
    }

    .table_top.table_top_cst_est select,
    .all_table .table_top.table_top_cst_est .col-auto {
        width: 100%;
    }

    .table_top.d-sm-flex.table_top_cst_est {
        flex-direction: column !important;
    }

    .table_top.table_top_cst_est .search-select-w100 .input-group {
        width: 90%;
    }
}

@media(max-width:640px) {
    .product_info_custom .product_itemin_list .product_input_field {
        width: 100%;
    }

    .system_one_box {
        flex-direction: column;
    }

    .system_location .system_box_in,
    .system_location .location_box_in {
        width: 100%;
    }

    .system_location .system_box_in .lable_name,
    .system_location .location_box_in .lable_name {
        max-width: 110px;
        min-width: 110px;
    }

    .system_location .system_box_in .system_input_file,
    .system_location .location_box_in .system_input_file {
        width: 100%;
    }

    .package_table.package_table_new .ptable_th {
        font-size: 13px;
        word-wrap: break-word;
    }

    .compressorin_system .compre_system_box .compre_item .compre_field .compre_name {
        font-size: 14px;
        text-align: start;
    }

    .text_field,
    .system_location .system_box_in .lable_name,
    .system_location .location_box_in .lable_name,
    .product_info_custom .product_itemin_list .product_input_field:before {
        font-size: 14px;
    }

    .input_group_inner {
        flex-direction: column;
        gap: 20px;
    }

    .share_this_estimate .input_group_inner {
        margin-bottom: 20px;
    }

    .all_table .table_top.table_top_cst_est .row {
        flex-direction: column;
    }

    .all_table .table_top .row .col-auto .form-group label.srch-by-date-label {
        white-space: break-spaces;
    }

    .all_table .table_top .row {
        flex-wrap: wrap;
    }

    .all_table .table_top .row .col-auto:nth-child(2) {
        width: 82%;
    }

    .all_table .table_top .row .col-auto.srch-by-col {
        width: 100%;
    }

    .all_table .table_top.all_sent_estimates_rtable .row .col-auto:nth-child(2) {
        width: 100%;
    }

    .all_table .table_top.d-sm-flex.all_sent_estimates_rtable .d-flex .form-group {
        margin-top: 0;
    }
}

@media(max-width: 552px) {
    .table_top.table_top_cst_est .search-select-w100 .input-group {
        width: 82%;
    }

    .table_top.table_top_cst_est .daterangeestimate.form-control {
        max-width: 100%;
    }

    .all_table .table_top.table_top_cst_est .col-auto,
    .table_top.table_top_cst_est select {
        width: 100%;
    }

    .all_table .table_top .row .col-auto:nth-child(2) {
        width: 80%;
    }
}

.reset-by-col_new {
    margin-left: 10px;
}

.label-input {
    border: none !important;
    text-align: center;
    font-weight: bold;
    color: #212529;
}

.table_top_cst_est .search-flex-dv {
    padding: 0;
}

.table_top_cst_est .col-auto {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#exist_msg_body {
    margin-top: 20px;
}

.model_text_msg p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.model_text_msg p span {
    font-weight: 400;
}


.all_table .table_top.manager_sent_estimates_rtable .row .col-auto .form-group {
    flex-direction: column;
    align-items: flex-start;
}

.all_table .table_top.manager_sent_estimates_rtable .row .col-auto {
    flex: 1;
}

.table_top.manager_sent_estimates_rtable select {
    width: 100%;
}

.table_top.manager_sent_estimates_rtable .search-flex-dv .form-group {
    margin-top: 20px;
}

.note_cutomer_list_checkmarked {
    padding-left: 30px;
}

.table_top.table_top_cst_est.gas_fireplaces_all_estimates .search-flex-dv .form-group {
    margin-top: 20px;
}

@media(max-width: 1250px) {
    .all_table .table_top.all_sent_estimates_rtable .row .col-auto .form-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .search_left_boxinner {
        margin-top: 15px;
    }

    .table_top_cst_est .search-flex-dv .form-group {
        margin-top: 20px;
    }

    .all_table .table_top.d-sm-flex.all_sent_estimates_home .form-group label {
        width: fit-content;
    }

    .all_table .table_top.table_top_cst_est.all_sent_estimates_home .col-auto.srch-by-col .form-group {
        display: flex !important;
        flex-wrap: nowrap;
    }

    .all_table .table_top.table_top_cst_est.all_sent_estimates_home .col-auto.srch-by-col .form-group .reset-by-col {
        padding: 0;
    }

    .all_table .table_top.table_top_cst_est.all_sent_estimates_home .form-group .search_left,
    .all_table .table_top.table_top_cst_est.all_sent_estimates_home .form-group,
    .table_top.manager_sent_estimates_rtable .search-flex-dv .form-group {
        margin-top: 0;
    }
}

@media (max-width:1200px) {
    .table_top.manager_sent_estimates_rtable .search-flex-dv .form-group {
        margin-top: 20px;
    }
}

@media (max-width: 1100px) {

    .table_top.gas_fireplaces_all_estimates .table_top_cst_est_row .row .col-auto,
    .all_table .table_top.manager_sent_estimates_rtable .row .col-auto {
        max-width: 125px;
    }

    .table_top.gas_fireplaces_all_estimates select,
    .all_table .table_top.manager_sent_estimates_rtable select {
        width: 100%;
    }

    .table_top.gas_fireplaces_all_estimates .table_top_cst_est_row .row .col-auto.sales-est-col-div,
    .all_table .table_top.manager_sent_estimates_rtable .row .col-auto.sales-est-col-div {
        max-width: 100%;
    }

    .table_top.gas_fireplaces_all_estimates .table_top_cst_est_row .row .col-auto.srch-by-col,
    .all_table .table_top.manager_sent_estimates_rtable .row .col-auto.srch-by-col {
        max-width: 220px;
    }

    .table_top.gas_fireplaces_all_estimates .select2-container--default .select2-selection,
    .all_table .table_top.manager_sent_estimates_rtable .select2-container--default .select2-selection {
        min-height: 46px;
    }
}

@media(max-width:1060px) {
    .row-signature-pad-dv2 .kbw-signature.sign_here_div {
        width: 346px !important;
    }
}

@media(max-width:991px) {
    .all_table .table_top.table_top_cst_est.all_sent_estimates_home .col-auto .form-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .all_table .table_top.table_top_cst_est.all_sent_estimates_home .col-auto,
    .all_table .table_top.table_top_cst_est.all_sent_estimates_home .col-auto .form-group select,
    .all_table .table_top.table_top_cst_est.all_sent_estimates_home .search-select-w100 .input-group,
    .all_table .table_top.table_top_cst_est.all_sent_estimates_home .search-select-w100 .input-group input {
        max-width: 100%;
        width: 100%;
    }

    .all_table .table_top.table_top_cst_est.all_sent_estimates_home .search-flex-dv .form-group {
        margin-top: 20px;
    }

    .table_top.table_top_cst_est.manager_sent_estimates_rtable select {
        width: 100%;
    }

    .all_table .table_top.manager_sent_estimates_rtable {
        flex-direction: column;
    }

    .all_table .table_top.manager_sent_estimates_rtable .table_top_cst_est_row .row {
        flex-wrap: wrap;
    }

    .all_table .table_top.manager_sent_estimates_rtable .table_top_cst_est_row .col-auto {
        width: 50%;
        max-width: 50%;
        flex: unset;
    }

    .all_table .table_top.manager_sent_estimates_rtable .daterangeestimate.form-control,
    .all_table .table_top.manager_sent_estimates_rtable .row .col-auto.srch-by-col {
        max-width: 100%;
    }

    .table_top.manager_sent_estimates_rtable .search-flex-dv .form-group {
        margin-top: 0;
        width: 100%;
    }

    .table_top.manager_sent_estimates_rtable .search-flex-dv .form-group .search_left {
        width: 100%;
        max-width: 100%;
    }

    .table_top.gas_fireplaces_all_estimates .table_top_cst_est_row .row {
        flex-wrap: wrap;
    }

    .table_top.gas_fireplaces_all_estimates {
        flex-direction: column;
    }

    .table_top.gas_fireplaces_all_estimates .table_top_cst_est_row .row .col-auto {
        max-width: 50% !important;
        width: 50%;
    }

    .table_top.table_top_cst_est.gas_fireplaces_all_estimates .search-select-w100 .input-group {
        width: 100%;
    }

    .table_top.table_top_cst_est.gas_fireplaces_all_estimates .search-select-w100 .input-group input.form-control {
        max-width: 100%;
    }

    .table_top.table_top_cst_est.gas_fireplaces_all_estimates .search-flex-dv .form-group {
        margin-top: 0;
        width: 100%;
    }

    .table_top.table_top_cst_est.gas_fireplaces_all_estimates .search-flex-dv .form-group .search_left {
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    .all_transactions_homed .reset-by-col {
        margin-left: 10px;
    }

    .all_table .table_top.table_top_cst_est.manager_sent_estimates_rtable .col-auto:nth-child(3) {
        width: 50% !important;
    }

    /* .all_table .table_top.table_top_cst_est.manager_sent_estimates_rtable .row {
        flex-direction: column;
    } */

    .all_table .table_top.d-sm-flex.manager_sent_estimates_rtable .col-auto:nth-child(3),
    .table_top.manager_sent_estimates_rtable .search_left {
        width: 100%;
        max-width: 100%;
    }

    .table_top.table_top_cst_est.manager_sent_estimates_rtable .daterangeestimate.form-control {
        max-width: 100%;
    }

    .table_top.manager_sent_estimates_rtable .search-flex-dv .form-group {
        margin-top: 0;
    }
}

@media(max-width:640px) {
    .search_lable {
        white-space: break-spaces !important;
    }

    /* .kbw-signature.sign_here_div {
        height: 200px !important;
        width: 100% !important;
    } */
    

    .sign_write_box_pdfm .kbw-signature.sign_here_div {
        padding: 0;
        height: 90px !important;
        width: 100% !important;
        background-color: transparent;
        border: 0;
    }



    .home-depot-body .kbw-signature.sign_here_div {
        height: 200px !important;
        width: 400px !important;
    }

    .sign-vcard,
    .add_client_btn {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }

    .all_transactions_homed .form-group {
        flex-wrap: wrap;
    }

    .all_transactions_homed .reset-by-col {
        margin-left: 0;
        margin-top: 10px;
    }

    .all_transactions_homed .reset-by-col,
    .all_transactions_homed .reset-by-col .new_btn,
    .all_table .table_top.manager_sent_estimates_rtable .table_top_cst_est_row .col-auto {
        width: 100%;
    }

    .all_table .table_top.table_top_cst_est.manager_sent_estimates_rtable .col-auto:nth-child(3) {
        width: 100% !important;
    }
}

@media(max-width:500px) {
    .row-signature-pad-dv .col-md-12 {
        padding: 0 10px;
    }
}

@media(max-width:440px) {
    /* .kbw-signature.sign_here_div {
        height: 140px !important;
        width: 280px !important;
    } */

    .home-depot-body .kbw-signature.sign_here_div {
        height: 140px !important;
        width: 280px !important;
    }

    .sign-vcard,
    .add_client_btn {
        max-width: 280px;
        width: 100%;
    }
}

.pointer-event-none {
    pointer-events: none;
}

.width-100 {
    width: 100%;
}

.full-height-pdf {
    height: 90vh !important;
    max-height: 90vh !important;
}

.product_info_custom textarea {
    resize: none;
}

.custom-checkbox-wrap b {
    font-weight: bold;
}

.p-05 {
    padding: 0.5rem !important;
}

.company_logo_elpp {
    max-width: 120px;
    max-height: 120px;
    object-fit: contain;
}

.custom_logo_container {
    width: 187.5px !important;
}

.custom_logo_container .logo {
    width: 100%;
    /* Make the logo fill the container width */
    height: auto !important;
    /* Maintain the aspect ratio */
}

.efficiency_box {
    padding:
}

.efficiency_box .row {
    padding: 0 20px;
    border-radius: 6px;
}

.efficiency_box .title {
    font-size: 24px;
    line-height: 24px;
    color: #545554;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 12px;
    text-align: center;
}

.efficiency_box .col-md-3 {

    padding: 4px 2px;

}

.efficiency_box .col-md-3 div {
    padding: 0 5px;
    background: #FFFFFF;
    text-align: center;
    border-radius: 6px;
    color: #000000;
    font-size: 18px;
    line-height: 60px;
    font-weight: 700;
    height: 60px;
    vertical-align: middle;
}

.efficiency_box .col-md-3 div input {
    border: none;
    width: 100%;
    height: 100%;
    text-align: center;
}

.custom_buy_now_div {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}

.custom_buy_now_div button {
    padding: 13px 2rem !important;
}

.magento .magento_btn{
    border-radius: 10px !important;
}
/* Mobile Styles */
@media only screen and (max-width: 767px) {
    .custom_buy_now_div {
        bottom: 1vh;
        /* Adjust for mobile */
    }

    .custom_buy_now_div button {
        padding: 13px 0.6rem !important;
        width: 50vw;
        font-size: 0.8em;
    }
    .magento .magento_btn{
        width: 40vw;
    }
}

/* Tablet Styles */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .custom_buy_now_div {
        bottom: 2vh;
        /* Adjust for tablet */
    }
}

/* Desktop/Windows Styles */
@media only screen and (min-width: 1024px) {
    .custom_buy_now_div {
        bottom: 1vh;
        /* Adjust for Windows/Desktop */
    }
}

.loader-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #ffffffde;
    z-index: 9999;
    pointer-events: none;
    border-radius: 10px;
    padding: 20px;
    display: none;
}

.loader-container .ajax_linner {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    font-family: 'OpenSans-Bold';
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
}

.loader-container .ajax_spinner {
    position: relative;
    margin: 0;
    padding-bottom: 50px;
}

.loader-container .ajax_spinner .loaderMsg {
    background-color: #0e71a5;
    padding: 20px 15px;
    color: #fff;
    border-radius: 10px;
}

.loader-container .ajax_spinner::before {
    content: "";
    height: 50px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-left-color: #2e88cd;
    animation-name: loader-spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    border-radius: 100%;
    left: 50%;
    bottom: 0;
    margin: -25px 0 0 -25px;
}

.loader-container p {
    background-color: #fff;
    padding: 20px 15px;
    color: #000;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

/* cyyprus air summary mobile view css start */

.summary-mobile-view .table {
    margin-bottom: 0 !important;
}

.summary-mobile-view .bg-custom .img-text {
    font-size: 1em !important;
}

.summary-mobile-view .p-5-col {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.summary-mobile-view .p-20-col {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.summary-mobile-view .p-10-col {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.summary-mobile-view .p-5-col .h5 {
    font-size: 0.8em !important;
}

.summary-mobile-view .p-5-col .header label {
    font-size: 0.8em !important;
}

.summary-mobile-view .mobile-tab1 .h2 {
    font-size: 1rem !important;
    line-height: 1.4rem !important;
}

.summary-mobile-view .mobile-tab1 .h4 {
    font-size: 0.8em !important;
}

.summary-mobile-view .footer-text .h4 {
    margin-bottom: 0 !important;
}

.summary-mobile-view .mobile-tab2 .maintenance_min_div {
    padding: 2rem 0.1rem 0.5rem 0.1rem !important;
}

.summary-mobile-view .mobile-tab2 .maintenance_min_div .pl-2 {
    padding-left: 20px !important;
}

.summary-mobile-view .mobile-tab2 .maintenance_min_div h2 {
    font-size: 1.25em !important;
}

.summary-mobile-view .mobile-tab2 .maintenance_min_div span {
    font-size: 0.8em !important;
}

.summary-mobile-view .mobile-tab2 .maintenance_min_div .list-unstyled h5 {
    font-size: 0.8em !important;
    line-height: 1em !important;
}

.summary-mobile-view .mobile-tab2 .maintenance_min_div .list-unstyled .mb-3 {
    margin-bottom: 0.5rem !important;
}

.summary-mobile-view .mobile-tab2 .warranty-box h4 {
    font-size: 1em !important;
}

.summary-mobile-view .mobile-tab2 .warranty-box .text-box {
    padding: 5px !important;
    font-size: 0.8em !important;
    height: 45px !important;
    vertical-align: middle !important;
}

.summary-mobile-view .mobile-tab2 .warranty-box .big-text {
    font-size: 1em !important;
    font-weight: 700;
}

.summary-mobile-view .mobile-tab3 .second_div2_mob {
    min-width: 33% !important;
}

.summary-mobile-view .mobile-tab3 .scroll_div {
    display: flex;
    width: 100%;
    position: relative;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.summary-mobile-view .mobile-tab3 .scroll_div::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari, and Opera */
}

.summary-mobile-view .mobile-tab3 .first_div {
    width: 32% !important;
    min-width: 155px !important;
}

/* cyyprus air summary mobile view css end */
.summary-mobile-view .mobile-tab3 .row-custom {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}

.summary-mobile-view .mobile-tab3 .row-custom .containt_div {
    font-size: 1em !important;
    line-height: 20px !important;
}

.summary-mobile-view .mobile-tab3 .row-custom .price_after_label {
    font-size: 1em !important;
    line-height: 20px !important;
}

.summary-mobile-view .mobile-tab3 .row-custom .cyprus_new .addcart_system {
    font-size: 0.7em !important;
    line-height: 15px !important;
    padding: 10px 15px !important;
}


.summary-mobile-view .mobile-tab3 .warranty-img {
    margin: 10px auto 0 auto;
    height: 150px;
}


.summary-mobile-view .mobile-tab3 .breakdownbox .row-custom .containt_div {
    font-size: 0.8em !important;

}

.summary-mobile-view .mobile-tab3 .breakdownbox .row-custom .scroll_div .containt_div {
    font-size: 1em !important;
}

.summary-mobile-view .mobile-tab3 .custom-inner-content {
    padding: 15px 10px 15px 10px !important;
}

.summary-mobile-view .summary-tab .section-title {
    font-size: 1.1em !important;
    line-height: 25px !important;
}

.summary-mobile-view .summary-tab .guarantee-item {
    font-size: 0.8em !important;
}

.summary-mobile-view .summary-tab .custom-img {
    max-width: 20px !important;
    height: 20px !important;
    vertical-align: top !important;
}

.summary-mobile-view .summary-tab .guarantee-text {
    padding: 4px 0 !important;
}

.summary-mobile-view .summary-tab .Customer-Satisfaction {
    height: 10vh !important;
    margin-top: 2vh;

}

.summary-mobile-view .summary-tab .disclaimer-text {
    font-size: 0.8em !important;
    margin-left: 0px !important;
}

.summary-mobile-view .purple-text {
    font-size: 0.9em !important;
    padding: 0 !important;
}

.summary-mobile-view .payment-boxes .custom-card {
    padding: 5px !important;
}

.summary-mobile-view .payment-boxes .second_div2_mob {
    min-width: 200px !important;
}

/* custom estimate */
.custom-product-row .error {
    max-width: 100% !important;
}

.just-mobile {
    display: none;
}

/* custom estimate */

#addOtherOption_cyprus .disabled_radio{
    opacity: 0.3;
    pointer-events: none;
}
.greyout {
    opacity: 0.2;
    pointer-events: none;
}
.grey_btn {
    opacity: 0.5;
    pointer-events: none;
    background-color: #c7c7c7 !important;
    box-shadow:inset 0 -3px 0 0 rgb(199 199 199) !important;
}

.warning_text{
    text-align: center;
    font-size: 1em;
    color:red;
}
.h-80{
    height: 100px;
    background-color: #fff;;
}
.h-80 img{
  width: auto;
  height: 100px;
  object-fit: cover;
}
:root {
    --magento-blue-color: #007BFF;  /* Declare the CSS variable */
  }

/* Magento what to expect page */
.magento .what-to-expect .div1{
    background-color: #efefef;
}
.magento .what-to-expect .div1 div{
    background-color: #efefef;

}
.magento .title{
    font-size: 30px; 
    line-height: 1em;
	color: #545454; font-weight:600;
}

    
.magento .second-title{
    font-size: 22px; 
    line-height: 26px;
	color: #545454; 
    font-weight:600;
}
.magento .third-title{
    font-size: 22px; 
    line-height: 28px;
	color: #545454;
}

.magento.world_class_warranties .second-title{
    max-width: 60% !important;

}
   
.magento .forth-title{
    font-size: 22px; 
    line-height: 28px;
	color: #545454;
    font-weight: bold;
    max-width: 55%;
}
@media only screen and (max-width: 1200px) {
    .magento.world_class_warranties .second-title{
    max-width: 80%;
}
        .magento.world_class_warranties .third-title{
        max-width: 80%;
    }
        .magento.world_class_warranties .forth-title{
        max-width: 80%;
    }       

}

@media only screen and (max-width: 768px) {
    .magento.world_class_warranties .second-title{
    transform: scale(0.8);
}
        .magento.world_class_warranties .third-title{
        transform: scale(0.8);
    }
        .magento.world_class_warranties .forth-title{
        transform: scale(0.8);
    }       

}


.magento.world_class_warranties .col-auto{
    padding-left: 2px !important;
    padding-right: 2px !important;
}
.magento .square-box {
    width: 220px;
    height: 220px;
    border: 12px solid var(--magento-blue-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 10px 95px 10px 25px;
    position: relative; /* Needed for attaching the arrow */
}
.magento .square-box-grey {
    background-color:  #efefef !important;
    border: 12px solid #efefef;
    font-size: 20px;
    font-weight: bold;
    color:#000;
    margin: 10px 95px 10px 25px !important;


}
.magento .square-box2 {
    width: 160px !important;
    background-color:  var(--magento-blue-color);
    color:#fff;
    margin: 10px 5px 10px 5px !important;  

}
.magento .square-box2-grey {
    background-color:  #efefef !important;
    width: 125px !important;
    border:none !important;
    margin: 10px 5px 10px 5px !important;  
}

.magento .square-box3 {
    width: 200px !important;
    background-color:  var(--magento-blue-color);
    color:#fff;
    margin: 10px 5px 10px 5px !important; 

}
.magento .v-none{
    visibility: hidden;
}
.magento .v-none .square-box{
    width:270px !important;
}
@media (max-width: 1200px) {
    .magento .v-none .square-box{
        display: none;
    }
}

.magento .square-box.with-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -110px; /* Position the arrow outside the right side */
    transform: translateY(-50%);
    border-top: 85px solid transparent;
    border-bottom: 85px solid transparent;
    border-left: 85px solid var(--magento-blue-color); /* Blue background for the arrow */
}
.magento .square-box.with-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px; /* Position the arrow outside the right side */
    transform: translateY(-50%);
    height: 90px;
    width: 20px;
    background: var(--magento-blue-color);
    
}
.magento .square-box-grey.with-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -110px; /* Position the arrow outside the right side */
    transform: translateY(-50%);
    border-top: 85px solid transparent;
    border-bottom: 85px solid transparent;
    border-left: 85px solid #efefef; /* Blue background for the arrow */
}
.magento .square-box-grey.with-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px; /* Position the arrow outside the right side */
    transform: translateY(-50%);
    height: 90px;
    width: 20px;
    background:#efefef;
    
}

.magento .square-box img {
    max-width: 90%;
    max-height: 100%;
}

.magento .square-box p {
    font-size: 20px;
    margin: 0;
    font-weight: bold;;
}
.p-12vw {
    padding: 0 14vw;
}

.content-area {
    position: relative;
    width: 100%;
    padding: 40px 30px;
    min-height: 35vh;
    box-sizing: border-box; /* Ensure padding is included in the width */
    margin-bottom:2vh;
}
.content-area  .image-container {
    position: absolute;           /* Position image absolutely */
    top: 0;                      /* Align to the top */
    left: 0;                     /* Align to the left */
    right: 0;                    /* Align to the right */
    bottom: 0;                   /* Align to the bottom */
    z-index: 1;                  /* Ensure it’s behind the text */
}

.background-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.left-content-area {
    position: relative;
    max-width: 50%;
    padding: 10px;
    box-sizing: border-box; /* Ensures content stays within the area */
    z-index: 1;
}

.left-content-area p {
    margin-bottom: 10px;
    color: #545454;
    overflow-wrap: break-word; /* Ensure long text wraps within the container */
}

.left-content-area .first_p {
    font-size: 30px;
    font-weight: bold;
}

.left-content-area .second_p {
    font-size: 22px;
    font-weight: bold;
}

.bottom-img {
    width: auto;
    max-width: 210px;
    height: auto;
    display: block;
    margin-top: 10px;
}

@media (max-width: 1200px) {
    .p-12vw {
        padding: 0 6vw;
    }
    .bottom-img {
        max-width: 180px;
    }
    .left-content-area {
        max-width: 90%; /* Allow more width to prevent overflow */
    }
}

@media (max-width: 1024px) {
    .p-12vw {
        padding: 0 2vw;
    }
    .content-area {
        padding: 20px 15px 5px 15px;
    }
    .left-content-area {
        max-width: 100%;
        padding: 0;
    }
    .left-content-area .first_p {
        font-size: 22px;
    }
    .left-content-area .second_p {
        font-size: 16px;
    }
    .bottom-img {
        max-width: 160px;
    }
     .magento .square-box {
        width: 180px;
        height: 180px;
    }
    .magento .square-box2 {
        width: 150px !important;
    }
    .magento .square-box3 {
        width: 170px !important;
    }
    .magento .v-none .square-box {
        width: 220px !important;
    }
}
/* Landscape orientation for iPad Pro */
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .left-content-area .first_p {
        font-size: 24px; /* Slightly larger font size for landscape */
    }
    .left-content-area .second_p {
        font-size: 18px;
    }
    .bottom-img {
        max-width: 180px;
    }
}

/* Portrait orientation for iPad Pro */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .content-area{
        padding: 30px 15px 5px 20px
        }

    .left-content-area .first_p {
        font-size: 1.8em; /* Similar to other smaller devices in portrait mode */
    }
    .left-content-area .second_p {
        font-size: 1.4em;
    }
    .bottom-img {
        max-width: 160px;
    }
}

@media (max-width: 768px) {
    .left-content-area .first_p {
        font-size: 18px;
    }
    .left-content-area .second_p {
        font-size: 14px;
    }
    .bottom-img {
        max-width: 140px;
    }
    .content-area {
        padding: 20px 15px 5px 15px;
    }
}

@media (max-width: 480px) {
    .left-content-area .first_p {
        font-size: 12px;
    }
    .left-content-area .second_p {
        font-size: 10px;
    }
    .bottom-img {
        max-width: 60px;
        margin:2px !important;
    }
    .content-area {
        padding: 10px 15px 5px 15px;
    }
}

    
    .magento .square-box-grey.with-arrow::after {
      
        right: -90px; /* Position the arrow outside the right side */
        border-top: 65px solid transparent;
        border-bottom: 65px solid transparent;
        border-left: 65px solid #efefef; /* Blue background for the arrow */
    }
    .magento .square-box-grey.with-arrow::before {
        height: 70px;
    }

}
@media (max-width: 768px) {
    .magento .third-title{
        line-height: 26px;
    }
}

.magento .title_border{
    background: var(--magento-blue-color); 
    height: 8px; 
    width: 8%;
     margin: 0 auto;
}
.magento .wi-12{
    width: 12% !important;

}
.magento .what-to-expect .div2{
    background-color: var(--magento-blue-color);
}
.magento .what-to-expect .div2 div{
    background-color: var(--magento-blue-color);

}
.magento .div3 .col-19 .p-3-05:first-child{
    background-color: #efefef;

}
.magento .div3 .col-19 .p-3-05:first-child div{
    background-color: #efefef;

}
.magento .div4 .col-19 .p-3-05:first-child{
    background-color: var(--magento-blue-color);

}
.magento .div4 .col-19 .p-3-05:first-child div{
    background-color: var(--magento-blue-color);

}

.magento .what_to_expect_bottom p{
    font-size: 1.2em;
    padding: 12px 30px;
    background: var(--magento-blue-color);
    color:#fff;
    font-weight: bold;
    margin-top:1.5em;
}
.magento .what_to_expect_bottom2 p{
    font-size: 1em;
    font-weight: bold;
    margin-top:3.5em;
color:#5d5954;    
}

/* magento what to expect age */

.loader_p{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}


    .overlay_box {
        position: absolute;
        display: none;
        width: 360px;
        height: 15px;
        background: rgba(255, 255, 255, 0);
        cursor: pointer;
    }
    
    /* Marker for "Sign Here" */
    .overlay_box::after {
        content: "Sign Here";
        position: absolute;
        top: -35px; /* Adjust position above the box */
        left: 50%;
        transform: translateX(-50%);
        background: #e00000;
        color: white;
        padding: 5px 10px;
        font-size: 12px;
        font-weight: bold;
        border-radius: 5px;
        white-space: nowrap;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    }
    
    /* Optional: Add an arrow below the label */
    .overlay_box::before {
        content: "";
        position: absolute;
        top: -7px;
        left: 50%;
        transform: translateX(-50%);
        width: 10px;
        height: 10px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #e00000;
    }
    .sign_floating_button{
        font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: 5px 25px;
    font-size: 12px;
    position: absolute;
    top: 160px;
    left: 100px;
    background-color: #e00000;
    color: #fff;
    }
    
     /* google autocomplete container styling */
 #autocomplete-container, 
 #autocomplete-container-magento,
 #autocomplete-container-payment{
    width: 100%;
    font-size: 16px;
    color: #969696;
    padding: 0 13px;
    box-shadow: none !important;
    filter: inherit;
    height: 46px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
 }
#autocomplete-container-payment{
    border-radius: 23px !important;
}

 