@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&family=Oswald:wght@300;400;500;600;700&family=Patrick+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    padding: 0px;
    background: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 15px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', sans-serif;
}

::placeholder {
    opacity: 1;
    /* Firefox */
}

header {
    background: #fff;
    height: 90px;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 999;
    box-shadow: 0px 1px 8px #6d6d6d1a;
}

.logo-img {
    height: 90px;
}

.logo-img img {
    padding-top: 10px;
    width: auto;
    height: 90%;
}

.navbar {
    padding: 0px;
    padding-top: 20px;
}

.pickUp-btn {
    width: auto;
    display: inline-block;
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    padding: 0px 30px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 27px;
    margin: 18px 0px 0px;
    font-size: 14px;
    min-width: 180px;
    text-align: center;
}

.pickUp-btn:hover {
    background: transparent linear-gradient(90deg, #0D4092 0%, #31BEEB 100%) 0% 0% no-repeat padding-box;
    text-decoration: none;
    color: #fff;
}

header .pickUp-btn {
    margin: 30px 0px 0px;
}

.navbar-expand-lg .navbar-collapse {
    text-align: center;
}

.navbar ul {
    width: 100%;
    display: inline-block;
    text-align: right;
    padding-top: 5px;
}

.navbar ul li {
    padding: 0px 20px;
    display: inline-block;
}

.navbar ul li a {
    padding: 0px 0px 2px !important;
    color: #646464;
    font-size: 15px;
}

.navbar ul li a:hover,
.navbar ul li.active a {
    border-bottom: 1px solid #1C75B7;
    color: #1C75B7;
    text-decoration: none;
}

.slider-main {
    width: 100%;
    position: relative;
    z-index: 10;
    margin: 90px 0px 0px;
    height: 650px;
    padding: 0px;
    background-color: #F1FBFF;
}

.slider-main img {
    width: 100%;
    position: relative;
    z-index: 11;
    height: 100%;
    object-fit: cover;
}

.slider-caption {
    position: absolute;
    left: 0px;
    bottom: 120px;
    width: 100%;
    text-align: left;
    z-index: 13;
}

.slider-caption h1 {
    font-size: 54px;
    display: inline-block;
    color: #003780;
    margin-bottom: 30px;
    margin-top: 100px;
    font-weight: 500;
}

.slider-caption p {
    font-size: 18px;
    display: inline-block;
    color: #516073;
}

.slider-form {
    background: rgba(255, 255, 255, .91);
    border-radius: 80px;
    padding: 15px 20px;
    z-index: 9;
    position: relative;
}

.slider-form .right-border {
    border-right: #ABABAB 1px solid;
}

.form-ic {
    width: 41px;
    float: left;
    padding-top: 10px;
    text-align: center;
}

.form-txt {
    width: calc(100% - 50px);
    margin-left: 5px;
    float: right;
    text-align: left;
}

.form-txt span {
    width: 100%;
    float: left;
    color: #6B6B6B;
}

.form-txt input {
    width: 100%;
    color: #2A2929;
    font-size: 18px;
    background: none;
    border: 0px;
    height: 24px;
    outline: none;
    font-weight: 500;
}

.form-txt input::placeholder {
    color: #2A2929;
}

.form-txt select {
    width: 100%;
    color: #2A2929;
    font-size: 18px;
    background: none;
    border: 0px;
    height: 24px;
    appearance: none;
    margin-top: -5px;
    background: url('../images/arrow-down.svg') 96% 10px no-repeat;
    font-weight: 500;
}

.slider-form .submit {
    position: relative;
    height: 72px;
    text-align: right;
}

.slider-form .submit-sub {
    width: 150px;
    height: 72px;
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    border: 0px;
    border-radius: 45px;
    margin-right: 0px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 70px;
}

.slider-form .submit input {
    width: 100%;
    height: 100%;
    border: 0px;
    border-radius: 50%;
    margin-right: 0px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    background: none;
    font-size: 18px;
    color: #fff;
}


/*.slider-form .submit input:after {
    width: 72px;
    height: 72px;
    background: url('../images/submit-ic.svg') center center no-repeat;
    position: absolute;
    right: 15px;
    top: 0px;
    content: "";
    z-index: 2;
    cursor: pointer;
}*/

.slider-form .location {
    padding-left: 55px;
}

.slider-form .location,
.slider-form .services,
.slider-form .Delivery {
    height: 60px;
    margin-top: 10px;
}

section {
    padding: 50px 0px;
}

hr.line {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 0px solid rgba(0, 0, 0, .1);
    height: 45px;
    background: url(../images/d-line.png) left center repeat-x;
}

h2 {
    width: 100%;
    font-size: 40px;
    color: #0F4696;
    font-weight: bold;
    position: relative;
    z-index: 9;
}

.about-sec {
    text-align: center;
}

.about-sec p {
    color: #646464;
    font-size: 15px;
    width: 70%;
    display: inline-block;
    padding: 20px 0px;
}

.about-col img {
    width: 100%;
    border-radius: 15px 15px 0px 0px;
}

.about-col h3 {
    width: 100%;
    height: 60px;
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 13px 13px;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
}

.about-col a:hover {
    text-decoration: none;
}

.Howitworka-sec {
    text-align: center;
    position: relative;
}


/* .Howitworka-sec::before {
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/how-buble.png) -80% top no-repeat;
    height: 100%;
    width: 50%;
    content: "";
}

.Howitworka-sec::after {
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../images/how-buble.png) 180% top no-repeat;
    height: 100%;
    width: 50%;
    content: "";
} */

.howitwork-slider {
    margin-top: 50px;
    text-align: left;
    width: 80%;
    display: inline-block;
}

.howitwork-slider .number {
    width: 50px;
    height: 50px;
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    display: inline-block;
    line-height: 50px;
    border-radius: 80px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.howitwork-slider h4 {
    width: 100%;
    font-size: 24px;
    color: #0F4696;
    font-weight: bold;
}

.howitwork-slider p {
    width: 100%;
    font-size: 15px;
    color: #2A2929;
}

.howitwork-slider img {
    height: 125px;
    width: auto;
}

.howitwork-slider .owl-nav {
    position: absolute;
    left: 0px;
    top: 40%;
    width: 100%;
    height: 1px;
}

.howitwork-slider .owl-nav button {
    width: 34px;
    height: 34px;
    float: left;
    margin-left: -60px;
    background: url(../images/arrow-left.svg) center center no-repeat !important;
}

.howitwork-slider .owl-nav button span {
    font-size: 0px;
}

.howitwork-slider .owl-nav button.owl-next {
    float: right;
    margin-right: -60px;
    background: url(../images/arrow-right.svg) center center no-repeat !important;
}

.our-services img {
    width: 97%;
}

.our-services h2 span {
    font-size: 18px;
    color: #0F4696;
    font-weight: 500;
    width: 100%;
    display: inline-block;
}

.our-services p {
    font-size: 21px;
    color: #2DB1E2;
    padding: 15px 0px;
}

.our-services ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 0px 10px;
    list-style: none;
}

.our-services ul li {
    width: 100%;
    float: left;
    color: #0F4696;
    font-size: 18px;
    padding: 0px 0px 15px 25px;
    background: url(../images/list-ic.svg) left 5px no-repeat;
}

.mobile-app-sec {
    padding: 100px 0px;
    text-align: left;
    position: relative;
    background: #E2F0FC;
}

.mobile-app-sec .container {
    z-index: 2;
    position: relative;
}

.mobile-app-sec h2 {
    color: #003780;
    margin: 0px;
    font-size: 50px;
    font-weight: 600;
    margin-top: 100px;
}

.mobile-app-sec h3 {
    color: #003780;
    margin: 0px;
    font-size: 40px;
    font-weight: 400;
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}

.mobile-app-sec h3::after {
    width: 130px;
    height: 3px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #003780;
    content: "";
}

.mobile-app-sec h4 {
    padding: 15px 0px 20px;
    width: auto;
    display: inline-block;
    color: #003780;
    font-size: 30px;
    font-weight: bold;
    margin-top: 15px;
}

.mobile-app-btn a {
    width: auto;
    height: 58px;
    background: none;
    border: 1.5px #0D4193 solid;
    border-radius: 36px;
    padding: 0px 30px;
    display: inline-block;
    line-height: 58px;
    color: #0D4193;
    margin: 0px 50px 20px 0px;
    clear: both;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.mobile-app-btn a svg {
    margin-right: 10px;
    margin-top: -5px;
    width: 20px;
}

.mobile-app-btn a svg path {
    fill: #0D4193;
}

.mobile-app-btn a:hover {
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    border: 2px solid transparent;
    color: #fff;
    text-decoration: none;
}

.mobile-app-btn a:hover svg path {
    fill: #fff;
}

.mobile-app-sec img {
    width: 100%;
}

.testimonials-sec {
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.testimonials-sec::after {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    content: "";
    background: #fff;
    /* background: url(../images/testi-shadow.png) left top no-repeat; */
    background-size: cover;
    z-index: 1;
}

.testimonials-sec h2 {
    position: relative;
    z-index: 2;
    color: #0F4696;
}

.testimonials-sec h2 span {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
}

.testimonials-slider {
    position: relative;
    z-index: 2;
    padding: 40px 0px 0px;
}

.testimonials-slider .testi-cont {
    width: 90%;
    background: #E2F0FC;
    padding: 30px;
    position: relative;
    float: right;
    text-align: left;
    margin-bottom: 50px;
}

.testimonials-slider .testi-cont::before {
    position: absolute;
    right: 30px;
    bottom: 30px;
    height: 44px;
    width: 44px;
    content: "";
    background: url(../images/quote-right.svg) center center no-repeat;
    z-index: 1;
}

.testimonials-slider .testi-cont::after {
    position: absolute;
    right: 30px;
    bottom: -40px;
    height: 40px;
    width: 40px;
    content: "";
    border-left: 0px solid transparent;
    border-right: 45px solid transparent;
    border-top: 40px solid #E2F0FC;
    z-index: 1;
}

.testimonials-slider .testi-cont .profile-img {
    position: absolute;
    left: -30px;
    width: 70px;
    padding: 7px;
    border: #FFB81F 1px solid;
    border-radius: 50%;
    top: 20px;
}

.testimonials-slider .testi-cont .profile-img img {
    border-radius: 50%;
}

.testimonials-slider .testi-cont p {
    color: #646464;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
}

.testimonials-slider .testi-cont span {
    color: #0F4696;
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    display: inherit;
}

.testimonials-slider .owl-dot {
    width: 30px;
    height: 8px;
    border-radius: 4px;
    background: #E2F0FC !important;
    margin: 0px 5px;
}

.testimonials-slider .owl-dot.active {
    background: #FFB81F !important;
}

.contact-sec {
    text-align: center;
}

.contact-sec h2 span {
    font-size: 19px;
    color: #646464;
    font-weight: 500;
    width: 100%;
    display: inline-block;
}


/*-----------------------form new css-----------------------------*/

.contact-form1 {
    width: 80%;
    display: inline-block;
    padding: 30px 0px 0px;
}

.contact-form1 .form-group {
    position: relative;
    font-size: 15px;
    color: #666;
    margin-bottom: 1rem;
    width: 100%;
    float: left;
    padding-right: 0;
    padding-top: 0;
}

.contact-form1 .inp {
    position: relative!important;
    margin: 10px auto auto;
    width: 100%;
    max-width: 100%;
}

.contact-form1 input {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 12px 0px;
    height: 48px;
    color: #2A2929;
    font-size: 16px;
    font-weight: 500;
    background: 0 0;
    border-radius: 0;
    transition: all .15s ease;
    margin: 0;
    border-bottom: #434648 1.5px solid;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    position: relative;
    z-index: 2;
}

.contact-form1 .input-sm {
    border-bottom: #434648 1.5px solid;
    text-align: left;
}

.contact-form1 .input-sm input {
    width: calc(100% - 30px);
    border: 0px;
}

.contact-form1 label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25em;
    background: none !important;
}

.contact-form1 .inp label {
    position: absolute;
    top: 16px;
    left: -9px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all .2s ease;
    z-index: 1;
    text-align: left;
}

.contact-form1 .inp input:focus+label,
.contact-form1 .inp input:not(:placeholder-shown)+label,
.contact-form1 .inp input:-webkit-autofill+label {
    -webkit-transform: translateY(-26px) scale(.75);
    transform: translateY(-26px) scale(.75);
    z-index: 3;
}

.contact-form1 textarea {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 12px 0px;
    height: 90px;
    color: #2A2929;
    font-size: 16px;
    font-weight: 500;
    background: 0 0;
    border-radius: 0;
    transition: all .15s ease;
    margin: 0;
    border-bottom: #434648 1.5px solid;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    position: relative;
    z-index: 2;
}

.contact-form1 .inp textarea:focus+label,
.contact-form1 .inp textarea:not(:placeholder-shown)+label {
    -webkit-transform: translateY(-26px) scale(.75);
    transform: translateY(-32px) scale(.75);
}

.contact-form1 select {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 12px 0px;
    height: 48px;
    color: #2A2929;
    font-size: 16px;
    font-weight: 500;
    background: url('../images/arrow-down.svg') 98% center no-repeat;
    border-radius: 0;
    transition: all .15s ease;
    margin: 0;
    border-bottom: #434648 1.5px solid;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    position: relative;
    z-index: 2;
}

.contact-form1 .inp select:focus+label,
.contact-form1 .inp select:not([value=""]):valid+label,
.contact-form1 .inp select.valid+label {
    -webkit-transform: translateY(-26px) scale(.75);
    transform: translateY(-26px) scale(.75);
}

.contact-form1 .form-group span.error {
    font-size: 12px;
    font-weight: 400 !important;
    color: #f00;
    margin-top: 0px;
    position: relative;
    bottom: 0px;
    left: 0px;
    text-align: left;
    width: 100%;
    display: inline-block;
}

.contact-form1 input:focus-visible,
.contact-form1 select:focus-visible,
.contact-form1 textarea:focus-visible {
    outline: none !important;
}

.contact-form1 input[type="submit"] {
    width: auto;
    display: inline-block;
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    padding: 0px 30px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 27px;
    margin: 20px 5px 0px;
    font-size: 16px;
    border: 0px;
}

.contact-form1 input[type="submit"]:hover {
    background: transparent linear-gradient(90deg, #0D4092 0%, #31BEEB 100%) 0% 0% no-repeat padding-box;
    text-decoration: none;
    color: #fff;
}

.contact-form1 input[type=checkbox],
.contact-form1 input[type=radio] {
    position: absolute !important;
    width: 25px !important;
}


/**---------------end---------------------**/

.contact-form {
    width: 80%;
    display: inline-block;
    padding: 30px 0px 0px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px white inset !important;
}

.contact-form input {
    width: 100%;
    border: 0px;
    border-bottom: #646464 1px solid;
    color: #646464;
    font-size: 15px;
    height: 40px;
    margin-bottom: 30px;
}

.contact-form textarea {
    width: 100%;
    border: 0px;
    border-bottom: #646464 1px solid;
    color: #646464;
    font-size: 15px;
    height: 80px;
    margin-bottom: 30px;
}

.contact-form input[type="submit"] {
    width: auto;
    display: inline-block;
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    padding: 0px 30px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 27px;
    margin: 20px 5px 0px;
    font-size: 16px;
    border: 0px;
}

.contact-form input[type="submit"]:hover {
    background: transparent linear-gradient(90deg, #0D4092 0%, #31BEEB 100%) 0% 0% no-repeat padding-box;
    text-decoration: none;
    color: #fff;
}

.join-us-sec {
    border-top: #ccc 1px solid;
    text-align: center;
    padding: 30px 0px 28px;
}

.join-us-sec h3 {
    width: auto;
    display: inline-block;
    font-size: 28px;
    color: #0F4696;
    font-weight: bold;
}

.join-us-sec a {
    background: none;
    border: 2px #0F4696 solid;
    height: 50px;
    line-height: 46px;
    width: auto;
    border-radius: 33px;
    padding: 0px 15px;
    display: inline-block;
    color: #0F4696;
    margin: 0px 0px 0px 10px;
    font-size: 15px;
}

.join-us-sec a:hover {
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    border: 2px solid transparent;
    text-decoration: none;
    color: #fff;
}

.join-us-sec a svg {
    width: 21px;
    height: 21px;
    margin-right: 5px;
    margin-top: 12px;
    float: left;
}

.join-us-sec a svg path {
    fill: #0F4696;
}

.join-us-sec a:hover svg path {
    fill: #fff;
}

.footer-menu {
    padding: 30px 0px 28px;
    background: transparent linear-gradient(270deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
}

.footer-menu ul {
    list-style: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.footer-menu ul li {
    display: inline-block;
    margin: 0px 5px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}

.footer-menu ul li a {
    color: #fff;
    font-weight: 400;
}

.footer-menu p {
    display: inline-block;
    margin: 10px 5px 0px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}

.copyright-sec {
    background: #F3F3F3;
    padding: 10px 0px;
    height: 60px;
}

.copyright-sec .col-lg-8 {
    padding-top: 10px;
}

.copyright-sec .col-lg-8 img {
    padding-left: 10px;
}

.social-ic {
    display: inline-block;
    padding-top: 15px;
}

.social-ic a {
    margin-left: 10px;
    margin-top: 10px;
}

.social-ic img {
    height: 35px;
    width: auto;
}


/*-----------responsive menu----------*/


/*-------------------------------*/


/*           Wrappers            */


/*-------------------------------*/

#wrapper {
    padding-left: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 320px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 320px;
    width: 0;
    height: 100%;
    margin-left: -320px;
    overflow-y: auto;
    overflow-x: hidden;
    background: transparent linear-gradient(270deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 300px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -320px;
}


/*-------------------------------*/


/*     Sidebar nav styles        */


/*-------------------------------*/

.mobile-menu .navbar {
    padding: 0;
}

.mobile-menu .sidebar-nav {
    position: absolute;
    top: 0;
    width: 300px;
    margin: 0px;
    padding: 0px !important;
    list-style: none;
    text-align: left;
}

.mobile-menu .sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    color: #ddd;
    width: 100%;
    padding: 10px 20px 10px 40px!important;
    border-bottom: #fff 1px dotted;
}

.mobile-menu .sidebar-nav li a {
    display: inline-block;
    color: #ddd;
    text-decoration: none;
}

.mobile-menu .sidebar-nav li a:hover,
.mobile-menu .sidebar-nav li a:active,
.mobile-menu .sidebar-nav li a:focus,
.mobile-menu .sidebar-nav li.open a:hover,
.mobile-menu .sidebar-nav li.open a:active,
.mobile-menu .sidebar-nav li.open a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.mobile-menu .sidebar-brand {
    height: auto;
    position: relative;
    background: #212531;
    background: #fff;
    padding: 10px 0px;
    text-align: center;
}

.mobile-menu .dropdown-header {
    text-align: center;
    font-size: 1em;
    color: #ddd;
    background: #212531;
    background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
}

.mobile-menu .sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

.mobile-menu .dropdown-menu.show {
    top: 0;
}


/*-------------------------------*/


/*       Hamburger-Cross         */


/*-------------------------------*/

.hamburger {
    position: fixed;
    top: 30px;
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 15px;
    background: transparent;
    border: none;
    right: 20px;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}

.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    transform: translate3d(-100px, 0, 0);
    transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #1a1a1a;
}

.hamburger.is-closed .hamb-top {
    top: 5px;
    transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    top: 0;
    transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    transition: all .35s ease-in-out;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #1a1a1a;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-open .hamb-top {
    transform: rotate(45deg);
    transition: transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is-open .hamb-middle {
    display: none;
}

.hamburger.is-open .hamb-bottom {
    transform: rotate(-45deg);
    transition: transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: all .35s ease-in-out;
}

.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    transform: translate3d(-100px, 0, 0);
    transition: all .35s ease-in-out;
}


/*-------------------------------*/


/*            Overlay            */


/*-------------------------------*/

.mobile-menu .overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 86px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250, 250, 250, .5);
    z-index: 1;
}

.responsive-btn {
    padding: 0px 0px 0px 20px;
}

.responsive-btn .pickUp-btn {
    background: none;
    line-height: 46px;
    border: #fff 2px solid;
}

.copyright-sec .col-lg-9 {
    padding-top: 7px;
}


/*------service-page-start-------*/

.inner-main {
    width: 100%;
    padding-top: 90px;
}

.service-banner {
    padding: 0px;
    position: relative;
}

.service-banner img {
    width: 100%;
}

.services-list {
    padding: 70px 0px;
    text-align: center;
}

.services-list h4 {
    text-align: center;
    color: #0F4696;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.services-list h3 {
    color: #2A2929;
    font-size: 21px;
    padding: 30px 0px 0px;
    text-align: center;
    font-weight: bold;
    width: 75%;
    display: inline-block;
}

.sev-img {
    width: 100%;
    position: relative;
    text-align: center;
}

.sev-img img {
    height: 200px;
    object-fit: cover;
}

.ser {
    position: relative;
    padding: 80px 35px;
}

.ser span {
    width: 90px;
    height: 60px;
    float: left;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    z-index: 2;
    background: url(../images/no-bg.svg) center center no-repeat;
    margin-bottom: 30px;
    margin-left: 20px;
}

.requirements {
    background: #D6E8FF4D;
    text-align: center;
}

.requirements p {
    color: #2DB1E2;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 40px;
}

.requirements img {
    width: 100%;
}

.ser-faq {
    text-align: center;
    padding-bottom: 40px;
}

.ser-faq p {
    color: #646464;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 0px;
}

.faq-sec {
    padding-top: 20px;
    text-align: left;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.card {
    border: 0px;
    background: none;
}

.card-col {
    border: 1px solid #B8B8B8;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 0px;
    background-color: #fff;
}

.card-header {
    background-color: transparent;
    border: 0px;
    color: #646464;
    font-size: 15px;
    font-weight: 600;
    padding: 15px;
    position: relative;
}

.card-header a {
    width: 95%;
    display: inline-block;
    color: #403F3F;
    margin-bottom: 0px;
}

.accordion .card-header::after {
    font-size: 10px;
    font-weight: 300;
    line-height: 27px;
    color: #2DB1E2;
    position: absolute;
    right: 15px;
    top: 15px;
    content: "";
    background: url(../images/minus.svg) center center no-repeat;
    width: 20px;
    height: 20px;
    border: 0px !important;
}

.accordion .card-header.collapsed:after {
    background: url(../images/plus.svg) center center no-repeat;
    content: "";
}

.card-body {
    color: #646464;
    font-size: 15px;
    padding: 5px 15px 15px;
    display: inline-block;
    width: 100%;
}


/*--------Pricing page-----------*/

.header-banner {
    position: relative;
    text-align: center;
    background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);
    color: white;
}

.header-banner h1 {
    color: white;
    font-size: 50px;
}

.header-banner h1 span {
    width: 100%;
    display: block;
    color: white;
    font-size: 22px;
}

.inner-header {
    height: 240px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.flex {
    /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}


/* Animation */

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}


/*Shrinking for mobile*/

@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
    .content {
        height: 30vh;
    }
    h1 {
        font-size: 24px;
    }
}

.pricing-banner {
    padding: 0px;
}

.pricing-sec {
    width: 100%;
}

.pricing-sec ul.nav-tabs {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: -14px;
    height: 54px;
}

.pricing-sec .nav-tabs .nav-item {
    margin-bottom: -1px;
    height: 50px;
    padding: 0px 10px;
}

.pricing-sec .nav-tabs .nav-item a {
    height: 54px;
    line-height: 36px;
    border: 0px;
    color: #2DB1E2;
    font-size: 16 px;
    font-weight: 400;
}

.pricing-sec ul.nav-tabs li {
    display: inline-block;
}

.scrtabs-tab-container {
    margin-bottom: 40px;
}

.pricing-sec .card-header h4 {
    color: #2A2929;
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
}

.pricing-sec .card-header a:hover {
    color: #2A2929;
}

.pricing-sec .card-header h4 span {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    color: #646464;
}

.pricing-sec .accordion .card-header::after {
    font-size: 30px;
    font-weight: 300;
    line-height: 27px;
    color: #0E4596;
    position: absolute;
    right: 25px;
    top: 30px;
    content: "";
    background: url(../images/up-ic.svg) center center no-repeat;
    width: 26px;
    height: 26px;
    border: none;
}

.pricing-sec .accordion .card-header.collapsed::after {
    content: "";
    background: url(../images/down-ic.svg) center center no-repeat;
}

.pricing-sec .card-col {
    border: 1px solid #ABACAD;
    background-color: #F1FBFF !important;
}

.pricing-sec .card-header {
    height: 80px;
}

.oneline-txt {
    padding-top: 10px;
}

.pricing-sec .nav-tabs {
    border-bottom: 1px solid #ABACAD;
}

.pricing-sec .nav-tabs .nav-item.show .nav-link,
.pricing-sec .nav-tabs .nav-link.active {
    color: #0F4696;
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid #0F4696;
}

.pricing-sec .nav-tabs .nav-link:hover {
    color: #0F4696;
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid #0F4696;
}

.pricing-sec .card-body ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.pricing-sec .card-body ul li {
    margin: 1%;
    padding: 10px;
    list-style: none;
    width: 47.8%;
    float: left;
    border: #ccc 1px solid;
    border-radius: 15px;
    height: 100px;
}

.pro-img {
    width: 70px;
    float: left;
    margin-right: 10px;
}

.pro-img img {
    width: 100%;
}

.pro-txt {
    width: calc(100% - 80px);
    float: right;
    margin-top: 10px;
}

.pro-txt h5 {
    font-size: 14px;
    color: #202020;
}

.pro-txt h5 span {
    font-size: 10px;
    color: #7E7E7E;
    width: 100%;
    display: inline-block;
}

.pro-txt h6 {
    font-size: 11px;
    color: #202020;
}

.pricing-sec .card-body .price {
    color: #0E4596;
    font-size: 21px;
    padding-top: 19px;
    font-weight: 500;
}

.pricing-sec .contact-form1 {
    width: 100%;
    text-align: center;
}

.pricing-sec .contact-form1 h4 {
    font-size: 21px;
    margin-bottom: 40px;
    color: #2A2929;
}

.pricing-sec .contact-form1 .col-lg-6 {
    text-align: left;
    margin-bottom: 20px;
}

.pricing-sec .contact-form {
    width: 100%;
    text-align: center;
}

.pricing-sec .contact-form h4 {
    font-size: 21px;
    margin-bottom: 40px;
    color: #2A2929;
}

.pricing-sec .contact-form .col-lg-6 {
    text-align: left;
    margin-bottom: 20px;
}


/*--------register page---------*/

.main-register {
    width: 100%;
    height: 100%s;
    position: relative;
    overflow: hidden;
}

.main-register .container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.main-register .main-img {
    width: 100%;
    height: 100vh;
    display: table;
    float: left;
    text-align: center;
    background: #fff;
}

.main-register .main-img span {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.main-register .main-img img {
    width: 70%;
    object-fit: cover;
}

.register-form {
    padding: 35px 35px 35px 20px;
    text-align: center;
    position: relative;
    height: 100%;
    /* display: table; */
}


/* .register-form span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
} */

.register-form img {
    width: auto;
    height: auto;
}

.back-btn {
    width: auto;
    position: absolute;
    font-size: 15px;
    color: #0F4696;
}

.back-btn img {
    margin-right: 8px;
}

.register-logo {
    width: 250px;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 2;
    background: #fff;
    padding: 20px;
    display: none;
}


/*
.register-logo {
	width: 100%;
	display: inline-block;
	padding: 30px 0px 40px;
}
*/

.register-logo img {
    width: 100%;
    height: auto;
}

.register-form h3 {
    color: #403F3F;
    font-size: 24px;
    width: 100%;
    display: inline-block;
    padding-top: 30px;
}

.upload-img img {
    width: 90px;
    display: inline-block;
}

.upload-img span {
    width: 100%;
    display: inline-block;
    margin: 10px 0px 20px;
    color: #646464;
    font-size: 14px;
}

.register-form .contact-form1 {
    width: 100%;
    padding: 0px 0px 0px;
}

.register-form .contact-form {
    width: 100%;
    padding: 0px 0px 0px;
}

.register-form .contact-form input {
    height: calc(2em + 0px);
    font-size: 15px;
    margin-bottom: 40px;
    text-align: left;
}

.register-form .contact-form input[required]+label[placeholder] {
    font-size: 14px;
    text-align: left;
    margin-top: calc(-4em - 0px);
}

.regi-checkbox .custom-control {
    padding-left: 1.25rem;
    text-align: left;
}

.regi-checkbox .custom-checkbox .custom-control-label::before {
    border-radius: 50%;
}

.regi-checkbox .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #0F4696;
}

.regi-checkbox .custom-control-label::before {
    left: -1.45rem;
}

.regi-checkbox .custom-control-label {
    font-size: 14px;
    color: #646464;
}

.regi-checkbox .custom-control-label::before {
    width: 14px;
    height: 14px;
    background-color: #dee2e6;
}

.custom-control-label::after {
    width: 20px;
    height: 20px;
}

.register-form .contact-form input[type="submit"] {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 16px !important;
    font-weight: 500;
    text-align: center !important;
    margin-top: 10px;
}

.register-form .contact-form1 input[type="submit"] {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 16px !important;
    font-weight: 500;
    text-align: center !important;
    margin-top: 10px;
}

.register-form .bot-txt {
    color: #646464;
    font-size: 14px;
}

.register-form .bot-txt a {
    color: #0F4696;
    font-weight: bold;
}

.field-icon.password-eye {
    background: none !important;
    padding: 6px 21px 6px 9px;
    top: 10px;
    z-index: 2;
    position: absolute;
    font-size: 17px;
    color: #424556;
    right: 5px;
    z-index: 4;
}


/*-----------Login Page---------*/

.login-form {
    position: relative;
    height: 100%;
    width: 100%;
    display: table;
}

.login-form span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.login-form .contact-form {
    padding: 40px 0px 0px;
}

.login-form .contact-form1 {
    padding: 40px 0px 0px;
}

.login-form h3 {
    padding-top: 80px;
}

.login-form p {
    color: #646464;
    font-size: 15px;
    text-align: center;
    width: 70%;
    margin: 0px auto;
}

.login-form .regi-checkbox .custom-checkbox .custom-control-label::before {
    border-radius: 5px;
}

.login-form .regi-checkbox .custom-control-label::before {
    width: 20px;
    height: 20px;
}

.login-form .regi-checkbox .custom-control-label {
    padding-left: 5px;
    padding-top: 5px;
}

.login-form .regi-checkbox .custom-control {
    width: 60%;
    float: left;
}

.login-form .forgot-link {
    font-size: 14px;
    color: #0F4696;
    float: right;
    padding-top: 5px;
}

.login-with {
    width: 100%;
    padding-top: 20px;
}

.login-with h3 {
    padding: 0px;
}

.login-option {
    padding: 20px 0px 30px;
}

.login-option a {
    padding: 0px 5px;
}

.login-option a img {
    width: 50px;
}

.login-form img {
    width: auto;
    height: auto !important;
}

.register-form .contact-form input[required]:focus+label[placeholder]::before,
.register-form .contact-form input[required]:valid+label[placeholder]::before {
    transition-duration: .2s;
    transform: translate(0, -1.5em) scale(0.9, 0.9);
}

.register-form .contact-form .verification {
    text-align: center;
    padding: 0px 25px 30px;
}

.register-form .contact-form .verification label {
    font-size: 18px;
    font-weight: 500 !important;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #0F4696;
}

.register-form .contact-form .verification span.error {
    text-align: center !important;
}

.register-form .contact-form .verification input {
    width: 12%;
    margin: 0px 1%;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    padding: 0px;
    color: #646464;
    border-color: #646464;
    height: 54px;
}

.register-form .contact-form1 .verification {
    text-align: center;
    padding: 0px 25px 30px;
}

.register-form .contact-form1 .verification label {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    display: inline-block;
}

.register-form .contact-form1 .verification input {
    width: 12%;
    margin: 0px 1%;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    padding: 0px;
    color: #646464;
    border-color: #646464;
    height: 54px;
}


/*==========================================dashboard css start============================================*/

.dashbord-header {
    box-shadow: 0px 2px 5px #00000038;
    border: 1px solid #D5DBE1;
}

.noti-sec {
    width: auto;
    float: left;
    margin: 27px 30px 0px 0px;
    position: relative;
}

.noti-ic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
}

.noti-ic svg {
    float: left;
    margin: 10px;
    width: 20px;
}

.noti-sec span {
    position: absolute;
    right: -7px;
    top: -7px;
    background: #FF3B3D;
    border: #fff 1px solid;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.profile-sec {
    width: auto;
    float: left;
    margin: 27px 20px 0px 0px;
}

.profile-sec a:hover {
    text-decoration: none;
}

.profile-sec img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin: 0px 10px 0px 0px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.profile-sec span {
    color: #646464;
    font-size: 15px;
    font-weight: 400;
}

.dashbord-main {
    width: 100%;
    float: left;
    position: relative;
    margin: 90px 0px 0px;
}

.dashbord-menu {
    position: fixed;
    left: 0px;
    top: 86px;
    background: transparent linear-gradient(273deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    width: 350px;
    height: 100vh;
    padding: 30px 0px 0px 20px;
}

.dashbord-menu ul {
    width: 100%;
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px 0px 100px;
    height: 100%;
    overflow-y: auto;
}

.dashbord-menu ul li {
    width: 100%;
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px !important;
}

.dashbord-menu ul li a {
    width: 100%;
    display: inline-block;
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 65px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 15px;
    border-radius: 50px 0px 0px 50px;
    background-size: 20px;
}

.dashbord-menu ul li a:hover {
    color: #003780;
    background: #fff;
    text-decoration: none;
}

.dashbord-menu ul li.db-1 a {
    background: url('../images/db1.svg') 30px center no-repeat;
}

.dashbord-menu ul li.db-1 a:hover {
    background: url('../images/db1-h.svg') #fff 30px center no-repeat;
}

.dashbord-menu ul li.db-2 a {
    background: url('../images/db2.svg') 30px center no-repeat;
}

.dashbord-menu ul li.db-2 a:hover {
    background: url('../images/db2-h.svg') #fff 30px center no-repeat;
}

.dashbord-menu ul li.db-3 a {
    background: url('../images/db3.svg') 30px center no-repeat;
}

.dashbord-menu ul li.db-3 a:hover {
    background: url('../images/db3-h.svg') #fff 30px center no-repeat;
}

.dashbord-menu ul li.db-4 a {
    background: url('../images/db4.svg') 30px center no-repeat;
}

.dashbord-menu ul li.db-4 a:hover {
    background: url('../images/db4-h.svg') #fff 30px center no-repeat;
}

.dashbord-menu ul li.db-5 a {
    background: url('../images/db5.svg') 30px center no-repeat;
}

.dashbord-menu ul li.db-5 a:hover {
    background: url('../images/db5-h.svg') #fff 30px center no-repeat;
}

.dashbord-menu ul li.db-6 a {
    background: url('../images/db6.svg') 30px center no-repeat;
}

.dashbord-menu ul li.db-6 a:hover {
    background: url('../images/db6-h.svg') #fff 30px center no-repeat;
}

.dashbord-menu ul li.db-7 a {
    background: url('../images/db7.svg') 30px center no-repeat;
}

.dashbord-menu ul li.db-7 a:hover {
    background: url('../images/db7-h.svg') #fff 30px center no-repeat;
}

.dashbord-menu ul li.db-8 a {
    background: url('../images/db8.svg') 30px center no-repeat;
}

.dashbord-menu ul li.db-8 a:hover {
    background: url('../images/db8-h.svg') #fff 30px center no-repeat;
}

.dashbord-menu ul li.db-9 a {
    background: url('../images/db9.svg') 30px center no-repeat;
}

.dashbord-menu ul li.db-9 a:hover {
    background: url('../images/db9-h.svg') #fff 30px center no-repeat;
}

.dashbord-menu ul li.db-10 a {
    background: url('../images/db10.svg') 30px center no-repeat;
}

.dashbord-menu ul li.db-10 a:hover {
    background: url('../images/db10-h.svg') #fff 30px center no-repeat;
}

.dashbord-menu ul li.db-11 a {
    background: url('../images/db11.svg') 30px center no-repeat;
}

.dashbord-menu ul li.db-11 a:hover {
    background: url('../images/db11-h.svg') #fff 30px center no-repeat;
}

.dashbord-menu ul li.db-12 a {
    background: url('../images/db12.svg') 30px center no-repeat;
}

.dashbord-menu ul li.db-12 a:hover {
    background: url('../images/db12-h.svg') #fff 30px center no-repeat;
}

.dashbord-menu ul li.db-13 a {
    background: url('../images/db13.svg') 30px center no-repeat;
}

.dashbord-menu ul li.db-13 a:hover {
    background: url('../images/db13-h.svg') #fff 30px center no-repeat;
}

.dashbord-content {
    width: calc(100% - 350px);
    padding: 30px 60px;
    float: right;
    text-align: left;
}

.db-header {
    margin: 0px 0px 20px!important;
}

.db-header h3 {
    color: #403F3F;
    font-size: 24px;
    line-height: 40px;
    margin: 0px;
    font-weight: 600;
}

.book-btn {
    width: auto;
    display: inline-block;
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    padding: 0px 30px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 27px;
    margin: 0px;
    font-size: 14px;
}

.book-btn:hover {
    background: transparent linear-gradient(90deg, #0D4092 0%, #31BEEB 100%) 0% 0% no-repeat padding-box;
    text-decoration: none;
    color: #fff;
}

.db-col {
    border-radius: 8px;
    padding: 30px;
    float: left;
    width: 100%;
}

.db-col img {
    width: 74px;
    float: left;
}

.db-col h4 {
    color: #0F4696;
    width: calc(100% - 90px);
    float: left;
    padding: 8px 20px 0px;
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
}

.db-col h4 span {
    width: 100%;
    display: inline-block;
    font-weight: 400;
}

.db-col img.db-ic {
    width: auto;
    float: right;
    padding-top: 30px;
}

.blue-color {
    background: #EEE4FC;
}

.pink-color {
    background: #FFF1F1;
}

.yellow-color {
    background: #FFF8E5;
}

.dashboard-col3 {
    margin-bottom: 20px;
}

.open-orders-main {
    width: 100%;
    margin: 20px 0px;
}

.open-orders-main .open-orders-col {
    margin: 10px 0px 25px;
    background: none;
    padding: 20px;
    text-align: left;
    box-shadow: 0px 3px 6px #00000017;
    background: #fff;
    border-radius: 16px;
    border: 0px;
}

.open-orders-main .open-orders-col img {
    width: auto;
    height: 60px;
}

.open-orders-main .open-orders-col .order-id {
    padding-top: 10px;
    padding-left: 25px;
}

.open-orders-main .open-orders-col h4 {
    color: #403F3F;
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
}

.open-orders-main .open-orders-col h4 a {
    color: #403F3F;
}

.open-orders-main .open-orders-col span {
    font-weight: 400;
    font-size: 13px;
    color: #646464;
}

.open-orders-main .open-orders-col .price {
    color: #0F4696;
    padding-top: 17px;
    font-size: 21px;
    font-weight: 500;
}

.main-btn {
    height: 36px;
    line-height: 36px;
    width: auto;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}

.main-btn:hover {
    border-radius: 0px;
    text-decoration: none;
    color: #fff;
}

.accepted-btn {
    background: #09AB2F;
    border: 1px solid #09AB2F;
}

span.accepted-btn {
    background: none;
    color: #09AB2F !important;
    border: 0px;
    font-size: 18px !important;
}

.pending-btn {
    background: #FF7B71;
    border: 1px solid #FF7B71;
}

span.pending-btn {
    background: none;
    color: #FF7B71 !important;
    border: 0px;
    font-size: 18px !important;
}

.pickup-p-btn {
    background: #FF6A00;
    border: 1px solid #FF6A00;
}

span.pickup-p-btn {
    background: none;
    color: #FF6A00 !important;
    border: 0px;
    font-size: 18px !important;
}

.inprogress-btn {
    background: #3399FF;
    border: 1px solid #3399FF;
}

span.inprogress-btn {
    background: none;
    color: #3399FF !important;
    border: 0px;
    font-size: 18px !important;
}

.out-delivery-btn {
    background: #169DB2;
    border: 1px solid #169DB2;
}

span.out-delivery-btn {
    background: none;
    color: #169DB2 !important;
    border: 0px;
    font-size: 18px !important;
}

.delivered-btn {
    background: #31BDEA;
    border: 1px solid #31BDEA;
}

span.delivered-btn {
    background: none;
    color: #31BDEA !important;
    border: 0px;
    font-size: 18px !important;
}

.cancelled-btn {
    background: #EA3131;
    border: 1px solid #EA3131;
}

span.cancelled-btn {
    background: none;
    color: #EA3131 !important;
    border: 0px;
    font-size: 18px !important;
}

.rejected-btn {
    background: #FF6A00;
    border: 1px solid #FF6A00;
}

span.rejected-btn {
    background: none;
    color: #FF6A00 !important;
    border: 0px;
    font-size: 18px !important;
}

.order-btn {
    padding-top: 15px;
}


/*--------------Profile page-------------------*/

.profile-cont .contact-form label.error {
    top: 60px;
}

.profile-main {
    width: 100%;
    text-align: center;
    border: 1px solid #E2E6E9;
    border-radius: 8px;
    padding: 0px 0px 30px;
}

.profile-main .contact-form {
    width: 50%;
}

.profile-main .contact-form1 {
    width: 50%;
}

.profile-pic-name {
    margin-bottom: 10px;
}

.profile-pic {
    width: 128px;
    height: 128px;
    display: inline-block;
    position: relative;
}

.profile-pic img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-pic span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    right: -5px;
    bottom: 10px;
    text-align: center;
}

.profile-pic span svg {
    display: inline-block;
    margin-top: 12px;
    width: 20px;
    text-align: center;
}

.profile-name {
    color: #2A2929;
    font-size: 21px;
    font-weight: 500;
    padding: 10px 0px;
}

.border-main {
    width: 100%;
    border: 1px solid #E2E6E9;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
}

.address {
    position: relative;
}

.address .loc-ic {
    position: absolute;
    right: 5px;
    top: 16px;
    /* z-index: -1; */
}

.address .gate-code {
    position: absolute;
    right: 20px;
    bottom: -25px;
    color: #7E7E7E;
    font-size: 10px;
}


/*----------------Payment details page--------------------------------*/

.paymentcard {
    padding: 15px 30px;
}

.payment-col {
    width: 98%;
    border: 0px solid #E2E6E9;
    border-radius: 8px;
    padding: 20px 30px;
    display: inline-block;
    text-align: left;
    margin: 15px 0px;
    box-shadow: 0px 3px 6px #00000017;
    background: #fff;
}

.card-select {
    position: relative;
    margin-bottom: 20px;
}

.card-select .rdio {
    width: 50%;
    display: inline-block;
}

.card-select span {
    width: auto;
    position: absolute;
    right: 0px;
    top: 0px;
}

.card-no {
    font-size: 24px;
    font-weight: 500;
    color: #2A2929;
    list-style: 30px;
    padding: 10px 0px 20px;
    text-align: center;
}

.card-no span {
    width: 23%;
    display: inline-block;
}

.card-no sub {
    font-size: 24px;
    width: 23%;
    display: inline-block;
}

.card-hilder {
    width: 68%;
    display: inline-block;
}

.card-expiry {
    width: auto;
    float: right;
}

.card-details span {
    font-weight: 400;
    font-size: 14px;
    color: #646464;
}

.card-details h4 {
    font-size: 17px;
    font-weight: 500;
    color: #2A2929;
    padding: 0px;
    margin: 0px;
    ;
}


/***** RADIO BUTTON STYLES *****/

.card-select .custom-control-label::before {
    position: absolute;
    top: 0px;
    left: -1.5rem;
    display: block;
    width: 24px;
    height: 24px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    border: 1px solid #ABACAD;
}

.card-select .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background: transparent;
}

.card-select .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: #0F4696;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: 4px;
    left: -20px;
}

.card-select .custom-control-label img {
    padding-left: 10px;
}


/*---------------premium-page----------------*/

.premium-main {
    padding: 2px !important;
}

.fw-col {
    padding: 20px 20px 15px;
    background: #C9F6FF;
    border-radius: 8px;
    text-align: center;
}

.fw-col span {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 5px;
}

.fw-col span img {
    width: 35px;
}

.fw-col .fw-txt {
    width: calc(100% - 55px);
    display: inline-block;
    text-align: left;
}

.fw-col .fw-txt h5 {
    color: #202020;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.fw-col .fw-txt h5 span {
    font-size: 14px;
    width: 100%;
    height: auto;
    font-weight: 400;
    display: inline-block;
}

.fw-col .fw-txt h5 span span {
    width: auto;
    margin-right: 5px;
}

.fw-col .fw-txt h5 span span img {
    width: 15px;
    border-radius: 0;
    box-shadow: none;
    margin-right: 2px;
    height: auto;
}

.fw-detail {
    width: 100%;
    padding: 10px 30px;
}

.fw-detail a:hover {
    text-decoration: none;
}

.fw-detail .fw-col {
    border: #ABACAD 0px solid;
    border-radius: 10px;
    margin: 20px 0px;
    box-shadow: 0px 3px 6px #00000017;
    background: #fff;
}

.fw-detail .fw-col span img {
    width: 40px;
    border-radius: 50%;
    /* box-shadow: 0px 3px 25px #00000029; */
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
}

.fw-detail .fw-col .fw-txt {
    width: calc(100% - 85px);
    display: inline-block;
}

.fw-detail .fw-col .fw-ic {
    width: 35px;
    float: right;
    padding-top: 12px;
    text-align: right;
}

.fw-detail .fw-col .fw-ic img {
    width: 24px;
}

.nw-col {
    background: #E9E9E9;
}

.nw-col span img {
    width: 30px;
}

.fw-detail .fw-col .fw-txt p {
    margin-bottom: 0px;
}


/*--------------pricelist-page------------------*/

.pricelist-sec {
    border: #E2E6E9 1px solid;
    border-radius: 8px;
    padding: 30px 0px;
    text-align: left;
}

.pricelist-sec ul.nav-tabs {
    text-align: left;
    padding: 0px 20px;
}

.pricelist-sec .tab-content {
    padding: 0px 50px;
}

.pricelist-sec .card-col {
    margin-bottom: 20px;
}

.note-sec {
    padding: 0px 20px 10px;
    width: 100%;
    float: left;
}

.note-sec h6 {
    color: #0E4596;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.note-sec ul {
    margin: 0px;
    padding: 0px 0px 20px;
}

.note-sec ul li {
    color: #202020;
    font-size: 13px;
    font-weight: 400;
    background: url(../images/list-ic2.png) left 5px no-repeat;
    padding: 0px 0px 0px 12px !important;
    width: 100% !important;
    border: 0px !important;
    height: auto !important;
    margin: 0px !important;
}

.note-sec ul li span {
    color: #0F4696;
}


/*-------------order history page----------------*/

.orderhistory {
    padding: 10px 30px;
}

.border-none {
    border: 0px !important;
}


/* .orderhistory .open-orders-col {
    border: 0px;
    border-bottom: #E2E6E9 1px solid;
    border-radius: 0px;
    padding: 15px 0px;
    margin: 0px;
} */

.orderhistory .open-orders-col .order-id {
    padding-top: 5px;
    padding-left: 15px;
}

.orderhistory .open-orders-col h4 {
    font-size: 18px;
}

.orderhistory .open-orders-col span {
    font-size: 13px;
    color: #2D2C2C;
}

.orderhistory-btn a {
    width: auto;
    height: 50px;
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    border-radius: 33px;
    padding: 0px 30px;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 600;
}

.orderhistory-btn a:hover {
    background: transparent linear-gradient(90deg, #0D4092 0%, #31BEEB 100%) 0% 0% no-repeat padding-box;
    text-decoration: none;
    color: #fff;
}

.orderhistory-btn a img {
    padding-right: 10px;
    margin-top: -5px;
}

.orderhistory-btn a svg {
    margin-right: 5px;
    margin-top: 0;
    width: auto;
    height: 17px;
}

.orderhistory-btn a:hover svg path {
    fill: #fff;
}

.orderhistory-btn a.orderhistory-btn-bo {
    background: none;
    border: 2px #0F4696 solid;
    height: 40px;
    line-height: 40px;
    color: #0F4696;
    font-size: 14px;
}

.orderhistory-btn a.orderhistory-btn-bo:hover {
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    border: 2px solid transparent;
    color: #fff;
}

.order-states {
    padding-top: 8px;
}

.orderhistory .open-orders-col .price {
    padding-top: 8px;
}

.pro-review img.profileimg {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
}

.popup-modal .modal-content .pro-review h5 {
    padding: 0px 0px 0px;
    color: #2A2929;
    font-size: 17px;
}

.popupstar img {
    width: 18px;
    margin: 10px 2px 20px;
}

.review-txt {
    width: 80%;
    display: inline-block;
    margin-top: 20px;
}

.review-txt h6 {
    color: #0F4696;
    font-size: 15px;
}

.support-popup .review-txt .contact-form {
    width: 100%;
    padding: 20px 0px;
}

.support-popup .review-txt .contact-form1 {
    width: 100%;
    padding: 20px 0px;
}

.popup-modal .modal-content .review-txt p {
    color: #646464;
    font-size: 14px;
    font-weight: 400;
}


/*----------------------Support page----------------------------*/

.support-main {
    padding: 20px 30px 5px !important;
}

.support-col {
    margin: 10px 0px 25px;
    background: none;
    padding: 20px;
    text-align: left;
    box-shadow: 0px 3px 6px #00000017;
    background: #fff;
    border-radius: 16px;
    border: 0px;
}

.support-col .bdr-bottom {
    box-shadow: 0px 1px 0px #00000017 !important;
    border-radius: 0px !important;
}

.bdr-bottom {
    border-bottom: #ABACAD 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.open-btn {
    background: #09AB2F;
    border: 1px solid #09AB2F;
    padding: 0px 15px;
    margin-top: 5px;
}

.closed-btn {
    background: #FF6A00;
    border: 1px solid #FF6A00;
    padding: 0px 15px;
}

.support-col-top span {
    width: 70px;
    float: left;
}

.support-col-top span img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    /* box-shadow: 0px 3px 25px #00000029; */
}

.support-col-top .support-txt {
    width: calc(100% - 85px);
    float: left;
}

.support-col-top h5 {
    color: #202020;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding-top: 5px;
}

.support-col-top h5 span {
    font-size: 13px;
    width: 100%;
    height: auto;
    font-weight: 400;
    display: inline-block;
    padding-top: 5px;
}

.ticket-no {
    letter-spacing: 0.2px;
    color: #0F4696;
    font-size: 18px;
    font-weight: 500;
    width: 150px;
    float: right;
    text-align: center;
}

.support-col-top .ticket-no span {
    width: 100%;
    height: auto;
    font-size: 13px;
    color: #2D2C2C;
    font-weight: 400;
}

.support-col h6 {
    color: #2A2929;
    font-size: 15px;
    font-weight: 500;
}

.support-col p {
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    width: 80%;
    margin: 0px;
}

.support-col .pro-img {
    width: 100%;
    float: left;
    margin-right: 0px;
}

.support-col .pro-img img {
    width: 50px;
    padding: 3px;
    border-radius: 10px;
    height: 60px;
    object-fit: cover;
}


/*----------faqs-page------------*/

.faqs-main {
    padding: 35px;
    text-align: left;
}

.db-header h3 a .back-ic {
    width: 25px;
    margin-top: -5px;
    margin-right: 10px;
}


/*---------------aboutwt-page----------------*/

.aboutwt-main {
    padding: 30px;
    text-align: left;
    height: 78vh;
}

.aboutwt-main h6 {
    color: #2A2929;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}

.aboutwt-main p {
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin: 0px 0px 20px;
    text-align: justify;
    text-align-last: left;
}

.contactus-main {
    padding: 0px 35px 40px;
    text-align: center;
}

.tellafriend-main {
    text-align: center;
}

.tellafriend-img {
    width: 50%;
    display: inline-block;
    margin: 50px 0px 20px;
}

.tellafriend-img img {
    width: 100%;
}

.tellafriend-main .pickUp-btn {
    margin-bottom: 50px;
    ;
}


/*----------------settings-page-------------------*/

.settings-main {
    padding: 10px 30px;
    text-align: left;
}

.settings-main .settings-col {
    border: 0px;
    border-bottom: #E2E6E9 1px solid;
    border-radius: 0px;
    padding: 20px 0px;
}

.settings-main .settings-col img {
    float: left;
    margin-right: 15px;
}

.settings-main .settings-col h5 {
    color: #202020;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin: 5px 0px 0px;
}

.settings-main .settings-col span {
    width: auto;
    float: right;
    text-align: right;
    padding-top: 5px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E2E6E9;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
}

input:focus+.slider {
    box-shadow: 0 0 1px #E2E6E9;
}

input:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/*------------------Book Your Order page-------------------------*/

.dlry-opn {
    text-align: left;
}

.dlry-opn span {
    font-size: 15px;
    color: #646464;
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.dlry-opn .rdio {
    width: auto;
    float: left;
    margin-right: 30px;
}


/***** RADIO BUTTON STYLES *****/

.dlry-opn .custom-control-label::before {
    position: absolute;
    top: 1px;
    left: -1.8rem;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    border: 1px solid #ABACAD;
}

.dlry-opn .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background: transparent;
}

.dlry-opn .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: #0F4696;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    top: 5px;
    left: -25px;
}

.dlry-opn .custom-control-label img {
    padding-left: 10px;
}

.dlry-opn .custom-control-label {
    margin-left: 5px;
    color: #2A2929;
    font-weight: 500;
    font-size: 15px;
    padding-left: 5px;
}

.dlry-opn .custom-control-label span {
    font-size: 12px;
    width: auto;
    float: none;
    color: #2A2929;
}


/*--------------datepiker css-----------------*/


/* jQuery UI Datepicker Styles */


/* states and images */

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Overlays */

.ui-widget-overlay {
    position: relative;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    position: relative;
    width: 300px;
    height: auto;
    padding: 15px 15px 5px;
    display: none;
    margin: 3px 0 0 3px;
    background: #FFFFFF;
    box-shadow: 0px 3px 13px #00000045;
    border-radius: 13px;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0;
    background: #f8f8f8;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 12px;
    width: 1.1em;
    height: .90em;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
    top: 12px;
    background: url(../images/date-prev.svg) top no-repeat;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
    background: url(../images/date-next.svg) top no-repeat !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0;
    line-height: 36px;
    text-align: center;
    font-size: 0.70em;
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .6em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker table thead {
    background: #EFEFEF;
    color: #000000;
    font-size: 13px;
}

.ui-datepicker table thead th {
    padding: 5px 5px;
    text-align: center;
    font-weight: 400;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0px;
    margin: 2px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}


/* Component containers
----------------------------------*/

.ui-widget {
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 5em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    color: #999999;
    z-index: 99999 !important;
    /* Days Letter Color */
}

.ui-widget-content a {
    color: yellow;
}

.ui-widget-header {
    border-bottom: 1px solid #c5c5c5;
    color: #212020;
    font-weight: bold;
}

.ui-widget-header a {
    color: #ffffff;
}


/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #000;
    font-size: 12px;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #AAAAAA;
    text-decoration: none;
    height: 15px;
    width: 15px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    border-radius: 36px;
    color: #fff;
    text-align: center;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #c77405;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #fbd850;
    color: white;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-prev:hover {
    background: transparent url(../img/datepickerArrow.png) top no-repeat;
}

.ui-datepicker .ui-datepicker-next {
    background: transparent url(../img/datepickerArrow.png) bottom no-repeat;
}


/*------------------Add card page-------------------------*/

.addcard-no .card-ic {
    position: absolute;
    right: 10px;
    top: 10px;
}

.addcard-checkbox {
    text-align: left;
}

.addcard-checkbox .custom-control {
    padding-left: 1.25rem;
    text-align: left;
}

.addcard-checkbox .custom-checkbox .custom-control-label::before {
    border-radius: 50%;
}

.addcard-checkbox .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #0F4696;
}

.addcard-checkbox .custom-control-label::before {
    left: -1.56rem;
    top: 4px;
}

.addcard-checkbox .custom-control-label {
    font-size: 15px;
    color: #2A2929;
    font-weight: 500;
}

.addcard-checkbox .custom-control-label::before {
    width: 18px;
    height: 18px;
    background-color: #dee2e6;
}

.addcard-checkbox .custom-control-label::after {
    width: 18px;
    height: 18px;
}


/*--------orderdetail-page--------------------*/

.orderdetail-cont {
    text-align: left;
}

.orderdetail-col h4 {
    color: #0F4696;
    font-size: 19px;
    margin-bottom: 20px;
    width: 80%;
    font-weight: 500;
    display: inline-block;
}

.orderdetail-col h4 span {
    color: #706E6E;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    font-weight: 400;
    padding-bottom: 5px;
}

.pro-detail {
    display: inline-block;
    width: 100%;
}

.pro-detail span {
    color: #706E6E;
    font-size: 15px;
    padding-bottom: 10px;
    display: inline-block;
}

.paymentmode-main {
    box-shadow: 0px 3px 6px #00000017;
    border: 1px solid #C5C5C5;
    border-radius: 16px;
    width: 100%;
    display: inline-block;
}

.paymentmode-main h3 {
    padding: 30px 30px 20px;
    color: #2A2929;
    font-size: 24px;
}

.paymentmode-main .paycard-sec {
    padding: 30px;
    border-bottom: 1px solid #C5C5C5;
    border-top: 1px solid #C5C5C5;
    font-size: 18px;
}

.paymentmode-main .paycard-sec img {
    margin-right: 10px;
    width: auto;
    float: left;
    margin-top: 4px;
}

.paymentmode-main .paycard-sec span {
    display: inline-block;
    width: calc(100% - 65px);
}

.promocode-sec .contact-form {
    width: 100%;
    display: inline-block;
    padding: 0px 30px;
    position: relative;
}

.promocode-sec .contact-form span.applied {
    position: absolute;
    right: 40px;
    top: 20px;
    color: #2DB1E2;
    font-size: 17px;
    font-weight: bold;
    z-index: 4;
}

.promocode-sec .contact-form span.applied a {
    width: auto;
}

.promocode-sec .contact-form input[required]+label[placeholder] {
    margin-bottom: calc((3em - 2em) + 2px);
}

.promocode-sec .contact-form1 {
    width: 100%;
    display: inline-block;
    padding: 0px 30px;
    position: relative;
}

.promocode-sec .contact-form1 span.applied {
    position: absolute;
    right: 10px;
    top: 15px;
    color: #2DB1E2;
    font-size: 17px;
    font-weight: bold;
    z-index: 4;
}

.promocode-sec .contact-form1 span.applied a {
    width: auto;
}

.offer-banner {
    padding: 10px 0px 0px;
}

.offer-banner-btn {
    padding: 0px 30px 20px;
    text-align: right;
}

.offer-banner-btn a {
    color: #0F4696;
    font-size: 16px;
}

.offer-banner h6 {
    color: #0F4696;
    font-size: 15px;
    padding-bottom: 5px;
}

.offer-banner img {
    width: 100%;
    cursor: pointer;
}

.pro-cont {
    width: 100%;
    float: left;
}

.pro-cont .pro-img {
    width: 54px;
    float: left;
    margin-right: 10px;
    height: 54px;
}

.pro-cont .pro-img img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}

.pro-cont .pro-txt {
    width: calc(100% - 70px);
    float: right;
    margin-top: 3px;
}

.pro-txt h5 {
    font-size: 16px;
    color: #202020;
    margin: 0px;
}

.pro-txt h5 a {
    font-size: 16px;
    color: #202020;
}

.pro-detail span.location {
    color: #706E6E;
    font-size: 13px;
    padding-bottom: 0px;
    display: inline-block;
}

.pro-star img {
    width: 12px;
}

.popup-modal .modal-dialog {
    max-width: 500px;
    margin: 280px auto 0px;
}

.popup-modal .modal-content {
    background: #fff;
    border-radius: 17px;
    text-align: center;
    position: relative;
    z-index: 8;
    padding: 20px 0px;
}

.popup-modal .modal-content h5 {
    padding: 0px 0px 10px;
    color: #2A2929;
    font-size: 24px;
}

.popup-modal .modal-content p {
    color: #2A2929;
    font-size: 15px;
    font-weight: 500;
}

.popup-modal .modal-content button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    width: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1;
    z-index: 9;
}


/*------------------------Promotional Code page--------------------------*/

.promotional-main h4 {
    font-size: 21px;
    text-align: left;
    color: #0F4696;
}

.promotional-col {
    border: #ABACAD 1px solid;
    border-radius: 10px;
    margin: 10px 0px;
    background: none;
    padding: 20px;
    text-align: left;
}

.promotional-col span {
    width: 120px;
    float: left;
    margin-right: 20px;
}

.promotional-col span img {
    width: 100%;
    border-radius: 5px;
}

.promotional-col .promotional-txt {
    width: calc(100% - 160px);
    float: left;
}

.promotional-col h5 {
    color: #202020;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding-top: 0;
    display: table;
    height: 130px;
    margin: 0px;
}

.promotional-col .cntr-div {
    vertical-align: middle;
    display: table-cell;
}

.promotional-col h5 span {
    font-size: 14px;
    width: 100%;
    height: auto;
    font-weight: 400;
    display: inline-block;
    padding-top: 5px;
}

.promotional-col .code-no {
    background: #F3F3F3;
    border: 1px dashed #707070;
    border-radius: 2px;
    display: inline-block;
    min-width: 230px;
    padding: 10px 20px;
    margin-top: 20px;
}

.promotional-col .code-no span {
    width: auto;
    float: none;
    margin-right: 15px;
    color: #202020;
    font-size: 30px;
    font-weight: bold;
}

.promotional-col .code-no a {
    margin-top: 10px;
    float: right;
}

.promotional-col span.exp-date {
    font-size: 13px;
    text-align: right;
    margin: 0px;
    width: 100%;
    color: #6B6B6B;
    padding-top: 10px;
}

.commercial-main .contact-form {
    width: 90%;
    padding: 10px 0px 0px;
}

.commercial-main .contact-form1 {
    width: 90%;
    padding: 10px 0px 0px;
}

.popup-btn {
    width: auto;
    display: inline-block;
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    padding: 0px 40px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 27px;
    margin: 23px 10px 0px;
    font-size: 18px;
    min-width: 120px;
}

.popup-btn:hover {
    background: transparent linear-gradient(90deg, #0D4092 0%, #31BEEB 100%) 0% 0% no-repeat padding-box;
    text-decoration: none;
    color: #fff;
}

.support-popup .contact-form {
    width: 70%;
    display: inline-block;
    padding: 0;
}

.support-popup .contact-form input+label[placeholder] {
    margin-bottom: calc((3em - 2em) + 2px);
}

.support-popup .contact-form select+label[placeholder] {
    margin-bottom: calc((3em - 2em) + 2px);
}

.support-popup .contact-form1 {
    width: 70%;
    display: inline-block;
    padding: 0;
}

.support-popup .upload-img {
    text-align: left;
}

.support-popup .upload-img span {
    font-size: 15px;
}

.support-popup .upload-img span.pip {
    background: none !important;
}

.support-popup .upload-img img {
    width: auto;
    display: inline-block;
}

.upld-img {
    width: 60px;
    display: inline-block;
    padding: 3px;
    position: relative;
}

.upld-img span.error {
    font-size: 12px;
    font-weight: 400 !important;
    color: #f00;
    margin-top: 0px;
    position: absolute;
    bottom: -25px;
    left: -20px;
    text-align: left;
    width: 150px;
    height: auto;
    background: none;
    border-radius: 0px;
}

.upld-img .delete-img {
    width: 18px;
    position: absolute;
    right: -5px;
    top: -5px;
}

.upld-img .delete-img img {
    width: 100%;
}

.support-modal .modal-content h5 {
    padding: 0px 0px 20px;
}

.popup-modal .modal-dialog {
    margin: 200px auto 0px;
}

.order-btn1 {
    width: auto;
    height: 54px;
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    border-radius: 33px;
    padding: 0px 30px;
    display: inline-block;
    line-height: 54px;
    color: #fff;
    margin-right: 20px;
    font-size: 15px;
    font-weight: 600;
    min-width: 180px;
    text-align: center;
    margin-bottom: 20px;
}

.order-btn1:hover {
    background: transparent linear-gradient(90deg, #0D4092 0%, #31BEEB 100%) 0% 0% no-repeat padding-box;
    text-decoration: none;
    color: #fff;
}

.order-btn2 {
    background: none;
    border: 2px #0F4696 solid;
    height: 50px;
    line-height: 50px;
    color: #0F4696;
}

.order-btn2:hover {
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    border: 2px solid transparent;
    color: #fff;
}


/*----------------inprogress order details page------------------*/

.pickupconpic {
    width: 100%;
    display: inline-block;
}

.pickupconpic span {
    color: #706E6E;
    font-size: 15px;
    padding-bottom: 10px;
    display: inline-block;
}

.pickupconpic .pro-img {
    width: 100%;
    float: left;
    margin-right: 0px;
}

.pickupconpic .pro-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    padding: 3px;
    border-radius: 10px;
}

.orderdetail-sec {
    padding: 20px 30px;
    border-top: #ABACAD 1px solid;
}

.orderdetail-sec h5 {
    color: #202020;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}

.orderdetail-sec ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%;
    float: left;
}

.orderdetail-sec ul li {
    padding: 0px 0px 20px;
    margin: 0px;
    list-style: none;
    width: 100%;
    float: left;
}

.orderdetail-sec ul li h6 {
    color: #202020;
    font-size: 15px;
    font-weight: 400;
    width: 60%;
    float: left;
}

.orderdetail-sec ul li h6 span {
    color: #0F4696;
    font-size: 13px;
    width: 100%;
    float: left;
}

.orderdetail-sec ul li span.price {
    color: #0F4696;
    font-size: 15px;
    width: 40%;
    text-align: right;
    float: right;
}

.orderdetail-sec ul li.total h6 {
    font-size: 17px;
    font-weight: 500;
}

.orderdetail-sec ul li.total span.price {
    font-size: 17px;
    font-weight: 500;
}


/*--------------outdelivery order details---------------*/

.dlry-person-sec {
    width: 100%;
    float: left;
    padding: 0px 30px 20px;
    border-bottom: #ABACAD 1px solid;
    border-top: #ABACAD 1px solid;
}

.paymentmode-main .dlry-person-sec h3 {
    padding: 30px 0px 20px;
}

.dlry-detail-sec {
    width: 100%;
    float: left;
    padding: 0px 30px 20px;
}

.paymentmode-main .dlry-detail-sec h3 {
    padding: 30px 0px 20px;
}

.paymentmode-main .dlry-detail-sec h4 {
    color: #0F4696;
    font-size: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.paymentmode-main .dlry-detail-sec h4 span {
    color: #706E6E;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    font-weight: 400;
    padding-bottom: 5px;
}


/*---------------notification page------------*/

.notification-main {
    padding: 20px 50px;
}

.notification-col {
    border: #ABACAD 1px solid;
    border-radius: 10px;
    margin: 5px 0px;
    background: none;
    padding: 10px 20px;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.notification-col span {
    width: 70px;
    float: left;
}

.notification-col span img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.notification-col .notification-txt {
    width: calc(100% - 85px);
    float: left;
}

.notification-col h5 {
    color: #202020;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding-top: 5px;
}

.notification-col p {
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin: 0px;
}

.notification-col a.noti-date {
    color: #0F4696;
    font-size: 15px;
    width: 100%;
    text-align: right;
    float: right;
    margin-top: 10px;
}

.changepassword-main {
    padding: 0px 0px 40px;
}

.changepassword-main .contact-form {
    width: 40%;
}

.changepassword-main .contact-form1 {
    width: 40%;
}


/*-------------premium-detail-------------*/

.premium-detail {
    text-align: left;
    padding: 0px 0px 20px;
}

.premium-detail h5 {
    color: #202020;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.premium-detail h5 span {
    font-size: 14px;
    width: 100%;
    height: auto;
    font-weight: 400;
    display: inline-block;
}

.premium-detail-col {
    border-bottom: #ABACAD 1px solid;
    margin: 15px 0px;
    display: inline-block;
    width: 98.5%;
}

.premium-detail-col .stars {
    padding-right: 25px;
}

.premium-detail-col span {
    width: 60px;
    height: 60px;
    float: left;
}

.premium-detail-col span img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.premium-detail-col .fw-txt {
    width: calc(100% - 85px);
    display: inline-block;
    padding: 10px 0px 0px;
}

.premium-detail-col h5 {
    color: #202020;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin: 0px;
}

.premium-detail-col h5 span {
    font-size: 14px;
    width: 100%;
    height: auto;
    font-weight: 400;
    display: inline-block;
}

.premium-detail-col p {
    color: #2D2C2C;
    font-size: 14px;
}

.viewmore-link {
    color: #0E4596;
    font-size: 15px;
    font-weight: 500;
}


/*------------------pro detail----------------*/

.prodetail-main {
    text-align: left;
    padding: 30px;
}

.prodetail-main .pro-cont {
    padding-bottom: 40px;
}

.prodetail-main .prodetail-cont .pro-cont h5 {
    font-size: 17px;
    margin: 0px;
}

.prodetail-main .pro-cont .pro-img {
    width: 90px;
    float: left;
    margin-right: 10px;
    height: 90px;
}

.prodetail-main .pro-cont .pro-img img {
    width: 100%;
    padding: 0px;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}

.prodetail-main .pro-cont .pro-txt {
    width: calc(100% - 110px);
    float: right;
    margin-top: 13px;
}

.prodetail-cont h5 {
    font-size: 15px;
    color: #202020;
    margin: 0px 0px 5px;
}

.prodetail-cont p {
    font-size: 15px;
    color: #2D2C2C;
    margin-bottom: 30px;
}

.pro-reviews .prodetail-cont p {
    width: 97%;
}

.pro-reviews .mCSB_scrollTools {
    right: -6px;
}

.prodetail-cont .pro-img {
    width: 100%;
    float: left;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 30px;
}

.prodetail-cont .pro-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    padding: 3px;
    border-radius: 10px;
}

.prodetail-cont a {
    font-size: 15px;
    color: #2D2C2C;
    margin-bottom: 30px;
    display: inline-block;
}

.bor-right {
    border-right: #ABACAD 1px solid;
    padding: 0px 20px;
}

.prodetail-cont .pro-reviews {
    padding: 20px 35px;
}

.prodetail-cont .pro-reviews h4 {
    width: auto;
    display: inline-block;
}

.prodetail-cont a.viewmore-link {
    color: #0E4596;
    font-size: 15px;
    font-weight: 500;
    float: right;
}

.prodetail-cont .premium-detail-col .stars img {
    width: 12px;
}

.reviewsscrollbar {
    height: 500px;
}


/*----------------select box custom for banner-----------------------*/


/*the container must be positioned relative:*/

.custom-select {
    position: relative;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    z-index: 9999;
    background: none;
    border: 0pc;
    border-radius: 0px;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: transparent;
}


/*style the arrow inside the select element:*/

.select-selected:after {
    position: absolute;
    content: "";
    top: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url('../images/arrow-down.svg') center center no-repeat;
}


/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
    background: url('../images/arrow-up.svg') center center no-repeat;
    top: 2px;
}


/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
    color: #2A2929;
    padding: 0px;
    border: 0px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-size: 19px;
    font-weight: 500;
}


/*style items (options):*/

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-items div {
    padding: 8px 16px;
}


/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    color: #fff !important;
}


/*----------------select box custom for form-----------------------*/


/*the container must be positioned relative:*/

.contact-form .custom-select {
    position: relative;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    z-index: 9999;
    background: none;
    border: 0pc;
    border-radius: 0px;
}

.contact-form .custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.contact-form .select-selected {
    background-color: transparent;
}

.contact-form1 .custom-select {
    position: relative;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    z-index: 9999;
    background: none;
    border: 0pc;
    border-radius: 0px;
}

.contact-form1 .custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.contact-form1 .select-selected {
    background-color: transparent;
}


/*style the arrow inside the select element:*/

.contact-form .select-selected:after {
    position: absolute;
    content: "";
    top: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url('../images/arrow-down.svg') center center no-repeat;
}

.contact-form1 .select-selected:after {
    position: absolute;
    content: "";
    top: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url('../images/arrow-down.svg') center center no-repeat;
}


/*point the arrow upwards when the select box is open (active):*/

.contact-form .select-selected.select-arrow-active:after {
    background: url('../images/arrow-up.svg') center center no-repeat;
    top: 2px;
}

.contact-form1 .select-selected.select-arrow-active:after {
    background: url('../images/arrow-up.svg') center center no-repeat;
    top: 2px;
}


/*style the items (options), including the selected item:*/

.contact-form .select-items div,
.contact-form .select-selected {
    color: #2A2929;
    padding: 0px;
    border: 0px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-size: 19px;
}

.contact-form1 .select-items div,
.contact-form1 .select-selected {
    color: #2A2929;
    padding: 0px;
    border: 0px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-size: 19px;
}


/*style items (options):*/

.contact-form .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.contact-form .select-items div {
    padding: 8px 16px;
}

.contact-form1 .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.contact-form1 .select-items div {
    padding: 8px 16px;
}


/*hide the items when the select box is closed:*/

.contact-form .select-hide {
    display: none;
}

.contact-form .select-items div:hover,
.contact-form .same-as-selected {
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    color: #fff !important;
}

.contact-form1 .select-hide {
    display: none;
}


/*------------------new css for dashboard--------------------*/

.dbtext .dashbord-menu {
    width: 80px;
    padding-left: 0px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.dbtext .dashbord-menu ul li a {
    font-size: 0px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.dbtext .dashbord-menu+.dashbord-content {
    width: calc(100% - 80px);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    /* background: #faf9f8;     */
    background: #fcfcfc;
    min-height: calc(100vh - 80px);
}

.dbtext .dashbord-menu:hover {
    width: 300px;
    padding-left: 10px;
}

.dbtext .dashbord-menu:hover ul li a {
    font-size: 15px;
}

.dbtext .dashbord-menu:hover+.dashbord-content {
    width: calc(100% - 300px);
}

.dbtext .dashbord-header {
    box-shadow: 0px -1px 5px #00000038;
    border: 0px solid #D5DBE1;
}

.dbtext .paymentmode-main {
    box-shadow: 0px 3px 6px #00000017;
    border: 0px;
    border-radius: 16px;
    width: 100%;
    display: inline-block;
    background: #fff;
}

.dbtext .bdr-bottom {
    box-shadow: 0px 3px 6px #00000017;
    padding-bottom: 25px;
    margin-bottom: 25px;
    background: #fff;
    padding: 25px 25px 15px;
    border-radius: 16px;
    border: 0px;
}

.dbtext .pro-detail {
    background: #fff;
    padding: 25px 25px 15px;
    border-radius: 16px;
    box-shadow: 0px 3px 6px #00000017;
}

.dbtext .pro-detail .premium-detail-col {
    border-bottom: 0;
    margin: 15px 0px;
    display: inline-block;
    width: 100%;
}

.dbtext .paymentmode-main {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 10px;
    bottom: auto;
}

.dbtext .orderdetail-col h4 span svg,
.dbtext .pro-detail span svg,
.dbtext .pickupconpic span svg {
    enable-background: new 0 0 32 32;
    width: auto;
    height: 24px;
    padding-right: 5px;
}


/* .dbtext .orderdetail-col h4 span svg path,
.dbtext .orderdetail-col h4 span svg circle,
.dbtext .pro-detail span svg path,
.dbtext .pro-detail span svg circle,
.dbtext .pickupconpic span svg path,
.dbtext .pickupconpic span svg circle {
    stroke: #0F4696;
    fill: none;
} */

.dbtext .orderdetail-col h4 span {
    line-height: 24px;
}

.dbtext .orderdetail-col h4 span {
    padding-bottom: 10px;
}

.services-list {
    padding-bottom: 0px;
}

.dbtext2 .dashbord-menu {
    width: 100%;
}

.dbtext2 .dashbord-main .dashbord-menu {
    display: none;
}

.dbtext2 .dashbord-header .dashbord-menu {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    width: 100%;
    background: none;
    padding: 0px;
}

.dbtext2 .dashbord-content {
    width: 100%;
    padding: 15px 70px 50px;
    float: right;
    text-align: left;
}

.dbtext2 .dashbord-menu ul {
    text-align: left;
    padding-left: 10px;
}

.dbtext2 .dashbord-menu ul li a {
    font-size: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    padding: 0px 0px 0px 65px !important;
}

.dbtext2 .dashbord-menu ul li a:hover {
    border-bottom: #fff 1px solid;
}

.dbtext2 .profile-sec {
    margin: 23px 70px 0px 0px;
}

.dbtext2 #sidebar-wrapper {
    z-index: 1000;
    right: auto;
    left: 0;
    top: 86px;
    width: 320px;
    height: 100%;
    margin-left: -320px;
    overflow-y: auto;
    overflow-x: hidden;
    background: transparent linear-gradient(270deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#wrapper.toggled #sidebar-wrapper {
    left: 300px;
}

.MenuScroll {
    height: 100%;
    overflow: scroll;
}

#d3 {
    height: 100vh;
    display: inline-block;
    overflow-x: hidden;
}

#d3i {
    height: 100%;
    display: block;
    overflow: hidden;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(250, 140, 140, 0.1) !important;
    width: 4px !important;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0px !important;
}


/*------------------new-css-27-08-21--------------*/

.servicer-area {
    display: inline-block;
    width: 100%;
}

.slider-form-sec {
    background: #E2F0FC;
}

.slider-main {
    background: url(../images/home-slider-bg.png) left bottom no-repeat;
    background-size: cover;
}

.bg-gray {
    background: #F3F3F3;
}

.service-caption {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 28%;
    z-index: 9;
}

.service-caption h2 {
    font-size: 55px;
}

.bookyourorder-main {
    padding: 0px 20px 30px;
}

.bookyourorder-main .contact-form {
    width: 80%;
    padding-top: 150px;
}

.addcard-main .contact-form {
    width: 50%;
}

.bookyourorder-main .contact-form1 {
    width: 80%;
    padding-top: 90px;
}

.addcard-main .contact-form1 {
    width: 50%;
}

.bookyourorder-main .col-xl-6 img {
    width: 90%;
}

.bubble-wrap .bubbles {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 55, 128, 0.2) inset;
    box-shadow: 0 0 15px 0 rgba(0, 55, 128, 0.2) inset
}

.bubble-wrap .bubbles:after {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 15%;
    height: 15%;
    margin-left: -15%;
    background-color: rgba(0, 55, 128, 0.1);
    border-radius: 50%;
    content: '';
    box-shadow: 0 0 5px 0 rgba(0, 55, 128, 0.2)
}

#J_PluginWrap_l {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 400px;
    width: 50%;
}

#J_PluginWrap_r {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 400px;
    width: 50%;
}

.edit-icon {
    width: 30px !important;
    height: auto !important;
    margin-right: -60px;
    margin-top: -45px;
    cursor: pointer;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box !important;
    border-radius: 36px !important;
    color: #fff !important;
    border: 0px !important;
    text-align: center !important;
}

.page-a-link {
    border: 1px #dee2e6 solid !important;
    background-color: #fbfbfb !important;
    color: #0056b3 !important;
    font-size: 15px !important;
    padding: .5rem .0px !important;
    width: auto !important;
    text-align: center;
    border-radius: 0px !important;
    margin: 0px !important;
    width: 40px !important;
}

.pagination .active {
    background: transparent linear-gradient( 90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    border-color: #31BEEB;
    color: #fff !important;
    padding: 0.5rem 0px !important;
    width: auto !important;
    font-size: 15px !important;
    text-align: center;
    border-radius: 0px !important;
    margin: 0px !important;
    width: 40px !important;
}

.page-a-link:hover {
    background: transparent linear-gradient( 90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    border-color: #31BEEB !important;
    color: #fff !important;
    border-radius: 0px !important;
}

.pagination a.previous-page {
    color: #0056b3 !important;
    margin: 0px !important;
    padding: 0.5rem .75rem !important;
    border: 1px #dee2e6 solid !important;
    background-color: #fbfbfb !important;
    border-right: 0px !important;
    border-radius: 5px 0px 0px 5px;
}

.pagination a.next {
    color: #0056b3 !important;
    margin: 0px !important;
    padding: 0.5rem .75rem !important;
    border: 1px #dee2e6 solid !important;
    background-color: #fbfbfb !important;
    border-left: 0px !important;
    border-radius: 0px 5px 5px 0px;
}

.page-before-after {
    color: #0056b3 !important;
    padding: .5rem .75rem !important;
    border: 1px #dee2e6 solid !important;
    background-color: #fbfbfb !important;
    border-left: 0px !important;
    border-right: 0px !important;
}


/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */


/*#map {
  height: 100%;
}

 Optional: Makes the sample page fill the window. 
#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  font-family: Roboto;
  padding: 0;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#address1 {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#address1:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}*/


/*.alertify-notifier {
    position: fixed;
    right: 20px;
    top: 40px;
    z-index: 9999;
}*/


/*---------new css - 16-11-21-----------*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px #faf9f8 inset !important;
    background: none;
}

.contact-form input {
    box-sizing: border-box;
    width: 100%;
    height: calc(3em + 0px);
    background: transparent;
    resize: none;
    outline: none;
    padding-left: 5px;
    color: #2A2929;
    font-size: 16px;
    margin-bottom: 45px;
    border: 0px;
    border-bottom: #434648 1.5px solid;
    font-weight: 500;
    border-radius: 0px;
    position: relative;
    z-index: 2;
}

.contact-form label.error {
    font-size: 13px;
    font-weight: 400 !important;
    position: absolute;
    left: 5px;
    top: 55px;
    text-align: left;
}

.contact-form label {
    font-size: 16px;
    font-weight: 400 !important;
    text-align: left;
    z-index: 3;
    position: relative;
}

.contact-form input:focus {
    border-color: #434648;
}

.contact-form input:focus+label[placeholder]:before {
    color: #434648;
}

.contact-form input:focus+label[placeholder]:before,
.contact-form input.valid+label[placeholder]:before,
.contact-form input.error+label[placeholder]:before {
    transition-duration: .2s;
    transform: translate(0, -1.5em) scale(0.9, 0.9);
}

.contact-form input:-internal-autofill-selected+label[placeholder]:before {
    transition-duration: .2s;
    transform: translate(0, -1.5em) scale(0.9, 0.9);
}

.contact-form input:invalid+label[placeholder][alt]:before {
    content: attr(alt);
}

.contact-form input+label[placeholder] {
    display: block;
    pointer-events: none;
    line-height: 1em;
    margin-top: calc(-4.5em - 0px);
    margin-bottom: calc((3em - 1em) + 2px);
    text-align: left;
}

.contact-form input+label[placeholder]:before {
    content: attr(placeholder);
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #434648;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-form select {
    box-sizing: border-box;
    width: 100%;
    height: calc(3em + 0px);
    background: url('../images/arrow-down.svg') 98% center no-repeat;
    resize: none;
    outline: none;
    padding-left: 5px;
    color: #2A2929;
    font-size: 18px;
    margin-bottom: 40px;
    border: 0px;
    border-bottom: #646464 1px solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
}

.contact-form select:focus {
    border-color: #434648;
}

.contact-form select:focus+label[placeholder]:before {
    color: #434648;
}

.contact-form select:focus+label[placeholder]:before,
.contact-form select.valid+label[placeholder]:before {
    transition-duration: .2s;
    transform: translate(0, -1.5em) scale(0.9, 0.9);
}

.contact-form select:invalid+label[placeholder][alt]:before {
    content: attr(alt);
}

.contact-form select+label[placeholder] {
    display: block;
    pointer-events: none;
    line-height: 1em;
    margin-top: calc(-4.5em - 0px);
    margin-bottom: calc((3em - 1em) + 2px);
    text-align: left;
}

.contact-form select+label[placeholder]:before {
    content: attr(placeholder);
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #434648;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-form textarea {
    box-sizing: border-box;
    width: 100%;
    height: calc(4em + 0px);
    background: none;
    resize: none;
    outline: none;
    padding-left: 5px;
    color: #2A2929;
    font-size: 16px;
    margin-bottom: 40px;
    margin-top: 15px;
    border: 0px;
    border-bottom: #434648 1.5px solid;
}

.contact-form textarea:focus {
    border-color: #434648;
}

.contact-form textarea:focus+label[placeholder]:before {
    color: #434648;
}

.contact-form textarea:focus+label[placeholder]:before,
.contact-form textarea.valid+label[placeholder]:before {
    transition-duration: .2s;
    transform: translate(0, -1.5em) scale(0.9, 0.9);
}

.contact-form textarea:invalid+label[placeholder][alt]:before {
    content: attr(alt);
}

.contact-form textarea+label[placeholder] {
    display: block;
    pointer-events: none;
    line-height: 1em;
    margin-top: calc(-6.5em - 0px);
    margin-bottom: calc((3em - 1em) + 2px);
}

.contact-form textarea+label[placeholder]:before {
    content: attr(placeholder);
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #434648;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-form button[type="submit"] {
    width: auto;
    display: inline-block;
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    padding: 0px 40px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 27px;
    margin: 20px 0px 0px;
    font-size: 18px;
    border: 0px;
}

.contact-form button[type="submit"]:hover {
    background: transparent linear-gradient(90deg, #0D4092 0%, #31BEEB 100%) 0% 0% no-repeat padding-box;
    text-decoration: none;
    color: #fff;
}

span.error {
    font-size: 12px;
    font-weight: 400 !important;
    color: #f00;
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    left: 15px;
    text-align: left;
}

.popupstar .custom-control {
    display: inline-block !important;
    cursor: pointer;
}

.popupstar .custom-control-label:before {
    background: url(../images/star1.svg) center center no-repeat !important;
    border: #adb5bd solid 0px !important;
}

.popupstar .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background: url(../images/star.svg) center center no-repeat !important;
}

.popupstar .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none !important;
}


/*.popupstar fieldset{
    border: 0px !important;
    padding: 0px;
}
.popupstar .rating input[type="radio"]:not(:nth-of-type(0)) {
     hide visually     
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.popupstar .rating [type="radio"]:not(:nth-of-type(0)) + label {
    display: none;
}

.popupstar label[for]:hover {
    cursor: pointer;
}

.popupstar .rating .stars label:before {
    content: "★";
}

.popupstar .stars label {
    color: #DFDFDF;    
    font-size: 21px;
}

.popupstar .stars label:hover {
    text-shadow: 0 0 1px #000;
}

.popupstar .rating [type="radio"]:nth-of-type(1):checked ~ .stars label:nth-of-type(-n+1),
.popupstar .rating [type="radio"]:nth-of-type(2):checked ~ .stars label:nth-of-type(-n+2),
.popupstar .rating [type="radio"]:nth-of-type(3):checked ~ .stars label:nth-of-type(-n+3),
.popupstar .rating [type="radio"]:nth-of-type(4):checked ~ .stars label:nth-of-type(-n+4),
.popupstar .rating [type="radio"]:nth-of-type(5):checked ~ .stars label:nth-of-type(-n+5) {
    color:#F29423;
}

.popupstar .rating [type="radio"]:nth-of-type(1):focus ~ .stars label:nth-of-type(1),
.popupstar .rating [type="radio"]:nth-of-type(2):focus ~ .stars label:nth-of-type(2),
.popupstar .rating [type="radio"]:nth-of-type(3):focus ~ .stars label:nth-of-type(3),
.popupstar .rating [type="radio"]:nth-of-type(4):focus ~ .stars label:nth-of-type(4),
.popupstar .rating [type="radio"]:nth-of-type(5):focus ~ .stars label:nth-of-type(5) {
    color: #F29423;
}*/

.forgotbg:after {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100vh;
    background: #F3F3F3;
    content: "";
    z-index: -1;
}

.premium-tab {
    padding: 0px;
}

.premium-tab ul.nav-tabs {
    text-align: left;
}

.premium-tab .scrtabs-tab-container {
    margin-bottom: 20px;
}

.regi-check .custom-control-label::after {
    width: 15px;
    height: 15px;
    top: 0.20rem;
}

.regi-check .custom-control {
    padding-bottom: 20px;
}

.regi-check span.error {
    left: 20px !important;
}

.promocode-sec .contact-form input {
    margin-bottom: 10px;
}

.promotional-main h4 {
    width: 80%;
    display: inline-block;
    padding-top: 20px;
    text-align: center;
}

#Promocode .promotional-col {
    border: 0px;
    border-radius: 0px;
    margin: 10px 0px;
    background: none;
    padding: 0px;
    text-align: left;
}

#Promocode .promotional-col img {
    width: 100%;
}

.w100 {
    width: 100%;
    display: inline-block;
}

.pricerange .ui-state-default,
.pricerange .ui-widget-content .ui-state-default,
.pricerange .ui-widget-header .ui-state-default {
    border: 1px solid #93c3cd;
    background: #fff;
    font-weight: bold;
    color: #333333;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: -0.6em;
    margin-left: -.6em;
    position: absolute;
    z-index: 2;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.pricerange .ui-widget-header {
    border: 1px solid #93c3cd;
    background: #0D4092;
    color: #e1e463;
    font-weight: bold;
}

.pricerange .ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #2c4359;
    border-radius: 4px;
}

.pricerange .ui-slider-horizontal {
    height: .5em;
}

.pricerange .ui-slider {
    position: relative;
    text-align: left;
}

.pricerange .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.pricerange .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.individual {
    width: 100%;
    float: left;
    margin: 20px 0px;
    border-top: #E2E6E9 1px solid;
    padding-top: 20px;
}

.individual h3 {
    color: #0E4596;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
    margin-left: 15px;
}

.star-disable {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 21px;
    color: #78e2fb;
    padding: 0px;
}

.star-disable i {
    padding: 0px 2px;
}

.star-disable .check {
    color: #F29423;
}

.default-btn {
    width: auto;
    height: 34px;
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    border-radius: 21px;
    padding: 0px 14px;
    display: inline-block;
    line-height: 34px;
    color: #fff;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 400;
}

.default-btn:hover {
    background: transparent linear-gradient(90deg, #0D4092 0%, #31BEEB 100%) 0% 0% no-repeat padding-box;
    text-decoration: none;
    color: #fff;
}

.dlry-opn p {
    border: #254C9B 0px solid;
    background-color: #ECF5FC;
    width: 100%;
    display: inline-block;
    padding: 8px 10px;
    color: #080D10;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
}

.dlry-opn sub {
    margin-left: -23px;
    float: left;
    margin-top: 10px;
}

.register-form input:-webkit-autofill,
.register-form input:-webkit-autofill:hover,
.register-form input:-webkit-autofill:focus,
.register-form input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px #F3F3F3 inset !important;
}

.position-textarea {
    position: relative;
}

.position-textarea span.error {
    bottom: -25px;
}

.position-select {
    position: relative;
}

.position-select span.error {
    bottom: -15px;
}

.pip {
    margin: 0px 10px 0 0 !important;
}


/*-----light box--------*/

.pro-img .item {
    width: auto;
    display: inline-block;
}

.ok-btn {
    width: 100px;
    height: 40px;
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    border-radius: 21px;
    padding: 0px 25px;
    display: inline-block;
    line-height: 40px;
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
}

.ok-btn:hover {
    background: transparent linear-gradient(90deg, #0D4092 0%, #31BEEB 100%) 0% 0% no-repeat padding-box;
    text-decoration: none;
    color: #fff;
}

.cancel-btn {
    width: 100px;
    height: 40px;
    background: none;
    border-radius: 21px;
    padding: 0px 25px;
    display: inline-block;
    line-height: 40px;
    color: #0D4092;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #0D4092;
}

.cancel-btn:hover {
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    border: 2px solid transparent;
    color: #fff;
    text-decoration: none;
}

.addtofav-btn {
    width: auto;
    height: 40px;
    background: none;
    border-radius: 21px;
    padding: 0px 25px;
    display: inline-block;
    line-height: 40px;
    color: #0D4092;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #0D4092;
    margin-top: 20px;
}

.addtofav-btn:hover {
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    border: 2px solid transparent;
    color: #fff;
    text-decoration: none;
}

.addtofav-btn svg path {
    stroke: #0D4092;
}

.addtofav-btn:hover svg path {
    stroke: #fff;
}

.ratereview-btn {
    width: auto;
    height: 40px;
    background: transparent linear-gradient(90deg, #0D4092 0%, #31BEEB 100%) 0% 0% no-repeat padding-box;
    border-radius: 21px;
    padding: 0px 25px;
    display: inline-block;
    line-height: 40px;
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    border: 0px solid #0D4092;
    margin-top: 20px;
}

.ratereview-btn:hover {
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    border: 0px solid transparent;
    color: #fff;
    text-decoration: none;
}

.registerscrollbar {
    height: 100vh;
}

.promocodescrollbar {
    height: 410px;
}

.bookyourorder-main .contact-form1 input.hasDatepicker {
    z-index: 2;
    position: relative;
}


/* .bookyourorder-main .contact-form1 label {
    z-index: 3;
} */

.bookyourorder-main .contact-form1 .address span.loc-ic {
    z-index: 1;
}

.no-record-found {
    width: 100%;
    text-align: center;
}

.no-record-found-image {
    width: 100%;
    text-align: center;
}

.no-record-found-text {
    width: 100%;
    font-size: 18px;
    color: #3c3c3c;
    font-weight: bold;
}

.refresh-btn {
    width: auto;
    display: inline-block;
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    padding: 0px 15px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 27px;
    margin: 0px 0px 0px 10px;
    font-size: 14px;
    min-width: 100px;
    text-align: center;
}

.refresh-btn:hover {
    background: transparent linear-gradient(90deg, #0D4092 0%, #31BEEB 100%) 0% 0% no-repeat padding-box;
    text-decoration: none;
    color: #fff;
}

.contact-sec .contact-form textarea+label[placeholder] {
    display: block;
    pointer-events: none;
    line-height: 1em;
    margin-top: calc(-6.5em - 0px);
    margin-bottom: calc((3em - 1em) + 35px);
}

.contact-form input.form-control:focus,
.contact-form1 input.form-control:focus {
    color: #2A2929;
    background: transparent;
    border-color: transparent;
    border-bottom: #434648 1.5px solid;
    outline: 0;
    box-shadow: none;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
}

.white-pad-box {
    border: 0px !important;
    box-shadow: 0px 3px 6px #00000017;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.white-box {
    border: 0px !important;
    box-shadow: 0px 3px 6px #00000017;
    background: #fff;
    border-radius: 10px;
}

a:-webkit-any-link:focus-visible {
    outline: none;
}

.termsconditions {
    color: #646464;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
}

.termsconditions h3 {
    width: 100%;
    font-size: 24px;
    color: #0F4696;
    font-weight: bold;
    position: relative;
    z-index: 9;
    margin-bottom: 10px;
}

.termsconditions p {
    color: #646464;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 20px;
}

.bookingorderdetail .card-col {
    border: 0;
    background: none !important;
}

.bookingorderdetail .card-col .card-body {
    padding: 0px;
}

.bookingorderdetail .pro-txt {
    width: calc(100% - 95px);
    float: right;
    margin-top: 0px;
}

.bookingorderdetail .dlry-opn span {
    padding-bottom: 5px;
}

.bookingorderdetail .pro-txt h6 {
    margin-bottom: 4px;
}

.bookingorderdetail .item-price {
    font-size: 15px;
    color: #0E4596;
    font-weight: 600;
}

.bookingorderdetail .total-price {
    font-size: 18px;
    color: #0E4596;
    font-weight: 600;
    float: left;
    margin-top: 25px;
}

.bookingorderdetail .pro-img {
    width: 50px;
}

.qty-area #myform {
    float: right;
    width: auto;
    padding-top: 20px;
}

.qty-area #myform input.qtyminus,
.qty-area #myform input.qtyplus {
    width: 34px;
    height: 34px;
    border: 0px;
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    font-size: 21px;
    color: #fff;
    line-height: 26px;
}

.qty {
    width: 34px;
    height: 34px;
    text-align: center;
    border: #ccc 1px solid;
    font-size: 18px;
    color: #032F59;
}

.bybag-form {
    padding: 0px 20px;
}

.bybag-form span {
    font-size: 16px;
    color: #202020;
    font-weight: 500;
}

.bybag-form .dlry-opn .custom-control-label {
    font-weight: 400;
    padding-left: 0px;
}

.bybag-form .dlry-opn {
    width: 100%;
    float: left;
}

.bookingorderdetail .tab-content {
    padding: 0px 10px;
}

.individually .pro-txt {
    width: calc(100% - 40px);
    float: right;
    margin-top: 0;
    display: table;
    height: 50px;
}

.individually ul li .dlry-opn .rdio {
    margin-top: 26px;
}

.individually .pro-txt h5 {
    display: table-cell;
    vertical-align: middle;
}

.pricing-sec .card-body ul li .dlry-opn .rdio {
    width: auto;
    float: left;
    margin-right: 0px;
    padding-right: 0px;
}

.pricing-sec .card-body ul li .dlry-opn .rdio .custom-control-input {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.pricing-sec .card-body ul li .dlry-opn .rdio .custom-control-label::after {
    top: 0rem;
    left: 0rem;
}

.pricing-sec .card-body ul li .dlry-opn .rdio .custom-control-input:checked~.custom-control-label::after {
    background: #0F4696;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    top: 5px;
    left: -25px;
}

.bookingorderdetail .individually .item-price {
    margin-top: 5px;
}

.bag-sec ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.bag-sec ul li {
    margin: 1% 0px;
    padding: 10px;
    list-style: none;
    width: 100%;
    float: left;
    border: #ccc 1px solid;
    border-radius: 15px;
    height: auto;
}

.bag-sec .pro-img {
    width: 50px;
}

.bag-sec .pro-txt {
    width: calc(100% - 180px);
    float: left;
    margin-top: 0px;
}

.bag-sec .pro-txt h5 span {
    font-size: 10px;
    color: #7E7E7E;
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
}

.bag-sec .pro-txt h6 {
    margin-bottom: 4px;
}

.bag-sec .dlry-opn span {
    padding-bottom: 5px;
}

.bag-sec .qty-no {
    font-size: 18px;
    color: #0E4596;
    font-weight: 600;
    float: right;
    margin-top: 14px;
    width: auto;
    margin-right: 15px;
}

.sub-total {
    border-top: #ABACAD 1px solid;
    padding-top: 15px !important;
}

.orderdetail-sec ul li.sub-total h6 {
    font-size: 20px;
    font-weight: 500;
}

.orderdetail-sec ul li.sub-total span.price {
    font-size: 20px;
    font-weight: 500;
}


/*---------------------Delete page--------------------*/

.delete-acc .card1 {
    margin-left: 0px;
    z-index: 0;
    width: 100%;
    float: left;
    text-align: left;
}

.delete-acc .card2 {
    display: none;
    text-align: center;
    border-left: 1px solid #E0E7F1;
}

.delete-acc .card2.show {
    display: block;
}

.delete-acc .card2.show h3 {
    color: #403F3F;
    font-size: 30px;
    margin-bottom: 15px;
}

.delete-acc .card2.show svg {
    width: 180px;
}

.delete-acc .card2.show a.email-link {
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #1B72B5;
}

.delete-acc .card2.show span.email-link {
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #1B72B5;
}

.delete-acc .reason-step {
    width: 70%;
    display: inline-block;
    text-align: left;
}


.delete-acc .next-button {
    width: 160px;
    float: right;
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    padding: 0px 30px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 27px;
    margin: 18px 0px 0px;
    font-size: 14px;
    text-align: center;
    border: 0px;
}

.delete-acc .next-button:hover {
    background: transparent linear-gradient(90deg, #0D4092 0%, #31BEEB 100%) 0% 0% no-repeat padding-box;
    text-decoration: none;
    color: #fff;
}


.delete-acc #progressbar {
    position: relative;
    left: auto;
    overflow: hidden;
    color: #E53935;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: left !important;
}

.delete-acc #progressbar li {
    list-style-type: none;
    font-size: 8px;
    font-weight: 500;
    margin-bottom: 36px;
    float: left;
    width: 100%;
    color: #C5C5C5;
    font-size: 16px;
}

.delete-acc #progressbar li.active {
    color: #403F3F;
}

.delete-acc #progressbar .step0:before {
    content: "";
    color: #fff
}

.delete-acc #progressbar li:before {
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: block;
    font-size: 20px;
    background: #C5C5C5;
    border-radius: 50%;
    margin: auto;
    z-index: 2;
    position: relative;
    float: left;
    margin-right: 15px;
    margin-top: 4px;
}


.delete-acc #progressbar li:after {
    content: '';
    width: 3px;
    height: 70px;
    position: absolute;
    left: 8px;
    top: 15px;
    z-index: 1;
}

.delete-acc #progressbar li:nth-child(3):after {
    top: 71px;
}
.delete-acc #progressbar li:nth-child(2):after {
    top: 10px;
}
.delete-acc #progressbar li:first-child:after {
    position: absolute;
    top: -71px;
}

.delete-acc #progressbar li.active:after {
    border-left: #1B72B5 2px dotted;
}

.delete-acc #progressbar li.active:before {
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
}

.delete-acc .tick {
    width: 100px;
    height: 100px
}

.delete-acc .prev-button {
    width: 150px;
    float: left;
    background: #fff;
    border: #114D9B 1.5px solid;
    padding: 0px 30px;
    height: 44px;
    line-height: 42px;
    color: #114D9B;
    border-radius: 27px;
    margin: 0px;
    font-size: 14px;
    text-align: center;
}

.delete-acc .prev-button:hover {
    background: transparent linear-gradient(90deg, #0D4092 0%, #31BEEB 100%) 0% 0% no-repeat padding-box;
    border: #114D9B 1.5px solid;
    text-decoration: none;
    color: #fff;
}

.reason-step ul {
    margin: 0px;
    padding: 0px 0px 20px;
}

.reason-step ul li {
    position: relative;
    border-bottom: #D1CBCB 1px solid;
    padding: 20px 0px;
    display: block;
    color: #2A2929;
    font-weight: 500;
    font-weight: 18px;
}

.reason-step.confirm ul li {
    position: relative;
    border-bottom: #D1CBCB 1px solid;
    padding: 20px 0px 20px 35px;
    display: block;
    background: url('../images/dlt-li-ic.svg') left 22px no-repeat;
    background-size: 25px;
    color: #2A2929;
    font-weight: 500;
    font-weight: 18px;
    text-align: left;
}

.reason-step ul li h6 {
    color: #2A2929;
    font-weight: 500;
    font-size: 16px;
    width: 90%;
}

.reason-step ul li h5 {
    color: #2A2929;
    font-weight: 500;
    font-size: 18px;
}

.reason-step ul li label {
    color: #2A2929;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
}

.reason-step ul li textarea {
    overflow: auto;
    resize: vertical;
    height: 89px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D1CBCB;
    border-radius: 6px;
    width: 100%;
    letter-spacing: 0.13px;
    font-size: 13px;
    color: #646464;
    padding: 10px 10px 0px;
}

.delete-acc .rdio.rdio-primary.radio-inline {
    position: absolute;
    right: 0px;
    top: 15px;
}

/***** RADIO BUTTON STYLES *****/
.delete-acc .rdio {
    position: relative;
}

.delete-acc .rdio input[type="radio"] {
    opacity: 0;
}

.delete-acc .rdio label {
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 7px !important;
}

.delete-acc .rdio label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #C5C5C5;
    background: #fff;
}

.delete-acc .rdio input[type="radio"] {
    margin: 0px;
}

.delete-acc .rdio input[type="radio"]:disabled+label {
    color: #999;
}

.delete-acc  .rdio input[type="radio"]:disabled+label:before {
    background-color: #fbc52d;
}

.delete-acc .rdio input[type="radio"]:checked+label::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 3px;
    display: inline-block;
    font-size: 11px;
    width: 12px;
    height: 12px;
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.delete-acc .rdio-default input[type="radio"]:checked+label:before {
    border-color: #165DA6;
}

.delete-acc .rdio-primary input[type="radio"]:checked+label:before {
    border-color: #165DA6;
}

.delete-acc .rdio-primary input[type="radio"]:checked+label::after {
    background: transparent linear-gradient(90deg, #31BEEB 0%, #0D4092 100%) 0% 0% no-repeat padding-box;
}

.top-code {
    width: 85%;
    display: inline-block;
    color: #2A2929;
    font-size: 11px;
    text-align: left;
    margin-bottom: 20px;
}

.top-code svg{
    width: 14px !important;
    margin-right: 10px;
    float: left;
}

.top-code .txt{
    width: calc(100% - 25px);
    float: right;
}


.top-code .txt a.email-link{
    width: auto !important;
}

#delete_account .modal-content {
    padding: 10px 20px 0px;
}

#delete_account h3 {
    font-size: 24px;
    padding: 20px 0px 0px;
}

#delete_account ul {
    padding: 0px;
}

#delete_account ul li:last-child {
   border-bottom: 0px;
}


@media screen and (max-width: 912px) {
 .delete-acc .card00 {
        padding-top: 30px
    }

    .delete-acc .card1 {
        border: none;
        margin-left: 50px
    }

    .delete-acc .card2 {
        margin-bottom: 25px;
    }


    .delete-acc #progressbar {
        left: -25px
    }

    .delete-acc .reason-step {
        width: 90%;
        display: inline-block;
        text-align: left;
    }
}

@media screen and (max-width: 576px) {
    .delete-acc  .card1 {
        display: none;
    }

    .delete-acc  .card2 {
        border-left: 0px;
    }
}

p.rivewcountp{
    display: inline-block;
}
