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
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: fontspringarticulatcfregular;      
    src: url('../fonts/fontspring-articulatcf-regular.otf') format('opentype');
}
@font-face {
    font-family: fontspringarticulatcfbold;      
    src: url('../fonts/fontspring-articulatcf-bold.otf') format('opentype');
}
 @font-face {
    font-family: 'Hagrid Trial Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/hagrid/Hagrid-Regular-trial.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Hagrid Trial Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/hagrid/Hagrid-Italic-trial.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Hagrid Text Trial Extrabold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/hagrid/Hagrid-Text-Extrabold-Italic-trial.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Hagrid Text Trial Extrabold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/hagrid/Hagrid-Text-Extrabold-trial.woff') format('woff');
    }
body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}
.clear {
clear:both;
}
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: url('../images/agentcy-backgound.jpg') no-repeat #FAF9F6 /*#FEFBF1*/ ; 
    background-position:top;
    background-size:100%;
   /* background-size: cover;*/
    min-height: 100dvh;
     font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.header_u .logo_u{
width:20%;
}
.logo_u img {
    height: 22px;
}

.auth_cta {
    display: flex;
    align-items: center;
    gap: 1rem;
width:17%;
}

.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: relative;
    top: 0;
    /* background: url('../images/banner.webp') no-repeat;
    background-size: cover; */
    z-index: 15;
   /* border-bottom: 1px solid #03030332;*/
}

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

.navLinks  .menu a {
    font-family: fontspringarticulatcfregular; 
    color: rgba(11, 11, 11, 0.5);
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

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

.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;
}

.section_main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    
}

.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-weight: normal;
    text-align: center;
        font-family: fontspringarticulatcfbold;
    display: block;
    font-size: 5vw;
    line-height: 5.5vw;
}

.head2 { 
     
    font-weight: normal;
    text-align: center;
    color: #0B0B0B;
    font-family: 'Hagrid Trial Italic';
    font-weight: normal;
    font-size: 4vw;
    line-height: 5.5vw;
   
}

.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;
}

.theme_btn {
     
    border-radius: 6px;
    padding: 12px 1.5rem;
    display: block;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #000;
    text-align: center; 
    background:none;
    padding: 10px 25px;
    border-radius: 36px;
    color: #000;
    font-size: 16px;
}

.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;
    text-align: center;
    box-shadow: 13px 18px 12px 0px rgba(0, 0, 0, 15%);
    background: #000;
    padding: 10px 25px;
    border-radius: 36px;
    color: #fff;
    font-size: 16px;
}

.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;
}

.theagentcy-home-marque {
    font-size: 26px;
     
    line-height: 1.5;
    color: #0B0B0B;
    background: none;
    margin-top: 1rem;
    padding: 20px 50px;    overflow: hidden;
    width: 100%;
}
.theagentcy-home-marque i img{
    width: 23px;
}
.theagentcy-home-marque span {
    padding: 20px 50px;
}

.theagentcy-home-marque span.odd{
        font-family: fontspringarticulatcfregular;
        font-weight: bold;
}

.theagentcy-home-marque  span.even {
       font-family: 'Hagrid Trial Italic';
}
.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: #0B0B0B;
    font-size: 60px;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
    max-width: 1330px;

    font-family: fontspringarticulatcfbold;
     
}

.section_2>h2 span {
   font-family: 'Hagrid Trial Italic';
    display: block;
}

.section_2>p {
  color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    max-width: 700px;
    margin-top: 1rem;
}

.gtggg_row {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5rem;
    gap: 5rem;
justify-content: center;
}
.std_left{
    max-width: 530px;
}

.std_left h3 {
    font-size: 50px;
    color: #0B0B0B;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
margin-bottom:15px;     font-family: fontspringarticulatcfregular;
}

.std_left h3 span {
  /*  opacity: 0.5;*/
}

.std_left p {
    text-align: left;
line-height: 1.4;
}

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

.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 rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 70px 0;
    margin-top: 100px;
    margin-bottom: 100px;
}

.Count_models img {
    height: 40px;
filter:invert();
}

.Count_models h2 {
    color: #fff;
    font-size: 50px; 
    line-height: 1.3;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
text-align:left !important;
}

.Count_models p {
       color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.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;
}

.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 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/banner-agency-img.png) no-repeat; 
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 70px;
    font-style: italic;   font-family: 'Hagrid Trial Regular';
    margin: 150px auto;
}

/* 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;
    font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.blog_detail_long>h2 span {
    color: #0000007f;
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog_detail_long>h2 b {
    width: 100px;
    height: 5px;
    background: #0000007f;
    display: block;
}

.blog_detail_long>span {
    font-size: 16px;
    color: #000;
    display: block;
    margin-top: 30px;
}

.blog_detail_long .theme_btn_border {
    margin: 0;
    margin-top: 1.5rem;
}

.home-blog-section .blog_detail_long h3 {
font-size:22px;
font-weight:bold;
margin:0px;
padding:10px 0px;
line-height:28px;
color:#000;
} 
.home-blog-section .blog_detail_long h3 a {
color:#000;
}
.home-blog-section .blog_detail_long p {
color:#555;
margin:0px;
padding:0px;
}
.home-blog-section .blog_detail h3 {
font-size:20px;
font-weight:bold;
margin:0px;
padding:10px 0px;
line-height:26px;
color:#000;
} 
.home-blog-section .blog_detail h3 a {
color:#000;
}
.home-blog-section .blog_detail p {
color:#555;
margin:0px;
padding:0px;
}
.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;
}

.prof strong h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-top: 6px;
    text-transform: uppercase;
}

.blog_detail_long p {
    font-size: 22px;
    color: #000;
    line-height: 1.4;    margin-top: 26px;
}

.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: 22px;
    color: #000;
    line-height: 1.5;
    margin-top: 14px;
}

.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;
}

.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

.single-testimonial-item p {
    font-size: 18px;
    color: #413D45;
    line-height: 1.5;
}

.dtggg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 80px;
}

.dtggg button {
    font-size: 22px;
    background: transparent;
}

.faqsection .accordion-button {
    font-size:18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6) !important;
    display: flex;
    align-items: center;
}

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

.faqsection .accordion-button::after {
    content: none;
}

.faqsection .accordion-body {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.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 .more-faqs-cta {
 text-align:center;
 }
.faqsection .more-faqs-cta a {
  background: #000;
  color: #fff;
  border-radius: 6px;
  padding: 12px 1.5rem;
  display: block;
  width: fit-content;
  border: 1px solid #000;
  font-size:14px;
  font-weight:normal;
}
.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: "+";
}
.accordion,.accordion-item{
background:none !important;
border-color:#000 !important;
}
/* 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;
}


.registration-response-page {
  width: 60%;
  margin: 140px auto;
}
.registration-response-page h2 {
font-weight:bold;

  font-size: 28px;
  margin: 0px;
  padding: 10px 0px;
  line-height: 34px;
}
.registration-response-page p, .registration-response-page ul, .registration-response-page li {
  font-size: 18px;
  line-height: 24px;
}
.registration-response-page h3 {
  font-weight:bold;
  font-size: 20px;
  margin: 0px;
  padding: 10px 0px;
  line-height: 28px;
}

.registration-response-page .login-cta {
margin-top:10px;
}
.registration-response-page .login-cta a {
	background-color: #000;
	display:inline-block;
    color: #fff;
    margin: 0;
    border-radius: 6px;
    padding: 8px 16px;
	font-size:14px;
}

.blog-detail-page {
margin:0px auto;
max-width:850px;
}
.blog-detail-page .main-blog-image {
margin:15px 0px;
}
.blog-detail-page .main-blog-image img {
width:100%;
border-radius:15px;
}
.blog-detail-page h1.main-heading {
font-weight:bold;
  font-size: 32px;
  margin: 0px;
  padding: 5px 0px 5px 0px;
  line-height: 38px;
  color:#000;
}

.blog-detail-page .blog-content p {
 font-size: 18px;
  margin: 0px;
  padding: 10px 0px;
  line-height: 28px;
  color:#555;
}
.blog-related-posts .result_title h3 {
    font-size: 16px;
    font-weight: bold;
	line-height:22px;
  }
.blog-detail-page  .blog-related-posts .result_title p {
  color: #555;
}
.user-inquiries-dashboard-list {
border: 1px solid #ccc;
padding:10px;
}
.user-inquiries-dashboard-list .row {
padding: 10px;
--bs-gutter-x: 0rem;
}
.user-inquiries-dashboard-list .row.odd {
background:#f5f5f5;
}
.user-inquiries-dashboard-list .row .col {
text-align:left;
font-size:14px;
}

.user-inquiries-dashboard-detail {
border: 1px solid #ccc;
padding:10px;
}
.user-inquiries-dashboard-detail .row {
padding: 10px;
--bs-gutter-x: 0rem;
}
.user-inquiries-dashboard-detail .row.odd {
background:#f5f5f5;
}
.user-inquiries-dashboard-detail .row .col {
text-align:left;
font-size:14px;
}
.user-inquiries-dashboard-detail .row .col.label {
font-weight:bold;
}
 footer {
      text-align: center;
      padding: 1rem 1rem;
      font-size: 0.9rem;
      color: #ddd;
      background-color: #000;
    }

footer .feeda-footer-top{
    padding: 60px 0px;
}

footer .feeda-footer-top .feeda-footer-left{
    width: 40%;
    float: left;
}
footer .feeda-footer-top .feeda-footer-left .feeda-footer-logo{
    padding-bottom: 80px;
}

footer .feeda-footer-top .feeda-footer-left .feeda-footer-logo img{
    width: 120px;
}
footer .feeda-footer-top .feeda-footer-left .feeda-footer-store-btns a{
    margin-right: 15px;
}
footer .feeda-footer-top .feeda-footer-left .feeda-footer-store-btns img{
    width: 120px;
}
footer .feeda-footer-top .feeda-footer-right{
    width: 60%;
    float: left;
}

footer .feeda-footer-top .feeda-footer-right .feeda-footer-col{
    float: left;
    width: 25%;
    padding:0px 10px;
}

footer .feeda-footer-top .feeda-footer-right .feeda-footer-col h4{
   font-family: manropemedium;
    font-size: 18px;
    color: #000;
    margin-top: 0px;
}
footer .feeda-footer-top .feeda-footer-right .feeda-footer-col ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
footer .feeda-footer-top .feeda-footer-right .feeda-footer-col ul li{
    margin-bottom: 15px;
}
footer .feeda-footer-top .feeda-footer-right .feeda-footer-col ul li a{
    font-size: 16px;
    color: #000;
}
footer .feeda-footer-copyright{
    border-top: #DADADA solid 1px;
    padding: 20px 0px;
    width: 100%;
    display: inline-block;
    font-size: 14px;
}   
footer .feeda-footer-copyright .feeda-footer-copyright-left{
    float: left;
}
footer .feeda-footer-copyright .feeda-footer-copyright-right{

    float: right;
}
footer .feeda-footer-copyright .feeda-footer-copyright-right a{
    color:#000;
    margin-left: 10px;
}


footer.agentcy-footer{
    padding: 20px;
    background: none;

}
footer.agentcy-footer .footer-inner{
    padding: 40px;
    background: #000;
    border-radius: 20px;
    position: relative;
}
footer.agentcy-footer .footer-inner:after{
    background:url(https://theagentcy.agency/wp-content/themes/feeda-gpt/images/agentcy-footer-lines.png) no-repeat;
    content: '';
    width: 100%;
    position: absolute;
    top: 0px;
    display: inline-block;
    height: 100%;
    background-size: 100% auto;
    z-index: 1;
    left: 0px;

}
footer.agentcy-footer .footer-inner h2 img{
margin-bottom: -40px;
    /* width: 166px; */
    margin-left: -16px;
    margin-right: -28px;
}
footer.agentcy-footer .footer-inner h2 {
    color: #fff;
    font-family: 'Hagrid Trial Italic';
    font-weight: normal;
    font-size: 2.8vw;
    line-height: 3vw;
    text-align: center;
     margin-bottom: 20px;
}
footer.agentcy-footer .footer-inner h2 span {
    font-family: fontspringarticulatcfbold;
    display: block;
    font-size: 3.2vw;
    line-height: 4vw;
}
footer.agentcy-footer .footer-top-heading{
    padding: 60px 0px;
    text-align: center;
    position: relative;
    z-index: 2;
}

footer.agentcy-footer .footer-top-heading a {
    text-align: center;
    box-shadow: 13px 18px 12px 0px rgba(255, 255, 255, 15%);
    background: #fff;
    padding: 10px 25px 8px 25px;
    border-radius: 36px;
    color: #000;
    border:#fff solid 1px;
    font-size: 14px;
    line-height: 16px;
    margin:20px 5px;
    display: inline-block;
}
footer.agentcy-footer .footer-top-heading a.footer-contact-btn{
    background: none;
   color: #fff;
       box-shadow: inherit;
}
footer.agentcy-footer .footer-top-heading a:hover{
    background: #fff !important;
    color: #000 !important;
} 
footer.agentcy-footer  .footer {
    display: flex;
    width: 100%;
    justify-content: space-around;
    gap: 2vw;
    position: relative;
 padding: 6vw 1vw;
}

footer.agentcy-footer  .social_icons {
    display: flex;
    align-items: center;
    gap: 1.2vw;
    margin-top: 8vw;
}

footer.agentcy-footer .social_icons li a {
    color: #898C9E;
    font-size: 1.2vw;
}

footer.agentcy-footer .row_store {
    display: flex;
    align-items: center;
    gap: 1vw;
    margin-top: 2vw;
}

footer.agentcy-footer .row_store img {
    height: 2rem;
}
footer.agentcy-footer .logo_area p {
 color: rgba(255, 255, 255, 0.60);
 font-family: arial;
 font-size: 16px;
 margin-top: 15px;
}


footer.agentcy-footer .footer_links>h3 { 
    color: #fff;
    text-transform: capitalize;
    font-size: 1.2vw;
   font-family: 'Hagrid Trial Italic';
    font-weight: normal;
}

footer.agentcy-footer .footer_links ul li a { 
    color: rgba(255, 255, 255, 0.60);
    margin-top: 1.2vw;
    display: block;
    font-size: 0.9vw;
}

footer.agentcy-footer .logo_area img{width: 190px;

}
footer.agentcy-footer .agentcygpt-footer{
    padding-top: 60px;
}
footer.agentcy-footer .agentcygpt-footer img{
    width: 100%;
    margin-bottom: -20px;
}
i{
        font-family: "Inter", sans-serif;
        font-weight: 600;
}

.agentcy-product-page{
    padding: 4vw;
    width: 100%;
    display: flex;
    position: relative;
}
 .agentcy-product-page .agentcy-product-img{
   width: 62%;
    position: absolute;
    right: 0px;
    top: 0px;

}
 .agentcy-product-page .agentcy-product-img img{
    width:100%;
}
.agentcy-product-page .agentcy-product-content{
    width: 55%;
    padding-top: 20px;
 }
.agentcy-home-logo-section.agentcy-product-logos {
    padding: 20px 60px;
    margin: 0 auto;
    width: 60%;
    display: inline-block;
}
.agentcy-home-logo-section.agentcy-product-logos .ah-logo-slider {
   
    gap: 1rem;
}

.agentcy-product-page h2 {
    color: #0B0B0B;
    font-size: 4vw;
    font-weight: normal;
    line-height: 1.1; 
    
    margin-bottom: 15px;
    font-family: fontspringarticulatcfbold;
}
.agentcy-product-page h2 span {
   font-family: 'Hagrid Trial Italic';
    display: block;
}
.agentcy-product-page p{
  color: rgba(11, 11, 11, 0.6);
  font-size: 1.3vw;
  margin-bottom: 1vw;
  line-height: 1.5;
}
.agency-about-btn{
    border-radius: 36px;
    padding: 10px 25px;
    color: #000;
    font-size: 16px;
    border:#000 solid 1px;
        margin-top: 20px;
    display: inline-block;
}
.agency-about-btn:hover{
    background:#000;
    color:#fff;
}
/* section six css  */
.section_six.section_center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
text-align: center;
    width: 100%;
    min-height: 50vw; 
    padding:  0px 20vw;
    justify-content: space-evenly;
    overflow: hidden;
    position: relative;
}
.example_area >span{
  color: #c9c9c9;
  font-size: 0.8vw;
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  margin-bottom: 1vw;
}

.example_area>h2 {
    color: #0B0B0B;
    font-size: 5vw;
    font-weight: normal;
    line-height: 1.1;
    text-align: center;
    max-width: 1330px;
    margin-bottom: 15px;
    font-family: fontspringarticulatcfbold;
}
.example_area>h2 span {
   font-family: 'Hagrid Trial Italic';
    display: block;
}
.example_area >p{
  color: rgba(11, 11, 11, 0.6);
  font-size: 1.3vw;
  margin-bottom: 1vw;
  line-height: 1.5;
}
.agentcy-home-logo-section {
    padding: 30px 60px;
    margin: 0 auto;
    width: 100%;
    display: inline-block;
}
.case_image_float>img{
  position: absolute;
  border-radius: 1vw;
/*  box-shadow: -15px 15px 50px #fecb0021;*/
animation: float 6s ease-in-out infinite;
}
.case_image_float>img:nth-child(1){
    top: 3vw;
    left: 2vw;
    width: 17vw;
    animation-delay: -1s;
}
.case_image_float>img:nth-child(2){
 top: 1.6vw;
 right: -5vw;
 width: 17vw;
 animation-delay: -1s;
}
.case_image_float>img:nth-child(3){
top: 35vw;
    left: 2vw;
    width: 18vw;
  animation-delay: -5s;
}
.case_image_float>img:nth-child(4){
top: 35vw;
    right: 10vw;
    width: 10vw;
  animation-delay: -4s;
}
.case_image_float>img:nth-child(5){
  bottom: 2vw;
  left: 10vw;
  width: 9vw;
  animation-delay: -8s;
}


@keyframes float {
    0% {
     transform: translatey(0px);
 }
 50% {

    transform: translatey(-20px);
}
100% {

    transform: translatey(0px);
}
}
.agentcy-home-logo-section .ah-logo-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.agentcy-more-btn{
text-align:center;
}
.agentcy-more-btn a {
    text-align: center;
    box-shadow: 13px 18px 12px 0px rgba(0, 0, 0, 15%);
    background: #000;
    padding: 10px 25px;
    border-radius: 36px;
    color: #fff; 
    font-size: 16px;
}
.power-full-agencygpt{
    padding: 20px;
}

.power-full-agencygpt .power-full-agencygpt-inner{
    background: #0B0B0B;
    border-radius: 30px;
    padding:60px 40px;
padding-bottom:30px;
}

.power-full-agencygpt .power-full-agencygpt-inner .power-full-section h2 {
    color: #fff;
     font-family: 'Hagrid Trial Italic';
    font-weight: normal;
    font-size: 3.4vw;
    line-height: 4.3vw;
    text-align: center;
}
.power-full-agencygpt .power-full-agencygpt-inner h2 span {
    font-family: fontspringarticulatcfbold;
    display: block;
    font-size: 3.8vw;
    line-height: 4.3vw;
}
.power-full-agencygpt .power-full-boxes {
    padding: 40px 0px;
    width: 75%;
    margin: 0 auto;

}
.power-full-agencygpt .power-full-boxes .power-full-box{
    float: left;
    width: 50%;
    padding: 10px;
}
.power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner{
    background: rgba(255, 255, 255, 0.05);
    border:  rgba(255, 255, 255, 0.05) solid 1px;
    border-radius: 30px;
    padding: 25px;
    position: relative;    min-height: 280px; 
}
.power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:  1;
    left: 0px;
    top: 0px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.06) 100%);
    border-radius: 30px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner:hover:after {
    opacity:1;
}

.power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner .power-full-box-icon{
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 82px;
    border-radius: 100%;
    position: relative;
    background: url(https://theagentcyai.com/wp-content/themes/feeda-gpt/images/agentcy-bg-circle.png) no-repeat;
    background-size: cover;
}

.power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner p{
    color:rgba(254, 251, 241, 0.6);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner h3{
    color:#FEFBF1;
   font-size: 28px;
    line-height: 1.4;
    margin:15px 0px;
}
.power-full-agencygpt .power-full-boxes .agentcy-more-btn {
    margin-top: 50px;
}
.power-full-agencygpt .power-full-boxes .agentcy-more-btn a{
    border:rgba(254, 251, 241, 0.2) solid 1px;
    border-radius: 50px;
    background: none;

}
.power-full-agencygpt .power-full-boxes .agentcy-more-btn a:hover{
    color: #000;
    background: rgba(254, 251, 241, 1) ;
    border-color: rgba(254, 251, 241, 1);
}
.power-full-agencygpt .why-agnecy-gpt {
    padding-top: 110px;
}
.power-full-agencygpt .why-agnecy-gpt .why-agnecy-gpt-img{
    width: 50%;
    float: left;
    padding-right: 60px;
}
.power-full-agencygpt .why-agnecy-gpt .why-agnecy-gpt-img img{
    width:100%;
}
.power-full-agencygpt .why-agnecy-gpt .why-agnecy-gpt-content{
    width: 50%;
    float: left;
    color: #FEFBF1;
    
}
.power-full-agencygpt .why-agnecy-gpt .why-agnecy-gpt-content p{
    margin-top:20px;
    font-size: 18px;
}
.power-full-agencygpt .why-agnecy-gpt .why-agnecy-gpt-content span.keypoint{
    color: rgba(254, 251, 241, 0.4);
    font-weight: bold;
    margin: 20px 0px;
    display: block;
    font-size: 18px;
}

.power-full-agencygpt .why-agnecy-gpt .why-agnecy-gpt-content h2{
    text-align: left;
    color: #FEFBF1;

    margin-bottom: 15px;
}
.power-full-agencygpt .why-agnecy-gpt .why-agnecy-gpt-content ul li{
    margin-bottom: 15px;
    font-size: 18px;
}
.power-full-agencygpt .why-agnecy-gpt .why-agnecy-gpt-content ul li img{
    margin-right: 10px;
}
 
@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: 20px;
    }
    .prof>img {
        max-width: 48px;
    }
    .prof strong h3 {
        font-size: 16px;
    }
    .blog_detail p {
        font-size: 18px;
    }
    .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: 56px;
    }

    .head2 {
        font-size: 28px;
    }*/

    .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: 30px;
    }

    .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: 36px;
    }

    .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 li{
margin-bottom:15px;
}
    .navLinks a {
        font-size: 20px;
    color: #000;
    line-height: 1.6; 
    }

    .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) {
.power-full-agencygpt .power-full-boxes .power-full-box {
  float: left;
  width: 100%;
}
.power-full-agencygpt .power-full-boxes {
  padding: 40px 0px;
  width: 100%;
}.power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner h3 {
  font-size: 24px;
  line-height: 1.2;
}
 
.power-full-agencygpt .power-full-agencygpt-inner .power-full-section h2 {
    font-size: 6.4vw;
  line-height: 8.3vw;
} 
  .power-full-agencygpt .power-full-agencygpt-inner h2 span {
  font-family: fontspringarticulatcfbold;
  display: block;
  font-size: 5.8vw;
  line-height: 5.3vw;
}
.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;
    line-height: 1.2;
    padding: 0px 20px;
    }

    .head2 {
        font-size: 16px;
    }

    .para {
        line-height: 1.3;
    }

    .gtggg_row {
        flex-direction: column;
    }

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

@media (max-width: 650px) {
.agentcy-home-logo-section.agentcy-product-logos {
  padding: 20px 30px;
  margin: 0 auto;
  width: 100%;
  display: inline-block;
}
.agentcy-product-page h2 {
  font-size: 7vw;
}
.agentcy-product-page .agentcy-product-content {
  width: 100%;
  padding: 20px;
  text-align: center;
}
.agentcy-product-page p {

  font-size: 3.3vw;
}
.agentcy-product-page {
  padding: 2vw;
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column-reverse;
}
.agentcy-product-page .agentcy-product-img {
  width: 100%;
  position: static;
}
.agency-about-btn {
 
  padding: 8px 25px;
 
  font-size: 16px;
 
  font-size: 12px;
}
.case_image_float > img:nth-child(4) {
  top: 55vw;
  right: 5vw;
  width: 18vw;
}
.case_image_float > img:nth-child(2){
display:none;
}
.case_image_float > img:nth-child(3) {
  top: 53vw;
}
.example_area > h2 {
 
  font-size: 8vw;
 
}
.example_area > p {
   font-size: 2.8vw;
}
.section_six.section_center {
   padding: 9vw 4vw;
}
.agentcy-home-logo-section {
  padding: 40px 20px; 
}
.agentcy-home-logo-section .ah-logo-slide img{
    width:70%;
}
.agentcy-home-logo-section .ah-logo-slider{
      display: inline-block;
  width: 100%;
}
.agentcy-home-logo-section .ah-logo-slide{
    width: 50%;
    float: left;
    text-align: center;
    padding: 10px;
}
.agentcy-home-logo-section .ah-logo-slide:last-child{
    display: none;
}

footer.agentcy-footer .footer-top-heading a {
   padding: 8px 15px 6px 15px;
   font-size: 11px;
  line-height: 14px;
  margin: 10px 2px;
  display: inline-block;
}
footer.agentcy-footer .footer-inner {
  padding: 20px;
}
 .footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
   footer.agentcy-footer .footer_links > h3 {
 
  font-size: 4vw; 
  margin-top: 20px;
  margin-bottom: 14px;
}
  footer.agentcy-footer .footer_links ul li{
    margin-bottom: 5px;
  }
  footer.agentcy-footer .footer_links ul li a {
   display: block;
  font-size: 3.5vw;
  text-align: center;
}
footer.agentcy-footer .footer-top-heading {
  padding: 40px 0px;
}

.user-inquiries-dashboard-list .row .col {
font-size:11px;
}
.user-inquiries-dashboard-list .row .col.name {
width:27%;
}
.user-inquiries-dashboard-list .row .col.email {
width:55%;
}
.user-inquiries-dashboard-list .row .col.view-detail-cta {
width:18%;
}
.user-inquiries-dashboard-list .row .col.phone{
display:none;
}

.blog-detail-page h1.main-heading {

  font-size: 24px;
  line-height: 32px;
}
.blog-related-posts .result_title h3 {
    font-size: 14px;
  }
.registration-response-page {
  width: 90%;
  margin: 100px auto;
}
.card_feat_row {
    
    display: block;
  }
  .card_feat {
    padding-bottom:50px;
    display: block;
  }
  .section_main {
  padding: 50px 0;
}

    .theme_btn,
    .theme_btn_border {
        padding: 12px 1.5rem;
        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) {

    .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:auto;
    }

    .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;
    }
 
}