.bannerWidget .containerRow .bannerContent {
    width: 100%;
    max-width: 380px !important;
}

.bannerWidget .containerRow {
    justify-content: space-between;
}


.form-group {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #fafafa;
    margin-bottom: 20px;
}


.form-group .map-input {
    width: 100%;
    display: block;
    height: 45px;
    padding: 0 20px;
}

.delete-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 99;
    display: flex;
    align-items: center;

    justify-content: center;
}

.location-section {
    margin-bottom: 20px;
    position: relative;
}

.location-section-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.form-control {
    width: 100%;
    border: none;
    font-size: 12px;
    cursor: default;
}

.form-control::placeholder {
    color: #000000;
}

.form-control::-ms-input-placeholder {
    color: #000000;
}

.form-control:focus {
    border: none;
    outline: none;
}


.title-location {
    position: relative;
    margin-bottom: 15px;
}

.title-location h2 {
    color: #000;
    font-size: 15px;
}

.title-location button {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    outline: none;
}

@media (max-width: 767px) {
    

    .bannerWidget .tabNavRow a {
        height: 35px;
    }

    .bannerWidget .searchWidget {
        /* padding: 10px 10px; */
        position: relative;
    }

    .front-category-title {
        font-size: 18px;
    }
}

@media only screen and (max-width:500px) {

    html,
    body {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        overflow-x: hidden;
    }
}


.selectedLocation.show {
    opacity: 1;
    pointer-events: visible;
    display: block;
}

.bannerContent {
    overflow: hidden;
}

.headerWidget {
    z-index: 999999 !important;
}

.form-group {
    background: #fff;
}

.text-secondary,
.text-secondary2 {
    font-size: 12px;
}


::-webkit-scrollbar {
    width: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #FEB51B;
    border-radius: 12px;
    height: 10px;
    -webkit-border-radius: 12px;
    background: #FEB51B;
}

.bannerImage {
    height: 100% !important;
}


.gm-style-mtc button {
    display: none;
}

.confirm-location {
    background: #feb51b;
    color: #000;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 13px;
    float: right;
    margin-top: 10px;
    position: absolute;
    bottom: 40px;
    width: 80%;
    left: 10%;
}

.askAboutDropInputChange {
    background: #feb51b;
    color: #000;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 13px;
    float: right;
    margin-top: 10px;
}


/* code by ab siddique  */
.testimonials b {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow-y: scroll;
    overflow-x: hidden;
}

.picker-wrapper {
    height: 140px !important;
}

.picker-scroller .option {
    position: relative !important;
}

.bannerWidget .templateContainer {
    padding: 60px 60px;
    margin: 0 50px;
    border-radius: 14px;
}

.bannerWidget .containerRow .bannerContent {
    background-color: white;
    height: 100%;
    border-radius: 14px;
}

.bannerWidget .containerRow .bannerImage {
    width: calc((100%) - 500px);
    padding-left: 90px;
}

@media (max-width: 1024px) {
    .bannerWidget .containerRow .bannerImage {
        width: 100%;
        order: 1;
        /* margin-bottom: 30px; */
        padding-left: 0;
        padding-top: 0;
        opacity: 1;
        margin-top: 60px;
    }

    .bannerWidget .containerRow .bannerContent {
        margin: 0 auto;
    }
}

@media (max-width: 900px) {
    .bannerWidget .templateContainer {
        padding: 40px 30px;
        margin: 0 5px;
    }
}

@media (max-width: 425px){
    .bannerWidget .templateContainer {
        padding:0px;
    }
    .bannerWidget .containerRow .bannerImage img{
        padding: 30px;
    }
}


.tabBodyH .templateContainer .templateContainer {
    padding: 0;
}

.tabBodyH .templateContainer .head {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 40px;
    z-index: 9;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.tabBodyH .templateContainer img {
    margin-bottom: 0;
    padding: 100px;
    width: auto;
    max-width: 900px;
}

@media (max-width: 1024px) {
    .tabBodyH .templateContainer img {
        max-width: 750px;
    } 
}

@media (max-width: 767px) {
    .tabBodyH .templateContainer .templateContainer {
        padding: 0;
    }

    .tabBodyH .templateContainer img{
        padding: 70px;
    }

    .tabBodyH .templateContainer .head {
        width: 100%;
        border-radius: 15px;
        margin-bottom: 20px;
        z-index: 9;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .tabBodyH .templateContainer img {
        margin-bottom: 0;
        width: 100%;
        max-width: 600px;
    }

}

@media (max-width: 425px){
    .tabBodyH .templateContainer img{
        padding: 30px;
    }
}

.tabBodyHr .templateContainer {
    width: 100%;
    padding: 0 300px;
    margin: 0;
}

.FooterInfo {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.FooterInfo .main_wrapper {
  width: 100%;
  height: auto;
  display: flex;
  margin: 0 auto;
  background: #373737;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
  color: #fff;
}

.FooterInfo .main_wrapper .left_content {
    width: 25%;
    box-sizing: border-box;
}

.FooterInfo .main_wrapper .right_content {
    width: 25%;
    box-sizing: border-box;
}

.FooterInfo .main_wrapper .middle_content {
    width: 25%;
    box-sizing: border-box;
}

.FooterInfo .main_wrapper .left_content span img,
.FooterInfo .main_wrapper .middle_content span img,
.FooterInfo .main_wrapper .right_content span img {
    height: 13px;
}

@media only screen and (max-width: 768px) {

    .FooterInfo .main_wrapper .left_content,
    .FooterInfo .main_wrapper .right_content,
    .FooterInfo .main_wrapper .middle_content {
        width: 100%;
    }
}

.virtus {
    margin-top: -40px;
}

.ld {
    width: 350px;
    padding-left: 40px;
}



.container {
    max-width: 80%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.card {
    width: calc(33.33% - 20px);
    background-color: #FFF5DF;
    border-radius: 8px;
    border: 2px solid #FCB41A;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.card h2 {
    margin-bottom: 10px;
    color: #333;
    font-weight: 700;
}

.card p {
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .card {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 768px) {
    .card {
        width: 100%;
    }
}

.support_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 80px;
}

@media (max-width: 768px) {
    .support_container {
        padding: 0px 80px;
    }
}









.noteWidget .noteWidgetRow h1 {
    font-size: 25px;
    font-weight: 600;
    color: var(--blck);
}

.noteWidget .noteWidgetRow h1 span {
    font-size: 25px;
    font-weight: 600;
    color: var(--blck);
    padding-top: 60px;
}

.noteWidget {
    padding: 0 80px;
    position: relative;
}

.noteWidget .noteWidgetRow .content p {
    padding-top: 20px;
    font-family: 'outfit' 'regular';
    font-size: 18px;
    font-weight: 200;
    text-align: justify;
}

@media only screen and (max-width: 768px) {
    .noteWidget {
        padding: 0 30px;
    }

    .noteWidget .noteWidgetRow .content p {
        font-size: 14px;
    }

    .noteWidget .noteWidgetRow h1 {
        font-size: 20px;
        padding-top: 40px;
        border-bottom: 7px solid hsl(35.77deg 89.66% 65.88%);
        display: inline-block;
    }

    .noteWidget .noteWidgetRow h1 span {
        font-size: 20px;
    }
}

@media (min-width: 769px) {
    .noteWidget .noteWidgetRow h1 span {
        border-bottom: 7px solid hsl(35.77deg 89.66% 65.88%);
        display: inline-block;
    }
}

@media only screen and (max-width: 425px) {
    .noteWidget {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .tabBodyH .templateContainer {
        padding: 0px 15px;
    }
}



.subWidget .subWidgetRow h1 {
    font-size: 22px;
    font-weight: 600;
    color: var(--blck);
}

.subWidget .subWidgetRow h1 span {
    font-size: 22px;
    font-weight: 600;
    color: var(--blck);
}

.subWidget {
    padding: 0 80px;
    position: relative;
}

.subWidget .subWidgetRow .content p {
    padding-top: 20px;
    font-family: 'outfit' 'regular';
    font-size: 18px;
    font-weight: 200;
    text-align: justify;
}

.subWidget .subWidgetRow .content p span {
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    .subWidget {
        padding: 0 30px;
    }

    .subWidget .subWidgetRow .content p {
        font-size: 14px;
    }

    .subWidget .noteWidgetRow h1 span {
        font-size: 20px;
    }

    .subWidget .subWidgetRow .content p span {
        font-size: 14px;
    }
}

.subWidget .subWidgetRow h1 span {
    border-bottom: 7px solid hsl(35.77deg 89.66% 65.88%);
    display: inline-block;
}

@media only screen and (max-width: 525px) {
    .subWidget .subWidgetRow h1 span {
        border-bottom: none
    }

    .subWidget .subWidgetRow h1 {
        position: relative;
        display: inline-block;
        padding-bottom: 8px;
    }

    .subWidget .subWidgetRow h1::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 120px;
        border-bottom: 7px solid hsl(35.77deg 89.66% 65.88%);
    }
}

@media only screen and (max-width: 425px) {
    .subWidget {
        padding: 0 20px;
    }

    .support_container {
        padding: 0px 20px;
    }
}


.faqBody {
    width: 100%;
}

.faqBody .faqContainer h1 {
    text-align: center;
    font-size: 22px;
}

.faqBody .faqContainer p {
    text-align: center;
    font-size: 12px;
    color: #667085;
}

.faqBody .faq {
    list-style: none;
    padding: 0;
}

.faqBody ol>li {
    width: 90%;
    margin: 0 auto;
    position: relative;
    min-height: 30px;
}

.faqBody h3.question {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 30px;
    z-index: 1;
    font-size: medium;
}

.faqBody .icon {
    height: 18px;
    position: absolute;
    width: 18px;
    right: 0;
    top: 11px;
    z-index: 2;
}

.faqBody .icon:before,
.faqBody .icon:after {
    content: '';
    height: 4px;
    right: 0;
    position: absolute;
    top: 0;
    width: 18px;
    transition: transform 500ms ease;
}

.faqBody .toggle:checked~.icon:after,
.faqBody .toggle:checked~.icon:before,
.faqBody li:hover .icon:before,
.faqBody li:hover .icon:after {
    background: #FEB51B;
}

.faqBody .toggle:not(:checked)~.icon:before {
    transform: rotate(180deg);
}

.faqBody .toggle:not(:checked)~.icon:after {
    transform: rotate(90deg);
}

.faqBody .toggle {
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 3;
}

.faqBody .border {
    height: 40px;
    border-bottom: 1px solid #fdfdfd;
}

.faqBody li:hover .border,
.faqBody .toggle:checked~.border {
    border-bottom: 1px solid #FEB51B;
}

.faqBody .answer {
    padding: 15px 0 0 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    transition: .4s ease;
}

.faqBody .toggle:checked~.answer {
    height: auto;
    opacity: 1;
    z-index: 2;
}

.faqBody .answer>p {
    margin-bottom: 15px;
    text-align: justify;
}

@media (max-width: 425px) {
    .faqBody .faqContainer h1 {
        font-size: 18px;
    }

    .faqBody .faqContainer p {
        font-size: 10px;
    }

    .faqBody h3.question {
        font-size: small;
    }
}





.whyWidget {
    padding: 0 80px;
    position: relative;
}


.whyWidget .whyWidgetRow h1 {
    font-size: 25px;
    font-weight: 600;
    color: var(--blck);
    padding-top: 60px;
    background-color: rgb(250, 183, 11);
    margin-top: 20px;
    padding: 3px;
}


@media only screen and (max-width: 768px) {
    .whyWidget {
        padding: 0 30px;
    }

    .whyWidget .whyWidgetRow h1 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 425px) {
    .whyWidget {
        padding: 0 20px;
    }
}



.whyWidget .whyWidgetRow .content p {
    padding-top: 20px;
    font-family: 'outfit' 'regular';
    font-size: 18px;
    font-weight: 200;
    text-align: justify;
    margin-left: 15px;
}

.whyWidget .whyWidgetRow .content p span {
    font-size: 18px;
}

.whyWidget .whyWidgetRow li {
    margin-left: 20px;
}

.whyWidget .whyWidgetRow li::marker {
    color: #FCB41A;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {

    .whyWidget .whyWidgetRow .content p {
        font-size: 14px;
    }

    .whyWidget .whyWidgetRow .content p span {
        font-size: 14px;
    }
}

.onedayPlan {
    padding-bottom: 0;
    padding-top: 0;
    background-color: var(--white);
    margin-top: -30px;
    margin-bottom: 20px;
    padding: 0px 80px;
}

.onedayPlan .templateContainer h1 {
    font-size: 22px;
    font-weight: 600;
    color: var(--blck);
    padding-top: 20px;
}

.onedayPlan .templateContainer h1 span {
    font-size: 22px;
    font-weight: 600;
    color: var(--blck);
    padding-top: 40px;
}

.onedayPlan .templateContainer .content p {
    font-family: 'outfit' 'regular';
    font-size: 18px;
    text-align: justify;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {

    .onedayPlan {
        margin-top: 10px;
        padding: 0px 30px;
    }

    .onedayPlan .templateContainer .content p {
        font-size: 14px;
        margin: 0;
        padding-top: 20px;
    }
}

.onedayPlan .templateContainer h1 span {
    border-bottom: 7px solid hsl(35.77deg 89.66% 65.88%);
    display: inline-block;
}



.onedayPlan .templateContainer .templateRow {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.onedayPlan .templateContainer .templateRow .wContentRow {
    max-width: 100%;
    flex: 40%;
    /* padding: 0; */
    border-radius: 35px;
}

.onedayPlan .templateContainer .templateRow .wContentRow p {
    color: var(--blck);
    font-family: 'outfit' 'regular';
    font-weight: 200;
    font-size: 18px;
    line-height: 28px;
}

.onedayPlan .templateContainer .templateRow .wContentRow h2 {
    font-size: 18px;
    color: var(--blck);
    font-weight: 600;
    margin-top: 40px;
}

@media (min-width: 1024px) {
    .onedayPlan .templateContainer .templateRow .wContentCol1 {
        padding-right: 60px;
    }

    .onedayPlan .templateContainer .templateRow .wContentCol2 {
        padding-left: 60px;
    }
}

.onedayPlan .wContentRow .templateContainer {
    padding: 0;
}

@media (min-width: 769px) {
    .onedayPlan .templateContainer .templateRow .wContentCol1 {
        padding-right: 30px;
    }

    .onedayPlan .templateContainer .templateRow .wContentCol2 {
        padding-left: 30px;
    }
}


@media only screen and (max-width: 768px) {
    .onedayPlan .templateContainer .templateRow .wContentRow {
        flex: 100%;
        max-width: 100%;
    }

    .onedayPlan .templateContainer .templateRow .wContentCol1 {
        padding: 0;
    }

    .onedayPlan .templateContainer .templateRow .wContentCol2 {
        padding: 0;
    }

    .onedayPlan .templateContainer .templateRow .wContentRow p {
        font-size: 14px;
    }

    .onedayPlan .templateContainer .templateRow .wContentRow h2 {
        font-size: 15px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 525px) {
    .onedayPlan .templateContainer h1 span {
        border-bottom: none
    }

    .onedayPlan .templateContainer h1 {
        position: relative;
        display: inline-block;
        padding-bottom: 8px;
    }

    .onedayPlan .templateContainer h1::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 120px;
        border-bottom: 7px solid hsl(35.77deg 89.66% 65.88%);
    }
}

@media only screen and (max-width: 425px) {
    .onedayPlan {
        padding: 0px 20px;
    }
    .onedayPlan .templateContainer h1 span{
        font-size: 20px;
        padding-top: 0px;
    }
    .onedayPlan .templateContainer h1 {
        font-size: 20px;
        border-bottom: 7px solid hsl(35.77deg 89.66% 65.88%);
        display: inline-block;
        padding-bottom: 0px;
    }
    .onedayPlan .templateContainer h1::before {
        border-bottom: none;
    }
    .onedayPlan .templateContainer .content p{
        text-align: center;
    }
}

@media only screen and (max-width: 375px){
    .onedayPlan .templateContainer .templateRow .wContentRow h2{
        font-size: 14px;
    }
    .onedayPlan .templateContainer .templateRow .wContentRow p{
        font-size: 13px;
    }
}



.letsdrive {
    padding: 0px 80px;
}

.letsdrive img {
    width: 100%;
}

@media (min-width: 426px) {
    .lets2 {
        display: none;
    }
}

@media (max-width: 768px) {
    .letsdrive {
        padding: 0px 20px;
    }
}

@media only screen and (max-width: 425px) {
    .letsdrive {
        padding: 0px;
    }

    .lets1 {
        display: none;
    }
}



.visitUs {
    padding: 0 150px;
    position: relative;
}

.visitUs .content p {
    padding-top: 20px;
    font-family: 'outfit' 'regular';
    font-size: 18px;
    font-weight: 200;
    text-align: center;
    font-style: italic;
}

@media only screen and (max-width: 768px) {
    .visitUs {
        padding: 0 30px;
    }

    .visitUs .content p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 425px) {
    .visitUs {
        padding: 0 20px;
    }
}