ul,
ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

* {
    font-family: Poppins;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0px;
}

/*================= genrarl css ================ */
img {
    max-width: 100%;
    height: auto;
}

header.custom nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.custom logo a img {
    transition: 0.3s ease-in;
}

header.custom .logo img {
    transition: 0.3s ease-in;
}

header.custom {

    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
    top: 0;
    z-index: 10;

}

header.custom .container {
    padding: 10px 15px;
    transition: 0.3s ease-in;

}

header.custom nav ul {
    display: flex;
    gap: 35px;
    align-items: center;
}

header.custom nav ul li a {
    color: #0C1C9A;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    transition: 0.3s ease-in;
}

header.custom nav ul li:first-child a::after {
    position: absolute;
    content: "";
    background: #0C1C9A;
    height: 2px;
    bottom: 0;
    left: 0;
    width: 45%;
}

header.custom nav ul li:last-child a {
    border-radius: 2px;
    background: #182BD0;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px 10px;
    transition: 0.3s ease-in;
}

header.custom nav ul li:last-child a:hover {
    background-color: #000;
}

.toggle {
    display: none;
}

/*  <=========== footer css ==================>   */

footer {
    background: #000;
    padding-top: 83px;
}

footer .content {
    text-align: center;
}

.footerlinksocial {
    padding-top: 45px;
    padding-bottom: 35px;
    display: flex;
    gap: 27px;
    justify-content: center;
}

.footerdetaikls {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.60);
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
    padding: 30px 0px;
}

.footerdetaikls .link h2 {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 17px;
}

.footerdetaikls .link a,
.footerdetaikls .link p {
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 315px;
    width: 100%;
}

.footerdetaikls .link a {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.footerend p {
    color: rgba(255, 255, 255, 0.60);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px 0px;
    text-align: center;
    margin-bottom: 0px;
}

.footerend {
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
    max-width: 1400px;
    margin: 0 auto;

}

.last p a,
.last p {
    color: rgba(255, 255, 255, 0.60);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    /* 233.333% */
    text-align: center;
    padding: 15px 0px;
    margin-bottom: 0px;
}

/*-------------------------------  servicesform section ----------------------*/
section.servicesform-data {
    padding: 60px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.getintouch {
    background-color: #fff;
    padding: 34px 38px;
    border-radius: 5px;
    background: #FFF;
    max-width: 829px;
    width: 100%;
}

.filetds {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 17px;
}

.filetds .insertdata {
    max-width: 240px;
    width: 100%;
}

.insertdata textarea,
.filetds .insertdata input {
    outline: none;
    font-size: 14px;
    padding: 0px 10px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #666;
    width: 100%;
}

.filedsmessage label,
.filetds .insertdata label {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
    margin-bottom: 3px;
}

.insertdata {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 3px;
}

.insertdata textarea {
    height: 89px;
    padding: 3px 13px;
}

.verify_data {
    padding-top: 20px;
}

.verify_data p {
    padding-bottom: 13px;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
}

section.servicesform-value .getintouch form input[type="submit"] {
    border-radius: 2px;
    background: #182BD0;
    outline: none;
    padding: 0px 69px;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    transition: 0.3s ease-in;
    margin: 0;
    padding: 16px 60px;
    margin-left: 30px;
    border-radius: 2px;
    background: #182BD0;
}

section.servicesform-value .getintouch form input[type="submit"]:hover {
    background-color: #000;
}

.verify {
    display: flex;
    align-items: center;
}

.getintouch span {
    color: #000;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    /* 84% */
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

section.servicesform-data .title {
    height: 100%;
    display: flex;
    align-items: center;
}

section.servicesform-data .title h2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 85px;
    /* 141.667% */
    max-width: 562px;
    width: 100%;
}

/* <---------  repair section ---------------------> */

.repair-data {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

section.Diesel_repair {
    padding-top: 165px;
    padding-bottom: 85px;
}

.repair.content {
    max-width: 760px;
    width: 100%;
    margin-left: auto;
}

section.Diesel_repair h2 {
    color: #00F;
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 57px;
    /* 126.667% */
    max-width: 422px;
    width: 100%;
    padding-bottom: 39px;
    position: relative;
}

section.Diesel_repair h2 span {
    position: relative;
}

section.Diesel_repair h2 span::after {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #182BD0;
    right: 2%;
    bottom: 0;
    width: 99%;
}

section.Diesel_repair p {
    color: #212121;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */
    padding-bottom: 8px;
}

.repair img {
    height: 100%;
}

section.Diesel_repair .repair.content a {
    margin-top: 30px;
    display: block;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 16px 50px;
    border-radius: 2px;
    background: #182BD0;
    transition: 0.3s ease-in;
    max-width: 180px;
    width: 100%;

}

section.Diesel_repair .repair.content a:hover {
    background-color: #000;

}

section.homesection .swiper-wrapper .swiper-slide {
    height: 850px;
}

.choice input[type="radio"] {
    transform: scale(1.7);
}














/* login poup data */

.pouplogin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
    z-index: 5;
}

section.service-section {
    display: none;
}
section.sample.showpoup, 
section.catpoup.showpoup,
section.service-section.showpoup,
.pouplogin.showpoup {
    display: block;
    animation: animte-drop-down 0.9s ease-in;
    z-index: 20;
}

@keyframes animte-drop-down {
    0% {
        opacity: 0;

        -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
        clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
    }

    100% {
        opacity: 1;

        -webkit-clip-path: polygon(0 0, 50% 0, 100% 0, 100% 50%, 100% 100%, 50% 100%, 0 100%, 0 50%);
        clip-path: polygon(0 0, 50% 0, 100% 0, 100% 50%, 100% 100%, 50% 100%, 0 100%, 0 50%);
    }
}

.logindata {
    max-width: 1290px;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 32px;
    padding-bottom: 60px;
    position: relative;
    position: absolute;
    /* z-index: 99999999999; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;

   
}

span.closedata {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.logindata .logo {
    text-align: center;
    padding-bottom: 45px;
}

section.pouplogin .title ul {
    display: flex;
    gap: 30px;
    justify-content: center;
}

section.pouplogin .title ul li {
    color: rgba(24, 43, 208, 0.20);
    text-align: center;
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}

section.pouplogin .title ul li.current {
    color: #000;
    background-color: #fff;
}

/* .pouplogin .formlogin {
    max-width: 860px;
    margin: 0 auto;

} */

.tab-content.current {
    display: block;
}

.tab-content {
    display: none;
}



.tab-content.register {
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
}

button.closeloginpoup {

    position: absolute;
    top: -22px;
    right: -28px;
    border: none;
    background: transparent;
    outline: none;
}

.formlogin .content span {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 125% */
    padding-bottom: 20px;
    display: block;
}

.formlogin .content span b {
    font-weight: 700;
}

.fileds {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}

.filedsdata input,
.fileds input {
    border: 1px solid #C4C4C4;
    outline: none;
    padding: 15px;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 100% */
}

.lost {
    display: flex;
    justify-content: space-between;
    padding-top: 26px;
}

.lost label {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 100% */
}

input[type="checkbox"] {
    position: relative;
    border: 2px solid #000;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin-right: 11px;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: .5;
}

input[type=checkbox]:hover {
    opacity: 1;
}

input[type=checkbox]:checked {
    background-color: #000;
    opacity: 1;
}

input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.lost a {
    color: #0A243F;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 100% */
}

input[type="submit"],
.formlogin .tab-content.login input[type="submit"] {
    border-radius: 5px;
    background: #182BD0;
    border: none;
    color: #FFF;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.6px;
    /* 150.588% */
    padding: 18px 73px;
    display: block;
    margin: 0 auto;
    margin-top: 76px;
    transition: 0.3s ease-in;
}

input[type="submit"]:hover,
.formlogin .tab-content.login input[type="submit"]:hover {
    background-color: #000;
}

.formlogin .tab-content input[type="submit"] {
    margin-top: 12px;
}

.choice {
    display: flex;
    gap: 40px;
   
}

/* .choice input[type="radio"]{
    height: 20px;
    height: 20px;
} */
.choice label {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 125% */
    padding-left: 10px;
}

.filedsdata input {
    max-width: 385px;
    width: 100%;
}

.filedsdata {
    display: flex;
    gap: 30px;
    padding-bottom: 30px;
}

.condistions p,
.condistions .verify label {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.condistions p a,
.condistions .verify label a {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    padding-left: 6px;

}

.condistions p {
    padding-left: 29px;
}


/* home section design */

.swiper.mySwiper {
    position: relative;
    z-index: -2;
}

.databanner {

    max-width: 1100px;
    width: 100%;

    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 1;
    transform: translate(-50%, -50%);

}

.databanner h1 {
    color: #F5F5F5;
    text-align: center;
    font-family: Poppins;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    /* 127.273% */
    letter-spacing: 2.75px;
    text-transform: uppercase;
}


.databanner p {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    /* 131.818% */
    padding-top: 13px;
}

.location {
    position: relative;
}

.location button {
    position: absolute;
    right: 0;
}

section.homesection {
    position: relative;
}

.swiper.mySwiper::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    z-index: 1;
}

.location {
    max-width: 480px;
    border-radius: 2px;
    border: 1px solid #FFF;
    width: 100%;
    padding: 0px;
    display: flex;
    align-items: center;
}

.location button {
    position: absolute;
    right: 4px;
    top: 50%;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
    transform: translateY(-50%);
}


.location input {
    border: none;
    outline: none;
    max-width: 302px;
    width: 100%;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    background-color: transparent;
    width: 100%;
    background: 100%;
    max-width: 100%;
    padding: 16px;
    padding-right: 50px;
  
}

.location p {
    text-align: left;
}

.location input::placeholder {
    color: #fff;
}

.getvalue {
    display: flex;
    gap: 17px;
    justify-content: center;
    padding-top: 38px;
}

.location.category {

    position: relative;
    cursor: pointer;
}

.category-data-list {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    padding: 16px;
    display: none;
    z-index: 10;

}

ul.selectcat {
    background: #F1F3F4;
    padding: 14px 16px;
    height: 450px;
    overflow-y: auto;
}

.category-data-list ul li span {
    color: rgba(0, 0, 0, 0.80);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    /* 131.25% */
    padding-bottom: 13px;
    border-bottom: 2px solid #00F;
    ;
    display: block;
    width: 100%;
}

.category-data-list ul li ul {

    padding: 15px 0px;

}

.category-data-list ul li ul li {
    color: #40484E;
    font-family: Poppins;
    font-size: 14px;
    /* font-style: 20px; */
    font-weight: 400;
    cursor: pointer;
    line-height: 30px;
    /* 228.571% */
}

section.catpoup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: red;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 99;
}

.choicecatdata {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    padding: 50px 0px;
    border-radius: 10px;
    background: #FFF;

}

.choicecatdata h2 {
    color: #182BD0;
    text-align: center;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 338px;
    width: 100%;
    margin: 0 auto;
}

.choicecatdata .button {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 30px;
}
.location.category select {
    background-color: transparent;
    color: #fff;
    background-repeat: no-repeat;
    
    border: none;
    outline: none;
    cursor: poiunter;
    cursor: pointer;
    padding: 16px;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    padding: 16px;
    width: 100%;
    max-width: 100%;
    background-position:  98% center;
}
.location.category select option{
    background-color: rgba(0, 0, 0, 1);
}
.choicecatdata .button button a,
.choicecatdata .button button {
    color: #FFF;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.6px;
    /* 150.588% */
    border-radius: 5px;
    background: #182BD0;
    max-width: 212px;
    width: 100%;
    padding: 13px 0px;
    outline: none;
    border: none;
    transition: 0.3s ease-in;
}

.choicecatdata .button button a:hover,
.choicecatdata .button button:hover {
    background-color: #000;
}

.choicecatdata .button button a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.choicecatdata .button button.skip {
    padding: 0px;
}

.choicecatdata .button button a:hover {
    color: #fff;
}

.catpoup span {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;

}

section.service-section {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
}

.servicesform-data {
    max-width: 580px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px 40px;
}

.servicesform-data form .fileds textarea {
    min-height: 60px;
    padding: 4px 15px;
    outline: none;
    margin-top: 10px;
    border: 1px solid #444;
}

.servicesform-data form .fileds span {
    position: static;
    background: transparent;
    color: #f00;
}

header.custom nav ul li {
    margin-right: 10px;
}

header.custom nav ul li a span {
    font-size: 18px;
    margin-right: 4px;
    color: #fff;
}

.servicesform-data form label {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
    padding-bottom: 3px;
}

.servicesform-data form .fileds input {
    border-radius: 2px;
    border: 1px solid #666;
    height: 40px;
}

.servicesform-data form .username {
    display: flex;
    justify-content: space-between;
}

.servicesform-data form .username input {
    max-width: 240px;
    width: 100%;
    padding: 0px 10px;
    pointer-events: all;

}

.servicesform-data form .fileds {
    gap: 0px;
    padding-bottom: 18px;
}

.servicesform-data form .location {
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    padding: 0px;
    display: flex;
    align-items: center;
}

.servicesform-data form p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding: 0px;
    padding-bottom: 20px;
}

section.service-section .sumitdata {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;

}

section.service-section .sumitdata input[type="submit"] {
    margin-top: 0px;
    color: #FFF;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.content-service h2 {
    color: #000;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    /* 84% */
    padding-bottom: 13px;
    text-align: center;
}

.content-service p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 133.333% */
    max-width: 309px;
    margin: 0 auto;
    padding-bottom: 43px;
}

section.service-section span {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

section.servicesform-value {
    padding: 63px 0px;
}

section.servicesform-value .title h2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 85px;
    /* 141.667% */
    max-width: 562px;
    width: 100%;
}

section.servicesform-value .title {
    height: 100%;
    display: flex;
    align-items: center;
}

section.homesection span.close {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    z-index: 3;
    display: none;
}

.section.homesection .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;

}


/* auto connect page css start */

section.auto-connect {
    height: 250px;
}

section.auto-connect .container {
    height: 100%;
}

section.auto-connect .connect {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

section.auto-connect .connect .content-data {
    max-width: 535px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #FFF;
    padding: 26px 36px;
}

section.auto-connect .connect .content-data p {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    /* 121.429% */
}

section.auto-connect .connect .content-data h1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 104% */
    text-transform: uppercase;
}

section.auto-connect .connect .content-data span {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-bottom: 12px;
}

section.auto-connect .connect .content-data span button {
    outline: none;
    border: none;
    background-color: transparent;
}

section.map .contentdata {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.Availability-data {
    display: flex;
    gap: 10px;
    row-gap: 20px;
    flex-wrap: wrap;
    padding-top: 31px;
}

.Availability {
    max-width: 50%;
    width: 100%;
    padding-bottom: 80px;
    padding-top:20px;
}

.Availability-data .cart-Availability {
    max-width: 32%;
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 16px 13px;
    transition: 0.3s ease-in;
}

.Availability-data .cart-Availability:hover {
    transform: translateY(-4px);
}

.Availability .range {
    padding-top: 26px;
}

.Availability .range h2 {
    color: #00F;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.Availability .range select {
    max-width: 315px;
    width: 100%;
    outline: none;
    border: none;
    border: 1px solid #212121;
    padding: 9px 12px;
    color: rgba(68, 68, 68, 0.80);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-repeat: no-repeat;
    background-position: 95% center;
    cursor: pointer;
}

.Availability .range select option {
    background: #F1F3F4;
    line-height: 50px;
}

.Availability .range {
    padding-bottom: 23px;
    border-bottom: 1px solid #535353;
}

.Availability-data .cart-Availability .image img {
    margin: 0;
    display: block;

}

.cart-body {
    padding-top: 4px;
}

.Availability-data .cart-Availability .cart-body h3 {
    color: #010101;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 4px;
}

.Availability-data .cart-Availability .cart-body span.rating {
    display: flex;
    gap: 44px;
}

.rating {
    display: flex;
    align-items: center;
    gap: 6px;
}

.cart-body .list {
    padding-top: 0;
}

.cart-body .list ul li {
    display: flex;
    gap: 10px;
}

.cart-body .list ul li a,
.cart-body .list ul li p {
    color: #666;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.cart-body .list ul li:last-child p {
    font-weight: 600;
}
.Availability-data .cart-Availability .cart-body span.rating p {
    font-size: 16px;
}
.view {
    padding-top: 15px
}

.view a {
    border-radius: 2px;
    background: #182BD0;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    padding: 8px 4px;
    margin-bottom: 0;
    display: block;
    transition: 0.3s ease-in;
}

.view a:hover {
    background-color: #000;
}

.Availability-map {
    max-width: 50%;
    width: 100%;
}

.Availability form {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.Availability-map img {
    height: 100%;
}

.drop-down {
    max-width: 315px;
    width: 100%;
}

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

/* css end of map page */

/* css start of plan page  */

section.plan {
    padding-top: 41px;
    padding-bottom: 20px;
}

section.plan h1 {
    padding-bottom: 35px;
    color: #182BD0;
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 57.778% */
    text-align: center;
}

header.adminheader {
    background: #182BD0;
    padding: 33px 0px;

    animation: 0.2s ease-in leftdade;

}

header.adminheader nav ul {
    display: flex;
    flex-direction: column;
    gap: 10px;

}

/* header.adminheader nav{
    max-width: 1415px;
    width: 100%;
    margin: 0 auto;
} */
header.adminheader nav ul li a {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 125% */
}

header.adminheader nav ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .plansdata {
    padding-top: 20px;
} */

.ourplan-cart {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
    max-width: 300px;
    width: 100%;
    overflow: hidden;
    transition: 0.3s ease-in;
}


.ourplan-cart h2 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 104% */
    text-transform: uppercase;
    padding: 8px;
    background: #0101B4;
    border-radius: 10px 10px 0px 0px;
    background: #0101B4;
    background-blend-mode: multiply;
}

.ourplan-cart .price {
    background: #182BD0;
    display: flex;
    justify-content: center;
    padding: 34px 0px;
    align-items: baseline;
}

.ourplan-cart .price span {
    color: #FFF;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
    /* 100% */
}

.ourplan-cart .price span sup {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 74.286% */
}

.ourplan-cart .price p {
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 86.667% */
}

.planbody {
    padding: 35px 22px 15px 22px;
}

.planbody ul {
    margin-left: 22px;
    height: 250px;
}

.planbody ul li {
    list-style: disc;
    color: #00F;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 138.889% */
}

.joinus {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.joinus a {
    max-width: 155px;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 2px;
    background: #182BD0;
    /* padding: 9px 0px; */
    transition: 0.3s ease-in;
}

.joinus a:hover {
    background-color: #000;
}

/* admin page done */
/* roadside page start */
section.roadside {
    height: 840px;
    background-repeat: no-repeat;
    background-size: cover;
}

section.roadside .container .connect,
section.roadside .container {
    height: 100%;

}

section.roadside .container .connect {
    display: flex;
    align-items: center;
}

section.roadside .container .connect h1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.roadside .container .connect h2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

section.roadside .container .connect {
    padding-left: 90px;
}

section.persnalpage {
    padding-top: 45px;
    padding-bottom: 55px;
}


.persnalpage .content-data {
    padding: 39px 120px;
    border-radius: 2px;
    border: 1px solid #000;
}

.content-map iframe {
    width: 100%;
    height: 460px;
}

.opeingingtime {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-top: 45px;
}

.working_box {
    max-width: 600px;
    width: 100%;
}

.working_box .working_hours h4, .info.data h2, .company_profile h4, .company_profile h5, .company_profile h6, .company_profile h1, .company_profile h2, .company_profile h3  {
    font-size: 24px;
    margin-bottom: 10px;
    padding: 0;
}

.working_box .working_hours ul {
    list-style: none;
}

.working_box .working_hours ul li {
    font-size: 16px;
    color: #444;
    line-height: 1.5;
    padding-bottom: 5px;
}

.working_hours {
    margin-bottom: 20px;
    border: 1px solid #000;
    border-radius: 2px;
    padding: 20px;
}

.cart-body .list ul li p a:hover {
    color: #0000ff;
    transition: all .4s ease-in-out;
}

.company_profile p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 10px;
}


.info h2 {
    color: rgba(0, 0, 0, 0.80);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    padding-bottom: 15px;
    max-width: 400px;
    width: 100%;
}

.info {
    padding-bottom: 36px;
}

.formlogin h2 {
    margin-bottom: 16px;
}

.info.data {
    padding-bottom: 0px;
}

.info ul li a {
    color: #535353;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 200% */
}

.info p {
    color: #535353;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 280px;
    width: 100%;
    padding-bottom: 5px;
}

ul.socilalink {
    display: flex;
    gap: 20px;
    align-items: center;
}

.day-time {
    max-width: 350px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #000;
    padding: 32px 23px 37px 23px;
}

.day-time .header span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.day-time .header {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #182BD0;
    padding-bottom: 20px;
    margin-bottom: 16px;
}

ul.time-data li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #535353;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 200% */
}

.servicematch .content-data {
    border-radius: 5px;
    background: #D9D9D9;
    padding: 50px 0px;
}

.servicematch .content-data h2 {
    color: #000;
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 71.111% */
    text-align: center;
}

.list1 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.service-list {
    display: flex;
    justify-content: space-between;
    max-width: 935px;
    width: 100%;
    margin: 0 auto;
    padding-top: 47px;
}

.service-list h3 {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 160% */
}

section.servicematch {
    padding-bottom: 75px;
}


/* bussines information */

.form-content {
    max-width: 1415px;
    margin: 0 auto;
    padding-top: 50px;
}

.top-conent {
    border-radius: 10px;
    background: #182BD0;
    padding: 35px 45px;
}

.top-conent h2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;

}

.top-conent h3 {
    color: #FFF;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 85.714% */
    padding-top: 28px;
}

.top-conent p {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */
    padding-top: 10px;
}

.top-conent h2.entry {
    padding-top: 28px;
}

.top-conent p.reach {
    padding-top: 28px;
}

.form-info {
    padding-top: 37px;
}

.form-info h2 {
    color: #00F;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 104% */
}

.businesform {
    border-radius: 10px;

}

.form-data {
    display: flex;
    gap: 3px;
    flex-direction: column;
}

.businesform p,
.businesform label {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
}

.businesform input {
    background-color: transparent;
    outline: none;
    border-radius: 5px;
    border: 1px solid #666;

    padding: 0px 10px;
}

.multipleform {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.multipleform .value {
    display: flex;
    gap: 3px;
    flex-direction: column;
    max-width: 49%;
    width: 100%;
    margin: 6px 0;
}

.businesform p {
    padding-bottom: 3px;
}

.maplocation {
    padding-top: 47px;
}

.maplocation iframe {
    height: 400px;
    width: 100%;
    border-radius: 10px;
}

.businnes-description {
    padding-top: 37px;
}

.businnes-description h2 {
    padding-bottom: 36px;
}

.sendmessage {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;


    flex-direction: column;
}

.sendmessage .message {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.sendmessage .message textarea {
    border-radius: 10px;

    height: 180px;
    border: none;
    outline: none;
    padding: 10px;
    margin-bottom: 20px;
}

.getlocation-time h2 {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 104% */
    padding-bottom: 10px;
}

.getlocation-time {
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    padding-top: 10px;


}

.getlocation-time span {
    display: flex;
    gap: 18px;
}

.getlocation-time span button {
    outline: none;
    border: none;
    align-items: center;
    background-color: transparent;
}

.getlocation-time span p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 18x;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 0px;
    line-height: 28px;
    /* 150% */
    /* max-width: 30px;
    width: 100%;
    text-align: center; */
}

.getlocation-time h3 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 166.667% */
    padding: 8px 0px;
}

.time {
    max-width: 100%;
    width: 100%;
    display: flex;
    padding: 8px 0;
    align-items: center;
}
p.to_ {
    text-align: center;
}
.time select {
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
    max-width: 100px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;

}
header.adminheader nav ul li a img {
    width: 28px;
}

/* .choseyourcategory{
    padding-top: 30px;
} */
.choseyourcategory h2 {
    padding-bottom: 18px;
}

.choseyourcategory .category h3 {
    color: #00F;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    /* 131.25% */
    margin-bottom: 18px;
    width: fit-content;
    padding-bottom: 13px;
    border-bottom: 2px solid #00F;
    padding-top: 18px;
}

.fullfilcondistion {
    padding: 17px 20px;
    border-radius: 5px;
    border: 1px solid #666;
    margin-bottom: 5px;
    max-width: 1315px;
    width: 100%;
}


.company h2 {
    padding-bottom: 37px;
}

.upload-data {

    padding: 29px 32px;
}

.uploadimg label {
    padding: 8px 10px;
    color: #000 !important;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
    background-color: #fbfbfb;
    cursor: pointer;
    border-radius: 5px;
}

.uploadimg {
    display: flex;
    gap: 24px;
}

.uploadimg input {
    border-radius: 5px;
    border: 1px solid #666;
    max-width: 1108px;
    width: 100%;
    background-color: transparent;
    outline: none;
    padding: 0px 10px;
}

.upload-data h3 {
    padding-top: 34px;
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */
    padding-bottom: 11px;
}

.upload-data ul {
    list-style: disc;
    margin-left: 20px;
}

.upload-data ul li {
    color: #212121;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */

}

.upload-data ul li::marker {
    width: 6px;
    height: 6px;
    font-weight: 400;
    color: #000;
}

.company-preview {
    padding-top: 37px;
}

.company-preview h2 {
    padding-bottom: 36px;
}

.preview {
    padding: 66px 0px;
    text-align: center;
    border-radius: 10px;
    background: #F2F1F1;
}

.preview p {
    color: #212121;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */
    padding-bottom: 50px;
}

.preview button {
    border-radius: 5px;
    background: #182BD0;
    padding: 9px 74px;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 5px;
    outline: none;
    border: none;
    transition: 0.3s ease-in;
}

.preview button:hover {
    background-color: #000;
}

.details {
    padding-top: 36px;
}

.details h2 {
    padding-bottom: 36px;
}

/* .choice-data {
    border-radius: 10px;
    background: #F2F1F1;
    overflow: hidden;
} */
.choice-data span {
    display: flex;
    justify-content: space-between;
    padding: 10px 63px;
    /* border-radius: 10px 10px 0px 0px; */
    /* background: #182BD0;  */
}

.choice-data span.connect {
    padding-top: 57px;
    padding-bottom: 29px;
    padding-left: 63px;
    color: #000;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 104% */
}

.choice-data p {
    color: #212121;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
    letter-spacing: 0.45px;
    max-width: 916px;
    width: 100%;
}

.price .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 22px;
}

.choice-data span {
    padding: 0px;
    color: #000;
    font-family: Poppins;
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 63.415% */
}

.content-perchage {
    max-width: 1270px;
    margin: 0 auto;
    display: flex;
    gap: 270px;
    align-items: center;
    padding-bottom: 55px;
}

.content-perchage button {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 5px;
    max-width: 300px;
    width: 100%;
    border: none;
    outline: none;
    height: 41px;
    border-radius: 5px;
    background: #182BD0;
    transition: 0.3s ease-in;
}

.content-perchage button:hover {
    background-color: #000;
}

.choice-data span.top {
    display: flex;
    justify-content: space-between;
    padding: 10px 63px;
    background: #182BD0;
}

.choice-data span.top p {
    width: auto;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
}

section.fulldetails {
    padding-bottom: 65px;
}

header.custom.indexheader .menu-link ul li:nth-child(2) {
    display: none;
}

header.custom .menu-link ul li:first-child {
    display: none;
}

header.custom.indexheader .menu-link ul li:nth-child(1) {
    display: block;
}

section.plan.title {
    padding-bottom: 0px;
}

section.plan.cart {
    padding-top: 0px;
    /* transition: 0.3s ease-in; */
}

.topheader {
    transition: 0.3s ease-in;
}

/* .margintop+header.adminheader{
    margin-top: 164px;
} */


header.custom.blueheader {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    transition: 0.3s ease-in;
}


header.custom.blueheader .logo img {

    width: 100%;
    transition: 0.3s ease-in;
    transform: scale(0.8);
}

header.custom.blueheader .container {
    padding: 8px 15px;
    transition: 0.3s ease-in;
}

header.custom.blueheader nav ul li:last-child a {
    font-size: 14px;
    padding: 12px 8px;
    transition: 0.3s ease-in;
}

header.custom.blueheader nav ul li:last-child a:hover {
    background-color: #000;
}

header.custom.blueheader nav ul li a {
    font-size: 16px;
    transition: 0.3s ease-in;
}

/* section.homesection .mySwiper  .swiper-wrapper  {
    transform: translate3d(0) !important;
} */
section.homesection .mySwiper .swiper-wrapper .swiper-slide::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    z-index: -1;
}

section.homesection .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active img {
    animation: banneranimation 3s ease-in;
}

.fullfilcondistion label {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    /* 135.714% */
}

@keyframes banneranimation {
    0% {
        transform: scale(0.8);
    }


    100% {
        transform: scale(1);
    }
}

body {
    overflow-x: hidden;
}

span.closeslidetoogle {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;

    z-index: 0;
    display: none;
}


/* about us page start */
section.roadside.about-us {
    height: 250px;
}

section.aboutus-content {
    padding: 80px 0px;
}

section.aboutus-content.Diesel_repair h2 {
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

section.aboutus-content.Diesel_repair span {
    padding-bottom: 5px;
}

section.aboutus-content.Diesel_repair .maintitle {
    padding-bottom: 50px;
}

section.aboutus-content.Diesel_repair .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

section.aboutus-content.Diesel_repair .content:nth-child(even) {

    flex-direction: row-reverse;
}

section.aboutus-content.Diesel_repair .content:last-child {
    padding-bottom: 0px;
}

section.aboutus-content.Diesel_repair .about-usimg {
    max-width: 1000px;
    width: 100%;
}

section.aboutus-content.Diesel_repair h3 {
    color: #182BD0;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 30px;
}

section.aboutus-content.Diesel_repair p {
    font-size: 16px;
}

.aboutcontentdata {
    max-width: 500px;
    width: 100%;
}



/* new admin header started */

header.adminheader {
    position: fixed;
    height: 100%;
    z-index: 13;
    padding: 0px;
    top: 0px;

    max-width: 320px;
    width: 100%;
    background-color: #000;

}

.mainheader {
    padding: 20px;
}

header.adminheader nav {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 85vh;
}

header.adminheader nav ul li a {
    padding: 10px 15px;
    border-radius: 15px;
}

header.adminheader nav ul li a i {

    font-size: 25px;

}

header.adminheader nav ul li {
    border-radius: 10px;
}

header.adminheader nav ul li.active {
    background-color: rgb(255 255 255 / 20%);
}

.topheader {
    padding: 50px 30px;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

header.adminheader .logo a img {
    max-width: 200px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

header.adminheader nav {
    padding-top: 70px;
}

.topheader {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-left: 350px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c4c4c4;
    background: #fbfbfb;

}

.topheader .serch {
    display: flex;
    align-items: center;
    gap: 15px;
}

.topheader .serch ul {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 15px;
}

.topheader .home {
    display: flex;
    gap: 15px;
    align-items: center;
}

.topheader .home button {
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 25px;
}

.topheader .home a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.topheader .serch {
    max-width: 650px;
    width: 100%;
    justify-content: flex-end;

}

.topheader .serch button {
    background-color: transparent;
    cursor: pointer;
    outline: none;
    border: none;
    color: #000;
    font-size: 25px;
}

.serchinpit {
    display: flex;
    align-items: center;
    max-width: 500px;
    width: 100%;
    border: 1px solid #C4C4C4;
    padding: 8px 20px;
    border-radius: 50px;
    justify-content: space-between;
}

.topheader .serch .input {
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%;
    justify-content: flex-end;
}

.serchinpit input {
    border: none;
    outline: none;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
}

.adminhadermain {
    max-width: 320px;
    width: 100%;
}

.toperheader {
    height: 117px;
}

.planbody {
    padding-left: 10px;
    padding-right: 10px;
}

.tab-content.plansdata {
    display: none;
}

.tab-content.plansdata.active {
    display: block;
}

button.open {
    display: none;
}

.buttons {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-data {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    gap: 20px;
    max-width: 1560px;
    margin: 0 auto;
    padding: 0;
    padding-top: 30px;
    transition: all 0.4s ease-in-out;
}

.ourplan-cart {
    margin-bottom: 35px;
}

header.adminheader .logo a img.mobilelogo {
    display: none;
}

span.close {
    position: fixed;

    width: 100%;
    width: 100%;
    height: 100%;
    z-index: 44;
}

button.openmobile {
    border: navajowhite;
    border: none;
    filter: invert(1);
    background: transparent;
    position: fixed;
    left: 13%;
    top: 2%;
    display: none;
}

.logo button {
    background-color: transparent;
    border: none;
    filter: invert(1);
}

.logo button.mobilemenuopen,
.logo button.closemobile {
    display: none;
}

/* multi step form */

/* multi step form */


#heading {
    text-transform: uppercase;
    color: #182BD0;
    font-weight: normal;
    font-size: 36px;
    line-height: 50px;
    font-weight: 500;
    padding-bottom: 10px;
}

.form-multistep p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    padding-bottom: 20px;
}

.form-multistep .time p {
    padding-bottom: 0px;
    width: 100%;
}

#progressbar .active {
    color: #182BD0;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    display: none;
}
#msform fieldset.active{
    display: block;
}

.form-card {
    text-align: left
}

/* #msform fieldset:not(:first-of-type) {
    display: none
} */

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 12px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}
#msform input, #msform textarea, .usbox .us-code {
    height: 46px;
    margin-bottom: 0;
}

#msform input[type="checkbox"] {
    border: 1px solid #000;
    height: 20px;
}

.row.prevright {
    justify-content: end;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #182BD0;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #182BD0;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 6px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 10px 10px 5px;
    float: right;
    letter-spacing: normal;
    text-transform: capitalize;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #182BD0
}

#msform .action-button-previous {
    width: 100px;
    background: #000;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 6px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
    letter-spacing: normal;
    text-transform: capitalize;

}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative;
    padding-top: 40px;
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}



#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f1ad"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #logo:before {
    font-family: FontAwesome;
    content: "\f03e"
}

#progressbar #category:before {
    font-family: FontAwesome;
    content: "\f022"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #182BD0;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #182BD0;
}

.fit-image {
    width: 100%;
    object-fit: cover
}

/* form multi step */


.time select {
    max-width: 200px;
    width: 100%;
    background-position: 95% center;
    cursor: pointer;

}

.time select+p {
    text-align: center;
}

.openingtime {
    padding-top: 20px;
    display: block;
    column-count: 2;
    column-gap: 80px;
}

.fullfilcondistion {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
}

.fullfilcondistion input[type="checkbox"] {
    width: 20px !important;
    margin-bottom: 0px !important;
}

.form-multistep .choice-data p {
    text-align: left;
}

.choice-data span.top p {
    padding-bottom: 0px;
    color: #000;
}

.choice-data span.top {
    background: #fff;
}

.choice-data span.connect {
    padding-top: 30px;
}

.form-card {
    border: 1px solid #c4c4c4;
    padding: 30px;
    margin-bottom: 50px;
    background: #fbfbfb;
}

.upload-data {
    padding: 0px;
}

.thankyoupoup {
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.thankyoupoup.showpoup {
    display: block;
    animation: animte-drop-down 0.9s ease-in;
}

.thankyoumessage {
    background-color: #fff;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.thankyoumessage img {
    max-width: 300px;
    width: 100%;
}

.thankyoumessage {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 40px;
}

.thankyoumessage h1 {
    color: #182BD0;
    font-size: 50px;
    line-height: 50px;
}

.thankyoumessage p {
    font-size: 25px;
    font-weight: 400;
    color: #182BD0;
    text-align: center;
}


.row-data.w-100 .choseyourcategory {
    display: flex;
    justify-content: center;
    gap: 50px;
    width: 100%;
    padding-top: 35px;
    max-width: 100%;
}

.row-data.w-100 .choseyourcategory .category {

    max-width: 25%;
    width: 100%;
}

form.w-100 {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

form.w-100 input[type="submit"] {
    font-size: 16px;
    max-width: 200px;
    padding: 0px;
    width: 100%;
    height: 50px;
    font-weight: 700;
    margin-top: 10px;
    margin-left: auto;
    margin-left: 9.5%;

}

.tablist ul {
    display: flex;
    justify-content: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    gap: 70px;
    font-weight: 600;
    padding-bottom: 30px;
    margin-top: 20px;
}

.tablist ul li {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding: 10px 40px;
    cursor: pointer;
    background-color: #182BD0;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in;
}

.tablist ul li.active {
    background-color: #000000;
}

.tablist ul li:hover {
    background-color: #000000;
}

.tablist ul li::after {
    background-color: #fff;
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.tablist ul li::before {
    background-color: #fff;
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.row-data.w-100.active {
    display: block;
    height: 740px;
    animation: 0.3s ease-in fadeout;
}

.row-data.w-100 {
    display: none;
}

@keyframes fadeout {
    0% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.location.category button.open {
    display: block;
}

section.map {
    padding: 0 20px;
}

/* loder css */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


#loader img {
    max-width: 100px;
    width: 100%;
    object-fit: cover;
}

.loadinganimation {
    animation: 0.8s ease-in bodyanimate;
    animation-delay: 0.8s;
}

@keyframes bodyanimate {
    0% {
        clip-path: inset(0 37% 0 33%);
    }

    100% {
        clip-path: inset(0 0 0 0);
    }
}


section.sample {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 13;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}
section.sample.showpoup{
    display: block;
}
.info-pack{
    background-color: #fff;

    max-width: 1200px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 45;
}
.bodypoup {
    display: flex;
   
    padding: 20px;
    padding-top: 0px;
}
.bodypoup .truck{
    max-width: 100%;
    width: 100%;
}
.headerpopup h2{
    font-size: 25px;
   
    padding-bottom: 20px ;
    padding-top: 20px;
    background-color: #000;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
section.sample .info{
    display: flex;
    gap: 30px;
    padding: 20px;
}
section.sample .info p {
    max-width: 100%;
    width: 100%;
}
section.sample .info h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    padding-bottom: 5px;
}
section.sample .info a {
    color: red;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #182BD0;
    display: block;
    font-weight: 400;
}
.feedback h3 {
    color: #000;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.truck img {
   
    margin: 0 auto;
    display: block;
    max-width: 350px;
}
button.closepoup {
    background: transparent;
     border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: -22px;
    top: -22px;
}
section.sample .info span p {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
}
span.rating{
    display: flex; 
    align-items: center;
    font-size: 20px;
    padding-bottom: 10px;
}
span.rating ul {
    display: flex;
    gap: 5px;
    color: red;
    align-items: baseline;
}
span.rating ul li {
    font-size: 16px;
}
section.sample .info  span.rating  a {
    font-size: 16px;
}
span.title address {
    font-size: 16px;
    padding-top: 5px;
    margin-bottom: 0px;
}

.table-responsiv{
   margin-top: 50px;
   padding-bottom: 0px;
}

.table-responsiv table.table thead.table-dark tr th{
    font-weight: 400;
    text-transform: capitalize;
    padding: 20px 0px;
}

.table-responsiv table.table tbody tr td{
    padding: 15px 0px;
    line-height: normal;
}
.table-responsiv table.table tbody tr th p,
.table-responsiv table.table tbody tr td p {
    padding-bottom: 0px;
    padding: 10px 0px;
}
.table-responsiv table.table tbody tr td p,
.table-responsiv table.table tbody tr  th {
    font-weight: 400;
    white-space: nowrap;
}
.table-responsiv table.table tbody tr td button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    max-width: 200px;
    width: 100%;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.table-responsiv table.table tbody tr td button.success {
    background: transparent;
    color: #4CAF50;
}
.table-responsiv table.table tbody tr td button.fail{
  
    background-color: #F31559;
}
.table-responsiv table.table tbody tr td button.panding{
    background: #FFE569;
}
.table-responsiv table.table tbody tr {
transition: 0.3 ease-in;
}
/* .table-responsiv table.table thead.table-dark tr ,
.table-responsiv table.table tbody tr td:first-child{
    border-left: 1px solid #c4c4c4;
   
}
.table-responsiv table.table tbody tr td:last-child{

    border-right: 1px solid #c4c4c4;
} */


.table-responsiv.table-responsive {
    margin-top: 30px;
    max-width: 1920px;
    width: 100%;
    overflow: hidden;
   
}
.table-responsiv.table-responsive .scroll{
    overflow-x: scroll;
    overflow-x: auto;

}

.table-responsiv table.table thead.table-dark tr th {
    white-space: nowrap;
}

/* login form redeign */
.mainformdata{
    display: flex;
    justify-content: space-between;
    height: 695px;
}
.formlogin  {
    max-width: 600px;
    width: 100%;
  
}
.formlogin form{
    width: 100%;
    max-width: 100%;
}

.formlogin form label {
    font-size: 18px;
    line-height: 25px;
    margin-top: 16px;
}
.condistions .verify label {
    margin-top: 0;
}

.formlogin form label span {
    color: red;
}

.condistions {
    margin-top: 10px;
}

.formlogin form h2 {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    font-weight: 700;
    color: #182BD0;
    margin: 20px 0px;
}
.formlogin .tab-content input[type="submit"]{
 
    margin-top: 30px !important;
    max-width: 100%;
    width: 100%;
    padding: 15px 0px !important;
    font-size: 18px !important;
}

.formlogin form a {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 20px;
    display: block;
}

.mainformdata .title{
position: relative;
padding: 30px;
}
.mainformdata .title img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.mainformdata .title::after {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 0;
    width: 100%;
    height: 100%;
}
/* .mainformdata .title::after {
    background-color: #182BD0;
    width: 151%;
    height: 326%;
    top: 0;
    left: -319px;
    position: absolute;
    content: "";
    z-index: -1;
    top: -571px;
    transform: rotate(37deg);
    overflow: hidden;
} */

.logindata{
    padding-bottom: 0px;
    padding-top: 0px;
}
.mainformdata .content {
    position: relative;
    z-index: 99;
}

.mainformdata .content h2{
    color: #fff;
    font-size: 50px;
    padding-bottom: 10px;
}

.mainformdata .content h3{
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    padding-bottom: 25px;
    padding-top: 25px;
}
.mainformdata .content span {
    color: #fff;
    font-size: 18px;
    max-width: 400px;
    line-height: 30px;
    width: 100%;
    display: block;
}
.mainformdata .title {
    position: relative;
    padding: 30px;
    max-width: 50%;
    width: 100%;
}
.formlogin {
    max-width: 50%;
    width: 100%;
    padding: 50px 20px;
 
}

section.pouplogin .title ul {
    justify-content: flex-start;
    padding-top: 40px;
}

section.pouplogin .title ul li {
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 400;
    padding: 10px 30px;
    max-width: 250px;
    width: 100%;
    text-align: center;
}

.formlogin form  .condistions a{
    display: inline;
    margin: 0px;
}
.condistions p{
    padding-top: 8px;
}
.mainformdata .title{
    background-size: cover;
    background-repeat: no-repeat;
}

.tab-content.current.active{
animation: 0.3s ease-in  fade;
}

@keyframes fade{
    0%{
        opacity: 0.3;
    }
    100%{
        opacity: 1;
    }
}


section.userprofile{
    padding: 50px 0px;
}
section.userprofile .profile{
   text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
section.userprofile .profile img {
    margin: 0 auto;
}
section.userprofile .profile button {
    max-width: 150px;
    width: 100%;
    text-align: center;
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    background-color: #182BD0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto;
    padding: 10px 0px;
    transition: 0.3s ease-in;
}
section.userprofile .profile button:hover{
    background-color: #000;
}
section.userprofile .profile span.font-weight-bold{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
} 
section.userprofile .profile span.text-black-50{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
section.userprofile .profile{
    padding: 50px 0px;
    border-right: 1px solid #c4c4c4;
    padding-right: 20px;
    height: 100%;
    padding-bottom: 0px;
}
.service-information h2,
.user-info h2 {
    padding-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #182BD0;
    padding-top: 15px;
    letter-spacing: 0.5px;
    padding-left: 30px;
}
section.userprofile .user-info {
    padding-left: 30px;

}

section.userprofile .user-info .user-fileds .form-card{
    background-color: #fff;
    border: none;
    padding-top: 0px;
    margin-bottom: 0px;
}
section.userprofile .user-info .user-fileds .form-card .form-data,
section.userprofile .user-info .user-fileds .form-card .multipleform{
    margin-bottom: 20px;
}


section.userprofile .user-info .user-fileds .form-card .businesform input{
    padding: 10px 15px;
    border: 1px solid #c4c4c4;
}
section.userprofile .user-info .user-fileds .form-card .businesform label {
    font-size: 16px;
    color: #000;
}
section.userprofile .user-info .user-fileds .form-card .businesform input:focus{
    border-color:#182BD0 ;
}

.sumbit-form input[type="submit"]{
    margin: 0 ;
    margin-left: auto;
    margin-top: 35px;
    max-width: 150px;
    width: 100%;
    text-align: center;
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    background-color: #182BD0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 0px;
    transition: 0.3s ease-in;
    padding: 12px 0px;
    cursor: pointer;
}
.sumbit-form input[type="submit"]:hover{
    background: #000;
}

.service-information .table-responsiv.table-responsive{
    margin-top: 0px;
    padding-left: 30px;
}
.service-information{
    border-top: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    padding-right: 30px;
    padding-bottom: 35px;
    border-bottom: 1px solid #c4c4c4;
}
.service-information .table-responsiv table.table thead.table-dark tr th{
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.service-information .table-responsiv table.table tbody tr td p{
 text-align: center;
}

.service-information{
    padding-top: 20px;
}
.service-information .table-responsiv.table-responsive{
    padding-top: 20px;
}
.table-responsiv table.table tbody tr td p,
.table-responsiv table.table thead.table-dark tr th {
    text-align: center;
}

div#tab-3 .table-responsiv.table-responsive {
    padding-left: 15px;
    padding-right: 15px;
}
.newBox a {
    margin-top: 20px;
    display: block;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 2px;
    background: #182BD0;
    transition: 0.3s ease-in;
    max-width: 160px;
    width: 100%;
}

/* MEMBERSHIP CSS Starts */
.planbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}
.joinus input, .joinus a, .joinus a button {
    max-width: 100%;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: 2px;
    background: #182BD0;
    border: none;
    height: 38px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    transition: all 0.4s ease-in-out;
}
.joinus {
    max-width: 49%;
    width: 100%;
    display: inline-block;
}
.joinus input:hover {
    background-color: #000;
}
.ourplan-cart h2 {
    font-size: 16px;
}
.tab-content.plansdata .row {
    max-width: 1600px;
    width: 100%;
    margin: 20px auto 10px;
}
.tab-content.plansdata .row .col-md-12 {
    padding: 0;
}
/* .tab-content.plansdata .row #paypal-button-container {
    max-width: 420px;
    width: 100%;
    padding: 0 10px;
    margin: 40px auto 10px;
    height: 50px !important;
    overflow: hidden;
} */
.tab-content.plansdata .row #paypal-button-container {
    max-width: 500px;
    width: 100%;
    padding: inherit;
    margin: 40px auto 10px;
    height: 65px !important;
    padding: 10px;
    overflow: hidden;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
header.adminheader {
    max-width: 300px;
}
.table-responsiv.table-responsive .table .table-dark tr th {
    color: #000;
    text-transform: uppercase;
    padding: 10px;
    background: #f9f9f9;
    text-align: left;
}
.table-responsiv table.table tbody tr td {
    padding: 10px;
    white-space: nowrap;
}
.table-group-divider {
    border-top: none;
}
.selectMembership.disable {
    background: #565656;
    pointer-events: none;
}
.selected-message {
    background: #3ac73a29;
    padding: 4px;
    text-align: center;
    transition: all .4s ease-in-out;
}
.selected-message p {
    font-size: 16px;
    color: #0a5a00;
    font-weight: 700;
    padding-bottom: 0px;
}
#msform .openingtime input {
    font-size: 14px;
    padding: 0px 0px;
    min-width: 100px;
}
.Availability .range {
    display: flex;
    justify-content: start;
    gap: 16px;
    flex-wrap: wrap;
    align-items: flex-end;
}
.rangeitem {
    margin-top: 10px;
    margin-right: 10px;
}
.Availability .range h2 {
    margin-bottom: 6px;
}
.Availability .range input {
    width: 360px;
    outline: none;
    border: none;
    border: 1px solid #212121;
    padding: 9px 12px;
    color: rgba(68, 68, 68, 0.80);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-repeat: no-repeat;
    background-position: 95% center;
    cursor: pointer;
    border-radius: 0.375rem;
}
input#search {
    margin: 0;
    max-width: 200px;
    color: #fff;
}
/* MEMBERSHIP CSS Ends */

.forget_password_section {
    display: flex;
    align-items: center;
}
.forget-image, .forget_password_box {
    width: 50%;
}
.forgot_wrapper input[type="submit"] {
    margin: 32px 0 0;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
}
.forgot_wrapper label {
    font-size: 24px;
    line-height: 1.5;
    color: #444;
    font-weight: 500;
    margin-bottom: 20px;
}
.forgot_wrapper input[type='email'] {
    padding: 12px;
    color: #000;
    font-size: 16px;
    background: transparent;
    border: 1px solid silver;
}
.forgot_wrapper input[type='email']:focus {
    box-shadow: none;
    outline: none;
}
.forgot_wrapper .input-group-text {
    border: 1px solid silver;
}
.forgot_wrapper {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    transition: all .4s ease-in-out;
}
.forget-image {
    height: 60vh;
}
.forget-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Estilo iOS */
  
  .switch {
    visibility: hidden;
    position: absolute;
    margin-left: -9999px;
  }
  
  .switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
  }
  
  .switch--shadow + label {
    padding: 2px;
    width: 60px;
    height: 24px;
    background-color: #dddddd;
    border-radius: 60px;
    margin-top: -24px;
}
  .switch--shadow + label:before,
  .switch--shadow + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
  }
  .switch--shadow + label:before {
        right: 1px;
        background-color: #f1f1f1;
        border-radius: 60px;
        transition: background 0.4s;
    }
  .switch--shadow + label:after {
        width: 22px;
        background-color: #fff;
        border-radius: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        transition: all 0.4s;
    }
    .switch--shadow:checked + label:before {
        background-color: #5466db;
    }
    .switch--shadow:checked + label:after {
        transform: translateX(36px);
    }
  
  /* Estilo Flat */
  .switch--flat + label {
    padding: 2px;
    width: 120px;
    height: 60px;
    background-color: #dddddd;
    border-radius: 60px;
    transition: background 0.4s;
  }
  .switch--flat + label:before,
  .switch--flat + label:after {
    display: block;
    position: absolute;
    content: "";
  }
  .switch--flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #fff;
    border-radius: 60px;
    transition: background 0.4s;
  }
  .switch--flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 56px;
    background-color: #dddddd;
    border-radius: 52px;
    transition: margin 0.4s, background 0.4s;
  }
  .switch--flat:checked + label {
    background-color: #8ce196;
  }
  .switch--flat:checked + label:after {
    margin-left: 60px;
    background-color: #8ce196;
  }

.info.data h3 {
    font-size: 18px;
    margin: 10px 0 10px;
}
button.getdri {
    display: inline-block;
    float: right;
    margin-top: 15px;
    font-size: 12px;
    width: 48%;
    background: #182bd0;
    color: #fff;
    border: none;
    line-height: 1.5;
    outline: none;
    text-transform: UPPERCASE;
    padding: 8px 4px;
    border-radius: 2px;
}
.view {
    padding-top: 15px;
    display: inline-block;
    float: left;
    width: 48%;
}
.Availability-data .cart-Availability .cart-body h3 button.viwmapse {
    background: transparent;
    border: none;
    outline: none;
    text-align: left;
    font-size: inherit;
    min-height: 80px;
}
button.getdri:hover {
    background: #000;
}
.Availability-data .cart-Availability .cart-body h3 button.viwmapse:hover {
    color: #182bd0;
}
.debitform .submt {
    background: #2c2e2f;
    border: none;
    outline: none;
    color: #fff;
    padding: 5px 20px;
    border-radius: 4px;
    margin-top: 5px;
}
.ourplan-cart.dash {
    max-width: 500px;
    margin: 10px auto;
}
.pay_heading {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
    color: #000;
    padding: 20px 10px;
}
div#cke_description {
    max-width: 100%;
}
#msform .openingtime input[type='radio'] {
    min-width: auto;
    margin: 0 10px 0 12px;
    height: 16px;
    width: 16px !important;
}
.time label {
    white-space: nowrap;
}
p.to_ {
    min-width: 40px;
}
#msform .openingtime label {
    font-size: 14px;
}
.Availability-data .cart-Availability .image {
    background: rgba(0,0,0,.07);
    border-radius: 4px;
    overflow: hidden;
}
.Availability-data .cart-Availability .image img {
    width: 100%;
    height: 262px;
    object-fit: contain;
}
.message label {
    margin-bottom: 6px;
}
.termscondiction {
    padding: 10px 0;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}
.termscondiction h1, .termscondiction h2, .termscondiction h3 {
    margin: 20px 0;
}
.termscondiction p, .termscondiction ul li {
    font-size: 16px;
    margin: 16px 0;
}
.termscondiction ul {
    padding-left: 20px;
    list-style: disc;
}
.getintouch .cf7ascaptcha {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1.5;
}
.getintouch .cf7ascaptcha .cf7as-firstAct {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 4px;
}
.getintouch .cf7as-captchcode {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}
.getintouch .cf7as-captchcode input {
    margin-top: 10px;
    background: #fff;
    border: 1px solid #666;
    font-size: 14px;
    padding: 8px 16px;
}
.getintouch .wpcf7-spinner {
    margin-bottom: 0;
}
.servicetext {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #0f0fc5;
    font-weight: 500;
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
}
#msform .action-button.payer {
    width: auto;
    margin: 20px auto;
    float: none;
    display: inline-block;
    padding: 10px 30px;
    transition: all .4s ease-in-out;
}
#msform .action-button.payer:hover {
    background: #000;
}

#msform  fieldset.activeme{
    display: block;
    opacity: 1;
}
#msform  fieldset.notactive{
    display: none;
    opacity: 0;
}