*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Open Sans";
    src: url("../font/Open_Sans/static/OpenSans-Medium.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "Urbanist";
    src: url("../font/Urbanist/static/Urbanist-Medium.ttf") format("truetype");
    font-style: normal;
}

a{
    cursor: pointer;
    transition: 0.5s;
}
button{
    transition: 0.5s;
    cursor: pointer;
}
.container{
    width: 100%;
    max-width:1280px;
    margin: 0 auto;
}

.top-bar {
    width: 100%;
    padding: 10px 0px;
}   

.top-bar-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar-left {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 30px;
}

.top-bar-left span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.top-bar-left span img {
    width: 18px;
    height: 18px;
}

.top-bar-left span p {
    color: #272E2F;
       font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.top-bar-icon {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.top-bar-icon a {
    width: 20px;
}

.top-bar-icon a img {}

header {
 background: #44AFC9;
box-shadow: 0 4px 24.999px 0 rgba(0, 0, 0, 0.06);
    width: 100%;
    padding: 10px 0px;
}

.Main-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    width: 270px;
    height: 100px;
}

.header-logo img {
    width: 100%;
    height: 100%;
}

.Main-header ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.Main-header ul li {
    list-style: none;
}

.Main-header ul li a {
    color: #FFF;
    font-family: "Urbanist";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.header-btn-box {
    display: flex;
    justify-content: flex-end;
}

.header-btn-box a button {
    color: #FFF;
    font-family: "Urbanist";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
    border-radius: 70px;
    background: #D0202B;
    padding: 14px 25px;
    border: none;
}

footer {
    width: 100%;
background: #272E2F;
}

.Main-footer {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 0px 40px 0px;
}

.footer-box-1 {
    width: 30%;
}

.footer-box-2 {
    width: 20%;
}

.footer-box-2 h3 {
    color: #FFF;
    font-family: "Urbanist";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; 
    padding-bottom: 30px;
}

.footer-box-2 ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer-box-2 ul li {
    list-style: none;
    width: 100%;
}

.footer-box-2 ul li a {
    color: #FFF;
    font-family: "Urbanist";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}


.Section-3-video iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.footer-box-2 ul li a img {
    width: 16px;
    max-width: 16px;
    min-width: 16px;
}

.footer-box-logo {
    width: 250px;
 
}

.footer-box-logo img {
    width: 100%;
    height: 100%;
}

.footer-box-1 p {
    color: #FFF;
    font-family: "Urbanist";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; 
    padding: 20px 0px 30px 0px;
}

.footer-social-icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.footer-bottom {
    width: 100%;
    padding: 30px 0px 20px 0px;
    border-top: 0.8px solid rgba(255, 255, 255, 0.10);
}

.footer-bottom p {
    text-align: center;
    color: #FFF;
    text-align: center;
    font-family: "Urbanist";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
}

section.Inner-hero {
    width: 100%;
    padding: 135px 0px;
    background-image:url(../img/inner-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.Main-Inner-hero {
    width: 100%;
}

.Inner-hero-title {
    width: 100%;
    text-align: center;
}

.Inner-hero-title h2 {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 120% */
}

section.Hero {
    width: 100%;
    background-image: url(../img/hero-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Main-Hero {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 180px 0px 220px 0px;
}

.Hero-title {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.Hero-title h1 {
    color: #FFF;
    text-align: center;
      font-family: "Urbanist";
    font-size: 66px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.Hero-title h1 span {
    color: #E9BA44;
}

.Hero-title p {
    color: #FFF;
    text-align: center;
      font-family: "Urbanist";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.Hero-title button {
    border-radius: 70px;
    background: #D0202B;
    padding: 15px 30px;
    border: none;
    color: #FFF;
    text-align: center;
      font-family: "Urbanist";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}

section.Section-1 {
    padding: 28px 0px;
    background: #F6F6F6;
}

.Main-Section-1 {
    width: 100%;
}

.Main-Section-1 img {
    width: 100%;
}

section.Section-2 {
    width: 100%;
    padding: 70px 0px 114px 0px;
}

.Main-Section-2 {
    width: 100%;
}

.Served-card-img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.Section-2-title {
    width: 100%;
    padding-bottom: 55px;
}

.Section-2-title h2 {
    color: #1A1B1C;
      font-family: "Urbanist";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.Section-2-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Served-card {
    width: 32%;
}

.Served-card-img {
    width: 100%;
    height: 436px;
}

.Served-card-title {
    width: 100%;
    padding-top: 28px;
}

.Served-card-title h3 {
    color: #1A1B1C;
      font-family: "Urbanist";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.Served-card-title p {
  overflow: hidden;
  color: #272E2F;
    font-family: "Urbanist";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* sirf 3 line tak show kare */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  padding: 10px 0px;
  height: 80px;
}

.Served-card-title a {
    color: #D0202B;
      font-family: "Urbanist";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
}

section.Section-3 {
    width: 100%;
    background: linear-gradient(to bottom, #44AFC9 80%, #fff 20%);

    padding: 60px 0px;
}

.Main-Section-3 {
    width: 100%;
}

.We-Are-An-Award-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 60px;
}

.We-Are-An-Award-title h2 {
    color: #FFF;
      font-family: "Urbanist";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 125% */
    width: 48%;
}

.Main-Section-3 span p {
    color: #FFF;
       font-family: "Urbanist";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    padding-bottom: 25px;
}

.Main-Section-3 span a {
    color: #D0202B;
      font-family: "Urbanist";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
}
.Served-card-title a:hover {
    color: #44AFC9 ;
}

.Main-Section-3 span a:hover {
    color: #e9ba44;
}
.serve-btn button:hover {
    background-color: #e9ba44;
}
.top-bar-left a {
    text-decoration: none;
}

.Served-card-title a:hover svg path {
    fill: #44AFC9;
}

.Served-card-title a svg path {
    transition: 0.5s;
}

.Main-Section-3 span a svg path {
    transition: 0.5s;
}

.Main-Section-3 span a:hover svg path {
    fill:#e9ba44;
}

a {}
.Section-3-video {
    height: 640px;
    width: 100%;
}

.Section-3-video img {
    width: 100%;
    height: 100% !important;
    border-radius: 20px;
    object-fit: cover;
}

section.Section-4 {
    width: 100%;
    padding: 80px 0px;
}

.Main-Section-4 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Section-4-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 11px 72.1px 9px rgba(0, 0, 0, 0.04);
    width: 23%;
    height: 149px;
}

.Section-4-card img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

section.Section-5 {
    width: 100%;
    background-image: url(../img/National-Company-bg.png);
    padding: 75px 0px 90px 0px;
        background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.Main-National-Company {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.National-Company-title {
    width: 48%;
}

.National-Company-title h2 {
    color: #1A1B1C;
      font-family: "Urbanist";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.National-Company-title p {
    color: #272E2F;
      font-family: "Urbanist";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    padding: 15px 0px 40px 0px;
}

.National-Company-title a {
    border-radius: 70px;
    background: #DD1E00;
    padding: 15px 50px;
    color: #FFF;
      font-family: "Urbanist";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
    text-decoration: none;
}


section.Section-6 {
    width: 100%;
    background-color: #F5F5F5;
    padding: 80px 0px;
}

.Main-CUSTOMERS-SEARCHING {
    width: 100%;
}

.CUSTOMERS-SEARCHING-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.CUSTOMERS-SEARCHING-title h2 {
    color: #1A1B1C;
    text-align: center;
      font-family: "Urbanist";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px; /* 137.5% */
    text-align: center;
}

.CUSTOMERS-SEARCHING-title p {
    color: #272E2F;
    text-align: center;
      font-family: "Urbanist";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    width: 75%;
}

.CUSTOMERS-SEARCHING-box {
    width: 100%;
    display: flex;
    padding-top: 80px;
}

.CUSTOMERS-SEARCHING-card {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.CUSTOMERS-SEARCHING-card h3 {
    color: #1A1B1C;
    text-align: center;
      font-family: "Urbanist";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 24px 0px 10px 0px;
}

.CUSTOMERS-SEARCHING-card p {
    overflow: hidden;
color: #272E2F;
text-align: center;
text-overflow: ellipsis;
font-family: Urbanist;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
}

section.Section-7 {
    width: 100%;
  background: #E9BA44;
    padding: 70px 0px;
}

.Main-Section-7 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.TAKING-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.TAKING-title {
    width: 48%;
}

.TAKING-img {
    width: 48%;
    height: 520px;
}

.TAKING-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.TAKING-title h2 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 157.895% */
}

.TAKING-title p {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px; /* 186.667% */
    padding-top: 20px;
}

section.Section-8 {
    width: 100%;
    padding: 80px 0px;
}

.main-Section-8 {
    width: 100%;
}

.Section-8-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Section-8-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.Section-8-btn button {
    border-radius: 70px;
    background: #DD1E00;
    border: none;
    padding: 15px 50px;
    color: #FFF;
      font-family: "Urbanist";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}

.Section-8-card {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.Section-8-card img {
    width: 60px;
    height: 60px;
}

.Section-8-card p {
    color: rgba(2, 13, 10, 0.70);
    text-align: center;
      font-family: "Urbanist";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.585px; /* 184.615% */
    text-transform: lowercase;
}

/* Toggle button (hidden by default) */
.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

































.main-serve-section-1 {
    width: 100%;
}

.serve-section-1 {
    width: 100%;
    padding: 80px 0px 0px 0px;
}

.who-serve-title-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.who-serve-title-box h2 {
    color: #DD1E00;
    text-align: center;
    font-family: "Open Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; 
}

.who-serve-title-box p {
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px; 
    width: 80%;
    padding-top: 20px;
}

.serve-section-2 {
    width: 100%;
    padding: 0px 0px 80px 0px;
}

.main-serve-section-2 {
    width: 100%;
}

.who-serve-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0px 0px 0px;
}

.who-serve-left {
    width: 48%;
}

.who-serve-right {
    width: 48%;
}

.who-serve-left-img img {
    width: 100%;
    height: 100%;
}

.who-serve-left-img {
    width: 100%;
    height: 530px;
}

.who-serve-right h2 {
    color: #000;
    font-family: "Open Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; 
}

.who-serve-right p {
padding-top: 20px;
    color: #000;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px; 
}

.serve-btn button {
    padding: 17px;
    color: #FFF;
    text-align: center;
       font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 220px;
    border: none;
    border-radius: 70px;
    background: #DD1E00;
}

.serve-btn {
    padding: 20px 0px 0px 0px;
}




/* our-service-page *//* our-service-page *//* our-service-page *//* our-service-page *//* our-service-page *//* our-service-page */
/* our-service-page *//* our-service-page *//* our-service-page *//* our-service-page *//* our-service-page *//* our-service-page */
/* our-service-page *//* our-service-page *//* our-service-page *//* our-service-page *//* our-service-page *//* our-service-page */




.our-services-section-1 {
    width: 100%;
    padding: 70px 0px;
    background: #E9BA44;
}

.main-our-services-section-1 {
    width: 100%;
}

.we-handle-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.we-handle-box h2 {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; 
}

.we-handle-box p {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
    padding-top: 20px;
    width: 70%;
}

.we-handle-btn button {
    color: #000;
    text-align: center;
       font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 17px;
    border: none;
    border-radius: 70px;
    background: #FFF;
    width: 220px;
}

.we-handle-transparent-btn button {
    padding: 17px;
    width: 220px;
    color: #FFF;
    text-align: center;
       font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: transparent;
    border-radius: 70px;
    border: 1px solid #FFF;
}

.we-handle-2-btn {
    width: 100% ;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding-top: 30px;
}

.our-services-section-2 {
    width: 100%;
    padding: 80px 0px 0px 0px;
}

.main-our-services-section-2 {
    width: 100%;
}

.google-partner-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.google-partner-left {
    width: 48%;
}

.google-partner-right {
    width: 48%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.google-partner-img {
    width: 80%;
    height: 210px;
}

.google-partner-img img {
    width: 100%;
    height: 100%;
}

.google-partner-left h2 {
    color: #1F1F1F;
    font-family: "Open Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.google-partner-left p {
    color: #1F1F1F;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    padding-top: 30px;
}






section.our-services-section-3 {
    width: 100%;
    padding: 60px 0px 50px 0px;
    background: #44AFC9;
}

.main-our-services-section-3 {
    width: 100%;
}

.point-social-media-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.point-social-media-left {
    width: 48%;
}

.point-social-media-right {
    width: 48%;
}

.point-social-media-img img {
    width: 100%;
    height: 100%;
}

.point-social-media-img {
    width: 100%;
    height: 600px;
}

.point-social-media-left h2 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; 
}

.point-social-media-left h3 {
    color: #fff;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 33.6px;
    padding-top: 20px;
}

.point-social-media-left p {
    padding-top: 20px;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}









/* why-mr-ad-pilot *//* why-mr-ad-pilot *//* why-mr-ad-pilot *//* why-mr-ad-pilot *//* why-mr-ad-pilot *//* why-mr-ad-pilot */
/* why-mr-ad-pilot *//* why-mr-ad-pilot *//* why-mr-ad-pilot *//* why-mr-ad-pilot *//* why-mr-ad-pilot *//* why-mr-ad-pilot */
/* why-mr-ad-pilot *//* why-mr-ad-pilot *//* why-mr-ad-pilot *//* why-mr-ad-pilot *//* why-mr-ad-pilot *//* why-mr-ad-pilot */





section.why-mr-ad-section-1 {
    width: 100%;
    padding: 70px 0px 0px 0px;
}

.main-why-mr-ad-section-1 {
    width: 100%;
}

h2.companies-ex {
    width: 86%;
}







section.why-mr-ad-section-2 {
    width: 100%;
    padding: 60px 0px 80px 0px;
}

.main-why-mr-ad-section-2 {
    width: 100%;
}

.about-pipeline-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-pipeline-left {
    width: 48%;
}

.about-pipeline-right {
    width: 48%;
}

.about-pipeline-img img {
    width: 100%;
    height: 100%;
}

.about-pipeline-img {
    width: 100%;
    height: 530px;
}

.about-pipeline-left h2 {
    color: #000;
    font-family: "Open Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; 
}

.about-pipeline-left h3 {
    padding-top: 20px ;
    color: #000;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px; 
}

.about-pipeline-left p {
    padding-top: 20px;
    color: #000;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px; 
}







section.why-mr-ad-section-3 {
    width: 100%;
    padding: 60px 0px;
    background-image: url(../img/check-box-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-why-mr-ad-section-3 {
    width: 100%;
}

.ads-company-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 90px;
}

.ads-company-left {
    width: 40%;
}

.ads-company-right {
    width: 32%;
}

.ads-company-left h2 {
    color: #FFF;
    font-family: Urbanist;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; 
}

.ads-company-right p {
    color: #FFF;
   font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
}


.run-an-seo-btn button:hover {
    background-color: #e9ba44;
}




section.why-mr-ad-section-5 {
    width: 100%;
    padding: 80px 0px;
}

.main-why-mr-ad-section-5 {
    width: 100%;
}

.creative-services-main-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
}

.creative-services-card {
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.creative-left {width: 48%;}

.creative-img {
    width: 290px;
    height: 290px;
}

.creative-img img {
    width: 100%;
    height: 100%;
}

.creative-right h3 {
    color: #000;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 51.509px; 
}
.Main-header ul li a:hover {
    color: #d0202b;
}
.creative-right p {
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.845px; 
    padding-top: 10px;
}
.our-requirements-btn button:hover {
    background-color: #e9ba44;
}
.creative-right {
    width: 48%;
}

section.why-mr-ad-section-6 {
    width: 100%;
    padding: 50px 0px;
    background-image: url(../img/sec-5-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-why-mr-ad-section-6 {
    width: 100%;
}

.our-requirements-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our-requirements-box h2 {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.our-requirements-box p {
    padding-top: 20px;
    color: #fff;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
    width: 40%;
}

.our-requirements-btn button {
    padding: 17px;
    border: none;
    color: #FFF;
    text-align: center;
       font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 70px;
    background: #DD1E00;
    width: 290px;
}

.our-requirements-btn {
    padding-top: 20px;
}


.carousel {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.carousel img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 15px;
}

button.prev {
    width: 45px;

height: 45px; 
   position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  font-size: 25px;
  cursor: pointer;
 border-radius: 50%;
margin-left: 20px;
}

button.next {
    width: 45px;
    height: 45px; 
   position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  font-size: 25px;
  cursor: pointer;
  border-radius: 50%;
  margin-right: 20px;
}


.prev { left: 15px; }
.next { right: 15px; }

.thumbnails {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}

.thumbnails img {
  width: 170px;
  height: 128px;
  object-fit: cover;
  border-radius: 10px;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s;
}

.thumbnails img.active,
.thumbnails img:hover {
  opacity: 1;
  transform: scale(1.05);
  border: 3px solid #007bff;
}




/* contact-us *//* contact-us *//* contact-us *//* contact-us *//* contact-us *//* contact-us *//* contact-us *//* contact-us */
/* contact-us *//* contact-us *//* contact-us *//* contact-us *//* contact-us *//* contact-us *//* contact-us *//* contact-us */
/* contact-us *//* contact-us *//* contact-us *//* contact-us *//* contact-us *//* contact-us *//* contact-us *//* contact-us */


.let-talk-form-box {
    width: 100%;
    padding: 40px 40px 60px 40px;
    border-radius: 20px;
    border-radius: 16px;
background: rgba(39, 46, 47, 0.05);
   
}

.let-talk-form-box h2 {
    color: #000;
    font-family: "Open Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; 
}

.let-talk-input-box {
    width: 100%;
    padding: 0px 0px 30px 0px;
}

.let-talk-input {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.let-talk-input label {
    color: #262424;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding-bottom: 10px;
}

.let-talk-input input {
  
    padding: 18px 10px 17px 30px;
    outline: none;

    border-radius: 10px;
border: 1px solid rgba(2, 13, 10, 0.20);
background: #FFF;
}

.let-talk-input input::placeholder {
  color: rgba(2, 13, 10, 0.70);
font-family: Urbanist;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 32px; 
  }

.let-talk-btn {
    border-radius: 10px;
    background: #DD1E00;
    display: flex;
    justify-content: center;
}

.let-talk-btn button {
    background: transparent;
    border: none;
    padding: 17px 0px;
    color: #FFF;
    text-align: center;
       font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.let-talk-textarea {
    padding: 20px 0px 0px 0px;
    width: 100%;
}

.let-talk-textarea textarea {
    padding: 18px 10px 17px 30px;
    height: 130px;
    border-radius: 10px;
    border: 1px solid rgba(2, 13, 10, 0.20);
    background: #FFF;
    width: 100%;
}

.let-talk-textarea textarea::placeholder {
    color: rgba(2, 13, 10, 0.70);
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
   }








.contact-us-section-1 {
    width: 100%;
    padding: 40px 0px;
    background: #F5F5F5;
}

.main-contact-us-section-1 {
    width: 100%;
}

.get-started-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.get-started-left {
    width: 52%;
}

.get-started-right {
    width: 44%;
}

.get-started-left h2 {
    color: #1A1B1C;
    font-family: Urbanist;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.get-started-left p {
    color: #272E2F;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    padding-top: 15px;
}

.get-started-img img {
    width: 100%;
    height: 100%;
}

.get-started-img {
    width: 50px;
    height: 50px;
}



.get-started-icon-box {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    padding-top: 70px;
}

.get-started-icon-card {
    width: 40%;
}

.get-started-icon-card.get-ex {
    width: 100%;
}















.contact-us-section-2 {
    width: 100%;
    padding: 80px 0px 80px 0px;
}

.main-contact-us-section-2 {
    width: 100%;
}

.internet-marketing-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.internet-marketing-left {
    width: 48%;
}

.internet-marketing-right {
    width: 48%;
}

.internet-marketing-img {
    width: 100%;
    height: 640px;
}

.internet-marketing-img img {
    width: 100%;
    height: 100%;
}

.internet-marketing-left h2 {
    color: #000;
    font-family: "Open Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
}

h2.inter-blue-head {
    color: #DD1E00;
}

.internet-marketing-left p {
    padding: 20px 0px 0px 0px;
    color: #262424;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; 
}






.contact-us-section-3 {
    width: 100%;
    padding: 90px 0px 90px 0px;
    background: #E9BA44;
}

.main-contact-us-section-3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.discovery-call-box {
    width: 69%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.discovery-call-box h2 {
   color: #FFF;
text-align: center;
font-family: "Open Sans";
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 60px; 
}

.discovery-call-box h3 {
   color: #FFF;
text-align: center;
font-family: "Open Sans";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 33.6px; 
    padding: 20px 0px 20px 0px;
}

.discovery-call-box p {
    color: #FFF;
text-align: center;
font-family: "Open Sans";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 33.6px; 
}








/* free-website-page-analysis *//* free-website-page-analysis *//* free-website-page-analysis *//* free-website-page-analysis */
/* free-website-page-analysis *//* free-website-page-analysis *//* free-website-page-analysis *//* free-website-page-analysis */
/* free-website-page-analysis *//* free-website-page-analysis *//* free-website-page-analysis *//* free-website-page-analysis */



section.analysis-section-1 {
    width: 100%;
    padding: 80px 0px 0px 0px;
}

.main-analysis-section-1 {
    width: 100%;
}

.very-good-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.very-good-left {
    width: 48%;
}

.very-good-right {
    width: 48%;
}

.very-good-img img {
    width: 100%;
    height: 100%;
}

.very-good-img {
    width: 100%;
    height: 440px;
}

.very-good-right h2 {
    color: #1F1F1F;
    font-family: "Open Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.very-good-right p {
    color: #1F1F1F;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    padding-top: 30px;
}











section.analysis-section-2 {
    width: 100%;
    padding: 80px 0px 80px 0px;
}

.main-analysis-section-2 {
    width: 100%;
}

.ana-device-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.ana-device-card {
    width: 32%;
    padding: 35px 20px;
    border-radius: 14px;
    border: 1px solid #A6A3A3;
    background: #FFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.ana-device-img img {
    width: 100%;
    height: 100%;
}

.ana-device-img {
    width: 75px;
    height: 80px;
}

.ana-device-card h3 {
    color: #1F1F1F;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 20px 0px;
}

.ana-device-card p {
    color: #1F1F1F;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}








section.analysis-section-3 {
    width: 100%;
    padding: 40px 0px;
    background: #E9BA44;
}

.main-analysis-section-3 {
    width: 100%;
}

.testimonials-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonials-left {
    width: 48%;
}

.testimonials-right {
    width: 48%;
}

.testimonials-img img {
    width: 100%;
    height: 100%;
}

.testimonials-img {
    width: 100%;
    height: 440px;
}

.testimonials-right h2 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.testimonials-right p {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    padding: 30px 0px 0px 0px;
    width: 80%;
}







section.analysis-section-4 {
    width: 100%;
    padding: 80px 0px;
}

.main-analysis-section-4 {
    width: 100%;
}

.run-an-seo-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.run-an-seo-box h2 {
    color: #1F1F1F;
    text-align: center;
    font-family: "Open Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.run-an-seo-box p {
    color: #1F1F1F;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    padding: 20px 0px 30px 0px;
}

.run-an-seo-btn button {
    padding: 17px;
    border: none;
    color: #FFF;
    text-align: center;
       font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 70px;
    background: #DD1E00;
    width: 280px;
}







section.analysis-section-5 {
    width: 100%;
    padding: 60px 0px 100px 0px;
    background-image: url(../img/ana-img-10-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-analysis-section-5 {
    width: 100%;
}

.internet-marketing-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.internet-marketing-top-img img {
    width: 100%;
    height: 100%;
}

.internet-marketing-top-img {
    width: 385px;
    height: 125px;
}

.internet-marketing-bottom-box {
    width: 100%;
    padding: 70px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
}

.internet-marketing-bottom-card {
    width: 32%;
    padding: 46px 44px 45px 44px;
    border-radius: 20px;
    border: 1px solid #F3F3F3;
    background: #44AFC9;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.internet-marketing-bottom-card p {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; 
}

.shoot-internet-img-1 img {
    width: 100%;
    height: 100%;
}

.shoot-internet-img-1 {
    width: 60px;
    height: 60px;
}

.shoot-internet-img-2 {
    width: 80px;
    height: 60px;
}

.shoot-internet-img-2 img {
    width: 100%;
    height: 100%;
}

.shoot-internet-img-3 {
    width: 88px;
    height: 55px;
}

.shoot-internet-img-3 img {
    width: 100%;
    height: 100%;
}
/* Basic styling */
header {
 
  position: relative;
  z-index: 1000;
}





section.hero-analysis {
    width: 100%;
    padding: 60px 0px;
  background: 
    linear-gradient(to bottom, transparent 60%, #ffffff 60%),
    url(../img/ana-img-12-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.internet-marketing-bottom-card  a {
    text-decoration: none;
}
.main-hero-analysis {
    width: 100%;
}

.analysis-powered-box {
 width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.analysis-powered-left {
  width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


.analysis-powered-right {
    width: 75%;
}

.analysis-img {
    width: 145px;
    height: 100px;
}

.analysis-img img {
    width: 100%;
    height: 100%;
}
.analysis-powered-left h2 span {
    font-size: 20px;
    line-height: normal;
}
.analysis-powered-left h2 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; 
    padding-top: 40px;
}

.site-score-form {
    padding: 35px 25px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.12);
    width: 100%;
}

.site-score-form h3 {
    color: #000;
    font-family: "Open Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: 60px; 
}

.score-input-box {
    width: 100%;
}

.score-input input {
    padding: 15px 10px 15px 30px;
    border-radius: 7px;
    border: 1px solid #BFBFBF;
    width: 100%;
    outline: none;
}

.score-input {
    width: 100%;
    padding-top: 20px;
}

.score-input label {
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px; 
}

.score-input input::placeholder {
    color: #747474;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px; 
}

.site-score-btn button {
    width: 100%;
    padding: 17px;
    border: none;
    color: #FFF;
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 70px;
    background: #DD1E00;
}
.header-logo a {
    width: 100%;
    height: 100%;
}
.site-score-btn {
    padding-top: 30px;
}

.header-btn-box a button:hover {
    background-color: #e9ba44;
}

.Hero-title button:hover {
    background-color: #e9ba44;
}

.National-Company-title a:hover {
    background-color: #e9ba44;
}

.Section-8-btn button:hover {
    background-color: #e9ba44;
}



.let-talk-btn:hover {
    background-color: #e9ba44;
}

.let-talk-btn {
    transition: 0.5s;
}

@media screen and (max-width: 1300px) {
    .container {
    padding: 0px 4%;
}

}

@media screen and (max-width: 1024px) {
    .top-bar-left span p {
    font-size: 12px;
}

.top-bar-left {
    gap: 20px;
    width: 70%;
}

.top-bar-left span img {
    width: 15px;
    height: 15px;
}

.top-bar-icon {
    gap: 12px;
}

.Main-header ul li a {
    font-size: 14px;
}

.Main-header ul {
    gap: 16px;
}

.header-logo {
    width: 150px;
    height: 50px;
}
section.why-mr-ad-section-1 {
    padding: 40px 0px 0px 0px;
}

.about-pipeline-box {}

.who-serve-title-box h2 {
    font-size: 20px;
}

.who-serve-title-box p {
    padding-top: 16px;
}

.about-pipeline-left h2 {
    font-size: 24px;
    line-height: normal;
}

.about-pipeline-left p {
    font-size: 14px;
    line-height: normal;
}

.about-pipeline-left h3 {
    font-size: 15px;
    line-height: normal;
}

.about-pipeline-img {
    height: 380px;
}

section.why-mr-ad-section-2 {
    padding: 40px 0px;
}

.ads-company-left h2 {
    font-size: 28px;
}

.ads-company-box {
    padding-bottom: 40px;
}

.carousel img {
    height: 400px;
}

.thumbnails {
    overflow: auto;
    gap: 30px;
}

.thumbnails img {
    width: 150px;
    height: 88px;
}

section.why-mr-ad-section-3 {
    padding: 40px 0px;
}

section.why-mr-ad-section-5 {
    padding: 50px 0px;
}

.creative-services-card {
    width: 100%;
}

.creative-left {}

.creative-img {
    width: 100%;
    height: 200px;
}

.creative-img img {
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}

.creative-services-main-box {
    gap: 30px;
}

.creative-right p {
    font-size: 14px;
    line-height: normal;
}

.creative-right h3 {
    font-size: 18px;
    line-height: normal;
}

.our-requirements-box h2 {
    font-size: 24px;
}

.our-requirements-box p {
    font-size: 15px;
    width: 100%;
}

.our-requirements-btn button {
    padding: 14px;
    font-size: 14px;
}
.header-btn-box a button {
    border-radius: 5px;
    font-size: 14px;
    padding: 14px 23px;
}

header {
    padding: 15px 0px;
}

.Main-Hero {
    padding: 80px 0px 70px 0px;
}

.Hero-title {
    width: 52%;
    gap: 13px;
}

.Hero-title h1 {
    font-size: 40px;
}

.Hero-title button {
    padding: 12px 25px;
    font-size: 14px;
}

section.Section-1 {
    padding: 20px 0px;
}

section.Section-2 {
    padding: 40px 0px 80px 0px;
}

.Section-2-title {
    padding-bottom: 30px;
}

.Section-2-title h2 {
    font-size: 28px;
}

.Served-card-img {
    height: 300px;
}

.Served-card-img img {
    border-radius: 10px;
    object-fit: cover;
}

.Served-card-title h3 {
    font-size: 20px;
}

.Served-card-title p {
    font-size: 14px;
    height: 80px;
}

.Served-card-title {
    padding-top: 20px;
}

.We-Are-An-Award-title h2 {
    font-size: 28px;
    line-height: normal;
}

.We-Are-An-Award-title span {
    width: 48%;
}

.Main-Section-3 span p {
    font-size: 14px;
    line-height: normal;
    padding-bottom: 12px;
}

.We-Are-An-Award-title {
    padding-bottom: 40px;
}

.Section-3-video {
    height: 500px;
}

.Section-3-video img {
    object-fit: cover;
}

section.Section-4 {
    padding: 50px 0px;
}

section.Section-5 {
    padding: 65px 0px 70px 0px;
}

.National-Company-title h2 {
    font-size: 28px;
}

.National-Company-title p {
    font-size: 14px;
    padding: 10px 0px 33px 0px;
}

.National-Company-title a {
    padding: 12px 40px;
    font-size: 14px;
}

.CUSTOMERS-SEARCHING-title h2 {
    font-size: 28px;
}

.CUSTOMERS-SEARCHING-title p {
    font-size: 14px;
    line-height: normal;
    width: 90%;
}

.CUSTOMERS-SEARCHING-title {
    gap: 10px;
}

.CUSTOMERS-SEARCHING-box {
    padding-top: 40px;
}

h3 {}

.CUSTOMERS-SEARCHING-card h3 {
    font-size: 20px;
    padding: 20px 0px 10px 0px;
}

section.Section-6 {
    padding: 50px 0px;
}

.TAKING-title h2 {
    font-size: 24px;
    line-height: normal;
}

.TAKING-title p {
    font-size: 16px;
    line-height: normal;
    padding-top: 18px;
}

.TAKING-img {
    height: 340px;
}

.TAKING-img img {
    border-radius: 10px;
}

.Main-Section-7 {
    gap: 30px;
}

section.Section-7 {
    padding: 50px 0px;
}

section.Section-8 {
    padding: 50px 0px;
}

.Section-8-card {
    width: 24%;
    gap: 20px;
}

.Section-8-btn {
    padding-top: 30px;
}

.Section-8-btn button {
    padding: 12px 30px;
    font-size: 14px;
}

.Section-8-card p {
    line-height: normal;
}

.footer-box-2 ul {
    gap: 12px;
}

.footer-box-2 ul li a {
    font-size: 14px;
}

.footer-box-2 h3 {
    font-size: 18px;
    padding-bottom: 14px;
}

.footer-box-1 p {
    font-size: 14px;
    line-height: normal;
    padding: 15px 0px 25px 0px;
}

.Main-footer {
    padding: 40px 0px 30px 0px;
}
.contact-us-section-1 {
    padding: 30px 0px;
}

.let-talk-form-box {
    padding: 30px;
    border-radius: 10px;
}

.let-talk-form-box h2 {
    font-size: 24px;
    line-height: normal;
    padding-bottom: 15px;
}

.get-started-left h2 {
    font-size: 28px;
}

.get-started-left p {
    font-size: 14px;
    line-height: normal;
}

.let-talk-input-box {
    padding: 0px 0px 20px 0px;
}

.get-started-icon-box {
    gap: 40px;
    padding-top: 50px;
}

.let-talk-input input {
    padding: 18px 20px;
    font-size: 10px;
    border-radius: 5px;
}

.let-talk-input {
    padding-top: 10px;
}

.let-talk-textarea {
    padding: 10px 0px 0px 0px;
}

.let-talk-btn {
    border-radius: 5px;
    padding: 0px;
}

.let-talk-btn button {
    padding: 13px 0px;
    font-size: 12px;
}

.let-talk-textarea textarea {
    padding: 10px;
    font-size: 12px;
    border-radius: 5px;
}
section.Inner-hero {
    padding: 90px 0px;
}

.Inner-hero-title h2 {
    font-size: 35px;
}

section.serve-section-1 {
    padding: 50px 0px 0px 0px;
}

.who-serve-title-box h2 {
    font-size: 24px;
    line-height: normal;
}

.who-serve-title-box p {
    font-size: 14px;
    line-height: normal;
}

.who-serve-box {
    padding: 45px 0px 0px 0px;
}

.who-serve-right h2 {
    font-size: 24px;
    line-height: normal;
}

.who-serve-right p {
    font-size: 14px;
    line-height: normal;
}

.serve-btn button {
    font-size: 14px;
    padding: 14px;
    width: 184px;
}

.who-serve-left-img {
    height: 300px;
}

.who-serve-left-img img {
    object-fit: cover;
    object-position: top;
}

section.serve-section-2 {
    padding: 0px 0px 50px 0px;
}
section.our-services-section-1 {
    padding: 40px 0px;
}

.we-handle-box h2 {
    font-size: 24px;
    line-height: normal;
}

.we-handle-box p {
    font-size: 16px;
    line-height: normal;
}

.we-handle-2-btn {
    padding-top: 20px;
}

.we-handle-btn button {
    font-size: 14px;
    padding: 14px;
}

.we-handle-transparent-btn button {
    padding: 14px;
    font-size: 14px;
}

.our-services-section-2 {
    padding: 50px 0px 0px 0px;
}

.google-partner-left h2 {
    font-size: 24px;
}

.google-partner-left p {
    font-size: 14px;
    line-height: normal;
    padding-top: 20px;
}

.point-social-media-left h2 {
    font-size: 24px;
    line-height: normal;
}

.point-social-media-left h3 {
    font-size: 14px;
    padding-top: 12px;
}

.point-social-media-left p {
    font-size: 12px;
    line-height: normal;
}
.contact-us-section-2 {
    padding: 50px 0px;
}

.internet-marketing-left h2 {
    font-size: 24px;
    line-height: normal;
}

.internet-marketing-left p {
    font-size: 18px;
    line-height: normal;
}

.internet-marketing-img {
    height: 500px;
}

.discovery-call-box h2 {
    font-size: 24px;
    line-height: normal;
}

.discovery-call-box h3 {
    font-size: 18px;
    line-height: normal;
    padding: 15px 0px;
}

.discovery-call-box p {
    font-size: 14px;
    line-height: normal;
}

.contact-us-section-3 {
    padding: 50px 0px;
}

    .analysis-powered-left h2 {
    font-size: 36px;
    line-height: 46px;
    padding-top: 30px;
}

.analysis-img {
    width: 120px;
    height: 80px;
}

.site-score-form h3 {
    font-size: 30px;
    line-height: 36px;
}

.score-input label {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.site-score-btn button {
    padding: 14px;
}

section.analysis-section-1 {
    padding: 60px 0px 0px 0px;
}

.very-good-img {
    height: 340px;
}

.very-good-right h2 {
    font-size: 30px;
}

.very-good-right p {
    font-size: 16px;
    line-height: 20px;
    padding-top: 20px;
}

.testimonials-img {
    height: 340px;
}

.testimonials-right p {
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0px 0px 0px;
    width: 92%;
}

.ana-device-card p {
    font-size: 14px;
}

.ana-device-box {
    gap: 15px;
}

.ana-device-img {
    width: 65px;
    height: 70px;
}

.testimonials-right h2 {
    font-size: 30px;
}

section.analysis-section-4 {
    padding: 60px 0px;
}

.run-an-seo-box h2 {
    font-size: 30px;
}

.run-an-seo-box p {
    line-height: 24px;
    padding: 16px 0px 25px 0px;
}

.run-an-seo-btn button {
    font-size: 14px;
    padding: 14px;
    width: 250px;
}

section.analysis-section-5 {
    padding: 50px 0px 80px 0px;
}

.internet-marketing-top-img {
    width: 330px;
    height: 100px;
}

.internet-marketing-bottom-card p {
    font-size: 14px;
    line-height: 24px;
}

.internet-marketing-bottom-card {
    padding: 40px 36px 40px 36px;
    gap: 15px;
}

.shoot-internet-img-1 {
    width: 60px;
    height: 60px;
}

.shoot-internet-img-2 {
    width: 90px;
    height: 65px;
}

.shoot-internet-img-3 {
    width: 88px;
    height: 75px;
}
}

@media screen and (max-width: 768px) {
  .menu-toggle {
    display: block;
    z-index: 9999;
    color: #fbbd04;
  }

  /* Hide normal nav */
  .nav-list {
    position: absolute;
    top: -800px;
    right: 0px;
    height: 100%;
    width: 250px;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0,0,0,0.2);
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding: 100px 20px;
    gap: 20px !important;
    transition: top 0.3s ease;
    height: 45vh;
  }

  /* When menu is active (open) */
  .nav-list.active {
   top: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    right: 0px;
  }

  .header-btn-box {
    display: none; /* optional hide button on small screen */
  }
  .Main-header ul li a {
    color: #2d61a5;
    font-size: 18px;
}


.Main-Hero {
    padding: 70px 0px 54px 0px;
}

.Hero-title {
    width: 100%;
}

.Hero-title h1 {
    font-size: 30px;
}

.Hero-title button {
    padding: 10px 20px;
    font-size: 12px;
}
section.why-mr-ad-section-1 {
    padding: 30px 0px 0px 0px;
}

.who-serve-title-box h2 {
    font-size: 18px;
}

.about-pipeline-box {
    flex-direction: column;
    gap: 30px;
}

.about-pipeline-left {
    width: 75%;
    text-align: center;
}

.about-pipeline-left h2 {
    font-size: 20px;
}

.about-pipeline-left p {
    padding-top: 10px;
}

.about-pipeline-right {
    width: 75%;
}

.about-pipeline-img {
    height: 232px;
}

.about-pipeline-img img {
    object-fit: cover;
}

.ads-company-box {
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.ads-company-left {
    width: 100%;
}

.ads-company-left h2 {
    font-size: 20px;
}

.ads-company-right p {
    width: 100%;
    text-align: center;
    line-height: normal;
    font-size: 14px;
}

.ads-company-right {
    width: 100%;
}

.carousel img {
    height: 300px;
}

.creative-img img {
    border-radius: 10px;
}

.our-requirements-box h2 {
    font-size: 20px;
}

.our-requirements-box p {
    font-size: 13px;
}

.our-requirements-btn button {
    padding: 12px;
    font-size: 12px;
    width: 200px;
}
section.Section-1 {
    padding: 18px 0px;
}

section.Section-2 {
    padding: 30px 0px 50px 0px;
}

.Section-2-title h2 {
    font-size: 24px;
    text-align: center;
}

.Section-2-title {
    padding-bottom: 25px;
}

.Served-card-img img {object-position: top;border-radius: 5px;}

.Served-card-img {
    height: 200px;
}

.Served-card-title h3 {
    font-size: 17px;
}

.Served-card-title {
    padding-top: 16px;
}

section.Section-3 {
    padding: 40px 0px;
}

.We-Are-An-Award-title h2 {
    font-size: 24px;
    text-align: center;
    width: 100%;
}

.We-Are-An-Award-title {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
}

.We-Are-An-Award-title span {
    text-align: center;
}

.Section-3-video {
    height: 310px;
}

section.Section-4 {
    padding: 35px 0px;
}

.Main-Section-4 {
    flex-wrap: wrap;
    gap: 20px;
}

.Section-4-card {
    width: 48%;
    height: 140px;
}

.Main-National-Company {
    width: 100%;
}

.National-Company-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0px;
    background-color: #ffffff57;
}

section.Section-5 {padding: 0px;}

.National-Company-title p {
    font-size: 15px;
    width: 75%;
    padding: 10px 0px 28px 0px;
    text-align: center;
    font-weight: 500px;
}

.National-Company-title a {
    padding: 10px 40px;
    font-size: 12px;
}

.CUSTOMERS-SEARCHING-title h2 {
    font-size: 24px;
    line-height: normal;
}

.CUSTOMERS-SEARCHING-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.CUSTOMERS-SEARCHING-card {
    width: 48%;
}

.CUSTOMERS-SEARCHING-card img {
    width: 140px;
}

.CUSTOMERS-SEARCHING-card h3 {
    font-size: 18px;
    padding: 15px 0px 10px 0px;
}

.CUSTOMERS-SEARCHING-card p {
    font-size: 14px;
}

.TAKING-title h2 {
    font-size: 18px;
    text-align: center;
}

.TAKING-title p {
    font-size: 14px;
    text-align: center;
    padding-top: 14px;
}

.TAKING-box {
    flex-direction: column;
    gap: 25px;
}

.TAKING-title {
    width: 100%;
}

.TAKING-img {
    height: 300px;
    width: 75%;
}

.TAKING-box.box-flex {
    flex-direction: column-reverse;
}

.Main-Section-7 {
    gap: 40px;
}

section.Section-8 {
    padding: 40px 0px;
}

.Section-8-card {
    gap: 14px;
    width: 48%;
}

.Section-8-box {
    flex-wrap: wrap;
    gap: 28px 0px;
}

.Main-footer {
    gap: 30px 0px;
    flex-wrap: wrap;
}

.footer-box-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-box-1 p {
    width: 75%;
    text-align: center;
}

.footer-social-icon {
    justify-content: center;
}

.footer-box-2 {
    width: 30%;
}

.footer-bottom {
    padding: 24px 0px 15px 0px;
}











.get-started-box {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.get-started-left {
    width: 75%;
}

.get-started-left h2 {
    font-size: 24px;
    text-align: center;
}

.get-started-left p {
    text-align: center;
}

.get-started-icon-box {
    width: 100%;
    gap: 20px 0px;
}

.get-started-icon-card {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.get-started-icon-card.get-ex {
    width: 32%;
}

.let-talk-form-box {
}

.get-started-right {
    width: 75%;
}

.let-talk-form-box h2 {
    font-size: 23px;
    text-align: center;
}
section.Inner-hero {
    padding: 70px 0px;
}

.Inner-hero-title h2 {
    font-size: 30px;
}

section.serve-section-1 {
    padding: 35px 0px 0px 0px;
}

.who-serve-title-box p {
    padding-top: 12px;
}

.who-serve-title-box h2 {
    font-size: 20px;
}

.who-serve-box {
    padding: 30px 0px 0px 0px;
    flex-direction: column;
    gap: 25px;
}

.who-serve-left-img {
    width: 100%;
}

.who-serve-left {
    width: 75%;
}
.who-serve-box.flex-reves {
    flex-direction: column-reverse;
}
.who-serve-right {
    width: 75%;
    text-align: center;
}

.who-serve-right h2 {
    font-size: 20px;
}

.who-serve-right p {
    padding-top: 10px;
}

.serve-btn button {
    font-size: 12px;
    padding: 14px;
}

section.our-services-section-1 {
    padding: 30px 0px;
}

.we-handle-box p {
    font-size: 14px;
    padding-top: 15px;
    width: 100%;
}

.we-handle-box h2 {
    font-size: 20px;
}

.we-handle-btn button {
    font-size: 12px;
    padding: 12px;
}

.we-handle-transparent-btn button {
    padding: 12px;
    font-size: 12px;
}

.our-services-section-2 {}

.google-partner-box {
    flex-direction: column-reverse;
    gap: 30px;
}

.google-partner-img {
    width: 100%;
}

.google-partner-right {
    width: 75%;
}

.google-partner-left {
    width: 75%;
    text-align: center;
}

.google-partner-left h2 {
    font-size: 20px;
}

.google-partner-left p {
    padding-top: 15px;
}

.point-social-media-box {
    flex-direction: column;
    gap: 30px;
}

.point-social-media-left {
    width: 75%;
    text-align: center;
}

.point-social-media-left h2 {
    font-size: 20px;
}

.point-social-media-left p {
    padding-top: 15px;
}

.point-social-media-right {
    width: 75%;
}
.internet-marketing-box {
    flex-direction: column;
    gap: 30px;
}

.contact-us-section-2 {
    padding: 35px 0px;
}

.internet-marketing-left {
    width: 75%;
    text-align: center;
}

.internet-marketing-left h2 {
    font-size: 20px;
}

.internet-marketing-left p {
    font-size: 16px;
}

.internet-marketing-right {
    width: 65%;
}

.contact-us-section-3 {
    padding: 35px 0px;
}

.discovery-call-box h2 {
    font-size: 20px;
}

.discovery-call-box h3 {
    font-size: 16px;
}
.analysis-powered-box {
    flex-direction: column;
}

.analysis-powered-right {
    width: 75%;
}

.analysis-powered-left {
    width: 67%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.analysis-powered-left h2 {
    font-size: 28px;
    line-height: 36px;
    padding: 30px 0px 40px 0px;
    text-align: center;
}

.analysis-img {
    width: 100px;
    height: 70px;
}

.site-score-form h3 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

.score-input {
    padding-top: 15px;
}

.score-input input {
    padding: 12px 10px 12px 20px;
}

.site-score-btn {
    padding-top: 25px;
}

.site-score-btn button {
    padding: 10px;
}

.site-score-form {
    padding: 40px 30px;
    border-radius: 16px;
}

section.analysis-section-1 {
    padding: 50px 0px 0px 0px;
}

.very-good-img {
    height: 300px;
}

.ana-device-card {
    width: 48%;
}

section.analysis-section-2 {
    padding: 50px 0px 50px 0px;
}

.ana-device-card h3 {
    font-size: 16px;
    padding: 16px 0px;
}

.ana-device-img {
    width: 60px;
    height: 65px;
}

.testimonials-box {
    flex-direction: column-reverse;
}

.testimonials-left {
    width: 75%;
}

.testimonials-right {
    width: 75%;
    text-align: center;
    padding-bottom: 30px;
}

section.analysis-section-4 {
    padding: 50px 0px;
}

section.analysis-section-5 {
    padding: 40px 0px 60px 0px;
}

.internet-marketing-top-img {
    width: 260px;
    height: 80px;
}

.internet-marketing-bottom-box {
    padding: 50px 0px 0px 0px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.internet-marketing-bottom-card {
    width: 75%;
    gap: 10px;
    justify-content: space-evenly;
}

.internet-marketing-bottom-card {}
}

@media screen and (max-width: 600px) {
    .top-bar {
    display: none;
}



.Hero-title h1 {
    font-size: 24px;
}

.Hero-title p {
    font-size: 14px;
}

.Hero-title {
    gap: 10px;
}

.Main-Hero {
    padding: 50px 0px 45px 0px;
}

.Section-2-title h2 {
    font-size: 20px;
}

.Section-2-title {
    padding-bottom: 20px;
}

.Served-card {
    width: 100%;
}

.Section-2-box {
    flex-direction: column;
    gap: 20px;
}

.Served-card-title {
    text-align: center;
}

.Served-card-img img {
    border-radius: 5px !important;
    object-fit: cover;
}

.Served-card-img {
    height: 300px;
}

section.Section-2 {
    padding: 30px 0px 40px 0px;
}

section.Section-3 {
    padding: 30px 0px;
}

.We-Are-An-Award-title span {
    width: 100%;
}

.We-Are-An-Award-title h2 {
    font-size: 20px;
}

.Section-3-video {
    height: 230px;
}

.Section-4-card {
    width: 66%;
    height: 100px;
}

.Main-Section-4 {
    gap: 20px;
    justify-content: center;
}

section.Section-5 {
    background: #f6f6f6 !important;
}

.National-Company-title h2 {
    font-size: 20px;
}

.National-Company-title p {
    font-size: 14px;
    width: 100%;
    padding: 10px 0px 24px 0px;
}

.CUSTOMERS-SEARCHING-title h2 {
    font-size: 20px;
}

.CUSTOMERS-SEARCHING-box {
    padding-top: 30px;
}

.TAKING-title h2 {
    font-size: 16px;
}

.TAKING-img {
    height: 300px;
    width: 100%;
}

.Section-8-card {
    width: 100%;
}

.footer-box-1 p {
    width: 100%;
}

.footer-box-2 {
    width: 100%;
}

.footer-box-2 h3 {
    text-align: center;
    font-size: 16px;
}

.footer-box-2 ul li {
    text-align: center;
}

.footer-box-2 ul li a {
    justify-content: center;
}

.footer-bottom {
    padding: 20px 0px 15px 0px;
}

.footer-bottom p {
    font-size: 14px;
}

.footer-social-icon img {
    width: 24px;
}

.footer-social-icon {
    gap: 14px;
}

.get-started-left h2 {
    font-size: 20px;
}

.get-started-left {
    width: 100%;
}

.get-started-icon-box {
    padding-top: 25px;
}

.get-started-icon-box {
    flex-direction: column;
}

.get-started-icon-card {
    width: 100%;
}

.get-started-icon-card.get-ex {
    width: 100%;
}

.let-talk-form-box {
    width: 100%;
    padding: 20px;
}

.get-started-right {
    width: 100%;
}

.let-talk-form-box h2 {
    padding-bottom: 10px;
}
.Inner-hero-title h2 {
    font-size: 24px;
}

section.Inner-hero {
    padding: 40px 0px;
}

.who-serve-title-box h2 {
    font-size: 18px;
}

.who-serve-title-box p {
    width: 100%;
}

.who-serve-box {
    padding: 25px 0px 0px 0px;
}

.who-serve-left {
    width: 100%;
}

.who-serve-right h2 {
    font-size: 18px;
}

.who-serve-right p {
    width: 100%;
}

.who-serve-right {
    width: 100%;
}

.serve-btn button {
    font-size: 12px;
    padding: 12px;
}

section.serve-section-2 {
    padding: 0px 0px 30px 0px;
}

.we-handle-box h2 {
    font-size: 
18px;
}

.we-handle-2-btn {
    flex-direction: column;
    gap: 10px;
}

.google-partner-right {
    width: 100%;
}

.google-partner-left {
    width: 100%;
}

.google-partner-left h2 {
    font-size: 18px;
}

.point-social-media-left {
    width: 100%;
}

.point-social-media-left h2 {
    font-size: 18px;
}

.point-social-media-left h3 {
    font-size: 12px;
    padding-top: 8px;
}

.point-social-media-right {
    width: 100%;
}

.internet-marketing-left {
    width: 100%;
}

.internet-marketing-left p {
    font-size: 14px;
    padding: 15px 0px 0px 0px;
}

.internet-marketing-right {
    width: 100%;
}

.contact-us-section-3 {
    padding: 31px 0px;
}

.discovery-call-box {
    width: 100%;
}

.discovery-call-box h2 {
    font-size: 18px;
}

.discovery-call-box h3 {
    font-size: 14px;
}
.who-serve-title-box h2 {
    font-size: 16px;
}

section.why-mr-ad-section-2 {
    padding: 30px 0px;
}

.about-pipeline-left h2 {
    font-size: 18px;
}

.about-pipeline-left {
    width: 100%;
}

.about-pipeline-right {
    width: 100%;
}

.ads-company-box {
    padding-bottom: 20px;
}

.carousel img {
    height: 200px;
}

.creative-services-card {
    flex-direction: column;
    gap: 20px;
}

.creative-left {
    width: 100%;
}

.creative-right {
    width: 100%;
    text-align: center;
}

section.why-mr-ad-section-6 {
    padding: 30px 0px;
}

.our-requirements-box h2 {
    font-size: 18px;
}

.our-requirements-box p {
    padding-top: 15px;
}

  .analysis-powered-left h2 {
    font-size: 24px;
    line-height: 34px;
    padding: 26px 0px 30px 0px;
}

.analysis-img {
    width: 85px;
    height: 60px;
}

.analysis-powered-right {
    width: 100%;
}

.site-score-form h3 {
    font-size: 18px;
    line-height: 24px;
}

.score-input label {
    font-size: 12px;
}

.site-score-btn button {
    font-size: 14px;
}

.very-good-box {
    flex-direction: column-reverse;
}

.very-good-left {
    width: 100%;
}

.very-good-right {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}

.very-good-right p {
    font-size: 14px;
    line-height: 18px;
    padding-top: 15px;
}

section.analysis-section-2 {}

.ana-device-card {
    width: 100%;
}

.testimonials-right {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}

.testimonials-img {
    width: 100%;
    height: 300px;
}

.run-an-seo-btn button {
    font-size: 12px;
    padding: 12px;
    width: 230px;
}

.internet-marketing-top-img {
    width: 260px;
    height: 80px;
}

.very-good-right h2 {
    font-size: 18px;
}

section.analysis-section-1 {
    padding: 30px 0px 0px 0px;
}

.very-good-right {
    padding-bottom: 30px;
}

.very-good-img {
    height: 200px;
}

section.analysis-section-2 {
    padding: 30px 0px;
}

.testimonials-right h2 {
    font-size: 18px;
    line-height: normal;
}

.testimonials-right p {
    font-size: 12px;
    line-height: 20px;
}

.testimonials-img {
    height: 200px;
}

.run-an-seo-box h2 {
    font-size: 18px;
}

.run-an-seo-box p {
    line-height: normal;
    padding: 14px 0px 18px 0px;
}

section.analysis-section-5 {
    padding: 30px 0px 50px 0px;
}

.internet-marketing-bottom-card {
    flex-direction: column;
}

.internet-marketing-bottom-card p {
    text-align: center;
}

.shoot-internet-img-2 {
    width: 60px;
    height: 40px;
}

.shoot-internet-img-1 {
    width: 40px;
    height: 40px;
}

.shoot-internet-img-3 {
    width: 50px;
    height: 50px;
}


.point-social-media-img {
    height: 350px;
}

.internet-marketing-img {
    height: 350px;
}
}


