*{
    margin: 0;
    padding: 0;
}
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
}

.Top-head {
    background: #0058AB;
    padding: 0px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}
.follow {
    padding: 0;
    font-size: 17px;
    height: 60px;
    display: flex;
    align-items: center;
    width: 77%;
    justify-content: center;
}
span.follow-title {
    float: left;
    padding-right: 10px;
    color: white;
    font-size: 16px;
    font-weight: 600;
}
ul {
    list-style-type: none;
    margin: 0;
    PADDING: 0;
}
.Top-head li {
    display: inline;
    float: left;
    color: white;
}
.follow a {
    display: block;
    padding: 0 8px;
}
.Top-head li a i {
    color: white;
    font-size: 16px;
    padding: 0;
}
.Top-head li a {
    color: white;
}
.Top-head .form-group {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
    height: 60px;
}
.Top-head .form-group input[type="search"] {
    width: 100%;
    height: 28px;
    border: 1px solid white;
    background: transparent;
    border-radius: 3px;
    color: white;
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
    padding-left: 10px;
    outline: none;
    font-size:12px;
}
.Top-head input[type="search"]:active{
    border: none;
}
.Top-head .form-group i.fa.fa-search {
    background: white;
    padding: 7px 10px;
    float: right;
    border-radius: 5px;
    margin-left: -5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    color: #0058AB;
    font-size: 14px;
    cursor:pointer;
}
.form-group input[type="search"]::placeholder {
    color: white;
    opacity: 1 !important;
}
.right-end{
    height: 60px;
    align-items: center;
}
.cart.ml-3 {
    border-radius: 50%;
    background: white;
    font-size: 20px;
    color: #0058AB;
    position: relative;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
span.cart-num {
    width: 15px;
    height: 15px;
    background: #ff7700;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 23px;
    color: #fff;
}
.userLogin {
    border-radius: 50%;
    background: white;
    font-size: 20px;
    color: #0058AB;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.d-flex.justify-content-end {
    padding:0;
    margin-right: -22px;
}
a.navbar-brand img {
    width: 320px;
    height: auto;
}
/* nav.navbar.navbar-expand-lg.navbar .navbar-nav {
    float: right;
    position: relative;
    left: 485px;
} */
/* a.nav-item.nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    padding-left: 30px !important;
} */
/* a.nav-item.nav-link:hover{
    color:#FF7700
} */
/* a.nav-item.nav-link.active {
    color: #ff7700;
    font-size: 18px;
    font-weight: 700;
    background: #FFF2E6;
} */
.navbar-expand-lg {
    padding: 0;
    height: 120px;
    align-items: center;
    width: 100%;
}
.banner-content {
    padding: 90px 0 0 0;
}
.banner-content h1 {
    font-size: 34px;
    font-weight: 800;
}
.banner-content p {
    opacity: 0.7;
}
.appointment-form {
    border: 1px solid white;
    border-radius: 8px;
    padding: 10px 30px;
    width: 110%;
    background-color: #fff;
}
.about-us-contact-title h1 {
    font-size: 24px;
    font-weight: 700;
    color: #0058AB;
    text-align: center;
    padding: 10px 0;
}
.single-input-field {
    margin-bottom: 20px;
    border: none;
}
form.row.home-form select#subject {
    border: 1px solid #0058ab63;
    color: black;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
    height: 40px;
}
form.row.home-form input#last_name {
    border: 1px solid #0058ab63;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
    height: 40px;
}
form.row.home-form input#contact {
    border: 1px solid #0058ab63;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
    height: 40px;
}
form.row.home-form input#last_name::placeholder{
    color: #000000;
}
form.row.home-form input#contact::placeholder{
    color: #000000;
}
form.row.home-form input.text-center {
    width: 100%;
    border-radius: 10px;
    border: none;
    padding: 12px 0;
    background: #0058AB;
    font-size: 16px;
    color: white;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.search-div i.fa.fa-search {
    position: absolute;
    top: 17px;
    left: -65px;
    color: white;
    width: 100%;
    font-weight: 100;
}

.search-div i.fa.fa-search {
    position: absolute;
    top: 15px;
    left: -50px;
    color: white;
    width: 100%;
}


.col-md-12.single-input-fieldsbtn .col-md-12.text-center a {
    color: #0058ab;
    font-size: 17px;
    font-weight: 500;
}

.col-md-12.text-center a:hover{
    text-decoration: none;
}
/* .owl-item.cloned {
    padding: 40px 30px;
    border-radius: 50%;
    vertical-align: middle;
    background: #ff7700;
} */

/* .item1 {
    margin-top: 30px;
}

.serviceSec .owl-item.active {
    padding: 40px 30px;
    border-radius: 50%;
    background: #0058AE;
}
section.serviceSec {
    margin-top: 60px;
}
.owl-item.cloned.active {
    padding: 40px 30px;
    border-radius: 50%;
    background:#0058AB;
} */
.owl-carousel.owl-theme.class-carousel.text-white.owl-loaded.owl-drag .owl-item.active.cloned .panel.marRight30 {
    background: #0058AB;
}
.owl-carousel.owl-theme.class-carousel.text-white.owl-loaded.owl-drag .owl-item.active .panel.marRight30{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    height: 200px;
    width: 200px;
    background-color: #FF7700;
}
.panel.marRight30 .content {
    width: 70%;
    height: auto;
}
p.product-heading span a {
    color: white;
    font-size: 20px;
    font-weight: 500;
}
.main-banner {
    position: relative;
}
.col-md-3.banner-form {
    position: absolute;
    top: 8.5%;
    z-index: 1;
    right: 11%;
}
.search-div.text-center {
    position: relative;
}
/* .navbar-nav{overflow: hidden;}

.navbar-nav{z-index:2}

.navbar-nav a:before{position:absolute; left:0; bottom:100%; width:100%; height:100%; background: #FFF2E6;
    z-index:-1; opacity:0; -webkit-transition:all .2s ease-out; -o-transition:all .2s ease-out; transition:all .2s ease-out; border-bottom:2px solid #0058AB;}

.navbar-nav a:hover:before{opacity:1; bottom:0;}
.navbar-nav a.active:before{opacity:1; bottom:0;}
.navbar-nav a:before{
    content: "";
    display: block;
}*/
.navbar-nav{max-width:800px;height:85px; line-height:50px; font-size:0;align-items: center;max-width: 100%;}
.navbar-nav a{position:relative; display:inline-block; padding:0 20px !important; color:black; font-size:18px; letter-spacing:-.5px; text-decoration:none;display: flex;align-items: center; transition: 1.5s; font-weight: 500;text-transform: uppercase;
} 
/*.navbar-nav a {
    position: relative;
    display: inline-block;
    padding: 0 22px !important;
    color: black;
    font-size: 16px;
    letter-spacing: -.5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: 0.5s;
    text-transform: uppercase;
    font-weight: 500;
}
.navbar-nav a.active,.navbar-nav a:hover{
    font-weight: 600;
    color: #0058AB;
}
.navbar-nav {
    max-width: 100%;
    margin: 0;
    height: 120px;
    line-height: 50px;
    font-size: 0;
    transition: 0.8s;
} */
a:hover{color:#0058AB;}
div#navbarNavAltMarkup{width:100%; margin-bottom: 0px; height:50px;float: right; justify-content: flex-end;}
.mid-banner-space {
    margin-top: -70px;
    height: 50px;
}
.userLogin a{
    color: #0058AB;
}
p.mid-banner-heading span a {
    color: white;
    font-size: 25px;
    font-weight: 500;
}
p.mid-banner-heading {
    position: absolute;
    bottom: 0px;
    right: 0%;
    width: 100%;
    height: 60px;
    background: #00000080;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0;
}
.mid-banner-space {
    position: relative;
}
section.recommended {
    background: #0058AB0D;
    margin-top: 60px;
}
p.price {
    float: right;
    margin-top: -69px;
    font-weight: 600;
    font-size: 18px;
    /*padding-right: 10px;*/
}

.over-text {
    padding: 30px 10px;
    font-size: 18px;
}
.recommended-img{
    position: relative;
}
.prize-detail {
    background: white;
    border: 1px solid white;
    border-radius: 10px;
    height: 70px;
    margin-bottom: 35px;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}
.over-text {
    width: 150px;
    background: #ff7700;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    position: absolute;
    top: 10px;
    right: 0;
    color: white;
    font-size: 14px;
    font-weight: 700;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    padding: 0;
    line-height: 26px;
}
p.fade {
    padding: 30px 0;
    color: #00000099;
    font-size: 12px;
    font-weight: 500;
    padding-left: 10px;
    opacity: 1;
}
.add-to-cart i {
    position: absolute;
    bottom: 80px;
    left: 30px;
    border: 1px solid white;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #C4C4C4;
    border: 1px solid #0058ab;
}
.add-to-cart i:hover{
color:#0058ab;
border:1px solid #0058AB;
}
.sec-title h4 {
    color: #00000099;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 20px;
}
.add-to-cart {
    position: relative;
}
section.recommended h2 {
    color: #0058AB;
    font-weight: 700;
    margin-bottom: 60px;
    text-transform: uppercase;
}
h4.small {
    margin-top: 50px;
    font-size: 16px;
    color: #00000099;
    font-weight: 600;
    margin-bottom: 0px;
}
a.btn.btn-main {
    width: 215px;
    background-color: #0058AB;
    color: white;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    height: 40px;
    padding-top: 7px;
    margin: 35px 0 55px 0;
    line-height: 24px;
}
.sec-title {
    margin: 0 0 40px;
    text-align: center;
}
.sec-title h4 {
    color: #00000099;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.sec-title h1 {
    font-size: 34px;
    font-weight: 600;
    color: #0058AB;
    text-transform: uppercase;
}
.classic-counter1-box {
    text-align: center;
}
.classic-counter1-icon img {
    width: 40px;
    margin: 0 auto 15px;
}
.classic-counter1-text h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #0058AB;
}
.classic-counter1-text h4 {
    font-weight: 400;
    font-size: 12px;
}
section.SecondBanner h2 {
    margin: 30px 0 30px 0;
    color: #0058AB;
    font-size: 38px;
    font-weight: 700;
}
.Rating-Sec {
    padding: 100px 0;
}
section.Sell h2 {
    font-size: 28px;
    color: #0058AB;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 60px;
}
section.Sell h4 {
    font-size: 17px;
    margin-bottom: 80px;
    font-weight: 400;
    letter-spacing: 1px;
}
.Sell-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-left: 35px;
}
.Sell-content p i {
    width: 60px;
    height: 60px;
    background: #ff7700;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;
    margin-bottom: 45px;
}
.Sell-content .col-md-10 p {
    margin-bottom: 45px;
    font-size: 20px;
    font-weight: 500;
}
section.Sell {
    background: #F2F6FB;
}
select#select_lang option {
    background: #0058AB;
}
select#select_lang {
    background: none;
    border: none;
    margin-right: 20px;
    color: white;
    outline: none;
}
section.foot {
    background: #0058AB;
    height: 600px;
    color: white;
}
.col-md-12.logo-img img {
    display: flex;
    justify-content: center;
    margin: 60px auto;
    max-width: 25%;
}
.foot p a {
    color: white;
}
.foot p a:hover{
    text-decoration: none;
}
a.login_btn {
    padding: 12px 30px;
    border: 1px solid white;
    border-radius: 5px;
}
a.search_btn {
    padding: 12px 20px;
    border: 1px solid white;
    border-radius: 5px;
}
p.now {
    margin-bottom: 15px;
}
a.login_btn1 {
    padding: 12px 30px;
    border: 1px solid;
    border-radius: 5px;
}
section.foot p {
    font-size: 13px;
}
h4.mein-head {
    font-size: 17px;
    margin-bottom: 30px;
    font-weight: 500;
}
/* add carousel navigation*/
.owl-carousel.owl-theme.class-carousel.text-white.owl-loaded.owl-drag .owl-nav.disabled {
    display: block;
    color: #000;
    font-size: 90px;
    position: absolute;
    top: 50%;
    width: 107%;
    left: -4%;
    display: flex;
    justify-content: space-between;
    font-weight: 100;
}
.owl-carousel.testimonial-carousel.text-white.owl-loaded.owl-drag .owl-nav.disabled {
    display: block;
    color: #000;
    font-size: 50px;
    top: 50%;
    width: 107%;
    left: -4%;
    display: flex;
    justify-content: space-between;
}
.owl-carousel.testimonial-carousel.owl-loaded.owl-drag .owl-nav.disabled {
    display: block;
    color: #000;
    font-size: 50px;
    display: flex;
    width: 100%;
    justify-content: center;
    position: absolute;
    bottom: -65px;
}

.owl-carousel.testimonial-carousel.owl-loaded.owl-drag .owl-nav.disabled
/* end */
.owl-carousel.owl-theme.class-carousel.text-white.owl-loaded.owl-drag .owl-stage-outer{
    padding: 0;
}
/*add carousel dots */
.owl-dots .owl-dot span {
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    filter: Alpha(Opacity=500);/*IE7 fix*/
    opacity: 1;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    filter: Alpha(Opacity=100);/*IE7 fix*/
    background-color: #0058AB;
    opacity: 1;
}
.owl-carousel.RVcarousel.text-white.owl-loaded.owl-drag .owl-dots {
    position: absolute;
    bottom: 10px;
    right: 20px;
}


/* end  */
span.social-icon img {
    width: 30px;
    margin-left: 16px;
    margin-top: 10px;
}
.foot2{
    height: 900px;
    background-color: #000000;
    color:#ffffffcc;
}
.rating-box.col-md-4 {
    background: #0058AB;
    margin: 50px 0;
    height: 430px;
}
.rating-box.col-md-4 {
    background: #0058AB;
    margin: 50px 0;
    height: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.stars {
    margin: 25px 0px;
}
.rating-box.col-md-4 .stars i {
    width: 40px;
    height: 40px;
    background: #ff7700;
    margin-left: 10px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;
    text-align: center;
    display: inline-flex;
}
.star-name span i {
    font-size: 30px;
    margin-right: 10px;
    vertical-align: top;
    color: #ff7700;
}

.star-name span {
    font-size: 22px;
    font-weight: 600;
}
.rating-box.col-md-4 h1 {
    font-weight: 700;
    margin-bottom: 0;
}
.testimonial-contents.col-md-8 {
    margin: 50px 0;
    border: 4px solid #0058AB;
    border-radius: 10px;
    border-left: none;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
.testimonial-heading {
    text-align: center;
    margin: 30px 0;
}
.testimonial-heading h2 {
    color: #0058AB;
    font-weight: 700;
}
.testimonial-heading h4 {
    font-size: 18px;
    margin-bottom: 0px;
    color: #00000099;
}
.test-banner {
    margin-left: 20px;
}
/* button.owl-next span {
    background: #C4C4C4 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    outline: none;
    border: none;
    margin-left:20px
} */
button.owl-next span {
    background: none;
    width: 0;
    height: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    outline: none;
    border: none;
    margin-left: 30px;
}
button.owl-prev span {
    background: none;
    width: 0;
    height: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    outline: none;
    border: none;
    margin-right: 30px;
}
button.owl-next:focus,button.owl-prev:focus{
    outline: 0;
    border: none;
}
.top h4 {
    margin: 30px 0;
    color: #0058AB;
    font-weight: 700;
}
section.foot2 p {
    font-size: 13px;
    opacity: 0.8;
}
.col-md-2.stone {
    margin-top: 88px;
}
.col-md-3.stone {
    margin-top: 88px;
}
form.row.home-form a{
    font-weight: 600;
}
.owl-carousel.testimonial-carousel.owl-loaded.owl-drag button.owl-next span {
    background: #C4C4C4;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    outline: none;
    border: none;
    margin-left: 5px;
    padding: 0 0 8px 0;
}
.owl-carousel.testimonial-carousel.owl-loaded.owl-drag button.owl-prev span {
    background: #C4C4C4;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    outline: none;
    border: none;
    margin-right: 5px;
    padding: 0 0 8px 0;
}
.owl-carousel.testimonial-carousel.owl-loaded.owl-drag button span:hover{
    background: #0058AB;
}
.test-client h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0058AB;
}
.test-client p {
    font-weight: 500;
}
.test-text p {
    font-weight: 500;
}
.navbar-fixed {
    position: fixed;
    background: #fff;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}
.section.Product-detail-tumb .row.detail-row {
    margin-right: 0;
    background: rgba(229, 229, 229, 0.3);
    height: 600px;
}
div#sync1 .item img {
    height: 100%;
    /*object-fit: scale-down;*/
}

div#sync2 .item {
    height: 350px;
    width: 100%;
}
div#sync2 .item img {
    height: 100%;
    /*object-fit: scale-down;*/
    border-radius: 10px;
}

div#sync1 .item {
    height: 600px;
    width: 800px;
}
.row.justify-content-center.align-items-center.detail-thumb-slider {
    height: 600px;
}
div#sync2 .owl-nav {
    display: flex;
    position: absolute;
    width: 116%;
    left: -8%;
    top: 50%;
    justify-content: space-between;
    font-size: 80px;
    color: #C4C4C4;
}
div#sync2 .owl-nav span {
    color: #C4C4C4;
}
div#sync2 .owl-nav span:hover {
    color: #0058AB;
}
.more-product {
    position: absolute;
    height: 350px;
    top: 0;
    width: 100%;
    background: #00000075;
    z-index: 9;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    border-radius: 10px;
}
.row.justify-content-center.align-items-center.detail-thumb-slider .col-md-5 {
    position: relative;
}
ul.nav.nav-pills.mb-3.search-filterTabs {
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}
ul.nav.nav-pills.mb-3.search-filterTabs .nav-link.active {
    color: #fff;
    background: #FF7700;
}
ul.nav.nav-pills.mb-3.search-filterTabs .nav-link{
    color: #000;
    padding: 20px 0px;
    width: 90px;
    height: 44px;
    background: #E0E0E0;
    border-radius: 2px;
    border: none;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
}
.col-md-4.search_filter {
    background: #F2F6FB;
    margin: -60px 0px 50px 0px;
    padding: 0 25px;
    min-height: 1283px;
}
.tab-content.search-filterTabs-content button.btn-link {
    width: 100%;
    text-align: left;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 18px 0;
}
.tab-content.search-filterTabs-content button.btn-link:hover{
text-decoration: none;
}
.classes label {
    font-size: 12px;
}
.classes {
    margin-top: 20px;
}
section.listing ul.pagination {
    justify-content: space-between;
    display: flex;
}
.pages {
    display: flex;
}
.page-ar{
    background: #888888;
border-radius: 4px;
color:#fff;
}
.page-ar:Hover{
    background: #0058AB;
    color: #fff;
}
.pages a.page-link {
    border: none;
    color: #000;
    font-size: 18px;
    border-radius: 5px;
}
.pages{
    display: flex;
    align-items: center;
}
.pages a.page-link.active {
    background: #0058AB;
    color: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-content.search-filterTabs-content button.btn-link:before {
    content: '\f068';
    font-family: 'FontAwesome';
    border: 1px solid #0058AB;
    font-size: 12px;
    position: absolute;
    right: 27px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0058AB;
}
.tab-content.search-filterTabs-content button.btn-link.collapsed:before{
    content: '\f067';
}
.select-flx {
    display: flex;
    justify-content: space-between;
}


.classes .d-flex.justify-content-between input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}


.classes .d-flex.justify-content-between label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  float: right;
}

.classes .d-flex.justify-content-between input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    right: 11px;
}
.classes .d-flex.justify-content-between label {
    position: relative;
    cursor: pointer;
    width: 100%;
}
.side_menu .all {
    float: right;
    margin-top: -48px;
    font-size: 16px;
    font-weight: 600;
}

/* archit code */
/* signup.....login....forget password css 10/10/2022 12:10 pm*/

.form-section {
    margin: 0px 50px;
}

.login-form{
    margin: 100px 0px;
}

.form-group {
    position: relative;
    display: flex;
    justify-content: space-between;
}

i.mail-icon {
    position: absolute;
    top: calc(30%);
    left: 1.25rem;
    color: #0058AB;
}

input#exampleInputEmail1 {
    left: 0.5rem;
    padding-left: 3.5rem;
    font-size: 16px;
    font-weight: 500;
}

input#exampleInputPassword1{
    left: 0.5rem;
    padding-left: 3.5rem;
    font-size: 16px;
    font-weight: 500;
}

button.btn.btn-primary {
    width: 100%;
}

img.img-fluid.side-img {
    height: 500px;
}

.discover {
    position: absolute;
    top: 20px;
    text-align: center;
    padding: 20px 50px;
}

.discover h2{
    color: #0058AB;
    font-size: 30px;
    font-weight: 700;
}

.discover a{
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    font-size: 13px;
}

a.alert {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 20px;
    font-size: 16px;
    text-decoration: underline;
    color: #0066CF;
}

.form-section h1{
    text-align: center;
    color: #1F2024;
    padding: 40px;
    font-size: 40px;
    font-weight: 700;
}

a:hover {
    color: var(--bs-link-hover-color);
    text-decoration: none;
}

.row.justify-content-center.loginn{
    box-shadow: 0px -2.38022px 12.8092px rgb(0 0 0 / 25%);
    border-radius: 8px;
}

.forget-page{
    box-shadow: 0px -2.38022px 12.8092px rgb(0 0 0 / 25%);
    border-radius: 8px;
}

.form-group.form-check a{
    font-size: 14px;
    color: #000000;
}

.form-group.form-check a:hover{
    color: #0066CF;
}

.col-md-5.img-pad {
    padding: 0px;
}

button.btn.btn-primary.login {
    margin-top: 60px;
    font-size: 22px;
    font-weight: 600;
    background-color: #0058AB;
    border-radius: 10px;
}

button.btn.btn-primary.login1 {
    margin-top: 30px;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 600;
    background-color: #0058AB;
}

.form-section p a {
    font-weight: 700;
    color: #0058AB;
    text-decoration: none;
}

p.account {
    text-align: center;
    color: #79787E;
    padding-top: 20px;
    font-size: 20px;
    text-decoration: none;
}

#exampleInputEmail11{
    padding-left: 15px;
    font-size: 14px;
    font-weight: 500;
    color: black;
    width: 300px;
}

label.form-check-label {
    font-weight: 300;
    font-size: 13px;
}

.forget-page{
    margin: 100px 0px;
    background-color: white;
}

.forget-page h1{
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    padding: 20px;
}

.forget{
    background-color: #F2F6FB;
}

#exampleInputEmail111 {
    padding: 10px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 500;
    color: black;
    width: 60%;
    margin: auto;
    border-radius: 10px;
}

button.btn.btn-primary.login2 {
    margin: 30px auto;
    width: 60%;
    justify-content: center;
    display: flex;
    background: #0058AB;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    border-radius: 10px;
}

p.account1 {
    text-align: center;
    color: #0066CF;
    font-size: 18px;
    padding-bottom: 25px;
}

p.account1 a{
    font-weight: 700;
}

/* end 3:50 pm */

/* product detail page css 11/10/2022  11:30am*/

.popularity{
    display: flex;
    background: #F2F6FB;
    padding: 90px 0px;
}

.stats {
    border-right: 2px solid #C4C4C4;
    padding-right: 0;
}

.popularity h1 {
    font-size: 30px;
    color: #0058AB;
    font-weight: 700;
    text-transform: uppercase;
}

.stats1{
    width: 178px;
    padding: 10px;
    border: 5px solid #0058AB;
    margin: 20px;
    background: #0058AB;
    color: #fff;
    border-radius: 10px;
    height: 130px;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 40px;
}

.review{
    display: flex;
}

.choice{
    display: flex;
}

img.img-fluid.pop-img {
    display: flex;
    width: 30%;
    margin: auto;
    justify-content: center;
}

.seen{
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
}

.seen1{
    padding-top: 22px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}

.times{
    font-size: 9px;
    text-align: center;
}

.description-text{
    font-size: 14px;
    padding-top: 33px;
}

.details{
    display: flex;
    padding: 100px 60px;
}

.price{
    /* width: 100%; */
    border-right: 1px solid #C4C4C4;
}

.details h1{
    font-size: 30px;
    color: #0058AB;
    font-weight: 700;
}

.status{
    border: 1px solid #F2F6FB;
    background-color: #F2F6FB;
    margin-bottom: 20px;
    width: 90%;
    padding: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #0058AB;
    height: 55px;
    line-height: 43px;
}

.weight{
    border: 1px solid #F2F6FB;
    background-color: #F2F6FB;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #0058AB;
    padding-left: 25px;
}

.history{
    width: 100%;
}

.length{
    width: 100%;
    padding-top: 33px;
}

.type{
    padding-top: 33px;
}

.feature{
    display: flex;
    padding: 60px 0px;
}

.drifter {
    background: #fff;
    border-radius: 10px;
}

.recommend{
    text-align: center;
    background: #0058AB0D;
    padding: 50px;
}

.recommend h1{
    font-size: 30px;
    font-weight: 700;
    color: #0058AB;
}

.drift {
    text-align: left;
    font-weight: 600;
    padding-left: 10px;
}

.recommend p{
    font-weight: 600;
    color: #00000099;
}

.deall{
    padding: 80px 0px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.deall .button_em{
    padding: 12px;
    background: #FF7700;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
    width: 20%;
    height: 50px;
    margin-left: 10px;
    transition-property: background-color,color;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

a.send {
    padding: 12px;
}

.deall img.img-fluid {
    height: 28px;
}

a.now {
    display: flex;
    justify-content: center;
    padding-top: 16px;
}

.deall a:hover{
    background-color: #FF7700;
    color: #FFF;
}
.deall:hover img{
    color: #fff;
}

.deall a img{
    padding: 5px;
}

.stockk {
    padding: 50px 0px;
    line-height: 1;
}

.cartt.ml-4 {
    border-radius: 50%;
    background: white;
    font-size: 18px;
    color: #0058AB;
    position: relative;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20px;
}

.overr-text {
    width: 120px;
    background: #ff7700;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    padding: 0;
}


/* research page time 11:40 am*/

.leading p{
    font-size: 28px;
    font-weight: 700;
    padding-top: 50px;
}

.finance{
    border: 2px solid #C4C4C4;
    text-align: center;
    font-size: 20px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    margin: 30px;
    margin-left: 0;
    min-height: 180px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition-property: background-color,color;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

.finance h1{
    font-size: 24px;
    color: #0058AB;
    padding-bottom: 20px;
    font-weight: 600;
    min-height: 78px;
}

.finance:hover h1{   
    color: #fff;
}

.finance:hover .insure{
    color: #fff;
    background: #FF7700;
}

.finance:hover{
    color: #fff;
    background: #0058AB;   
}

.next{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

button.insure {
    color: #fff;
    border: 1px solid #0058AB;
    background: #0058AB;
    border-radius: 5px;
    padding: 5px;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    width: 50%;
}

.buynow{
    color: #fff;
    /* border: 1px solid #0058AB;
    background: #0058AB;
    border-radius: 5px;
    padding: 5px;
    font-size: 15px;
    font-weight: 600; */
}

/* Research Detail page time 1:35pm */

.credit{
    background: #F2F6FB;
}

.credit h1{
    padding: 50px 0px;
    font-size: 30px;
    font-weight: 700;
}

.credit h2{
    font-size: 20px;
    font-weight: 600;
    padding-top: 30px;
}

.score{
    margin-bottom: 100px;
}





/* responsive code at 720 */

/* login page */

@media(max-width: 720px){

    /* login page */

    .login-form {
        margin: 0px;
    }

    .discover {
        top: 0;
    }

    .discover h2 {
        font-size: 20px;
    }

    .discover a {
        font-size: 10px;
    }

    .form-section {
        margin: 0;
    }

    .form-section p {
        font-size: 10px;
    }

    .form-section h1 {
        font-size: 24px;
    }

    input#exampleInputEmail1 {
        font-size: 12px;
    }

    input#exampleInputPassword1 {
        font-size: 12px;
    }

    .form-group.form-check a {
        font-size: 12px;
    }

    p.account {
        font-size: 14px;
    }

    /* signup page */

    #exampleInputEmail11 {
        font-size: 12px;
    }

    /* forget password page  */

    .forget-page h1 {
        font-size: 24px;
    }

    button.btn.btn-primary.login2 {
        font-size: 14px;
    }

    p.account1 {
        font-size: 14px;
    }

    /* research page */

    .next {
        flex-direction: column;
    }
    ul.camping-list a.btn.btn-main{
        font-size:12px;
    }
    ul.camping-list {
    display: flex;
    align-items: center;
    justify-content: left !important;
    gap: 20px;
    flex-wrap: wrap;
}
}


/* responsive code at 768 */

@media(min-width: 721px) and (max-width: 768px){

    /* login page  */

    .login-form {
        margin: 30px 0px;
    }

    .discover {
        top: 0px;
    }

    .discover h2 {
        font-size: 16px;
    }

    .discover a {
        font-size: 8px;
    }

    a.alert {
        font-size: 10px;
    }

    .form-section h1 {
        padding: 15px;
        font-size: 25px;
    }

    i.mail-icon {
        top: calc(42%);
    }

    input#exampleInputEmail1 {
        font-size: 12px;
    }

    input#exampleInputPassword1 {
        font-size: 12px;
    }

    .form-group {
        flex-direction: column;
    }

    label.form-check-label {
        font-size: 12px;
    }

    .form-group.form-check a {
        font-size: 12px;
        padding-top: 15px;
    }

    button.btn.btn-primary.login {
        margin-top: 0px;
        font-size: 16px;
        border-radius: 10px;
    }

    p.account {
        padding-top: 20px;
        font-size: 10px;
    }

    /* forget password */

    .forget-page h1 {
        font-size: 30px;
    }



}

@media (min-width: 721px) and (max-width: 991px){
    a.navbar-brand img {
    width: 240px;
    height: auto;
}
}


/* responsive code between 770 to 1024*/

@media(min-width:770px) and (max-width:1024px){

    /* login page  */

    .discover {
        top: 0px;
    }

    .discover h2 {
        font-size: 20px;
    }

    .discover a {
        font-size: 10px;
    }

    p.account {
        font-size: 15px;
    }

    .form-section {
        margin: 0px 70px;
    }

    a.alert {
        padding-top: 20px;
        font-size: 10px;
    }

    .form-section h1 {
        padding: 20px;
        font-size: 25px;
    }

    input#exampleInputEmail1 {
        font-size: 12px;
    }

    input#exampleInputPassword1 {
        font-size: 12px;
        font-weight: 500;
    }

    label.form-check-label {
        font-weight: 300;
        font-size: 12px;
    }

    .form-group.form-check a {
        font-size: 12px;
        color: #000000;
        padding-top: 10px;
    }

    button.btn.btn-primary.login {
        margin-top: 0;
        font-size: 16px;
    }

    /* forget password */

    .forget-page h1 {
        font-size: 30px;
    }
}

/* responsive at 1280 */

@media(min-width:1280px) and (max-width:1400px){



}

/* responsive at fullHD */

@media(min-width:1900px) and (max-width:1920px){ 

}

/* end archit code */



/* sujal code */
p.price1 {
    float: right;
    margin-top: -128px;
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px;
}
.add-to-cart1 {
    position: relative;
}
.add-to-cart1 i {
    position: absolute;
    bottom: 140px;
    left: 30px;
    border: 1px solid white;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #C4C4C4;
    font-size: 22px;
}
.add-to-cart1 i:hover{
    border-color:#0058AB;
    color: #0058AB;
}
.over-text1 {
    width: 120px;
    background: #ff7700;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    position: absolute;
    top: 10px;
    right: 0;
    color: white;
    font-size: 16px;
    font-weight: 700;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    padding: 0;
}
span.head1 {
    font-size: 24px;
    font-weight: 700;
}
span.head2 {
    font-size: 22px;
    color: #000000CC;
    opacity: 0.7;
}
.col-md-12.head {
    margin: 50px 0 30px 0;
}
.col-md-4.search_filter {
    background: #F2F6FB;
    margin: -60px 0px 50px 0px;
    padding: 0 25px;
}
.search_filter h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0058AB;
    margin: 30px 0 20px 0;
}
.side_menu .all {
    float: right;
    margin-top: -48px;
    font-size: 18px;
}
.select_page select {
    padding: 10px 30px;
    border: none;
    background-color: #E0E0E0;
    outline: none;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
}
.select_page label {
    font-size: 18px;
    font-weight: 500;
}
.select_page {
    display: inline;
    float: left;
    text-align: center;
    margin-left: 8px;
}
p.fade1 {
    padding: 30px 0;
    color: #00000099;
    font-size: 18px;
    font-weight: 500;
    padding-left: 10px;
    opacity: 1;
}
a.wate {
    padding: 15px 15px;
    background: #E0E0E0;
    color: black;
    margin-left: 16px;
    font-weight: 600;
}
.pre {
    /*padding-left: 10px;*/
    margin-bottom: 50px;
}
a.show {
    padding: 15px 15px;
    background: #ff7700;
    color: white;
    font-weight: 600;
}
section.clude {
    max-width: 100%;
    display: inline-block;
}
.col-md-8.tangle {
    padding: 0;
}
img.img-fluid.inten {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 63px auto;
}
.col-md-4.tangle2 {
    background: #E5E5E54D;
}
.col-md-6.stock p {
    margin-bottom: 8px;
}
.col-md-6.stock {
    margin: 30px 0;
}
p.new {
    color: #00000040;
    font-size: 18px;
    font-weight: 700;
}
p.sita {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
p.lib {
    color: #0058AB;
    font-size: 25px;
    font-weight: 700;
}
p.berty {
    color: #1F880EBF;
    font-size: 18px;
    font-weight: 700;
}
.col-md-6.deal {
    display: flex;
    justify-content: end;
    align-items: center;
}
.col-md-6.deal a {
    padding: 15px 15px;
    background: #E8E8E8;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
}
.deal a img {
    padding-right: 5px;
 }
 /*
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
} */
/* .accordion-button::after {
    background-image: url(images/logo.png);
    transform: scale(.7) !important;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url(images/logo.png);
  } */
  button.accordion-button.collapsed {
    border: none;
    background: none;
    font-size: 20px;
    font-weight: 700;
    outline: none;
    margin-bottom: -20px;
}
button.accordion-button {
    border: none;
    background: none;
    outline: none;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}



/* responsive start */

/* responsive for mobiles */
@media (max-width:720px){
    .item{
        height: 750px !important;
    }
    .banner-content h1 {
        font-size: 36px;
    }
    .banner-content {
        padding: 20px 0 0 0;
    }
    .col-md-3.banner-form {
        top: 42.5%;
        right: 0%;
    }
    .appointment-form{
        width: 100%;
    }
    .owl-carousel.owl-theme.class-carousel.text-white.owl-loaded.owl-drag .owl-item.active .drop_content.marRight30{
        margin:51px 75px;
    }
    
}
/* end */


/* end */

.rv_banner{
    width: 100%;
    max-width: 100%;
    height: 400px;
}
/*.banner_con {*/
/*    color: white;*/
/*    width: 70%;*/
/*    text-align: center;*/
/*    vertical-align: middle;*/
/*    margin: 147px auto;*/
/*}*/
.banner_con h3 {
    font-size: 30px;
    font-weight: 700;
}
.banner_con p {
    font-size: 18px;
    color: #FFFFFFBF;
    font-weight: 500;
}
section.serv {
    background: #F2F6FB;
    padding: 60px 0;
}
.serc_img {
    display: flex;
    justify-content: center;
    width: 80px;
    margin: 0 auto;
}
.serc_cont p {
    text-align: center;
}
p.sarc_heading {
    color: #0058AB !important;
    font-size: 20px !important;
    font-weight: 700;
    margin: 15px 0;
}
.serc_cont p {
    text-align: center;
    font-size: 14px;
    color: #000000;
}
.step {
    text-align: center;
    margin: 60px 0;
}
.step p {
    color: #00000099;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.step h4 {
    color: #0058AB;
    font-size: 34px;
    font-weight: 700;
}
.small_banner1 h3 {
    text-align: center;
    color: white;
    font-weight: 700;
    margin: 20px 0 20px;
}
.small_banner1 p {
    text-align: justify;
    width: 85%;
    margin: 0 auto;
    color: white;
    font-size: 14px;
}
.cover {
    background: #0058AB;
    height: 300px;
    color: white;
    text-align: center;
    padding: 100px 0;
    margin: 20px 10px;
}
.cover p {
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    background: #ff7700;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    font-weight: 700;
}
.cover h3 {
    font-weight: 700;
    margin-top: 10px;
}
.col-md-6.small_banner1 {
    height: 300px;
    max-width: 526px !important;
    margin: 20px 20px;
}
.col-md-2.packag {
    background: #0058AB;
    padding: 20px 15px;
    border-radius: 10px;
    color: white;
    margin-bottom: 50px;
}
.basic {
    text-align: center;
}
p.pack_head {
    font-weight: 700;
    margin: 10px 0 0px;
    font-size: 18px;
}
.col-md-2.packag p {
    font-size: 13px;
}
.packag a {
    padding: 10px 19px;
    background: #ff7700;
    border-radius: 5px;
    text-align: center;
    margin: 0px auto;
    color: white;
    font-weight: 500;
}
.access {
    margin: 20px 0 -20px;
}
.row.our_plans{
    justify-content: space-around !important;
}
.col-md-2.packag2 {
    background-color: #EFEFEF;
    padding: 20px 15px;
    border-radius: 10px;
    color: black;
    margin-bottom: 50px;
    transition-property: background-color;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}
.col-md-2.packag2:hover {
    background: #0058AB;
    color: white;
}
.packag2 img {
    width: 40px;
    margin: 6px auto;
}
.packag2 p.pack_head {
    font-weight: 700;
    margin: 10px 0 0px;
    font-size: 17px !important;
    color: #0058AB;
}
.packag2:hover .pack_head{
    color: white;
}
.col-md-2.packag2 p {
    font-size: 13px;
}
.packag2 a {
    padding: 10px 16px;
    background: #0058AB;
    border-radius: 5px;
    text-align: center;
    margin: 0px auto;
    color: white;
    font-weight: 500;
}
.packag2:hover a{
    background-color: #ff7700;
    color: white;
}
.lake {
    background: #0058AB;
    border-radius: 5px;
    height: 73px;
    width: 73px;
    margin: 0 auto;
}
.accordion {
    background:none;
    color:black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #E0E0E0;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* .active, .accordion:hover {
    background-color: #ccc;
  } */
  
  /* Style the accordion panel. Note: hidden by default */
  .drop_content {
    padding: 0 18px;
    /* background-color: white; */
    display: none;
    overflow: hidden;
  }
  .drop_content {
    padding: 0 18px;
    /* background-color: white; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-top: 20px;
    float: left;
  }
  .accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #0058AB;
    float: right;
    margin-left: 6px;
    border: 1px solid #0058AB;
    width: 20px;
    height: auto;
    padding: 0 3px;
}

.minus:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
  /* font-size: 13px;
    color: #0058AB;
    float: right;
    margin-left: 6px;
    border: 1px solid #0058AB;
    width: 20px;
    height: auto;
    padding: 0 3px; */
}
button:focus{
    outline: none;
}
.search_form {
    background: #F2F6FB;
    height: 1600px;
    width: 33%;
    margin: 0 70px 0 -70px;
}
form.dealer1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    margin: 30px auto;
}
.search_form h3 {
    color: #0058AB;
    font-weight: 700;
    margin-left: 34px;
    margin-top: 50px;
}
#side1 {
    margin-bottom: 20px;
    padding: 5px 15px;
    border-radius: 5px;
    outline: none;
    border: 2px solid #C4C4C4;
    font-size: 18px;
    color: black;
    font-weight: 500;
}
select#side1 {
    padding: 7px 10px;
}
.wara input[type="submit"] {
    padding: 10px 10px;
    background: #0058AB;
    color: white;
    border-radius: 5px;
    font-weight: 600;
    border: none;
    margin-top: 15px;
    width: 100%;
}
/*input.city{*/
/*    border:2px solid #0058AB !important;*/
/*}*/
#side1::placeholder {
    color: black;
    opacity: 1;
}
.loca {
    display: flex;
    justify-content: end;
}
.moles {
    margin-bottom: -45px;
    margin-top: 75px;
}
.moles h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0058AB;
}
.moles p {
    font-size: 20px;
    font-weight: 500;
}
.loca {
    font-size: 20px;
    font-weight: 500;
}
.loca i {
    color: #ff7700;
    font-size: 26px;
    display: flex;
    align-items: baseline;
}
.jersey {
    display: flex;
    background: #fff;
    border: 2px solid #C4C4C4;
    border-radius: 6px;
    padding: 15px 30px;
    margin-top: 20px;
}
/* .jersey:hover{
    background: #0058AB;
    color: white;
} */
.tate {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.mill {
    display: flex;
    flex-direction: column;
}
.mill h3 {
    color: #0058AB;
    font-size: 26px;
    font-weight: 600;
}
.mill p {
    margin-bottom: 5px;
    color: black;
    font-size: 16px;
    font-weight: 600;
}
.miles {
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: flex-end;
    margin-right: 0px;
    font-size: 18px;
    font-weight: 700;
    color: #0058AB;
}
.miles p {
    margin: 0;
}
/* .main {
    position: absolute;
    top: 65%;
    right: 50px;
    width: 60%;
} */
.select_page {
    display: inline;
    float: left;
    text-align: left;
    margin-left: 0px;
}
.select_page label {
    font-size: 14px;
    font-weight: 500;
}
.select_page select {
    padding: 10px 30px;
    border: none;
    background-color: #E0E0E0;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 30px;
    width: 100%;
}
ul.pagination {
    justify-content: space-between;
}
nav.round {
    margin: 35px -15px;
}
section.wide {
    background: #0058AB;
    height: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 40px 50px 0;
}
section.wide h2 {
    color: white;
    font-size: 36px;
    font-weight: 700;
}
section.roman {
    background: #F2F6FB;
    margin: 0 50px 70px;
    padding: 50px;
}
h3.state_name {
    margin-bottom: 20px;
    font-weight: 700;
}
section.roman a p {
    text-decoration: underline;
    color: #0058AB;
    font-weight: 500;
}
/* end sujal code */


/* sujal code start between 1:45pm on 8 nov */

.cart-icon.ml-3{
    border-radius: 50%;
    background: white;
    font-size: 18px;
    color: #0058AB;
    position: relative;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
span.count.cart_total {
    width: 15px;
    height: 15px;
    background-color: #ff7700;
    color: white;
    font-size: 10px;
    line-height: 18px;
    position: absolute;
    right: -5px;
    top: -2px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

.dropbtn {
    color: black;
    padding: 20px;
    font-size: 18px;
    border: none;
    background: none;
    line-height: 44px;
    font-weight: 500;
}
  

  .dropdown {
    position: relative;
    display: inline-block;
  }
 
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
  }
  
 
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  

  .dropdown-content a:hover {background-color: #ddd;}
  

  .dropdown:hover .dropdown-content {display: block;}
  .dropbtn svg {
    margin-left: 5px;
    width: 10px;
    vertical-align: middle;
}
.add-to-cart2 i {
    position: absolute;
    bottom: 30px;
    left: 65px;
    border: 1px solid white;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #C4C4C4;
    font-size: 22px;
}
.add-to-cart2 i:hover{
    border-color:#0058AB;
    color: #0058AB;
}
.tail {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.pree {
    display: flex;
    flex-direction: row;
    position: absolute;
    line-height: 56px;
    right: 52px;
}
.pree .rim {
    color: #7E7E7E;
    font-size: 18px;
    font-weight: 500;
    text-decoration: line-through;
    margin-right: 5px;
}
.pree .kim {
    color: #0058AB;
    font-size: 18px;
    font-weight: 600;
}
li.reley {
    position: absolute;
    line-height: 56px;
    right: 52px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
span.date {
    position: absolute;
    line-height: 40px;
    left: 155px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.dollar {
    position: absolute;
    line-height: 40px;
    right: 30px;
    font-size: 18px;
    color: #0058AB;
    font-weight: 600;
}
.rv_tabs {
    display: flex;
    justify-content: space-around;
}
section.dollor {
    margin-top: 80px;
}
a.lap {
    background-color: #EFEFEF;
    padding: 10px 0;
    margin-top: 20px;
    color: black;
    font-size: 18px;
    font-weight: 500;
    transition-property: background-color,color;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    width: 30%;
    text-align: center;
}
a.lap:hover{
    background-color: #FF7700;
    color: #fff;
}
.popup a{
    position: relative;
    display: inline-block;
    cursor: pointer;
    float: right;
    margin: -70px 0px 0 0;
    text-decoration: underline;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
  
  .popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
    font-weight: 400;
    font-size: 16px;
}

  .popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  

  .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
  }
  
  @-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }
  p.fade{
    text-align: left;
  }
  .header-main {
    box-shadow: 0px 4px 14px 0px #00000040;
}
section.SecondBanner2 {
    margin-top: 50px;
}
button.dropbtn img {
    width: 15px;
    height: auto;
}
.overlay{
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    /* transition: opacity 100ms; */
    visibility: hidden;
    opacity: 0;
}
.overlay:target{
    visibility: visible;
    opacity: 1;
    z-index: 99;
}
.wrapper{
    margin: 100px auto;
    padding: 70px;
    background: #fff;
    border-radius: 5px;
    width: 60%;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.wrapper .close{
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.wrapper .content{
max-height: 30%;
overflow: auto;
}
/*.button_em:nth-child(1) {*/
/*    padding: 17px;*/
/*}*/
.pack {
    display: flex;
    justify-content: space-between;
}
.pack_del {
    display: flex;
    flex-direction: column;
}
.mess {
    width: 100% !important;
    display: flex;
    flex-direction: column;
}

.wrapper input[type="submit"] {
    width: 100%;
    background-color: #0058AB !important;
    border: none;
    outline: none;
    border-radius: 10px;
    height: 50px;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    transition: 0.5s;
}

.wrapper input[type="submit"]:hover{
    color: #0058AB;
    background-color:#fff !important;
    border: 2px solid #0058AB;
}


.wrapper p {
    width: 100%;
    text-align: center;
    margin: 20px 0;
    font-size: 15px;
}
.wrapper input, textarea, select {
    background: #F2F6FB;
    margin-bottom: 30px;
}
.wrapper label {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 2px;
}
#inputforpopup{
    height: 45px;
    border: 2.01px solid #EFEFEF;
    border-radius: 3px;
    outline: none;
    padding: 0px 15px 0 15px;
}
/*input::placeholder, textarea::placeholder{*/
/*    color: black;*/
/*    font-size: 14px;*/
/*}*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mess textarea {
    height: 100px;
    outline: none;
    border: none;
    border-radius: 6px;
    padding: 10px 15px;
    border: 2.01px solid #EFEFEF;
}

.mess textarea::placeholder{
    color:  #c6c8ca !important;
    opacity: 0.8;
}

label.check-con {
    font-weight: 400;
    font-size: 12px;
    vertical-align: unset;
    padding-left: 5px;
    text-transform: uppercase;
}
.wrapper .close:hover{
    color: #000;
    background: none;
}
span.vacy {
    color: #0000FF;
    font-weight: 500;
}
input#email-copy {
    margin-bottom: 12px;
    width: 15px;
    height: 15px;
}
input#Notify-me{
    width: 15px;
    height: 15px;
}
input.now-btn {
    width: 45%;
    font-size: 16px;
    border-radius: 5px;
}
input.now-btn:nth-child(1) {
    background-color: #C4C4C4 !important;
}
input#cont-sell {
    padding: 0px 50px 0 15px;
    padding: 0px 90px 0 15px;
    height: 45px;
    outline: none;
    border: 2.01px solid #EFEFEF80;
    border-radius: 6px;
}
/* input#cont-sell{
    color: #000;
    opacity: 1;
    font-weight: 600;
} */
.minal {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}
input#Enter-email {
    height: 55px;
    padding: 0px 10px 3px;
    outline: none;
    border: 2.01px solid #EFEFEF;
    border-radius: 6px;
}
textarea.discri {
    height: 80px;
    outline: 0;
    padding: 10px 10px;
    border: 2.01px solid #EFEFEF;
    border-radius: 6px;
}
label.space {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 600;
}
input.send-btn {
    width: 20%;
    height: 40px;
    font-weight: 500;
    border-radius: 7px;
    font-size: 16px;
}
input.cancel-btn {
    width: 20%;
    height: 40px;
    font-weight: 500;
    color: #fff;
    background-color: #C4C4C4;
    outline: none;
    border: none;
    margin-right: 10px;
    border-radius: 7px;
    font-size: 16px;
}
.wrapper .close1{
    position: absolute;
    top: 10px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    margin: 0;
}
/* .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color:#182E40;
    border-radius:20px;
  } */
  /* .col-md-6:hover .overlay {
    opacity: 1;
  }
  .overlay_btn {
    color: white;
    font-size: 15px;
    position: absolute;
    top: 0%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-align: justify;
    width: 100%;
    padding: 47px 25px;
    line-height: 1.3;
     word-spacing: -2px;
} */
#For-report {
    width: 15px;
    height: 15px;
}
label.lent {
    font-size: 18px;
    font-weight: 600;
}
input#type2 {
    width: 300px;
    margin-bottom: 20px;
}
select#type2{
    width: 300px;
    margin-bottom: 20px;
}
select#country{
    width: 300px;
    margin-bottom: 20px;
}
.col-md-4.img-pad img {
    max-width: 385px;
    height: 100%;
    margin-left: -15px;
}
.overlay2 {
    position: absolute;
    bottom: 21px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 91%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    height: 300px;
    left: 25px;
    background-position: 1%;
}
  /* When you mouse over the container, fade in the overlay title */
  .col-md-6:hover .overlay2 {
    opacity: 1;
  }
  .col-md-6:hover .overlay3 {
    opacity: 1;
  }
  .col-md-2.hisab.packag2 {
    height: 700px;
} 
.adver-banner {
    height: 350px;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.adver-content h3 {
    font-size: 36px;
    color: white;
    font-weight: 800;
}
.adver-content p {
    color: #FFFFFFBF;
    font-size: 18px;
    font-weight: 500;
}

.overlay3 {
    position: absolute;
    bottom: 20px;
    width: 91.5%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    height: 330px;
    left: 21.5px;
    background-repeat: no-repeat;
}
.cover2 {
    background: #0058AB;
    height: 330px;
    color: white;
    text-align: center;
    padding: 100px 35px;
    margin: 20px 10px;
}
.cover2 p {
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    background: #ff7700;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    font-weight: 700;
}
.cover2 h3 {
    font-weight: 700;
    margin-top: 10px;
    font-size: 22px;
}
.overlay-btn {
    margin: 40px 0 30px;
}
.overlay-btn .lay-btn1 {
    color: white;
    padding: 16px 30px;
    background: #7E7E7E;
    font-size: 14px;
    border-radius: 10px;
    border: none;
    font-weight: 600;
}
.lay-btn2 {
    color: white;
    padding: 15px 20px;
    background: #FF7700;
    font-size: 14px;
    border-radius: 10px;
    margin-left: 25px;
    border: none;
    font-weight: 600;
}
.small_banner2 p {
    text-align: justify;
    width: 85%;
    margin: 0 auto;
    color: white;
    font-size: 14px;
    line-height: 16px;
}
.small_banner2 h3 {
    text-align: center;
    color: white;
    font-weight: 700;
    margin: 10px 0 20px;
    font-size: 18px;
}
.overlay-btn2 .lay-btn3 {
    color: white;
    padding: 16px 30px;
    background: #7E7E7E;
    font-size: 16px;
    border-radius: 10px;
    border: none;
    font-weight: 600;
}
.overlay-btn2 {
    margin-top: 65px;
}
section.display {
    margin: 40px 0;
}
section.buyers_poplution {
    margin: 40px 0;
}
img.img-fluid.ence {
    max-width: 300px;
    height: auto;
}
section.decent {
    background: #F2F6FB;
    margin: 0px 60px 70px;
    padding: 60px 0px;
}
section.decent p {
    line-height: 20px;
}
.gure {
    display: flex;
    flex-direction: column;
}
.loan-head h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0058AB;
}
.loan-head p {
    margin-bottom: 30px;
    font-size: 14px;
}
.gure label {
    font-size: 16px;
    font-weight: 600;
}
.gure input {
    padding: 7px 20px;
    border-radius: 6px;
    border: 2px solid #C4C4C4;
}
.gure input:focus {
    outline: none;
    border: 2px solid #0058AB;
}
.gure input::placeholder {
    color: black;
    opacity: 1;
}
section.loan {
    padding: 60px 0px;
}
.pate {
    display: flex;
    justify-content: space-between;
    background: #FF7700B2;
    height: 70px;
    align-items: center;
    border: 2px solid #FF7700;
    border-radius: 6px;
    padding: 20px 10px 15px;
    margin: 30px 0 50px;
}
.pate h4 {
    font-size: 20px;
    color: white;
    font-weight: 600;
}
.pate h3 {
    font-size: 32px;
    padding-top: 3px;
    color: white;
    font-weight: 700;
}
.ads-sec h4 {
    font-size: 22px;
    font-weight: 500;
}
.ads-sec {
    height: 380px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F2F6FB;
    border-radius: 8px;
}
.decent ul {
    list-style-type: disc;
    margin-left: 30px;
}
.decent p {
    text-align: justify;
}
.held {
    margin: 50px 0 20px -90px;
}
.held h3 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
}

.held h3 span {
    font-size: 32px;
    color: #0058AB;
    font-weight: 700;
}
.held p {
    font-weight: 500;
}
section.leads {
    background: #0058AB;
    margin: 0 50px 80px;border-radius: 10px;
}
.lead-mein {
    text-align: center;
    padding: 70px 0 30px;
    transition-property: background-color,border,border-radius;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}
.lead-mein:hover{
    background-color:#FF7700;
    border: 2px solid #FF7700;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.lead-mein2 {
    text-align: center;
    padding: 60px 0;
    transition-property: background-color,border,border-radius;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}
.lead-mein2:hover{
    background-color:#FF7700;
    border: 2px solid #FF7700;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.lead-mein h3 {
    color: white;
    font-size: 26px;
    font-weight: 600;
    margin-top: 15px;
}
.lead-mein p {
    color: white;
    font-size: 12px;
    font-weight: 400;
    width: 85%;
    margin: 0 auto;
}
.lead-mein2 h3 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}
.lead-mein2 p {
    color: white;
    font-size: 14px;
    font-weight: 400;
    width: 85%;
    margin: 0 auto;
}
.viation p {
    color: #00000099;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}
.viation h3 {
    font-size: 36px;
    color: #0058AB;
    font-weight: 700;
    margin-bottom: 30px;
}
.ket img {
    width: 90%;
    display: flex;
    margin: 40px auto;
}
p.pat {
    margin-left: -80px;
    width: 115%;
    font-weight: 500;
}
section.putate {
    background-color: #F2F6FB;
    padding: 60px;
    margin-bottom: 60px;
}
section.putate p {
    font-weight: 500;
}
img.dealer-page {
    margin-top: 40px;
    height: 80%;
    max-width: 110%;
    margin-left: 60px;
}
img.microphone {
    max-width: 130%;
    margin-left: -125px;
    margin-top: 45px;
    height: 80%;
}
.col-md-8.tony {
    margin-left: -90px;
}
.saga p {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.saga p span {
    width: 30px;
    height: 30px;
    background: #ff7700;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: white;
    margin-right: 10px;
}
img.cs-img {
    margin-top: 60px;
    margin-left: 58px;
}
.multiple-img {
    display: flex;
    width: 24%;
    margin: 60px 0px;
    height: auto;
}
.multiple-logo {
    position: absolute;
    top: 30%;
    right: -140px;
}
.multiple-logo img {
    margin-right: 140px;
    width: 10%;
}
.pricing {
    border: 2px solid #FF7700;
    padding: 12px 0;
    display: flex;
    justify-content: space-around;
    margin: 50px 0 40px;
}
.pricing a {
    color: black;
    padding: 16px 5px;
    transition-property: background-color,color,border-radius;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.pricing a:hover{
    background-color: #FF7700;
    border-radius: 10px;
    color: #fff;
}
.three-btn {
    background-color: #0058AB;
    height: 81px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.three-btn a {
    border: 1px solid rgb(255, 255, 255);
    padding: 12px 30px;
    font-size: 14px;
    margin-left: 20px;
    border-radius: 5px;
    color: white;
}
.col-format {
    background: #F2F6FB;
    padding: 50px 40px;
}
.inventry h3 {
    color: #0058AB;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
}
.plan-ad {
    position: relative;
    background: white;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.plan-ad p:first-child {
    font-weight: 600;
}

.plan-ad p {
    margin-bottom: 3px;
}
.plan-ad p span {
    color: #8E8E8E;
}
.plan-cart {
    position: absolute;
    top: 16px;
    right: 30px;
    display: flex;
    width: 40px;
    height: 40px;
    background-color: #C4C4C4;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
}
.plan-cart:hover{
    background-color:#0058AB;
}
.next-btn {
    text-align: end;
    margin-top: 50px;
}
.next-btn a {
    padding: 10px 20px;
    background: #0058AB;
    border-radius: 5px;
    color: white;
}
.next-btn a img {
    margin-left: 20px;
}
.cont-heading {
    margin: 60px 0;
}
.cont-heading h3 {
    color: #0058AB;
    font-size: 32px;
    font-weight: 700;
}
.cont-heading p a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}
.below {
    display: flex;
    flex-direction: column;
}
.below label {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
}
.below input {
    border: 2.01px solid #C4C4C4;
    border-radius: 6px;
    padding: 6px 15px;
}
.below input:focus{
    outline:none;
    border: 2.01px solid #0058AB;
    
}
.below textarea {
    border: 2.01px solid #C4C4C4;
    background: none;
    height: 80px;
    border-radius: 6px;
    padding: 10px 15px;
}
.below textarea:focus{
    outline:none;
    border: 2.01px solid #0058AB;
}
.into label {
    max-width: 90%;
    font-size: 13px;
}
.into input {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.into {
    display: flex;
    align-items: baseline;
}




/* arjun css start form here */

/* Step Pages Css Start */
#msform {
    position: relative;
    margin-top: 20px;
}



#msform fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}



/*Blue Buttons*/
input.next.action-button {
    background: #0058AB;
    border-radius: 8px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: #fff;
    font-weight: 600;
    width: 300px;
    margin: 40px auto;
    cursor: pointer;
}
.submitBtn{
    background: #0058AB;
    border-radius: 8px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: #fff;
    font-weight: 600;
    width: 300px;
    margin: 40px auto;
    cursor: pointer;
    border: 1px solid #0058AB;
}
.submitBtn:hover{
    background: #fff;
    color: #0058AB;
}
.input-box.col-md-12.input-bg label {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}

.input-box.col-md-12.input-bg {
    background: #E0E3E6;
    display: flex;
    align-items: center;
    height: 60px;
    padding: 20px;
}
img.img-fluid.paypal {
    width: 30px;
    margin: 0 5px 0 0;
}
/*Previous Buttons*/
#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin: 30px 0;
    overflow: hidden;
    color: lightgrey;
    padding-top: 40px;
}
#msform fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative;
    padding: 0px 70px 30px;
}
#progressbar .active {
    color: #000000;
}
#msform fieldset label {
    font-size: 12px;
    font-weight: 500;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: FontAwesome;
    content: "1";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "2";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "3";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "4";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: #7E7E7E;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #7E7E7E;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #FF7700;
}

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display:inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: #FF7700;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor:pointer;
    margin: 8px 2px; 
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image{
    width: 100%;
    object-fit: cover;
}
.search_form .sidebar h3 {
    color: #0058AB;
    font-weight: 700;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 24px;
}
.fix-h-side {
    height: auto;
    margin-top: 5px;
}
.sidebar {
    padding: 30px 35px;
    background: #f1f5fa;
    height: 100%;
}
.plan-shadow {
    box-shadow: 0px 9.27207px 9.27207px rgb(0 0 0 / 25%);
    border-radius: 11.8764px;
    color: #fff;
}
.plan-shadow p{
    margin: 0;
}
.plan-img {
    text-align: center;
}

.plan-img img {
    width: 80px;
    margin: 20px;
}
.plan-sec {
    background: #0058AB;
    border-top-left-radius: 11.8764px;
    border-top-right-radius: 11.8764px;
    padding:20px 20px 45px;
}
.total-plan {
    background: #FF7700;
    padding: 20px;
    border-bottom-left-radius: 11.8764px;
    border-bottom-right-radius: 11.8764px;
}
button.change-plan {
    border: 1px solid #FF7700;
    border-radius: 8px;
    background: #FF7700;
    color: #fff;
    height: 50px;
    font-size: 14px;
    width: 100%;
    margin: 10px 0;
}

form.promo-code h2 {
    font-size: 25px;
    color: #0058ab;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 20px;
}
input.form-control.promo {
    height: 50px;
    border-color: #0058ab;
    color: #0058ab;
    margin-bottom: 20px;
}
/*button.change-plan:hover{*/
/*   background: #FF7700;*/
/*   border-color: #ff7700; */
/*}*/
button.apply{
    background: #FF7700;
    border-color: #ff7700; 
    color: #fff;
    height: 50px;
    font-size: 14px;
    width: 100%;
    border-radius: 8px;
    font-weight: 600;
}
.total-plan p{
    font-weight: 600;
}
.plan-shadow p {
    margin: 0;
    font-size: 12px;
}
.plan-sec p {
    margin: 20px 0;
}
.plan-sec h4 {
    margin: 0;
}
.plan-img p {
    margin: 0 0 20px;
}
#msform {
    position: relative;
    margin-top: 20px;
    background: #f2f6fb;
    z-index: 0;
}
h3.theme.text-uppercase {
    color: #0058ab;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
}
#msform fieldset h2.text-center.text-uppercase {
    color: #0058ab;
    font-size: 25px;
    font-weight: 700;
}
.form-control:focus {
    box-shadow: none;
    outline: none;
    border: 2px solid #0058AB;
    background: #f2f6fb;
}
span.required {
    color: #ff0000;
    font-size: 14px;
}
label.region {
    cursor: pointer;
    vertical-align: text-top;
    font-weight: 600 !important;
}
.form-control {
    border: 2px solid #C4C4C4;
    background: #f2f6fb;
    font-size: 12px;
    height: 45px !important;
    color: #C4C4C4;
    font-weight: 500;
}
h6.org {
    color: #ff7700;
    font-weight: 700;
}
ul.notes li {
    font-size: 12px;
    list-style: disc;
    font-weight: 600;
    line-height: 24px;
}

ul.notes {
    margin-bottom: 30px;
    margin-left: 15px;
}
.step-side{
    background: #F2F6FB;
    height: auto;
    width: 33%;
    margin: 0 70px 0 -70px;
    z-index: -1;
    }
    .Rv-list-step{
        margin-bottom: 40px;
    }
    .header-main {
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
}
#msform fieldset h2.text-center.text-uppercase {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #7E7E7E;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
img.img-fluid.info {
    width: 12px;
    margin: -3px 0 0 5px;
    cursor: pointer;
}
.form-group.joint-sel input {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-group.joint-sel select.form-control.custom-sel.col-md-4 {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #0058ab;
    color: #fff;
    border-color: #0058ab;
}
textarea.form-control.message {
    height: 100px !important;
    resize: none;
    margin-bottom: 0;
}
span.info-relative {
    position: relative;
}
span.info-relative:hover .info-hover {
    display: block;
}
span.info-relative:hover .info-hover2 {
    display: block;
}
span.info-hover.text-center {
    display: none;
    /* background: #E4E4E4; */
    background-image: url(../images/popup-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 500;
    width: 320px;
    padding: 10px;
    line-height: 15px;
    font-size: 12px;
    position: absolute;
    left: 15px;
    top: -36px;
}
span.info-hover2.text-center {
    display: none;
    /* background: #E4E4E4; */
    background-image: url(../images/popup-back2.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 500;
    width: 320px;
    padding: 10px;
    line-height: 15px;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: -36px;
}

input.custom-radio {
  display: none;
}

.input-box.col-md-12.input-bg label {
  cursor: pointer;
  position: relative;
}

.input-box.col-md-12.input-bg label::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 2px solid #0058AB;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}

.input-box.col-md-12.input-bg label::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #0058AB;
  border: 2px solid #0058AB;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}

input.custom-radio:checked + label::before {
  border-color: #0058AB !important;
}

input.custom-radio:checked + label::after {
  transform: translateY(-50%) scale(0.55) !important;
}
.input-box.col-md-12.input-bg label {
    cursor: pointer;
    position: relative;
    padding-left: 50px;
}
.row.justify-content-center.pay-bottom p {
    font-size: 12px;
    font-weight: 500;
}
fieldset.payment input.next.action-button {
    margin-bottom: 20px;
}
#msform {
    position: relative;
    margin-top: 20px;
    background: #f2f6fb;
    z-index: 0;
    min-height: 876px;
}
.upload-card {
    background: #f1f5fa;
    /*box-shadow: 0px 3.53818px 3.53818px 1.76909px rgb(0 0 0 / 25%);*/
    border-radius: 3.53818px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
input.file-upload {
    display: none;
}
.upload-image img {
    width: 60px;
    margin-bottom: 15px;
}
.upload-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}
.upload-card label {
    margin: 0;
    cursor: pointer;
}
span.pink-sp {
    color: #ff7700;
    font-size: 14px;
    font-weight: 600;
}
.upload-image span {
    font-weight: 600;
}
button.Add {
    background: #0058AB;
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 35px;
    cursor: pointer;
}
.success-content.text-center {
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.success-check img {
    width: 150px;
    margin-bottom: 20px;
}
.success-content.text-center a.submitBtn {
    margin: 0px 0 0;
}
.success-content.text-center p{
    font-weight: 500;
}
button{
    cursor: pointer;
    font-weight: 600;
}
.plan-sec h4 {
    margin: 0;
    font-size: 20px;
}
.sidebar h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0058ab;
}
h3.my-4.theme.text-uppercase {
    color: #0058ab;
    font-size: 20px;
    font-weight: 700;
}
form.promo-code h2 {
    font-size: 20px;
    color: #0058ab;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 15px;
}
button.apply:hover {
    background: #fff;
    color: #ff7700;
    border-color: #ff7700;
}
input.next.action-button:hover {
    border-color: #0058ab;
    color: #0058ab;
    background: #fff;
}

input.next.action-button {
    background: #0058AB;
    border-radius: 8px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0058ab;
    color: #fff;
    font-weight: 600;
    width: 300px;
    margin: 40px auto;
    cursor: pointer;
}



/* after change select-form design */
.divide-section h2.text-center.text-uppercase {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #7E7E7E;
    padding-bottom: 30px;
    margin-bottom: 10px;
    margin-top: 30px;
}
form.AD-form {
    position: relative;
    margin-top: 20px;
    background: #f2f6fb;
    z-index: 0;
    min-height: 876px;
    padding: 40px;
}
div#photos {
    display: none;
}
div#RV-info {
    display: none;
}
/* End */



/*Modify the Design 11/23/2022*/
.navbar-nav a{
    font-size:15px;
}
.dropbtn{
    font-size:10px;
}
.dropdown-content {
    padding: 20px 0;
    background:#fff;
}

.dropdown-content a {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding: 16px 20px !important;
}
.navbar-nav .dropdown:hover button, .navbar-nav .dropdown:hover svg, .navbar-nav .nav-item:hover {
    color: #ff7700;
    transition: 0.5s;
    fill: #ff7700;
}
.dropdown-content a:hover {
    background-color: transparent;
    color: #ff7700;
    transition:0.5s;
}
.universal-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: green;
  opacity: 1; /* Firefox */
}

p.mid-banner-heading span a {
    font-size: 20px;
    font-weight: 500;
}
.sec-title h4 {
    font-size: 18px;
    font-weight: 600;
}
p.fade {
    padding: 30px 0;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    padding-left: 10px;
    opacity: 1;
}
.cart{
    cursor:pointer;
}
span.cart-icon{
    cursor:pointer;
}
.navbar-expand-lg {
    padding: 0;
    height: 105px;
    align-items: center;
    width: 100%;
}
.recommended-box {
    cursor: pointer;
    position: relative;
}

.rating-box.col-md-4 .stars i:before {
	backface-visibility: visible !important;
	animation: flip 2s ease infinite;
}
@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(0);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) scale(1);
		animation-timing-function: ease-in;
	}
}

/*end*/

/*Add animations*/
.Top-head li a:hover {
    transform: translateY(-8px);
    transition: 0.8s;
}
.cart:hover .cart-num {
    transform: scale(1.4);
    transition: 0.5s;
}
span.cart-icon:hover .count.cart_total {
    transform: scale(1.4);
    transition: 0.5s;
}
form.row.home-form .search-div:hover i {
    color: #0058ab;
}
form.row.home-form .search-div i{
    height:0;
}
form.row.home-form input:hover {
    background: #fff !important;
    color: #0058ab;
}
form.row.home-form input {
    border: 1px solid #0058ab !important;
    z-index:10;
    cursor:pointer;
}
.btn-main:hover {
    background: transparent !important;
    color: #0058ab !important;
    border-color: #0058ab;
}
.recommended-img:hover .over-text {
    display: flex;
}

.over-text {
    display: none;
}
.recommended-img:hover .over-text {
    display: flex;
}

.over-text {
    display: none;
}



.add-to-cart i:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 13.5px;
    border-radius: 50%;
    position: absolute;
    border: 0.7px solid #0058ab;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    transform: scale(1);
    opacity: 1;
    animation: 2s ease-in-out infinite waveAlarm;
}
.add-to-cart i::before {
    content: "\f004";
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 6px 5px 2px 5px;
    border-radius: 50%;
    position: absolute;
    border: 0.7px solid #0058ab;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    transform: scale(1);
    opacity: 1;
    animation: 2s ease-in-out 0.5s infinite waveAlarm;
    color: #0058ab;
}
.add-to-cart i:hover {
  transform: scale(1.3);
}

@keyframes waveAlarm {
  0% {
    transform: scale(1);
    opacity: 100%;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/*end*/

/*sujal css*/

.pack_del{
    width:48%;
}
.wrapper{
    overflow: scroll;
    max-height: 100%;
}

select#inputforpopup{
    color: #c6c8ca;
    opacity:1;
}

input#buy-date {
    border: 2.01px solid #EFEFEF;
    padding: 10px;
    color: #c6c8ca;
    border-radius: 5px;
    outline:none;
}
.deall .button_em{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
}

.col-md-3.banner-form input, .col-md-3.banner-form select {
    background: #fff !important;
    border: 1px solid #0058ab !important;
    margin-bottom:0;
}
.col-md-3.banner-form input::placeholder {
    color: #000 !important;
    opacity: 1 !important;
}
.about-us-contact-title h1 {
    font-size: 20px;
    padding: 20px 0;
}
.search-div.text-center input.text-center {
    background: #0058AB !important;
}
.classes.new-classes {
    margin-bottom: 20px;
}
.classes.new-classes label{
    position:relative;
    margin:0;
}
.classes.new-classes label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #0079bf;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.classes.new-classes input:checked + label:after {
content: '';
    display: block;
    position: absolute;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    left: 7px;
}
.classes.new-classes input {
     display:none;
}
.banner-content h3.Pink {
    color: #ff7700;
    text-transform: uppercase;
}

.banner-content h1 {
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}
.banner-content h3 {
    font-weight: 700;
    font-size: 34px;
    line-height:1;
    /*text-transform: uppercase;*/
}
.banner-content p {
    opacity: 1;
    font-size: 16px;
    font-weight: 500;
}
section.serviceSec .owl-nav {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    width: 104%;
    left: -28px;
}
section.serviceSec .owl-nav span {
    font-size: 68px;
}
.col-md-6.text-white.bgColr {
    background: linear-gradient(180deg, #FF7700 0%, rgba(255, 119, 0, 0) 346.41%);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px;

}
.col-md-6.text-white.bgColr p {
    font-weight: 800;
    font-size: 26px;
    line-height: 34px;
}
.recommended-img img {
    height: 100%;
    object-fit: fill;
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.slide-down {
    max-width: 25%;
}

.profile-tab-content .slide-down{
    max-width: 100%;
}

.recommended-img {
    position: relative;
    height: 200px;
}
.product-addrss p {
    margin: 0;
}
.prize-detail {
    background: white;
    border: 1px solid white;
    border-radius: 10px;
    height: 110px;
    margin-bottom: 35px;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    box-shadow: 0px 4px 4px 0px #00000040;
}
p.price {
    width: auto;
    border-right: none;
    margin: 0;
    float: none;
    display: flex;
    font-size: 14px;
}
.add-to-cart i {
    position: absolute;
    bottom: 132px;
    left: 17px;
    border: 1px solid white;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #C4C4C4;
    border: 1px solid #0058ab;
}
.classic-counter1-text h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #0058AB;
}
.classic-counter1-text h4 {
    font-weight: 600;
    font-size: 12px;
}
.sec-title h1 {
    font-size: 34px;
    font-weight: 700;
    color: #0058AB;
    text-transform: uppercase;
}
section.Sell h2 {
    font-size: 28px;
    color: #0058AB;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 60px;
}
.rating-box.col-md-4 .stars i {
    width: 46px;
    height: 46px;
    background: #ff7700;
    margin-left: 10px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: white;
    text-align: center;
    display: inline-flex;
}
.testimonial-heading h4 {
    font-size: 18px;
    margin-bottom: 0px;
    color: #000;
}
.test-client h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0058AB;
    line-height: 1;
}
.testimonial-heading {
    text-align: center;
    margin: 30px 0 50px;
}
.owl-carousel.testimonial-carousel.owl-loaded.owl-drag .owl-nav.disabled button span
{
    background: #C4C4C4;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    outline: none;
    border: none;
    margin-right: 5px;
    padding: 0 0 6px 0;
    font-size: 42px;
}
.owl-carousel.testimonial-carousel.owl-loaded.owl-drag .owl-nav.disabled button span:hover
{
 background: #0058AB;
 color:#fff;   
}
.rv_tabs {
    display: flex;
    justify-content: center;
}
a.lap {
    background-color: #0058AB;
    padding: 10px 0;
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition-property: background-color,color;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    width: 280px;
    text-align: center;
    margin: 20px 10px;
}
p.sita {
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.25) !important;
}
p.userNmae {
    color: #000;
    font-weight: 700;
}
.tail span {
    font-size: 14px;
}

.tail li {
    font-size: 14px;
}
span.status-in-stock.text-success {
    font-weight: 600;
    font-size: 12px;
}
.stockk p {
    margin-bottom: 10px;
}
.deall .button_em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.recommend p {
    font-weight: 600;
    color: #00000099;
    font-size: 12px;
    text-align: left;
}
.product-addrss p{
    font-weight: 600;
    color: #00000099;
    font-size: 12px;
    text-align: left;
}
.col-12.section.section-related-products.m-t-30 .add-to-cart i::before {
    padding: 8px 8px 2px 6px !important;
}
.add-to-cart i{
    font-size: 10px;
}
ul.length li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
}
.pree .kim {
    color: #0058AB;
    font-size: 14px;
    font-weight: 600;
}
.tail span.ml-3 {
    color: #000;
}
.tail li {
    padding: 0 20px;
}
li.reley {
    padding: 0;
}
.price {
    width: 100%;
    font-weight: 600;
    color: #000;
}



/* changeble code */
button.btn.btn-md.btn-block.btn-product-cart {
    display: none;
}

/* end */

.product-addrss a p:last-child {
    margin-top: 8px;
}
/*.product-addrss {*/
/*    width: 57%;*/
/*}*/

.classes.new-classes a:last-child {
    margin-left: 10px;
}
.search-div i.fa.fa-search {
    position: absolute;
    top: 18px;
    left: -65px;
    color: white;
    width: 100%;
}

@media(max-width: 720px){
    section.recommended .row .row {
    margin: 0 15px;
    }
    .d-flex.justify-content-end.right-end {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: blue;
    left: 0;
}
.Top-head {
    background: #0058AB;
    padding: 0px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.follow {
    padding: 0;
    font-size: 17px;
    height: 40px;
    display: flex;
    align-items: center;
    line-height: 1;
    width: auto;
    justify-content: left;
}
.Top-head .form-group {
    padding: 0;
    display: flex;
    align-items: flex-start;
    margin: 0;
    height: 40px;
}
.slide-down {
    max-width: 100%;
}
button.navbar-toggler {
    padding: 0 6px;
    border: none;
    height: 100%;
}
a.navbar-brand img {
    width: 240px;
    height: auto;
}
.navbar-nav {
    max-width: 800px;
    height: auto;
    line-height: 50px;
    font-size: 0;
    margin-right: -25px;
    max-width: 100%;
    background: #fff;
}
.banner-content h1 {
    font-size: 26px;
}
.banner-content h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    /* text-transform: uppercase; */
}
.banner-content p {
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
}
.col-md-3.banner-form {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
}
.item {
    height: 100% !important;
}
section.serviceSec .owl-nav {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    width: 92%;
    left: 15px;
}
.owl-carousel.owl-theme.class-carousel.text-white.owl-loaded.owl-drag .owl-item.active .panel.marRight30{
    margin:auto !important;
}
section.SecondBanner h2 {
    margin: 30px 0 30px 0;
    color: #0058AB;
    font-size: 26px;
    font-weight: 700;
}
p.mid-banner-heading span a {
    font-size: 14px;
    font-weight: 500;
}
.mid-banner-space {
    margin-top: -70px;
    height: 70px;
}
.owl-carousel.RVcarousel.text-white.owl-loaded.owl-drag .owl-dots {
    position: absolute;
    bottom: -6px;
    right: 6px;
}
section.recommended {
    background: #0058AB0D;
    margin-top: 30px;
}
.slide-down {
    max-width: 100%;
    padding: 0 30px;
}
.Rating-Sec {
    padding: 40px 0;
}
a.btn.btn-main{
    margin:0 0 30px;
}
.sec-title h1 {
    font-size: 26px;
    font-weight: 700;
    color: #0058AB;
    text-transform: uppercase;
}
.classic-counter1-box {
    text-align: center;
    margin-bottom: 30px;
}
section.Sell h2 {
    font-size: 26px;
    color: #0058AB;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
}
section.Sell h4 {
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: 1px;
}
.Sell-content p i {
    width: 40px;
    height: 40px;
    background: #ff7700;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: white;
    margin:0 !important;
}
.Sell-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-left: 0;
}
section.foot {
    background: #0058AB;
    height: 100%;
    color: white;
}
h4.mein-head {
    font-size: 17px;
    margin-bottom: 18px;
    font-weight: 500;
}
section.foot .col-md-3 {
    margin-bottom: 10px;
}
.col-md-3.seller-ship {
    margin-top: 15px;
    margin-left: 0;
}
.col-md-3.user {
    margin-top: 30px;
}
.banner-content h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    padding-bottom: 20px;
}
.banner-content h3.Pink{
    padding-bottom:0;
    margin-bottom: 0;
}
section.foot {
    background: #0058AB;
    height: 100%;
    color: white;
    padding-bottom: 60px;
}
.Sell-content p {
    display: flex;
    width: fit-content;
    min-height: 100px;
    align-items: flex-start;
    margin:0 !important;
}
a.navbar-brand img {
    margin-left: 10px;
}
.d-flex.justify-content-end.right-end {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #0058ab;
    left: 0;
    height: 50px;
    align-items: center;
    justify-content: space-between !important;
    padding: 0 20px !important;
}
.Sell-content .col-md-10 p {
    font-size: 16px;
    font-weight: 500;
}
button.dropbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px 0;
}
span.drps {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.dropdown:hover .dropdown-content {
    display: none;
}
.dropdown-content {
    padding: 20px 0;
    background: #fff;
    margin: 0 20px;
    min-width: 89%;
    left: 0;
}
.navbar-nav {
    padding-bottom: 20px;
}
.col-md-12.head {
    margin: 30px 0 30px 0;
}
li.prev a {
    margin-right: 0;
    width: 30px;
    font-size: 25px;
    line-height: 20px !important;
}
li.next a {
    margin-left: 0;
    width: 30px;
    margin-right: 0;
    line-height: 20px !important;
    font-size: 25px;
}
.search_form {
    background: #F2F6FB;
    height: 100%;
    width: 100%;
    margin: 0 0px 0 0px;
    padding-right: 0 !important;
}
.dealers-ad img{
    margin: 0px 33px;
}
.jersey{
    margin: 10px 15px;
}
.slide-down {
    max-width: 100%;
    padding: 0 0px;
}
.cover2{
    padding: 110px 35px;
    height: 400px;
}
.cover2 h3{
        font-size: 18px;
}
.small_banner2 h3{
    font-size: 16px;
}
.overlay-btn {
    margin: 20px 0 0px;
    display: flex;
    flex-direction: column;
}

.overlay-btn .lay-btn1 {
    padding: 12px 15px;
    font-size: 14px;
}

.lay-btn2 {
    color: white;
    padding: 12px 15px;
    margin-left: 0px;
    font-size: 14px;
    margin-top: 10px;
}

.overlay-btn2 .lay-btn3 {
    padding: 12px 15px;
    font-size: 14px;
    width: 100%;
    display: block;
}

.col-md-12.logo-img img {
    display: flex;
    justify-content: center;
    margin: 30px auto;
    max-width: 60%;
}

.about-main-img img {
    height: 300px;
    object-fit: fill;
}

.small_banner2 p{
    width: 100%;
}

.dropdown{
    width: 100%;
}

.dropbtn {
    font-size: 16px;
}

button.dropbtn img {
    width: 22px;
    height: auto;
    margin-right: 5px;
}

.dropbtn svg{
    width: 20px;
}

div#drop7 {
    width: 100%;
}

div#drop7 a.dropbtn.blog-menu {
    padding-left: 12px !important;
    font-size: 16px !important;
}

}
.modal .btn-close {
    border: none;
    background: none;
}
.modal .btn-close:focus {
    border: none;
    outline: 0;
}
.modal .modal-header {
    border: none;
    height: 0;
}
div#homeModal .modal-body p {
    font-size: 20px;
    font-weight: 500;
    text-align: justify;
}
div#homeModal .modal-body {
    padding: 50px 30px 70px;
}
.modal-dialog {
    max-width: 50%;
    margin: 36vh auto;
}

section.decent p b {
    color: #0058AB;
    font-size: 18px;
    text-transform: uppercase;
}

.gure input::placeholder {
    color: #000 !important;
    opacity: 1;
}

.sidebar img {
    margin: 0;
    max-width: 30%;
    margin-bottom: 8px;
    margin-top: 20px;
}

.thanks-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 100%;
    height: 100%;
}

.thanks-sec img {
    margin-bottom: 25px;
    width: 15%;
    height: auto;
}

.thanks-sec h4 {
    font-size: 18px;
    font-weight: 600;
}


.thanks-sec a.thanks-btn {
    background: #0058AB;
    width: 25%;
    text-align: center;
    height: 48px;
    line-height: 45px;
    color: #fff;
    border-radius: 10px;
    margin-top: 15px;
    font-weight: 600;
    font-size: 16px;
    transition: 0.5s;
}

.thanks-sec a.thanks-btn:hover{
    background: transparent;
    border: 1px solid #0058AB;
    color: #0058AB;
}

h3.theme {
    margin-top: 35px;
    font-size: 20px;
    font-weight: 600;
}

.wrapper2 input, select{
    background: #F2F6FB;
    margin-bottom: 30px;
}

input#listing-check {
    margin-right: 5px;
}

.features-check {
    margin-bottom: 25px;
    margin-right: 5px;
}

input#no {
    margin-left: 10px;
}

#calender_submit {
    background: #0058AB;
    color: #fff;
    height: 50px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    transition: 0.5s;
    width: 100%;
}

#calender_submit:hover{
    background: #fff;
    color: #0058AB;
    border: 1px solid #0058AB;
}

#inputforpopup::placeholder{
    color: #c6c8ca !important;
    opacity: 0.8;
}

.wrapper input::placeholder{
    color: #c6c8ca !important;
    opacity: 0.8;
}
input#email_copy {
    margin-bottom: 15px;
}

input#dealer {
    margin-bottom: 0;
}

input#dealer {
    margin-bottom: 0;
    margin-right: 5px;
}

textarea.discri::placeholder{
    color:  #c6c8ca !important;
    opacity: 0.8;
}

.pack_del2 { 
    width: 100%;
}
.pack_del2 {
    display: flex;
    flex-direction: column;
}

.page-contact .rv-product{
    max-width: 100%;   
}

.universal-search form button {
    border: none;
    border-radius: 0 3px 3px 0;
}

.universal-search form {
    width: 100%;
    display: flex;
    align-items: center;
}

.thanks-page{
    margin: 100px 0px;
}

a.define-year {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.input-box .form-control::plaeholder{
    color: #C4C4C4;
    font-weight: 500;
}

.plan-img p {
    font-weight: 600;
}


.plan-sec h5 {
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 10px;
    margin: 30px 0px;
}

.sidebar a img {
    height: auto;
    max-width: 100%;
    margin-top: 50px;
}

.profile-tab-content .form-control{
    width: 80%;
}

.form-group .control-label{
    margin-bottom: 0;
}

.profile-tab-content .form-group {
    align-items: center;
}

button.btn.btn-md.btn-custom {
    margin-top: 30px;
    margin-bottom: 50px;
}

.col-option{
    margin-top: 15px;
}

.custom-radio {
    display: flex;
    align-items: center;
}

.seo-text{
    display: none;
}

img.playstore {
    width: 80%;
}
ul.camping-list {
    display: flex;
    align-items:center;
    justify-content: right;
    gap: 20px;
}
ul.camping-list a.btn.btn-main {
    margin: 0;
    width: auto;
}
.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}
a.btn.btn-main-border:hover {
    background: #0058ab;
    color: #fff;
}

a.btn.btn-main-border {
    background-color: #fff;
    color: #0058ab;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    height: 40px;
    padding-top: 7px;
    line-height: 24px;
    border: 1px solid;
    margin-right: 20px;
    margin-top:35px;
    margin-bottom:35px;
}
.addressed a {
    color: #0058ab;
    font-weight: 600;
}

.addressed p {
    margin-bottom: 5px;
}
.contact-phone p.Licence label {
    margin: 0;
}

.contact-phone p.Licence {
    background: #0058ab17;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-radius: 5px;
}
.contact-phone p {
    margin-bottom: 5px;
}
.blog-content h1.page-title {
    margin-bottom: 15px;
}
a.btn.btn-main.callBtn {
    margin: 0;
    margin-top: 20px;
}
h4.panel-title {
    font-size: 18px;
    font-weight: 600;
}
.panel-body {
    padding: 20px;
}
.panel-body p {
    margin: 0;
}
.panel-body table.table {
    margin: 0;
}
ul.offered li {
    position: relative;
}
ul.offered li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #0058ab;
}
.panel-title a svg {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}
.accordion2 .panel.panel-default .panel-heading {
    background: #e8f0f7;
}
.panel.panel-default {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 20px;
    border-radius: 8px;
}
.panel-heading{
    border-radius:8px;
}
.panel-default>.panel-heading a:hover {
    color: #0058ab;
}
.panel-body h1:first-child {
    margin-top: 0;
}

.panel-body h1 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}
.panel-default>.panel-heading a {
    display: block;
    padding: 20px 15px;
}
.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.photos-grid-container {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0;
  align-items: start;

  @media (max-width: 580px) {
    grid-template-columns: 1fr;
  }

  .img-box {
    border: 1px solid #ffffff;
    position: relative;
  }

  .img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .img-box:hover .caption {
    transform: translateY(-5px);
  }

  img {
    max-width: 100%;
    display: block;
    height: auto;
  }

  .caption {
    color: white;
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-size: 1.5rem;
  }

  .transparent-box {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main-photo {
    grid-row: 1;
    grid-column: 1;
  }
  .sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 0em;

    &:nth-child(0) {
      grid-column: 1;
      grid-row: 1;
    }

    &:nth-child(1) {
      grid-column: 2;
      grid-row: 1;
    }

    &:nth-child(2) {
      grid-column: 1;
      grid-row: 2;
    }

    &:nth-child(3) {
      grid-column: 2;
      grid-row: 2;
    }
  }
}

.hide-element {
  border: 0;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*@media screen and (min-width: 1280px) {*/
/*  .container {*/
/*    margin: 0 auto;*/
/*    width: 1250px;*/
/*  }*/
/*}*/


@media (max-width: 767px){
    img.playstore {
    width: 45%;
}
ul.camping-list{
    justify-content: left;
}
}

@media (min-width: 768px) and (max-width: 992px){
    
}

@media (max-width: 600px){
    ul.camping-list{
        gap: 10px;
        margin-top: 10px;
     }
     .rv_tabs {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 25px 0px;
}
a.lap{
        width: 100%;
    margin: 8px 0px;
}
a.btn.btn-lg.btn-primary.lap {
    margin-left: 15px;
    gap: 12px;
}
}

a.btn.btn-lg.btn-primary.lap.video-web {
    padding: 0;
    background: none;
    border: none;
    width: 8%;
    margin-left: 20px;
}

