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

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: 'Circular-Loom';
    src: url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2') format('woff2');
}

@font-face {
    font-weight: 500;
    font-style: normal;
    font-family: 'Circular-Loom';
    src: url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Medium.woff2') format('woff2');
}

@font-face {
    font-weight: 700;
    font-style: normal;
    font-family: 'Circular-Loom';
    src: url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Bold.woff2') format('woff2');
}

@font-face {
    font-weight: 900;
    font-style: normal;
    font-family: 'Circular-Loom';
    src: url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Black.woff2') format('woff2');
}

* {
    box-sizing: border-box;
}

body, html {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'DM Sans', sans-serif;
    color: #323232;
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    color: #323232;
    line-height: 1.2;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    height: auto;
}

h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.1;
}

h2 {
    font-size: 60px;
    font-weight: 700;
}

h3 {
    font-size: 36px;
    font-weight: 700;
}

h4 {
    font-size: 24px;
    font-weight: 700;
}

.gradient-color {
    background: linear-gradient(to right, #3383B8, #4ABAB9);
}

.gradient-color-dark {
    background: linear-gradient(to right, #0054A3, #4ABAB9);
}

.blue-bg-color {
    background-color: #0058a6;
}

.blue-text-color {
    color: #0058a6;
}

.lightblue-bg-color {
    background-color: #3D8BEF;
}

.lightblue-text-color {
    background-color: #3D8BEF;
}

.gradient-color-overlay:before {
    background: linear-gradient(to top right, rgba(0, 84, 163, .7), rgba(74, 186, 185, .7));
}

.title-color {
    color: #0060A6;
}

.green-bg-color {
    background-color: #4ABAB9;
}

.btn_style.green-bg-color:hover {
    background: #3ea5a4;
}

.gradient-color-overlay:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
}

.subtitle {
    font-size: 28px;
    line-height: 1.4;
}

.btn_style {
    letter-spacing: normal;
    font-size: 18px;
    color: #fff;
    padding: 12px 24px;
    min-width: 170px;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
}

.btn_style:hover {
    background: linear-gradient(to right, #4ABAB9, #3383B8);
    color: #fff !important;
}

.btn_style:disabled {
    color: #fff;
}

.btn_style.outlined {
    background: #fff;
    border: 1px solid #0058A6;
    color: #5B5B5B;
}

.btn_style.outlined:hover {
    background: linear-gradient(to right, #4ABAB9, #3383B8);
    color: #fff !important;
    transition: .3s all ease;
}

.btn_style.outlined.outlined-blue {
    border-color: #4472C4;
    color: #4472C4;
}

.btn_style.outlined.outlined-blue:hover {
    background: #4472C4;
    color: #ffffff;
}

.btn_style.outlined.outlined-green {
    border-color: #4ABAB9;
    color: #4ABAB9;
}

.btn_style.outlined.outlined-green:hover {
    background: #4ABAB9;
    color: #ffffff;
}

.btn_style_white {
    background: #fff;
    color: #323232;
}

.btn_style_white:hover {
    background: #323232;
    color: #fff;
}

.our-landing div[class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

.our-landing div.row {
    margin-left: -12px;
    margin-right: -12px;
}

.our-landing div.container {
    padding-left: 12px;
    padding-right: 12px;
}

/*--==== Header Section ====*/
header.top-header nav .btn {
    font-size: 16px;
}

header.top-header nav .navbar-brand {
    max-width: 178px;
    padding: 0;
    margin-bottom: -109px;
}

header.top-header nav {
    padding: 30px 0 !important;
}

header.top-header nav .navbar-brand {
    max-width: 140px;
    margin-bottom: -96px;
}

/*--==== Header Section End ====*/

/*--==== Top Banner Section ====--*/
section.banner {
    background: url(../images/banner.png) no-repeat;
    background-size: 100% 100%;
    padding: 175px 0 190px;
}

section.banner .txt {
    color: #fff;
    padding-top: 30px;
}

section.banner p {
    margin: 20px 0;
}

section.banner .img {
    position: relative;
}

section.banner .img::before {
    content: '';
    position: absolute;
    width: 95%;
    height: 95%;
    background: rgba(7, 104, 159, 0.5);
    border-radius: 20px;
    right: -20px;
    top: -20px;
}

section.banner .img img {
    border-radius: 20px;
    position: relative;
}

.hero-banner h1 {
    color: #ffffff;
}

.hero-banner .img {
    margin-right: 20px;
}

/*--==== Top Banner Section End ====--*/

/*--==== Sounds Better Section ====--*/
section.better {
    margin-top: 15px;
    padding-bottom: 100px;
}

section.better .section-title {
    margin-bottom: 30px;
}

section.better .vs {
    background: linear-gradient(to right, #56c4c5, #3383b8);
    border-radius: 50%;
    line-height: 1;
    width: 62px;
    height: 62px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

section.better .vs h3 {
    line-height: 1;
    font-size: 35px;
    color: #fff;
}

.shadow_box {
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(117, 110, 110, 0.2);
    padding: 25px 50px 25px 20px;
}
.shadow_box h3 { margin-bottom: 15px; color: #FAFCFC; font-size: 24px;}
.shadow_box p { font-size: 18px; color: #FAFCFC;}
.shadow_box ul { list-style: none;}
.shadow_box ul li { position: relative; padding-left: 20px; font-size: 18px; margin-bottom: 12px; color: #FAFCFC;}
.shadow_box ul li:last-child{margin-bottom: 0;}
.shadow_box ul li::before { content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, 0.85); left: 0; top: 0; bottom: 0; margin: auto;}
.shadow_box.big { background: #fff; margin: 50px auto 0; max-width: 379px; text-align: center; padding: 25px 35px;}
.shadow_box.big h2 {font-family: 'DM Sans', sans-serif; letter-spacing: 3px; margin: 5px 0;}
.shadow_box.big h2 sup { font-size: 28px; top: -0.9em; font-family: 'Circular-Loom';}
.shadow_box.big p { margin-bottom: 8px; color: #323232;}
.shadow_box.big button { margin-top: 12px; width: 100%;}
.sounds-better .shadow_box p{line-height: 27px;}
/*--==== Sounds Better Section End ====--*/

/*--==== Why Use Section ====--*/
section.whyus {padding-bottom: 190px;}
section.whyus .row {margin-top: 100px;}
section.whyus .wrapper {max-width: 950px;margin: auto;}
section.whyus .txt p {font-size: 22px;margin-top: 15px;}
section.whyus .row1 img {max-width: 250px;}
section.whyus .row2 .txt p {max-width: 480px;}
.why-use .txt p{line-height: 33px;}
/*--==== Why Use Section End ====--*/

/*--==== Transparent Pricing Section ====--*/
section.cal_section {background: url(../images/cal_bg.png) no-repeat; background-size: cover; background-position: center center;}
section.cal_section h2 {color: #fff;}
section.cal_section .wrapper { max-width: 1050px; margin: auto;}
.calculator { background: #fff; border-radius: 20px; box-shadow: 0 12px 40px rgba(117, 110, 110, 0.25); padding: 25px 30px; margin: -21% 0 -26%; position: relative; max-width: 554px; display: block; margin-left: auto;}
.calculator .form_group input {height: 50px; line-height: 50px; border-color: rgba(0, 0, 0, 0.15);color: #848484;}
.transparent-pricing .calculator .form_group input{font-size: 1rem;}
.calculator .form_group input:-internal-autofill-selected {background: #fff !important;}
.calculator .form_group .icon { position: absolute; top: 0; right: 1px; bottom: 0; height: max-content; margin: auto; background: #fff; padding-right: 10px;}
.calculator .form_group svg path {fill: #848484;}
.calculator p {font-size: 20px;}
.transparent-pricing .calculator p{line-height: 30px;}
.calculator .quantity {display: flex; display: -webkit-flex; margin: 17px 0;}
.calculator .quantity input { height: 84px; width: 100%; border: 1px solid rgba(0, 0, 0, 0.15); color: #848484; border-radius: 6px; text-align: center; font-weight: 700; font-size: 45px; color: #0058a6; margin: 0 10px;}
.calculator .quantity button { font-size: 36px; background: rgba(0, 88, 166, 0.10) !important; border: none;}
.transparent-pricing .calculator .quantity button{ margin: 0;  padding-left: 12px;  padding-right: 12px; font-weight: 400; color: #212529; box-shadow: none !important;}
.calculator .detail {margin-bottom: 25px;}
.calculator .detail p { font-size: 18px; line-height: 1; text-align: right; max-width: 55px; margin: auto;}
.calculator .detail label {opacity: 0.6; font-size: 18px; line-height: 1; margin: 0; text-align: right;}
.transparent-pricing .calculator .detail .text-end{text-align: right;}
.transparent-pricing .calculator .footer{padding: 0 12px; background-color: transparent;}
.transparent-pricing .calculator .form_group .icon{width: auto;}
.calculator .night { background: rgba(61, 61, 61, 0.05); border-radius: 5px; padding-top: 16px; padding-bottom: 16px; margin-bottom: 12px;}
.calculator .night p {max-width: 100%; text-align: center;}
.calculator .total { border-radius: 5px; margin: 4px 0 30px; background: rgba(0, 88, 166, 0.05); padding-top: 13px; padding-bottom: 13px;}
.calculator .total p {font-weight: 700;}
.calculator .footer .col-7 {border-right: 0.5px solid #898989;max-width: 55%; flex: 0 0 55%; -webkit-flex: 0 0 55%;}
.calculator .footer .col-5 {max-width: 45%; flex: 0 0 45%; -webkit-flex: 0 0 45%;}
.calculator .footer p { font-size: 16px;}
.calculator .footer button {width: 100%;max-width: unset;}
.calculator .footer span {font-size: 14px; color: #848484;}
/*--==== Transparent Pricing Section End ====--*/

/*--==== How Does Work Section ====--*/
section.how_works {padding: 230px 0 0;}
section.how_works .row {margin-top: 50px;}
section.how_works .wrapper {max-width: 1050px; margin: 50px auto 0;}
section.how_works .txt h3 {color: #323232;}
section.how_works .txt p {font-size: 22px; margin-top: 15px; color: #626262;}
section.how_works .img img {display: block; margin: auto;}
section.how_works .row2 .img {position: relative;}
section.how_works .row2 .img::before { content: ''; position: absolute; width: 98%; height: 98%; background: rgba(7, 104, 159, 0.5); border-radius: 20px; left: -20px; top: -20px;}
section.how_works .row2 .img img { border-radius: 20px; position: relative;}
.how-does-works .txt p{line-height: 33px;}
/*--==== How Does Work Section End ====--*/

/*--==== Servicing Florida Section ====--*/
section.service_area { background-image:url(../images/servicing_areas.png); background-repeat: no-repeat; background-size: cover; background-position: center center; padding: 99px 0;  z-index: 0; position: relative;}
section.service_area h2 { color: #fff;}
/*--==== Servicing Florida Section End ====--*/

/*--==== Custom Map Section ====--*/
section.custom_map .map_info { background: #fff; border-radius: 10px; padding: 20px 33px 40px; max-width: 405px; width: 100%; position: absolute; right: 22%; top: 20%;}
section.custom_map .map_info ul { display: flex; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; list-style: none; margin-top: 15px;}
section.custom_map .map_info ul li { width: 50%; line-height: 1; position: relative; padding-left: 20px; margin-top: 15px;}
section.custom_map .map_info ul li::before { content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: rgba(0, 158, 132, 0.85); left: 0; top: 0; bottom: 0; margin: auto;}
/*--==== Custom Map Section End ====--*/

/*--==== Stay Cool Section ====--*/
section.stay_cool { padding: 100px 0;}
section.stay_cool h2{margin-bottom: 28px;}
.stay-cool-sec .btn_site{min-width: 240px;}
/*--==== Stay Cool Section End ====--*/

/*--==== Footer Section ====--*/
footer { margin-top: 90px;}
footer .wrapper { background: url(../images/footerBg.png) no-repeat; background-size: cover; background-position: center center;}
footer .logo { margin-top: -90px; position: relative;}
footer .logo img { max-width: 178px;}
footer .bar { margin-top: 40px; padding: 15px 0; border-top: 1px solid rgba(228, 228, 228, 0.2);}
footer .bar a { color: #f2f2f2; font-size: 14px; line-height: 1; text-decoration: none; margin-right: 8px; padding-right: 8px; border-right: 1px solid #f2f2f2;}
footer .bar a:last-of-type { margin-right: 0;  padding-right: 0;  border-right: none;}
/*--==== Footer Section End ====--*/

/*--==== Popups Section ====--*/
.booking_popup.pop-style { padding-right: 0 !important;}
.booking_popup.pop-style .modal-dialog { max-width: 622px; top: 0; bottom: 0; left: 0; right: 0; margin: auto; height: max-content; position: absolute;}
.booking_popup.pop-style .modal-content { padding: 30px 40px;}
.booking_popup.pop-style .modal-header { padding: 0;  border-bottom: 0;}

.booking_popup.pop-style .btn-close {
    position: absolute;
    top: 10px;
    right: 15px;
}

.booking_popup.pop-style .modal-body {
    padding: 0;
    border: none;
}

.booking_popup.pop-style .modal-body h3 {
    font-size: 32px;
}

.booking_popup.pop-style .modal-body > p {
    padding: 13px 0px 20px;
}

.booking_popup.pop-style .modal-body p {
    font-size: 22px;
    color: #626262;
    line-height: 1;
}

.booking_popup.pop-style .modal-body p b {
    color: #323232;
}

.booking_popup.pop-style .modal-body .row {
    margin-bottom: 22px;
}

.booking_popup.pop-style .modal-body .row:last-of-type {
    margin-bottom: 0;
}

.booking_popup.pop-style .modal-body .row3 {
    border-top: 1px solid #c9c9c9;
    padding-top: 20px;
}

.booking_popup.pop-style .modal-body .quantity {
    max-width: 193px;
    display: flex;
    display: -webkit-flex;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.booking_popup.pop-style .modal-body .quantity button {
    font-size: 25px;
    line-height: 1;
    background: rgba(0, 88, 166, 0.1);
    color: #0058a6;
    border-radius: 5px;
    margin-right: 0;
}

.booking_popup.pop-style .modal-body .quantity input {
    text-align: center;
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    width: calc(100% - 78px);
}

.booking_popup.pop-style .modal-footer {
    border: none;
    padding: 25px 0 0;
}

.booking_popup.pop-style .modal-footer button {
    width: 100%;
    max-width: 310px;
}

.booking_popup.pop-style .icon_info {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    position: relative;
}

.booking_popup.pop-style .icon_info img {
    width: 16px;
    margin-left: 10px;
}

.booking_popup.pop-style .icon_info img:hover + .delv_info {
    display: block;
}

.booking_popup.pop-style .icon_info .delv_info {
    border-radius: 10px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.16);
    text-align: center;
    width: 213px;
    padding: 20px 20px;
    background: #fff;
    z-index: 1;
    position: absolute;
    left: 100%;
    transform: translateY(13%);
    display: none;
}

.booking_popup.pop-style .icon_info .delv_info h4 {
    margin-bottom: 8px;
}

.booking_popup.pop-style .icon_info .delv_info p {
    font-size: 18px;
    color: #5B5B5B;
}

.booking_popup.pop-style .icon_info .delv_info .portion {
    padding: 7px;
    border-bottom: 0.5px solid #bebebe;
}

.booking_popup.pop-style .icon_info .delv_info .portion:last-of-type {
    border: none;
}

.booking_popup.pop-style .icon_info .delv_info .portion p {
    margin-bottom: 4px;
}

.booking_popup.pop-style .icon_info .delv_info .portion p:last-of-type {
    margin-bottom: 0;
}

.booking_popup.pop-style .form-control {
    width: 100%;
    height: 75px;
    line-height: 75px;
    font-size: 22px;
    border-radius: 10px;
    color: #9b9b9b;
    border: 1px solid #707070;
    box-shadow: none !important;
    outline: 0 !important;
    margin-top: 25px;
}

.booking_popup.pop-style .inpOtp {
    margin-top: 25px;
}

.booking_popup.pop-style .inpOtp input {
    border-radius: 10px;
    border: 1px solid #a8a8a8;
}

.booking_popup.pop-style .inpOtp input[type="number"]::-webkit-outer-spin-button,
.booking_popup.pop-style .inpOtp input[type="number"]::-webkit-inner-spin-button {
    display: none;
}

.booking_popup.pop-style .info p {
    margin-bottom: 8px;
}

.booking_popup.pop-style .units {
    text-align: right;
}

.booking_popup.pop-style .units h3 {
    font-size: 50px;
    line-height: 1;
    color: #398dba;
    margin: 7px 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.booking_popup.pop-style .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    border: 0;
    border-radius: 0.375rem;
    opacity: .5;
    background-color: transparent;
    outline: none;
}

.booking_popup.pop-style .form-control::-webkit-input-placeholder {
    color: #6c757d;
}

.booking_popup.pop-style .form-control::-moz-placeholder {
    color: #6c757d;
}

.booking_popup.pop-style .form-control:-ms-input-placeholder {
    color: #6c757d;
}

.booking_popup.pop-style .form-control:-moz-placeholder {
    color: #6c757d;
}

/*--==== Popups Section End ====--*/

/*--=========================== Mobile App ===========================--*/
.app-wrap {
    font-family: 'Lato', sans-serif;
}

.app-wrap h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
}

.app-wrap h2 {
    font-size: 28px;
    font-weight: 700;
}

.app-wrap h3 {
    font-size: 26px;
    font-weight: 700;
}

.app-wrap h4 {
    font-size: 24px;
    font-weight: 700;
}

.app-wrap h5 {
    font-size: 22px;
    font-weight: 700;
}

.app-wrap h6 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.app-wrap p {
    font-size: 18px;
    color: #626262;
    font-weight: 400;
}

.app-wrap .btn_style {
    min-width: 206px;
}

.app-wrap .btn {
    font-size: 16px;
    margin-bottom: 15px !important;
    font-weight: 800;
    letter-spacing: normal;
    box-shadow: none;
    transform: none;
    -webkit-transform: none;
}

.app-wrap div[class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

.app-wrap div.row {
    margin-left: -12px;
    margin-right: -12px;
}

.app-wrap div.container {
    padding-left: 12px;
    padding-right: 12px;
}

.app-wrap {
    height: 100vh;
    padding: 0 15px 50px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

/*--==== Header Section ====*/
.app-wrap header.top-header nav .navbar-brand {
    max-width: 140px;
    margin-bottom: -88px;
    display: block;
}

header.top-header nav .left-arrow {
    width: 10px;
    position: absolute;
    left: 30px;
    cursor: pointer;
}

/*--==== Header Section End ====*/
.screen-app {
    min-height: calc(100% - 105px);
    padding-top: 80px;
    max-width: 767px;
    margin: 0 auto;
    position: relative;
}

.screen-app .center-par {
    margin: 10px 0;
    line-height: 1.2;
}

.screen-app .center-par p {
    line-height: 1.4;
    margin: 3px 0;
}

.past-charge {
    margin-top: 24px;
}

.past-charge .row {
    border-top: 1px solid rgba(112, 112, 112, 0.30);
    padding: 12px 0;
    margin-top: 12px;
}

.past-charge .row h6:not(.font-weight-normal) {
    font-size: 22px;
}

.screen-app h1 span {
    display: block;
}

.screen-app .lrg-txt {
    font-size: 20px;
}

.screen-app .confirmed-img {
    max-width: 62px;
    margin-bottom: 22px;
}

.screen-app .large-num {
    font-size: 40px;
}

.map-screen {
    padding-top: 0;
}

.map-screen .map-div {
    height: 100%;
    top: 101px;
    position: absolute;
    left: -15px;
    right: -15px;
    top: 0;
}

.map-screen .map-div iframe {
    width: 100%;
    height: 100%;
}

.map-screen .search {
    position: relative;
    width: 100%;
    height: 56px;
    margin-top: 75px;
    padding: 0 20px;
}

.map-screen .search input {
    background-image: url(../images/search-ico.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    padding: 15px;
    border-radius: 5px;
}

.map-screen .scroll-list {
    position: relative;
    z-index: 1;
    padding: 0 18px;
}

.map-screen .scroll-list .box {
    background-color: #ffffff;
    padding: 0 8px 12px 8px;
    border-radius: 10px;
}

.map-screen .scroll-list .box .rooms {
    width: 17px;
    margin-right: 8px;
}

.map-screen .scroll-list .box span {
    font-size: 18px;
}

.map-screen .scroll-list .box .timer {
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
    margin-bottom: 15px;
}

.map-screen .scroll-list .delivery-car {
    max-width: 170px;
    margin: 0 auto;
}

.rate {
    display: inline-block;
    border: 0;
    vertical-align: middle;
}

.rate > input {
    display: none;
}

.rate > label {
    float: right;
    margin: 0;
    line-height: 1;
    color: #dfdfdf;
}

.rate > label:before {
    display: inline-block;
    font-size: 16px;
    padding: 0;
    margin: 0 4px 0 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 "; /* full star */
}

.rate .half:before {
    content: "\f089 ";
    position: absolute;
    padding-right: 0;
}

.rate input:checked ~ label,
.rate label:hover, label:hover ~ label {
    color: #065CA5;
}

.rate input:checked + label:hover, input:checked ~ label:hover,
.rate input:checked ~ label:hover ~ label,
.rate label:hover ~ input:checked ~ label {
    color: #2499ff;
}

.map-screen .scroll-list .box .rating-d {
    color: #6F6F6F;
    font-size: 16px;
}

.app-wrap .booking_popup.pop-style .modal-dialog {
    max-width: 460px;
}

.app-wrap .booking_popup.pop-style .form-control {
    width: 100%;
    height: 44px;
    font-size: 16px;
    border-radius: 5px;
    color: #9b9b9b;
}

.app-wrap .booking_popup.pop-style .modal-footer button {
    max-width: inherit;
    width: auto;
}

.app-wrap .booking_popup.pop-style .modal-footer {
    padding-top: 15px;
}

.app-wrap .booking_popup.pop-style .modal-body p {
    font-size: 18px;
}

/*--==== New App Screen ====*/
.screen-app.new-screen, .app-wrap .upload-file label:before {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.screen-app.new-screen, .screen-app.new-screen h6 {
    font-family: 'DM Sans', sans-serif;
}

.numb-count {
    width: 19px;
    height: 19px;
    border-radius: 50px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    vertical-align: middle;
    line-height: 19px;
    color: #ffffff;
}

.screen-app.new-screen {
    padding: 10px 10px 25px;
    width: 100%;
    background-color: #ffffff;
}

header.top-header.new-screen nav .left-arrow {
    width: 13px;
}

header.top-header.new-screen h5 {
    color: #ffffff;
    margin-left: 75px;
    height: 42px;
    line-height: 1.3;
}

header.top-header.new-screen h5 small {
    display: block;
    font-size: 16px;
}

.app-wrap .new-screen .btn {
    font-size: 18px;
}

header.top-header.new-screen .left-arrow.toggle-ico {
    width: 30px;
    left: 25px;
}

.navbar-toggler {
    padding: 0;
    outline: none !important;
    border: none;
    box-shadow: none;
}

#navbarToggleExternalContent {
    top: 0;
    margin-left: -20px;
    max-width: 215px;
    width: 100%;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: transform .35s ease;
    -webkit-transition: transform .35s ease;
    display: block;
    height: 100vh;
    min-height: 100%;
    position: absolute;
    background-color: #0158A7;
    z-index: 11;
}

#navbarToggleExternalContent.show {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}

header.top-header nav h1 {
    color: #ffffff;
    height: 42px;
}

.side-menu .navbar-nav {
    padding: 25px;
    min-height: calc(100% - 66px);
}

.side-menu .navbar-nav li a {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    padding: 18px 0;
}

.side-menu .navbar-nav li:not(:first-child) a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.side-menu .nav-top {
    padding: 20px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.side-menu .navbar-nav li a img {
    width: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.side-menu .navbar-nav li.logout {
    position: absolute;
    bottom: 10px;
}

.side-menu .navbar-nav li.logout a {
    border: none;
}

.order-list .list-group li .order-img span {
    width: 74px;
    height: 74px;
    display: inline-block;
    text-align: center;
    border: 1px solid #0054A3;
    border-radius: 9px;
    cursor: pointer;
}

.order-list .list-group li .order-details {
    padding-left: 15px;
}

.order-list .list-group li .order-details p {
    font-size: 16px;
    line-height: 1;
    margin-top: 9px;
}

.order-list .list-group .list-group-item {
    padding: 18px 0;
    border-color: rgba(112, 112, 112, 0.5);
}

.order-list .list-group li .order-details .time {
    font-size: 14px;
    color: #626262;
    white-space: nowrap;
}

.order-list .list-group li .order-details .time span {
    height: 8px;
    width: 8px;
    display: inline-block;
    margin-right: 2px;
    border-radius: 10px;
    background-color: #4472C4;
}

.new-screen .unit-file {
    margin-top: 20px;
}

.new-screen .unit-file .upload-file {
    padding: 20px 0;
}

.new-screen .unit-file .upload-file label img { /* border-image: url("../images/dashed-img.png") 30 round; */
    border: 1px solid #4472C4;
    height: 220px;
    max-width: 148px;
    background-image: url(../images/add-plus.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
    object-fit: cover;
    -webkit-object-fit: cover;
    background-color: #F2F2F2;
    text-indent: -800px;
    cursor: pointer;
}

.new-screen .unit-file .upload-file label img:not([src='']) {
    background-image: none;
}

.new-screen .unit-file .upload-file input[type="file"] {
    border: none;
    text-indent: -115px;
    text-align: center;
    padding: 0;
    width: 100%;
    max-width: 120px;
    display: inline-block;
}

.new-screen .unit-file .upload-file div[runat="server"] {
    display: block;
    max-width: 148px;
    margin: 4px 2px;
}

.new-screen .inner-content h6 {
    margin: 15px 0;
    font-weight: 400;
    color: #626262;
}

.new-screen input:not([type="radio"]):not([type="checkbox"]), .new-screen textarea {
    color: #626262;
    border: 1px solid #9C9C9C;
    border-radius: 8px;
    font-size: 18px;
    padding: 12px 15px;
}

.new-screen input:not([type="radio"]):not([type="checkbox"]):focus, .new-screen textarea:focus {
    color: #626262;
}

.pickup-screen2 .input-number {
    height: 52px;
    border-radius: 9px;
    outline: none;
    text-align: center;
    font-size: 27px !important;
    min-width: inherit;
    max-width: 252px;
    text-transform: uppercase;
    color: #4ABAB9 !important;
    font-weight: 800;
}

.pickup-screen2 .input-number:hover {
    background: #ffffff;
    color: #4ABAB9 !important;
}

.pickup-screen3 .list-group .list-group-item {
    padding: 15px 0;
}

.pickup-screen3 .list-group .list-group-item h6 {
    font-weight: 500;
    font-size: 18px;
    color: #323232;
}

.new-screen.pickup-screen4 .unit-file .upload-file label img {
    max-width: 217px;
    height: 390px;
}

.app-wrap .upload-file label {
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #ffffff;
}

.app-wrap .upload-file label:before {
    background-image: url(../images/checked.svg);
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
}

.app-wrap .upload-file label img {
    border: none !important;
}

.app-wrap .upload-file label.active {
    border-color: #4472C4;
}

.app-wrap .upload-file label.active:before {
    opacity: 1;
}

.new-screen .unit-file .upload-file div[runat="server"] h6 {
    color: #626262;
}

.history-screen .order-list .list-group li .order-img span {
    border: none;
    width: 50px;
    height: 50px;
}

.history-screen .order-list .list-group li .order-details p {
    margin-top: 6px;
}

.history-screen .order-list .list-group li .btn_style {
    margin: 0 0 0 10px !important;
    line-height: 1;
    min-width: inherit;
    width: auto !important;
    padding: 10px 28px;
}

.history-screen .order-list .list-group li .order-details h5 {
    font-size: 18px;
}

.setting-screen nav ul {
    padding: auto;
    list-style: none;
}

.setting-screen nav ul li {
    font-size: 18px;
    font-weight: 500;
}

.setting-screen nav ul li:not(:last-child) {
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}

.setting-screen nav ul li a img {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 6px;
}

.setting-screen nav ul li a {
    color: #323232;
    padding: 15px 0;
    width: 100%;
}

.setting-screen nav ul li > img {
    width: 12px;
    margin-left: 10px;
}

.messages-chat.new-screen {
    font-family: 'Lato', sans-serif;
}

.messages-chat {
    height: 75vh;
    overflow: scroll;
    margin: 0 -20px;
    padding-right: 10px;
}

.messages-chat .chat-input-outer {
    margin: -4px 0;
    padding: 15px 24px;
    box-shadow: 0 -4px 10px rgb(0 0 0 / 10%);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

.messages-chat .chat-input-outer .camera-ico {
    width: 36px;
    cursor: pointer;
}

.messages-chat .chat-input-outer .chat-input {
    position: relative;
    margin-left: 12px;
}

.messages-chat .chat-input-outer .chat-input input {
    width: 100%;
    height: 41px;
    outline: none;
}

.messages-chat .chat-input-outer .chat-input .record-ico {
    width: 30px;
    position: absolute;
    right: 8px;
    top: 5px;
    cursor: pointer;
}

.messages-chat .chat-history {
    list-style: none;
    margin-bottom: 90px;
}

.messages-chat .chat-history li {
    line-height: 1;
    margin: 10px 0;
}

.messages-chat .chat-history li .chat {
    max-width: 260px;
    padding: 8px 12px;
    line-height: 1.3;
    font-size: 14px;
    display: inline-block;
}

.messages-chat .chat-history li.right-chat .chat:not(.chat-img) {
    background-color: rgba(6, 92, 165, 0.2);
    border-radius: 12px 5px 5px 5px;
}

.messages-chat .chat-history li.left-chat .chat:not(.chat-img) {
    background-color: rgba(122, 122, 122, 0.2);
    border-radius: 5px 12px 5px 5px;
}

.messages-chat .chat-history li.un-read-chat .chat:not(.chat-img) {
    background-color: #3D8BEF !important;
    color: white;
}

.messages-chat .chat-history li .time {
    font-size: 10px;
    color: #323232;
    opacity: 0.5;
}

.messages-chat .chat-history li .chat.chat-img {
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}

.messages-chat .last-chat p {
    color: #ABA9A9;
    font-size: 13px;
}

.messages-chat .chat-input-outer .chat-input input::-webkit-input-placeholder {
    color: #A7A7A7;
}

.messages-chat .chat-input-outer .chat-input input::-moz-placeholder {
    color: #A7A7A7;
}

.messages-chat .chat-input-outer .chat-input input:-ms-input-placeholder {
    color: #A7A7A7;
}

.messages-chat .chat-input-outer .chat-input input:-moz-placeholder {
    color: #A7A7A7;
}

.tgl {
    display: none !important;
}

.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
    box-sizing: border-box;
}

.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
    background: none;
}

.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
    background: none;
}

.tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 78px;
    height: 36px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 32px;
    height: 100%;
}

.tgl + .tgl-btn:after {
    left: 2px;
}

.tgl + .tgl-btn:before {
    display: none;
}

.tgl:checked + .tgl-btn:after {
    left: 50%;
    margin-left: 4px;
    background-color: #4472C4;
}

.tgl-light + .tgl-btn {
    background: rgba(156, 156, 156, 0.20);
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.tgl-light + .tgl-btn:after {
    border-radius: 50%;
    background: #9C9C9C;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.tgl-light:checked + .tgl-btn {
    background: rgba(68, 144, 196, 0.20);
}

/*--==== New App Screen End ====*/

/*--=========================== Mobile App End ===========================--*/


@media (min-width: 992px) {
    section.banner .col-lg-5 {
        max-width: 39%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

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

@media (max-width: 1199px) {
    header nav .navbar-brand{margin-bottom: -13%;}
    section.whyus {padding-bottom: 160px;}
    .calculator {margin: -17% 0 -24%;}
}

@media (max-width: 991px) and (min-width: 768px) {
    section.better .vs { width: 38px; height: 38px;}
    section.better .vs h3 { font-size: 22px;}
}

@media (max-width: 991px) {
    h1 {
        font-size: 62px;
    }

    h2 {
        font-size: 50px;
    }

    h3 {
        font-size: 32px;
    }

    .subtitle {
        font-size: 24px;
    }

    header nav .navbar-brand {
        margin-bottom: -17%;
    }

    section.banner {
        padding-top: 100px;
        background-size: cover;
        background-position: top left;
    }

    section.banner .img {
        margin-top: 60px;
    }

    .shadow_box {
        padding: 25px 20px;
    }

    section.cal_section {
        padding-top: 70px;
    }

    .calculator {
        margin: 35px 0 -24%;
    }

    section.custom_map .map_info {
        right: 3%;
        top: 4%;
        max-width: 350px;
    }

    section.better {
        margin-top: 100px;
    }

    section.whyus {
        padding-bottom: 100px;
    }

    .calculator {
        max-width: 100%;
    }

    section.cal_section h2 {
        text-align: center;
    }

    section.stay_cool.stay-cool-sec {
        padding: 70px 0;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 46px;
    }

    h2 {
        font-size: 40px;
    }

    .subtitle {
        font-size: 18px;
    }

    .btn_site {
        max-width: 150px;
        min-width: unset;
    }

    header nav {
        padding: 11px 0 !important;
    }

    header nav .navbar-brand {
        max-width: 100px;
        margin-bottom: -74px;
    }

    section.banner {
        padding: 50px 0 40px;
    }

    section.better {
        margin-top: 60px;
    }

    section.better .col-auto {
        width: 100%;
    }

    section.better .vs {
        margin: 15px auto;
    }

    .shadow_box.big {
        margin-top: 30px;
    }

    .shadow_box.big h2 sup {
        top: -0.5em;
    }

    section.whyus {
        padding-bottom: 70px;
    }

    section.whyus .row {
        margin-top: 70px;
    }

    section.whyus .txt p {
        font-size: 17px;
    }

    section.whyus .img img {
        max-width: 120px !important;
        margin: auto;
        display: block;
    }

    section.whyus .row4 img {
        max-width: 180px;
    }

    section.whyus .row1 img {
        max-width: 192px;
    }

    .calculator {
        padding: 20px 20px;
        margin-bottom: -57%;
    }

    .calculator .col-6:nth-of-type(odd) {
        padding-right: 4px;
    }

    .calculator .col-6:nth-of-type(even) {
        padding-left: 4px;
    }

    .calculator .form_group input {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }

    .calculator .form_group label {
        font-size: 14px;
    }

    .calculator p {
        font-size: 14px;
    }

    .calculator .quantity input {
        margin: 0 5px;
        font-size: 36px;
        height: 75px;
    }

    .calculator .detail p {
        font-size: 14px;
    }

    .calculator .detail label {
        font-size: 14px;
    }

    .calculator .footer .col-7 {
        width: 50%;
    }

    .calculator .footer .col-5 {
        width: 50%;
        padding-right: 4px;
    }

    .calculator .footer p {
        font-size: 12px;
        line-height: 1.2;
    }

    .calculator .footer button {
        font-size: 14px;
        line-height: 1;
    }

    .calculator .footer span {
        font-size: 12px;
    }

    section.how_works {
        padding-top: 250px;
    }

    section.how_works .txt p {
        font-size: 17px;
        margin-bottom: 40px;
    }

    section.how_works .row1 img {
        max-width: 350px;
    }

    section.how_works .row3 img {
        max-width: 195px;
    }

    section.how_works .row2 .img {
        width: calc(100% - 20px);
        margin-left: auto;
    }

    section.custom_map .map_info {
        position: relative;
        max-width: 100%;
        left: inherit;
        right: inherit;
    }

    section.custom_map .map_info .wrapper {
        max-width: 100%;
    }

    .booking_popup.pop-style .modal-dialog {
        margin: auto 15px;
    }

    .booking_popup.pop-style .modal-content {
        padding: 35px 30px;
    }

    .booking_popup.pop-style .modal-body h3 {
        text-align: center;
        font-size: 30px;
    }

    .booking_popup.pop-style .modal-body > p {
        text-align: center;
    }

    .booking_popup.pop-style .modal-body p {
        font-size: 18px;
    }

    .booking_popup.pop-style .modal-body p {
        font-size: 16px;
    }

    .booking_popup.pop-style .modal-body .quantity {
        margin: 10px 0 25px;
    }

    .booking_popup.pop-style .form-control {
        height: 65px;
        line-height: 65px;
        font-size: 18px;
    }

    .booking_popup.pop-style .inpOtp input {
        width: 40px !important;
        height: 40px !important;
        margin-right: 9px !important;
    }

    .booking_popup.pop-style .units {
        text-align: center;
        margin-top: 30px;
    }

    .hero-banner .subtitle {
        font-size: 20px;
    }

    .hero-banner .subtitle br {
        display: none;
    }

    section.whyus.why-use .row, section.how_works.how-does-works .row {
        text-align: center;
    }

    section.stay_cool {
        padding: 60px 0;
    }

    .shadow_box.big h2 {
        font-size: 50px;
    }

    section.service_area {
        padding: 70px 0;
    }

    .transparent-pricing .calculator .quantity button {
        padding-left: 5px;
        padding-right: 5px;
    }

    .transparent-pricing .calculator p {
        list-style: 1.2;
    }

    .our-landing header nav .btn {
        white-space: nowrap;
    }
}

@media (max-width: 400px) {
    .subtitle {
        font-size: 16px;
    }

    .new-screen .unit-file .upload-file div[runat="server"] {
        margin: 4px 0;
    }

    .new-screen .unit-file .upload-file label img {
        width: 100%;
    }

    .wizard > .actions > ul, .wizard > .actions > ul > li {
        margin: 0px 5px !important;
    }

    .wizard > .actions > ul a.btn_style {
        min-width: 140px;
        font-size: 15px;
    }
}

@media (max-width: 385px) {
    .calculator .quantity input {height: auto;font-size: 28px;margin: 0 3px;}
}

@media (max-width: 385px) {
    .calculator .quantity button {
        font-size: 28px;
    }
}

/**
Custom
 */
.pac-container{
    z-index: 999999;
}

#stripe-card-element {
    border-radius: 4px 4px 0 0;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    width: 100%;
    background: white;
}

div[data-lastpass-root] {
    display: none;
}

.wizard > .content {
    max-width: 100% !important;
    margin: 10px !important;
}

.inpOtp input {
    width: 60px;
    height: 60px;
}

.select2-container .select2-selection--single {
    height: 50px !important;
}
