@charset "utf-8";

:focus,
a,
select:focus {
  outline: 0
}

a,
body {
  -webkit-tap-highlight-color: transparent
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  clear: both
}

body,
ul {
  padding: 0;
  margin: 0
}

body,
p,
ul {
  margin: 0
}

.row,
.row>* {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0
}

.relative {
  position: relative;
}

.row>*,
img {
  max-width: 100%
}


body,
select option {
  color: #212529
}


.submitBtn,
.text-center {
  text-align: center
}

img {
  max-width: 100%;
  height: auto
}

article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
  display: block
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

:root {
  --blue: rgba(24, 144, 255, 1);
  --dark-blue: #0769E0;
  --yellow: #f3d320;
  --red: #ff4137;
  --light-blue: #D3E9FC;
  --light-gray: #f7f7f7;
  --dark-orange: #ff6c16;
  --orange: #ff9c00;
  --light-orange: #ffeccf;
  --cyan: #00d0f6;
  --light-green: #98bb29;
}



*,
body,
html {
  scroll-behavior: smooth;
  font-family: "Inter", serif;
  font-optical-sizing: auto;
}

body {
  background: #fff;
  overflow-x: hidden;
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-size: 16px;
  overflow-x: hidden;
}

::-moz-focus-inner {
  border: 0
}

a {
  text-decoration: none;
  transition: .4s;
  -webkit-transition: .4s
}

a:hover {
  color: #2375ad;
  text-decoration: none
}

strong {
  font-weight: 700
}

input[type=button],
input[type=email],
input[type=password],
input[type=reset],
input[type=search],
input[type=submit],
input[type=text],
select,
textarea {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 2.25rem
}

h2 {
  font-size: 2rem
}

h3 {
  font-size: 1.75rem
}

h4 {
  font-size: 1.5rem
}

h5 {
  font-size: 1.25rem
}



ul {
  list-style: none
}

.call-us {
  position: fixed;
  bottom: .5rem;
  left: .5rem;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block;
  z-index: 900;
}

header {
  width: 100%;
  z-index: 1
}


.logo img {
  width: 97px
}



.justify-between {
  justify-content: space-between
}

.align-center {
  align-items: center
}

.align-end {
  align-items: flex-end
}

.justify-end {
  justify-content: flex-end
}

.col {
  flex: 1 0 0%
}

.col-auto {
  flex: 0 0 auto;
  width: auto
}

.col-full {
  width: 100%;
  flex: 0 0 auto
}



section {
  width: 100%
}

header {
    width: 100%;
    z-index: 999;
    position: fixed;
    width: 100%;
    background: #FFF;
    top: 0px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.topNav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.requestBtn a{
    border-radius: 39px;
    background: var(--blue);
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    transition: 0.6s;
}
.requestBtn a:hover{
    background: #000;
}

.hero_section {
    width: 100%;
    margin-top: 69px;
    padding-top:40px;
    background: url(../../../assets/images/hero_bg.jpg) center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero_head{
  font-size: 65px;
  font-weight: bold;
  line-height: 81px;
  letter-spacing: -3.45px;
  text-transform: capitalize;
  color: #171717;
  margin-bottom: 10px;
}
.hero_head span{
  color: #25D366;
}
.hero_desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0px;
  color: #000;
}
.whatsapp_btn {
  background: #25D366;
  padding: 12px 38px;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
  display: inline-flex;
  gap: 10px;
}
.whatsapp_btn:hover, .whatsapp_btn:focus{
  background: #171717;
  color: #fff;
}


.whatsapp_head{
  font-size: 45px;
  font-weight: bold;
  line-height: 81px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #171717;
  margin-bottom: 30px;
  text-align: center;
}
.whatsapp_head span{
  color: #25D366;
}

.image-group {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.small-img {
  width: 207px;
  height: 250px;
  object-fit: cover;
}

.main-img {
  width: 331px;
  height: 486px;
  object-fit: cover;
}

.info-badge {
  background: #E9F0EF;
  border-radius: 12px;
  padding: 16px 16px 16px 22px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000;
  max-width: 410px;
  position: absolute;
  bottom: 60px;
  box-shadow: 0 4px 12px rgba(147, 158, 194, 0.5);
}

.avatars .avatar {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
  margin-left: -8px;
}
.info-text {
  padding-left: 15px;
      flex: 1;
}
.info-text strong {
 font-weight: 700;
}

.feature-box {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.31);
  border-radius: 40px;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(147, 158, 194, 0.32);
  transition: all 0.3s ease;
  max-width: 515px;
}

.feature-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.feature-box:nth-child(1), .feature-box:nth-child(3){
  margin-left: 90px;
}

.feature-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E5F8DD;
  border-radius: 100%;
  width: 75px;
  height: 75px;
}
.feature-box-content{
  flex: 1;
  padding-left: 15px;
}
.feature-box h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 4px;
  color: #000;
}

.feature-box p {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 0px;
  color: #000;
}

.whatsapp_interaction {
    width: 100%;
    margin-top: 50px;
    padding:50px 0 60px 0;
    background: url(../../../assets/images/whatsapp_interaction_bg.jpg) center;
    background-repeat: no-repeat;
    background-size: cover;
}

.interaction_head{
  font-size: 45px;
  font-weight: 300;
  line-height: 58px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #FFF;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.interaction_head span{
  color: #25D366;
  font-weight: 700;
  display: block;
}

.whatsapp_interaction_img{
  max-width: 508px;
}
.interaction_desc{
  padding-top: 40px;
}

.interaction_desc p{
    font-size: 25px;
    font-weight: 500;
    line-height: 44px;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #FFF;
    text-align: center;
}

.interaction_desc p span{
  color: #1890FF;
  font-weight: 700;
  position: relative;
}

.interaction_desc p span:before{
  content: "";
  position: absolute;
  background: url(../../../assets/images/curve_icon.svg) center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 29px;
  height: 6px;
  top: 4px;
  left: 25px;
}

.interaction_box{
  background: rgba(255, 255, 255, 0.31);
  width: 100%;
  border-radius: 40px;
  padding: 50px 40px 50px 40px;
  max-width: 515px;
  margin: auto;
}


.interaction_listbox {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  transition: all 0.3s ease;
  width: 100%;
}
.interaction_listbox:last-child{
  margin-bottom: 0;
}

.interaction_listbox .icon {
  width: 34px;
  height: 34px;
}
.interaction_listbox_content{
  flex: 1;
  padding-left: 15px;
}
.interaction_listbox h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 4px;
  color: #FFF;
}

.interaction_listbox p {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 0px;
  color: #FFF;
}



.what_why_section {
    width: 100%;
    margin-top:0px;
    padding:60px 0 60px 0;
    background: url(../../../assets/images/what_why_section_bg.jpg) center;
    background-repeat: no-repeat;
    background-size: cover;
}

.what_why_head{
  font-size: 45px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #171717;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.heading_shape {
    position: relative;
    max-width: 494px;
    margin: auto;
    z-index: 10;
}

img.shape_icon {
    position: absolute;
    bottom: 0;
    right: -28px;
    z-index: -8;
}
.interaction_head span{
  color: #25D366;
  font-weight: 700;
  display: block;
}
.what_why_desc{
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
        padding: 0 91px;
}

.ratio {
  max-width: 1136px;
  margin:0 auto 40px auto;
}

.features_card_wrap {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-top: 30px;
}

.card_tall {
    width: 385px;
/*    height: 675px;*/
}
.card_four {
    flex: 1;
}

.card_row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: stretch; 
}
.card_row:last-child{
  margin-bottom: 0;
}
.card_wide{
  flex: 1;
}
.card_wide,
.card_small {
    
    display: flex;
}
.features_card_wrap .card_tall {
    height: auto;
}

.features_card_wrap .card_tall .features_head {
    position: absolute;
    padding: 30px;
}

.features_card_wrap .card_tall .features_box {
    padding: 0;
}
.features_card_wrap .card_tall img {
    border-radius: 20px;
    height: 100%;
}
.card_small {
    width: 349px;
}
.unified_dashboard_box {
    background: rgba(229, 229, 229, 1);
}
.lead_attribution_box{
  background: rgba(252, 251, 255, 1);
}
.actionable_analytics_box{
  background: rgba(252, 251, 255, 1);
}
.seamless_integration{
  background: rgba(199, 214, 255, 1);
}
.features_box{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
      height: 100%;
          border-radius: 20px;
          box-shadow: 0 4px 6px rgba(112, 112, 112, 0.2);
          padding: 30px 30px 110px 30px;
}

/*.features_box img {
  width: 100%;
  height: auto;
  object-fit: cover; 
  flex-grow: 1;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(112, 112, 112, 0.2);
}*/

.features_head {
    position: relative;
}
.card_row .features_box img {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.features_head h3 {
    font-size: 25px;
    color: #000000;
    font-weight: 600;
}

.features_head p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.shrink_wide_desc{
  max-width: 227px;
}

.who_need_section {
    width: 100%;
    padding:0px 0 60px 0;
}

.who_need_head{
  font-size: 45px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #171717;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.need_item_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1060px;
    margin: auto;
}

.need_item_box {
    background-color: #fff;
    border-radius: 15px;
    padding: 13px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    box-shadow: 0 1px 6px rgba(112, 112, 112, 0.2);
    display: flex;
    gap: 5px;
    align-items: center;
}

.result_section {
    width: 100%;
    padding:0px 0 60px 0;
}

.result_head{
  font-size: 45px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #171717;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.result_content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-width: 900px;
    margin: auto;
}

.text-box {
    text-align: left;
}

.up-to, .transparent {
    font-size: 25px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: capitalize;
}

.statistic {
    font-size: 80px;
    font-weight: 900;
    color: rgba(234, 124, 36, 1);
    margin: 0px 0;
    line-height: 76px;
}

.description {
    font-size: 25px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: capitalize;
}

.message {
  margin-top: 15px;
  padding: 10px;
  display: block;
}

#mobile {
    width: 366px;
}

.parsley-required, .parsley-pattern {
    font-size: 13px;
    color: red;
    text-align: left;
}

.experience_section {
    width: 100%;
    margin-top: 60px;
    padding: 20px 0 50px 0;
    background: url(../../../assets/images/experience_bg.png) center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.experience_head {
    font-size: 45px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #171717;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.experience_wrap {
    position: relative;
    width: 900px;
    height: 900px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:40px auto;
}
.experience_wrap .experience_box {
    width: 282px;
    height: 137px;
    flex-shrink: 0;
    border-radius: 15px;
    background: #FFF;
    border: solid 1px rgba(16, 68, 129, 0.16);
    box-shadow: 0px 0px 35.962px 1.058px rgba(0, 95, 182, 0.16);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 12.25px;
    font-weight: 400;
    line-height: 15px;
    flex-direction: column;
    padding: 15px 22px;
    gap: 10px;
    text-align: center;
    transition: all 0.3s ease;
}

.experience_wrap .experience_box:hover {
    transform: translateY(-10px);
}
.glocal_logo {
    margin-top: -40px;
}

.experience_wrap .experience_box.box1 { top: -2%; }
.experience_wrap .experience_box.box2 { top: 14%; right: -12%; }
.experience_wrap .experience_box.box3 { top: 40%; right: -17%; }
.experience_wrap .experience_box.box4 { top: 67%; right: -10%; }
.experience_wrap .experience_box.box5 { bottom: 3%; }
.experience_wrap .experience_box.box6 { top: 67%; left: -10%; }
.experience_wrap .experience_box.box7 { top: 40%; left: -17%; }
.experience_wrap .experience_box.box8 { top: 14%; left: -12%; }

.footer_request_btn {
    max-width: 276px;
    margin: 110px auto 0 auto;
}
.footer_request_btn a{
    border-radius: 39px;
    background: var(--blue);
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    transition: 0.6s;
}
.footer_request_btn a:hover {
    background: #000;
}
.social_link ul {
       display: flex;
    justify-content: center;
    margin-bottom: 30px;
    gap: 19px;
    align-items: center;
}
.social_link_copyright{
  padding:0px 0 60px 0;
  width: 100%;
  text-align: center;
}
.copyright_text {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
}

.copyright_text a {
    color: #000;
}

.copyright_text a:hover, .copyright_text a:focus {
    color: #188ffd;
}

.modal-header h2 {
    font-size: 22px;
    font-weight: 700;
}

.modal-body .textfieldRow {
    margin-bottom: 15px;
}

.modal-body .textfieldRow input {
    width: 100%;
    padding: 10px;
    margin: 0px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.custom-modal-width {
  max-width: 400px;
  width: 100%;
  margin: auto;
}
.submitBtn {
    background: var(--blue);
    padding: 8px 2rem;
    font-size: 18px;
    font-weight: 500;
    border-radius: 3em;
    transition: .5s;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    border: 3px solid transparent;
    position: relative;
    width: 100%;
}
.submitBtn:hover, .submitBtn:focus{
  background: #000;
  color: #FFF;
}
#successModal button.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

#successModal .modal-body {padding-top: 0;}

#successModal .modal-body h5 {
    color: #27AE60;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0 5px 0;
}
.textfieldRow.mob_submit {
    margin-top: 20px;
}
.checkBx {
    color: #000;
    font-weight: normal;
    font-size: 14px;
    padding: 5px 0 5px 0;
    text-align: left;
}
.disclaimer_p {
    font-size: 12px;
    text-align: left;
    color: #000000b0;
}

.quick_access {
    position: fixed;
    top: 35%;
    right: 0;
    width: 70px;
    z-index: 90;
    text-align: center;
    padding: 15px 10px 15px 10px;
    border-radius: 10px 0 0 10px;
    border: 1px solid rgba(82, 182, 166, 1);
    border-right: none;
    background: rgba(37, 211, 102, 1);
}
.quick_access li {
    margin-bottom: 20px;
}
.quick_access li:last-child {
    margin-bottom: 0px;
}
.quick_access a {
    font-size: 13px;
    line-height: 18px;
    color: #FFF;
    display: block;
}
.quick_access a img {
  margin-bottom: 5px;
}

.policy_section_wrap {
    width: 100%;
    margin-top: 69px;
    padding: 60px 0;
}
.privacy_head {
    font-size: 40px;
    font-weight: bold;
    line-height: 81px;
    letter-spacing: -3.45px;
    text-transform: capitalize;
    color: #171717;
    margin-bottom: 10px;
}
.policy_section_wrap h6 strong{
  margin-bottom: 10px;
      display: block;
}
.policy_section_wrap p, .policy_section_wrap ul {
  margin-bottom: 25px;
}
.policy_section_wrap ul li, .policy_section_wrap ol li  {
  margin-bottom: 10px;
}

.whatsapp_interaction .whatsapp_btn {
    display: block;
    width: 100%;
    max-width: 240px;
    margin: 50px auto 0 auto;
}

/*=============== Mobile Resposnive Css Start Here ===============*/

@media only screen and (max-width: 1366px) {
  .why-whatsapp-section .main-img {
    width: 100%;
    height: 390px;
  }
  .feature-box:nth-child(2), .feature-box:nth-child(4) {
      margin-left: 30px;
  }
  .interaction_desc p {
    font-size: 22px;
}
.card_row .features_box img {width: 160px;}

.features_head p {
    font-size: 15px;
    line-height: 24px;
}

.features_head h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.features_head {
    position: relative;
    z-index: 2;
}
.features_card_wrap .card_tall {
    height: 550px;
}
.features_card_wrap .card_tall img {
    object-fit: cover;
}
.experience_head {
    font-size: 38px;
}
.features_head {
    width: 100%;
}
/*.card_four .features_box img {
    height: 216px;
            object-fit: contain;
}*/
.glocal_logo {
    margin-top: -140px;
}
.footer_request_btn {
    margin-top: 50px;
}
}

@media only screen and (max-width: 1279px) {
  h1.hero_head {
    font-size: 50px;
}

      .why-whatsapp-section .main-img {
        height: 300px;
    }
    .card_four .features_box img {
    object-fit: cover;
    height: 252px;
}
.what_why_desc {
    padding: 0 20px;
}

.experience_wrap {
    height: 700px;
}
    .experience_head {
        font-size: 32px;
    }
  .info-badge {
      bottom: 130px;
  }

  .feature-box h6 {
      font-size: 20px;
  }

  .feature-box p {
      font-size: 14px;
  }

  .feature-box .icon {
      width: 65px;
      height: 65px;
  }

  .interaction_desc p {
      font-size: 20px;
  }
  .card_small {
      width: 50%;
  }

  .features_head h3 {
      font-size: 18px;
      margin-bottom: 10px;
  }

  .features_head p {
      font-size: 15px;
      line-height: 22px;
  }

  .card_tall {
      width: 320px;
      height: 525px;
  }

  .card_wide {
      width: 50%;
  }
  .experience_wrap {
    margin-top: 10px;
}

.experience_wrap .experience_box.box2 {
    right: -6%;
}

.experience_wrap .experience_box.box3 {
    right: -3%;
}

.experience_wrap .experience_box.box4 {
    right: 0%;
}

.experience_wrap .experience_box.box6 {
    left: 0;
}

.experience_wrap .experience_box.box7 {
    left: -3%;
}

.experience_wrap .experience_box.box8 {
    left: -6%;
}
.experience_wrap > img {
    width: 250px;
}
.card_four .features_box img {
    height: 175px;
    width: 190px;
}
.features_head p {
    max-width: 227px;
}
}

@media only screen and (max-width: 1023px) {
  .hero_banner_content .row .col-sm-6 {
    width: 100%;
}

.hero_banner_content .row a.whatsapp_btn {
    margin-bottom: 40px;
}

.info-badge {
    bottom: 32px;
}

.whatsapp_interaction .row .col-sm-6 {
    width: 100%;
}

.interaction_box {
    max-width: 100%;
    margin-bottom: 40px;
}

.interaction_desc p {
    font-size: 15px;
    line-height: 33px;
}

.interaction_desc p span:before {
    top: -3px;
    left: 14px;
}
.features_card_wrap {
    flex-direction: column;
}

.card_tall {
    width: 100%;
    height: 400px;
    max-width: 400px;
    margin: auto;

}

h2.statistic {
    font-size: 70px;
}

p.description {
    font-size: 20px;
}

.up-to, .transparent {
    font-size: 20px;
}

.result_head {
    font-size: 35px;
}

h2.experience_head {
    font-size: 35px;
    line-height: 40px;
}

h2.who_need_head {
    font-size: 35px;
}

h2.what_why_head {
    font-size: 35px;
}

h2.whatsapp_head {
    font-size: 35px;
}

h2.interaction_head {
    font-size: 35px;
    line-height: 48px;
}
.experience_wrap {
    width: 690px;
    height: 690px;
}

.experience_wrap .experience_box {
    height: 110px;
    padding: 10px;
}

.experience_wrap > img {
    width: 139px;
}

.experience_wrap .experience_box.box2 {
    top: 17%;
}

.experience_wrap .experience_box.box3 {
    top: 36%;
}

.experience_wrap .experience_box.box4 {
    top: 55%;
}

.experience_wrap .experience_box.box6 {
    top: 55%;
}

.experience_wrap .experience_box.box7 {
    top: 36%;
}

.experience_wrap .experience_box.box8 {
    top: 17%;
}

.experience_wrap .experience_box.box5 {
    bottom: 10%;
}
.experience_section{
  margin-top: 40px;
}
.why-whatsapp-section .main-img {
    height: 300px;
}
.features_card_wrap .card_tall {
    height: 350px;
}
.features_head p {
    max-width: 100%;
}
.features_box {
    padding: 30px 30px 190px 30px;
}
}

@media only screen and (max-width: 767px) {
  #mobile {
    width: 100%;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
  .why-whatsapp-section .main-img {
    height: 304px;
}
.why-whatsapp-section .small-img {
    height: 200px;
}

.info-badge {
    bottom: 20px;
}

.feature-box:nth-child(1), .feature-box:nth-child(3) {
    margin-left: 0;
}

.feature-box:nth-child(2), .feature-box:nth-child(4) {
    margin-left: 0;
}

.interaction_listbox h6 {
    font-size: 20px;
}

.interaction_listbox p {
    font-size: 13px;
}

.card_wide {
    width: 100%;
}

.card_row {
    flex-direction: column;
}

.card_small {
    width: 100%;
}

h2.statistic {
}

.up-to, .transparent {
    font-size: 16px;
}

p.description {
    font-size: 18px;
    line-height: 14px;
}

.result_content {
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    text-align: center;
}

.text-box {
    text-align: center;
}

h2.experience_head {
    font-size: 30px;
}

.result_head {
    font-size: 30px;
}

h2.who_need_head {
    font-size: 30px;
}

.card_tall {
    max-width: 100%;
            height: 400px;
}

h2.what_why_head {
    font-size: 30px;
}

h2.interaction_head {
    font-size: 30px;
}

h2.whatsapp_head {
    font-size: 30px;
}

h1.hero_head {
    font-size: 50px;
}
.experience_wrap .experience_box {
    position: initial;
    margin-bottom: 20px;
}

.experience_wrap .experience_box.box1 {
    top: 0;
}
img.glocal_logo {
    display: none;
}
.experience_wrap {
    width: 100%;
    height: 100%;
    flex-direction: column;
    margin-top: 0px !important;
    aspect-ratio: auto;
    padding-top: 0px;
            margin-bottom: 0;
}
.feature-box h6 {
    font-size: 18px;
    margin-bottom: 0;
}

.feature-box p {
    font-size: 13px;
}
.experience_wrap > img {
    margin-bottom: 30px;
    display: none;
}

.experience_wrap .experience_box.box2 {
    top: 15px;
    right: 0;
}

.experience_wrap .experience_box.box3 {
    top: 15px;
    right: 0;
}

.experience_section {
    margin-top: 0;
            padding-bottom: 80px;
}
.need_item_wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: inherit;
    max-width: 100%;
}
.need_item_box {
            border-radius: 12px;
        padding: 18px 15px;
        font-size: 14px;
        width: 47%;
}
.need_item_box img {
  width: 22px;
  height: 22px;
}
.feature-box h6 {
    font-size: 18px;
    margin-bottom: 0;
}

.feature-box p {
    font-size: 13px;
}
    .footer_request_btn {
        margin-top: 0px;
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 480px) {
      h2.who_need_head {
        font-size: 24px;
    }
    .result_head {
        font-size: 24px;
    }
    h2.experience_head {
        font-size: 24px;
        line-height: 34px;
    }
  .need_item_box {
    border-radius: 12px;
    padding: 18px 10px;
    font-size: 12px;
}
.need_item_box img {
  width: 18px;
  height: 18px;
}
  h1.hero_head {
    font-size: 38px;
    line-height: 40px;
}
.hero_desc {
    font-size: 16px;
    line-height: 30px;
}
.image-group {
    flex-direction: column;
}

.info-badge {
    position: inherit;
}

.small-img {
    width: 100%;
    height: auto;
}

.info-badge {
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

p.info-text {
    padding: 0;
    text-align: center;
}

.feature-box h6 {
    font-size: 18px;
}

.feature-box {
    flex-direction: column;
}

.feature-box-content {
    padding-left: 0;
    text-align: center;
            padding-top: 10px;
}

.feature-box {
    padding: 26px;
}

.feature-box p {
    font-size: 13px;
}

h2.interaction_head {
    font-size: 24px;
            line-height: 36px;
}

.interaction_desc p {
    font-size: 14px;
}

h2.what_why_head {
           font-size: 26px;
        line-height: 30px;
        margin-bottom: 0;
}
.interaction_box {
    padding: 25px 25px 25px 25px;
}

.interaction_listbox h6 {
    font-size: 18px;
}

}







/*=============== Mobile Resposnive Css End Here ===============*/