*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
html {
  scroll-behavior: smooth;
}
img{
  max-width: 100%;
  height: 100%;
  width: 100%;
}
h1,h2,h3,h4,h5,h6{
  font-weight: 600;
}
a{
    text-decoration: none;
}
.btns{
    font-size: 14px;
    border-radius: 50px;
    padding: 8px 30px;
    background: #0E6B70;
    color: #fff;
}
.btn-hover {
    background-image: linear-gradient(to right, #07494C, #0D7378, #0D7378, #07494C);
    border: none;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    box-shadow: 0px 2px 8px 0 rgba(7, 73, 76, 0.75);
    color: #fff;
}
/* sub-nav */
.sub-nav {
    padding: 8px 0px 8px 0px;
    /* background: #f1f1f1; */
    background: linear-gradient(to right, #045458 0%, #066569 100%);
}
/* .sub-nav .sub-navss {
    display: flex;
    justify-content: space-between;
} */
.sub-nav .sub-nav-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub-nav .sub-nav-left .sub-nav-left1 {
    display: flex;
}
.sub-nav .sub-nav-left .sub-nav-left1 ul {
    display: flex;
    margin-left: 0;
}
.sub-nav .sub-nav-left ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 20px;
}
.sub-nav .sub-nav-left .sub-nav-left1 li:not(:last-child) {
    border-right: 2px solid #fff;
    padding-right: 8px;
    margin-right: 12px;
}
.sub-nav .sub-nav-left .sub-nav-left1 li {
    font-size: 13px;
    display: flex;
    align-items: center;
    line-height: 12px;
    color: #fff;
}
.sub-nav .sub-nav-left .sub-nav-left1 li a {
    height: unset;
    width: unset;
    background: unset;
    line-height: 12px;
    margin-left: 4px;
}
.sub-nav .sub-nav-left .sub-nav-left1 a {
    font-size: 13px;
    color: #fff;
    line-height: 12px;
}
.sub-nav .sub-nav-left ul li a {
    margin-right: 8px;
    border-radius: 50%; 
    padding: 0px;
    /* background: #000; */
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 20px;
    display: block;
    transition: all 0.4s ease-in-out;
}
.sub-nav .sub-nav-left ul li a:hover img{
    animation: toTopFromBottom 0.3s forwards;
}
.sub-nav .sub-nav-left ul li img {
    width: 20px;
    height: 20px;
}
.sub-nav .sub-nav-right ul {
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 5px;
}
.sub-nav .sub-nav-right ul li:not(:last-child) {
    border-right: 2px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
}
.sub-nav .sub-nav-right ul li {
    line-height: 12px;
}
.sub-nav .sub-nav-right ul li a {
    color: #fff;
    font-size: 13px;
}
.sub-nav .sub-nav-left1 ul li img{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
/* end sub-nav */

/* nav */
.nav{
    position: sticky;
    top: 0;
    z-index: 99;
    width: 100%;
    display: block;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 5px;
}
/* .nav::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 96%;
    background-image: url(../img/Vector2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.nav::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    height: 88%;
    background-image: url(../img/Vector1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
} */
.nav .wrapper{
    padding: 0px 30px;
    height: 60px;
    line-height: 60px;
    margin: auto;
}
.wrapper .logo{
    width: 200px;
}
.wrapper .logo img{
    width: 100%;
    height: 100%;
}
.wrapper .logo a{
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}
.wrapper .nav-links{
    display: inline-flex;
    padding-left: 0;
    margin-bottom: 0;
}
.nav-links li{
    list-style: none;
    position: relative;
}
.nav-links li a{
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-transform: capitalize;
    transition-timing-function: linear;
    margin-right: 0px;
    font-family: "Quicksand", sans-serif;
}
.nav-links .mobile-item{
    display: none;
}
.nav-links .drop-menu{
    position: absolute;
    background: #fff;
    width: 200px;
    line-height: 32px;
    top: 85px;
    /* left: -100px; */
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    padding-left: 0;
    border-radius: 0px 0 10px 10px;
    padding-bottom: 8px;
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
    transition: all 0.3s ease;
    top: 60px;
    opacity: 1;
    visibility: visible;
}
.drop-menu li a{
    width: 100%;
    display: block;
    padding: 0 5px 0 15px;
    font-weight: 500;
    border-radius: 0px;
    text-align: left;
    color: #000;
    font-size: 15px;
    font-family: Quicksand, sans-serif;
    line-height: 32px;
}
.mega-box{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}
.mega-box .content{
    background: #242526;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
    width: calc(25% - 30px);
    line-height: 45px;
}
.content .row img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content .row header{
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}
.content .row .mega-links{
    margin-left: -40px;
    border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
    padding: 0 20px;
}
.row .mega-links li a{
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
}
.row .mega-links li a:hover{
    color: #f2f2f2;
}
.wrapper .btn{
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
.wrapper .btn.close-btn{
    position: absolute;
    right: 30px;
    top: 10px;
}
.mobile-menu{
    display: none;
}

@media screen and (max-width: 970px) {
    .wrapper .btn{
        display: inline-flex;
        text-align: end;
        font-size: 26px;
        align-items: center;
        vertical-align: middle;
    }
    .wrapper .btn i{
        vertical-align: bottom;
        color: #000;
    }
    .wrapper .nav-links{
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        /* background: #34c680; */
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
        transition: all 0.3s ease;
        background: linear-gradient(to bottom, #E5FEFF, #BAFCFF);
    }
    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }
    ::-webkit-scrollbar-track {
        background: #242526;
    }
    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }
    #menu-btn:checked ~ .nav-links{
        left: 0%;
    }
    #menu-btn:checked ~ .btn.menu-btn{
        display: none;
    }
    #close-btn:checked ~ .btn.menu-btn{
        display: inline-flex;
    }
    .nav-links li{
        margin: 5px;
    }
    .nav-links li a{
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }
    .nav-links .drop-menu{
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }
    #showDrop:checked ~ .drop-menu,
    #showMega:checked ~ .mega-box{
        max-height: 100%;
    }
    .nav-links .desktop-item{
        display: none;
    }
    .nav-links .mobile-item{
        display: block;
        color: #000;
        font-size: 17px;
        font-weight: 600;
        padding-left: 8px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
        text-align: left;
        line-height: 33px;
    }
    .nav-links .mobile-item:hover{
        background: transparent;
        color: #000;
    }
    .nav-links .drop-menu{
        padding-bottom:0;
    }
    .drop-menu li{
        margin: 0;
    }
    .drop-menu li a{
        border-radius: 5px;
        font-size: 18px;
    }
    .mega-box{
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .mega-box .content{
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }
    .mega-box .content .row{
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255,255,255,0.08);
    }
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2){
        border-top: 0px;
    }
    .content .row .mega-links{
        border-left: 0px;
        padding-left: 15px;
    }
    .row .mega-links li{
        margin: 0;
    }
    .content .row header{
        font-size: 19px;
    }
}
.nav input{
    display: none;
}
.nav-login ul{
    display: flex;
    list-style: none;
    padding-left: 0;
}
.nav-login ul li .nav-login-btn{
    padding: 8px 22px;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #000;
    color: #fff;
    margin-right: 0;
    margin-left: 8px;
}
/* end nav */

/* building-smarter */
.building-smarter{
    position: relative;
    background-image: url(/frontend/asset/img/banner-background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* .building-smarter::before{
    content: "";
    background:url(/frontend/asset/img/building-smarter.png) no-repeat;
    position: absolute;
    bottom: 0;
    background-size: 100% 100%;
    height: 575px;
    width: 350px;
    z-index: -1;
} */
.building-smarter-left1{
    padding-top: 40px;
}
.building-smarter-left h3{
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Quicksand", sans-serif;
}
.building-smarter-left h3 span{
    color: rgb(13, 115, 120);
}
.building-smarter-left p{
    font-size: 18px;
    color: #000;
    margin-bottom: 40px;
}
.building-smarter .main-container {
    min-height: 100vh;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 560px;
    overflow: hidden;
}
.building-smarter .main {
    margin: 0px auto;
    width: 430px;
    height: 430px;
    position: relative;
}
.building-smarter .big-circle {
    height: 100%;
    width: 100%;
    position: relative;
    /* border: 3px solid #6495f2; */
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    animation: Rotate 20s linear infinite;
    -webkit-animation: Rotate 20s linear infinite;
}
.building-smarter .icon-block {
    width: 85px;
    height: 85px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    /* background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);
    -webkit-background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);
    box-shadow: 0 2px 4px 0 #3e5ada;
    -webkit-box-shadow: 0 2px 4px 0 #3e5ada; */
}
.building-smarter .icon-block img {
    margin: 0px auto;
    width: 100%;
    animation: Rotate-reverse 20s linear infinite;
    -webkit-animation: Rotate-reverse 20s linear infinite;
}
.building-smarter .icon-block:first-child {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.building-smarter .icon-block:nth-child(2) {
    top: 15%;
    left: -5%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
}
.building-smarter .icon-block:nth-child(3) {
    top: 30%;
    left: 0%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
}
.building-smarter .icon-block:nth-child(4) {
    top: 82%;
    left: 12%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.building-smarter .icon-block:nth-child(5) {
    right: 35%;
    top: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.building-smarter .icon-block:nth-child(6) {
    right: -2%;
    top: 88%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.building-smarter .icon-block:nth-child(7) {
    right: -21%;
    top: 53%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.building-smarter .icon-block:nth-child(8) {
    right: -8%;
    top: 16%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.building-smarter .center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
/* .center-logo img {
    max-width: 200px;
} */
@keyframes Rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes Rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes Rotate-reverse {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}
@-webkit-keyframes Rotate-reverse {
    from {
        -webkit-transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
    }
}
@keyframes circle-rotate {
    from {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(405deg);
    }
}
@-webkit-keyframes circle-rotate {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(405deg);
    }
}
@keyframes img-rotate {
    from {
        transform: rotate(-45deg);
    }
    to {
        transform: rotate(-405deg);
    }
}
@-webkit-keyframes img-rotate {
    from {
        -webkit-transform: rotate(-45deg);
    }
    to {
        -webkit-transform: rotate(-405deg);
    }
}
.building-smarter .ripple img{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50%;
}
.building-smarter .ripple {
    position: relative;
    text-decoration: none;
    color: #fff;
    width: 175px;
    height: 175px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(13, 115, 120, 0.3), 0 0 0 10px rgba(13, 115, 120, 0.3), 0 0 0 30px rgba(13, 115, 120, 0.3), 0 0 0 60px rgba(13, 115, 120, 0.3);
            box-shadow: 0 0 0 0 rgba(13, 115, 120, 0.3), 0 0 0 10px rgba(13, 115, 120, 0.3), 0 0 0 30px rgba(13, 115, 120, 0.3), 0 0 0 60px rgba(13, 115, 120, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(13, 115, 120, 0.3), 0 0 0 30px rgba(13, 115, 120, 0.3), 0 0 0 60px rgba(13, 115, 120, 0.3), 0 0 0 90px rgba(13, 115, 120, 0);
            box-shadow: 0 0 0 10px rgba(13, 115, 120, 0.3), 0 0 0 30px rgba(13, 115, 120, 0.3), 0 0 0 60px rgba(13, 115, 120, 0.3), 0 0 0 90px rgba(13, 115, 120, 0);
  }
}
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(13, 115, 120, 0.3), 0 0 0 10px rgba(13, 115, 120, 0.3), 0 0 0 30px rgba(13, 115, 120, 0.3), 0 0 0 60px rgba(13, 115, 120, 0.3);
            box-shadow: 0 0 0 0 rgba(13, 115, 120, 0.3), 0 0 0 10px rgba(13, 115, 120, 0.3), 0 0 0 30px rgba(13, 115, 120, 0.3), 0 0 0 60px rgba(13, 115, 120, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(13, 115, 120, 0.3), 0 0 0 30px rgba(13, 115, 120, 0.3), 0 0 0 60px rgba(13, 115, 120, 0.3), 0 0 0 90px rgba(13, 115, 120, 0);
            box-shadow: 0 0 0 10px rgba(13, 115, 120, 0.3), 0 0 0 30px rgba(13, 115, 120, 0.3), 0 0 0 60px rgba(13, 115, 120, 0.3), 0 0 0 90px rgba(13, 115, 120, 0);
  }
}
/* end building-smarter */

/* why-choose */
.why-choose{
    padding-top: 50px;
    padding-bottom: 30px;
    background-image: url('/frontend/asset/img/why-bg.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.why-choose-left1{
    background: #fff;
    padding: 25px;
    border-radius: 20px;
}
.why-choose-left1 h3{
    color: #03585C;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Quicksand", sans-serif;
}
.why-choose-left1 p{
    color: #585858;
    font-size: 18px;
    line-height: 28px;
}
.why-choose-img{
    padding: 0px 0px 0px 40px;
    width: 550px;
    margin: auto;
}
/* end why-choose */

/* why-shipdaak-pg */
.why-shipdaak-pg {
    padding: 30px 0 0;
}
.why-shipdaak-pg h1 {
    /* color: #0F5A93; */
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 32px;
}
.why-shipdaak-pg h1 span {
    color: #0D7378;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.why-shipdaak-pg p {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
/* end why-shipdaak-pg */

/* our-story */
.our-story {
    padding: 30px 0 0;
}
.our-story .our-story-left1 {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 20px;
    text-align: end;
}
.our-story .our-story-left1 h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-align: right;
}
.our-story .our-story-left1 h6{
    color: #0D7378;
    font-size: 18px;
    margin-bottom: 5px;
}
.our-story .our-story-left1 p {
    font-family: 'Poppins', sans-serif;
    text-align: right;
    line-height: 28px;
}

.our-story-right {
    background: #E5FAFF;
    padding: 30px;
    border-radius: 12px;
    margin: 0 40px;
}
/* end our-story */

/* our-founder */
.our-founder {
    padding: 30px 0;
    background: #e4e4e44a;
    margin-top: 30px;
}
.our-founder-left {
    background: #E5FAFF;
    padding: 30px;
    border-radius: 12px;
    margin: 0 40px;
}
.our-founder-right {
    display: flex;
    align-items: center;
    height: 100%;
}
.our-founder-right h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
}
.our-founder-right h6{
    color: #0D7378;
    font-size: 18px;
    margin-bottom: 5px;
}
.our-founder-right p {
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
}
/* end our-founder */

/* have-benefit */
.have-benefit {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 30px;
    background: #e5faff7a;
}
.have-benefit .row {
    gap: 25px 0px;
}
.have-benefit h3 {
    font-size: 28px;
    margin-bottom: 3px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.have-benefit h3 span {
    color: #0D7378;
    font-family: 'Poppins', sans-serif;
}
.have-benefit p {
    margin-bottom: 30px;
    font-size: 18px;
}
/* .have-benefit .col-lg-4:nth-child(odd) .have-benefit-card {
    background: linear-gradient(to bottom, #EEF7FF, #C9E5FE);
    color: #064372;
} */
.have-benefit-card {
    text-align: left;
    /* border-radius: 15px; */
    /* padding: 30px 10px; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -50px, rgba(0, 0, 0, 0.3) 0px 0px 0px 0px, rgba(10, 37, 64, 0.35) 0px -3px 4px 2px inset; */
    margin-bottom: 5px;
    align-items: center;
    cursor: pointer;
    transition-duration: 0.3s;
    display: flex;
    gap: 10px;
}
.have-benefit-card h4 {
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: 600;
    text-transform: uppercase;
}
.have-benefit-card p {
    margin-bottom: 0;
    /* padding: 0 30px; */
    font-size: 15px;
}
.have-benefit-card .have-benefit-card-img{
    width: 50px;
    height: 100%;
}
/* .have-benefit .col-lg-4:nth-child(even) .have-benefit-card {
    background: linear-gradient(to bottom, #E5FEFF, #BAFCFF);
    color: #04585C;
} */
/* end have-benefit */

/* services-section3 */
.services-section3 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.services-section3-right {
    position: relative;
}
.services-section3-right img {
    width: 410px;
}
.services-section3-right::after {
    content: "";
    background: #13AAB2;
    width: 400px;
    height: 400px;
    position: absolute;
    right: 15px;
    top: 30px;
    z-index: -1;
}
.services-section3-left1 {
    height: 100%;
    display: flex;
    align-items: center;
}
.services-section3 h3 {
    font-size: 32px;
    margin-bottom: 8px;
    font-weight: 600;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.services-section3 h3 span {
    color: #0D7378;
    font-family: 'Poppins', sans-serif;
}
.services-section3 p{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
}
.services-section3-left ul li:not(:last-child) {
    margin-bottom: 10px;
}
.services-section3-left ul li, .services-section3-left ul li b {
    color: #000;
    font-family: 'Poppins', sans-serif;
}
/* end services-section3 */

/* trusted-section */
.trusted-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(/frontend/asset/img/integration-partners-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
}
.trusted-section-left {
    text-align: center;
}
.trusted-section-left h3, .trusted-section-left h4 {
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}
.trusted-section-left h4 {
    color: #5BF7FF;
    margin-bottom: 0;
}
.trusted-section-left p {
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 0px;
}
.trusted-section-left .btns {
    background-image: linear-gradient(to right, #1C9AA1, #1C9AA1, #61f8ff, #61f8ff);
    /* background: #1C9AA1; */
    border: 1px solid #fff;
}
.trusted-section-right {
    margin-top: 40px;
}
/* trusted-section-right */
.trusted-section-right .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
   padding: 10px 0;
}
.trusted-section-right .swiper-container.swiper--bottom:after {
  animation-direction: reverse;
}
.trusted-section-right .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}
.trusted-section-right .swiper-slide {
  text-align: center;
  font-size: 33px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 12px;
}
.trusted-section-right .swiper-slide img{
    width: 140px;
}

@-webkit-keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
/* end trusted-section */

/* our-services */
.our-services {
    padding-top: 130px;
    padding-bottom: 30px;
    position: relative;
    margin-top: 30px;
}
.our-services::before {
    content: "";
    background: url(/frontend/asset/img/our-services-after.webp) no-repeat;
    position: absolute;
    top: 20px;
    background-size: 100% 100%;
    height: 325px;
    width: 1000px;
    left: 12%;
}
.our-services h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 5px;
}
.our-services h3 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 3px;
    color: #0D7378;
}
.our-services .wrapper {
    padding: 45px 0 0;
    overflow-x: hidden;
}
.our-services .wrapper .slick-slider {
    margin-bottom: 0;
}
.our-services-card {
    position: relative;
    text-align: center;
}
.our-services-card {
    position: relative;
    text-align: center;
}
.our-services-card h5 {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    background: #fff;
    color: #000;
    padding: 12px 12px;
    margin: 0 25px;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 1.5s linear;
}
/* .our-services-card:hover {
    transform: translateY(-10px);
} */
.our-services .slick-initialized .slick-slide {
    color: #FFF;
    margin: 0 25px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-services-card .our-services-card-img img {
    border-radius: 20px;
}
/* end our-services */

/* customer-stories */
.customer-stories {
    position: relative;
    padding: 40px 0 70px;
    margin-bottom: 30px;
}
.customer-stories::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40%;
    background: #f4fafb;
    z-index: -1;
}
.customer-stories::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 65%;
    background: linear-gradient(to right, #42B4B9, #29A2A8);
}
.customer-stories .customer-stories-left1 {
    display: flex;
    justify-content: end;
    height: 100%;
    align-items: center;
}
.customer-stories .customer-stories-left h3 {
    font-family: "Quicksand", sans-serif;
    font-size: 32px;
    margin-bottom: 0;
    font-weight: 600;
}
.customer-stories .customer-stories-left h3 span {
    color: #0D7378;
}
.customer-stories-right-card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 10px;
    padding: 25px 20px 20px;
    border-radius: 8px;
    margin: 25px 23px 25px 0;
    background: #fff;
}
.customer-stories-right-card .head {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.customer-stories-right-card .head img {
    width: 60px !important;
    border-radius: 50px;
    margin-right: 15px;
}
.customer-stories-right-card .head h4 {
    margin-bottom: 3px;
    font-size: 18px;
    color: #0D7378;
    font-weight: 600;
}
.customer-stories-right-card .head h6 {
    margin-bottom: 0;
}
.customer-stories-right-card p {
    margin-bottom: 0;
}
.customer-stories-right .owl-nav {
    position: absolute;
    right: 80px;
    padding-top: 10px;
}
.customer-stories-right .owl-prev span, .customer-stories-right .owl-next span {
    color: #000;
    font-size: 30px;
    width: 42px;
    height: 42px;
    display: block;
    line-height: 38px;
    border-radius: 50px;
    background: #fff;
}
.customer-stories-right .owl-prev {
    left: 0px;
}
.customer-stories-right .owl-prev, 
.customer-stories-right .owl-next {
    position: relative;
    top: 0;
    height: 100%;
}
.customer-stories-right .owl-next {
    right: -12px;
}
/* end customer-stories */

/* faq-section */
.faq-section {
    padding: 30px 0;
}
.faq-section-left h3 {
    color: #0F5A93;
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 30px;
    font-family: "Quicksand", sans-serif;
}
.faq-section-left p {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
}
.faq-section-left .contain {
    background-color: #F5F5FF;
    color: black;
    border-radius: 6px;
    /* box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25); */
    margin: 20px 0;
    border: 1px solid #D8D8D8;
}
.faq-section-left .question {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 60px 15px 15px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: "Quicksand", sans-serif;
}
.faq-section-left .question::after {
    content: "\002B";
    font-size: 24px;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}
.faq-section-left .answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}
.faq-section-left .answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
}
/* end faq-section */

/* footer */
.footer {
    /* background: #2eb273; */
    padding: 20px 0 15px;
        background: linear-gradient(to right, #0D7378 0%, #13AEB5 100%);
}
.footer .footer-txt p {
    margin-bottom: 0;
}
.footer .footer-txt p, .footer .footer-txt1 ul li a {
    color: #fff;
    font-size: 15px;
}
.footer .footer-txt1 ul {
    list-style: none;
    display: flex;
    margin-bottom: 0;
    justify-content: end;
    padding: 0;
}
.footer .footer-txt1 ul li:not(:last-child) {
    border-right: 2px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
}
.footer .footer-txt1 ul li {
    line-height: 15px;
}
.footer .footer-txt p, .footer .footer-txt1 ul li a {
    color: #fff;
    font-size: 15px;
}
/* end footer */

/* building-smarter-left */
.building-smarter-left{
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    margin: 0 40px;
}
.building-smarter-left h4{
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}
.building-smarter-left form .row:not(:last-child){
    margin-bottom: 10px;
}
/* .building-smarter-left form label{
    font-weight: 600;
} */
.building-smarter-left form .footer_leads_form{
    background: linear-gradient(to right, #A1DFE3 0%, #98E4EA 100%);
    font-size: 15px;
    font-weight: 600;
    padding: 6px 25px;
    margin: 20px auto 0;
    display: block;
    border-radius: 4px;
}
.building-smarter-left form .footer_leads_form img{
    width: 25px;
    margin-left: 5px;    
    filter: invert(1);
}
.building-smarter-left .form-control-div .form-control{
    font-size: 15px;
}
/* end building-smarter-left */

/* top-to-button */
#top-to-button {
  display: inline-block;
  background-color: #07484a;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 90px;
  right: 36px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#top-to-button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}
#top-to-button:hover {
  cursor: pointer;
  background-color: #333;
}
#top-to-button:active {
  background-color: #555;
}
#top-to-button.show {
  opacity: 1;
  visibility: visible;
}
/* end top-to-button */

/* header-nav */
.header-nav {
    position: sticky;
    top: 0;
    z-index: 99;
    width: 100%;
    display: block;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .24) 0 2px 5px;
    height: 70px;
    line-height: 70px;
}
.header-nav .header-nav-div {
    display: flex;
    justify-content: space-between;
}
.header-nav .header-nav-img {
    width: 220px;
    display: inline-table;
}
.header-nav-div .nav-login-btn{
    padding: 8px 22px;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #000;
    color: #fff;
    margin-right: 0;
    margin-left: 8px;
}
/* end header-nav */

/*  */
.morecontent span {
    display: none;
}
.morelink {
    display: block;
    font-size: 14px;
    color: #0d7378;
}
/*  */

/*  */
.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}
.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #007bff;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer; /* Added cursor pointer */
}
.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #007bff;
    z-index: -1;
}
.multi-step-form{
    overflow-x: hidden;
}
/*  */

/*  */
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 25px;
	right: 25px;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 28px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
/*  */

/* our-growth-form */
.our-growth-form {
    padding: 30px 0;
}
.our-growth-form1 {
    background: linear-gradient(to right, #b6e4ee 0%, #b6e4ee 100%);
    padding: 35px 20px 35px 30px;
    border-radius: 30px;
}
.our-growth-form-img {
    position: relative;
    text-align: center;
}
.our-growth-form-txt {
    /* position: absolute;
    top: 25px;
    left: 20px; */
    text-align: center;
}
.our-growth-form-txt h3 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    text-shadow: 0px 1px 2px #ccc, 0px 8px 10px rgba(0, 0, 0, 0.15), 0px 5px 2px rgba(95, 95, 95, 0.7);
}
.our-growth-form-txt p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0px 1px 2px #ccc, 0px 8px 10px rgba(0, 0, 0, 0.15), 0px 3px 2px rgba(95, 95, 95, 0.7);
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.our-growth-form-right1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.our-growth-form-right1 .form-control-div {
    margin-bottom: 10px;
}
.our-growth-form-right1 .form-control-div .form-label {
    font-size: 14px;
    font-weight: 500;
    /* color: #DADADA; */
}
.our-growth-form-right1 .form-control-div .form-control {
    font-size: 14px;
    height: 42px;
    /* background: #ffffff1c; */
    /* color: #fff; */
}
.our-growth-form-right1 .form-control-div .form-control::placeholder{
    /* color: #fff; */
}
.our-growth-form-right1 .form-control-div textarea.form-control {
    height: unset;
}
.our-growth-form-right .btn {
    /* background: linear-gradient(to right, #A1DFE3 0%, #98E4EA 100%); */
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 25px;
    margin: 10px auto 0;
    display: block;
    border-radius: 4px;
}
.our-growth-form-right .btn img {
    width: 25px;
    margin-left: 5px;
    /* filter: invert(1); */
}
/* end our-growth-form */
.landing-section2-txt ul{
    list-style: none;
    padding-left: 10px;
}
/*  */

/*  */

/* (max-width: 1024px) */
@media screen and (max-width: 1024px) {
    .building-smarter .main {
        width: 370px;
        height: 370px;
    }
    .building-smarter .ripple {
        width: 150px;
        height: 150px;
    }
    .why-choose {
        margin-top: 20px;
        padding-top: 40px;
        margin-bottom: 20px;
    }
    .why-choose-left1{
        padding: 20px;
    }
    .why-choose-left1 h3 {
        font-size: 28px;
        line-height: 28px;
    }
    .why-choose-left1 p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .why-shipdaak-pg {
        padding: 20px 0 0;
    }
    .why-shipdaak-pg h3, .why-shipdaak-pg h1 {
        font-size: 26px;
    }
    .why-shipdaak-pg p {
        font-size: 17px;
    }
    .our-founder, .our-story {
        padding: 20px 0;
    }
    .our-story .our-story-left1 {
        padding-right: 0px;
    }
    .our-story .our-story-left1 h4, .our-founder-right h4 {
        font-size: 24px;
    }
    .our-story .our-story-left1 p, .our-founder-right p {
        line-height: 26px;
        font-size: 16px;
    }
    .have-benefit {
        padding: 20px 0;
    }
    .have-benefit h3 {
        font-size: 26px;
    }
    .have-benefit p {
        margin-bottom: 25px;
    }
    .have-benefit-card h4 {
        font-size: 16px;
        margin-bottom: 6px;
        line-height: 24px;
    }
    .have-benefit-card p {
        font-size: 14px;
        margin-bottom: 0;
    }
    .services-section3-right img{
        width: 100%;
    }
    .services-section3-right::after{
        width: 100%;
        height: 96%;
        right: -15px;
    }
    .building-smarter-left h4 {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .building-smarter-left{
        padding: 25px;
        margin: 0 10px;
    }
    .building-smarter-left form label{
        font-size: 15px;
    }
    .services-section3 h3{
        font-size: 30px;
        margin-bottom: 6px;
    }
    .services-section3-left1 .landing-section2-txt h6{
        font-size: 18px;
    }
    .services-section3-left1{
        padding-left: 25px;
    }
    .services-section3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .trusted-section {
        margin-top: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .trusted-section-left h3 {
        margin-bottom: 0px;
    }
    .trusted-section-left p {
        font-size: 17px;
        margin-bottom: 40px;
        margin-top: 15px;
    }
    .our-services {
        padding-top: 110px;
        padding-bottom: 20px;
    }
    .our-services::before {
        height: 300px;
        width: 900px;
        left: 5%;
        top: 15px;
    }
    .our-services .wrapper {
        padding: 35px 0 0;
    }
    .our-services-card h5 {
        padding: 10px;
        font-size: 15px;
    }
    .customer-stories {
        margin-bottom: 20px;
    }
    .customer-stories .customer-stories-left h3 {
        font-size: 30px;
    }
    .customer-stories-right-card p {
        font-size: 15px;
    }
    .customer-stories-right-card .head {
        margin-bottom: 15px;
    }
    .customer-stories-right-card .head img {
        width: 55px !important;
    }
    .customer-stories-right-card .head h4 {
        font-size: 17px;
    }
    .customer-stories-right-card .head h6 {
        font-size: 15px;
    }
    .customer-stories-right-card p {
        font-size: 15px;
    }
    .faq-section-left h3 {
        font-size: 28px;
    }
    .faq-section-left p {
        margin-bottom: 5px;
    }
    .our-growth-form-txt h3 {
        font-size: 22px;
    }
    .our-growth-form-txt p {
        font-size: 16px;
        line-height: 22px;
    }
    .our-growth-form-txt {
        left: 0;
    }
    .our-growth-form1 {
        padding: 30px 20px 30px 25px;
    }
}
/* end (max-width: 1024px) */

/* (max-width: 991px) */
@media screen and (max-width: 991px){
    .building-smarter-left1 {
        padding-top: 0px;
    }
    .building-smarter-left h4{
        font-size: 20px;
    }
    .building-smarter-left{
        padding: 30px;
    }
    .building-smarter{
        padding-bottom: 35px;
    }
    .why-choose-img{
        display: none;
    }
    .why-choose-left1 h3 {
        font-size: 26px;
        line-height: 24px;
    }
    .why-choose-left1 {
        padding: 25px;
    }
    .why-shipdaak-pg h3, .why-shipdaak-pg h1 {
        font-size: 24px;
    }
    .our-story-right,.our-founder-left{
        padding: 20px;
        margin: 0px 10px;
    }
    .our-story .our-story-left1 h6,.our-founder-right h6{
        font-size: 16px;
    }
    .our-story .our-story-left1 h4, .our-founder-right h4 {
        font-size: 22px;
    }
    .have-benefit h3 {
        font-size: 24px;
    }
    .have-benefit p{
        font-size: 17px;
    }
    .services-section3 h3 {
        font-size: 26px;
    }
    .services-section3 p{
        font-size: 16px;
    }
    .services-section3-right {
        margin: 0 125px 35px;
    }
    .trusted-section {
        padding-top: 40px;
    }
    .trusted-section-left h3, .trusted-section-left h4 {
        font-size: 32px;
    }
    .trusted-section-left p {
        font-size: 17px;
        margin-bottom: 25px;
        margin-top: 15px;
    }
    .customer-stories {
        padding: 30px 0 60px;
    }
    .customer-stories .customer-stories-left1 {
        justify-content: left;
        padding-left: 15px;
    }
    .customer-stories .customer-stories-left h3 {
        font-size: 32px;
    }
    .our-services {
        padding-top: 90px;
    }
    .our-services::before {
        height: 200px;
        width: 675px;
        left: 15%;
    }
    .our-services {
        padding-top: 90px;
    }
    .our-services h2 {
        font-size: 28px;
    }
    .our-services h3 {
        font-size: 24px;
    }
    .our-services-card h5 {
        font-size: 14px;
    }
    .faq-section {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .faq-section-left h3 {
        font-size: 26px;
    }
    .faq-section-left p {
        font-size: 15px;
    }
    .faq-section-left .question {
        font-size: 15px;
        padding: 10px 50px 10px 12px;
    }
    .have-benefit-card h4 {
        font-size: 15px;
        margin-bottom: 3px;
        line-height: 20px;
    }
    .have-benefit-card-txt p{
        font-size: 15px;
        line-height: 22px;
    }
    .have-benefit .row {
        gap: 20px 0px;
    }
    .have-benefit {
        padding: 40px 0;
    }
    .services-section3 {
        padding-top: 30px;
        padding-bottom: 5px;
    }
    .our-growth-form-img img {
        display: none;
    }
    .our-growth-form-txt {
        position: unset;
        margin-bottom: 20px;
    }
    .our-growth-form-txt h3 {
        font-size: 24px;
    }
    .our-growth-form-txt p {
        font-size: 18px;
    }
}
/* end (max-width: 991px) */

/* (max-width: 768px) */
@media screen and (max-width: 768px){
    .why-choose-left1 {
        padding: 20px;
    }
    .why-choose-left1 h3 {
        font-size: 24px;
        line-height: 20px;
    }
    .why-shipdaak-pg {
        padding: 10px 0 0;
    }
    .our-founder, .our-story {
        padding: 15px 0;
    }
    .our-story .our-story-left1 h6, .our-founder-right h6 {
        font-size: 15px;
    }
    .our-story .our-story-left1 h4, .our-founder-right h4 {
        font-size: 20px;
    }
    .our-story .our-story-left1 p, .our-founder-right p {
        line-height: 24px;
        font-size: 15px;
    }
    .btns{
        font-size: 12px;
    }
    .have-benefit-card h4 {
        font-size: 15px;
        margin-bottom: 2px;
        line-height: 20px;
    }
    .have-benefit-card .have-benefit-card-txt p {
        font-size: 14px;
        padding: 0 0px;
        margin-bottom: 0px;
    }
    .services-section3 h3 {
        font-size: 24px;
    }
    .services-section3 p {
        font-size: 15px;
    }
    .services-section3-right {
        margin: 0 150px 35px;
    }
    .services-section3 {
        padding-top: 15px;
        padding-bottom: 0px;
    }
    .trusted-section {
        margin-top: 15px;
    }
    .trusted-section-left h3, .trusted-section-left h4 {
        font-size: 28px;
    }
    .trusted-section-left p {
        font-size: 16px;
        margin-top: 6px;
    }
    .trusted-section-right .swiper-slide img{
        width: 130px;
    }
    .our-services {
        padding-top: 70px;
    }
    .our-services::before {
        height: 160px;
        width: 586px;
        left: 10%;
    }
    .our-services h2 {
        font-size: 26px;
    }
    .our-services h3 {
        font-size: 22px;
    }
    .our-services-card h5 {
        font-size: 14px;
    }
    .have-benefit h3 {
        font-size: 22px;
    }
    .have-benefit p {
        margin-bottom: 20px;
    }
    .services-section3-left1 .landing-section2-txt h6 {
        font-size: 17px;
    }
    .services-section3-left ul li, .services-section3-left ul li b{
        font-size: 15px;
    }
    .services-section3-left ul li:not(:last-child) {
        margin-bottom: 6px;
    }
    .customer-stories .customer-stories-left h3 {
        font-size: 28px;
    }
    .faq-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .faq-section-left h3 {
        font-size: 24px;
    }
    .footer .footer-txt p, .footer .footer-txt1 ul li a {
        color: #fff;
        font-size: 14px;
    }
    .sub-nav .sub-nav-left ul{
        display: none;
    }
    .odr2{
        order: 2;
    }
    .odr1{
        order: 1;
    }
    .building-smarter-left1 {
        padding-top: 35px;
    }
    .header-nav .header-nav-img{
        width: 200px;
    }
    .header-nav-div .nav-login-btn {
        padding: 6px 20px;
        font-size: 13px;
    }
    .header-nav{
        height: 65px;
        line-height: 65px;
    }
}
/* end (max-width: 768px) */

/* (max-width: 767px) */
@media screen and (max-width: 767px){
    .our-services {
        padding-top: 50px;
        padding-bottom: 15px;
    }
    .our-services::before {
        top: 0px;
    }
    .our-services::before {
        height: 130px;
        width: 450px;
        left: 18%;
    }
    .our-services h2 {
        font-size: 24px;
    }
    .our-services h3 {
        font-size: 20px;
    }
    .trusted-section {
        margin-bottom: 20px;
        margin-top: 15px;
    }
    .trusted-section-left h3, .trusted-section-left h4 {
        font-size: 28px;
    }
    .trusted-section-left p {
        margin-bottom: 20px;
    }
    .trusted-section-right {
        padding-top: 10px;
        margin-top: 10px;
    }
    .customer-stories .customer-stories-left h3 {
        font-size: 26px;
    }
    .customer-stories-right .owl-prev span, .customer-stories-right .owl-next span{
        font-size: 28px;
        width: 38px;
        height: 38px;
        line-height: 35px;
    }
    .why-shipdaak-pg h3, .why-shipdaak-pg h1 {
        font-size: 22px;
        margin-bottom: 0;
    }
    .our-founder, .our-story{
        text-align: center;
    }
    .our-story .our-story-left1{
        text-align: center;
    }
    .our-story .our-story-left1 h4, .our-founder-right h4{
        text-align: center;
    }
    .our-story .our-story-left1 p, .our-founder-right p{
         text-align: center;
    }
    .our-story-right{
        margin: 0px 100px 20px;
    }
    .our-founder-left{
        margin: 0px 100px 20px;
    }
    /* .our-story,.our-founder {
        border-bottom: 1px dashed #bababa;
    } */
    .our-founder, .our-story {
        padding: 25px 0;
    }
    .have-benefit .row {
        gap: 20px 0px;
    }
    .footer .footer-txt1 ul{
        justify-content: center;
    }
    .footer .footer-txt p{
        text-align: center;
        margin-bottom: 8px;
    }
    .have-benefit-card .have-benefit-card-img {
        width: 40px;
        height: 100%;
    }
    .our-growth-form-txt h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .our-growth-form-txt p {
        font-size: 16px;
    }
    .our-founder{
        margin-top: 0px;
    }
}
/* end (max-width: 767px) */

/* (max-width: 575px) */
@media screen and (max-width: 575px){
    .sub-nav{
        padding: 8px 0px 8px 0px;
    }
    .sub-nav .sub-nav-left1 ul li img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
    .sub-nav .sub-nav-left .sub-nav-left1 li{
        font-size: 12px;
    }
    .sub-nav .sub-nav-left .sub-nav-left1 a{
        font-size: 12px;
    }
    .nav .wrapper{
        padding: 0px 0px;
    }
    .wrapper .logo {
        width: 170px;
    }
    .nav .wrapper{
        height: 50px;
        line-height: 50px;
    }
    .building-smarter .main{
        width: 375px;
        height: 375px;
    }
    .building-smarter-left h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .building-smarter-left form label {
        font-size: 14px;
    }
    .building-smarter-left form .footer_leads_form{
        font-size: 13px;
    }
    .building-smarter {
        padding-bottom: 30px;
    }
    .why-choose-left1 h3 {
        font-size: 22px;
        line-height: 18px;
    }
    .why-choose-left1 p {
        font-size: 15px;
        line-height: 26px;
    }
    .our-founder, .our-story {
        padding: 20px 0;
    }
    .our-story .our-story-left1 h6, .our-founder-right h6 {
        font-size: 14px;
    }
    .our-story .our-story-left1 h4, .our-founder-right h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .our-story .our-story-left1 p, .our-founder-right p {
        line-height: 22px;
        font-size: 14px;
    }
    .btns {
        font-size: 11px;
    }
    .have-benefit h3 {
        font-size: 20px;
    }
    .have-benefit p {
        font-size: 15px;
    }
    .have-benefit-card p{
        margin-bottom: 0;
    }
    .services-section3 h3 {
        font-size: 22px;
    }
    .services-section3-left1 .landing-section2-txt h6 {
        font-size: 16px;
    }
    .trusted-section {
        padding-top: 45px;
        margin-top: 12px;
        margin-bottom: 12px;
        padding-bottom: 35px;
    }
    .trusted-section-left h3, .trusted-section-left h4{
        font-size: 26px;
    }
    .trusted-section-left p {
        font-size: 15px;
        margin-top: 30px;
    }
    .trusted-section-right .swiper-slide img {
        width: 120px;
    }
    .customer-stories {
        padding: 25px 0 50px;
        margin-bottom: 12px;
    }
    .our-services {
        padding-bottom: 12px;
    }
    .our-services::before {
        height: 150px;
        width: 480px;
        left: 6%;
    }
    .faq-section-left h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .building-smarter-left1 {
        padding-top: 30px;
    }
    .building-smarter .main-container{
        min-height: 90vh;
        height: 500px;
    }
    .header-nav .header-nav-img {
        width: 175px;
    }
    .header-nav-div .nav-login-btn {
        font-size: 12px;
    }
    .header-nav {
        height: 58px;
        line-height: 55px;
    }
}
/* end (max-width: 575px) */

/* (max-width: 479px) */
@media screen and (max-width: 479px){
    .building-smarter-left h4{
        font-size: 16px;
    }
    .building-smarter-left {
        padding: 25px;
    }
    .building-smarter-left form .footer_leads_form {
        font-size: 12px;
    }
    .building-smarter .main-container {
        min-height: 1px;
        height: 475px;
    }
    .building-smarter .main{
        width: 350px;
        height: 350px;
    }
    .building-smarter .icon-block {
        width: 70px;
        height: 70px;
    }
    .building-smarter .ripple {
        width: 130px;
        height: 130px;
    }
    .trusted-section-left h3, .trusted-section-left h4 {
        font-size: 22px;
        /* line-height: 20px; */
    }
    .trusted-section-left p {
        margin-bottom: 20px;
        margin-top: 25px;
        font-size: 14px;
    }
    .trusted-section-right .swiper-slide img {
        width: 110px;
    }
    .customer-stories .customer-stories-left h3 {
        font-size: 22px;
    }
    .our-services {
        padding-top: 35px;
        margin-top: 25px;
    }
    .our-services::before {
        width: 400px;
    }
    .our-services h2 {
        font-size: 22px;
    }
    .our-services h3 {
        font-size: 18px;
    }
    .our-services .wrapper {
        padding: 20px 0 0;
    }
    .trusted-section{
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .why-shipdaak-pg h3, .why-shipdaak-pg h1{
        font-size: 20px;
    }
    .our-story .our-story-left1 h6, .our-founder-right h6 {
        font-size: 13px;
    }
    .our-story .our-story-left1 h4, .our-founder-right h4 {
        font-size: 17px;
    }
    .our-story .our-story-left1 p, .our-founder-right p{
        font-size: 13px;
    }
    .btns {
        font-size: 12px;
    }
    .our-story-right {
        margin: 0px 30px 20px;
    }
    .our-founder-left {
        margin: 0px 30px 20px;
    }
    .have-benefit p {
        font-size: 14px;
    }
    .have-benefit .row {
        gap: 12px 0px;
    }
    .services-section3 h3 {
        font-size: 20px;
    }
    .services-section3 p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .services-section3-right {
        margin: 0 60px 35px;
    }
    .services-section3-left1 .landing-section2-txt h6 {
        font-size: 15px;
    }
    .services-section3-left ul li, .services-section3-left ul li b {
        font-size: 14px;
    }
    .customer-stories-right-card .head h4 {
        font-size: 15px;
    }
    .customer-stories-right-card .head h6 {
        font-size: 13px;
    }
    .customer-stories-right-card p {
        font-size: 14px;
    }
    .faq-section-left h3 {
        font-size: 20px;
    }
    .faq-section-left p {
        font-size: 14px;
        margin-bottom: 0;
    }
    .faq-section-left .contain:last-child{
        margin-bottom: 0;
    }
    .header-nav .header-nav-img {
        width: 160px;
    }
    .header-nav-div .nav-login-btn {
        font-size: 11px;
        padding: 6px 15px;
    }
    .header-nav {
        height: 52px;
        line-height: 50px;
    }
    .building-smarter-left1 {
        padding-top: 25px;
    }
    .our-services .slick-initialized .slick-slide {
        margin: 0 7px 0 7px;
    }
    .faq-section-left .answer{
        padding: 0 12px 12px;
    }
    .sub-nav .sub-nav-left1 ul li img {
        width: 18px;
        height: 18px;
        margin-right: 5px;
        display: none;
    }
    .sub-nav .sub-nav-left .sub-nav-left1 a {
        font-size: 11px;
    }
    .sub-nav .sub-nav-left .sub-nav-left1 li {
        font-size: 11px;
    }
    .btn-whatsapp-pulse{
        font-size: 25px;
        padding: 22px;
    }
    #top-to-button{
        right: 28px;
        bottom: 85px;
    }
    .have-benefit {
        padding: 30px 0;
    }
    .have-benefit-card .have-benefit-card-img {
        width: 35px;
        height: 100%;
    }
    .have-benefit-card h4{
        font-size: 14px;
    }
    .our-growth-form1 {
        border-radius: 20px;
    }
    .our-growth-form-txt {
        margin-bottom: 10px;
    }
    .our-growth-form-txt h3 {
        font-size: 20px;
    }
    .our-growth-form-txt p {
        font-size: 15px;
        margin-bottom: 0;
    }
    .form-control-div .form-label {
        font-size: 13px;
    }
    .our-growth-form-right .btn {
        font-size: 13px;
    }
    .our-growth-form-right1 .form-control-div {
        margin-bottom: 12px;
    }
}
/* end (max-width: 479px) */

/* (max-width: 425px) */
@media screen and (max-width: 425px){
    .building-smarter-left1 {
        padding-top: 15px;
    }
    .building-smarter-left h4 {
        font-size: 16px;
    }
    .building-smarter-left form label {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .building-smarter-left form .form-control {
        font-size: 12px;
    }
    .building-smarter-left {
        padding: 20px;
    }
    .building-smarter-left form .footer_leads_form{
        margin: 15px auto 0;
    }
    .building-smarter {
        padding-top: 10px;
    }
    .building-smarter .main-container {
        min-height: 1px;
        height: 440px;
    }
    .building-smarter .main {
        width: 300px;
        height: 300px;
    }
    .building-smarter .ripple {
        width: 110px;
        height: 110px;
    }
    .building-smarter {
        padding-bottom: 0;
    }
    .why-choose{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .why-choose-left1 h3 {
        font-size: 20px;
    }
    .why-choose-left1 p {
        font-size: 14px;
        line-height: 24px;
    }
    .why-shipdaak-pg h3, .why-shipdaak-pg h1 {
        font-size: 22px;
    }
    .why-shipdaak-pg h1{
        padding: 0 5px;
    }
    .why-shipdaak-pg {
        padding: 5px 0 0;
    }
    .our-founder, .our-story {
        padding: 15px 0;
    }
    .our-story .our-story-left1 h4, .our-founder-right h4 {
        font-size: 18px;
    }
    .our-story .our-story-left1 p, .our-founder-right p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .btns {
        font-size: 13px;
    }
    .have-benefit h3 {
        font-size: 22px;
    }
    .have-benefit p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .have-benefit-card h4{
        font-size: 14px;
    }
    .services-section3 h3 {
        font-size: 22px;
    }
    .services-section3 p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .services-section3-left1 .landing-section2-txt h6 {
        font-size: 14px;
    }
    .services-section3-left ul li, .services-section3-left ul li b {
        font-size: 14px;
    }
    .services-section3-left ul{
        padding-left: 10px;
    }
    .services-section3-left1 {
        padding-left: 10px;
    }
    .trusted-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .trusted-section-left h3, .trusted-section-left h4{
        font-size: 18px;
    }
    .trusted-section-left p{
        font-size: 12px;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .trusted-section-right{
        padding-top: 0;
    }
    .trusted-section-right .swiper-container {
        padding: 6px 0;
    }
    .trusted-section-right .swiper-slide img{
        width: 95px;
    }
    .customer-stories{
        padding: 20px 0 40px;
    }
    .customer-stories .customer-stories-left h3 {
        font-size: 20px;
    }
    .customer-stories-right-card {
        margin: 15px 18px 10px 0;
    }
    .customer-stories-right-card .head img{
        width: 50px !important;
    }
    .customer-stories-right-card .head h4{
        font-size: 15px;
    }
    .customer-stories-right-card .head h6{
        font-size: 14px;
    }
    .customer-stories-right-card p {
        font-size: 14px;
    }
    .customer-stories-right .owl-prev span, .customer-stories-right .owl-next span{
        font-size: 25px;
        width: 35px;
        height: 35px;
        line-height: 32px;
    }
    .our-services {
        padding-top: 20px;
        margin-top: 15px;
    }
    .our-services::before {
        width: 375px;
        z-index: -1;
        left: 4%;
    }
    .our-services h2 {
        font-size: 20px;
    }
    .our-services h3{
        font-size: 16px;
    }
    .our-services-card h5{
        margin: 0 10px;
        border-radius: 6px;
        font-size: 13px;
        bottom: 12px;
    }
    .faq-section-left h3 {
        font-size: 18px;
        margin-bottom: 3px;
    }
    .faq-section-left p {
        font-size: 13px;
    }
    .faq-section-left .question{
        font-size: 14px;
    }
    .faq-section-left .answer{
        font-size: 14px;
    }
    .footer .footer-txt p, .footer .footer-txt1 ul li a{
        font-size: 13px;
    }
    .footer .footer-txt p{
        margin-bottom: 5px;
    }
    .wrapper .logo {
        width: 145px;
    }
    #top-to-button{
        width: 35px;
        height: 35px;
        right: 25px;
        bottom: 80px;
    }
    #top-to-button::after {
        font-size: 16px;
        line-height: 35px;
    }
    .faq-section-left .question::after{
        font-size: 20px;
    }
    .header-nav .header-nav-img {
        width: 150px;
    }
    .header-nav-div .nav-login-btn {
        font-size: 10px;
    }
    .our-services .slick-initialized .slick-slide {
        margin: 0 5px 0 5px;
    }
    .building-smarter-left .form-control-div .form-control {
        font-size: 13px;
    }
    .faq-section-left .contain{
        margin: 15px 0;
    }
    .faq-section {
        padding-top: 10px;
    }
    .building-smarter-left form .footer_leads_form img{
        width: 20px;
    }
    .sub-nav .sub-nav-left .sub-nav-left1 li:not(:last-child){
        padding-right: 1px;
        margin-right: 8px;
    }
    .btn-whatsapp-pulse{
        right: 20px;
        padding: 20px;
    }
    .have-benefit-card .have-benefit-card-img {
        width: 32px;
        height: 100%;
    }
    .have-benefit .row {
        gap: 8px 0px;
    }
    .our-growth-form-txt {
        margin-bottom: 10px;
    }
    .our-growth-form-txt h3 {
        font-size: 18px;
        margin-bottom: 2px;
    }
    .our-growth-form-txt p {
        font-size: 14px;
    }
    .our-growth-form-right1 .form-control-div .form-label {
        font-size: 12px;
    }
    .our-growth-form-right1 .form-control-div .form-control {
        font-size: 13px;
        height: 34px;
    }
    .our-growth-form-right .btn {
        font-size: 12px;
    }
    .our-growth-form-right1 .form-control-div {
        margin-bottom: 10px;
    }
    .our-story .our-story-left1 h6, .our-founder-right h6 {
        font-size: 16px;
    }
    .sub-nav .sub-nav-left{
        justify-content: center;
    }
    .trusted-section-right .swiper-slide{
        padding: 0 8px;
    }
}
/* end (max-width: 425px) */

/* (max-width: 375px) */
@media screen and (max-width: 375px){
    .building-smarter .main-container {
        min-height: 70vh;
        height: 375px;
    }
    .building-smarter .main {
        width: 270px;
        height: 270px;
    }
    .our-services::before {
        width: 340px;
        z-index: -1;
        left: 2%;
    }
    .our-services h2 {
        font-size: 18px;
    }
    .our-services h3 {
        font-size: 15px;
    }
    .our-services .wrapper {
        padding: 15px 0 0;
    }
    .our-services-card h5{
        font-size: 12px;
        padding: 8px;
    }
    .trusted-section {
        margin-top: 8px;
    }
    .trusted-section-left h3, .trusted-section-left h4 {
        font-size: 18px;
        /* line-height: 10px; */
    }
    .trusted-section-left p{
        font-size: 12px;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .trusted-section-right {
        padding-top: 0px;
    }
    .trusted-section-right .swiper-slide img {
        width: 90px;
    }
    .customer-stories .customer-stories-left h3 {
        font-size: 20px;
    }
    .customer-stories-right-card {
        margin: 15px 20px 10px 0;
    }
    .customer-stories-right-card .head img{
        width: 45px !important;
    }
    .customer-stories-right-card .head h4{
        font-size: 14px;
    }
    .customer-stories-right-card .head h6 {
        font-size: 13px;
    }
    .customer-stories-right-card p {
        font-size: 14px;
    }
    .sub-nav .sub-nav-left1 ul li img {
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }
    .sub-nav .sub-nav-left .sub-nav-left1 li {
        font-size: 11px;
    }
    .sub-nav .sub-nav-left .sub-nav-left1 a {
        font-size: 11px;
    }
    .sub-nav .sub-nav-left .sub-nav-left1 li:not(:last-child) {
        border-right: 1px solid #fff;
        padding-right: 3px;
        margin-right: 8px;
    }
    .wrapper .logo {
        width: 130px;
    }
    .building-smarter-left h4 {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .building-smarter-left form label {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .building-smarter-left form .form-control {
        font-size: 11px;
    }
    .building-smarter-left {
        padding: 16px;
    }
    .building-smarter-left form .footer_leads_form {
        font-size: 11px;
    }
    .why-choose-left1 h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .why-choose-left1 p {
        font-size: 13px;
        line-height: 22px;
    }
    .why-choose {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .why-shipdaak-pg h3, .why-shipdaak-pg h1 {
        font-size: 20px;
    }
    .our-story .our-story-left1 h6, .our-founder-right h6 {
        font-size: 14px;
    }
    .our-story .our-story-left1 h4, .our-founder-right h4 {
        font-size: 15px;
    }
    .btns {
        font-size: 10px;
    }
    .have-benefit h3 {
        font-size: 20px;
    }
    .have-benefit p {
        font-size: 14px;
    }
    /* .have-benefit-card{
        padding: 25px 10px;
    } */
    .have-benefit-card h4 {
        font-size: 13px;
    }
    .services-section3 h3 {
        font-size: 20px;
    }
    .services-section3 p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .services-section3-left1 .landing-section2-txt h6 {
        font-size: 13px;
    }
    .services-section3-left ul li, .services-section3-left ul li b {
        font-size: 13px;
    }
    .faq-section-left h3 {
        font-size: 16px;
    }
    .faq-section-left p {
        font-size: 12px;
    }
    .faq-section-left .question {
        font-size: 13px;
    }
    .faq-section-left .answer {
        font-size: 13px;
    }
    .header-nav .header-nav-img {
        width: 135px;
    }
    .our-growth-form1 {
        padding: 25px 20px 25px 20px;
    }
    .our-growth-form-txt {
        margin-bottom: 5px;
    }
    .our-growth-form-txt h3 {
        font-size: 16px;
    }
    .our-growth-form-txt p {
        font-size: 13px;
        line-height: 20px;
    }
}
/* end (max-width: 375px) */