:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #2c5686;
  --theme-2: #5C30FD;
  --theme-3: #5C30FD;
  --theme-4: #5C30FD;
  --header: #101828;
  --base: #5C30FD;
  --text: #696969;
  --border: #E6E6E6;
  --border2: #373737;
  --ratting: #F8BC26;
  --bg: #101828;
  --bg2: #0D0D0D;
  --bg3: #121416;
  ---box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}
.header-2 .dropdown .btn.btn-secondary{
    background: #fff !important;
    color: #000 !important;
    border: none;
    font-weight: 500;
}
.theme-text{
    color: #fd6c03 !important;
    font-style: italic;
}
.theme-outline-small-btn {
    background: transparent;
    color: #fd6c03!important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    transition: all 0.4s ease-in-out;
    letter-spacing: 0;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 1;
    z-index: 9;
    border: 1px solid var(--theme);
}
.working-card-items .icon{
    width:40%;
}
.working-card-items .content{
    width:55%;
}
.working-card-items .icon img{
    width:100%;
}
.sticky .header-main .main-menu ul li {
    padding: 10px 0;
}
.faq-section{
    padding-bottom: 60px;
}
.about-list.style-2 {
    margin-top: 20px;
    margin-bottom: 30px;
}
.about-list.style-2 li {
    color: var(--header);
    font-weight: 500;
}
.about-list.style-2 li:not(:last-child) {
    margin-bottom: 20px;
}
.about-list li i {
    color: var(--theme);
    margin-right: 10px;
}
.about-list.style-2 li i {
    font-size: 22px;
    vertical-align: middle;
}
.funfact-box-items img{
    width: 100px;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
}
.service-section-4{
    margin-top: 0px;
    margin-bottom: 40px;
}
.breadcrumb-wrapper{
    margin-top: 88px;
}
.grow-business-section{
    margin-top: 60px;
    margin-bottom: 60px;
}
.grow-counting-items img{
    width: 64px;
    margin-bottom: 20px;
}
.service-items .content p{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
}
.service-section .section-title h2{
    color: #fff
}
.contact-section {
    padding-bottom: 120px;
}
.service-items .step-no{
    border: 1px solid var(--theme);
    background: var(--theme);
    width: 25px;
    border-radius: 50%;
    height: 25px;
    text-align: center;
    color: #fff;
    font-size: 12px !important;
    line-height: 25px !important;
}
.security-block{
    margin-top: 100px;
    margin-bottom: 100px;
}
.our-mission-section .funfact-box-items {
    background: var(--theme);
    color:#fff
}
.cta-marketing-section{
    margin-top: 100px;
    margin-bottom: 50px;
}
.w-125{
    width: 125% !important;
}
.login-left-side {
    background: var(--theme);
    height: 96vh;
    border-radius: 7px;
    text-align: center;
}
.login-page .container{
    max-width: 1500px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.login-page .right-box{
    padding:20px 50px;
}
.left-box.login-left-side img{
    width:60%;
}
.login-page form {
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    padding: 20px 40px 40px;
    border-radius: 7px;
    border: 2px solid #ddd;
}
.login-page h3{
    font-size: 35px;
    margin-bottom: 5px;
    margin-top: 30px;
}
.login-page .login-left-side p{
    font-size: 20px;
    color: #fff;
}
.login-page form h4{
    margin-bottom: 20px;
    font-size: 20px;
}
.login-page .social-icon {
    gap: 10px;
    margin-top: 30px;
    justify-content: center;
}
.login-page .social-icon a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    background-color: #2B3852;
    color: var(--white);
    transition: all 0.4s ease-in-out;
}
.login-page .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
}
.login-page .theme-btn {
    padding: 17px 40px !important;
}
.login-page .theme-btn:hover::after {
    animation: criss-cross-right 0.0s both;
    animation-direction: alternate;
    width: 100% !important;
}
.login-page .theme-btn:hover::before {
    width: 100% !important;
}
.privacy-policy-section ul{
    padding-left: 15px;
    list-style: disc;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: 0px;
}
.grow-business-section.safety-and-security-page {
    margin-top: 60px;
    margin-bottom: 60px;
    z-index: 1;
    position: relative;
    overflow: visible;
}
.safety-and-security-page .grow-business-wrapper-2 .grow-business-image .grap-shape {
    position: absolute;
    left: -10%;
    top: -10%;
}
.rotate-8 {
    transform: rotate(8deg);
}
.for-sender-page .grow-business-wrapper-2 .grow-business-image .grap-shape {
    position: absolute;
    left: unset;
    top: 0%;
    right: -8%;
}
.for-sender-page .grow-business-wrapper-2 .grow-business-image .grap-shape img{
   width: 100px;
}
.rotate-75 {
    transform: rotate(75deg);
}

.for-traveller-page .grow-business-wrapper-2 .grow-business-image .grap-shape {
    position: absolute;
    left: unset;
    top: 18%;
    right: -28%;
}
.for-traveller-page .grow-business-wrapper-2 .grow-business-image .grap-shape img{
   width: 90px;
   transform: rotate(15deg);
}
.sticky-logo{
    width: 70px;
}
.sticky-logo img{
    width: 100%;
}
.header-2.sticky .sticky-logo{
    width: 55px;
}
.header-left{
    padding-left: 0px;
    margin: auto;
}

.about-list.style-2.wow.fadeInUp li p{
    font-weight: 400;
    color: var(--text);
    font-size: 16px;
    margin-left: 35px;
}
.home-page-feature-section{
    padding-top: 100px;
    padding-bottom: 100px;
}
.footer-logo-image {
    width: 100px;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
}
.about-wrapper .about-image-items-4 .about-thumbs .imgage1 {
    width: 305px;
    height: 265px;
    object-fit: cover;
}
.about-wrapper .about-image-items-4 .about-thumbs .imgage2 {
    width: 305px;
    height: 269px;
    object-fit: cover;
}
.about-wrapper .about-image-items-4 .about-thumbs .imgage3 {
    width: 305px;
    height: 568px;
    object-fit: cover;
}
.experience-items img{
    width: 179px;
    height: 55px;
}
.pricing-page-section{
    padding-top: 60px  !important;
}
.row.pricing-row{
    justify-content: space-between;
    align-items: center;
}
.price-switch-tab {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.price-switch-tab .toggle-btn{
    width: 400px;
    margin: auto;
    padding: 10px 20px;
    background: rgba(253, 108, 3, 0.1);
    border-radius: 4px;
}

.price-items {
    display: none;
}

.price-items.active {
    display: block;
}

.country-btn.active {
    background: var(--theme);
    color: #fff;
}
.pricing-section-2.fix.section-padding.pt-60{
    padding-top: 60px !important;
}
#priceCalculationModal .nice-select {
    border: 1px solid #ddd;
    height: 40px;
    padding-left: 10px;
}
#priceCalculationModal .nice-select .list {
    background-color: #fff;
}
#priceCalculationModal .nice-select .list li{
    font-weight: 400;
    font-size: 12px;
}
.nice-select .option {
    font-weight: 400;
    line-height: 40px;
    padding: 0px 10px;
    border: 1px solid #ccc;
    border-bottom: none;
}
.pricing-calculation p {
    font-size: 14px;
    color: #222222;
}
.pricing-calculation .d-flex.justify-content-between.align-items-center.border-top.pt-1 p{
    font-size: 14px;
}
.pricing-calculation{
    width: 100%;
    padding-right: 20px;
    margin-top: 12px;
}
#priceCalculationModal.modal.show .modal-dialog {
    width: 500px;
    max-width: 500px;
}
.footer-quick-links{
    padding-left: 90px !important;
}
#priceCalculationModal input, #priceCalculationModal select {
    font-size: 14px;
    height: 38px;
    line-height: 23px;
}
.bill-total p{
    font-size: 16px !important;
}
.pricing-table {
    background: #fff;
    padding: 0px 0px;
    border-radius: 8px;
    margin-top: 30px;
    padding-bottom: 0px;
}
.pricing-table table tr th, .pricing-table table tr td{
    padding: 7px 15px;
    background-color: transparent;
    color: #000;
    border-color: #ccc;
}
.pricing-table .table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: rgba(253, 108, 3, 0.1);
    --bs-table-bg-type:unset !important
}
.pricing-table table a {
    color: var(--theme);
    font-weight: 600;
    text-decoration: underline;
    font-size: 18px;
}
.pricing-table table tr:last-child th, .pricing-table table tr:last-child td{
    border-bottom: none;

}
.pricing-table table {
    margin-bottom: 0px;
    border-color: #ccc;
    margin-top: 0px;
    border-radius: 8px;
    border: none;
}
.pricing-table table tr th {
    font-weight: 500;
    color: var(--theme);
    background-color: transparent;
    border-color: #ccc;
}
.pricing-note {
    color: #fff;
    margin-top: 0px;
    font-size: 12px;
}
.pricing-note small {
    font-size: 12px;
}
.pricing-header{
    position: relative;
}
.pricing-section-2 .theme-outline-btn, .pricing-section-2 .theme-btn {
    width: 370px;
}
.pricing-calculation .bill-details {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
#priceCalculationModal .form-label {
    font-size: 14px;
    margin-bottom: 0px;
    color: #222222;
    font-weight: 500;
}
#priceCalculationModal .coupon-button {
    position: absolute;
    right: 12px;
    top: 28px;
    background: var(--theme);
    color: #fff;
    padding: 6px 25px;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

#whatsappBtn {
    position: fixed;
    bottom: 130px;
    right: 18px;
    z-index: 1000;
    background-color: #25D366;
    border: none;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 40px;
    color: #fff;
}
.text-orange{
    color:#fd6c03 !important
}
.header-button a{
    width: 190px;
    padding: 15px 0px;
}
.discussed-items h2{
    color:#fff;
}

.discussed-items a img {
    width: 240px;
}
#priceCalculationModal .btn.btn-warning{
    background-color: var(--theme);
    border-color: var(--theme);
    color:#fff;
    width: 48%;
    padding: 10px;
}
#priceCalculationModal .btn.btn-success{
    width: 48%;
    padding: 10px;
}

.ribbon {
    width: 160px;
    height: 140px;
    overflow: hidden;
    position: absolute;
    top: -5px;
    right: -5px;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 195px;
    padding: 6px 0;
    background: #ff9e00;
    color: #fff;
    font-weight: 700;
    font-size: 23px;
    text-align: center;
    transform: rotate(42deg);
    top: 25px;
    right: -40px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    border-top: 3px dashed #fff;
    border-bottom: 3px dashed #fff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.w-30{
    width: 30% !important;
}


#download-app-btn {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    width: 100%;
    border-radius: 0px;
    font-weight: 400;
    padding: 15px;
    margin-bottom: 0px;
    display: none;
}
.grow-business-section .grow-content ul li{
    margin-bottom: 10px;
}
.contact-form-item .col-lg-6, .contact-form-item .col-lg-12{
    margin-top: 13px;
}
.notifyjs-wrapper{
    z-index: 30 !important;
}
