/*
    font-family: "Roboto",
    sans-serif;
*/
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}
html,
body {
    overflow-x: clip;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}
a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
    padding: 0;
    margin: 0;
    text-shadow: none;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    list-style: none;
}
b,
strong {
    font-weight: 700;
}
body {
    font-family: "Roboto",
    sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.2px;
    color: #231F20;
    overflow-x: clip;
}
p {
    opacity: 0.7;
    margin-bottom: 30px;
}
p:last-child{
    margin: 0;
}
a {
    color: #2E3192;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}
a:hover,
a:focus,
a:active {
    color: #231F20;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 400;
    color: #231F20;
}
.mt-50{
    margin-top: 50px;
}
.mtb-120{
    margin: 120px 0;
}
header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(6px);
    /* Note: backdrop-filter has minimal browser support */
    z-index: 99;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}
/* header.sticky {
    padding: 10px 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
} */
header .navbar-brand img {
    max-width: 132px;
}
header .menu-item a{
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
    /* identical to box height, or 173% */
    letter-spacing: -0.1px;
    color: #231F20;
    position: relative;
    padding: 0;
}
header .navbar-nav .menu-item{
    position: relative;
}
header .navbar-nav .menu-item.menu-item-has-children {
    padding-right: 14px;
}
header .navbar-nav .menu-item.menu-item-has-children::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: #808080;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    right: 0;
    width: 6px;
    height: 6px;
    top: 12px;
}
header .menu-item+.menu-item {
    margin-left: 50px;
}
header .menu-item a:hover,
header .menu-item a:focus,
header .menu-item.current-menu-item a {
    color: #2E3192;
}
header .navbar-nav>li.menu-item-has-children ul.sub-menu {
    position: absolute;
    top: 100%;
    margin: auto;
    min-width: 250px;
    background: #fff;
    padding: 20px;
    border-radius: 0 0 15px 15px;
    box-shadow: 10px 20px 20px rgba(0, 0, 0, .1);
    border-top: 2px solid #DC1D47;
    -ms-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    display: block;
    z-index: 100;
}
header .navbar-nav .menu-item-has-children:hover ul.sub-menu {
    display: block;
    opacity: 1;
    -ms-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
}
header .navbar-nav .sub-menu li + li{
    margin: 10px 0 0;
}
header .navbar-nav .sub-menu a {
    padding: 0 !important;
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
header .navbar-nav .sub-menu .menu-item a:hover,
header .navbar-nav .sub-menu .menu-item a:focus,
header .navbar-nav .sub-menu .menu-item a:active,
header .navbar-nav .sub-menu .menu-item.menu-item.current-menu-item a {
    color: #DC1D47;
}
header .navbar,
header .navbar-brand {
    padding: 0;
    margin: 0;
}
header .navbar-nav .menu-item:last-child a{
    padding: 18px 35px;
    background: #2E3192;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.5px;
}
header .navbar-nav .menu-item:last-child a:hover,
header .navbar-nav .menu-item:last-child a:focus,
header .navbar-nav .menu-item:last-child a:active{
    background: #0F91C9;
    color: #fff;
}
.home-banner{
    padding: 240px 0;
}
.hb-desc h1{
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -2px;
    color: #2E3192;
    margin-bottom: 30px;
}
.hb-desc h1 .animation{
    display: inline-block;
    position: relative;
	top: 10px;
    text-align: right;
    height: 72px;
    min-width: 232px;
    animation: spincube 4s 1s infinite;
    transform-style:preserve-3d;
}
.text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: right;
    background: linear-gradient(270deg, #2E3192 0%, #2A5EA1 50%, #268BB0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.text#face1 {
    -webkit-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -ms-transform: translateZ(30px);
    transform: translateZ(30px);
    -webkit-backface-visibility: hidden;
}

.text#face2 {
    -webkit-transform: rotateX(120deg) translateZ(30px);
    -moz-transform: rotateX(120deg) translateZ(30px);
    -ms-transform: rotateX(120deg) translateZ(30px);
    transform: rotateX(120deg) translateZ(30px);
    -webkit-backface-visibility: hidden;
}
@keyframes spincube {

    from,
    to {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

/*     33.33% {
        -webkit-transform: rotateX(120deg);
        -moz-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        transform: rotateX(120deg);
    }

    66.66% {
        -webkit-transform: rotateX(240deg);
        -moz-transform: rotateX(240deg);
        -ms-transform: rotateX(240deg);
        transform: rotateX(240deg);
    } */
	
	50% {
        -webkit-transform: rotateX(240deg);
        -moz-transform: rotateX(240deg);
        -ms-transform: rotateX(240deg);
        transform: rotateX(240deg);
    }

    100% {
        -webkit-transform: rotateX(1turn);
        -moz-transform: rotateX(1turn);
        -ms-transform: rotateX(1turn);
        transform: rotateX(1turn);
    }
}


.btns-content{
    gap: 20px;
}
.btn-primary{
    background: #2E3192;
    border-radius: 8px;
    color: #fff;
    border: 1px solid #2E3192;
    box-shadow: none;
    outline: none;
    padding: 20px 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    letter-spacing: -0.6px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    background: transparent;
    border-color: #2E3192;
    color: #2E3192;
}
.btn-secondary {
    background: transparent;
    border-radius: 8px;
    color: #2E3192;
    border: 1px solid #2E3192;
    box-shadow: none;
    outline: none;
    padding: 20px 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    letter-spacing: -0.6px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: #2E3192;
    border-color: #2E3192;
    color: #fff;
}
.btns-content .d-flex {
    margin-top: 9px;
    gap: 9px;
    margin-left: 6px;
}
.btns-content .d-flex p{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: -0.2px;
    color: #231F20;
    opacity: 0.7;
}
.btns-content .d-flex img {
    flex: 0 0 10px;
}
.mtb-110{
    margin: 110px 0;
}
.hs-desc h2{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    /* or 133% */
    letter-spacing: -1.2px;
    color: #161C2D;
    margin-bottom: 54px;
}
.hs-desc img,
.hs-imgs img{
    max-width: 100%;
    border-radius: 10px;
}
.hs-imgs{
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.sender-box{
    background: #2E3192;
    border-radius: 10px;
}
.sender-desc{
    color: #fff;
    padding: 45px 55px;
}
.sender-desc .small-title{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    /* identical to box height, or 142% */
    letter-spacing: -0.5px;
    color: #D3D4F3;
    margin-bottom: 30px;
    display: block;
}
.sender-desc h2{
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.sender-desc ul{
    margin-bottom: 30px;
}
.sender-desc ul li{
    position: relative;
    padding-left: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    opacity: 0.65;
}
.sender-desc ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_34_302)'%3E%3Cpath d='M14.6453 2.13281C14.1736 1.66113 13.4089 1.66113 12.9373 2.13281L4.76636 10.3066L2.05933 7.59961C1.58765 7.12793 0.822998 7.12793 0.351318 7.59961C-0.120361 8.07129 -0.120361 8.83594 0.351318 9.30762L3.91089 12.8672C4.30054 13.2568 4.90405 13.333 5.37866 13.0547C5.39624 13.043 5.41382 13.0342 5.42847 13.0225C5.49585 12.9785 5.5603 12.9258 5.6189 12.8672L14.6453 3.84082C15.1169 3.36914 15.1169 2.60449 14.6453 2.13281Z' fill='%23D3D4F3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_34_302'%3E%3Crect width='15' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 15px;
}
.arrow-btn{
    gap: 6px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    /* identical to box height, or 188% */
    letter-spacing: -0.6px;
}
.arrow-btn:hover,
.arrow-btn:focus,
.arrow-btn:active{
    opacity: .75;
    color: #fff;
}
.sender-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0 10px 10px 0;
}
.how-works{
    position: absolute;
    left: 20px;
    top: 20px;
    gap: 10px;
    width: fit-content;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: -0.5px;
    color: #2E3192;
}
.sender-box+.sender-box{
    margin-top: 50px;
}
.home-senders .col-12 .sender-box:nth-child(2) .row{
    flex-direction: row-reverse;
}
.home-senders .col-12 .sender-box:nth-child(2) .sender-img img{
    border-radius: 10px 0 0 10px;
}
.home-senders .col-12 .sender-box:nth-child(2) .how-works{
    left: auto;
    right: 20px;
}
.hw-bg{
    background: #F9F9F9;
    border-radius: 10px;
}
.hw-bg .col-lg-8,
.hw-bg .col-lg-4{
    display: inherit;
}
.hw-desc{
    padding: 45px;
    width: 100%;
}
.hw-desc h2{
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: -0.5px;
    color: #49545B;
    margin-bottom: 50px;
}
.hw-desc h2 b,
.hw-desc h2 strong{
    color: #2E3192;
}
.hw-bg .col-lg-6 {
    display: inherit;
}
.hw-desc .row {
    row-gap: 25px;
}
.hwd-box {
    align-items: start;
    gap: 10px;
    width: 85%;
}
.hwd-box img {
    flex: 0 0 25px;
    position: relative;
    top: 5px;
    width: 25px;
}
.hwd-desc h3{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.2px;
    color: #000000;
    opacity: 0.65;
    margin-bottom: 10px;
}
.hwd-desc p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.2px;
    color: #000000;
    opacity: 0.65;
}
.hw-right{
    width: 100%;
    height: 100%;
    background: #2E3192;
    border-radius: 0 10px 10px 0;
    padding: 25px 55px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    z-index: 1;
}
.hw-right h4{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.hw-right h5{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #D3D4F3;
}
.hw-right p{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    opacity: 0.7;
}
.hw-right img{
    position: absolute;
    top: 27px;
    left: -90px;
    z-index: -1;
    max-width: 249px;
}
.ptb-70{
    padding: 70px 0;
}
.home-testi{
    background: rgba(0, 174, 239, 0.05);
}
.testi-box {
    max-width: 80%;
    margin: 0 auto;
}
.testi-box p{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -1.2px;
    color: #575757;
    opacity: 1;
}
.testi-auth{
    margin-top: 35px;
}
.testi-auth h3{
    font-weight: 700;
    font-size: 17px;
    line-height: 29px;
    letter-spacing: -0.2px;
    color: #575757;
}
.testi-auth p{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.1px;
    color: #575757;
    mix-blend-mode: normal;
    opacity: 0.65;
}
.swiper-testi .swiper-pagination {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 20px;
    height: auto;
}
.swiper-testi .swiper-pagination-bullet{
    background: #000000;
    opacity: 1;
}
.swiper-testi .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2E3192;
}
.home-travel .row{
    row-gap: 30px;
}
.home-travel .col-lg-6,
.home-travel .col-lg-3{
    display: inherit;
}
.ht-desc{
    width: 100%;
}
.ht-desc h2{
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: -0.5px;
    color: #49545B;
    margin-bottom: 25px;
}
.ht-desc p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    opacity: 0.65;
}
.ht-box{
    width: 100%;
    border-radius: 10px;
}
.ht-box img{
    width: 100%;
}
.htb-desc{
    border: 2px solid #2E3192;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    padding: 25px 15px;
}
.htb-desc h3{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.2px;
    color: #000000;
    opacity: 0.65;
    margin-bottom: 10px;
}
.htb-desc p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    color: #000000;
    opacity: 0.65;
}
.home-faq h2{
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 73px;
    color: #252C37;
    margin-bottom: 50px;
}
.faqs-acco .accordion-item {
    background: #FFFFFF;
    box-shadow: none;
    border: 0;
}
.faqs-acco .accordion-item + .accordion-item{
    border-top: 1px solid #D9D9D9;
}

.faqs-acco .accordion-button {
    padding: 15px 30px;
    background: transparent;
    box-shadow: none;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 38px;
    color: #252C37;
}

.faqs-acco .accordion-collapse {
    padding: 0px 30px 15px;
}

.faqs-acco .accordion-collapse p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */
    color: #687086;
}

.faqs-acco.accordion-flush .accordion-item .accordion-button.collapsed {
    color: #676767;
}

.faqs-acco .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1.5V16.5' stroke='%23353E5C' stroke-width='1.32353' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 9H1.5' stroke='%23353E5C' stroke-width='1.32353' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-size: 14px;
    background-position: center;
}

.faqs-acco .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1.5L1.5 14.5' stroke='%23353E5C' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 1.5L14.5 14.5' stroke='%23353E5C' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-size: 14px;
    background-position: center;
    width: 40px;
    height: 40px;
    box-shadow: none;
}

.accordion-flush .accordion-item+.accordion-item {
    margin-top: 0;
}

.pro-faq {
    overflow: hidden;
}
footer{
    padding: 85px 0;
    background: #2E3192;
}
.ft-top-desc h2{
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 47px;
    letter-spacing: -1.2px;
    color: #FFFFFF;
    margin: 0;
}
.ft-top-desc h2 b,
.ft-top-desc h2 strong{
    color: #00AEEF;
}
.btn-white{
    padding: 20px 40px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    box-shadow: none;
    outline: none;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    letter-spacing: -0.6px;
    color: #252C37;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active{
    background: #00AEEF;
    border-color: #00AEEF;
    color: #fff;
}
.ft-bottom{
    margin-top: 75px;
    padding-top: 75px;
    border-top: 1px solid #fff;
}
.ft-logo{
    margin-bottom: 20px;
}
.ft-logo img{
    max-width: 165px;
}
.ft-bottom p{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    opacity: 0.65;
}
.social{
    gap: 40px;
}
.social a svg{
    transition: .5s all;
}
.social a:hover svg path{
    fill: #00AEEF;
}
.con-details{
    gap: 30px;
}
.con-details a{
    gap: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}
.con-details a:hover,
.con-details a:focus,
.con-details a:active{
    color: #00AEEF;
}
.ftb-top{
    flex-wrap: wrap;
}
.ftb-btm {
    margin-top: 45px;
}
.ftb-btm p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #9EA1A6;
    margin: 0;
}
.privacy-links{
    gap: 20px;
    flex-wrap: wrap;
}
.privacy-links a{
    font-style: normal;
    font-weight: 300;
    font-size: 12.8px;
    line-height: 19px;
    color: #9EA1A6;
}
.privacy-links a:hover,
.privacy-links a:focus,
.privacy-links a:active{
    color: #fff;
}

@media screen and (max-width: 991px) {
    .navbar-toggler {
        padding: 0;
        outline: 0;
        border: 0;
        margin-right: 0;
        box-shadow: 0 0 0 !important;
    }

    .icon-bar {
        width: 25px;
        height: 2px;
        background: #2E3192;
        display: block;
    }

    .icon-bar+.icon-bar {
        margin-top: 6px;
    }

    .navbar-collapse {
        padding: 0;
        float: left;
        width: 100%;
        position: fixed;
        left: -100%;
        right: auto;
        top: 0;
        z-index: 11;
        -ms-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
        height: 100vh !important;
        border: 0;
        display: block;
        background: #fff;
        overflow: auto;
    }

    .navbar-collapse.show {
        left: 0;
    }

    header .collapse:not(.show) {
        display: block;
    }

    button.close-btn {
        width: 100%;
        height: 40px;
        background: #2E3192;
        border: 0;
        right: 0;
        position: absolute;
        font-size: 18px;
        color: #000;
        padding: 0 15px;
        z-index: 2;
        text-align: left;
        top: 0;
        cursor: pointer;
        text-transform: capitalize;
        left: 0;
        display: block;
        line-height: 40px;
        text-align: right;
    }

    ul.navbar-nav {
        padding-top: 40px;
    }

    .navbar-nav {
        width: 100%;
        overflow-x: hidden;
    }

    ul.navbar-nav>li {
        width: 100%;
    }

    header .navbar-nav a,
    header .navbar-nav .sub-menu a,
    header .navbar-nav>li.menu-item:last-child a {
        font-size: 16px;
        width: 100%;
        display: block;
        padding: 15px 25px !important;
        line-height: 1;
        border: 0;
        background: transparent;
        color: #000;
        font-weight: 400;
    }
    header .navbar-nav>li.menu-item:last-child a:hover,
    header .navbar-nav>li.menu-item:last-child a:focus,
    header .navbar-nav>li.menu-item:last-child a:active {
        background: transparent;
        color: #0F91C9;
    }

    button.close-btn svg {
        fill: #fff;
        width: 18px;
        padding-top: 10px;
        vertical-align: unset;
    }

    header .menu-item+.menu-item {
        margin-left: 0;
    }

    header .navbar-nav .menu-item+.menu-item {
        margin-left: 0;
        border-top: 1px solid #2E3192;
    }
    header .menu-item a::before{
        display: none;
    }
    .sub-menu {
        position: relative !important;
        display: none !important;
        top: 0 !important;
        min-width: 100% !important;
        padding: 0 !important;
        box-shadow: none !important;
        background: #fff3f3 !important;
        border-top: 0 !important;
        border-radius: 0 !important;
    }

    .sub-open .sub-menu {
        display: block !important;
        opacity: 1 !important;
        -ms-transform: rotateX(0) !important;
        -webkit-transform: rotateX(0) !important;
        transform: rotateX(0) !important;
        
    }
    header .menu-item{
        position: relative;
    }
    header .navbar-nav .menu-item.menu-item-has-children {
        padding-right: 0;
    }
    header .navbar-nav .menu-item.menu-item-has-children::after {
        right: 10px;
        top: 15px;
        cursor: pointer;
        border-color: #0F91C9;
        width: 10px;
        height: 10px;
        transition: .5s all;
        z-index: -1;
    }
    header .menu-item.menu-item-has-children.sub-open::after {
        transform: rotate(222deg);
        top: 20px;
        right: 12px;
    }
    header .navbar-nav .sub-menu li+li {
        margin: 0;
    }
    
}
@media screen and (max-width: 767px) {
    .home-banner {
		padding: 120px 0;
	}
	.btns-content {
		gap: 10px;
		flex-wrap: wrap;
	}
	.mtb-110 {
		margin: 50px 0;
	}
	.hs-desc h2, .sender-desc h2, .hw-desc h2, .ht-desc h2, .home-faq h2, .ft-top-desc h2{
		font-size: 30px;
		line-height: 42px;
		margin-bottom: 25px;
	}
	.row, .hs-imgs{
		gap: 30px;
	}
	.sender-desc, .hw-desc{
		padding: 25px;
	}
	.hw-right{
		padding: 25px 25px 0;
	}
	.hw-right img {
		position: relative;
		top: auto;
		left: auto;
		z-index: 1;
	}
	.ptb-70 {
		padding: 50px 0;
	}
	.testi-box{
		max-width: 100%;
	}
	.testi-box p{
		font-size: 28px;
		line-height: 40px;
	}
	.htb-desc p {
		min-height: auto;
	}
	.faqs-acco .accordion-button{
		padding: 15px;
		font-size: 20px;
		line-height: 30px;
	}
	.faqs-acco .accordion-collapse {
		padding: 0 15px 15px;
	}
	.ft-bottom{
		margin-top: 35px;
		padding-top: 35px;
	}
}