/* --- Large Screen Devices (2100px and above) --- */
@media (min-width: 2100px) {
  body,
  button,
  input,
  optgroup,
  select,
  textarea {
    font-size: 0.78vw;
  }

  h1,
  .h1 {
    font-size: 8.33vw;
  }

  h2,
  .h2 {
    font-size: 4.38vw;
    line-height: 3.85vw;
  }

  h3,
  .h3 {
    font-size: 2.5vw;
  }

  h4,
  .h4 {
    font-size: 3.33vw;

    line-height: 3.23vw;
    letter-spacing: -2.56px;
  }

  h5,
  .h5 {
    font-size: 1.15vw;
    line-height: 1.46vw;
  }

  h6,
  .h6 {
    font-size: 0.83vw;
    line-height: 1.46vw;
  }
  .container-fluid {
    padding: 0 1.04vw;
  }
  .body1 {
    font-size: 1.25vw;
  }
  .body2 {
    font-size: 1.04vw;
  }
  .aboutAgencyCount h3 {
    font-size: 6.67vw;
  }
  .mainMenu .nav-link,
  .servicePanelContent p,
  .cardsList li,
  .inputField .budget-options label,
  .footerTop,
  .serviceReviewTitle p span,
  .sectionBorder,
  .articleItemList li,
  .teamItemDes,
  .inputField label,
  .faq-number,
  .faq-question,
  .faq-guidance,
  .faq-tips,
  .form-control {
    font-size: 0.83vw;
  }

  .book-a-call a,
  .sliderListItem p:first-child,
  .inputField .budget-options label {
    font-size: 1.04vw;
  }

  .brandingProcessinfo h4 {
    font-size: 1.67vw;
  }

  .ourClientsPara {
    max-width: 15.47vw;
  }

  .teamItemProfile {
    font-size: 1.25vw;
  }
  .logo img {
    max-width: 7.81vw;
    width: 100%;
  }
  .CSTestiProfile p:first-child {
    font-size: 1.25vw;
  }
  .aboutAgencyCount h3 span {
    font-size: 3.33vw;
    line-height: 3.23vw;
  }

  .aboutAgencyContent {
    max-width: 19.53vw;
  }

  .headingTestimonal {
    font-size: 6.67vw;
  }

  .headingTestimonal + p {
    font-size: 1.67vw;
  }

  .servicePanelImg img,
  .col-6 .servicePanelImg video {
    height: 24.74vw !important;
  }
  .CustomerSlider .carousel-indicators-panel,
  .CustomerSlider
    .carousel-indicators-panel
    .carousel-indicators
    [data-bs-target] {
    font-size: 1.67vw;
  }

  .roll,
  .line {
    height: auto;
  }

  .roll-link .translate > span:last-child {
    display: none;
  }

  .aboutBannerImg img {
    max-height: inherit;
    min-width: 90%;
  }
  img.ctaArthome {
    min-width: 66%;
  }
}

@media (max-height: 800px) {
  .progress-timeline-container {
    margin-bottom: 24px !important;
  }
}

/* --- Devices with Screen Width up to 1560px --- */
@media (max-width: 1560px) {
  .contactFormFooter .buttonSubmit {
    margin-top: 170px;
  }
  .inputField .budget-options label {
    font-size: 15px;
  }

  .contentimgvideo img,
  .contentimgvideo video {
    height: 350px;
  }

  .awardSlider .cardsgreen {
    height: 436px;
  }
}
/* --- Devices with Screen Width up to 1200px --- */
@media (max-width: 1200px) {
  .book-a-call a {
    min-width: auto;
  }
}
/* --- Devices with Screen Width up to 1024px --- */
@media (max-width: 1024px) {
  header .contents .roll.on .translate {
    animation: none;
  }
}
/* --- Devices with Screen Width up to 990px (Mobile and Small Tablets) --- */
@media (max-width: 990px) {
  .bannerHeading {
    height: auto;
    padding: 32px 0 0;
    align-items: start;
  }

  .heroSectionPanel {
    height: calc(100vh - 69px);
  }

  .ourClientsLogo {
    width: 50%;
    height: 120px;

    align-items: center;
    display: flex;
  }
  .ourClientsLogo-wrapper {
    row-gap: 0;
    padding-top: 0;
  }
  .ourClientsLogoPanel {
    padding: 0 0 32px;
  }
  .servicePanelInfo h3 {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--primary);
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .servicePanelInfo {
    max-width: 100%;
  }

  .servicePanel {
    border-bottom: none;
  }
  section {
    position: relative;
    overflow: hidden;
  }
  section.section {
    padding: 32px 0;
  }

  .awardSectionPanel {
    height: auto;
  }

  .book-a-call a {
    width: 100%;
  }

  /* Footer CSS start */

  footer.footerSite {
    overflow: hidden; padding-top: 24px;
  }
  .footerPanel {
    height: auto !important;
  }

  .footerInfo {
    margin-top: 44px;
  }
  .footerLogo {
    flex-wrap: wrap;
    row-gap: 32px;
  }

  .footerLogoImg {
    width: 50%;
  }

  .footerLogoImg img {
    max-width: 117px;
  }
  .footerInfo1 {
    margin-bottom: 0;
  }
  .footerLinkAddress {
    margin-bottom: 44px;
  }
  .footerSocial {
    justify-content: start !important;
    margin-bottom: 44px;
    row-gap: 10px;
    flex-wrap: wrap;
  }
  .footerLink a {
    color: var(--lightgrey);

  }

  .footer-logo {
    margin-top: 100px;
  }

  /* Footer CSS end */

  .contactSectionInfo {
    margin-bottom: 60px;
  }

  .contactSection {
    padding: 32px 0;
  }

  .budget-options {
    flex-wrap: wrap;
  }

  .budget-options label {
    padding-inline: 18px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    flex: inherit;
  }

  .form-control {
    height: 23px;
    border-radius: 0;
    padding: 12px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid rgb(29 29 29 / 50%);
  }
  textarea.form-control {
    height: 48px;
    min-height: 48px;
  }

  .btnPrimary {
    height: 40px;
    font-size: 14px;
    width: auto;
    padding: 0 10px;
    min-width: 130px;
  }
  .btnPrimary span img {
    max-width: 25px;
  }

  .contactSection {
    min-height: auto;
  }

  .sliderListItem {
    display: none;
  }

  .sliderListItem.active {
    display: flex !important;
    border: none;
    padding: 0;
  }
  .sliderListItem p:first-child {
    display: none;
  }

  .cardsInfo {
    max-width: 100%;
    margin-bottom: 32px;
    height: auto !important;
    margin-top: 8px;
  }
  .cardsInfoPro:before {
    display: none;
  }

  .cardsInfoPro {
    padding: 0;
  }
  .cardsInfoPro .cards {
    padding: 24px;
    height: auto !important;
    margin-bottom: 24px;
  }

  .cardsgreen {
    padding: 32px 24px;
  }

  .awardSliderPanel {
    margin-top: 48px;
  }

  .awardSliderbutton {
    margin-top: 32px;
  }

  .phoneCircleDark {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }

  .phoneCircleDark img {
    max-width: 14px;
  }

  .book-a-call-team img {
    max-height: 32px;
  }

  .awardSectionPanel .awardsm {
    margin-top: 32px;
    margin-bottom: -60px;
  }

  .fs-6 {
    font-size: 16px;
  }

  .headingSeviceInner {
    padding: 100px 0 56px;
    text-align: center;
  }

  .headingSeviceInner span {
    display: block;
  }
  .serviceReviewInfo {
    text-align: right;
  }
  .serviceReviewContent {
    margin-bottom: 28px;
  }

  .serviceReviewTitle img {
    margin-right: 12px;
    width: 32px;
  }

  .serviceReview {
    padding: 40px 0 24px;
    border-top: 1px solid #353535;
  }
  .serviceReview .horizontalLine {
    border-bottom: 1px solid #353535;
  }

  .serviceReviewItem.last {
    padding-bottom: 0;
  }

  .servicePanelInfo h3 a {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .whyCards2 {
    margin-bottom: 12px;
  }

  .serviceTestimonial {
    padding: 24px;
    margin-top: 12px;
  }

  .book-a-call {
    margin-top: 24px;
  }

  .awardSectionHeading {
    margin-bottom: 214px;
  }

  .awardSectionHome .awardSectionHeading {
    margin-bottom: 0;
  }

  .brandingProcessinfo .book-a-call {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .heroSection .bannerHeading {
    flex-direction: column;
  }

  .heroArtImg {
    position: static;
    border-bottom: none;
    align-items: end;
    display: flex;
  }

  .heroArtImg img {
    max-height: 450px;
  }

  section#videoSection {
    height: auto !important;
  }
  .videoSection video {
    position: static;
    height: auto;
    width: 100%;
    transform: none;
  }

  .effectlightmenpanel {
    display: none;
  }

  .ourClientsHeading {
    text-align: center;
  }

  .ourClientsHeading {
    margin-top: 68px;
    text-align: center;
    margin-bottom: 12px;
  }

  .ourClientsbottom {
    display: none;
  }

  .ourClients {
    padding: 32px 0 2px;
    background: #1d1d1d;
  }

  .ourClientsLogo img {
    max-height: 53px;
    max-width: 100px;
  }

  .articleItemList li {
    font-size: 14px;
  }

  #accordionWeeks .accordion-header {
    border-bottom: 0.5px solid #060100;

    margin-bottom: 24px;
  }
  #accordionWeeks .accordion-header .accordion-button {
    text-transform: uppercase;
    font-family: var(--font-f);
    font-weight: 900;
    padding: 0;
    font-size: 20px;
    box-shadow: none;
  }

  #accordionWeeks .accordion-header span {
    text-transform: capitalize;
    font-weight: 400;
    margin-left: 12px;
  }

  #accordionWeeks .accordion-header small {
    font-size: 20px;
  }

  #accordionWeeks .accordion-header small span {
    margin-left: 0;
    font-size: 16px;
    margin-bottom: 8px;
  }

  #accordionWeeks .accordion-item {
    margin-bottom: 40px;
  }

  #accordionWeeks .accordion-item.last {
    margin-bottom: 0;
  }

  #accordionWeeks .accordion-header {
    padding-bottom: 24px;
  }

  .logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .removespacem {
    display: inline-block;
  }

  .servicePanel.last {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .whyCardsImg {
    width: 46px;
    height: 46px;
    line-height: 46px;

    margin-bottom: 72px;
  }
  .whyCardsImg img {
    max-width: 16px;
  }

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

  .whyCards {
    padding: 35px 24px;
  }

  .teamItemProfile {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
  }

  .teamItemDes {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .teamSectionHeading h6 {
    margin-bottom: 32px !important;
  }

  .teamSectionPanel {
    margin-top: 0;
  }

  .teamItem {
    margin-bottom: 32px;
  }

  .mwg_landing1 .word {
    margin-right: 10px;
  }

  #videoSection video {
    height: auto;
  }
  .headingTestimonal {
    font-size: 76.05px;
  }

  .headingTestimonal + p {
    font-size: 26px;
    margin-bottom: 120px;
  }

  .CustomerSlider .awardSliderPanel {
    margin-top: 0;
  }

  .CustomerSlider .carousel-control-next,
  .CustomerSlider .carousel-control-prev {
    width: 32px;
  }
  .CustomerSlider .carousel-indicators-panel,
  .CustomerSlider
    .carousel-indicators-panel
    .carousel-indicators
    [data-bs-target] {
    font-size: 16px;
  }

  .CustomerSlider .cardsgreen .cardsgreenBorder {
    padding: 42px 0;
  }

  .servicePanelImg img {
    height: auto;
  }
  .budget-options {
    white-space: nowrap;
  }

  .tableWebsite {
    padding: 32px 0;
  }
  .aboutAgencyCount h3 {
    font-size: 44px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    padding-bottom: 14px;
  }

  .aboutAgencyCount h3 span {
    font-size: 26px;
    margin-left: 4.5px;
  }

  .BgPrimary__m {
    background-color: var(--primary);
  }

  .aboutAgencyItem {
    margin-bottom: 32px;
    border: none;
  }

  .missionSectionHeading {
    font-weight: 400;
    font-size: 26px;
  }

  .missionTable {
    margin-top: 44px;
  }

  .accordionMissionTable .accordion-item {
    margin-bottom: 0 !important;
  }

  .accordionMissionTable .accordion-header {
    margin-bottom: 15px !important;
    padding-bottom: 16px !important;
  }

  .accordionMissionTable .articleItemList {
    margin-bottom: 24px;
  }

  .missionTable {
    margin-bottom: 120px;
  }

  .modal-dialog-right-slide {
    width: 90vw;

    max-width: 90vw;
  }

  .contactFormPoopup {
    padding: 20px;
  }

  #videoSection {
    width: 100vw;
  }

  .servicePanelImg img,
  .col-6 .servicePanelImg video {
    height: auto !important;
  }
  .inputField label {
    font-family: var(--font-h);
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 6px !important;
  }
  .aboutPhilosophyInfo {
    margin-top: 12px;
  }

  #loader {
    display: none !important;
  }

  .protfolioSection .servicePanelImg video {
    height: auto;
  }

  .swiperVideo .swiper-slide {
    max-width: 350px !important;
    width: auto !important;
    height: 250px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .swiperVideo .swiper-slide {
    height: 250px !important;
  }
  .portfolioVsliderItem video {
    height: 250px;
    border-radius: 8px;
  }

  .headerSite {
    padding: 20px 0 16px;
  }

  /* --- CSS for case study start --- */

  .cstdvbanner {
    background-image: url(../images/case-study/tdv/banner-m.jpg) !important;
  }
  .sectionBannerCS {
    transform: none;
  }

  .sectionBannerCSPanel {
    height: calc(100vh - 69px);
  }

  .listCS {
    border-right: none;
    height: 100%;
    padding: 0 0 24px;
  }

  /* --- aishwarya css for cs start --- */

  .csartkeybanner {
    background-image: url(../images/case-study/artkey/banner-m.jpg) !important;
  }

  .csintesabanner {
    background-image: url(../images/case-study/intesa/banner-m.jpg) !important;
  }

  .csgunsaarbanner {
    background-image: url(../images/case-study/gunsaar/banner-m.jpg) !important;
  }

  .cs32dobalibanner {
    background-image: url(../images/case-study/32do/banner-m.jpg) !important;
  }

  .csimwipbanner {
    background-image: url(../images/case-study/imwip/banner-m.jpg) !important;
  }

  .cssumisobanner {
    background-image: url(../images/case-study/sumiso/banner-m.jpg) !important;
  }

  .cszuperbanner {
    background-image: url(../images/case-study/zuper/banner-m.jpg) !important;
  }

  .cspivectorbanner {
    background-image: url(../images/case-study/pivector/banner-m.jpg) !important;
  }

  .csmintbanner {
    background-image: url(../images/case-study/mint/banner-m.jpg) !important;
  }

  .csqmbanner {
    background-image: url(../images/case-study/qm/banner-m.jpg) !important;
  }

  .csabsbanner {
    background-image: url(../images/case-study/abs/banner-m.jpg) !important;
  }

  .cskaesteobanner {
    background-image: url(../images/case-study/kaesteo/banner-m.jpg) !important;
  }

  .cssupernormalbanner {
    background-image: url(../images/case-study/supernormal/banner-m.jpg) !important;
  }

  .customHeight .pic {
    height: 200px !important;
    display: flex;
  }

  .CardsResult p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }

  .imwipHeight img {
    height: 200px !important;
    margin-bottom: 20px;
  }

  .imwipBrand img {
    height: 230px !important;
  }

  .imwipBrand h5 {
    font-size: 20px;
    line-height: 24px;
  }

  .imwipBrand p {
    font-size: 14px;
    line-height: 20px;
  }

  .videoSection {
    height: auto;
  }

  .videoSection video {
    height: 131px;
  }

  .csVideo .videoSection {
    height: 131px;
  }

  .csVideo .pic .img {
    height: 131px;
  }

  .ht {
    height: 180px;
  }

  .bali.videoSection,
  .bali.videoSection video {
    height: 195px;
  }
  .kaesteo.pic img {
    height: 141px !important;
  }

  .kaesht {
    height: 163px;
  }

  .kaesLast {
    height: 262px;
  }
  /* --- aishwarya css for cs END --- */

  /* --- CSS for case study END --- */

  .contactFormFooter .buttonSubmit {
    margin-top: 0;
  }

  .contactFormFooter .row,
  .inputFieldNumber {
    margin-bottom: 32px;
  }
  .timelineSection .cardsBorder,
  .timelineSection .timelineLeft,
  .timelineSection .timelineRight {
    min-height: auto;
    height: auto;
  }

  .ourClientsPara {
    max-width: 90%;
    text-align: center;
    margin: 24px auto;
  }

  .ourClientsPara p.textSecondary {
    color: #fff;
  }

  .sectionBorder {
    font-size: 16px;
  }

  .servicePanelContent p,
  .serviceReviewTitle p span,
  .footerTop {
    font-size: 14px;
  }

  .book-a-call a {
    font-size: 16px;
  }

  .aboutAgencyContent {
    max-width: 100%;
  }

  .ctaArthome {
    max-width: 65%;
    margin: -10px auto 42px;
    display: block;
  }

  .awardSection2 .awardSlider .cardsgreen {
    height: auto;
  }

  .awardSection2 .awardSliderbutton {
    margin-top: 0;
  }

  .awardSection2 .awardSlider h4 {
    font-size: 44px;
    line-height: 100%;
    margin-bottom: 120px;
  }
  .awardSection2 .awardSliderPanel {
    margin-top: 48px;
    border-top: 1px solid var(--primary);
    margin-top: 8px;
    padding-top: 40px;
  }
  .awardSection2 .awardSliderPanel.white {
    border-top: 1px solid #fff;
  }

  .awardSliderContent {
    height: 330px;
  }
  .awardSliderContent3 {
    height: 323px;
  }
  .awardSection2 .awardItemContent {
    display: flex;
    align-items: end;
    height: 100%;
  }
  .heroSectionHome .sectionBorder {
    position: absolute;
    bottom: 12px;
    width: 100%;
    margin-bottom: 0 !important;
  }

  .heroSectionHome .heroSectionPanel {
    position: relative;
  }

  .contentimgvideo img,
  .contentimgvideo video {
    height: auto;
  }

  p.cardsText {
    min-height: auto;
    margin-bottom: 40px !important;
  }

  section.timelineSection {
    padding-bottom: 0;
  }

  .bydvideo {
    margin-bottom: 24px;
  }

  .byd__bluevideo {
    flex-direction: column;
  }

  .byd__bluevideoarea {
    width: 100%;
    margin-bottom: 16px;
  }

  .byd__bluevideoPanel {
    width: 100%;
    padding: 24px;
  }

  .byd__bluevideoPanel h5 {
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 48px;
  }

  .byd__bluevideoPanelContent p {
    font-size: 16px;
  }

  .byd__bluevideo {
    display: flex;
    margin-bottom: 40px;
  }
  .footerLinkborder {
    border: none;
}
.footerLink.footerLinkEmail {
  margin-bottom: 42px;
}.footerLinkEmail a {
  font-size: 20px;
}.footerLinkAddressPara {
    width: 50%;
}
	.footerLogo {
    width: 24px;
    height: 24px;
}
	.logo img {
    filter: brightness(1) invert(1);
}
	.burger span.openmenu, .burger span:before, .burger span:after {
    background: #000;
}
}

@media (max-width: 400px) {
  .awardSection2 .awardSlider h4 {
    font-size: 38px;
  }
}
