@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
/*/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
## Bootstrap Sameheight
## Miscellaneous
## Font Fix Screen
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-family: 'Poppins',sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg {
    display: block;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp,
tt,
var {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
p {
    margin-bottom: 1.5em;
}
dfn,
cite,
em {
    font-style: italic;
}
cite {
    font-weight: 600;
}
blockquote {
    margin: 0 1.5em 20px;
    border-color: #111111;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1em 1em;
    padding-left: 20px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
    margin-bottom: 10px;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}
figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px 0;
    width: 100%;
}
table th,
table td {
    border: 1px solid #dedede;
    padding: 5px;
    text-align: center;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #111111;
    border: medium none;
    color: #fff;
    padding: 2px 15px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background-color: #000;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
}
select {
    border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
textarea {
    width: 100%;
}
form.post-password-form label > input {
    background: #f8f8f8;
    border: 1px solid #dcdcdc;
    padding: 10px 8px;
}
form.post-password-form input {
    padding: 11px 15px;
    font-weight: 700;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:link,
a:visited {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
/*-------------------------------------------------------------
                CUSTOM CSSS START
--------------------------------------------------------------*/
header#masthead {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    padding: 30px 0;
}
.xtra_links a {
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    color: #000;
}
.xtra_links .signup {
    background: #0E4377;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    margin-left: 30px;
}
.vc_banner {
    position: relative;
    z-index: 1;
    font-weight: 700;
    /* text-shadow: 0px 6px 0px BLACK; */
    padding: 0;
    margin-bottom: 35px;
}
.vc_banner:before {
    content: '';
    width: 762px;
    height: 178px;
    /* background: url('../images/vc_banner.png'); */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: -70px;
    top: -30px;
    z-index: -1;
}
.bn_form .form-control {
    height: 60px;
    background: oklab(0 0 0 / .29);
    border: none;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
    color: #fff;
    padding: 0 20px;
    font-size: 18px;
    backdrop-filter: blur(17px);
}
.bn_form .form-control::placeholder {
    color: #fff;
}
.bn_form .loct .form-control {
    padding-left: 48px;
}
.secBanner .bn_form .form { display: flex;flex-wrap: wrap;}
.bn_form .field.loct {
    max-width: 65%;
    flex: 65%;
    padding-right: 10px;
    position: relative;
}
.bn_form .field.srv {
    max-width: 35%;
    flex: 35%;
}
.bn_form .btn_bn {
    padding: 18px 36px;
    background: #0E4377;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    outline: none;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin-top: 50px;
}
.bn_form .field.loct:before {
    content: '\f3c5';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #fff;
    position: absolute;
    left: 18px;
    top: 18px;
    font-size: 18px;
    pointer-events: none;
    z-index: 2;
}
.secBanner {
    padding-top: 180px;
    padding-bottom: 103px;
    background-size: cover;
    background-position: center;
}
.secBanner:after {
    content: '';
    width: 100%;
    height: 317px;
    background: url('../images/vc_head.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    opacity: 0.5;
}
.secBanner .info h1 {
    color: #0E4377;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
}
.secBanner .info h1 br{
    display:none;
}
.secBanner .info p {
    font-size: 18px;
    line-height: 34px;
    color: #000;
}
.bn_img {
    margin-right: -250px;
}
.secBanner .row {
    align-items: center;
}
.navbar-expand-xl .navbar-nav .nav-link {
    color: #3B3B3B;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    transition: all 0.4s ease-in-out !important;
}
.navbar-expand-xl .navbar-nav li:not(:first-child) {
    margin-left: 38px;
}
.navbar-expand-xl .navbar-nav .nav-link:hover {
    color: #0E4377;
}
.btn-custom {
    background: #0E4377;
    color: #fff !important;
    padding: 18px 30px;
    font-size: 18px;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
}
.txt h2 {
    font-size: 54px;
    line-height: 60px;
    color: #000;
    font-weight: 600;
}
.secAbout,.secService,.secStore {
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: cover;
    background-position: center;
}
.svBox {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.svBox .thumb {
    margin-bottom: 26px;
    min-height: 77px;
}
.svBox .ctn h3 {
    margin-top: 0;
    font-size: 30px;
    line-height: 43px;
    color: #000;
    margin-bottom: 15px;
}
.svBox .ctn p {
    font-size: 18px;
    line-height: 34px;
    color: #9D9D9D;
    margin-bottom: 20px;
}
.svBox .ctn .read_more {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}
.srvGrids .col-12.col-md-4 {
    margin-bottom: 50px;
}
.secService .txt {
    margin-bottom: 40px;
}
.secStore .row {
    padding: 57px 7px;
    border-radius: 20px;
    background-color: #E1E1E1;
}
.secStore .txt p {
    padding-right: 9%;
    color: #888888;
}
.secStore .txt h2 {
    margin-bottom: 20px;
    line-height: 70px;
}

section.secService h2 {
    color: #fff;
}
section.secService a.btn-custom {
    background: none !important;
    border: 1px solid #fff !important;
}
.btn_download .btn-custom {
    position: relative;
    padding: 31px 24px 11px 67px;
    min-width: 217px;
}
.btn_download .btn-custom .icon {
    position: absolute;
    left: 22px;
    top: 18px;
    font-size: 34px;
}
.btn_download .btn-custom .text {
    position: absolute;
    top: 15px;
    font-size: 14px;
    left: 69px;
    line-height: 1;
}
.btn_download .btn-custom.apple .text {
    left: 67px;
}
.btn_download .btn-custom.apple {
    padding-left: 67px;
    margin-left: 30px;
}
.secLoct {
    height: 722px;
    background-size: cover;
    background-position: center;
}
.footer-widget {
    background: #242424;
    padding: 80px 0;
}
.col_full h2 {
    font-size: 54px;
    line-height: 76px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #ffffff;
}
.newsletter .form-control {
    border: none;
    background: transparent;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    color: #ffffff !important;
    font-size: 18px;
    padding: 10px 0;
    box-shadow: none;
    outline: none;
    margin-bottom: 40px;
}
.newsletter .form-control::placeholder , .form-control:focus{
    color: #fff;
}
.newsletter .btn-custom {
    background: #0000 !important;
    padding: 18px 53px;
    border: 1px solid #fff;
}
.col_full {
    margin-bottom: 46px;
}
.footer-widget .row .col-12:first-child {
    padding-right: 60px;
}
.footer-widget .row .col-12:nth-child(2) {
    padding-left: 90px;
    padding-right: 90px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #fff;
}
.footer-widget .row .col-12:last-child {
    padding-left: 90px;
}
.footer-widget .widget h3 {
    margin-top: 0;
    margin-bottom: 27px;
    color: #ffffff;
    font-size: 30px;
    line-height: 43px;
    font-weight: 500;
}
.footer-widget .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-widget .widget ul li {
    font-size: 18px;
    line-height: 40px;
    color: #504E4E;
}
.footer-widget .widget ul li a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    cursor:pointer;
}
.footer-widget .widget p {
    color: #fff;
    margin: 0;
}
.footer {
    background: #0E4377;
}
.site-info {
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid #ffffff;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
}
.site-info a {
    color: #0096F4 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}

/*-------------------------------------------------------------
                CUSTOM CSSS END
--------------------------------------------------------------*/

.ft-18 {
    font-size: 18px;
    line-height: 34px;
}

.clr-white {
    color: #fff;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}


@media screen and (max-width: 1700px) {
    .bn_img {
        margin-right: -200px;
    }
}

@media screen and (max-width: 1620px) {
    .bn_img {
        margin-right: -200px;
    }
}

@media screen and (max-width: 1500px) {
    .bn_img {
        margin-right: -100px;
    }
}

@media screen and (max-width: 1400px) {
    .secBanner .info h1 {
        font-size: 48px;
        line-height: 54px;
    }
    .vc_banner:before {
        left: -80px;
        top: -33px;
        width: 712px;
    }
}

@media screen and (max-width: 1300px) {
    .bn_img {
        margin-right: 0px;
    }
}



.drops_Down_inner {
    display: flex;
    flex-direction: column;
    position: absolute;
    height: 130px;
    background: #ffffff;
    width: 100%;
    box-shadow: 0 0 8px 5px #cccccc42;
    justify-content: center;
    padding: 0 15px;
    top: 60px;
    border-radius: 10px;
}
a.drops_Down.signup {
    margin: 0;
    font-size: 13px;
}
.xtra_links {
    position: relative;
    display: flex;
    align-items: center;
}
.drops_Down_inner a {
    font-size: 13px;
    text-align: center;
    background: #0E4377;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px 10px;
    width: 100%;
    font-weight: 400;
    border-radius: 9px;
}
.drops_Down_inner a:last-child {
    margin: 0;
}
a.drops_Down.signup svg {padding-right: 3px;font-size: 12px;}
.drops_Down_inner a svg {
    font-size: 13px;
    padding-right: 4px;
}


section.book-serv-sec h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 36px;
    color: #000;
    margin: 0px !important;
    padding-bottom: 20px;
}

section.book-serv-sec {
    background: #F2F2F2;
    height: 900px;
    padding: 160px 50px 50px;
}
section.book-serv-sec > .row {
    height: 100%;
}
.location-form form {
    background: #fff;
    padding: 32px 36px;
    border-radius: 14px;
    height: 100%;
}

.map-wrapper {
    height: 100%;
    background: #fff;
    padding: 12px 8px;
    border-radius: 14px;
}

.location-form form input {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    border-radius: 14px;
    padding: 20px 30px 20px 20px;
    border: 1px solid rgb(0 46 91 / 30%);
    width: 100%;
    outline: none !important;
    margin-bottom: 62px !important;
}

.location-form form input::placeholder {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;
}

.location-form form select {
    padding: 20px 20px;
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgb(0 46 91 / 30%);
    outline: none !important;
    margin-bottom: 62px;
}
.location-form form select option {
    color: #000;
}
input#serv-req-btn {
    border-radius: 4px;
    background: #0E4377 !important;
    color: #fff;
    text-transform: uppercase;
    border: none !important;
    padding: 18px 8px !important;
    width: 100% !important;
    margin: 0px !important;
    transition: all 0.4s;
}

input#serv-req-btn:hover {
    background: #000 !important;
}


.location-form form h3:after {
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    display: block;
    position: relative;
    top: 126px;
}

.serv-tabs {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #fff;
    padding: 12px 18px 12px 8px;
    border-radius: 14px;
    align-items: center;
    margin-bottom: 23px;
}

.serv-tab-disc p {
    margin: 0px !important;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 22px;
    padding-top: 8px;
}

.serv-rating {
    background: #f2f2f2;
    padding: 6px 15px;
    border-radius: 14px;
    width: 140px;
    text-align: center;
    margin: 12px 0px;
}

.serv-rating span {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.serv-rating img {
    margin-right: 10px;
}

.hire-serv span {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Poppins';
}

.hire-serv span img {
    margin: 0px 10px 0px 10px;
}

.serv-tab-info {
    text-align: right;
    width: 40%;
}

span.track-time {
    background: #002E5B;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: lowercase;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
}

.track-distance {
    margin: 10px;
}

span.track-st {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
    color: rgb(0 0 0 / 70%);
}

span.track-km {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #000 !important;
}

a.hire-btn {
    background: #08C190;
    border: 1px solid #08C190;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 6px;
    padding: 8px 38px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
}

a.hire-btn:hover {
    background: #053059;
    border: 1px solid #053059;
}

a.call-btn {
    border: 2px solid #239EFF;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.3s;
}

a.call-btn:hover {
    background: #000;
    border: 2px solid #000;
}

a.call-btn:hover img{
    filter: invert();
}

a.share-btn {
    background: #053059;
    padding: 5px 10px;
    border-radius: 6px;
    border: 2px solid #053059;
    transition: all 0.3s;
}

a.share-btn:hover {
    background: #a3323f;
    border: 2px solid #a3323f;
}

.serv-tab-img {
    width: 16%;
    z-index: 999;
}

.serv-tab-img img {
    width: 100%;
}

.serv-tab-disc {
    width: 44%;
    padding-left: 26px;
}

.location-field {
    position: relative;
}

.location-field svg {
    position: absolute;
    top: 22px;
    right: 10px;
    font-size: 18px;
}

/*---- Desktop Standard Resolution ----*/

@media only screen and (max-width: 1600px) {
    a.hire-btn {
        padding: 8px 14px;
    }
    section.book-serv-sec h3 {
        font-size: 20px;
    }
    .location-form form input {
        padding: 16px 16px;
    }
    .location-form form select {
        padding: 16px 16px;
    }
    input#serv-req-btn {
        padding: 14px 8px !important;
    }
    .location-field svg {
        top: 20px;
        right: 10px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1440px) {
    .serv-tab-disc p {
        /* text-align: center; */
    }

    .serv-tab-img {
        text-align: center;
        width: 45%;
    }

    .serv-tab-img img {
        width: 100px;
    }

    .serv-tab-disc {
        width: 100%;
        padding: 6px 20px;
        /* text-align: center; */
        /* display: flex; */
        flex-direction: column;
    }

    .serv-rating {
        /* margin: 12px auto; */
    }

    .serv-tab-info {
        /* text-align: center; */
        width: 100%;
        margin: 26px 0px 20px 0px;
    }
    .serv-tabs {
        /* flex-direction: column; */
        justify-content: center !important;
        /* text-align: center !important; */
        padding-top: 0;
        padding-bottom: 0;
    }

    .location-form form input {
        font-size: 15px;
        padding: 14px 14px;
    }
    .location-form form input::placeholder {
        font-size: 15px;
    }
    section.book-serv-sec h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .location-form form select {
        padding: 14px 14px;
    }
    .location-field svg {
        top: 18px;
        right: 10px;
        font-size: 14px;
    }
}


@media only screen and (max-width: 1200px) {
    
.secStore .txt h2 {
    font-size: 44px !important;
    line-height: 60px !important;
}

.txt h2 {
    font-size: 44px !important;
    line-height: 55px !important;
}

.svBox .ctn h3 {
    font-size: 25px !important;
    line-height: 40px !important;
}

.svBox .ctn p {
    font-size: 17px !important;
    line-height: 32px !important;
}

.col_full h2 {
    font-size: 44px !important;
    line-height: 66px !important;
}

.single_service .txt h2 {
    font-size: 32px !important;
}

.single_service h1 {
    font-size: 44px !important;
}

.secAbout, .secService, .secStore {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

section.breadcrum_sec {
    font-size: 28px !important;
    line-height: 50px !important;
}
}

@media only screen and (max-width: 1199px) {
    
.container {
    max-width: 1150px !important;
}

button.navbar-toggler:hover {
    background: #0E4377 !important;
}

button.navbar-toggler {
    background: #0E4377 !important;
}
.navbar-toggler-icon {
    filter: invert(1);
}
}

@media only screen and (max-width: 1024px) {
    
.secStore .txt h2 {
    font-size: 40px !important;
    line-height: 55px !important;
}

.txt h2 {
    font-size: 38px !important;
    line-height: 50px !important;
}

.svBox .ctn h3 {
    font-size: 22px !important;
    line-height: 35px !important;
}

.svBox .ctn p {
    font-size: 16px !important;
    line-height: 30px !important;
}

.single_service h1 {
    font-size: 35px !important;
}

.single_service .txt h2 {
    font-size: 28px !important;
}

section.breadcrum_sec {
    font-size: 25px !important;
    line-height: 45px !important;
}
}
div#weathermap {
    height: 100%;
}

.navbar-collapse .nav-close button.close {
    display: none;
}



.searching_icon img {
    height: 430px;
    width: 100%;
}

.loader {
    width: 100%;
    height: 420px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader svg .st0 {
    fill: #eee;
}
.loader svg {
    animation: 0.3s truck infinite;
}
.loader p {
    font-family: sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    color: #777;
}
@keyframes truck {
    0% {
        transform: scaleY(1) translate(0%, 0%);
    } 50% {
          transform: scaleY(0.95) translate(0%, 0%);
      } 100% {
            transform: scaleY(1) translate(0%, 0%);
        }
}
.searching_icon {
    position: relative;
    display: none;
}

.inner_services {overflow-y: scroll;height: 495px;padding-right: 20px;}

.inner_services::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: #fff;
}

.inner_services::-webkit-scrollbar
{
    width: 5px;
    background-color: #fff;
}

.inner_services::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #0E4377;
}




.notification_area li.onhover-dropdown {
    display: inline-block;
    position: relative;
    background-color: #0E4377;
    border-radius: 50px;
    cursor: pointer;
}
.notification_area ul.nav-menus {
    padding: 0;
    margin: 0;
}
.notification_area {padding-left: 20px;}
.notification_area .notification-box svg {
    width: 20px;
    height: 30px;
    stroke: #ffffff;
}
.notification_area .notification-dropdown {
    position: absolute;
    top: 74px;
    background: #fff;
    width: 300px;
    right: 0;
    border-radius: 9px;
    transform: translatey(-20px);
    transition: 0.5s all ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.notification_area .notification-box .counter_notification {
    position: absolute;
    top: 8px;
    right: 9px;
    background: #000;
    padding: 3px 4px;
    font-weight: 400;
    font-size: 9px;
    font-family: 'Poppins';
}
.notification_area li.onhover-dropdown > .notification-box {
    position: relative;
    padding: 10px 15px;
}

.notification_area .notification-dropdown .dropdown-title {
    padding: 14px 20px;
    text-align: center;
    border-bottom: 1px dashed rgba(145, 142, 153, 0.3);
    font-family: 'Poppins';
}

.notification_area .notification-dropdown ul.notification-box {
    padding: 15px;
    margin: 0;
    height: 410px;
    overflow-y: scroll;
}

.notification_area .notification-dropdown ul.notification-box > li {
    background-color: #f9f9f9;
    border-radius: 5px;
    align-items: start !important;
    padding: 15px;
    gap: 10px;
    margin-bottom: 10px;
}

.notification_area .notification-dropdown ul.notification-box > li .bg-light-primary {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(122, 112, 186, 0.2) !important;
    color: #fff;
    flex-shrink: 0 !important;
}

.notification_area .notification-dropdown ul.notification-box h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 3px;
}

.notification_area .notification-dropdown ul.notification-box p {
    font-size: 14px;
    color: #9B9B9B;
    margin: 0;
    letter-spacing: 0.3px;
}

ul.buttons_acceptance {
    display: flex;
    align-items: center;
    padding: 0 !important;
    margin-top: 9px;
    margin-left: 0;
    list-style: none;
}
ul.buttons_acceptance li {
    padding-right: 10px !important;
    font-size: 12px;
    font-family: 'Poppins';
}

.notification_area .notification-dropdown.active {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

ul.buttons_acceptance li a {
    font-size: 13px;
    font-family: 'Poppins';
    color: #0E4377;
    font-weight: 500;
}


.header_linkss {
    position: relative;
}


.cancel_btn a {
    display: inline-block;
    border-radius: 4px;
    background: #A63C3D;
    color: #fff;
    text-transform: uppercase;
    border: none !important;
    padding: 18px 8px !important;
    width: 100% !important;
    margin: 0px !important;
    transition: all 0.4s;
    text-align: center;
    /*margin-top: 20px !important;*/
}

.notification_area .notification-dropdown ul.notification-box::-webkit-scrollbar {
    width: 5px;
    border-radius: 50px;
}
.notification_area .notification-dropdown ul.notification-box::-webkit-scrollbar-thumb {
    background-color: #0E4377;
    border-radius: 50px;
}

.skeleton {
    display: flex;
}

.skeleton-img {
    width: 90px;
    height: 90px;
    background-color: #000000;
    border-radius: 4px;
    animation: pulse 1.5s infinite ease-in-out;
}

.skeleton-text {
    height: 16px;
    background-color: #e0e0e0;
    margin: 5px 0;
    border-radius: 4px;
    animation: pulse 1.5s infinite ease-in-out;
}

.skeleton-text.short {
    width: 50%;
}

.skeleton-rating {
    display: flex;
    align-items: center;
}

.skeleton-star {
    width: 16px;
    height: 16px;
    background-color: #e0e0e0;
    border-radius: 50%;
    margin-right: 5px;
    animation: pulse 1.5s infinite ease-in-out;
}

.skeleton-btn {
    width: 60px;
    height: 30px;
    background-color: #e0e0e0;
    border-radius: 4px;
    margin-right: 5px;
    animation: pulse 1.5s infinite ease-in-out;
}

/* Animation Keyframes */
@keyframes pulse {
    0% {
        background-color: #fbf4f4;
    }
    50% {
        background-color: #dfdddd;
    }
    100% {
        background-color: #f4f4f4;
    }
}


.skeleton .activate-btns {
    display: flex;
    justify-content: end;
}



section.service_req_sec {
    background: #F2F2F2;
    padding: 160px 40px 70px 40px;
    font-family: 'Poppins';
}
.service_req_sec .left {
    border: 2px solid #DEDEDE;
    border-radius: 14px;
    padding: 28px 39px;
    height: 100%;
}

.service_req_sec  h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins';
}

.service_req_sec .ser_row {
    background: #fff;
    padding: 12px 10px;
    border-radius: 14px;
    align-items: center;
}

.service_req_sec .ser_row .img {
    width: 144px;
    height: 118px;
    /* margin-right: 20px; */
    border-radius: 12px;
    overflow: hidden;
}
.service_req_sec .ser_row .servic_req_det {
    width: 100%;
    justify-content: space-between;
    margin-left: 15px;
}

.servic_req_det.d-flex {}
.service_req_sec .ser_row p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 14px;
}
.service_req_sec  .rating {
    border: 1px solid #D2D2D2;
    width: fit-content;
    padding: 8px 14px;
    background: #F2F2F2;
    border-radius: 4px;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    color: #000000;
}
.service_req_sec .ser_row .rating img {width: 20px;height: 19px;margin-right: 10px;}
.service_req_sec  .est_time {
    font-size: 14px;
    color: #fff;
    background: #002E5B;
    border-radius: 4px;
    padding: 5px 10px;
    display: block;
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 10px;
}
.service_req_sec .ser_row .time  .loc {
    font-size: 14px;
    color: lab(0 0 0 / .5);
}
.service_req_sec .ser_row .time .loc span {
    color: #000;
    padding-left: 13px;
}
.service_req_sec .ser_row ul {
    margin: 0;
    padding: 0;
    display: none;
    list-style: none;
}

.service_req_sec .ser_row ul li {
    margin-right: 25px;
    font-size: 14px;
    color: oklab(0 0 0 / .5);
}

.service_req_sec .ser_row .servic_req_det {
    padding-right: 10px;
}
section.service_req_sec .right {
    background: #fff;
    box-shadow: 0 3px 12px oklab(0 0 0 / .12);
    border-radius: 14px;
    padding: 28px 39px;
}
section.service_req_sec .right h3 {
    /*padding-bottom: 24px;*/
    /*border-bottom: 2px solid #E1E1E1;*/
    /*margin-bottom: 26px;*/
}
section.service_req_sec .right  h6 {
    justify-content: space-between;
    width: 100%;
    font-size: 18px;
    color: #000B22;
    margin-bottom: 26px;
}
section.service_req_sec .payment_met ul {
    padding: 0;
    list-style: none;
    padding-bottom: 34px;
    border-bottom: 2px solid #E1E1E1;
    margin-bottom: 34px;
}
.payment_met ul li {
    background: #E6E6E6;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
}
.payment_met ul li img {
    width: 81px;
    height: 78px;
    margin-right: 15px;
}
.payment_met ul li .cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.payment_met ul li .cont .card_det p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1;
}
.payment_met ul li .cont .card_pay label {
    display: block;
}
.payment_met ul li.add_card {
    text-align: center;
    padding: 20px;
    color: #000;
}
.payment_met ul li.add_card a {
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.payment_met ul li.add_card a svg {
    background: #FFFFFF;
    padding: 4px;
    width: 13px;
    height: 13px;
    border-radius: 100px;
    margin-right: 7px;
}
section.service_req_sec .right .cash_delivery strong {
    font-size: 18px;
    color: #002E5B;
}

section.service_req_sec .right .cash_delivery strong svg {
    margin-right: 7px;
}

a.black_btn {
    display: block;
    width: 100%;
    background: #000;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px;
}
input[type=checkbox].checkout+label:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    background-color: #ffffff;
    border: 2px solid #bdc3c7;
    border-radius: 5px;
    top: 29%;
    right: 2px;
}
input[type=checkbox].checkout+label:after {
    cursor: pointer;
    position: absolute;
    content: "✔";
    font-size: 18px;
    color: #ffffff00;
    transition: all 0.25s ease-in-out;
    top: 31%;
    right: 71%;
}
input[type=checkbox].checkout:checked+label:after {
    color: #000;
}
input[type=checkbox].checkout+label {
    /* padding-left: 40px; */
    margin-top: 0;
}

label.checkbox {
    position: relative;
}
input[type=checkbox] {
    opacity: 0;
}
.card_pay {
    height: 70px;
}
.payment_met ul li .cont .card_pay label span {
    position: absolute;
    right: 0;
    bottom: -62px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
.cash_delivery .check_box_div {
    height: 50px;
}
.cash_delivery .check_box_div input[type=checkbox].checkout+label:after {
    right: 10px;
}
section.service_req_sec .right .cash_delivery {
    margin-bottom: 10px;
    align-items: center;
}
section.service_req_sec .map_col {
    padding: 18px 15px;
}
.map_col img.map {
    height: 453px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}
.map_col h4.grey {
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #E1E1E1;
    color: lab(0 0 0 / 0.5);
    margin-bottom: 20px;
}
.map_col h4.grey span {
    color: #000;
}
.map_col .time_estim {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #E1E1E1;
}
.map_col .time_estim .est_time {
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 0;
}
.map_col .review_row {
    align-items: center;
    margin-bottom: 15px;
}
.map_col .review_row h4 {
    font-size: 20px;
    line-height: 1.5;
}
.map_col .review_row .rating.d-flex {
    margin: 0;
}
.client_review .reviews {
    padding: 0;
    margin: 0;
    /* background: #F2F2F2; */
    /* border-radius: 14px; */
    /* padding: 16px; */
    overflow-y: scroll;
    height: 210px;
}

.client_review .reviews li {
    align-items: center;
    padding-bottom: 21px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 15px;
}

.client_review .reviews li img {
    max-width: 10%;
    width: 41px;
    height: 41px;
    border-radius: 100%;
    border: 1px solid #707070;
}
.client_review .reviews li p {
    width: 75%;
    padding-left: 15px;
    margin: 0;
    font-size: 16px;
    opacity: 0.5;
    line-height: 1.5;
    color: #000;
}
.client_review .reviews::-webkit-scrollbar {
    width: 5px;
}
.client_review .reviews::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background:#fff;
    border-radius:30px;
}
.client_review .reviews::-webkit-scrollbar-thumb {
    background-color: #B2C0CD;
    border-radius:30px;
}
.client_review {
    background: #F2F2F2;
    border-radius: 14px;
    padding: 16px;
}
.service_req_sec .ser_row .btn_row .pink_btn {
    padding: 10px 43px;
    font-size: 17px;
    background: #DF6469;
    color: #fff;
    font-weight: 400;
    border-radius: 6px;
    text-decoration: none;
}
.service_req_sec .ser_row .btn_row .blue_btn {
    color: #fff;
    font-weight: 500;
    border-radius: 6px;
    font-size: 17px;
    background: #002E5B;
    padding: 13px 12px;
}
.service_req_sec .ser_row .btn_row a {
    height: 44px;
    display: inline-block;
}
.service_req_sec .ser_row .btn_row  a.call_btn {
    color: #239EFF;
    font-weight: 500;
    border-radius: 6px;
    font-size: 17px;
    padding: 13px 12px;
    border: 1.5px solid #239EFF;
}
.service_req_sec .ser_row .servic_req_det .time .rating.d-flex {
    margin-right: 0;
    margin-left: auto;
}



#payment_data {
    background: #00000091;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 999;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease-in-out;
}

#payment_data .form-wrapper {
    background: #fff;
    margin: 0 auto;
    padding: 50px 50px;
    width: 40%;
    height: 700px;
    overflow-y: scroll;
    position: relative;
    border-radius: 4px;
}

#payment_data .form-wrapper .form-title {
    background: #292323;
    border-radius: 6px;
    padding: 20px 10px;
    margin-bottom: 50px;
}

#payment_data .form-wrapper .form-title h5 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-family: sans-serif;
    font-weight: 500;
    margin: 0px;
}

#payment_data .form-wrapper .form_payment input, .form-wrapper .form_payment select {
    width: 100%;
    margin-bottom: 30px;
    padding: 18px 10px;
    border-radius: 4px;
    border: 1px solid #a9a9a9;
    outline: none;
}

#payment_data .form-wrapper .form_payment h5 {
    margin-bottom: 30px;
    font-size: 22px;
}

#payment_data .form-wrapper .form-title .fa-credit-card {
    font-size: 26px;
    margin-right: 10px;
}

a#Close_popup_payment {
    position: absolute;
    top: 0;
    left: 0;
    background: #292323;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#payment_data.active {
    opacity: 1;
    visibility: visible;
}


.submit_payment_paypal {
    display: block;
    width: 100%;
    background: #000;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px;
}

p.message_pro {
    padding-top: 20px;
    margin: 0;
    text-align: center;
    color: #000;
}


.heading_tab {
    padding-bottom: 24px;
    border-bottom: 2px solid #E1E1E1;
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.heading_tab a#view_tracking {
    background: #0E4377;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    transition: 0.5s all ease-in-out;
    border: 1px solid #0E4377;
    text-transform: capitalize;
}
.heading_tab a#view_tracking:hover {
    color: #0E4377;
    background: none;
}


div#TrackingMap {
    height: 500px;
    margin-bottom: 30px;
}

.btn_pay_now_load {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_pay_now_load img {
    display: none;
    width: 100%;
    background: #000;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px;
    height: 25px;
}

.review_btn a {
    padding: 10px 43px;
    font-size: 16px;
    background: #DF6469;
    color: #fff;
    font-weight: 400;
    border-radius: 6px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}


.hire-serv {
    display: none;
}



/*Breadcrumb Css*/
section.breadcrum_sec {
     background-image: url(https://roadsiderescue.net/frontend_assets/images/banner_new.png);
    /* height: 35vh; */
    display: flex
;
    align-items: end;
    justify-content: center;
    text-align: center;
    padding-bottom: 70px;
    font-size: 34px;
    line-height: 60px;
    color: #0E4377;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 2px;
    padding-top: 150px;
}

section.breadcrum_sec a {
    color: #fff;
    position: relative;
}

section.breadcrum_sec svg {
    margin: 0 10px;
}

section.breadcrum_sec a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10%;
    height: 3px;
    background: #0E4377;
    display: block;
    transition: all 0.5s;
}

section.breadcrum_sec a:hover:before {
    width: 100%;
}
.ser_page .svBox {
    padding: 20px;
}
.single_service h1 {
    font-size: 54px;
    font-weight: 600;
    color: #000;
}

.single_service h2 {
    font-size: 36px;
}
section.ser_page {
    background: none !important;
}

.ser_page .svBox {
    box-shadow: 0 0 5px 0px #00000040;
}
.svBox .ctn p {
    display: -webkit-box;
    -webkit-line-clamp: 6; /* ← number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.login {
    background: #0E4377;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    margin-left: 30px;
}

.field.srv {}

section.secAbout .field.srv {
    width: 40%;
    max-width: 40%;
}

section.secAbout .field.loct {
    max-width: 60%;
    width: 60%;
}

section.secAbout form.form {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 5px 2px #0e43771a;
    border-radius: 10px;
    padding: 20px;
}

section.secAbout form.form input.btn_bn {
     width: 14%;
     display: block;
     margin: 0 auto;
     margin-top: 20px;
     padding: 18px 0;
     /*width: 100%;*/
}

section.secAbout form.form p {
    width: 100%;
}
.login-card.login-dark a.logo.text-start img {
    filter: unset !important;
}
/*Responsive Screens*/
@media screen and (max-width: 1199px) {
    .navbar-collapse .navbar-brand {
    width: fit-content;
    margin-bottom: 50px;
}
 .navbar-collapse {
    display: block !important;
    width: 40%;
    background: #000;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    transform: translate(-100%, 0px);
    transition: all 0.5s;
}

.navbar-collapse.show {
    transform: translate(0%, 0px);
}

.navbar-expand-xl .navbar-nav .nav-link {
    color: #fff;
    text-transform: capitalize;
}

.navbar-expand-xl .navbar-nav li {
    margin-left: 0 !important;
    margin-bottom: 20px;
}

.xtra_links {
    display: block !important;
}

.xtra_links a {
    display: block;
    margin-left: 0 !important;
    margin: 20px 0px !important;
    text-align: center;
}

header#masthead .navbar-brand {
    /* z-index: 999; */
    background: #fff;
    border-radius: 10px;
}
    .navbar-collapse .navbar-brand{
        
    }
  .navbar-collapse .nav-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.navbar-collapse .nav-close button.close {
    width: 40px;
    height: 40px;
    background: #fff !important;
    color: red;
    padding: 0;
    font-size: 25px;
    border-radius: 100%;
}

button.navbar-toggler.collapsed {
    background: #0E4377;
}

button.navbar-toggler.collapsed span.navbar-toggler-icon {filter: invert(1);}

.secBanner .info h1 {
    font-size: 40px;
}

.secBanner .info p {
    font-size: 16px;
}

.bn_form .loct .form-control,.bn_form .form-control {
    font-size: 16px;
    height: 50px;
}

.bn_form .field.loct:before {
    top: 27%;
}

.bn_form .btn_bn,.btn-custom {
    font-size: 16px;
    padding: 15px 30px;
}

.secBanner {
    padding-top: 160px;
    padding-bottom: 60px;
}

.secAbout, .secService, .secStore {
    padding-top: 70px;
    padding-bottom: 70px;
}

.txt h2 {
    font-size: 48px;
    line-height: 1;
}
.single_service h1 {
    font-size: 40px;
}

.txt h2 {
    line-height: 1.5;
}
.ft-18 {
    font-size: 16px;
    line-height: 2;
}

.srvGrids .col-12.col-md-4 {
    margin-bottom: 30px;
}

.svBox .thumb {
    min-height: unset;
    height: 60px;
    overflow: hidden;
    width: 60px;
}

.svBox .thumb img {
    height: 100%;
    object-fit: scale-down;
}

.svBox .ctn h3 {
    font-size: 24px;
    line-height: 1.2;
}

.svBox .ctn p {
    font-size: 16px;
    line-height: 2;
    -webkit-line-clamp: 4;
}

.svBox .ctn .read_more {
    font-size: 16px;
}

.svBox {
    padding: 20px;
}

.secStore .txt h2 {
    font-size: 44px;
}

.secStore .row {
    background-position: 30% 80%;
    /* background-size: contain; */
    background-repeat: no-repeat;
}

.col_full h2 {
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.footer-widget {
    padding: 40px 0;
}

.newsletter .btn-custom {
    /* font-size: 16px; */
    padding: 15px 40px;
}

.footer-widget .row .col-12:nth-child(2) {
    padding-left: 60px;
    padding-right: 60px;
}

.footer-widget .row .col-12:first-child {
    padding-right: 40px;
}

.footer-widget .row .col-12:last-child {
    padding-left: 60px;
}

.footer-widget .widget h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

.footer-widget .widget ul li a {
    font-size: 16px;
}

.site-info {
    font-size: 16px;
    padding: 20px 0;
    line-height: 1;
}

header#masthead {
    padding: 20px 0;
}
section.secService.ser_page h2 {
    color: #000;
}
section.breadcrum_sec {
    font-size: 26px;
}
}
@media screen and (max-width: 991px) {
    .navbar-collapse {
    width: 60%;
}

.bn_img img {
    height: 380px;
    object-fit: cover;
    object-position: 40% 60% !important;
}

.secBanner .info h1 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.secBanner .info p {
    font-size: 15px;
    line-height: 1.6;
}

.bn_form .loct .form-control, .bn_form .form-control {
    font-size: 14px;
}

.bn_form .field.loct {
    max-width: 55%;
}

.bn_form .field.srv {
    max-width: 45%;
}

.bn_form .btn_bn {
    margin-top: 20px;
}

header#masthead .navbar-brand {
    width: 150px;
}

.secAbout, .secService, .secStore {
    padding-top: 40px;
    padding-bottom: 40px;
}

.txt h2 {
    font-size: 32px;
}

.ft-18 {
    font-size: 14px;
}

.bn_form .btn_bn, .btn-custom {
    font-size: 14px;
}

.svBox {
    padding: 15px;
}

.svBox .thumb {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.svBox .ctn h3 {
    font-size: 20px;
}

.svBox .ctn p {
    font-size: 14px;
}
    .svBox .ctn .read_more {
    font-size: 14px;
}

.secStore .txt h2 {
    font-size: 32px;
    line-height: 1.4;
}

.btn_download .btn-custom {
    min-width: 49%;
}

.btn_download .btn-custom.apple {
    margin-left: 0;
}

.btn_download {
    display: flex;
    justify-content: space-between;
}

.secStore .row {
    background-position: 40% 100%;
    background-size: 140% 100%;
}

.col_full h2 {
    font-size: 36px;
}

.newsletter .form-control {
    margin-bottom: 20px;
}

.footer-widget .row .col-12:nth-child(2) {
    padding-left: 30px;
    padding-right: 30px;
}

.footer-widget .row .col-12:last-child {
    padding-left: 30px;
}

.footer-widget .widget h3 {
    font-size: 22px;
    line-height: 1;
}

.footer-widget .row .col-12:first-child {
    padding-right: 15px;
}
}
@media screen and (max-width: 768px) {
    .single_service h1 {
    font-size: 34px;
    line-height: 1.5;
}

    .navbar-collapse{
    padding-top:30px;
    }
    .vc_banner:before {
    display: none;
}



.secBanner .info h1 {
    text-align: center;
    font-size: 28px;
}

.secBanner {
    padding-top: 130px;
    padding-bottom: 40px;
}

section {
    padding-right: 15px;
    padding-left: 15px;
}

.secBanner .bn_form .form {}

.secBanner .bn_form .form input.btn_bn {
    width: 100%;
}

.secBanner .bn_form .form p {
    display: block;
    width: 100%;
}

.bn_img img {
    height: 300px;
    width: 100%;
}

.secBanner .row {
    flex-direction: column-reverse;
}

.bn_img {
    margin-bottom: 20px;
}

.secAbout img {
    margin-bottom: 20px;
}

.txt h2 {
    font-size: 26px;
}

.svBox {
    padding: 25px;
}

.secStore .row {
    /* padding-bottom: 160px; */
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.newsletter .form-control::placeholder {
    color: #fff !important;
}

.secStore .row:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e1e1e1f5;
    z-index: -1;
}
.vc_banner:before {
    display: none;
}

.bn_form .form-control {
    height: 60px;
    background: oklab(0 0 0 / .29);
    border: none;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
    color: #fff;
    padding: 0 20px;
    font-size: 18px;
    backdrop-filter: blur(17px);
    margin: 0 0 12px !important;
}

.secBanner .info h1 {
    text-align: center;
    font-size: 28px;
}

.secBanner {
    padding-top: 130px;
    padding-bottom: 40px;
}

section {
    padding-right: 15px;
    padding-left: 15px;
}

.secBanner .bn_form .form {}

.secBanner .bn_form .form input.btn_bn {
    width: 100%;
}

.secBanner .bn_form .form p {
    display: block;
    width: 100%;
}

.bn_img img {
    height: 280px;
    width: 100%;
    object-position: center;
    border-radius: 10px;
}

.secBanner .row {
    flex-direction: column-reverse;
}

.bn_img {
    margin-bottom: 20px;
}

.secAbout img {
    margin-bottom: 20px;
}

.txt h2 {
    font-size: 26px;
}

.svBox {
    padding: 25px;
}

.secStore .row {
    /* padding-bottom: 160px; */
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.secStore .row:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e1e1e1f5;
    z-index: -1;
}

.footer-widget .row .col-12 {
    border: none !important;
    padding: 0 15px !important;
}

.footer-widget {
    padding: 30px 15px;
}

.footer-widget .row .col-12:nth-child(2) {
    margin-top: 30px;
    margin-bottom: 30px;
}
header#masthead .navbar-brand {
    width: 150px;
}

section.breadcrum_sec {
    font-size: 24px;
}
.col_full h2 {
    font-size: 32px;
}

.secBanner .info p {
    text-align: center !important;
}

.secBanner .col-md-7 {
    flex: 0 0 100% !important;
    width: 100% !important;
}

.col-md-6 {
    flex: 0 0 100% !important;
    width: 100% !important;
}

.txt h2 {
    text-align: center !important;
}

.ft-18 {
    text-align: center !important;
}

.secAbout a.btn-custom {
    text-align: center !important;
    margin: 0 auto !important;
    display: block !important;
    width: 25% !important;
}

.srvGrids .col-12.col-md-4 {
    flex: 0 0 100% !important;
    width: 100% !important;
}

.col-md-4 {
    flex: 0 0 100% !important;
    width: 100% !important;
}

.col-md-8 {
    flex: 0 0 100% !important;
    width: 100% !important;
}

.secStore .txt h2 {
    font-size: 35px !important;
    line-height: 50px !important;
}

.btn_download .btn-custom {
    min-width: 48% !important;
}

.col_full h2 {
    font-size: 35px !important;
    line-height: 46px !important;
}

.footer-widget {
    text-align: center !important;
}

.secAbout h3 {
    text-align: center !important;
}

.txt h2 {
    font-size: 32px !important;
    line-height: 45px !important;
}

.secAbout, .secService, .secStore {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

section.breadcrum_sec {
    font-size: 22px !important;
    line-height: 42px !important;
}

.single_service h1 {
    font-size: 30px !important;
    text-align: center !important;
}

.single_service .txt h2 {
    font-size: 25px !important;
}

.single_service strong {
    text-align: center !important;
    display: block !important;
}

.bn_form .field.loct:before {
    top: 17% !important;
}

.bn_form .form-control {
    height: 50px !important;
}

.bn_form .form-control::placeholder {
    font-size: 16px;
}
}

@media only screen and (max-width: 667px) {
    
.secAbout a.btn-custom {
    width: 33% !important;
}

.secStore .txt h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}

.col_full h2 {
    font-size: 30px !important;
}

section.secAbout form.form input.btn_bn {
    width: 21% !important;
}
}
@media screen and (max-width: 568px) {
    .single_service h1 {
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
}

    .navbar-collapse .nav-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.navbar-collapse .nav-close button.close {
    width: 40px;
    height: 40px;
    background: #fff !important;
    color: red;
    padding: 0;
    font-size: 25px;
    border-radius: 100%;
}

.navbar-collapse {
    width: 60%;
}

.secBanner .info h1 {
    font-size: 24px;
}

.secBanner .bn_form .form {display: block;}

.secBanner .bn_form .form div {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

.bn_form .btn_bn {
    margin-top: 0;
}

.bn_img img {
    height: 210px;
}

.txt h2 {
    font-size: 22px;
    line-height: 1.5;
}

.btn_download {display: block;}

.btn_download .btn-custom {
    width: 100%;
    margin-bottom: 10px;
}

.col_full h2 {
    font-size: 24px;
}

.newsletter .form-control {
    font-size: 14px;
}

.footer-widget .widget ul li a {
    font-size: 14px;
}

.site-info {
    font-size: 14px;
    line-height: 1.5;
}

.secStore .txt h2 {
    font-size: 23px;
}
section.breadcrum_sec {
    font-size: 20px;
    height: unset;
    padding-top: 130px;
}
section.secAbout {}

section.secAbout .bn_form form {
    display: block;
}

section.secAbout .bn_form input.btn_bn {
    width: 100% !important;
}

section.secAbout .bn_form .field {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

.single_service .txt h2 {
    font-size: 22px !important;
}

.single_service h1 {
    font-size: 28px !important;
}

section.breadcrum_sec {
    font-size: 20px !important;
    line-height: 40px !important;
}
}

@media only screen and (max-width: 525px) {
    
    .secAbout a.btn-custom {
        width: 40% !important;
}

.txt h2 {
    font-size: 28px !important;
    line-height: 42px !important;
}

.single_service h1 {
    font-size: 25px !important;
}

    section.secAbout form.form input.btn_bn {
        width: 25% !important;
}

.navbar-collapse {
        width: 70%;
    }
}

@media only screen and (max-width: 480px) {
    
    
.secStore .txt h2 {
    font-size: 25px !important;
    line-height: 35px !important;
}

.col_full h2 {
    font-size: 25px !important;
}

.login-card {
    min-height: 85vh !important;
}
}

@media only screen and (max-width: 425px) {
    
    .secAbout a.btn-custom {
        width: 50% !important;
}

.single_service .txt h2 {
    font-size: 20px !important;
}

section.breadcrum_sec {
    padding-bottom: 50px !important;
    font-size: 18px !important;
    line-height: 42px !important;
}

    section.secAbout form.form input.btn_bn {
        width: 35% !important;
}

    .navbar-collapse {
        width: 75%;
    }
}

@media only screen and (max-width: 375px) {
    
    
.secBanner .info h1 {
    font-size: 22px !important;
}

.secStore .txt h2 {
    font-size: 20px !important;
    line-height: 30px !important;
}

.secStore .txt p {
    padding-right: 0 !important;
}  

.txt h2 {
    font-size: 22px !important;
    line-height: 40px !important;
}

.single_service h1 {
    font-size: 22px !important;
}

.single_service .txt h2 {
    font-size: 18px !important;
    line-height: 34px !important;
}
}