@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a,
button {
    border: none;
    outline: 0;
    text-decoration: none;
    background-color: none
}

body {
    background: #fff !important;
    background-size: cover;
    min-height: 100dvh;
      font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
 .logo_u{
    width: 20%;
 }
.logo_u img {
    height: 22px;
}

.auth_cta {
    display: flex;
    align-items: end;
    gap: 1rem;
    width: 20%;    flex-direction: column;
}

.ham_u {
    display: none;
}

.btn_theme,
.btn_border {
    background: #000;
    color: #fff;
    padding: 14px 24px;
    border-radius: 10px;
    display: block;
    border: 1px solid #000;
}

.btn_border {
    background: transparent;
    border-color: #00000080;
    color: #000;
}

.header_u {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    position: sticky;
    top: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.04) 0%,rgba(255,255,255,0) 100%);z-index: 15; 
}

.navLinks .menu{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.navLinks  .menu a {
    color: #00000093;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.navLinks  .menu a:hover {
    color: #000;
}

.dark-mode .navLinks  .menu a, .dark-mode .navLinks  .menu a:hover {
    color: #fff !important;
}

.navLinks  .menu>li>a>img {
    height: 10px;
}

.navLinks  .menu>li {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.drops_u {
    min-width: 400px;
    background-color: #fff;
    min-height: 150px;
    padding: 1rem;
    display: none;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 -16rem 0;
    position: absolute;
    left: 0;
    box-shadow: 0 0 15px #00000011;
    border-radius: 15px;
    z-index: 1;
}

.drops_u li {
    display: block;
    width: 100%;
}

.drops_u a {
    padding: 1.2rem 12px;
    width: 100%;
    border-radius: 5px;
    justify-content: flex-start;
}

.drops_u a:hover {
    background: #e0d1ba4f;
}

.city_hov:hover .city_drops,
.more_hov:hover .more_drops {
    display: flex;
}
.superdryve-agency-logo{
    display: none;
}
.dark-mode .superdryve-agency-logo{
    display: block;
}
.dark-mode .dryve-agency-logo{
    display: none;
}
.section_main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    padding-top: 40px;
}

.section_main .container_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 1rem;
    width: 100%;
    height: 100%;
}

.section_main .container {
    padding-top: 8rem;
}

.head1 {
    color: #000;
    font-size: 70px;
    font-weight: 400;
    text-align: center;
    font-family: "Poppins", sans-serif; 
  font-style: normal;
  line-height: 1.3;
}

.head1  span{
        font-family: "Poppins", sans-serif; 
    display: block;
    font-weight: 600;
  font-style: italic;
}

.head2 {
    color: #0000007b;
    font-size: 42px;
    font-weight: 400;
    text-align: center;
    margin-top: 1rem;
    line-height: 1.5;
}

.dark-mode .head2,.dark-mode .head1{
    color: #fff !important;
}
 .dark-mode .head1 span{
    color: #DD0000 !important;
}

.para {
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    margin-top: 48px;
    text-align: center;
}

.btn_row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 45px;
}
.dark-mode .btn_row img{
    filter: invert();
}
.theme_btn {
    background: #000;
    color: #fff;
    border-radius: 6px;
    padding: 12px 1.5rem;
    display: block;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #000;
}

.theme_btn_border {
    background: transparent;
    color: #000;
    border-radius: 6px;
    padding: 12px 1.5rem;
    display: block;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #000;
}

.dark-mode .theme_btn {
    background: #DD0000;
    color: #fff;
    }
.dark-mode .theme_btn_border { 
    color: #fff;  
     background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.43);
} 
.down_btn {
    width: 56px;
    height: 56px;
    border-radius: 40px 40px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff27;
    position: absolute;
    bottom: 0;
}

.down_btn img {
    width: 50%;
}

.hero_banner {
    width: 100%;
    border-radius: 30px;
    margin-top: 50px;
}

.agent_card_row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 4rem;
    padding-bottom: 3rem;
}

.agent_card {
    border-radius: 16px;
    padding: 10px;
    background: #ffffff34;
    backdrop-filter: blur(5px);
    border: 1px solid #ffffff52;
}

.profile {
    position: relative;
    overflow: hidden;
}

.banner-marquee {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    
    margin-top: 1rem;
    padding: 20px 50px;
}

.banner-marquee span {
    padding: 20px 50px;
}

.profile a {
    position: absolute;
    background: #fff;
    color: #000;
    padding: 14px 24px;
    border-radius: 10px;
    display: block;
    text-align: center;
    bottom: 10px;
    left: 10px;
    right: 10px;
    transition: 0.5s ease;
    transform: translateY(150%);
}

.agent_card:hover .profile a {
    transform: translateY(0%);
}

.profile img {
    aspect-ratio: 1/1.1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}

.agent_detail p {
    color: #0000009d;
    font-size: 12px;
    margin-top: 7px;
}

.agent_detail h2 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-top: 7px;
}

.agent_detail span {
    color: #000;
    font-size: 12px;
    margin-top: 8px;
    font-size: 400;
    display: flex;
    gap: 5px;
}

.section_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 1rem;
    position: relative;
}

.section_2>h2 {
    color: #000;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    max-width: 1330px;
}

.section_2>h2 span {
  font-family: "Poppins", sans-serif;
    display: block;
    font-weight: 600;
    font-style: italic;
}
.dark-mode .section_2>h2,.dark-mode .section_2{
    color:#fff;
}
 .dark-mode .section_2>h2 span {
    color: #DD0000;
}

.section_2>p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    max-width: 600px;
    margin-top: 1rem;
}
.dark-mode .section_2>p {
    color: #fff;
}
.gtggg_row {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5rem;
    gap: 5rem;
}
.std_left{
    max-width: 430px;
}

.std_left h3 {
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    color: #000;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 15px;
}

.std_left h3 span {
   font-family: "Poppins", sans-serif;
    display: block;
    font-weight: 600;
    font-style: italic;
}

.dark-mode .std_left h3 {
    color:#fff;
}

.dark-mode .std_left h3 span{
    color:#DD0000;
}
.std_left p {
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.70);
}
.dark-mode .std_left p {
 color: rgba(255, 255, 255, 0.70);
}

.std_left a {
    margin: 0;
    margin-top: 1rem;
}

.std_image {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 920px;
    gap: 1rem;
}

.stdimg {
    max-width: 450px;
    width: 100%;
    aspect-ratio: 2/1.3;
    flex-basis: 49%;
    position: relative;
}

.stdimg img {
    border-radius: 20px;
    box-shadow: 0 0 15px #00000059;
}

.stdimg:nth-child(2)>img,
.stdimg:nth-child(3)>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stdimg:nth-child(1)>img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 330px;
}

.stdimg:nth-child(4)>img {
    max-width: 330px;
}

.dasdimg {
    max-width: 450px;
    width: 100%;
    aspect-ratio: 2/1.3;
    flex-basis: 49%;
    position: relative;
}

.dasdimg img {
    border-radius: 20px;
    box-shadow: 0 0 15px #00000059;
}

.dasdimg:nth-child(1)>img,
.dasdimg:nth-child(4)>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dasdimg:nth-child(2)>img {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 330px;
}

.dasdimg:nth-child(3)>img {
    max-width: 330px;
    position: absolute;
    top: 0;
    right: 0;
}

.counter_row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-top: 1px solid #00000030;
    border-bottom: 1px solid #00000030;
    padding: 70px 0;
    margin-top: 100px;
    margin-bottom: 100px;
}
.dark-mode .counter_row { 
    border-top: 1px solid #DD0000;
    border-bottom: 1px solid #DD0000;
    }

.Count_models img {
    height: 40px;
}

.dark-mode .Count_models img {
    filter: invert();
}
.Count_models h2 {
    color: #000;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.3;
}
.dark-mode .Count_models h2 {
    color: #DD0000;
    }

.Count_models p {
    color: #000000aa;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}
.dark-mode .Count_models  p {
    color: rgba(255, 255, 255, 0.70);
    }
.card_feat_row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 110px;
}

.card_feat {
    max-width: 500px;
    transition: 0.5s ease;
}

.card_feat:hover {
    transform: scale(1.05);
    cursor: pointer;
    /* box-shadow: 0 0 30px #0000002f; */
    /* padding: 1rem; */
    border-radius: 10px;
}

.card_feat>img {
    aspect-ratio: 2/1.3;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card_feat>span {
    color: #000000aa;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 7px;
    display: block;
}
.dark-mode .card_feat>span {
    color:rgba(255, 255, 255, 0.70);
}
.card_feat>h2 {
    color: #000000;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.3;

}

.card_feat p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 5px;
}
.card_feat .view-listing-btn{
    border:#000 solid 1px;
    border-radius: 8px;
    padding: 10px 20px;
    color: #000;
        width: 140px;
    font-size: 15px;
    text-align: center;

}
.card_feat .view-listing-btn:hover{
    background: #000;
    color: #fff;
    }
.dark-mode .card_feat .view-listing-btn{
    border:rgba(255, 255, 255, 1.0)  solid 1px;
    border-radius: 8px;
    padding: 10px 20px;
    color: #fff;

}
.dark-mode .card_feat .view-listing-btn:hover{
    background: none;
    border-color: #DD0000;
    color: #DD0000;
    }
.dark-mode .card_feat>h2 {
    color: #fff;
}

.dark-mode .card_feat p {
   color: #fff;
}
.card_feat p span {
    font-weight: 500;
}



.gtjjj {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.inspire {
    width: 98%;
    min-height: 500px;
    border-radius: 20px;
    background: url(../images/dryve-banner-before-img.png) no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 70px;
    font-style: normal;
    margin: 150px auto;
    flex-direction: column;
    gap: 1.2rem;

}
.inspire span{
    display: block;
    font-style: italic;
    font-weight: 600;
}
.inspire a{
    background: #000;
    padding: 15px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    }
.dark-mode .inspire {
    background: url(../images/superdryve-banner-before-img.png) no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}
.dark-mode .inspire a{
 background: #DD0000 ;
}
/* blog section  */

.ctc_row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.blog_detail_long {
    max-width: 665px;
}

.blog_detail_long>h2 {
    font-size: 70px;
    color: #000;
    line-height: 1.2;
}
.dark-mode .blog_detail_long>h2  {
color: #fff;
}
.blog_detail_long>h2 span {
    color: #0000007f;
    display: flex;
    align-items: center;
    gap: 15px;text-transform: uppercase;
}
.dark-mode .blog_detail_long>h2 span {
color: #DD0000;
text-transform: uppercase;
}

.blog_detail_long>h2 b {
    width: 100px;
    height: 5px;
    background: #0000007f;
    display: block;
}
.dark-mode .blog_detail_long>h2 b {
background: #DD0000;
}
.blog_detail_long>span {
    font-size: 16px;
    color: #000;
    display: block;
    margin-top: 30px;
}
.dark-mode .blog_detail_long>span {
color: #fff;
}
.blog_detail_long .theme_btn_border {
    margin: 0;
    margin-top: 1.5rem;
}

.prof {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 1rem;
}

.prof>img {
    max-width: 58px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    aspect-ratio: 1/1;
}

.prof strong span {
    font-size: 12px;
    color: #000;
    font-style: italic;
}
.dark-mode .prof strong span {
    color: rgba(255, 255, 255, 0.70);
}
.prof strong h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-top: 6px;
    text-transform: uppercase;
}
.blog_detail_long h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-top: 15px;
}
.dark-mode .blog_detail_long h3  {
color: #fff;
}
.dark-mode  .blog_detail_long p {
color: rgba(255, 255, 255, 0.70);
}
.blog_detail_long p {
    font-size: 22px;
    color: #000;
    line-height: 1.5;
    margin-top: 10px;
}

.blog_detail_image {
    max-width: 816px;
}

.blog_detail_image img {
    aspect-ratio: 2/1.6;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.cft_row {
    max-width: 500px;
}

.blog_detail>span {
    font-size: 14px;
    color: #000;
    display: block;
    margin-top: 1rem;
}

.blog_detail p {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.70);
    line-height: 1.5;
    margin-top: 10px;
}
.blog_detail  h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-top: 15px;
}
.dark-mode .blog_detail  h3 {
    color: #fff;
    }
.dark-mode .blog_detail p { 
    color: rgba(255, 255, 255, 0.70);
    }
.rtx_row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}



/* testemonials  */
.section_2.testemonial_area {
    margin-top: 250px;
}

.test_slider {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    margin-top: 150px;
}

.single-testimonial-item {
    position: relative;
    margin: 0 14px;
    padding: 25px;
    max-width: 335px;
    min-height: 380px;
    border: 1px solid transparent;
    border-radius: 10px;
    opacity: 0.7;
    transition: 0.5s;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.single-testimonial-item.slick-active {
    opacity: 1;
    border-color: #000;
}
.dark-mode .single-testimonial-item  { 
    background: #101010;
    border-color: rgba(255, 255, 255, 0.70);
}
.dark-mode .single-testimonial-item.slick-active {
    opacity: 1;
    border-color: rgba(255, 255, 255, 1);
}
.dark-mode .single-testimonial-item img{
    filter: invert();
}
.dark-mode .single-testimonial-item h3 {
color:#B2B2B2;
}
.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin:10px 0;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}
.dark-mode .single-testimonial-item h3 span {
    color: #fff;

}
.single-testimonial-item p {
    font-size: 18px;
    color: #413D45;
    line-height: 1.5;
}
.dark-mode .single-testimonial-item p {
    color: #fff;
}
.dtggg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 80px;
}

.dtggg button {
    font-size: 22px;
    background: transparent;
}
.dark-mode .dtggg button { 
    color: #fff;
}

#superdryve{
    position: absolute;
    opacity: 0;
    z-index: -1;
    left: 0px;
    height: 0px;
    right: 0px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.dark-mode #superdryve{
      position: static;
    opacity: 1;
    z-index: inherit;
    height: inherit;
     overflow: inherit;
}

.dark-mode #dryve{
    display: none;
}

.faqsection .accordion-button {
    font-size: 22px;
    font-weight: 600;
    color: #000 !important;
    display: flex;
    align-items: center;
}

.faqsection {
    font-size: 28px;
    font-weight: 600;
}

.dark-mode .accordion-item {
    color: #fff;
    background-color: #000;
    border: #fff solid 1px;
}
.dark-mode .faqsection .accordion-button {
       color: #fff !important;
}
.faqsection .accordion-button::after {
    content: none;
}

.faqsection .accordion-body {
        font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

.faqsection {
    max-width: 1090px;
    margin: 150px auto 90px; 
    padding: 2rem 6rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.faqsection .accordion-button::before {
    flex-shrink: 0;
    content: "–";
    margin-right: 1rem;
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.faqsection .accordion-button.collapsed::before {
    content: "+";
}

/* footer css  */
#colophon {
    background-color: #2c2c2c;
    color: #bbb;
}

#footer-widget-area {
    padding: 55px 30px 70px 30px;
    padding: 30px;
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
}

#colophon ul,
#primary ul {
    list-style: none;
    margin: 0px;
}

#colophon .xoxo {
    padding-top: 45px;
}

footer p,
footer li,
footer li a,
#colophon .contact_sidebar_wrap p {
    font-size: 15px;
    line-height: 1.5em;
}

.widget-container {
    margin-bottom: 30px;
}

.widget-title-footer {
    font-size: 17px;
    color: #eee;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.textwidget {
    font-size: 13px;
    line-height: 1.6em;
}

footer p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.5em;
}

.textwidget p {
    margin-bottom: 15px;
}

#colophon a,
#colophon li a {
    color: #bbb;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-weight: 600;
    border: none;
    line-height: 22px;
}

#colophon a:hover,
#colophon li a:hover {
    color: #000000;
    text-decoration: none;
}

#colophon .widget-container li {
    margin-bottom: 4px;
    padding-bottom: 4px;
    border: none;
    vertical-align: top;
    line-height: 22px;
}

#colophon .social_sidebar_internal a,
#primary .social_sidebar_internal a {
    width: 41px;
    height: 41px;
    padding: 11px 0px;
    background-color: #f3f3f3;
    margin: 0px 10px 10px 0px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#colophon .social_sidebar_internal a {
    background-color: #313131;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
    font-size: 13px;
    padding: 9px 0px 9px 9px;
    color: #555;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: none;
    -webkit-appearance: none;
}

.tnp-widget input[type=text],
.tnp-widget input[type=email],
.tnp-widget input[type=submit],
.tnp-widget select {
    width: 100%;
    padding: 10px;
    display: block;
    border: 1px solid #ddd;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    height: auto;
}

.tnp.tnp-widget .tnp-field-email input,
.tnp.tnp-widget .tnp-field-firstname input {
    border: 0px;
    padding: 15px;
    background: none;
    color: #000;
}

.tnp.tnp-widget .tnp-field-firstname input {
    border-right: #000 solid 1px;
}

footer .tnp.tnp-widget .tnp-field-email input,
footer .tnp.tnp-widget .tnp-field-firstname input {
    color: #fff;
    border-color: #4f4e4e;
}

footer .tnp.tnp-widget .tnp-field-email,
footer .tnp.tnp-widget .tnp-field-firstname {
    width: 50%;
    float: left;
}

.tnp.tnp-widget form {
    display: inline-block;
    width: 100%;
}

.tnp.tnp-widget {
    width: 80%;
    margin: 0 auto;
    position: relative;
    border: #000 solid 1px;
    border-radius: 6px;
    padding: 1px;
    background: rgba(0, 0, 0, 0.1);
    display: block;
    line-height: 1px;
}

footer .tnp.tnp-widget {
    width: 100%;
    border: #4f4e4e solid 1px;
}

.tnp-widget input.tnp-submit {
    background-color: #000;
    background-image: none;
    text-shadow: none;
    color: #fff;
    margin: 0;
    border: 0px;
    border-radius: 6px;
    padding: 14px;
    margin-top: 1rem;
}

.sub_footer {
    width: 100%;
    height: 60px;
    background-color: #272727;
}

.sub_footer_content {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

.copyright {
    font-size: 13px;
    float: left;
    line-height: 60px;
    font-weight: 600;
}

.copyright {
    text-align: center;
    width: 100%;
}
.subfooter_menu {
    float: right;
    margin-right: 45px;
    text-align: right;
    display: inline-flex;
}








@media (max-width:1680px) {
    .head1 {
        font-size: 70px;

    }

    .head2 {
        font-size: 32px;
    }

    .para {
        font-size: 22px;
        margin-top: 32px;
    }

    .section_2>h2 {
        font-size: 50px;
        margin-top: 40px;
    }
    .card_feat {
        max-width: 450px;
    }
    .card_feat>h2 {
        font-size: 20px;
    }
    .card_feat>span,.card_feat p  {
        font-size: 15px;
    }
    .inspire {
        font-size: 52px;
    }
    .blog_detail_long>h2 {
        font-size: 48px;
    }
    .blog_detail_long p {
        font-size: 18px;
    }
    .prof>img {
        max-width: 48px;
    }
    .prof strong h3 {
        font-size: 16px;
    }
    .blog_detail p {
        font-size: 16px;
    }
    .blog_detail_long {
        max-width: 570px;
    }
    .blog_detail_image {
        max-width: 680px;
    }
    .cft_row {
        max-width: 420px;
    }
    .single-testimonial-item img{
        height: 60px;
    }
    .single-testimonial-item p {
        font-size: 16px;
    }
}

@media (max-width:1600px) {

    .stdimg:nth-child(1)>img,
    .dasdimg:nth-child(2)>img,
    .dasdimg:nth-child(3)>img,
    .stdimg:nth-child(4)>img {
        max-width: 288px;
    }

    .std_left h3 {
        font-size: 40px;
    }

    .stdimg,
    .dasdimg {
        flex-basis: 48%;
    }
}

@media (max-width: 1440px) {

    .head1 {
        font-size: 60px;
        line-height: 1.3;
    }

    .head2 {
        font-size: 16px;
    }

    .banner-marquee {
        font-size: 20px;
    }

    .para {
        font-size: 16px;
        margin-top: 28px;
    }

    .section_2>h2 {
        font-size: 36px;
        margin-top: 28px;
        max-width: 900px;
    }

    .down_btn img {
        width: 35%;
    }

    .btn_theme,
    .btn_border {
        font-size: 14px;
    }

    .logo_u img {
        height: 18px;
    }

    .stdimg:nth-child(1)>img,
    .dasdimg:nth-child(2)>img,
    .dasdimg:nth-child(3)>img,
    .stdimg:nth-child(4)>img {
        max-width: 250px;
    }

    .stdimg img,
    .dasdimg img {
        border-radius: 15px;
    }

    .std_left h3 {
        font-size: 32px;
    }

    .theme_btn,
    .theme_btn_border {
        font-size: 14px;
    }
    .Count_models img {
        height: 32px;
    }
    .Count_models h2 {
        font-size: 38px;
    }
    .card_feat {
        max-width: 390px;
    }
    .inspire {
        min-height: 420px;
        font-size: 42px;
    }
    .blog_detail_image {
        max-width: 600px;
    }
    .blog_detail_long>h2 {
        font-size: 42px;
    }
    .blog_detail_long p {
        font-size: 18px;
    }
    .rtx_row {
        gap: 1rem;
        margin-top: 1rem;
    }
    .cft_row {
        max-width: 400px;
    }
}

@media (max-width: 1366px) {

    .stdimg:nth-child(1)>img,
    .dasdimg:nth-child(2)>img,
    .dasdimg:nth-child(3)>img,
    .stdimg:nth-child(4)>img {
        max-width: 200px;
    }
}
@media (max-width: 1280px) {
    .card_feat_row {
        gap: 1rem;
    }
    .fura_uu{
        padding: 0 1rem;
    }
    .single-testimonial-item {
        padding: 18px;
        max-width: 300px;
        min-height: 345px;
    }
    .single-testimonial-item h3 {
        font-size: 18px;
    }
    .faqsection .accordion-button {
        font-size: 18px;
    }
    .faqsection .accordion-body {
        font-size: 16px;
        font-weight: 400;
    }
    .faqsection {
        max-width: 880px;
    }
    .card_feat>h2 {
        font-size: 18px;
    }
    .card_feat>span, .card_feat p {
        font-size: 14px;
    }
    .gtjjj {
        gap: 1rem;
        margin-top: 1rem;
    }
    .blog_detail p {
        font-size: 16px;
    }
    .prof>img {
        max-width: 42px;
    }
    .prof {
        gap: 6px;
    }
    .prof strong h3 {
        font-size: 14px;
        margin-top: 2px;
    }
    .cft_row {
        max-width: 330px;
    }
    .blog_detail_long>h2 b {
        width: 70px;
        height: 4px;
    }
    .blog_detail_long>h2 {
        font-size: 38px;
    }
    .blog_detail_long p {
        font-size: 16px;
    }
    .blog_detail_long {
        max-width: 500px;
    }
    .Count_models h2 {
        font-size: 30px;
    }
    .Count_models p {
        font-size: 12px;
    }
    .ctc_row {
        gap: 24px;
    }
    .faqsection {
        max-width: 700px;
    }
    .faqsection {
        padding: 3rem 1rem;
    }
}

@media (max-width: 1200px) {
    .navLinks {
        gap: 28px;
    }

    .navLinks a {
        font-size: 14px;
    }

    .head1 {
        font-size: 42px;
    }

    .head2 {
        font-size: 22px;
    }

    .std_left h3 {
        font-size: 28px;
    }

    .section_2>p {
        font-size: 14px;
    }

    .std_image {
        gap: 10px;
    }

    .gtggg_row {
        padding: 3rem;
        gap: 1rem;
    }
}

@media (max-width: 1080px) {

    .stdimg:nth-child(1)>img,
    .dasdimg:nth-child(2)>img,
    .dasdimg:nth-child(3)>img,
    .stdimg:nth-child(4)>img {
        max-width: 170px;
    }

    .stdimg img,
    .dasdimg img {
        border-radius: 10px;
    }
}

@media (max-width: 991px) {

    .btn_theme,
    .btn_border {
        padding: 12px 20px;
    }

    .logo_u img {
        height: 16px;
    }

    .drops_u {
        min-width: 270px;
    }

    .navLinks {
        gap: 22px;
    }

    .header_u {
        padding: 1rem;
    }

    .section_2>h2 {
        font-size: 28px;
        margin-top: 28px;
        max-width: 560px;
    }

    .section_2>p {
        max-width: 600px;
    }

    .stdimg:nth-child(1)>img,
    .dasdimg:nth-child(2)>img,
    .dasdimg:nth-child(3)>img,
    .stdimg:nth-child(4)>img {
        max-width: 140px;
    }
    .cft_row ,.card_feat{
        max-width: 500px;
    }
    .blog_detail p {
        font-size: 14px;
    }
    .prof>img {
        max-width: 38px;
    }
    .ctc_row {
        flex-direction: column-reverse;
    }
    .rtx_row,.card_feat_row{
        flex-direction: column;
    }
    .blog_detail_image img {
        aspect-ratio: 2 / 1.3;
    }
    .counter_row{
        flex-wrap: wrap;
        gap: 2rem;
    }
    .Count_models{
        flex-basis: 30%;
    }
    .rtx_row {
        gap: 4rem;
        margin-top: 4rem;
    }
    .inspire {
        min-height: 340px;
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .for_web {
        display: none;
    }

    .ham_u {
        font-size: 22px;
        display: block;
    }

    .navLinks {
        gap: 10px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .navLinks>li>a>img {
        height: 8px;
    }

    .head1 {
        font-size: 36px;
    }

    .head2 {
        font-size: 16px;
    }

    .para {
        line-height: 1.3;
    }

    .gtggg_row {
        flex-direction: column;
    }

    .gtggg_row.frfr {
        flex-direction: column-reverse;
    }
}

@media (max-width: 575px) {
.card_feat_row {
    
    display: block;
  }
  .card_feat {
    padding-bottom:50px;
    display: block;
  }
  .section_main {
  padding: 50px 0;
}

    .theme_btn,
    .theme_btn_border {
        padding: 8px 1rem;
        font-size: 12px;
    }

    .section_2:before {
        content: '';
        height: 15px;
    }

    .section_2>h2 {
        font-size: 24px;
        margin-top: 0;
        max-width: 400px;
        padding: 0 1rem;
    }

    .section_2>p {
        max-width: 450px;
        padding: 0 1rem;
    }

    .gtggg_row {
        padding: 2rem 1rem;
        gap: 1rem;
    }
.counter_row {
  padding: 40px 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
.card_feat_row {
  margin-top: 40px;
}

    .hero_banner {
        border-radius: 15px;
    }
    .single-testimonial-item {
        padding: 1rem;
        max-width: 280px;
        min-height: 340px;
    }
    .single-testimonial-item img {
        height: 52px;
    }
    .single-testimonial-item {
        margin: 0 8px;
    }
    .inspire {
        margin: 50px auto;
		text-align:center;
    }
}

@media (max-width: 500px) {
.dryve-agency-video { 
  padding: 30px 0px !important;
  width: 90% !important;
  margin: 0 auto;
}
    .section_2>h2 {
        font-size: 28px;
        margin-top: 28px;
    }

    .section_2>img {
        height: 16px;
    }

    .para {
        font-size: 12px;
        margin-top: 26px;
    }

    .auth_cta {
        gap: 7px;width: 33%;
    }

    .head2 {
        font-size: 14px;
    }

    .btn_theme,
    .btn_border {
        font-size: 12px;
        padding: 8px 10px;
        border-radius: 5px;
    }

    .logo_u img {
        height: 13px;
    }

    .section_2>h2 {
        font-size: 26px;
    }

    .fgvf {
        display: none;
    }
    .section_2.testemonial_area {
        margin-top: 30px;
    }
    .banner-marquee span {
        padding: 20px 32px;
    }
	.test_slider {
	  margin-top: 50px;
	}
}

@media (max-width: 400px) {

    .stdimg:nth-child(1)>img,
    .dasdimg:nth-child(2)>img,
    .dasdimg:nth-child(3)>img,
    .stdimg:nth-child(4)>img {
        max-width: 118px;
    }
    .faqsection .accordion-button {
        font-size: 16px;
    }
    .faqsection .accordion-body {
        font-size: 14px;
    }
    .faqsection{
        margin: 70px auto;
    }
 
}