* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    list-style: none;
}
a {
    text-decoration: none;
    transition: all .4s ease;
}
/* p {
    margin: 0;
} */
figure {
    margin: 0;
}
img {
    max-width: 100%;
    transition: all .4s ease;
}
ul {
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
.form-control:focus, .form-select:focus{
    box-shadow: none;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #FD3818;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #FD3818;
    color: #fff;
}
option:checked, option:hover{
    background-color: #FD3818 !important;
    color: #fff;
}
.section_heading h2{
    color: #FD3818;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 19px;
}
.section_heading b{
    color: #212121;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
/* ///////////header///////////////////// */
.menu-bar{
    display: none;
}
.mobile-view{
    display: none;
}
header .top-section {
    background: #FD3818;
}
.top-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.top-header .social-icon ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.top-header .social-icon ul li {
    border-right: 1px solid #b13a45;
    padding: 12px 15px;
}
.top-header .social-icon ul li:first-child {
    border-left: 1px solid #b13a45;
}
.top-header .social-icon ul li a {
    color: #fff;
    font-size: 13px;
}
.top-header .contact-info {
    display: flex;
    flex-wrap: wrap;
}
.top-header .contact-info .contact-detail {
    border-right: 1px solid #b13a45;
    border-left: 1px solid #b13a45;
    padding: 12px 30px;
}
.top-header .contact-info .contact-detail ul {
    display: flex;
    flex-wrap: wrap;
}
.top-header .contact-info .contact-detail ul li {
    padding-right: 10px;
}
.top-header .contact-info .contact-detail ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.top-header .contact-info .email-detail {
    border-right: 1px solid #b13a45;
    padding: 12px 30px;
}
.top-header .contact-info .email-detail ul {
    display: flex;
    flex-wrap: wrap;
}
.top-header .contact-info .email-detail ul li {
    padding-right: 10px;
}
.top-header .contact-info .email-detail ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
header .bottom-header .nav-bar{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 14px 0;
    align-items: center;
}
header .bottom-header .nav-bar .navigation{
    margin-left: auto;
}
header .bottom-header .nav-bar .btn{
    margin-left: auto;
}
header .bottom-header .nav-bar .navigation ul{
    display: flex;
    flex-wrap: wrap;
}
header .bottom-header .nav-bar .navigation ul li:last-child{
    margin: 0;
}
header .bottom-header .nav-bar .navigation ul li a:hover{
    color: #ef323a;
    transition: all .4s ease-in-out;
}

header .bottom-header .nav-bar .navigation ul li {
    padding-right: 58px;
}
header .bottom-header .nav-bar .navigation ul li:last-child{
    padding-right: 32px;
}
header .bottom-header .nav-bar .navigation ul li a{
    font-size: 16px;
    font-weight: 800;
    color: #1b1d21;
    font-family: 'Nunito Sans', sans-serif;
    position: relative;
}
header .bottom-header .nav-bar .navigation ul li a i {
    position: absolute;
    top: 3px;
    font-size: 14px;
    right: -13px;
    color: #c3c7c9;
}
.bottom-header .menu-bar{
    display: block;
}
.bottom-header .menu-bar{
    display: block;
    transition: all .4s ease-in-out;
    width: 100%;
    height: 18px;
    position: relative;
    top: -6px;
    background: none;
    border: none;
    z-index: 20;
}
.bottom-header .menu-bar span{
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 12px;
    border-bottom: 2px solid #000;
    transition: all .3s ease-in-out;
}
.bottom-header .menu-bar span:nth-child(2){
    top: 6px;
    left: -5px;
}
.bottom-header .menu-bar span:nth-child(3){
    top: 12px;
}
.navigation .dropdown-list{position: relative;}
.bottom-header .navigation-2{
    transition: all .3s ease-in-out;
    background-color: #FD3818;
    width: 450px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 10;
}
.bottom-header .navigation-2.open{
    left: 0;
}
header .bottom-header .nav-bar .navigation-2 ul{
    display: block;
    margin-top: 40px;
    padding-left: 50px;
}
.bottom-header .nav-bar .navigation-2 ul li{
    margin-right: 0;
    margin-bottom: 20px;
}
.bottom-header .nav-bar .navigation-2 ul li a{
    color: #fff;
}
/* ///////////header///////////////////// */

/* header */

.top_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #FD3818;
    padding: 5px 54px 6px 64px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 200%);
}
.location {
    display: flex;
}
.location .form-select {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    background-image: url(../images/down-arrow.svg);
    margin: 0;
}
.timeSection span, .login a{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    padding-left: 11px;
}
.timeSection span:first-child{
    padding-left: 0;
}
.right_top_header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.socialIcon ul {
    display: flex;
    flex-wrap: wrap;
}
.socialIcon ul li {
    margin-right: 20px;
}
.socialIcon ul li:last-child {
    margin-right: 0px;
}
.login {
    padding: 0 22px;
    position: relative;
    margin-right: 29px;
    margin-left: 18px;
}
.login:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 25px;
    background: rgba(255, 255, 255, 0.48);
    top: 0px;
    left: 0;
}
.login:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 25px;
    background: rgba(255, 255, 255, 0.48);
    top: 0px;
    right: 0;
}
.logoImg {
    padding: 0 48px 0px 56px;
}
.socialIcon ul li a:hover img {
    transform: translateY(-3px);
    transition: all .5s ease;
}
.header_wrapper{position: relative;}
.header_wrapper::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #FD3818;
    top: 0;
    left: 0;
}
.header_wrapper::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #000;
    bottom: 0;
    left: 0;
    z-index: -1;
}
/* med-header */
 .mid_header {
    padding: 4px 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.contact_box {
    display: flex;
    flex-wrap: wrap;
}
.contact_detail {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 9px;
}
.contactInfo {
    margin-right: 66px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.contactInfo:last-child{
    margin-right: 0;
}
.contact_detail a {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.contact_detail span {
    color: #FD3818;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.btn {
    border-radius: 9px;
    border: 2px solid #FD3818;
    background: rgba(217, 217, 217, 0.00);
    padding: 5px 36px;
    color: #FD3818;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.btn:hover {
    background: #FD3818;
    color: #fff;
}

/* header_navbar */
.header_navbar {
    padding: 8px 90px;
    background-color: #000;
    /* clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%); */
    margin-bottom: -7px;
    position: relative;
}
.header_navbar .navbar {
    display: block;
    /* padding: 0; */
}
.navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.navigation li a {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.navigation li a:hover{
    color: #FD3818;
}
.navigation li .dropdown-list:hover .dropdown-menu{
    display: block;
}

/* header-end */

/* banner-start */
.banner{
  /*  background: url(../images/banner.webp);*/
    width: 100%;
    height: 570px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.banner1 {
    background: url(../images/banner.webp) no-repeat center bottom;    
}
.banner2 {
    background: url(../images/banner2.webp);
    
}
.banner3 {
    background: url(../images/banner3.webp);
   
}
.banner_content {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column; padding-top: 70px;
    /* justify-content: center; */
    height: 100vh;
    width: 100%;
}
.banner_content h1{
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 14px;
}
.banner_content h1 strong{
    color: #FD3818;
}
.banner_content p{
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    max-width: 520px;
}
.modal_box .form-select, .modal_box .form-control {
    padding: 20px 26px;
    color: #939393;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 0;
}

/* .modal_box .form-select {
    background-color: #FD3818;
} */
.modal_box {
    background: rgba(6, 6, 6, 0.10);
    backdrop-filter: blur(10px);
    width: 100%;
    padding: 31px 61px; max-width: 600px;
}
.fill_btn {
    padding: 20px 19px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border: 2px solid #FD3818;
    line-height: normal;
    border-radius: 0;
    background: #FD3818;
}
.fill_btn:hover{
    background-color: #fff;
    border: 2px solid #FD3818;
    color: #FD3818;
}
/* banner-end */

/* about-section */
.about-section {
    margin: 120px 0 90px;
}
.text_cotent{
    color: #939393;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.aboutContent {
    padding-left: 70px;
}
.aboutImg{
    position: relative;
}
.aboutImg::before{
    position: absolute;
    content: "";
    background-image: url(../images/about_shape_1.png);
    background-repeat: no-repeat;
    width: 144px;
    height: 27px;
    top: 43px;
    right: 74px;
}
.aboutImg::after{
    position: absolute;
    content: "";
    background: url(../images/about_shape_2.png);
    background-repeat: no-repeat;
    width: 27px;
    height: 144px;
    bottom: 32px;
    left: 28px;
}
/* about-end */

/* service-start */
.service-section .section_heading b{
    color: #fff;
}
.service-section {
    background-image: url(../images/service-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 92px 0;
}
 .sub-heading{
    color: #DD6610;
   
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
/* .section_heading b{
    color: #fff;
} */
.service-section .owl-carousel .owl-nav button.owl-prev, .brand-box .owl-carousel .owl-nav button.owl-prev{
    background-image: url(../images/left-arrow.svg);
    background-color: #FD3818;
    background-position: center;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    position: absolute;
    left: -110px;
}
.service-section .owl-carousel .owl-nav button.owl-prev:hover, .brand-box .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: #000;
}
.service-section .owl-carousel .owl-nav button.owl-next:hover, .brand-box .owl-carousel .owl-nav button.owl-next:hover{
    background-color: #000;
}
.service-section .owl-carousel .owl-nav button.owl-prev span, .service-section .owl-carousel .owl-nav button.owl-next span, .brand-box .owl-carousel .owl-nav button.owl-prev span, .brand-box .owl-carousel .owl-nav button.owl-next span{
    font-size: 0;
}
.service-section .owl-carousel .owl-nav button.owl-next, .brand-box .owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/right-arrow.svg);
    background-color: #FD3818;
    background-position: center;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
}
.service-section .owl-nav {
    right: 0;
    text-align: right;
    top: -120px;
    position: absolute;
}
.our-solution-list .solution-content {
    padding: 10px;
    background: #fff;
    border-radius: 13px;
}
.our-solution-list .solution-content h4 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.our-solution-list .solution-content p {
    color: #939393;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block;
}
.our-solution-list .solution-content figure {
    border: 4px solid #FD3818;
    border-radius: 13px;
    overflow: hidden;
    margin-bottom: 15px;
}
.our-solution-list {
    margin-top: 56px;
}

/* service-section-end */

/* mastercard-section */
.mastercard {
    margin: 545px 0 34px 0;
}
.mastercard-box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mastercard-box ul li {
    width: 50%;
    /* padding: 0px 70px 0 0; */
}
.goldCardImg figure {
    max-width: 450px;
    margin: 0 auto;
}
.silverCardImg figure {
    max-width: 450px;
    margin: 0 auto;
}
.mastercard-box ul li:last-child {
    /* padding: 0 0 0 70px; */
}
/* mastercard-end */

/* assistance-service-start */
.assistance-service{
    position: relative;
    background-image: url(../images/assistance-service-bg.webp);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 438px;
}
.service_box ul{
    display: flex;
    flex-wrap: wrap;
}
.service_box ul li {
    width: 50%;
    height: 438px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.left_wrapper{
    background-color: #FD3818;
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}
.emailSection .form-group input[type="text"]::placeholder{
    color: #fff;
}
.newsletter h2{
    color: #fff;
}
.newsletter b{
    color: #000;
}
.right_content_box h2 {
    color: #fff;
    max-width: 458px;
    margin-bottom: 57px;
}
.right_content_box b{
    color: #FD3818;
}
.right_content_box .fill_btn{
    padding: 10px 50px;
    border-radius: 9px;
    display: inline-block;
}
.right_content_box .fill_btn:hover{
    background-color: #fff;
    color: #FD3818;
    transition: all .4s ease-in-out;
}
.emailSection {
    margin-top: 76px;
}
.emailSection .form-group{
    width: 100%;
    position: relative;
}
.emailSection .form-group .btn {
    position: absolute;
    right: 17px;
    top: 17px;
    width: 42px;
    padding: 0;
    height: 42px;
    border: none;
}
.emailSection .form-group input[type="text"] {
    width: 100%;
    position: relative;
    padding: 24px 17px;
    border-radius: 9px;
    border: 2px solid #fff;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    line-height: normal;
    background: transparent;
}
/* assistance-service-end */

/* why-choosesus */
.list_icon {
    border-radius: 9px;
    background: #FFE5E1;
    width: 45px;
    height: 45px;
    display: inline-flex;
    transform: rotate(45deg);
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.list_icon svg {
    transform: rotate(-45deg);
}
.chooseus_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.chooseus_list ul .chooseus_list_detail {
    display: flex;
    width: 50%;
    margin-bottom: 55px;
    padding: 0 10px;
}
.chooseus_content {
    padding-left: 15px;
}
.chooseus_content h3{
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}
.chooseus_content p{
    color: #939393;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.rightBox{
    position: relative;
}

.why-choose-us {
    margin: 91px 0 24px 0;
}
.chooseus_list {
    margin-top: 56px;
    padding-right: 66px;
}
.why-chooseus-box{
    display: flex;
    flex-wrap: wrap;
}
.why-chooseus-box .leftBox{
    width: 60%;

}
.why-chooseus-box .rightBox{
    width: 40%;
    position: relative;
}

/* choosus-end */

/* brand-start */
.brand-list figure {
    border-radius: 12px;
    background: #F2F2F2;
    width: 173px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-box .owl-carousel .owl-item .brand-list figure img {
    max-width: 78px;
    width: auto;
}
.brand-box .owl-carousel .owl-nav button.owl-prev{
    top: 50%;
    transform: translateY(-50%);
    left: -76px;
}
.brand-box .owl-carousel .owl-nav button.owl-next{
    top: 50%;
    transform: translateY(-50%);
    right: -76px;
}
.brand-box {
    margin-top: 42px;
}
.brand-section {
    margin: 91px 0;
}
/* brands-end */

/* contactInfo */
.innerCard {
    display: flex;
    flex-wrap: wrap;
}
.innerCard .cardBox {
    width: 33.33%;
    padding: 45px;
    margin-bottom: -35px;
}
.innerCard .cardBox a{
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
}
.innerCard .cardBox.card-1 {
    background: #000;
}
.innerCard .cardBox.card-2 {
    background: #CE0808;
}
.innerCard .cardBox.card-3 {
    background: #FF3104;
}




/* footer-start */
footer{
    background-image: url(../images/footer-bg.png);
    background-position: center center;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    /* background-size: cover; */
    background-repeat: no-repeat;
    padding-top: 130px;
    padding-bottom: 30px;
    /* position: relative;
    z-index: -1; */
}
.footerList h3{
    font-size: 16px;
    color: #fff; text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.footerList li a{
    color: #D9D9D9;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}
.footerList li a:hover{
    color: #FD3818;
}
.footerList li{
    position: relative;
    padding-left: 15px;
}
.footerList li::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    top: 16px;
    left: 0;
}
.copyright{
    width: 100%;
    background-color: #FD3818;
    padding: 22px 0 15px 0;
    position: relative;
    bottom: 0px;
    margin-top: 18px;
}
.copyright p{
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: normal;
    margin: 0;
}
.copyright a{
    text-decoration: underline;
    color: #fff;
}



/* membership-plan */
.membership-plan{
    background-image: url(../images/plan-bg.webp);
    background-color: rgba(255, 255, 255, 0.92);
    background-size: cover;
    background-position: center;
    width:100%;
    padding-top: 96px;
    position: relative;
    height: 686px;
    z-index: 0;
}
.membership-plan:after{
    position: absolute;
    background: rgba(255, 255, 255, 0.92);
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 686px;
    z-index: -1;
}
.planList ul{
    justify-content: center;
}
.planList .nav-link {
    padding: 15px 47px 17px 72px;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    border-radius: 8px;
    position: relative;
    background: #595757;
    color: #fff;
}
.planList .nav-link::after {
    /* z-index: -1; */
    position: absolute;
    content: "";
    background-image: url();
    background-repeat: no-repeat;
    width: 29px;
    height: 18px;
    bottom: -15px;
    left: 15px;
    display: none;
}
.planList .nav-link.active::after{
    display: block;
}
.planList .nav-link.active{
    background: #000;
    color: #fff;
}
.planList .nav-link span{
    padding-right: 15px;
}
.planList .nav-item{
    margin-right: 27px;
}
.planList .nav-link.bg-secondary{
    background-color: #595757;
    color: #fff;
}
.basic{
    width: 251px;
    background: #FD3818;
    color: white;
    padding: 15px 35px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    border-top-left-radius:13px;
    font-size: 20px;
    text-align: center;
    position: relative;
    left: -20px;
    top:-20px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.basic::before {
    content: "";
    position: absolute;
    border-width: 10px;
    height: 0px;
    border-style: solid;
    border-color: transparent #FD3818 #FD3818 transparent;
    left: 0px;
    bottom: -20px;
    transform: rotate(270deg);
}






/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
	background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
	border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
	color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li{
	color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
    color: #939393;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}
#generic_price_table .generic_content .generic_feature_list ul li .check-arrow i{
    color: #01881f;
    font-size: 30px;
}

#generic_price_table .generic_content .generic_feature_list ul li .number{
    color: #FFAA04;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
}
#generic_price_table .generic_content .generic_feature_list ul li span b{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	background-color: #E4E4E4;
	border-left: 5px solid #FD3818;
}

#generic_price_table .generic_content .generic_price_btn a{
	border: 1px solid #FD3818;
    color: #2ECC71;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
	border-color: #FD3818 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FD3818;
	color: #fff;
}

/* #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
	color: #fff;
} */

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a{
	background-color: darkgoldenrod;
	color: #fff;
}
#generic_price_table{
	margin: 50px 0 50px 0;
    font-family: 'Poppins', sans-serif;
}
.row .table{
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
	/* overflow: hidden; */
	position: relative;
	text-align: center;
    border-radius: 26px;
background: #FFF;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
height: 100%;
margin-right: 33px;
}
.generic_feature_list {
    margin-bottom: 45px;
}
#generic_price_table .generic_content .generic_price_btn {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: 0;
}
#generic_price_table .generic_content .generic_head_price {
padding-top: 60px;
}

/* #generic_price_table .generic_content .generic_head_price .generic_head_content{
	margin: 0 0 50px 0;
} */


/* #generic_price_table .generic_content .generic_head_price .generic_head_content .head{
	padding-top: 40px;
	position: relative;
	z-index: 1;
} */

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
    color: #000;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    /* line-height: 34px; */
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
	padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
	display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #FD3818;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#generic_price_table .generic_content .generic_feature_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
    padding-bottom: 50px;
}

#generic_price_table .generic_content .generic_feature_list ul li{
	padding: 0 20px;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.planList{
    padding-bottom: 60px;
}

#generic_price_table .generic_content .generic_feature_list ul li .fa{
	padding: 0 10px;
}


#generic_price_table .generic_content .generic_price_btn a{
    border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    outline: medium none;
    padding: 4px 23px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 50px;
    background: #000;
    line-height: 34px;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.discount-box{
    position: absolute;
    top: 12px;
    background: green;
    color: #fff;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 0px 50px 0px 0px;
}
.text-center h1,
.text-center h1 a{
	color: #7885CB;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
}
.demo-pic{
	margin: 0 auto;
}
.demo-pic:hover{
	opacity: 0.7;
}

#generic_price_table_home ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}
#generic_price_table_home li{
	float: left;
}
#generic_price_table_home li + li{
	margin-left: 10px;
	padding-bottom: 10px;
}
#generic_price_table_home li a{
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0px;
}
#generic_price_table_home .blue{
	background: #3498DB;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
	background: #2ECC71;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
	background: #7F8C8D;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
	background: #34495E;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
	background: #E67E22;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
	background: #9B59B6;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
	background: #E74C3C;
	transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
	background: #1ABC9C;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
	border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}
#generic_price_table_home .divider span{
	width: 100%;
	display: table;
	height: 2px;
	background: #ddd;
	margin: 50px auto;
	line-height: 2px;
}
#generic_price_table_home .itemname{
	text-align: center;
	font-size: 50px ;
	padding: 50px 0 20px ;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext{
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer{
	padding:40px 0;
}

.price-heading{
    text-align: center;
}
.price-heading h1{
	color: #666;
	margin: 0;
	padding: 0 0 50px 0;
}
.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium ;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bottom_btn{
	background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;

}
.bottom_btn:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
}






@media(min-width:1600px){
    .container{
        max-width: 1440px;
    }
}



.bottom-fixed-icon {
    position: fixed;
    right: 10px;
    bottom: 10px;
}

.bottom-fixed-icon a {
    background: #fff;
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 12px;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #fff;
    background: #000;
    margin-bottom: 10px;
}

.bottom-fixed-icon a svg {width: 30px;filter: brightness(0) invert(1);}

.location .form-select option {
    color: #000;
}

.location .form-select:focus {
    box-shadow: none;
}



.testimonial {
    background-color: #F7F7F7;
    padding-bottom: 70px;
  }

  .wrapper {
      background: url();
      width: 100%;
      height: 581px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      padding-top: 91px;
  }
  .testimonial .section_heading h2{
    color: #000;
  }
  .testimonial .section_heading h2 b{
    color: #FD3818;
  }
  .quote-row {
      margin: auto;
      width: 100%;
      max-width: 1440px;
      display: flex;
      align-items: center;
      position: relative;
      justify-content: center;
  }
  .quote-column {
      position: absolute;
      padding: 0 !important;
      overflow: hidden;
      transition-property:top, left, right, bottom;
      background: transparent;
      box-shadow: none;
  /*     transition: .4s; */
  }
  .col-active {
      width: 33.33% !important;
      transform: translate(-50%, -50%)!important;
      top: 50%!important;
      left: 50%!important;
      bottom: unset!important;
      background: rgba(255, 255, 255, 0.375);
      box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
      border-radius: 1.3rem;
      border: 1px solid rgba(255, 255, 255, 0.37);
      overflow: hidden;
    z-index:1;
  }

  .col-inner {
      position: relative;
      width: 100%;
      max-width: 130px;
      align-items: stretch;
      justify-content: center;
      overflow: hidden;
  }
  .col-active .col-inner {
      max-width: 100%;
      border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 17px;
  }


  .author-meta{
      width: 100%;
      position: relative;
      border: none;
  }
  .col-active .author-meta{
      width: 100%;
      display: flex;
      align-items: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.432);
      flex-direction: column;
  }

  .image-cover{
      /* position: absolute; */
      width:100%;
      /* float: left;
      aspect-ratio: 1/1;
      overflow: hidden; */
      border-radius: 100%;
      z-index: 1;
      cursor: pointer;
  }
  .col-active .image-cover{
      position: relative;
      width:60px;
      max-width: 140px;
      height: 60px;
      float: left;
      aspect-ratio: 1/1;
      overflow: hidden;
      border-radius: 50%;
      z-index: 1;
  }


  .author-info{
      width:100%;
      text-align: center;
      padding: 10px;
      overflow: hidden;
      visibility: hidden;
  }
  .col-active .author-info{
      visibility: visible;
  }

  .author-info .author-name, .author-info .person-title{
      transform: translate(-100%, 0%);
      transition: .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  }

  .show .author-info .author-name{
      transform: translate(0%, 0%);
  }
  .show .author-info .person-title{
      transform: translate(0%, 0%);
      transition-delay: .2s;
      color: #939393;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .person-name{
    color: #FD3818;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
  }

  .person-title{
      font-family:Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: #000;
      margin: 0;
  }

  .quote-wrapper{
      position: relative;
      width: 100%;
      color: #939393;
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      z-index: 0;
  }
  .col-active .quote-wrapper{
      visibility: visible;
  }
  .col-active{
    width: 400px !important;
  }
  .col-active .image-cover img{
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%;
  }
  /* img {
      object-fit: cover;
      position: relative;
      width: 100%;
      height: 100%;
  } */
  .user-rating {
        display: flex;
        justify-content: center;
    }
    .user-rating li i{
        color: #FFAA04;
    }
    .col-active .quote-symbol {
        display: none;
    }
    .show .quote-wrapper .quote-symbol:first-child{
        display: none;
    }
    .quote-wrapper .quote-symbol:first-child{
        display: none;
    }


  .quote-wrapper .quote-symbol{
      font-size:14vw;
      line-height: 1em;
      position: absolute;
      top: 0;
      width: 50%;
      height: 100%;
      overflow: hidden;
      background-color: rgb(255, 255, 255);
      z-index: 1;
      transition: 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  }

  .quote-wrapper .quote-symbol:first-child {
      left: 0%;
      text-align: right;
  }

  .quote-wrapper .quote-symbol:last-child {
      right: 0%;
      text-align: left;
  }

  .show .quote-wrapper .quote-symbol:first-child {
      left: -50%;
  }

  .show .quote-wrapper .quote-symbol:last-child {
      right: -50%;
  }

  /*--Arrow--*/
  .arrows-wrap {
      position: unset;
  }

  .arrow {
      position: absolute;
      width: 30px;
      height: 30px;
      top: 80%;
      background-color: #494949;
      cursor: pointer;
  }
  .left-arrow {
      float: left;
      left: 30px;
      clip-path: polygon(40% 0%, 40% 20%, 100% 33%, 100% 67%, 40% 80%, 40% 100%, 0% 50%);
  }
  .right-arrow {
      float: right;
      right: 30px;
      clip-path: polygon(0 33%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0 67%);

  }



  @media (min-width:640px){
      .col-active {
          width: 75% !important;
          height: unset!important;
          transform: translate(-50%, -50%)!important;
          top: 50%!important;
          left: 50%!important;
      }
  }

  @media (min-width:840px){
      .col-active {
          width: 50% !important;
      }
  }

  @media (min-width:1080px){
      .col-active {
          width: 33.33% !important;
      }
  }

  @media (max-width:640px){

      .quote-column{
          width: 90% !important;
          top:50%;
          position: absolute;
          opacity: 0;
          transform:translate(-50%, -50%)!important;
          left: 50%;
          height: auto!important;
          z-index: 0;
          transition: .5s all;
      }

      .col-active {
         opacity: 1;
          z-index: 1;
      }

      .col-inner {
          max-width: 100%;
      }
      .author-meta{
          width: 100%;
          display: flex;
          align-items: center;
          border-bottom: 1px solid rgba(255, 255, 255, 0.432);
      }
      .image-cover{
          position: relative;
          width:30%;
          max-width: 140px;
          float: left;
          aspect-ratio: 1/1;
          overflow: hidden;
          border-radius: 1.3rem 0rem 1.3rem 0rem;
          z-index: 1;
      }
      .quote-wrapper{
          visibility: visible;
      }


      .quote-wrapper .quote-symbol{
          font-size:34vh;
      }

  }

  .navigation .dropdown-menu li a {
    color: #000;
}

.header_navbar::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 66px;
    background-color: #fff;
    clip-path: polygon(0% 0%, 100% -7%, 27% 100%, 0% 100%);
    top: 0;
    left: -5px;
    /* bottom: -4px; */
    height: 81%;
}

/* book-now-modal */
/* Full-width input fields */
input[type=text], input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f7f7f7;
      font-family: Montserrat,Arial, Helvetica, sans-serif;
  }
  select {
    width: 18%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f7f7f7;
      font-family: Montserrat,Arial, Helvetica, sans-serif;
  }
  
  input[type=phone] {
    width: 81%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f7f7f7;
  }
  
  input[type=text]:focus, input[type=password]:focus, input[type=phone]:focus, select:focus {
    background-color: #ddd;
    outline: none;
  }
  
  
  
  /* Set a style for all buttons */
  button {
    background-color: #0eb7f4;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
      font-size:16px;
      font-family: Montserrat,Arial, Helvetica, sans-serif;
      border-radius:10px;
  }
  
  button:hover {
    opacity:1;
  }
  
  
  /* Change styles for signup button on extra small screens */
  @media screen and (max-width: 300px) {
    .signupbtn {
       width: 100%;
    }
  }
  
  .youtubeBtn{
      position: fixed;
      right: 20px;
    transform:translatex(-50%);
      top: 20px;
      cursor: pointer;
      transition: all .3s;
      vertical-align: middle;
      text-align: center;
      display: inline-block;
    background:#000;
    padding:2px 10px;
    border-radius:5px;
  }
  .youtubeBtn i{
     font-size:20px;
    float:left;
  }
  .youtubeBtn a{
      color:#ff0000;
      animation: youtubeAnim 1000ms linear infinite;
    float:right;
  }
  .youtubeBtn a:hover{
    color:#c9110f;
    transition:all .3s ease-in-out;
  }
  .youtubeBtn i:active{
    transform:scale(.9);
    transition:all .3s ease-in-out;
  }
  .youtubeBtn span{
      font-family: 'Lato';
      font-weight: bold;
      color: #fff;
      display: block;
      font-size: 12px;
      float: right;
      line-height: 20px;
      padding-left: 5px;
    
  }
  
  @keyframes youtubeAnim{
    0%,100%{
      color:#c9110f;
    }
    50%{
      color:#ff0000;
    }
  }

  @media (max-width: 320px) {
}

@media (max-width: 767px) {
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}

@media(max-width:1199px){
    .mobile-view{
        display: none;
    }
    .rightBox::after{
        background-size: 380px;
        right: 0;
        top: -120px;
        width: 100%;
    }
    .why-chooseus-box{
        align-items: center;
    }
    .brand-box .owl-carousel .owl-nav button.owl-prev {
        top: 50%;
        transform: translateY(-50%);
        left: -14px;
    }
    .brand-box .owl-carousel .owl-nav button.owl-next {
        top: 50%;
        transform: translateY(-50%);
        right: -14px;
    }
    .brand-section {
        margin: 40px 0;
    }
    .owl-dots{
        display: none;
    }
    .brand-list figure{
        width: 100%;
    }
    .footerList li::before{
        top: 10px;
    }
    .footerList li a{
        line-height: normal;
        font-size: 14px;
    }
    .footerList h3{
        margin-bottom: 20px;
        font-size: 18px;
    }
    .innerCard .cardBox{
        padding: 30px;
    }
    footer{
        padding-top: 100px;
    }
    .wrapper{
        height: 100%;
        padding-top: 50px;
    }
    .sub-heading{
        font-size: 30px;
    }
    .section_heading h2, .section_heading h2 b{
        font-size: 25px;
    }
    .why-choose-us {
        margin: 40px 0 0 0;
    }
    .chooseus_content h3{
        font-size: 13px;
    }
    .chooseus_list{
        margin-top: 35px;
    }
    /* .quote-column{
        bottom: -40px !important;
    } */
    .mastercard {
        margin: 480px 0 34px 0;
    }
    .planList ul {
        justify-content: center;
        flex-wrap: nowrap;
        justify-content: center;
        overflow: auto;
        overflow-y: hidden;
        gap: 12px;
    }
    .planList .nav-item {
        margin-right: 0px;
    }
    .membership-plan{
        padding-top: 40px;
    }
    .service-section{
        padding: 50px 0;
    }
    .menu-bar{
        display: none;
    }
    .location .form-select{
        margin: 0;
    }
    .timeSection span, .login a{
        font-size: 13px;
    }
    .login {
        padding: 0 15px;
        margin-right: 15px;
        margin-left: 15px;
    }
    .socialIcon ul li {
        margin-right: 15px;
    }
    .top_header{
        padding: 10px 30px 10px 40px;
    }
    .header_navbar {
        padding: 10px 20px 15px 54px;
    }
    .header_navbar::before{
        height: 74%;
    }
    /* .header_navbar .navbar{
        padding-top: 0;
    } */
    .navigation li a{
        font-size: 14px;
    }
    .btn {
        padding: 5px 20px;
    }
    .contactInfo{
        margin-right: 20px;
    }
    .mid_header{
        padding: 0px 30px 0px 40px;
    }
    .contact_detail span{
        font-size: 13px;
    }
    .logoImg {
        padding: 0 0 0px 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	#generic_price_table .col-md-3{
		float:left;
		width:50%;
	}

	#generic_price_table .col-md-4{
		float:left;
		width:50%;
        padding-bottom: 15px;
	}

	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media(max-width:991px){
    .desktop-view{
        display: none;
    }
    .mobile-view{
        display: block; 
        position: relative;
    }
    .navigation-2.open{z-index: 1000000 !important;}
    header .bottom-header .nav-bar .navigation{
        display: none;
    }
    /* header{
        position: relative;
        background-color: #ef323a;
    } */
    .bottom-header .navigation-2 {
    width: 500px;
    left: -100%;
    top: 0px;
}
header .bottom-header .nav-bar .navigation-2 ul{
    padding-right: 20px;
}
    .nav-bar .logo figure a img{
        max-width: 165px;
    }
    .nav-bar .btn{
        padding: 0px 17px;
        font-size: 12px;
    }
    .menu-bar.open span{
        border-bottom: #000 2px solid;
    }
    .top-header .social-icon ul li{
        padding: 5px 10px;
        border: none;
    }
    .top-header .contact-info .contact-detail{
        border: none;
        padding: 10px 6px;
    }
    .top-header .contact-info .email-detail{
        border: none;
        padding: 10px 6px;
    }
    .top-header{
        justify-content: center;
    }
    .top-header .social-icon ul li:first-child{
        border-left: none;
    }
    .copyright p{
        font-size: 16px;
    }
    .about-section {
        margin: 40px 0 40px;
    }
    .aboutImg {
        text-align: center;
    }
    .aboutImg::after{
        left: 60px;
    }
    .aboutContent {
        padding-left: 0;
        margin-top: 40px;
    }
    .service-section{
        padding: 50px 0 0;
    }
    .plan_details .row{
        flex-wrap: nowrap;
        overflow: auto;
        overflow-y: hidden;
    }
    #generic_price_table{
        margin: 30px 0;
    }
    .brand-box .owl-carousel .owl-nav button.owl-prev, .brand-box .owl-carousel .owl-nav button.owl-next{
        display: none;
    }
    .why-chooseus-box .leftBox {
        width: 100%;
    }
    .rightBox::after{
        display: none;
    }
    .planList ul {
        justify-content: center;
        flex-wrap: nowrap;
    }
    .planList .nav-link{
        padding: 11px 20px;
        font-size: 18px;
    }
    .silverCardImg figure, .goldCardImg figure{
        max-width: 320px;
    }
    .why-choose-us {
        margin: 50px 0 0 0;
    }
    .wrapper{
        height: 100%;
        padding-top: 50px;
    }
    .testimonial{
        padding-bottom: 50px;
    }
    .sub-heading{
        font-size: 30px;
    }
    .section_heading h2, .section_heading h2 b{
        font-size: 25px;
    }
    .membership-plan{
        padding-top: 50px;
    }
    .mastercard {
        margin: 490px 0 34px 0;
    }
    .brand-section {
        margin: 40px 0 40px;
    }
    .innerCard .cardBox{
        padding: 20px;
    }
    .innerCard .cardBox span svg{
        width: 18px;
    }
    .innerCard .cardBox a{
        font-size: 12px;
    }
    footer{
        padding-top: 90px;
    }
    .footerList h3{
        margin-bottom: 10px;
    }
    .fill_btn{
        padding: 17px 13px;
    }
    .modal_box{
        padding: 20px;
    }
    .banner{
        height: 100%;
    }
    .brand-section .owl-carousel button.owl-dot.active {
        background-color: #FD3818;
    }
    .brand-section .owl-carousel button.owl-dot {
        background-color: #d2d3d5;
        border-radius: 50%;
        color: #000;
        font: inherit;
        width: 9px;
        height: 9px;
        border: none;
        margin: 0 3px;
    }
    .brand-section .owl-dots{
        text-align: center;
        padding: 15px;
    }
    .chooseus_list{
        padding-right: 0;
    }
}
/* @media(min-width:767px){
    .container{
        max-width: 100%;
    }
} */
@media(max-width:767px){
    /* .container{
        width: 100%;
    } */
    #generic_price_table .col-md-4{
        width: 50%;
        padding-bottom: 20px;
    }
    footer {
        padding-top: 90px;
        padding: 90px 30px 30px;
    }
    .aboutImg::after {
        left: 180px;
    }
    .aboutImg::before{
        right: 177px;
        top:25px;
    }
    .aboutImg figure {
        max-width: 400px;
        margin: 0 auto;
    }
    .quote-column{
        bottom: -40px !important;
    }
}

@media(max-width:576px){
    .bottom-header .navigation-2 {
        width: 100%;
        left: -100%;
        top: 0px;
    }
    .banner{
        background-position: -150px center;
    }
    .modal_box{
        position: absolute;
        bottom: -200px;
        background: rgba(0, 0, 0, 0.9);
    }
}

.car-model-s{
    background: #D9D9D9; padding: 33px; border-top: 6px solid #FD3818; z-index: 1;
}
.car-box{border-radius: 12px;
    background: #F2F2F2; text-align: center; min-height: 113px; margin:10px 0px; align-items: center;
    display: flex;
    text-align: center;}
.car-model-top button{color: #000;
    font-family: Poppins;
    font-size: 17px;     background: transparent;
    padding: 0px;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    line-height: normal; }
    .car-model-top button img{margin-right: 5px;}
.search_car .form-control{background: #FFF5F5; height: 45px; }
.search_car .form-group{position: relative;}
.search_car .form-group::after{top: 16px;
    content: url(../images/search.png);
    display: block;
    width: 40px;
    position: absolute;
    right: 9px;
}
.car-box-img{margin: auto;}
.car-model{position: relative;}
.car-model-s {
    position: absolute;
    left: 0px;
    right: 0px; display: none; 
    width: 100%;
    top: 64px;
}
.banner{z-index: 1;}
.box-model-car2 .car-box{display: block;     padding-top: 19px;}
.box-model-car2 h2{color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;}
.fill_btn{    margin-top: 5px;
    padding: 19px 10px}
.dropdown-list a img{width: 13px;}
h1{font-size: 22px;}

.dropdown-menu{
    
    margin-top: 0px; max-height: 0px;  transition: max-height 0.5s ease;
   padding: 0px;
    overflow: hidden; display: block;
}

.navigation li .dropdown-list:hover .dropdown-menu{ opacity: 1; max-height: 600px; padding: 10px;  border-top: 5px solid #fd3818;   }
.dropdown-menu li{ padding: 10px; border-bottom: 1px dotted #f0f0f0cc;}
.our-solution-list .solution-content:hover img{transform: scale(1.3);     transition: all .4s ease;}
.our-solution-list .solution-content:hover{background: #fd3818; color: #fff;}
.our-solution-list .solution-content:hover h4, .our-solution-list .solution-content:hover p{color: #fff;}

.notification{max-width: 300px; background: #fff; border-radius: 8px; position: fixed;
    z-index: 100000;
    bottom: 10px;
    right: 8px;
    display: flex;
    font-size: 12px;
    height: 89px;     padding: 17px 10px;     box-shadow: 2px 2px 20px #ff310440; padding-right: 34px; 
} 
button.btn-close.not-btn {
    position: absolute;
    right: 9px;
    top: -2px;
    
}
.location p{color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    padding-left: 11px; margin: 0px 5px 0px 0px;}
.location img{width: 15px;}
.location {
  align-items: center;
}
.dropdown-menu li:hover{background-color: #fd3818; }
.dropdown-menu li:hover a{color: #fff;}
.modal-dialog{max-width: 800px; border-radius:none;}
.citybox img{max-width: 70px; margin: auto; text-align: center;}
.citybox p {
    text-align: center;
    margin-top: 5px;
    color: #000;
}
.citybox{text-align: center;}
.modal-content{    border-radius: 0px;
    border-top: 5px solid #000;}
#accordionExample .accordion-button{margin: 0px;}
#accordionExample .accordion-button:not(.collapsed){background-color: #fd3818; color: #fff;}
#accordionExample .accordion-body{    color: #939393;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;}
#accordionExample .accordion-button:not(.collapsed)::after{filter: invert(1) brightness(10);}
.terms_right p{    color: #939393;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;}
section.faq-section {
    padding: 90px 0px;
    background: #fff8f6;
}
.terms_right {
    padding-left: 70px;
    border-left: 1px solid #ffece6;
}
#accordionExample{margin-right: 50px;}

.modal-header{background-color: #fd3818; color: #fff; border-radius: 0px; position: relative; z-index: 1;}
.modal-header::after{content: "";
    width: 64px;
    height: 70px;
    background: #fff;
    position: absolute;
    right: 0px;
    border-radius: 0px 0px 0px 50px;
    z-index: -1;}

    label {
        font-size: 13px;
    }
    input[type=text], input[type=password]{padding: 10px 15px;}
    #booking_form .btn{padding: 10px 36px; margin-top: 25px;}
 #booking_form .modal-dialog {
        max-width: 653px;}
.footer-new-top{    background: #FF3104; padding: 30px;}
.footer-new-top h3{font-size: 20px;}
.footer-new-top .btn {
    border: 2px solid #fff;
    background: rgba(217, 217, 217, 0.00);
    padding: 5px 9px;
    margin-top: 20px;
    color: #fff;
    font-size: 13px;
    border-radius: 50px;}
 .footer-new-top .btn:hover{background: #fff; color:#FF3104;}
 .footer-new-top .col-md-3>div{position: relative; z-index: 1;}
 .footer-new-top .col-md-3 i{font-size: 27px;
    padding: 10px;
    background: #ff6746; font-size: 20px;
    border-radius: 50%;
    width: 56px; color: #fff;
    height: 56px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #ff886f;
    position: absolute;
    right: 36px;
    bottom: 0px;}
    .footer-new-top .col-md-3{border-right: 1px solid #ff886f;}
    .footer-new-top .col-md-3:last-child{border: none;}


.footer-about{background: #000;
    padding: 23px;
    margin-top: -71px;
    color: #fff; font-size: 14px;
}
.footer-about a{ color:#FF3104;}
.footer-about i{padding: 10px;
    background: #201f1f;
    font-size: 14px;
    border-radius: 50%;
    width: 40px;
    color: #fff;
    height: 40px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #363636;
    margin-right: 10px;
   }
   .footer-about p{    font-size: 12px;
    font-weight: 300;}
 .footer-about .widget-title{    background: #fff;
        margin: -26px;
        padding: 10px;
        border-top: 5px solid #FF3104; text-align: center;}

 .footer-about .widget-title img{    max-width: 152px;
    margin: auto;
}
.footer-about h3{font-size: 25px;}

textarea{display: block; width: 100%;     background: #f7f7f7; padding: 10px 15px;
    font-family: Montserrat,Arial, Helvetica, sans-serif; border: 0px;}


#otp-v input {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center; border: 1px solid #c3c7c9;}
#otp-v .modal-dialog{max-width: 300px;}
#otp-v form{    justify-content: center;
    display: flex;
    gap: 9px;
}

.header-middle {
    background: #fff7f5;
    padding: 15px; font-weight: 600; display: none;
    text-align: center;
    color: #000;
}

.header-middle a{ color: #000; font-weight: 600;}
.header-middle span{ font-size: 13px; font-weight: 400;}
.header-middle .topmargin-lg a{
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    padding: 10px;
    border-radius: 50px;
}
.header-middle .topmargin-lg  {display: inline-flex;
margin: auto;
text-align: center;
gap: 26px;
}
.owl-item.active .banner h1{    -webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both; -webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.owl-item.active .banner p{   -webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    
    -webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}


@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.owl-item.active .banner h3{  background: #fff;
    border-bottom: 10px solid #ff3104;
    /* border-style: solid; */
    padding: 10px 43px;  -webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}


.banner-slider .owl-prev {
    position: absolute;
    left: 19px;
    background: #ffd9d3 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000 !important;
    top: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 27px !important;
}
.banner-slider .owl-next {
    position: absolute;
    right: 19px;
    background: #ffd9d3 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000 !important;
    top: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 27px !important;
}





#button-tt {
    display: inline-block;
    background-color: #FD3818;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 9px;
    right: 8px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button-tt::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 40px;
    color: #fff;
  }
  #button-tt:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button-tt:active {
    background-color: #555;
  }
  #button-tt.show {
    opacity: 1;
    visibility: visible;
  }
  

  .call-buton .cc-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	left: 1rem;
	bottom: 5rem;
	background: #ec8b00;
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem; }
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

	span.num{
        position: absolute;
        padding: 10px;
        background: #ec8b00;
        border-radius: 0px 50px 50px 0px;
        color: #fff;
        left: 56px;
        font-size: 12px;
	}

.banner-slider-sec{position: relative;}
.modal_box {
    position: absolute;
    bottom: 61px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 10;
}











.price-table table,
.price-table th,
.price-table td {
  border: 1px solid dimgrey;
  border-collapse: collapse;
}
.price-table th {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 35px;
}

/* ----Empty cell removal------- */
.price-table table th:empty {
  border-top: 1px solid white;
  border-left: 1px solid white;
}

.price-table td {
  font-size: 13px;
  font-weight: bold;

  padding: 15px 35px;
}
.price-table .align {
  text-align: left;
  padding-left: 10px;
}
.price-table .color {
  color: white;
  font-size: 25px;
}
.price-table .color:nth-last-child(3) {
  background-color: green;
}
.price-table .color:nth-last-child(2) {
  background-color: rgb(12, 108, 138);
}
.price-table .color:nth-last-child(1) {
  background-color: crimson;
}
.price-table .number {
    color: #FFAA04;
}

.price-table span b {
    color: #000;
}

.price-table .generic_price_btn a {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    outline: medium none;
    padding: 4px 23px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 50px;
    background: #000;
    line-height: 34px;
}
.price-table .generic_price_btn:hover a{ background: #e83a1d;}

.price-table{display: none;}
.price-table th span{font-size: 12px;
    display: block;
    color: green;
    padding: 10px;
    background: #ffff;
    padding: 3px 10px;
    display: table-cell;
    font-weight: 600;
}
span.spmn-one {
    font-size: 12px;
    font-weight: 600;
    color: #ffc107;
}
.price-table th {
 
    padding: 11px 9px;
}





































@media (max-width: 991.98px) {
    .price-table td {
        padding: 11px 9px;
    }
    .planList {
        padding-bottom: 21px;
    }
    .price-table {
        overflow: scroll;
        padding: 20px;
        background: #feefec;
    }
    .price-table .generic_price_btn a{min-width: 197px; font-size: 11px; padding: 4px 16px;}
    .price-table td{font-weight: 600;}
    .price-table{display: block;}
    .price-table th {
       
        font-size: 14px;
    }
    .price-table .color {
        font-size: 17px;
    }
    .table-das-price{display: none;}
    .menu-bar p{color: #000;
        position: absolute;
        right: 0px;
        top: 10px;
        font-weight: 500;}
    .header-middle {
        display: block;
        height: 670px;
    }
    .why-chooseus-box .rightBox {
        width: 100%;
        position: relative;
        max-width: 500px;
        margin: auto;
    }
    .bottom-header .nav-bar .navigation-2 ul li ul li{margin: 0px;}
    .bottom-header .nav-bar .navigation-2 ul li ul{padding: 0px;}
    .bottom-header .navigation-2.open{    position: fixed;
        overflow: scroll;}
.service-section{padding: 50px 0px;}
.container, .container-sm {
    max-width: 100%; padding: 0px 15px;
}
.membership-plan{height: auto; background: #fff; }
.membership-plan:after{display: none;}
.mastercard{margin: 30px 0px;}
.assistance-service .section_heading h2, .assistance-service .section_heading h2 b {
    font-size: 20px;
}
.emailSection .form-group input[type="text"] {
    width: 80%;
    position: relative;
    padding: 13px 17px;
}
.emailSection .form-group  svg{width: 35px;}
.emailSection .form-group .btn {
    position: absolute;
    right: 51px;
    top: 4px;
    width: 42px;
    padding: 0;
    height: 42px;
    border: none;
}
.testimonial .container, .container-sm {
    max-width: 100%;
}
.innerCard .cardBox a{font-size: 11px;}
.assistance-service{background: #000;}
.service_box ul li.right_wrapper{padding: 0px 25px;}
header .bottom-header .nav-bar .navigation-2 ul.dropdown-menu{display: none; background: #000; padding-left: 0px;}
header .bottom-header .nav-bar .navigation-2 ul li ul.dropdown-menu.show{display: block;position: static !important; transform:none !important;
    background: #e83a1d;
    padding-left: 0px;
    max-width: 300px; max-height: unset;}
.navigation-2 {
 z-index: 111 !important;
}


.navigation-2 .menu-bar span:nth-child(2) {
    top: 7px;
    left: 18px;
}
.navigation-2 .menu-bar span {
    position: absolute;
    top: 0;
    left: 23px;
 }
 .navigation-2 .menu-bar{
    margin-left: auto;
    background: #ffff;
    border-radius: 0;
    width: 40px; line-height: 9px;
    height: 40px;
    padding: 0px;
    text-align: center;
}
.terms_right {
    padding-left: 10px;
    border-left: 0px solid #ffece6;
}
#accordionExample{margin-right: 10px;}


.footer-new-top .col-md-3 i{right: 0px;}
.footer-new-top h3 {
    font-size: 14px;
}
.footer-new-top .col-md-3 i {
 font-size: 16px;
width: 37px;
height: 37px;
 line-height: 16px;
 right: 0px; 
}
.banner_content {
    justify-content: center; padding-top: 0px;
}
.worken-section{position: 0px;}
.footerList{margin-top: 20px;}
header .bottom-header .nav-bar .navigation-2 ul li:hover ul.dropdown-menu{opacity: 1; margin-top: 0px;}
#otp-v .modal-dialog{margin-left: auto; margin-right:auto ;}
.modal {
    z-index: 10000000;
}
#pills-tabContent .row{flex-wrap: unset; overflow: scroll;}
.basic::before{z-index: -1;}
.basic {
    width: 201px;
    background: #FD3818;
    color: white;
    padding: 7px 32px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    border-top-left-radius: 13px;
    font-size: 20px;
    text-align: center;
    position: relative;
    left: -10px;
    top: -20px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#generic_price_table .generic_content{margin-right: 0px;}
#generic_price_table .generic_content .generic_feature_list ul li span{font-size: 13px;}
#generic_price_table .generic_content .generic_feature_list ul li .check-arrow i{font-size: 13px;}
#generic_price_table .generic_content .generic_feature_list ul li{height: 41px;}
#generic_price_table .generic_content .generic_price_btn {
    bottom: 14px;
}
#pills-tabContent .row .col-sm-6{min-width: 450px;}
}


 @media (max-width: 767.98px) { 
    input[type=phone] {
        width: 80%;
    }
    .footer-new-top .col-md-3>div{margin-top: 10px;}
    .footer-new-top .col-md-3>div {
        margin-top: 10px;
        padding: 10px;
        background: #b8860b;
        padding: 19px;
    }
    .footer-new-top .col-md-3 i {
       right: 16px;
        bottom: 21px;
    }
    .footer-new-top .col-md-3{border: 0px;}
.faq-section .section_heading{margin-top: 30px; }
section.faq-section {padding: 40px 0px;}
.innerCard .cardBox {
        padding: 10px;
 }
.innerCard .cardBox span{display: block;}
.assistance-service{height: auto;}
.service_box ul li {
    width: 100%;
    height: auto;
    display: block;}
    .emailSection {
        margin-top: 30px;
    }
 .left_wrapper{clip-path:none;}
 .newsletter{padding: 10px;}
 .emailSection .form-group input[type="text"]{width: 100%;}
 .emailSection .form-group{max-width: 400px; margin: auto;}
.emailSection .form-group .btn {
    position: absolute;
    right: 10px;
    top: 1px;
 }
 .assistance-service .section_heading h2, .assistance-service .section_heading h2 b{text-align: center; margin: 20px auto;}
 .right_content_box .fill_btn {
    margin: auto;
    display: table;
}
.right_content_box{margin-bottom: 30px;}
.modal_box{    background: rgba(6, 6, 6, 0.10);}
#generic_price_table .generic_content {
    margin-bottom: 0px;
}
#generic_price_table {
    margin: 0px 0;
    margin-right: 0px;
}
 }

 @media (max-width: 575.98px) {
    .banner_content h1{font-size: 30px;}
    .banner_content p{font-size: 14px;}
    .fill_btn {
     
        padding: 14px 10px;
    } 

.modal_box .form-select, .modal_box .form-control {
    padding: 5px 26px;
    height: 45px;
}
    .banner_content{padding: 40px 50px;  display: block;}
.chooseus_list ul .chooseus_list_detail {
        width: 100%;
        margin-bottom: 20px;
}
.innerCard .cardBox {
    width: 100%;     height: 86px;
}
.innerCard {
    display: block;
}
.innerCard .cardBox span {
    display: inline-block;
}
.footerList li a{font-size: 13px;}
.footerList{margin-top: 30px;}
.copyright p {
    font-size: 13px;
}
footer {

    padding: 53px 30px 30px;
}
.section_heading h2, .section_heading h2 b {
    font-size: 22px;
    line-height: 27px;
}
.service-section .owl-nav{top: -57px;}
.top-header .contact-info .contact-detail ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.top-header .contact-info .email-detail ul li a{
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.planList .nav-link {
    padding: 11px 10px;
    font-size: 13px;
}

.car-box{min-height: 88px;}
.car-box img{max-width:50px;;}
select {
    width: 25%;
}
input[type=phone] {
    width: 73%;
}
}

