﻿
nav.navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 111;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
    animation: slideDown 0.2s linear;
}

@keyframes slideDown {

    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
    .navbar-brand {
        outline: none !important;
    }

.mainbody.mb1 {
    padding-top: 75px;
}


.main_menu a {font-size: 14px;display: block;text-align: center;position: relative;margin: 0 10px;font-weight: 500;color: #16303f !important;height: 75px;transition: all .4s ease;}
.main_menu a.active::after, .main_menu a:hover::after {position: absolute;content: "";background: #c00875;width: 100%;bottom: 0;height: 3px;left: 0;}
.main_menu a .icon {display: block;width: 24px;margin: 0 auto;height: 24px;background-size: 24px !important;margin-top: 12px;}
.main_menu a .icon-flight {background: url('../Images/icon-menu-flight.svg') no-repeat center;}
.main_menu a .icon-hotel {background: url('../Images/icon-menu-hotel.svg') no-repeat center;}
.main_menu a .icon-bus {background: url('../Images/icon-menu-bus.svg') no-repeat center;}
.main_menu a .icon-visa {background: url('../Images/icon-menu-visa.svg') no-repeat center;}

.main_menu a:hover .icon-flight, .main_menu a.active .icon-flight {background-image: url('../Images/icon-menu-flight-fill.svg');}
.main_menu a:hover .icon-hotel, .main_menu a.active .icon-hotel {background-image: url('../Images/icon-menu-hotel-fill.svg');}
.main_menu a:hover .icon-bus, .main_menu a.active .icon-bus {background-image: url('../Images/icon-menu-bus-fill.svg');}
.main_menu a:hover .icon-visa, .main_menu a.active .icon-visa {background-image: url('../Images/icon-menu-visa-fill.svg');}
.btn_user {display: inline-block;padding: 8px 10px;font-size: 14px;text-align: center;min-width: 150px;background: #005A99;color: #ffffff;border-radius: 2px;border: 0;}


.mobileapp_sec {padding-top: 60px;padding-bottom: 60px;}
.mobileapp_sec .sectitle2 {font-size: 28px;font-weight: 600;margin-bottom: 15px;}
.mobileapp_sec p {font-size: 15px;font-weight: 500;margin-bottom: 20px;}
.featurList {margin: 0;padding: 0;column-count: 2;max-width: 610px;margin-bottom: 15px;}
.featurList li {list-style: none;margin-bottom: 15px;font-size: 14px;font-weight: 600;color: #444444;position: relative;}
.featurList li:before {content: "";background: url(../../assets/images/icon-tick.svg) no-repeat center;width: 20px;display: inline-block;height: 18px;vertical-align: middle;background-size: 20px;margin-right: 13px;}
.app_links {margin-bottom: 15px;}
.app_link {display: inline-flex;border: 0;padding: 8px 12px;background: #222222;color: #ffffff;border-radius: 5px;text-decoration: none;align-items: center;outline: none;margin-right: 10px;}
.app_link > i {margin-right: 5px;font-size: 20px;}
.app_link > span {font-size: 10px;line-height: 10px;}
.app_link > span > span {display: block;font-size: 16px;font-weight: 500;line-height: 16px;}


.qrCode {border: 1px solid #dddddd;padding: 20px;max-width: 250px;display: block;margin: 0 auto;text-align: center;font-size: 14px;font-weight: 600;color: #666666;border-radius:20px;}


.popular-routes {background: #f1f5f8;padding: 40px 0;}
.popular-routes .title {font-size: 16px;color: #444444;font-weight: 600;margin-bottom: 15px;}
.routelist {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 5fr));
    gap: 5px;
    row-gap: 10px;
}
.routelist a {font-size: 14px;color: #666666;text-decoration: none;}
.routelist a:hover {color: #2196f3;}
footer {background: #1d262d;padding-top: 50px;}
.ftr_title {font-size: 16px;color: #dddddd;font-weight: 600;margin-bottom: 15px;}
ul.ftr_links {padding: 0;list-style: none;}
ul.ftr_links li {margin-bottom: 5px;}
ul.ftr_links li a {text-decoration: none;color: #abb4b9;font-size: 14px;display: inline-block;vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);position: relative;-webkit-transition-property: color;transition-property: color;-webkit-transition-duration: 0.5s;transition-duration: 0.5s;}
ul.ftr_links li a:before {content: "";position: absolute;z-index: -1;height: 1px;left: 0;right: 0;bottom: 0;background: #abb4b9;-webkit-transform: scaleX(0);transform: scaleX(0);-webkit-transform-origin: 0 50%;transform-origin: 0 50%;-webkit-transition-property: transform;transition-property: transform;-webkit-transition-duration: 0.5s;transition-duration: 0.5s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
ul.ftr_links li a:hover:before {-webkit-transform: scaleX(1);transform: scaleX(1);-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);}

.ftr_social {list-style: none;padding: 0;}
.ftr_social li {display: inline-block;margin-right: 10px;}
.ftr_social li a {color: #abb4b9;font-size: 24px;display: block;line-height: 24px;}
.ftr_social li a:hover {color: #7cd0ff;}
.ftr_copyright {border-top: 1px solid #2d404e;padding-top: 25px;margin-top: 25px;padding-bottom: 25px;}
.ftr_copyright span {font-size: 14px;color: #abb4b9;}
.ftr_copyright span a {font-size: 14px;color: #abb4b9;text-decoration:none;font-weight:600;}
.ftr_copyright span a:hover {font-size: 14px;color: #abb4b9;text-decoration:underline;}
.sectoproutes {background: #ffffff;padding-top: 30px;padding-bottom: 40px;}
.box_toproute {padding: 20px 15px;width: 100%;display: inline-flex;border-radius: 10px;text-decoration: none;color: #333333;align-items: center;background: #f6fcff;}
.box_toproute img {width: 35px;opacity: 0.5;margin-right: 15px;}
.box_toproute .l1 {display: block;color: #333333;font-size: 16px;font-weight:600;}   
.box_toproute .l2 {display: block;color: #2196F3;font-size: 22px;font-weight: 600;margin-bottom:10px;}
.box_toproute.b1 {background: #d4eee3;}
.box_toproute.b2 {background: #e3e3ff;}
.box_toproute.b3 {background: #ffe2e0;}
.box_toproute.b4 {background: #fff3cd;}
.box_toproute .btn_b {padding: 5px 13px;display: inline-block;font-size: 14px;border-radius: 5px;font-weight: 600;cursor: pointer;}
.box_toproute.b1 .btn_b {border: 1px solid #27a974;color: #27a974;}
.box_toproute.b2 .btn_b {border: 1px solid #6363f5;color: #6363f5;}
.box_toproute.b3 .btn_b {border: 1px solid #ce3426;color: #ce3426;}
.box_toproute.b4 .btn_b {border: 1px solid #ffa800;color: #ffa800;}
.box_toproute.b1 .btn_b:hover {background: #27a974;color: #ffffff;}
.box_toproute.b2 .btn_b:hover {background: #6363f5;color: #ffffff;}

.box_toproute.b3 .btn_b:hover {background: #ce3426;color: #ffffff;}
.box_toproute.b4 .btn_b:hover {background: #ffa800;color: #ffffff;}
.secdeals {background: #ffffff;padding-top: 40px;padding-bottom: 30px;}

.spl_offer {
    position: relative;
    margin: 15px 0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / 15%);
    z-index:0;
}
.offer_lbl {
    position: absolute;
    background: #e1193f;
    color: #ffffff;
    text-align: center;
    width: 40px;
    left: 30px;
    top: -10px;
    line-height: 14px;
    font-size: 14px;
    letter-spacing: 0;
    padding: 12px 0 8px 0;
    z-index: 1;
}
.offer_lbl b{
    display:block;
}
    .offer_lbl::before {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        border-left: 15px solid transparent;
        border-right: 0px solid transparent;
        border-top: 0px solid transparent;
        border-bottom: 10px solid #930202;
        left: -15px;
        top: 0;
    }
    .offer_lbl::after {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 10px solid #e1193f;
        border-bottom: 0px solid transparent;
        left: 0;
        bottom: -10px;
    }
.spl_img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
    .spl_img img {
        width: 100%;
        transition: all .3s linear;
        transform: scale(1);
        -moz-transform: scale(1);
    }
.offer_content {
    position: absolute;
    top: 60px;
    left: 15px;
    width: 60%;
}
    .offer_content .l1 {
        color: #ffffff;
        display: inline-block;
        font-size: 28px;
        font-weight: 500;
        line-height: normal;
        text-shadow: 0 2px 2px rgb(0 0 0 / 30%);
    }
    .offer_content .l2 {
        color: #ffffff;
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
    }
.offer_val {
    font-size: 14px;
    color: #777777;
    font-weight: 400;
    padding: 12px 20px;
}

.spl_offer:hover .spl_img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
}








.sectitle {
    font-weight: 300;
    color: #00268b;
    font-size: 32px;
    margin-bottom: 35px;
}
.sectitle b{font-weight: 700;}
.sec_why {padding-top: 40px;padding-bottom: 40px;background: #f1f5f8;}




.why_box {border: 1px solid #e1e1e1;padding: 15px;text-align: center;border-radius: 20px;background:#ffffff;}
.why_box img {width: 60px;margin-bottom: 15px;}
.why_box h4 {font-size: 18px;font-weight: 500;color: #333333;}
.why_box p {font-size: 14px;color: #666666;}






.pagetitle {background: #113888;display: inline-block;width: 100%;padding-top: 40px;padding-bottom: 40px;}
.pagetitle .title {color: #ffffff;font-size: 32px;font-weight: 600;margin-bottom: 0;}
.contact_row {display: flex;margin-bottom: 20px;border-bottom: 1px solid #f7f7f7;padding-bottom: 15px;}
.contact_row .contact_icon {width: 50px;min-width: 50px;height: 50px;text-align: center;line-height: 46px;font-size: 20px;border-radius: 50%;background: #ffffff;color: #0d6efd;margin-right: 20px;border: 1px solid #0d6efd;}
.contact_row .contact_title {font-weight: 700;color: #505050;margin-bottom: 15px;display: inline-block;width: 100%;position: relative;line-height: 35px;}
.contact_row .contact_title::after {content: "";position: absolute;width: 20px;height: 5px;background: #dfdfdf;left: 0;bottom: -4px;border-radius: 20px;}
.contact_row .contact_info {font-size: 18px;font-weight: 400;color: #333333;}
.contact_row .contact_info2 {font-size: 28px;font-weight: 700;color: #333333;}

/*-------------- Login From START------------*/

#loginModel{
    margin-top:-20px
}
button.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}
.login_form {
    padding: 40px 30px 30px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}
    .login_form .login_title {
        font-size: 22px;
        color: #103787;
        margin-bottom: 35px;
        font-weight: 600;
        display:inline-block;
        width:100%;
    }

    .login_form .row_login {
        width: 100%;
        margin: 18px 0;
        position: relative;
        display: inline-block;
    }
        .login_form .row_login .lbllogin {
            position: absolute;
            top: -12px;
            left: 15px;
            font-size: 13px;
            color: #333333;
            font-weight: 600;
            background: #ffffff;
            padding: 0 5px;
        }

        .login_form .row_login .txtlogin {
            border: 1px solid #d1d1d1;
            width: 100%;
            outline: none;
            padding: 10px 20px;
            font-size: 16px;
            border-radius: 1px;
        }
        .login_form .row_login .txtlogin::placeholder {
            color:#bbbbbb;
            font-weight:300;
        }
            .login_form .row_login .txtlogin:hover {
                border: 1px solid #999999;
            }
            .login_form .row_login .txtlogin:focus {
                border: 1px solid #0099e9;
            }

    .login_form .btnlogin {
        background-image: linear-gradient(to right, #f13528, #d7074e);
        color: #ffffff;
        border: 0;
        padding: 10px;
        display: inline-block;
        font-size: 16px;
        letter-spacing: 1px;
        border-radius: 3px;
        min-width: 100%;
        cursor: pointer;
        outline: none;
        margin: 10px 0;
    }
        .login_form .btnlogin:hover {
            background-image: linear-gradient(to right, #d7074e, #f13528);
        }

    .login_form .loginlink {
        font-size: 14px;
        text-decoration: none;
        color: #666666;
        margin: 5px;
    }

        .login_form .loginlink:hover {
            text-decoration: underline;
            color: #0d6efd;
        }
    .login_form .otpto {
        display: block;
        font-size: 14px;
        color: #777777;
    }
        .login_form .otpto b {
            color: #333333;
            font-weight: 600;
        }


.login_form .seprator {
    width: 100%;
    height: 30px;
    display: block;
    margin: 15px auto;
    position: relative;
}
        .login_form .seprator::before {
            content: "";
            position: absolute;
            border-top: 1px dashed #e1e1e1;
            width: 100%;
            left: 50%;
            transform: translate(-50%, 0);
            top: 13px;
        }
        .login_form .seprator .lb {
            width: 26px;
            display: inline-block;
            position: relative;
            background: #f1f1f1;
            border-radius: 50%;
            border: 1px solid #e7e7e7;
            height: 26px;
            line-height: 24px;
            color: #837e7e;
            font-size: 12px;
            font-weight: 600;
        }

.sociallogin{

}

    .sociallogin .btnsocial {
        background: #bdbdbd;
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 32px;
        border-radius: 50%;
        margin: 5px;
        cursor:pointer;
    }
        .sociallogin .btnsocial.facebook {
            background: #3c66c4;
        }
        .sociallogin .btnsocial.twitter {
            background: #111111;
        }
        .sociallogin .btnsocial.linkedin {
            background: #0278b8;
        }
        .sociallogin .btnsocial.google {
            background: #cf4332;
        }
    .sociallogin .btnsocial:hover {
        background: #bdbdbd;
    }


/*-------------- Login From END------------*/
/*--------------- FAQ START ---------------*/
.verticle_tab {
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

    .verticle_tab .tab_menu {
        width: 230px;
    }

    .verticle_tab .tab-content {
        width: calc(100% - 230px);
        padding-left: 30px;
        min-height: 400px;
    }

    .verticle_tab .tab_menu .btn_tab {
        display: block;
        font-size: 14px;
        color: #00268b;
        font-weight: 500;
        padding: 12px 10px 12px 15px;
        border: 1px solid #e6e6e6;
        cursor: pointer;
        background: #f9f9f9;
        border-bottom: 0;
        position: relative;
    }

        .verticle_tab .tab_menu .btn_tab:last-child {
            border-bottom: 1px solid #e6e6e6;
        }

        .verticle_tab .tab_menu .btn_tab.active, .verticle_tab .tab_menu .btn_tab.active:hover {
            background: #005A99;
            border-color: #005A99;
            color: #ffffff;
        }

        .verticle_tab .tab_menu .btn_tab:hover {
            background: #e6f5ff;
        }

        .verticle_tab .tab_menu .btn_tab.active::after {
            content: "";
            position: absolute;
            width: 15px;
            height: 15px;
            right: -8px;
            background: #005A99;
            top: 50%;
            transform: translateY(-50%) rotate(45deg);
        }




.acrsn_style1 {
    width: 90%;
    margin: 0 auto;
}

.acrsn_list {
}

.acrsn_header {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    border-bottom: 1px solid #ffffff;
    padding: 12px 80px 12px 0;
    position: relative;
    cursor: pointer;
}

    .acrsn_header::after {
        content: "\F4F9";
        font-family: 'bootstrap-icons';
        position: absolute;
        right: 0;
        font-size: 24px;
        top: 50%;
        transform: translateY(-50%);
        color: #aeaeae;
    }

    .acrsn_header[aria-expanded="true"]::after {
        content: "\F2E5";
        color: #007dd6;
    }

    .acrsn_header[aria-expanded="true"] {
        color: #007dd6;
        border-color: #ebebeb;
    }

.acrsn_list .acrsn_body {
    font-size: 14px;
    padding: 10px 80px 20px 0;
    color: #444444;
    font-weight: 400;
    text-align: justify;
}









.about_welcome {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .about_welcome .abt_title {
        color: #111111;
        font-size: 32px;
        margin-bottom: 20px;
        font-weight: 300;
    }

        .about_welcome .abt_title b {
            font-weight: 700;
        }

    .about_welcome p {
        font-size: 16px;
        color: #444444;
    }

.abt_list {
    list-style: none;
    padding-left: 40px;
    font-size: 16px;
    color: #444444;
    margin: 30px 0;
}

    .abt_list li {
        margin-bottom: 15px;
    }

        .abt_list li .title {
            font-weight: 600;
            color: #111111;
            position: relative;
        }

            .abt_list li .title::before {
                content: "\F270";
                font-family: bootstrap-icons;
                font-size: 26px;
                color: #007ed6;
                position: absolute;
                left: -40px;
                top: -5px;
            }






.aboutserv_sec {
    background: url(../Images/about-bg.jpg) no-repeat center;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
    background-attachment: fixed;
}

    .aboutserv_sec .abt_title {
        color: #ffffff;
        font-size: 32px;
        margin-bottom: 20px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
        font-weight: 700;
    }

    .aboutserv_sec .abt_subtitle {
        color: #ffffff;
        font-size: 18px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
        font-weight: 500;
        width: 80%;
        margin: 0 auto 30px auto;
    }

.serv_box {
    width: 180px;
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

    .serv_box .icon {
        width: 120px;
        height: 100px;
        display: flex;
        margin: 10px auto;
        background: #ffffff;
        border-radius: 20px;
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .04);
        justify-content: center;
        align-items: center;
    }

        .serv_box .icon > .i {
            width: 80px;
            height: 80px;
            background: url(../Images/about-service.jpg) no-repeat;
        }

            .serv_box .icon > .i.service-1 {
                background-position: 0 0;
            }

            .serv_box .icon > .i.service-2 {
                background-position: -92px 0;
            }

            .serv_box .icon > .i.service-3 {
                background-position: -175px 0;
            }

            .serv_box .icon > .i.service-4 {
                background-position: -261px 0;
            }

            .serv_box .icon > .i.service-5 {
                background-position: -342px 0;
            }

            .serv_box .icon > .i.service-6 {
                background-position: -425px 0;
            }

.aboutwhy_sec {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .aboutwhy_sec .abt_title {
        color: #111111;
        font-size: 32px;
        margin-bottom: 20px;
        font-weight: 300;
    }

        .aboutwhy_sec .abt_title > b {
            font-weight: 700;
        }

    .aboutwhy_sec .why_box {
        text-align: center;
        padding: 20px;
        margin: 10px 0;
        border: 1px solid #d4f0ff;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
        position: relative;
        background: #ffffff;
        -webkit-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
        -o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
        transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    }

        .aboutwhy_sec .why_box .icon {
            display: block;
            width: 80px;
            height: 80px;
            margin: 15px auto;
            background: url(../Images/about-service.jpg) no-repeat;
        }

            .aboutwhy_sec .why_box .icon.i-1 {
                background-position: 0 -100px;
            }

            .aboutwhy_sec .why_box .icon.i-2 {
                background-position: -87px -100px;
            }

            .aboutwhy_sec .why_box .icon.i-3 {
                background-position: -177px -100px;
            }

            .aboutwhy_sec .why_box .icon.i-4 {
                background-position: -260px -100px;
            }

            .aboutwhy_sec .why_box .icon.i-5 {
                background-position: -340px -100px;
            }

            .aboutwhy_sec .why_box .icon.i-6 {
                background-position: -420px -100px;
            }


        .aboutwhy_sec .why_box > .title {
            color: #373737;
            font-size: 22px;
            font-weight: 500;
            margin-bottom: 15px;
        }


        .aboutwhy_sec .why_box p {
            font-weight: 400;
            color: #5d646a;
            font-size: 15px;
            line-height: 26px;
            text-align: unset;
            width: 92%;
            margin: 0 auto;
            text-align: justify;
        }


        .aboutwhy_sec .why_box:hover {
            transform: translateY(-7.5px);
        }

.testimonial_sec {
    background: url(../Images/review-bg.jpg) no-repeat center;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
    background-attachment: fixed;
}

    .testimonial_sec .abt_title {
        color: #111111;
        font-size: 32px;
        margin-bottom: 20px;
        font-weight: 600;
        text-align: center;
    }

.review_wrap {
    padding: 15px;
    width: 80%;
    margin: 30px auto;
}

.review_para {
    font-size: 18px;
    color: #111111;
    font-weight: 400;
    font-style: italic;
    position: relative;
    width: 90%;
    margin: 30px auto;
    text-align: center;
}

    .review_para > i {
        position: absolute;
        left: -40px;
        font-size: 40px;
        top: -35px;
        color: #d1d1d1;
    }

.review_customer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.review_img {
    margin-right: 30px;
}

    .review_img img {
        width: 70px;
    }

.start_rate {
    font-size: 24px;
    display: flex;
    height: 24px;
    align-items: center;
    margin-bottom: 5px;
}

.cust_name {
    font-size: 16px;
    font-weight: 600;
    color: #444444;
}

:root {
    --star-size: 26px;
    --star-color: #fff;
    --star-background: #fc0;
}

.star-rate {
    --percent: calc(var(--rating) / 5 * 100%);
    display: block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
    margin-bottom: 5px;
}

    .star-rate::before {
        content: "★★★★★";
        letter-spacing: 3px;
        background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


.site_info h5 {
    font-size: 18px;
    color: #222222;
}

.site_info p {
    font-size: 14px;
    color: #444444;
    font-weight: 400;
}

    .site_info p b {
        font-weight: 600;
    }


    /*-------------- Download Toast Start------------*/
.toast-app {border: none;background: transparent;width: 100%;box-shadow: none;position: relative;animation: bounce 2s ease infinite;outline:none;}
.toast-app:hover {animation: none;}
.toast-app .toastimg {cursor: pointer;z-index: 1;position: relative;}
.toast-app .mob {border: 7px solid #000000;display: flex;flex-flow: column;width: 160px;margin: 0 auto;background: #f0f0ff;padding: 15px;border-radius: 25px 25px 0 0;position: relative;border-bottom: none;z-index: 1;}
.toast-app .mob::before {content: '';height: 8px;width: 50px;background: #000000;position: absolute;top: 0;left: 50%;transform: translateX(-50%);border-radius: 0 0 8px 8px;}
.toast-app .mob .clogo {width: 70px;margin: 5px auto;display: block;}
.toast-app .mob .hint {text-align: center;font-size: 10px;font-weight: 500;color: #222222;margin-top: 5px;}
.no-animation {animation: none !important;}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}
/*-------------- Download Toast End ------------*/

    /*Mobile Responsive*/

@media (min-width: 0px) and (max-width: 575.9px) {

    .ui-widget.ui-widget-content {
        border: 0;
        box-shadow: 5px 5px 30px rgba(0, 0, 0, .1);
        top: 50% !important;
        bottom: 0;
        left: 50% !important;
        right: 0 !important;
        width: 90%;
        max-width: 350px;
        transform: translate(-50%, -50%);
    }

    nav.navbar.fixed {
        position: static;
    }

    .navbar-collapse {
        text-align: center;
    }

    .btn_user {
        margin: 0 auto 15px auto;
    }


    .sectoproutes {
        padding-top: 40px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .box_toproute {
        padding: 10px 5px;
    }

        .box_toproute img {
            width: 25px;
            margin-right: 5px;
        }

        .box_toproute .l1 {
            font-size: 13px;
        }

        .box_toproute .l2 {
            font-size: 18px;
        }

        .box_toproute .btn_b {
            font-size: 13px;
        }

    .secdeals {
        background: #ffffff;
        padding-top: 20px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .featurList {
        column-count: 1;
    }

    .app_links {
        margin-bottom: 30px;
        text-align: center;
    }

    .app_link {
        margin: 10px;
    }

    .sec_why {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sectitle {
        font-size: 22px;
    }

    .why_box {
        padding: 5px;
        border-radius: 15px;
    }

        .why_box img {
            width: 40px;
            margin-bottom: 10px;
        }

        .why_box h4 {
            font-size: 16px;
        }

        .why_box p {
            font-size: 12px;
        }

    .mobileapp_sec {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

        .mobileapp_sec .sectitle2 {
            font-size: 22px;
        }

        .mobileapp_sec p {
            font-size: 12px;
        }



    .verticle_tab .tab_menu {
        width: 100%;
        display: flex;
        flex-flow: wrap;
    }
        .verticle_tab .tab_menu .btn_tab {
            font-size: 12px;
            width: 50%;
            text-align: center;
        }
            .verticle_tab .tab_menu .btn_tab.active::after {
                display:none;
            }

    .verticle_tab .tab-content {
        width: 100%;
        padding-left: 0;
    }
    .acrsn_header {
        font-size: 12px;
        padding: 12px 30px 12px 0;
    }
    .acrsn_list .acrsn_body {
        font-size: 11px;
        padding: 10px 30px 20px 0;
    }

    .verticle_tab .tab_menu .btn_tab:nth-child(3) {
        border-bottom: 1px solid #e6e6e6;
    }
    .pagetitle .title {
        font-size: 18px;
    }

    .about_welcome .abt_title {
        font-size: 18px;
    }

    .about_welcome p {
        font-size: 12px;
    }
    .abt_list {
        font-size: 13px;
    }

        .abt_list li .title::before {
            font-size: 16px;
            left: -25px;
            top: -2px;
        }


    .aboutserv_sec .abt_title {
        font-size: 18px;
    }

    .aboutserv_sec .abt_subtitle {
        font-size: 12px;
        width: 80%;
    }

    .serv_box {
        width: 150px;
        font-size: 12px;
        margin-bottom: 15px;
    }

    .aboutwhy_sec .abt_title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .aboutwhy_sec .why_box p {
        font-size: 12px;
        line-height: 18px;
    }
    .testimonial_sec .abt_title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .review_para {
        font-size: 12px;
        margin: 15px auto;
    }
    .review_img img {
        width: 50px;
    }
    :root {
        --star-size: 16px;
    }
    .cust_name {
        font-size: 12px;
    }

    .site_info p {
        font-size: 12px;
    }

    .site_info h5 {
        font-size: 14px;
        
    }
    .contact_row .contact_info2 {
        font-size: 22px;
    }
    .contact_row .contact_info {
        font-size: 14px;
    }
    .listWallet {
        display: inline-flex;
        list-style: none;
        padding: 0;
        margin: 0;
        flex-flow: wrap;
        justify-content: right;
        width: 100%;
    }

        .listWallet > li .wallet {
            height: 50px;
            display: inline-block;
            text-align: center;
            margin: 8px 5px 0 5px;
            border-radius: 5px;
            overflow: hidden;
            background: #f6f8fb;
        }

            .listWallet > li .wallet .lbl {
                background: #0080ff;
                display: block;
                color: #ffffff;
                font-size: 13px;
                padding: 0px 15px;
            }

            .listWallet > li .wallet .amt {
                font-size: 16px;
                display: inline-block;
                color: #111111;
                margin-top: 2px;
                font-weight: 500;
            }



/*-------------- Agent Registration Start ------------*/
.regist_sec {background: #e6f0ff;width: 100%;}
.regist_sec .row_inpur {width: 100%;margin: 18px 0;position: relative;display: inline-block;}
.regist_sec .row_inpur .lblstyle {position: absolute;top: -12px;left: 12px;font-size: 13px;color: #333333;font-weight: 600;background: #ffffff;padding: 0 5px;}
.regist_sec .row_inpur .lblstyle > sup {color: #ff0000;font-size: 14px;top: 0;}
.regist_sec .row_inpur .txtstyle {border: 1px solid #d1d1d1;width: 100%;outline: none;padding: 10px 15px;font-size: 14px;border-radius: 1px;}
.regist_sec .row_inpur .txtstyle::placeholder {color: #bbbbbb;font-weight: 300;}
.regist_sec .row_inpur .txtstyle:hover {border: 1px solid #999999;}
.regist_sec .row_inpur .txtstyle:focus {border: 1px solid #0099e9;}
.regist_sec .btn-register {padding: 0 20px;min-width: 200px;font-size: 16px;height: 44px;color: #ffffff;border: 1px solid #0073b1;outline: none;border-radius: 3px;background: #00537d;outline: none !important;letter-spacing: 1px;}
.regist_sec .btn-register:hover {background: #002652;}
/*-------------- Agent Registration End ------------*/


}