/*About Us New page*/


body.about-new, .shopify-experts-new,.shopify-experts,.about, .contact-us-new, .contact-us{
    background: #FFFFFF;
}


.why_shopifplus.reason h2,.our-services-new.languagesec h2, .hmpg-choose h2,.hm-process h2,.our_client h2, section.success_stories.hmpg h2, .client_video h2, .hmpgwork h2,.about h1, .about h2, .about h3, .about h4, .about h5, .about h6,.about-new h1, .about-new h2, .about-new h3, .about-new h4, .about-new h5, .about-new h6, .testimonial h3, .our_partners h2{   
    font-weight: 500;
    color: inherit;
}
body.about-new p, body.about p{
/*    font-weight: 400;*/
    font-size: 16px;
    line-height: 23px;
}

.about-new .header, .about .header{
    background-color: #000;
}
.about-top{    
    padding: 170px 0px 50px;
}
.about-top::before{
    position: absolute;
    content:"";
    /*height: 341px;
    width: 364px;*/
    background-image: url("../images/about-right.png");
    top:130px;
    right: 0;
    z-index: 1;
}
.about-top h1 { 
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    margin: 0px 0 10px;
}

.abtbnr-inr {   
    margin: 0 auto;
    width: 65%;
    position: relative;
    z-index: 1;
}  

.abtbnr-inr p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 16px;
    display: block;
    font-weight: 400;
}
section.about-banner {
    padding: 0px;
    padding-bottom: 150px;
    background-color: #fff;
    text-align: center; 
}
.about-banner .container{ 
    position:relative;
     
}
.about-banner .container img{
    border-radius: 20px;  
}


.our_journey_left{
    width: 50%;
}
.our_journey_right{
    padding-left:80px;
    width: 44%; 
    color: #101E2A;
}

.tabs {
    display: flex;
    border-bottom: 2px solid #ccc;
}
.tab {
    padding: 10px 0px;
    margin-right: 30px;
    cursor: pointer;
    border: none; 
    transition: background 0.3s;
    background-color: transparent;
    position: relative;
    top: 1px;
    color: #9FA5AA;
    font-size: 20px;
    font-weight: bold;   
    border-bottom: 2px solid transparent;
}
.tab.active, .tab:hover {    
    color:#007BFF;
    border-bottom: 2px solid #007BFF;    
}

.tab-content {
    display: none; 
    min-height: 220px;
}
.tab-content.active {
    display: block;
}

.logo-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    justify-items: center;
    align-items: center;
    max-width: 100%;     
}
.our_partners_image_box{
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 100px;
    border-radius: 10px;

}
.logo-container img {   
    height: auto;
}

.why_choose_us_top{ display:flex; align-items:center; justify-content:space-between; margin-bottom:50px; }
.why_choose_us_top h2{  width: 34%; font-size: 38px; line-height: 40px; }
.why_choose_us_bottom{ display:flex; gap:2%; align-items:center; justify-content:space-between; margin-bottom:25px; }
.c_box{ background-color:#fff; color:#101E2A; border-radius:20px; overflow: hidden; display: flex; justify-content: center; align-items: center;
height: 374px;}
.c_box h3{ font-size:28px; font-weight:500; color: #000;} 
.c_box1, .c_box3{ width:25%;  padding:0 20px;}
.c_box1, .c_box3,.c_box4{border: 1px solid #99CEFF;}
.c_box2{width:45.4%;}
.c_box4{padding:0 20px;}
.c_box4, .c_box5{ width:47%; }
.c_box2 img, .c_box5 img{ max-width:fit-content; }
.c_box_icon{display: flex;border-radius: 50%;background-color: #F4F4F4;height: 60px; width: 60px; align-items: center; justify-content: center;}
.c_box_inner{ padding-left:15px; }
.c_box_inner p { color: #101E2A; font-weight: 400; /*font-size: 15px;*/}

.stories_inner{
    display: flex;
    gap: 4%;    
    align-items: normal;
    max-width: 100%;
    position: relative;
    z-index: 1;
}
section.success_stories::before {
    background-image: url(../images/story_left.png);
    position: absolute;
    left: 0;
    bottom: 15%;
    content: "";
    width: 163px;
    height: 249px;
}
section.success_stories::after {
    background-image: url(../images/story_right.png);
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 567px;
    height: 532px;
}
.story_block {
    display: flex;
    width: 48%;   
    overflow: hidden;
}
.story_block_left {
    display: inline-block;
    width: 40%;
    padding: 20px;
    position: relative;
}
.story_block_left a{
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

.story_block_right {
    display: inline-block; 
    width: 55%;
}
.story_block_right_top{    
    overflow: hidden;
}
.story_block_right_bottom {
    background-color: #CCE6FF;
    padding: 32px;
    display: flex;
    gap: 20px;
}
.story_block_right_bottom_box p {
    margin: 0;
    line-height: 22px;
}
.story_per{
    font-size: 26px!important; 
    font-weight: bold!important; 
    margin-bottom: 20px!important;
}
.story_block_right_bottom_box:first-child{
    border-right: 1px solid #101E2A;
}
.story_block_right img {
    max-width: 100%;
        width: 100%;
}

.carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonial {
    flex: 0 0 27.5%; /* Show 3 testimonials at a time */
    padding: 30px 30px 70px;
    background: white;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);   
    border: 1px solid #D9D2DD;
    position: relative;
}

.testimonial_top {
    display: flex;
    gap: 20px;
    justify-content: left;
    align-items: center;
    margin-bottom: 30px;
}
.testimonial_top img{
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

.btm_align{
    position: absolute;
    bottom: 10px;
    left: 30px;
}

.bullets {
    margin-top: 15px;
}

.bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #CFD2D4; 
    border-radius: 50%;
    cursor: pointer;
}

.bullet.active {
    background: #0084FE;
    width: 30px;
    border-radius: 10px;
        height: 6px;
}

.homepagebanner.herobnr{
    padding-top: 120px;
}

.teamcounter {
    display: flex;
    justify-content: center;   
    align-items: center;
    width: 60%;
    margin: 48px auto -26px;
    padding: 27px 100px;   
    gap: 2%;   
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
}

.teambx {
    border-right: 1px solid #66B5FE;
    padding: 15px 25px;     
}
.teambx:last-child{ border-right: none;}

.team-dt span {
    display: block;
    text-align: center;
    font-size: 16px;
}
.team-dt span.teamnumbr{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px
}

.tming-bx {
    background-color: #fff;
    padding: 20px;
    border-radius: 50px;
}
.tming-bx {
    background-color: #fff;
    padding: 9px 9px;
    border-radius: 50px;
    line-height: 9px;
}


.tmdtouter {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding-top: 5px;
}
.teamwr-inr {
    text-align: center;
   
}
.teammembr-container {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    align-items: center;
    justify-content: center;
}

.team-membrbx {
    width: 22%;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 2px 6px rgba(113, 113, 113, 0.5);
    position: relative;
    margin-bottom: 50px;
}

.team-membrbx img{ width:100%; }


.team-membrbx span {
    display: block;
    text-align: left;
    padding: 0px 10px;
    color: #411D57;
    font-size: 16px;
    line-height: 24px;
}
.dtbx {
    padding: 10px 4px;
}
span.member-name {
    font-weight: 600;
}
span.member-name {
    line-height: 20px;
    font-size: 16px;
}
.tmdtouter {
    position: absolute;
    bottom: 20px;
    background-color: #fff;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0px 14px;
    border-radius: 10px;
}

.gallery-inner {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;   
    align-items: center;
    justify-content: center;   
}
.imgbx1,.imgbx2,.imgbx3,.imgbx4 {
    width: 24%;
}

.gallery-inner img {
    margin-bottom: 12px;
}

.teamwr-inr h3 {
    padding-bottom: 50px;
    font-weight: 500;
}

/*End of About Us New page*/

/*Start Home Page New*/
.hmpg .btm_align {
    position: unset;
    text-align: left;
}
.hmpg .testimonial_top {
    position: absolute;
    bottom: -10px;
}
.hmpg .testimonial{
padding:8px 23px 105px;
text-align: left;
}
section.success_stories.hmpg::before, section.success_stories.hmpg::after{
    display:none;
}
section.success_stories.hmpg h2{
color: inherit;
}
.bordrbx{
     border: 1px solid #99CEFF;   
}
.hmpg .stories_inner{
    gap: 3%;    
}
.hmpg .btn_light, .story_block_left .btn_light{
    border: 1px solid #101E2A;
}
.hmpg .story_block_left a{
     bottom: 15px;
    left: 40%;   
}
body .hmpg, body .footer_subscribe, body.homepage{
    background: #FFFFFF;
}
.hmpg .teamcounter{
 position:relative;
}
.hmpg .team-dt span.teamnumbr{
    font-weight: 500;
    text-align: center;
    margin-bottom: 8px;
    padding: 25px 0px 10px;
    width: 51%;
    margin: 0 auto;
    line-height: 39px;
}
.hmpg .team-dt{
    margin-top: 50px;
}
.our-services-new::before{
    background-image: url(../images/story_left.png);
    position: absolute;
    left: 0;
    bottom: 15%;
    content: "";
    width: 163px;
    height: 249px;
}
.our-services-new::after {
    background-image: url(../images/story_right.png);
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 567px;
    height: 532px;
        z-index: -1;
}
.our-services-new .service-box {
    background-color: #1A3147;
    border: 0;
    width: 23%;
    text-align: left;
    position: relative;
    margin: 10px 7px;
    min-height: 390px;
}
.our-services-new .service-box .box div[class*="image-sp-"]{
    margin: 0;    
}
.our-services-new .services-wr{
     position: relative;
    z-index: 1;   
}
.our-services-new .service-box h4{
 justify-content: left;   
}
.hero-bannerinr,.container-bx{
    max-width: 100%;
    padding: 82px 27px 0px;
    margin: 0 auto;
    border-radius: 40px;
}
.bannerbx {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
        margin: 0 auto;
    text-align: center;
}
.banrdt {
    position: absolute;
    bottom: 90px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    width: 59%;
}
.banrdt h1 {
    font-weight: 500;
    font-size: 54px;
    line-height: 60px;
}
.btnbx {
    display: inline-flex;
    gap: 0px 25px;
}
.r_box {
    width: 39%;
    color: #000;
}
.reviewbx-inr {
    gap: 22%;
    justify-content: space-between;
/*    padding: 0px 30px;*/
}
.r_box.r_box1 p {
    font-weight: 500;
    font-size: 25px;
    line-height: 34px;
    text-transform: capitalize;
}
section.reviewbx {
    padding: 20px 0 10px;
}
.hmpg .teamcounter {
    width: 85%;
    margin: 0px auto -26px;
    padding: 9px 91px;
    gap: 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 20px;
    overflow: hidden;
}
.hmpgwork .imgbx1, .hmpgwork .imgbx2, .hmpgwork .imgbx3, .hmpgwork .imgbx4 {
    width: 32%;
    position: relative;
    color: #fff;
    border-radius: 40px;
    overflow: hidden;
}
.topbx {
    position: absolute;
    top: 15px;
    left: 30px;
    width: 46%;
}
.hmpgwork .btm_align {
    font-weight: 600;
}
.hmpgwork .gallery-inner img {
    width: 100%;
}
.hmpgwork .gallery-inner img {
    margin-bottom: 0;
}

.hmpgwork .imgbx4 {
    margin: 0 auto;
    width: 98%;
}
.hmpgser h4{
    font-weight: 500;
}
.videoBox {
    height: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
}
.client_inner {
    gap: 20px;
    justify-content: center;
}
.videoBox video {
    width: 100%;
    border-radius: 40px;
}
.btnouter.btnvid {
    position: absolute;
    right: 29%;
    bottom: 52px;
}
.btnouter.btnvid span.play_video {
    color: #fff;
    z-index: 1;
    position: absolute;
    background-color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    bottom: -8px;
}
.play_video .icon {
    position: absolute;
    top: 50%;
    left: 14px;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: #000;
    transform: translateY(-50%);
}
.videoBox2{
 width:52%;
}
.videoBox1,.videoBox3{
    width: 22%;
}
.logo-container.logo-boxes{
display: flex;
padding: 10px 30px;
gap: 20px;
    width: 96%;
    margin: 0 auto;
}
.logo-boxes .our_partners_image_box{
    border: 1px solid #DBDDDF; 
}
.logo-boxes .our_partners_image_box{
display: flex !important;
box-shadow:none;
    margin: 0 10px;
}
.hmpg .teamcounter::before {
    background-image: url(../images/bluebgleft-big.png);
    position: absolute;
    left: -19px;
    bottom: 15%;
    content: "";
    width: 183px;
    height: 280px;
}
.hmpg .teamcounter::after {
    background-image: url(../images/bluebg-right.png);
    position: absolute;
    right: 0;
    top: 0;
    content: "";
        width: 399px;
    height: 375px;
}
.hvrimg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition:1s;
}
.services-wr.service-container {
    justify-content: center;
}
.services-wr.service-container .slick-track{
        padding-left: 0px;
}
.our-services-new.our-services {
    position:relative;
    padding: 75px 0px 170px;
    z-index: 111;
}
.our-services-new .slick-arrow {
    top: auto;
    bottom: -24%;
    background-color: #1A3147;
    padding: 9px 10px;
    border-radius: 52px;
    color: #fff;
}
.our-services-new .services-wr i.fa.fa-arrow-left.slick-arrow{
    left: 46%;
}
.our-services-new .services-wr i.fa.fa-arrow-right.slick-arrow {
    right: 46%;
}
.our-services-new .services-wr .slick-arrow{
    opacity: 1;
        font-size: 22px;   
}
.our-services-new .service-box h4{
     font-size: 23px;   
}
.btnouter.btnvid.btnvid2{
     right: 13%;   
}
.videoBox::after{
 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98.7%;
  content: '';
  background-image: radial-gradient(circle at 36% 48%, #001A33, rgba(11, 39, 65, 0.32) -6%, rgba(0, 0, 0, 0));
      border-radius: 40px;
}
.clint-dt p {
    margin: 0;
}
.clint-dt span {
    font-weight: 500;
}
.clint-dt {
    position: absolute;
    color: #fff;
    z-index: 11;
    bottom: 40px;
    left: 30px;
}

/*New Home Page css End*/
/*Start Expert Page Css */
.skyblue{
background-color: #E6F3FF;   
}
.exprtbaner .banner-content, .exprtbaner h1 {
    color: #001A33;
}
.exprtbaner h1 {
    font-weight: 500;
    margin-top: 0px;
}
.skyblue{
    position:relative;
}
/* .skyblue::before {
    background-image: url(../images/story_left.png) !important;
    position: absolute;
    left: 0;
    bottom: 42px;
    content: "";
    width: 103px;
    height: 156px;
    background: none;
    filter: none;
    top: auto;
    background-size: 77px 138px;
    background-repeat: no-repeat;
        border: none;
} */

.skyblue::after {
    background-image: url(../images/story_right.png);
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 567px;
    height: 532px;
    background-repeat: no-repeat;
}

.homepagebanner::after {
    background-image: url(../images/story_right.png);
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 567px;
    height: 532px;
    background-repeat: no-repeat;
}

.exprtbaner .banner-content, .exprtbaner h1 {
    color: #001A33;
}
span.subhead {
    display: block;
    font-weight: 600;
}
.exprtbaner .banner-content ul {
    list-style-type: disc;
    margin-bottom: 10px;
}

.dark_head{
     font-weight: 500;
    color: inherit;   
}
.country-box {
    border: 1px solid #DBDDDF;
    width: calc(100% / 5);
    border-radius: 10px;
    margin: 0 10px;
}
.country-boxes .box {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom:0px;
}
.country-boxes .box>img {
    width: 55px;
    margin-right: 15px;
}
.country-boxes .box>p {
    margin: 0;
    font-weight: 600;
}
.our-services-new h2 {
    font-weight: 500;
}
.shopifyplus-banner li, .shopifyplus-banner span, .shopifyplus-banner p, .shopifyplus-banner a, li {
    font-weight: 400;
}
.exprtbaner.bannerForm .banner-content {
    margin-top: 0px;
}
.contactnew .sucdes h4, .contactnew span.sucsrt{
 color:#001A33;   
}
.contactnew {
    padding: 70px 0px 50px;
}
.contact-content {
    justify-content:center;
    flex-wrap: wrap;
    gap: 0px 54px;
}
.form-wrapper iframe {
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
/*.contact-content>* {
    width: 40%;
}*/
.form-wrapper.formbx {
    position: relative;
}
/*.form-wrapper {
    width: 42%;
}*/
.contactjotform {
    position: relative;
}
.hedlogo.mob {
    display: none;
}
.hedlogo {
    display: flex;
}
.contactnew .sucdes {
    border-bottom: 1px solid #97CBFA;
    padding-bottom: 12px;
}
.contact-us-new .testimonial p, .contact-us .testimonial p{
    text-align: left;
}
.exprtbaner.bannerForm .banner-content {
    width: 46%;
        position: relative;
    z-index: 1;
}
.gallery-inner a {
    display: block;
}
.gallery-inner a, .hmpgwork .gallery-inner img{
   transition: ease all 1s;
}
.hmpgwork .gallery-inner a:hover img{
    transform: scale(1.2);
    transition: ease all 1s;
}
.teamcounter-outer.hmpg .btn_light {
    border: none;
}
/*End Expert Page*/

.carousel-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonial {
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 10px 18px 70px;
    text-align: center;
}

.bullets {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background-color: gray;
    border-radius: 50%;
    cursor: pointer;
}

.bullet.active {
    background-color: black;
}
.about-new .bullet.active, .about .bullet.active{
    background-color: #0084FE;
}
.hmbrand{
    padding-top:50px;
}
.skyblue-bx{
    padding: 50px 0px;
    border-radius: 40px;
}
.exprtbaner .skyblue-bx {
    align-items: baseline;
    justify-content: center;
}
    .exprtbaner .frame-jotform {
        padding-top: 0px;
    }
/*.exprtbaner .skyblue-bx{
padding:0px;
}*/
.exprtbaner .bannerForm .banner-slider {
    padding-top: 0px;
}
.exprtbaner.bannerForm .banner-slider {
    width: 40%;
    position: relative;
    z-index: 1;
}
.exprtbaner .skyblue-bx {
    padding: 20px 0px;
    border-radius: 40px;
    gap: 0px 54px;
}
.exprtbaner h1 {
    display: block;
    margin-top: 10px;
}
.exprtbaner li, .exprtbaner p{
          font-size: 18px;
            font-weight: 300;
    line-height: 28px;
        margin-bottom: 7px;  
}
.shopifyplus-banner li, .shopifyplus-banner span, .shopifyplus-banner p, .shopifyplus-banner a, p, li {
    font-weight: 300;
}
.videoBox1 .clint-dt, .videoBox3 .clint-dt{
    left: 24px;    
}
.hmpgwork .topbx span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
.hmpgwork .btm_align {
    font-size: 28px;
    line-height: 34px;
}
.logo-boxes .our_partners_image_box img{
 width:100%;
}
.hmbrand .logo-boxes .our_partners_image_box{
     margin: 0 8px;  
    height: 70px; 
    padding: 0px 25px;
}
.r_box.r_box2 span {
    font-weight: 500;
}
.topbx span {
    display: block;
}
.btn_light:hover{
 background-color: #101E2A;
 color: #ffffff;
 border-color:#101E2A;   
}
.hero-banner .btn_light:hover{
 background-color: #0084FE;
 color: #ffffff;
 border-color:#0084FE; 
}
.logo-container.logo-boxes{
     padding: 10px 0px;   
}
.banrdt .btn_blue {
    font-weight: 500;
}
.clint-dt span {
    font-size: 21px;
}
.r_box.r_box2 p {
    font-size: 17px;
    line-height: 29px;
}
.service-box .box div[class*="image-sp-"] {
    width: 46px;
    height: 39px;
}
.image-sp-8 {
    background: url(../images/home-sprite.png) -46px -86px;
}
.image-sp-4 {
    background: url(../images/home-sprite.png) -46px -45px;
}
.image-sp-6 {
    background: url(../images/home-sprite.png) -92px -43px;
}
.image-sp-7 {
    background: url(../images/home-sprite.png) -0 -85px;
}
.image-sp-3 {
    background: url(../images/home-sprite.png) -0 -43px;
}
.hmbrand h2 span{
font-weight:600;
}
.social.flex {
    gap: 14px;
}

.fa-arrow-right:before{
    content:url(../images/home/arrow-right.png) !important;
}
.fa-arrow-left:before {
    content:url(../images/home/arrow-left.png) !important;
  }
  .r_box img {
    width: 46%;
}
.story-slider-bx.slick-initialized .slick-slide{
    display: flex;
    margin-right:20px;
}
.story-slider-bx {
    z-index: 1;
}
.faq-section h2 { margin-bottom: 50px;
    margin-bottom: 50px;
    color: inherit;
    font-weight: 500;
} 
.faq-section.homepg .accordion { width: 70%; margin: 0 auto; }
.faq-section.homepg .accordion-item {padding: 15px; cursor: pointer; margin-bottom: 15px; border-radius: 10px;color: #101e2a;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #D9D2DD; }
.faq-section.homepg .accordion-item .accordion-header {   position: relative; padding-right: 35px; font-weight: 500; font-size: 20px; line-height: 28px;}
.faq-section.homepg .accordion-item .toggle-icon { position: absolute; right: 0; top: 0; display: flex; }
.faq-section.homepg .accordion-content {margin-top: 18px;display: none; font-weight: 300; border-top: 1px solid #000; margin-top: 20px; }
.faq-section.homepg .accordion-item .toggle-icon svg { width: 20px; height: 30px; fill: #000; transform: rotate(0deg); transition: transform 0.3s linear; }
.faq-section.homepg .accordion-item .accordion-header.active svg { transform: rotate(-180deg); transition: transform 0.3s linear; }
.accordion-content p {
    font-weight: 300;
}
.hm-process p {
    line-height: 28px;
    font-size: 18px;
}
.hmpg-choose .c_box{
    width: 33%;
    padding: 0 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
     border: 1px solid #D9D2DD;
    height: 300px;
    font-weight:300;
}
.why_choose_inr a{
   color:#0084FE; 
   font-weight:400;
}
.herobnr,#getstart{
padding-top: 100px;
}
.herobnr p {
    font-weight: 300;
    line-height: 28px;
        font-size: 18px;
}
.herobnr .btnbxtxt{
    display:flex;
    align-items:center;
}
.herobnr .teamcounter{
 margin: 0;
padding: 0;   
position: unset;
}
.herobnr .team-dt span.teamnumbr {
    font-size: 22px;
    margin-bottom: 4px;
}
.herobnr span.taemdesc {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
}
.exprtbaner.herobnr
 .skyblue-bx {
    align-items: baseline;
}
.herobnr .team-dt{
    border-left: 1px solid #101E2A;
    padding: 0px 7px;
}
.herobnr .team-dt:first-child{
    border-left:0;
}
.herobnr .jotform_box, .exprtbaner .jotform_box{
    margin-bottom: 15px;
}
.contactnew .contactjotform{
    margin-bottom: 10px;
}
.hmpg-choose h2 {
    width: 70%;
    margin: 0 auto 30px;
}
.hm-process .magento-migrate-box {
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #D9D2DD;
    display: block;
    padding: 5px 16px;
    transition: unset !important;
        cursor: unset;
}
.hm-process .box-content h4 {
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
}
.hm-process .magento-migrate-box div {
    opacity: 1;
}
.hm-process p {
    position: unset;
    opacity: 1;
}
.hm-process p {
    transition: unset;
}
.hm-process .magento-migrate-box::after{
 display:none;

}
.hm-process .magento-migrate-box:hover p {
    background: transparent;
    position: unset;
        width: 100%;
}
.hm-process .box-content h4{
    color: #101e2a;  
}
.hm-process .magento-migrate-box::after{
background-color: #fff;
}
.our-services-new .service-box p {
    font-size: 17px;
    line-height: 26px;

}
.hm-process .magento-migrate-box:hover p{
 text-align: left;   
}

.our-services-new .service-box {
    min-height: 460px;
}
.hm-process .magento-migrate-box .box-img {
    font-size: 45px;
    font-weight: 500;
    color: #CFD2D4;
}
.herobnr .btn_blue{
    padding: 17px 30px;  
/*    display: unset;  */
}

.info-contact, .exprtbaner.bannerForm.herobnr .banner-content, .exprtbaner.bannerForm .banner-content {
    width: 50%;
}
.form-wrapper, .exprtbaner.bannerForm.herobnr .banner-slider,.exprtbaner.bannerForm .banner-slider {
    width: 45%;
    padding-top: 14px;
}
.herobnr .teamcounter{
 width: 65%;
     justify-content: right;   
}
.exprtbaner.herobn .skyblue-bx {
    padding: 0px;
}

.herobnr .jotform-heading-img h2, .exprtbaner .jotform-heading-img h2{
    font-weight:500;
    line-height: 33px;
    margin-bottom: 10px;
}
.herobtn .btn_blue:hover{
    background-color: #101E2A;
    color: #fff;
}
a.linkbx {
    color: #0084FE;
        text-decoration: underline;
}
a.selinkbx {
    display: inline-block;
    position: unset;
    text-decoration: underline;
}
.client_video p {
    text-align: center;
    display: block;
}
.herobnr .banner-slider img, .exprtbaner .banner-slider img, .contactnew .form-wrapper img{
width: 85%;
    margin: 0 auto;
    display: block;    
}
.hm-process .magento-migrate-box p{
 width:100%;
}
.hm-process .magento-migrate-box {
    width: 29.3%;
    padding: 3px 21px;
}
.our-services-new.languagesec .service-box {
    min-height: auto;
    background-color: transparent;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #D9D2DD;
    color: #000;
}
.our-services-new.languagesec::before, .our-services-new.languagesec::after{
 display:none;
}
.our-services-new.languagesec .service-box h4 {
        color: inherit;
}
.our-services-new.languagesec .service-box p {
    margin-top: 8px;
}
.reason path{
    stroke: #000;
}
.our-services-new.languagesec{
    padding: 50px 0px 30px;
}
.reason-bx{
 gap: 0px 60px;   
}
.reason{
    text-align: center;
}
.reason .sp_section_right ul li {
    text-align: left;
}
.our-services-new.languagesec .service-box>.box {
    padding: 10px 20px;
}
.exprtbaner#getstart .skyblue-bx{
    align-items: start;
}
.exprtbaner .frame-jotform iframe {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.contact-content .formbx>img{
    height: auto;    
}
/*Start Responsive Css*/

@media(min-width:648px){
    .our_partners h2{
        text-align: center;
    }
}

@media (max-width:1920px) and (min-width:1600px) {
    .hmbrand .logo-boxes .our_partners_image_box{ 
         height: 100px; 
}
.exprtbaner.bannerForm .banner-content {
    margin-top: 16px;
            width: 50%;

}
.sucdes h4 {
    line-height: 28px;
}
span.sucsrt {
    font-size: 18px;
    line-height: 24px;
}
.form-wrapper {
    width: 39%;
}
.exprtbaner li, .exprtbaner span, .exprtbaner p {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 9px;
}
h2 {
    font-size: 52px;
    line-height: 58px;
}
.videoBox2 .btnouter.btnvid{
bottom: 63px;
}
.btnouter.btnvid{
    right: 23%;    
}
.hmpgwork .topbx span {
    font-size: 24px;
    line-height: 30px;
}
.hmpgwork .btm_align {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
}
.banrdt h1 {
    font-size: 74px;
    line-height: 84px;
}
.r_box.r_box1 p {
    font-size: 28px;
    line-height: 40px;;
}
.clint-dt span {
    font-size: 22px;
}
.clint-dt p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
.our-services-new .services-wr i.fa.fa-arrow-left.slick-arrow {
    left: 46.5%;
}
.our-services-new .services-wr i.fa.fa-arrow-right.slick-arrow {
    right: 46.5%;
}
.story_block_left p{
            font-size: 16px;
    line-height: 26px;
}
.hmpg .teamcounter {
    width: 87%;
}
.hm-process .magento-migrate-box .box-img {
    font-size: 70px;
}
.hmpg-choose .c_box_inner p{
font-size: 18px;    
}
/*.exprtbaner.bannerForm.herobnr .banner-content {
    width: 55%;
    }*/
    .herobnr .team-dt span.teamnumbr {
    font-size: 24px;
    margin-bottom:3px;
}
.herobnr span.taemdesc {
    font-size: 14px;
    line-height: 16px;
}
/*.exprtbaner.herobnr .skyblue-bx{
    gap: 0px 67px;
}*/
}


@media(max-width:1366px){
   
  .banrdt h1 {
    font-size: 48px;
    line-height: 52px;
    }  
    .r_box {
        width: 45%;
    }
    .reviewbx-inr {
        gap: 0px 70px;
    }
    .our-services-new::after{
         width: 400px;   
    }
    .our-services-new .service-box h4 {
        font-size: 20px;
        line-height: 26px;
    }
        .story_block_left p{
        font-size: 15px;
        line-height: 22px;
    }
    .service-box h4{
        margin: 11px 0 10px;   
            min-height: 36px; 
    }
    
    /*Shopify Expert Page*/
    .exprtbaner.banner-section { 
    margin: 0px 0 0;
}
/*About Us Page*/
.our_journey_right {
    width: 41%;
}
.aboutpg .logo-container{
    gap: 14px;
    max-width: 100%;
}
.aboutpg .our_partners_image_box{
    width: 212px;    
}
}
@media(max-width:1200px){
      
.hero-bannerinr,.container-bx {
    max-width: 94%;
    width: 94% !important;
}
}
@media(max-width:1199px){
    .banrdt h1 {
        font-size: 42px;
        line-height: 48px;
    }
    .reviewbx-inr {
        gap: 0px 25px;
    }
        .r_box {
        width: 48%;
    }
    .r_box.r_box2 span {
    font-size: 14px;
    }
    .team-dt span.teamnumbr {
        font-size: 26px;
        line-height: 32px;
    }
    .our-services-new::after {
        width: 350px;
    }
        .our-services-new .service-box h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .our-services-new .services-wr i.fa.fa-arrow-left.slick-arrow {
    left: 45%;
    }
    .our-services-new .services-wr i.fa.fa-arrow-right.slick-arrow {
        right: 45%;
    }
        .our-services-new .service-box {
        min-height: auto;
    }
    .our-services-new .slick-arrow{
      bottom: -32%;  
    }
    .videoBox1, .videoBox3 {
    width: 21%;
    }
    .videoBox2 {
        width: 49%;
    }
    .btnouter.btnvid span.play_video{
          width: 42px;
        height: 42px;  
    }
    .play_video .icon{
     left: 12px;
     width: 20px;
    height: 20px;   
    }
    .hmpg .story_block_left a {
        left: 50%;
    }
   
    /*Expert Page*/
    .shopify-experts-new .bannerForm .banner-slider {
        width: 50% !important;
    }
    .exprtbaner .banner-content, .exprtbaner h1 {
    font-size: 32px;
    line-height: 38px;
}
    .exprtbaner.banner-section {
        margin: 80px 0 0;
    }
    span.subhead {
    font-size: 16px;
    line-height: 24px;
}
.aboutpg .our_partners_image_box {
    width: 150px;
    height: 80px;
}
.about-new h2, .about h2{
position: relative;
    z-index: 1;    
}
.abtgalry .imgbx1, .abtgalry .imgbx2, .abtgalry .imgbx3, .abtgalry .imgbx4 {
    width: 23%;
}
.story_block_right{
    width: 56%;    
}
.story_block_right img {
    max-width: none;
    width: 100%;
}
.herobnr .btnbxtxt{
    display:block;
    margin-top: 20px;
}

.hmpg-choose .c_box{
     height: 253px;   
}
.hmpg-choose .c_box h3{
font-size: 24px;
line-height: 30px;
margin-top: 0px;    
}
.herobnr .btn_blue {
    padding: 9px 27px;
    }
    .hm-process .magento-migrate-box {
    width: 28.3%;
}
.contact-content {
    gap: 0px 34px;
}
}
@media(max-width:1023px){
       
    .banrdt h1 {
        font-size: 36px;
        line-height: 42px;
    }
    .r_box.r_box2 span {
        font-size: 14px;
        display: block;
        margin-top: 10px;
    }
    .shopifyplus-banner li, .shopifyplus-banner span, .shopifyplus-banner p, .shopifyplus-banner a, p, li {
        font-size: 14px;
        line-height: 22px;
    }
   
    .testimonial h3{
        font-size: 22px;    
    }
    .exprtbaner.bannerForm .banner-content {
    width: 100%;
}
    .exprtbaner.bannerForm .banner-slider {
        width: 60% !important;
    }
    .hedlogo.mob{
    justify-content: center;   
    }
    .skyblue::after,.skyblue::before, .homepagebanner::after{
        display:none;
    }
    .exprtbaner.bannerForm .banner-content {
    width: 100%;
    margin-top: 15px;
}
.exprtbaner.banner-section .banner-content>img {
    margin-bottom: 20px;
    width: 30%;
}
.exprtbaner .banner-content ul {
    padding-left: 20px;
}
.contactnew .info-contact {
    padding-left: 0px;
}
.contactnew .form-wrapper {
    width: 55%;
}
.testimonial {
    margin: 15px 4px 15px !important;
    padding: 10px 20px 70px !important;
}
.info-contact.text-center {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}
.successintro-bx {
    width: 44%;
    padding: 0px 25px;
}
    .contact-content {
        gap: 20px;
        padding: 0px 10px;
    }
    .testimonial {
        margin: 15px 4px 15px !important;
        padding: 10px 20px 70px !important;
    }
     .successintro-bx {
        width: 45%;
        padding: 0px;
    }
    .exprtbaner .banner-content {
    padding: 0px 40px;
}
.clint-dt{
     left: 14px;   
}
.videoBox1 .clint-dt, .videoBox3 .clint-dt {
    left: 10px;
}
.c_box2 {
    width: 37.4%;
}
.c_box_inner {
    padding-left: 5px;
}
.about-top h1 {
    font-size: 30px;
    line-height: 39px;
}
.abtbnr-inr{
     width: 74%;   
}
.teamcounter{
    width: 68%;    
}
.tab{
    margin-right: 25px;
    font-size: 18px;

}
.c_box h3 {
    font-size: 20px;
}
body.about-new p, body.about p{
    font-size: 15px;
}
.why_choose_us_top{
    margin-bottom: 20px;    
}
.herobnr .teamcounter{
justify-content: left;    
}
.herobnr .btnbxtxt {
    display: flex;
}

.exprtbaner.bannerForm.herobnr .banner-content {
    width: 100%;
}
.herobnr .jotform-heading-img h2, .exprtbaner .jotform-heading-img h2 {
    line-height: 39px;
}
.logo-boxes .our_partners_image_box img {
    width: 68%;
}
}
@media(max-width:979px){
    .banrdt h1 {
        margin-bottom: 26px;
    }
       .hero-bannerinr,.container-bx {
        padding: 96px 0px 0px;
    }
    .banrdt{
        bottom: 57px;  
        width: 72%;  
    }
    .hmpgwork .imgbx1, .hmpgwork .imgbx2, .hmpgwork .imgbx3{
            width: 30%;
    }
     .hmpgwork .imgbx4 {
         width: 98%;  
     }
    .topbx {
    top: 5px;
    left: 21px;
    width: 92%;
}
.our-services-new::after {
    width: 260px;
}
.videoBox1, .videoBox3 {
    width: 24%;
}
.videoBox2 {
    width: 49%;
}
.btnouter.btnvid.btnvid2 {
    right: 16%;
}
    .btnouter.btnvid {
        right: 23%;
    }
    .videoBox1 .clint-dt, .videoBox3 .clint-dt {
    left: 21px;
    }
.hmpg .stories_inner {
    display: block;
    width: 100%;
}
.hmpg .stories_inner {
width: 90%;
}
.client_inner {
    gap: 9px;
}
.btnouter.btnvid span.play_video {
        width: 35px;
        height: 35px;
}
.play_video .icon {
    left: 8px;
}
.story_block{
     width: 100%;   
}
.hmpg .stories_inner {
    width: 90%;
    margin: 0 auto 10px;
    text-align: center;
}
.shopifyplus-banner li, .shopifyplus-banner span, .shopifyplus-banner p, .shopifyplus-banner a, p, li {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}
.bordrbx {
    margin-bottom: 20px;
}
.clint-dt p{
 font-size: 14px;
line-height: 26px;   
}
.hmpg .story_block_left a {
    left: 35%;
}
.hmpg .teamcounter::after{
    width: 300px;
    height: 320px;    
}
.hmpg .teamcounter::before{
width: 140px;    
}
.btm_align{
 left: 16px;   
}
.topbx {
left: 16px;
}

.our-services-new .slick-arrow {
        bottom: -23%;
    }

.hmpg .teamcounter {
    width: 68%;
}
.our-services-new::after,.our-services-new::before{
    display:none;
}
.logo-container.logo-boxes {
    width: 90%;
}
.exprtbaner.banner-section {
    margin: 0;
}
    .exprtbaner .frame-jotform {
        padding-top: 0px;
    }
        .exprtbaner .jotform-heading-img {
        margin-bottom: -1px !important;
    }
.exprtbaner .jotform-heading-img {
        padding: 35px 30px 1px;
    }
.exprtbaner.bannerForm .banner-slider {
        width: 80% !important;
    }
       
    .info-contact.text-center {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}
.successintro-bx {
    width: 45%;
    padding: 0px 17px;
}
.contactnew .form-wrapper.formbx {
        width: 65%;
    }
    .contact-content{
     justify-content: center;
         gap: 30px;   
    }
        .contactnew .form-wrapper.formbx {
        width: 73%;
    }
    .testimonial .carousel-container{
        border-left: 1px solid #D9D2DD;
    }
    .carousel-container .testimonial {
        margin: 15px 0px 15px !important;
    }
    .homon  .carousel-container .testimonial {
         padding: 10px 20px 80px !important;
     }
         .about-top h1 {
        font-size: 24px;
        line-height: 33px;
    }
    .why_choose_us_top h2 {
        width: 55%;
        font-size: 26px;
        line-height: 36px;
    }
body.about-new p,body.about p{
    font-size: 14px;
    line-height: 22px;
}
.story_block {
    margin-bottom: 10px;
}
.abtbnr-inr {
        width: 85%;
    }

.our_journey_right {
    padding-left: 38px;
}
.our_journey_inner h2 {
    font-size: 32px;
    line-height: 38px;
}
.tab {
    font-size: 16px;
    margin-right: 15px;
}
.logo-container {
    grid-template-columns: repeat(3, 1fr);
}
.aboutpg .our_partners_image_box {
        width: 200px;
    }
    .c_box1, .c_box3 {
    width: 28%;
    padding: 0 7px;
}
span.c_box_icon {
    float: left;
    margin-right: 25px;
}
.c_box_inner p {
    float: left;
    width: 100%;
    margin-top: 15px;
}
    .c_box h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .team-membrbx{
        width: 29%; 
        margin-bottom: 30px;  
    }
    .team-membrbx span{
    font-size: 14px;
    line-height: 20px;
    padding: 0px 4px;

    }
    .dtbx {
    padding: 5px 4px;
}
.story_block_right img {
    max-width: 100%;
    width: 100%;
}
.story_block_right {
    width: 55%;
}
.abtbnr-inr p{
    text-align:center;
}
    .our-services-new .services-wr i.fa.fa-arrow-left.slick-arrow {
        left: 42%;
    }
    .hmpgwork .topbx span {
    font-size: 20px;
    line-height: 26px;
}
.hmpgwork .btm_align {
    font-size: 26px;
    line-height: 32px;
}
.hmpg-choose h2 {
    width: 100%;
}
    .hmpg-choose .c_box {
        height: 360px;
    }
.hmpg-choose .c_box h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .herobnr .btn_blue {
    padding: 15px 22px;
}
.herobnr .btn_blue{
margin-bottom:0px;
}
.exprtbaner.bannerForm.herobnr .banner-content {
    width: 100%;
}
.herobnr .jotform-heading-img h2 {
    line-height: 34px;
    font-size: 28px;
}
.hm-process .magento-migrate-box {
    width: 43%;
}

    .herobnr .btn_blue {
        padding: 11px 21px;
    }
    .our-services-new .service-box{
         width: 45%;   
    }
    .why_shopifplus.reason>.container>* {
        width: 100%;
    }
    .why_shopifplus.reason .sp_section_left {
    width: 100%;
    }
    .why_shopifplus.reason .sp_section_right {
    width: 100%;
}
#getstart .btn_blue{
padding: 10px 23px;
    }
}
@media (max-width: 769px) {
    .testimonial {
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
        border: 1px solid #D9D2DD !important;
    }
}

@media(max-width:767px){

.faq-section.homepg .accordion-item .accordion-header {
    font-size: 16px;
    line-height: 22px;
}
    .faq-section.homepg .accordion { width: 100%; }
    .faq-section.homepg h3 { margin-bottom: 30px; }
.banrdt h1 {
    font-size: 28px;
    line-height: 32px;
}
.banrdt {
    bottom: 20px;
    width: 80%;
}
.reviewbx-inr {
    gap: 0px;
}
.r_box {
    width: 88%;
}
.r_box.r_box1 p{
    font-weight: 500;
    margin-top: 0px;
}
.hmpg .team-dt span.teamnumbr{
    width: 100%;    
}
.hmpg .teamcounter::after {
    width: 200px;
    height: 310px;
}
.hmpg .teamcounter::before {
    width: 99px;
}
.topbx span {
    font-size: 14px;
    line-height: 20px;
    display: block;
}
.our-services-new::after {
    width: 178px;
    background-size: 275px;
    background-repeat: no-repeat;
}
.our-services-new .slick-arrow {
    bottom: -20%;
}
.our-services-new .services-wr i.fa.fa-arrow-right.slick-arrow {
    right: 42%;
}
.our-services-new .services-wr i.fa.fa-arrow-left.slick-arrow {
    left: 42%;
}
.videoBox1, .videoBox3 {
    width: 70%;
}
.videoBox2 {
    width: 70%;
}
.hmpg .story_block_left a {
    left: 40%;
}
.hmpg .story_block_left a {
    bottom: 9px;
}

section.success_stories.hmpg h2 {
    margin-top: 0px;
}
.banrdt h1 {
    margin-bottom: 10px;
}
.hmpg .teamcounter {
    width: 60%;
}

    .exprtbaner.bannerForm .banner-slider {
        width: 93% !important;
    }
    .country-boxes .box{
     margin-bottom: 8px;   
    }
    .info-contact.text-center {
        display: block;
       }
    .successintro-bx {
        width: 90%;
    }
    .contact-content {
        gap: 0px;
    }
    .info-contact.text-center {
        width: 90%;
    }
    .btnouter.btnvid.btnvid2 {
        right: 14%;
    }
    .team-dt span.teamnumbr {
        font-size: 20px;
        line-height: 30px;
    }
    .teambx{
     padding: 4px 17px;   
    }
    .team-dt span.teamnumbr {
    margin-bottom: 0px;
 }
 section.about-banner {
    padding-bottom: 80px;
}
.teamcounter {
        width: 59%;
    }
        .aboutpg .our_partners_image_box {
        width: 175px;
    }
    .c_box img {
    width: 100%;
}
.story_block_right_bottom_box p{
    font-size: 13px !important;
    line-height: 19px !important;
}
p.story_per {
    font-size: 20px !important;
}
    .hmpg-choose .c_box {
        height: 327px;
    }
    .herobtn .btn_blue {
    font-size: 15px;
    }
        .shopify-partner.bannerForm .banner-slider>img {
        margin: 0px auto 6px;
    }
        .exprtbaner.herobnr .banner-content {
        padding: 0px 27px;
    }
        .hmpg-choose .c_box {
        height: 374px;
    }
        .hm-process .magento-migrate-box {
        width: 41%;
    }
    .wordpress-points.shopifyexlist{
        gap: 0px 16px;
    }
    .contactpage {
        padding-top: 70px;
    }
}
@media(max-width:649px){
.carousel-container .testimonial {
padding: 10px 20px 36px !important;
}
.hero-bannerinr,.container-bx {
    padding: 110px 27px 0px;
}

.banrdt{
 position: unset;
color: #101e2a;   
}
.banrdt h1 {
    margin-bottom: 20px;
    color: #101e2a;
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
}
.bannerbx .btn_light{
 background-color: #101E2A;
padding: 8px 20px;
color: #ffffff;
border-radius: 50px;
float: right;
transition: all .5s;
border: 1px solid #101E2A;   
}
.bannerbx{
    border-radius: 0;    
}
    .bannerbx img {
        border-radius: 0px;
    }
.hero-bannerinr,.container-bx{
    max-width: 85%;
    width: 85% !important;
}
.logo-container.logo-boxes {
    width: 80%;
}
.banrdt {
    width: 90%;
}
.hmpg .teamcounter {
    width: 43%;
    position: unset;
}
    .team-dt span.teamnumbr {
        font-size: 16px;
        line-height: 26px;
    }
.hmpg .team-dt {
    margin-top: 30px;
}
.hmpgwork .imgbx1, .hmpgwork .imgbx2, .hmpgwork .imgbx3 {
    width: 80%;
    margin: 0 auto 20px;
}
.imgbx4 {
    display: none;
}
.hmpg .story_block_left a {
    left: 53%;
}

.exprtbaner.banner-section .banner-content>img {
    width: 50%;
}
.exprtbaner .jotform_box {
    width: 96%;
}

.shopify-experts-new .client_video h2.mb-50, .shopify-experts .client_video h2.mb-50 {
    margin-bottom: 0px;
}
.contactnew .form-wrapper.formbx {
        width: 96%;
    }
        .successintro-bx {
        width: 100%;
        padding: 0px;
    }
    .our-services-new .slick-arrow {
        bottom: -9%;
    }
        .our-services-new .services-wr i.fa.fa-arrow-right.slick-arrow {
        right: 40%;
    }
    .our-services-new .services-wr i.fa.fa-arrow-left.slick-arrow {
        left: 40%;
    }
       .our-services-new.our-services {
        padding: 35px 0px 53px !important;
    }
    .skyblue-bx {
    padding: 50px 0px 0px;
}
.sucinbx {
    margin-bottom: 20px;
}
.contactnew {
    padding: 80px 0px 0px;
}
/*.exprtbaner .skyblue-bx {
    padding: 50px 0px 0px;
}*/
.exprtbaner{
    background-color: #E6F3FF;
}
.exprtbaner .banner-content {
    padding: 0px;
}
.container-bx {
        padding: 0px 27px 0px;
}
.contactpage {
    background-color: #E6F3FF;
}
/*.exprtbaner.bannerForm .banner-content {
    margin-top: 110px;
}*/
.contact-content {
    padding: 0px;
}
.info-contact.text-center,.contactnew .form-wrapper.formbx {
        width: 100%;
    }
    
.r_box {
    width: 100%;
    padding: 0px 10px;
}
.teamcounter{
 position: unset;   
}
.aboutpg .logo-container {
    grid-template-columns: repeat(2, 1fr);
}
.our_journey_inner, .why_choose_us_bottom{
    display: block;
}
.our_journey_left {
    width: 94%;
    margin: 0 auto;
}
.our_journey_right {
    padding-left: 0px;
    width: 94%;
    margin: 0 auto;
}
.c_box {
    height: auto;
    padding: 10px;
}
.tab {
margin-right: 30px;
}
.why_choose_us_top h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}
.c_box, .c_box1, .c_box3,.c_box4, .c_box5 {
    width: 90%;
    margin: 0 auto;
}
.about-top h1 {
    font-size: 22px;
    line-height: 28px;
}
.abtbnr-inr {
    width: 98%;
}
.about-top {
        padding: 150px 0px 30px !important;
    }
.team-dt span {
    font-size: 14px;
    line-height: 20px;
}
.teamcounter{
     margin: 34px auto -26px;
    padding: 13px 93px;
        gap: 1%;   
}
section.about-banner {
    padding-bottom: 30px;
}
.our_journey_inner h2 {
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}
.tab-content {
    min-height: auto;
}

.why_choose_us_top {
display: block;
text-align: center;
margin: 0 auto;
float: none;
display:block;
}
.why_choose_us_top .btn_black {
    display: inline-block;
    margin:0 auto 20px;
    float: none;
}
.why_choose_us_bottom {
    margin-top: 10px;
}
.why_choose_us_bottom{
    margin-bottom: 10px;    
}
section.success_stories::before, section.success_stories::after{
    display:none;
}
.abtgalry .imgbx1, .abtgalry .imgbx2, .abtgalry .imgbx3, .abtgalry .imgbx4 {
        width: 45%;
}
.abtgalry .imgbx3, .abtgalry .imgbx4 {
    display: inline-block;
}
.our_client .carousel-container.mt-50 {
    margin-top: 20px;
}
.team-membrbx {
    width: 48%;
}
.tmdtouter{
 margin: 0px 11px;   
}
.team-wr{
    padding-bottom: 10px;
}
.about-new .our_client.light_bg.mb-20,  .about .our_client.light_bg.mb-20{
    padding-top: 25px;
    padding-bottom: 0px;
}
    .about-new section, .about section{
        padding: 20px 0;
    }
    
.about-new .gallery-inner, .about .gallery-inner{
    margin-top: 23px;
}
.story_block_left p {
        font-size: 13px;
    line-height: 17px;
}
.exprtbaner.bannerForm.herobnr .banner-content {
        margin-top: 0px;
}
    .bigcommerce-service.hm-process .magento-migrate-box {
    min-height: 80px;
}
.hmpg-choose .c_box {
    height: unset;
}
.hmpg-choose .c_box {
    width: 80%;
    height: unset;
    padding: 20px;
    margin-bottom:20px;
    text-align: center;
    }
    .hmpg-choose .c_box_icon{
         margin: 0 auto;   
    }
    .herobnr .btn_blue {
        font-size: 16px;
    }
    .hmpg-choose .c_box h3 {
        margin-top: 15px;
    }
    .herobnr .btnbxtxt {
        display: block;
    }
        .herobnr .btn_blue {
        font-size: 16px;
        display: inline-block;
        padding: 5px 24px;
        margin-bottom: 30px;
    }
.herobnr .teamcounter {
    width: 100%;
    margin-top: 10px;
}
.hm-process .magento-migrate-box {
        width: 100%;
    }
        .exprtbaner.herobnr .banner-content {
        padding: 0px 10px;
    }
    .service-box>.box {
        padding: 22px !important;
    }
        .our-services-new .service-box {
        width: 80%;
    }
    .our-services-new.our-services.languagesec{
        padding: 35px 0px 0px !important;
    }
}
@media(max-width:479px){


    .hero-bannerinr,.container-bx {
    padding: 120px 27px 0px;
}
.bannerbx img {
        border-radius: 0px;
}
.banrdt {
    width: 100%;
}
.banrdt h1{
 font-size: 22px;
line-height: 25px;   
}
.btnbx {
    gap: 0px 6px;
}

.bannerbx .btn_light{
padding: 8px 6px;    
}

.logo-container.logo-boxes{
     padding: 10px 0px;   
}
section {
    padding: 25px 0 !Important;
}
.hmpg .teamcounter {
width: 85%;
padding: 9px 10px;
margin: 0px auto;
}
.hmpg .team-dt span.teamnumbr{
    padding: 16px 0px 0px;
        line-height: 30px;    
}
.hmpg .btn_box.mb-50.mt-20 {
    margin-bottom: 24px;
}
.gallery-inner.mt-50.mb-20 {
    margin-top: 20px;
}
.gallery-inner .btn_box.mb-50.mt-50 {
    margin-top: 20px;
}
.gallery-inner .btn_box.mb-50.mt-50 {
    margin-top: 20px;
    margin-bottom: 25px;
}
.hmpgwork .imgbx1, .hmpgwork .imgbx2, .hmpgwork .imgbx3 {
width: 89%;
}
.topbx {
top: 12px;
}
.videoBox1, .videoBox3, .videoBox2{
    width: 85%;
}
.clint-dt{
     bottom: 43px;   
}
.success_stories h2 {
    margin-bottom: 35px;
}
.story_block {
    display: block;
}
.story_block_left,.story_block_right{
width: 86%;    
}
.hmpg .story_block_left a,.story_block_left a {
    position: unset;
    margin: 0 auto;
    transform: unset;
}
.story_block_right_bottom{
    padding: 20px;    
}
.shopifyplus-banner li, .shopifyplus-banner span, .shopifyplus-banner p, .shopifyplus-banner a{
        font-size: 14px;
}
.story_block_right_bottom_box p {
    line-height: 20px;
}
.story_per {
    margin-bottom: 13px !important;
}


.exprtbaner .jotform_box {
        width: 100%;
    }
    .our-services-new .slick-arrow {
        bottom: -9%;
    }
        .our-services-new .services-wr i.fa.fa-arrow-right.slick-arrow {
        right: 35%;
    }
        .our-services-new .services-wr i.fa.fa-arrow-left.slick-arrow {
        left: 35%;
    }
    .exprtbaner .banner-content {
        padding: 0px 25px;
    }
        .exprtbaner.bannerForm .banner-content {
        margin-top: 4px;
        padding: 0px;
    }
    #getstart h1 {
        font-size: 24px;
        line-height: 29px;
    }
    .exprtbaner .banner-content ul {
        padding-left: 0px;
    }
    .exprtbaner li, .exprtbaner span, .exprtbaner p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 4px;
}
.videoBox1 .clint-dt, .videoBox3 .clint-dt {
        left: 11px;
    }
    .exprtbaner.bannerForm .banner-slider {
        width: 100% !important;
    }
    .r_box.r_box1 p {
    font-size: 16px;
    line-height: 23px;
}
.r_box.r_box2 p {
    font-size: 16px;
    line-height: 24px;
}
.hmpgwork .topbx span {
    font-size: 18px;
    line-height: 28px;
}
.hmpgwork .btm_align {
    font-size: 20px;
    line-height: 26px;
}
    .service-box>.box {
        padding: 16px;
    }
    .clint-dt span {
    font-size: 18px;
}
.story_block_right {
        width: 100%;
    }
    
.teamcounter {
    margin: 34px auto -26px;
    padding: 10px 66px;
    gap: 0;
}
.team-dt span.teamnumbr {
    font-size: 15px;
    line-height: 24px;
}
.team-dt span {
    font-size: 12px;
    line-height: 20px;
}
.teambx {
    padding: 4px 11px;
}
.teamcounter {
    width: 63%;
}
.aboutpg .our_partners_image_box {
    width: 146px;
    padding: 7px;
}
.why_choose_us_top h2{
        margin-top: 0px;    
}
.logo-boxes .our_partners_image_box img {
    width: 50%;
}
.hmbrand .logo-boxes .our_partners_image_box {
    padding: 0px 8px;
}
.story-slider-bx.slick-initialized .slick-slide{
    display:block;
     margin-right: 4px; 
}
.r_box img {
    width: 60%;
}
.story_block_left p {
line-height: 20px;
}
.story-slider-bx{
    width: 90%;
    margin: 0 auto   
}
.btnouter.btnvid span.play_video {
        width: 40px;
        height: 40px;
}
    .play_video .icon {
    left: 10px;
}
    .btnouter.btnvid, .btnouter.btnvid.btnvid2{
        right: 20%;
    }
    .faq-section.homepg .accordion-item .accordion-header {
        font-size: 16px;
        line-height: 21px;
    }
    .faq-section.homepg .accordion-item {
    padding: 8px 12px;
}
.accordion-content p {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
}
.faq-section.homepg h2 {
    margin-bottom: 30px;
}
.herobnr .btn_blue {
font-size: 16px;
}
.herobnr {
    padding-top: 85px !important;
}
.herobnr .btnbxtxt {
    display: block;
}
.herobnr .teamcounter {
        width: 100%;
    }
.herobnr .btn_blue {
    padding: 6px 32px;
    margin-bottom: 28px;
    display: inline-block;
}
.hm-process p{
 font-size: 14px;   
}
    .exprtbaner .banner-content, .exprtbaner h1 {
        font-size: 26px;
        line-height: 35px;
        margin-top:30px;
    }
    .hm-process .box-content h4 {
    margin-bottom: 5px;
            margin-top: 6px;
}
.hm-process p{
     line-height: 24px;   
}
.hm-process .magento-migrate-box p {
    margin-top: 5px;
}
.our-services-new.languagesec .service-box{
        width: 94%;
    }
    .exprtbaner{
        padding-top: 85px !important;
    }
    .contactnew{
        padding-top: 85px !important;
    }
}
@media(max-width:374px){
    .hero-bannerinr,.container-bx {
        padding: 140px 27px 0px;
    }
    .bannerbx .btn_light{
     float: none;
    margin-top: 10px;   
    }
    .btnbx {
    display: block;
    }
    .exprtbaner.bannerForm .banner-content {
        width: 100%;
/*        margin-top: 60px;*/
    }
        .contactpage {
        margin-top: 158px !important;
    }
} 