/*fonts*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #001937;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

p {
    font-size: 14px;
}

    p a {
        color: #c20000;
        font-weight: bold;
        font-style: italic
    }

a {
    color: #252525 ;
}

    a:hover {
        text-decoration: none;
        color: #eb1c23;
        transition-duration: 0.5s;
    }

:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent;
}

input:focus, textarea:focus, select:focus {
    outline: none;
    outline-style: none;
}

input[disabled] {
    background: #c6c5c5;
    color: #000
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

ul {
    margin: 0;
    padding: 0
}

    ul li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.button {
    width: auto;
    height: auto;
    padding: 10px 30px;
    font-size: 14px !important;
    /* padding: 4px 22px; */
    border: 2px solid #c20000;
    border-radius: 25px;
    text-align: center;
    background: #c20000;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    letter-spacing: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 10;
    /*top:12px;
    left:22px*/
}
.search-btn {
    top: 12px;
    left: 22px
}

.button:hover {
    border: 2px solid #fff;
    color: #fff !important;
}

    .button::before {
        content: '';
        width: 0%;
        height: 100%;
        display: block;
        background: #001937;
        position: absolute;
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        left: -10%;
        opacity: 1;
        top: 0;
        z-index: -12;
        -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        box-shadow: 2px 0px 14px rgba(0, 0, 0, .6);
    }

    .button::after {
        content: '';
        width: 0%;
        height: 100%;
        display: block;
        background: #fff;
        position: absolute;
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        left: -10%;
        opacity: 0;
        top: 0;
        z-index: -15;
        -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
        -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
        -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
        transition: all .4s cubic-bezier(.2, .95, .57, .99);
        box-shadow: 2px 0px 14px rgba(0, 0, 0, .6);
    }

    .button:hover::before, .button:hover::before {
        opacity: 1;
        width: 116%;
    }

    .button:hover::after, .button:hover::after {
        opacity: 1;
        width: 120%;
    }

h1, h2, h3, h4, h5, h6 {
    text-align: left;
    font-weight: 200;
    margin: 0 0 20px 0;
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 18px
}
/**Header Css**/
header {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0px;
   /* padding: 15px 30px;*/
    background: #fcfcfc;
    z-index: 999;
    -webkit-transition: padding 0.3s;
    /* For Safari 3.1 to 6.0 */
    transition: padding 0.3s;
}

    header.shrink {
        padding: 0px 0;
        -webkit-box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.75);
    }

    /*header .logo {
        width: 100%;
        max-width: 80px;
        height: auto;
        display: inline-block;
        padding-top:10px;
    }*/
    header .logo {
        max-width: 100%;
        height: auto;
        display: inline-block;
        padding-top: 10px;
    }

    /* header.shrink .logo {
        max-width: 60px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
       */

    header.shrink .logo {
        max-width: 100%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
        header.shrink .logo img{height:60px;}
        /*header .logo img {
        width: 100%;
        margin: 0 auto;
    }*/
        header .logo img {
            margin: 0 auto;
            max-width: 100%;
            height: 70px;
            width: 100%;
        }


    header .contact-details {
        width: auto;
        display: inline-block;
        float: right;
        margin: 20px 0 0 0;
        padding: 0 0 0 50px;
        font-size: 24px;
        font-weight: bold;
        position: relative;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        header .contact-details:before {
            content: "";
            position: absolute;
            top: 5px;
            left: 0;
            width: 40px;
            height: 25px;
            display: block;
            background: url("../../images/sprit-icons.png")no-repeat 0 0;
            transition-duration: 0.5s;
        }

        header .contact-details:hover:before {
            background-position: 0 -35px;
        }

    header.shrink .contact-details {
        margin: 5px 0 0 0;
        font-size: 18px;
    }

        header.shrink .contact-details:before {
            top: 0
        }

.contact-box {
    display: inline-block;
    width: auto;
    float: right
}

    .contact-box .button {
        margin: 15px 15px 0 0;
        background: #00408a;
        border: 2px solid #00408a;
        color: #fff;
        display: inline-block;
        text-transform: uppercase;
        position: relative;
        overflow: hidden;
        letter-spacing: 2px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 10;
    }

        .contact-box .button:hover {
            border: 2px solid #fff;
            color: #fff !important;
        }

header.shrink .contact-box {
    margin: 10px 0 0 0
}

    header.shrink .contact-box .button {
        padding: 5px 20px;
        font-size: 14px;
        margin: 0 15px 0 0;
    }

.visa-tracker-modal {
    background: #002550
}

    .visa-tracker-modal .close {
        color: #fff;
        opacity: 1;
    }

    .visa-tracker-modal h3 {
        color: #fff;
        font-size: 20px;
        font-weight: bold
    }

    .visa-tracker-modal h5 {
        color: #fff;
        font-size: 16px;
        margin: 0 0 5px;
        font-weight: normal;
        padding: 0 0 0 30px;
        position: relative;
    }

        .visa-tracker-modal h5:before {
            content: "";
            width: 30px;
            height: 22px;
            display: block;
            position: absolute;
            top: -5px;
            left: 0;
            background: url("../../images/sprit-icons.png")no-repeat -272px -158px;
        }

        .visa-tracker-modal h5.calendar-text:before {
            background-position: -272px -190px;
        }

    .visa-tracker-modal .modal-header {
        border: 0
    }

.logform-input.search-icon:before {
    background-position: -204px -155px;
}

.logform-input.cal-icon:before {
    background-position: -234px -155px;
}

.visa-tracker-modal .logform-input .border-effect:focus ~ .focus-border {
    width: 85%;
    transition: 0.4s;
}

.visa-tracker-modal .opp-no-records {    
    display: none;
    margin: 25px auto;
}

    .visa-tracker-modal .opp-no-records h2 {
        font-size: 65px;
        color: #475974;
        font-weight: bolder;
        text-align: center;
    }

        .visa-tracker-modal .opp-no-records h2 span {
            display: block;
            color: #fff;
            font-size: 16px;
        }

    .visa-tracker-modal .opp-no-records h3 {
        font-size: 14px;
        color: #00f6ff;
        text-align: center;
        position: relative;
        padding: 100px 0 0 0;
    }

        .visa-tracker-modal .opp-no-records h3:before {
            content: "";
            position: absolute;
            width: 70px;
            height: 70px;
            left: 0;
            right: 0;
            top: 30px;
            margin: auto;
            background: url("../../images/sprit-icons.png")no-repeat -115px -201px;
        }

.visa-tracker-modal .visa-track-btn {
    margin: 30px auto 0
}

.visa-record-modal {
    display: block
}

    .visa-record-modal h5 {
        border-bottom: 1px solid #fff;
        width: 100%;
        display: block
    }

    .visa-record-modal .table-responsive {
        background: #fff;
        border-radius: 5px;
        padding: 15px 0;
    }

        .visa-record-modal .table-responsive table.table thead th {
            font-weight: bold;
            padding: 5px 15px;
            color: #002550;
            text-transform: uppercase
        }

        .visa-record-modal .table-responsive table.table td {
            padding: 5px 15px;
            font-weight: bold;
            font-size: 14px;
            color: #002550;
        }

            .visa-record-modal .table-responsive table.table td .fa-circle {
                float: left;
                font-size: 10px;
                margin: 5px 0 0 135px;
            }

        .visa-record-modal .table-responsive table.table .td-flags {
            width: 30px;
            height: auto;
            display: inline-block;
            margin: 0 15px 0 0
        }

        .visa-record-modal .table-responsive .visa-status {
            text-align: right
        }

        .visa-record-modal .table-responsive .approv .fa-circle {
            color: #007d00
        }

        .visa-record-modal .table-responsive .rejec .fa-circle {
            color: #de0000
        }

        .visa-record-modal .table-responsive .proc .fa-circle {
            color: #ffaa07
        }

        .visa-record-modal .table-responsive .doc-rej .fa-circle {
            color: #ca00be
        }
/**Banner section css**/
.banner-section {
    margin: 100px auto 0;
    background: url("../../images/banner-bg.jpg")no-repeat top center;
    display: block;
    overflow: hidden;
    background-size: cover;
    position: relative;
}
    .banner-section:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        display: block;
        background: rgba(55,55,55,0.3)
    }

.title {
    font-size: 25px;
    margin: 0 0 30px 0
}

    .title strong {
        width: 100%;
        font-weight: 700
    }

.banner-section .title {
    display: block;
    margin: 20% 0 0 0;
    max-width: 320px;
    color: #fff;
}

    .banner-section .title strong {
        display: block
    }

    .banner-section .title .button {
        padding: 10px 40px;
        font-size: 16px;
    }

        .banner-section .title .button i {
            margin: 0 0 0 5px;
            font-size: 25px;
            position: relative;
            top: 3px;
        }

.login-form {
    width: 100%;
    height: 100%;
    max-width: 450px;
    float: right;
    background: rgb(0, 25, 55, 0.5);
    padding: 10px;
    position: relative;
}

    .login-form:before {
        content: "";
        width: 95%;
        height: 96%;
        border: 2px solid #9f9f9f;
        border-radius: 20px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .login-form .login-icon {
        margin: 20px auto 10px;
        width: 100%;
        text-align: center;
        font-size: 26px;
        color: #ffffff;
        display: block;
    }

.login-icon i {
    font-size: 75px;
    display: block;
    margin: 0 auto 10px;
}
/**Form Css**/
.logform {
    width: 360px;
    height: auto;
    margin: 30px auto 60px;
    color: #fff;
    display: block
}

.form-group {
    position: relative;
    display: block;
    margin: 0 0 26px 0;
}

input {
    transition: all .2s ease;
}

input, textarea, .form-control {
    color: #001937;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 30px 10px 40px;
    border: 2px solid #e1e1e1;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    background: #e1e1e1;
    position: relative;
    font-size: 14px;
}

textarea {
    height: 100px;
    border-radius: 10px;
}

.logform-input:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    left: 15px;
    top: 10px;
    z-index: 1;
    background: url("../../images/sprit-icons.png") no-repeat -47px 5px;
}

.logform-input.mac-id:before {
    background-position: -47px -17px
}

.logform-input.log-pw:before {
    background-position: -47px -42px
}

input:focus {
    outline: none;
  /*  border: 2px solid #c20000;
    border-radius: 27px;*/
    transition: 0.4s;
}

textarea:focus {
    outline: none;
    border: 2px solid #c20000;
    border-radius: 10px;
    transition: 0.4s;
}

.form-control:focus {
    outline: none;
   /* border: 2px solid #c20000;
    border-radius: 27px;*/
    transition: 0.4s;
}

.border-effect {
    border: 2px solid #ccc;
}

    .border-effect ~ .focus-border {
        position: absolute;
        bottom: 0;
        left: 17px;
        width: 0;
        height: 2px;
        background-color: #c20000;
        transition: 0.4s;
    }

    .border-effect:focus ~ .focus-border {
        width: 90%;
        transition: 0.4s;
    }

.logform input.loginid {
    background: url("../../images/sprit-icons.png")
}

.logform a {
    color: #fff;
    text-align: right;
    float: right
}

.logform .custom-control {
    display: inline-block
}

    .logform .custom-control input {
        height: 0;
    }

.logform .custom-control-label::before {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.logform .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #c20000;
    background-color: #c20000;
}

.logform .custom-control-label::after {
    position: absolute;
    top: 5px;
    left: -19px;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    background: #fff;
    border-radius: 50%;
}

.logform .custom-control-label::before {
    top: 0;
}

.logform .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    padding: 0 0 0 5px;
}

.logform .button {
    width: 100%;
    margin: 5px auto 0;
    text-align: center
}

.error {
    display: block;
    color: #fff;
    background: #c20000;
    padding: 0 5px;
    line-height: 24px;
    width: 90%;
    position: absolute;
    border: 0;
    left: 20px;
    font-size: 14px;
    z-index: 1000;
    border-radius: 10px;
    margin-top: 2px;
}
/*
.infomesaage {
    display: block;
    color: #fff;
    
    padding: 0 5px;
    line-height: 24px;
    width: 90%;
    position: absolute;
    border: 0;
    left: 20px;
    font-size: 14px;
    top:60px;
    color:#000;
    font-weight:500;
}
*/



.infomesaage {
    display: block;
    color: #fff;
    /*background-color: #c20000;*/
    border-radius: 10px;
    padding: 20px 5px;
    line-height: 0px;
    width: 46%;
    position: absolute;
    border: 0;
    left: 20px;
    font-size: 14px;
    top: 80px;
    
    color: #c20000;
    /*background: #d7d2cc;*/
    font-weight: 500;
    
}

.infomesaageCountrycnt {
    display: block;
    color: #fff;
    /*background-color: #c20000;*/
    border-radius: 10px;
    padding: 20px 5px;
    line-height: 0px;
    width: 46%;
    position: absolute;
    border: 0;
    left: 20px;
    font-size: 14px;
    top: 55px;
    color: #c20000;
    /*background: #d7d2cc;*/
    font-weight: 500;
}


.mailnotfound {
    background: #c20000;
    color #fff;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
}
/**Book with us**/
.book-us-section {
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
    background: #fdfdfd url(../images/book-with-us-bg.png)no-repeat center bottom;
    overflow: hidden
}

.booking-service {
    width: 100%;
    display: block;
    margin: 0;
}

    .booking-service .title {
        width: 100%;
        display: block;
        margin: 0 auto 30px;
    }

        .booking-service .title strong {
            display: inline-block;
            width: auto;
        }

    .booking-service a {
        width: 80%;
        text-align: center;
        display: block;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .booking-service a span {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            border: 2px solid #eb1c23;
            display: block;
            margin: 0 auto 20px;
            text-indent: -9999px;
            position: relative;
        }

        .booking-service a:hover span {
            background: #eb1c23
        }

        .booking-service a span:before {
            content: "";
            width: 60px;
            height: 60px;
            display: block;
            margin: auto;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            position: absolute;
            background: url(../../images/sprit-icons.png) no-repeat -73px 5px;
            transition-duration: 0.5s;
        }

        .booking-service a span.customer-service:before {
            background-position: -73px 5px;
        }

        .booking-service a:hover span.customer-service:before {
            background-position: -73px -55px;
        }

        .booking-service a span.best-price:before {
            background-position: -143px 5px;
        }

        .booking-service a:hover span.best-price:before {
            background-position: -143px -55px;
        }

        .booking-service a span.one-stop:before {
            background-position: -220px 8px;
        }

        .booking-service a:hover span.one-stop:before {
            background-position: -220px -57px
        }

        .booking-service a span.instant-deals:before {
            background-position: -295px 8px;
        }

        .booking-service a:hover span.instant-deals:before {
            background-position: -296px -60px;
        }

        .booking-service a h2.title {
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            margin: 0 auto 10px;
        }

        .booking-service a p {
            text-align: center;
            color: #252525
        }

/**contact us form section css**/
.contact-form-section {
    width: 100%;
    margin: 0 auto;
    background: url("../../images/contact-bg.jpg")no-repeat top center;
    background-size: cover;
    position: relative;
    overflow: hidden
}

    .contact-form-section .contact-right-grad {
        width: 20.8%;
        height: 100%;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        background: linear-gradient(180deg, #ab1cb7, #f01eb6);
        background-size: 400% 400%;
        animation: BackgroundGradient 1s ease infinite;
    }

@keyframes BackgroundGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.contact-form-section .contact-text {
    width: 100%;
    display: block;
    background: url("../../images/contact-title-bg.png")no-repeat 0 0;
    background-size: 100%;
    height: 100%;
}

.contact-text .title {
    color: #fff;
    padding: 50px;
    float: right;
    text-align: center
}

.contact-form-section .contact-form {
    display: block;
    z-index: 9
}

.contact-form .login-icon {
    text-align: left
}

.contact-form .logform .logform-input:before {
    display: none
}

.contact-form .logform {
    max-width: 360px
}

    .contact-form .logform input, .contact-form .logform textarea, .logform .form-control {
        padding: 10px 20px;
    }

.contact-form .button {
    margin: 0 auto;
}
/**Select Box Css**/
.form-control {
    color: #8a8a8a;
    display: block;
    width: 100%;
    height: auto;
    border: 2px solid #e1e1e1;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    background: #e1e1e1;
    position: relative;
    padding: 10px 20px
}

    .form-control .caret {
        font-size: 25px !important;
        line-height: initial;
        position: absolute;
        top: 7px;
        right: 15px;
        color: #c20000
    }

.dropdown-select {
    width: 100%;
    height: 200px !important;
    position: absolute;
    z-index: 999;
    outline: none;
    left: 0;
    right: 0;
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

    .dropdown-select:focus {
        outline: none;
    }

    .dropdown-select ul {
        overflow-y: auto;
        max-height: 200px !important;
        font-size: 14px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    }

        .dropdown-select ul li {
            cursor: pointer;
            border-left: none;
            border-right: none;
            color: #001937;
        }

            .dropdown-select ul li:not(.list-group-item-secondary):not(.list-group-item-primary):hover, .dropdown-select ul li:not(.list-group-item-secondary):not(.list-group-item-primary).hover {
                background-color: #ccc;
            }

            .dropdown-select ul li:not(.list-group-item-secondary).list-group-item-primary:hover, .dropdown-select ul li:not(.list-group-item-secondary).list-group-item-primary.hover {
                font-weight: bold;
            }

.opened .dropdown-select {
    display: block;
}

.dropdown-select .form-control {
    width: 100% !important;
}
/**Visa updated section**/
.visa-updated {
    margin: 0 auto;
    display: block;
    padding: 60px 0 20px 0;
    position: relative;
}

    .visa-updated:after {
        content: "";
        position: absolute;
        right: 0;
        top: -85px;
        width: 65px;
        height: 170px;
        display: block;
        background: url("../../images/sprit-icons.png")no-repeat -436px -45px;
        z-index: 3
    }

    .visa-updated .visa-upd-area {
        width: 100%;
        margin: 0 auto;
        display: block
    }

.visa-upd-area span {
    width: 100%;
    display: block;
    margin: 0 auto 30px;
    max-width: 360px;
}

    .visa-upd-area span img {
        width: 100%;
    }

.visa-upd-area .title {
    font-size: 18px;
    height: auto !important;
    margin: 0 0 0px 0 !important;
    font-weight: bold;
    min-height: 60px !important;
}

.visa-upd-area .button {
    margin: 30px auto 0
}
/**Trending Visa CSS**/
.trending-visa-section {
    display: block;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

    .trending-visa-section:before {
        content: "";
        width: 80px;
        height: 155px;
        position: absolute;
        left: 0;
        top: 0;
        background: url("../../images/sprit-icons.png")no-repeat 0 -126px
    }

.trending-slider {
    display: block;
    position: relative
}

    .trending-slider .trend-img {
        position: relative;
        display: block
    }

        .trending-slider .trend-img .flag {
            position: absolute;
            right: 0;
            top: 0;
            width: auto;
            height: auto;
            display: block
        }

    .trending-slider .trending-box {
        width: 100%;
        padding: 10px;
        display: block
    }

.trending-box h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
    min-height: 40px;
}

.trending-box p {
    margin: 0 0 10px 0;
    line-height: 20px;
}

    .trending-box p strong {
        font-size: 23px;
        color: #c20000;
        font-weight: 700;
    }

.trending-box a {
    margin: 10px 0 0 0
}

.trending-slider.owl-theme .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}

.trending-slider.owl-carousel .owl-nav button {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url("../../images/sprit-icons.png") no-repeat 0 0 !important;
    text-indent: -9999px;
}

    .trending-slider.owl-carousel .owl-nav button.owl-prev {
        background-position: -355px -1px !important;
        position: absolute;
        left: -80px;
    }

    .trending-slider.owl-carousel .owl-nav button.owl-next {
        background-position: -396px -1px !important;
        position: absolute;
        right: -80px;
    }

.tandcond {
    text-align: right;
    color: #fff;
}

.trending-box .button {
    width: auto;
    height: auto;
    padding: 8px 18px;
    font-size: 12px;
    border: 2px solid #c20000;
    border-radius: 25px;
    text-align: center;
    background: #c20000;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    letter-spacing: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 10;
}
/**Testimonials Section css**/
.testimonials-section {
    padding: 80px 0;
    display: block;
    height: 100%;
    overflow: hidden;
    background: rgb(106, 237, 219); /* Old browsers */
    background: -moz-linear-gradient(left, rgb(106, 237, 219) 0%, rgb(49, 191, 211) 53%, rgb(4, 156, 205) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(106, 237, 219) 0%, rgb(49, 191, 211) 53%, rgb(4, 156, 205) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(106, 237, 219) 0%, rgb(49, 191, 211) 53%, rgb(4, 156, 205) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6aeddb', endColorstr='#049ccd', GradientType=1); /* IE6-9 */
}

.testimonial-slider {
    display: block;
}

    .testimonial-slider .testimonial-area {
        display: block;
        position: relative;
        padding: 50px 0 0 0;
    }

    .testimonial-slider .circle {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #c20000;
        display: block;
        margin: auto;
        position: absolute;
        text-indent: -9999px;
        z-index: 1;
        left: 0;
        right: 0;
        top: 25px;
        box-shadow: 0px 5px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 5px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0px 5px rgba(0, 0, 0, 0.4);
        -o-box-shadow: 0px 5px rgba(0, 0, 0, 0.4);
    }

        .testimonial-slider .circle:before {
            content: "";
            position: absolute;
            width: 50px;
            height: 44px;
            display: block;
            background: url(../../images/sprit-icons.png) no-repeat -114px -140px;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

    .testimonial-slider .card {
        width: 100%;
        margin: 20px auto 0;
        display: block;
        padding: 80px 20px 20px 20px;
    }

        .testimonial-slider .card h3 {
            text-align: center;
            font-size: 18px;
            color: #001937;
            font-weight: 700;
        }

        .testimonial-slider .card p {
            text-align: center;
        }

    .testimonial-slider.owl-theme .owl-dots .owl-dot span {
        width: 25px;
        height: 5px;
    }

    .testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
        background: #ff0000
    }

    .testimonial-slider.owl-theme .owl-nav.disabled + .owl-dots {
        margin: 40px auto 0
    }
/**Footer css**/
footer {
    background: #ab0606;
    width: 100%;
    height: auto;
    padding: 20px 0;
    color: #fff;
}

    footer .contact-details {
        width: 100%;
        display: block;
        float: right;
        margin: 0 0 15px 0;
        padding: 0 0 0 40px;
        font-weight: bold;
        color: #fff;
        position: relative;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        footer .contact-details:before {
            content: "";
            position: absolute;
            top: 3px;
            left: 0;
            width: 35px;
            height: 25px;
            display: block;
            background: url("../../images/sprit-icons.png")no-repeat 0 -70px;
            transition-duration: 0.5s;
        }

        footer .contact-details:hover {
            color: #001937
        }

            footer .contact-details:hover:before {
                content: "";
                position: absolute;
                top: 3px;
                left: 0;
                width: 35px;
                height: 25px;
                display: block;
                background: url("../../images/sprit-icons.png")no-repeat 0 -96px;
                transition-duration: 0.5s;
            }

    footer p {
        padding: 0;
        margin: 10px 0 0 0
    }

        footer p a {
            color: #fff;
            font-style: normal
        }

            footer p a:hover {
                color: #001937;
            }

    footer .social {
        width: auto;
        display: inline-block;
        float: right;
        margin: 5px 0 0 0
    }

        footer .social a {
            width: 43px;
            height: 43px;
            display: inline-block;
            border-radius: 22px;
            background-color: #ab0606;
            border: 2px solid #ffffff;
            color: #fff;
            font-size: 18px;
            line-height: 43px;
            text-align: center;
            margin: 0 0 0 10px;
        }

            footer .social a:hover {
                border: 2px solid #001937;
                color: #001937
            }

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 95px;
    right: 0;
    display: none;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    background: #ab0606;
    z-index: 99;
}

    .scrollup:hover {
        color: #001937
    }

/**Visa Update Information Page CSS**/
header .ac-login {
    width: auto;
    min-width:200px;
    float: right;
    margin: 15px 0 0 0;
    text-transform: uppercase;
    transition-duration: 0.5s;
    display: inline-flex
}
    header .ac-login a {
        margin:0 0 0 7px;
        display:inline-block;
      
    }


        header .ac-login a.button {
          
            color: #fff;
        }

        header .ac-login a.button::before, header .ac-login a.button::after {
            display: none;
        }
        header .ac-login a.button input {
            padding: 0;
            background: none;
            border: 0;
            letter-spacing: 2px;
            text-transform: uppercase;
            color:#fff
        }
        .visa-upd.shrink .ac-login {
            margin: 0
        }

    .visa-upd.shrink .ac-login .ac-loglink {
        margin: 0 10px 0 0;
    }

    .visa-upd.shrink .ac-login .button {
        padding: 10px 15px;
        
    }

.ac-login i {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    background: #acacac;
    text-align: center;
    line-height: 40px;
    margin: 0 10px 0 0;
    font-size: 20px;
}

header .ac-login:hover i {
    background: #c20000;
    color: #fff;
}

.ac-login .ac-loglink {
    margin: 0 20px 0 0;
    float: left;
}

span.topbtn {
    position: absolute;
    
}

.renew {
    width: auto;
    height: auto;
    padding: 5px 10px;
    border: 2px solid #c20000;
    border-radius: 25px;
    text-align: center;
    background: #c20000;
    margin: 0 30px 0 30px color: #fff;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    letter-spacing: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 10;
}

.renew-btn input {
    width: auto !important;
}

span.renew-btn {
    margin: 0 5px 0 15px;
}

.renew-btn .buttonanch {
    padding: 5px 25px !important;
}
/**Visa Update Information Banner**/
.visa-upd-banner {
    background: url("../../images/visabanner.jpg")no-repeat top center;
    color: #fff;
    overflow: inherit;
    padding: 80px 0 0;
    background-size: cover;
}

.visa-upd-banner {
    font-size: 16px;
}

    .visa-upd-banner .title {
        margin: 0;
        max-width: 1000px;
        width: 100%;
    }

        .visa-upd-banner .title strong {
            display: inline-block;
            width: auto;
        }

        .visa-upd-banner .title h1 {
            color: #fff;
        }

.visa-upd-md-section {
    width: 100%;
    margin: 80px auto;
}

    .visa-upd-md-section .riya-visa-img {
        max-width: 360px;
        width: 100%;
        display: block;
        overflow: hidden;
        position: relative;
        margin: 0 0 30px 0;
    }

.riya-visa-img img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.visa-upd-md-section .title {
    position: relative;
    padding: 15px 0 20px 0;
    margin: 15px 0 0 0;
}

    .visa-upd-md-section .title:before {
        content: "";
        position: absolute;
        width: 100px;
        height: 2px;
        background: #001937;
        left: 0;
        top: 0;
        display: block;
    }

.visa-news-box {
    display: block;
    margin: 0 auto 30px;
}

    .visa-news-box h3 {
        font-weight: bold;
        color: #0b236d
    }

.visa-upd-md-section .disclaimer {
    font-size: 13px;
}
/**Visa Assurance Summery page css**/
.payment-form {
    width: 100%;
    margin: 0 auto;
    padding: 150px 0 50px 0;
  /*  height: 90vh*/ height: auto;
}

.review-details-form {
    display: block;
}

    .review-details-form input, textarea, .form-control {
        padding: 10px 20px;
    }

    .review-details-form .card {
        padding: 0 30px;
    }

    .review-details-form .session-out {
        width: 75%;
        margin: 0 auto;
        padding: 5px;
        background: #ab0606;
        color: #fff;
        font-size: 13px;
        text-align: center;
        display: block
    }

    .review-details-form h1 {
        text-align: center;
        font-size: 25px;
        color: #c20000;
        margin: 30px auto;
    }

        .review-details-form h1 strong {
            color: #07286d;
            font-weight: 700;
        }

.review-process {
    display: block;
    padding: 30px 20px !important;
    margin: 25px auto
}

    .review-process img {
        width: 100%
    }

    .review-process h2 {
        font-size: 25px;
    }

.review-payment {
    display: block;
    padding: 25px;
}

    .review-payment h2 {
        text-align: center;
        font-size: 25px;
        font-weight: 700
    }

    .review-payment p {
        width: 100%;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    .review-payment .base-fare {
        width: auto;
        float: left;
    }

    .review-payment .fare-price {
        width: auto;
        float: right;
        font-weight: 700;
    }

    .review-payment .total-fare {
        width: 95%;
        display: block;
        padding: 10px;
        margin: 0 auto;
        border-top: 1px solid #07286d
    }

    .review-payment .button {
        font-size: 14px;
    }

.review-det-btn {
    width: auto;
    display: inline-block;
    margin: 0 auto 30px;
}

    .review-det-btn .button {
        margin: 0 10px;
        min-width: 220px;
    }

.review-payment .havecoupon {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #ccc;
    position: relative;
}

.review-payment p.couponsuc {
    text-align: left;
    font-weight: bold;
    color: #129309;
}

.havecoupon input {
    border: none;
    font-size: 14px;
    color: #000;
    text-align: left;
    float: left;
    padding: 10px;
    width: 100%;
    display: block;
}

.havecoupon .button {
    float: right;
    border-radius: 5px;
    padding: 10px 15px;
    border: 1px solid #ab0606;
    position: absolute;
    top: 0;
    right: 0;
}

.total-fare .fare-price {
    color: #ff0000;
    font-size: 20px;
}

.need-help-box {
    display: block;
    text-align: center;
    padding: 25px;
    color: #ab0606;
    margin: 25px auto
}

    .need-help-box h2 {
        font-size: 22px;
        color: #07286d;
    }

    .need-help-box .contact-details li {
        padding: 0 0 10px 0;
        position: relative
    }

        .need-help-box .contact-details li a {
            color: #ab0606;
            padding: 0px 0 0 40px;
            display: inline-block;
            width: 100%;
            text-align: left;
            font-size: 16px;
        }

            .need-help-box .contact-details li a.tel-phone:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 25px;
                height: 30px;
                display: block;
                background: url(../../images/sprit-icons.png) no-repeat -438px -2px;
            }

            .need-help-box .contact-details li a.envelope:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 40px;
                height: 35px;
                display: block;
                background: url(../../images/sprit-icons.png) no-repeat -472px -2px;
            }
/**Tabs section css**/
.tab-section {
    display: block;
}

.resp-tabs-container .heading {
    color: #0b236d;
    font-size: 30px;
    margin: 0px 0 15px 0;
    line-height: 30px;
}

    .resp-tabs-container .heading span {
        color: #0b236d;
        font-size: 18px;
    }

.resp-tabs-container p {
    font-size: 14px;
    margin: 0 0 20px 0;
}

ul.resp-tabs-list p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

    .resp-tabs-list li i {
        float: right;
        font-size: 16px;
        font-weight: normal
    }

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px 0;
}

.resp-tab-active {
    padding: 7px 15px 7px 15px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
}

h2.resp-accordion {
    font-size: 14px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    background: #ab0606;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

.resp-tab-title {
    background: #c20000;
    color: #fff;
    padding: 5px 0;
    font-size: 20px;
    margin: 0 0 10px 0;
    text-align: center;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    overflow:hidden;
    margin:80px auto 50px!important;
}
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 25%;
    height: 70vh;
    background: #003980;
    border-right: 2px solid #003980;
}

    .resp-vtabs .resp-tabs-list li {
        display: block;
        padding: 0 20px!important;
        margin: 0;
        cursor: pointer;
        float: none;
        color: #fff;
        position: relative;
    }

    .resp-vtabs .resp-tabs-list li:after {
        content: "";
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        top: 12px;
        right: 6px;
        background: url("../../images/sprit-icons.png")no-repeat -45px -81px;
        display:none
    }

    .resp-vtabs .resp-tabs-list li:last-child {
        border-bottom: none
    }

    .resp-vtabs .resp-tabs-container {
        padding: 15px 15px 15px 0;
        background-color: #fff;
        float: right;
        /*width: 73%;*/
        width: 99%;
        min-height: 250px;
        border-radius: 0px;
        clear: none;
    }

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border-right: none;
    border-left: none;
    border-top: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    border-left: 8px solid #ab0606;
    font-weight:bold;
    padding:15px 15px 15px 10px!important
}
.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active input {
    color: #003980;
    font-weight: bold;
    border:0
}
.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #001937 !important;
    color: #fff;
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

    .resp-easy-accordion .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

.my-custom-scrollbar {
    position: relative;
    height: 550px;
    overflow: auto;
    padding: 0 15px 0 0;
}

.scrollbar-cyan::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-cyan::-webkit-scrollbar {
    width: 4px;
    height: 80%;
    background-color: #F5F5F5;
}

.scrollbar-cyan::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #810d11;
}



    .resp-arrow {
        width: 0;
        height: 0;
        float: right;
        margin-top: 3px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 10px solid #fff;
    }

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #fff;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #001937 !important;
    color: #fff;
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

    .resp-easy-accordion .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

/**Thanks you page css**/
.visa-thanks-banner {
    background: url("../../images/thankbanner.jpg") no-repeat top center;
    text-align: center;
    position: relative;
    overflow: inherit;
    background-size: cover;
    height: 90vh
}

.thanks-subsc {
    height: auto;
    padding: 50px 0 250px
}

    .thanks-subsc .title {
        height: auto;
        margin: 150px auto 0;
    }

.visa-thanks-banner .title {
    margin: 150px auto 0;
    color: #fff;
    max-width: 100%
}

    .visa-thanks-banner .title h1 {
        font-size: 50px;
        text-align: center;
        position: relative;
        margin: 0 auto
    }

    .visa-thanks-banner .title p {
        font-size: 20px;
        max-width: 60%;
        margin: 0 auto;
    }

.visa-thanks-banner .button {
    padding: 10px 50px;
    /*  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;*/
    margin: 30px auto;
    max-width: 300px;
}

.visa-thanks-content {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}
/**Forgot Password**/
.forgot-section {
    width: 100%;
    display: block;
    height: 90vh;
    margin: 0 auto;
    padding: 200px 0 50px;
    background: url("../../images/forgot-bg.jpg")no-repeat center bottom;
    background-size: cover
}

.forgot-form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    color: #fff
}

    .forgot-form .logform-input:before {
        display: none
    }

    .forgot-form input, textarea, .forgot-form .form-control {
        padding: 10px 25px;
    }
/**My Account CSS**/
.my-acc-section {
    width: 100%;
    height: auto;
    background: url("../../images/my-acc-bg.jpg") no-repeat top center;
    background-size: cover;
    padding: 150px 0 200px;
}

.my-acc-login {
    width: 100%;
    margin: 0 auto 30px;
    background-image: -moz-linear-gradient( 90deg, rgb(34,10,111) 0%, rgb(116,26,184) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(34,10,111) 0%, rgb(116,26,184) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(34,10,111) 0%, rgb(116,26,184) 100%);
    box-shadow: 0px 2px 7.92px 0.08px rgba(0, 0, 0, 0.25);
    padding: 50px 15px;
    position: relative,
}

    .my-acc-login:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url("../../images/my-acc-login.png")no-repeat 0 0;
    }

    .my-acc-login .sub-exp {
        width: 100%;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 10px 0;
        color: #fff;
        text-align: center
    }

        .my-acc-login .sub-exp p {
            margin: 0 auto;
            padding: 0;
            font-size: 16px;
        }

        .my-acc-login .sub-exp h2 {
            margin: 0 auto;
            text-align: center;
            padding: 0;
            font-weight: bold;
        }

    .my-acc-login .box {
        display: block;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

.upload-options {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
    top: -25px;
    background: #c20000 url("../../images/sprit-icons.png") no-repeat -354px -68px;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    -webkit-transition: background-color ease-in-out 150ms;
    transition: background-color ease-in-out 150ms;
}

    .upload-options input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .upload-options label {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-weight: 400;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        overflow: hidden;
    }

        .upload-options label::after {
            content: '';
            font-family: 'Material Icons';
            position: absolute;
            font-size: 2.5rem;
            color: #e6e6e6;
            top: calc(50% - 2.5rem);
            left: calc(50% - 1.25rem);
            z-index: 0;
        }

        .upload-options label span {
            display: inline-block;
            width: 50%;
            height: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            vertical-align: middle;
            text-align: center;
        }

            .upload-options label span:hover i.material-icons {
                color: lightgray;
            }

.js-image-preview {
    height: 145px;
    width: 145px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #a7a7a7 url("");
    background-size: cover;
    border: 3px solid #fff;
}

    .js-image-preview::after {
        content: "\f007";
        font-family: "Font Awesome 5 Free";
        position: relative;
        font-size: 5em;
        color: #e6e6e6;
        top: calc(45% - 3rem);
        left: calc(65% - 3rem);
        z-index: 0;
    }

    .js-image-preview.js-no-default::after {
        display: none;
    }

.edit-pw {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 18px;
    color: #c20000
}

.extra-margin {
    margin: 10px auto
}

.active-btn-centre {
    margin: 100px auto;
    text-align: center;
    display: block
}

.activation-btn {
    margin: 0 auto
}

.none-active-bg {
    background: none !important;
}

/*knowmore band start*/
.knowmore-band {
    width: 100%;
    margin: 0 auto;
    background: url(../../images/visa-updated-banner.jpg)no-repeat top center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 150px;
}

    .knowmore-band:before {
        left: 0;
        top: 0;
        background: #851ab8;
        position: absolute;
        width: 50%;
        height: 100%;
        content: "";
    }

.know-box {
    width: 50%;
    background: #851ab8;
    height: 100%;
    position: relative;
    float: left;
}

    .know-box:before {
        position: absolute;
        content: "";
        width: 0;
        right: -150px;
        height: 0;
        border-top: 150px solid #851ab8;
        border-right: 150px solid transparent;
    }

.details-patch {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin: 30px 0 0 0;
}

    .details-patch span {
        font-size: 14px;
        display: block;
        font-weight: normal;
        color: #fff;
    }

.know-btn {
    width: 50%;
    text-align: left;
    position: relative;
    float: left;
}

    .know-btn a {
        margin: 50px 0 0 160px;
        border: 2px solid #fff;
    }

/*visa bites*/
.visabites-slider {
    display: block;
    position: relative
}

    .visabites-slider .trend-img {
        position: relative;
        display: block
    }

        .visabites-slider .trend-img .flag {
            position: absolute;
            right: 0;
            top: 0;
            width: auto;
            height: auto;
            display: block
        }

    .visabites-slider .trending-box {
        width: 100%;
        padding: 20px;
        display: block
    }

        .visabites-slider .trending-box h3 {
            font-size: 20px;
            font-weight: 700;
            margin: 0 0 10px 0;
        }

        .visabites-slider .trending-box p {
            margin: 0 0 10px 0;
            line-height: 20px;
        }

            .visabites-slider .trending-box p strong {
                font-size: 23px;
                color: #c20000;
                font-weight: 700;
            }

        .visabites-slider .trending-box a {
            margin: 10px 0 0 0
        }

    .visabites-slider.owl-theme .owl-nav {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
    }

    .visabites-slider.owl-carousel .owl-nav button {
        width: 35px;
        height: 35px;
        display: inline-block;
        background: url("../../images/sprit-icons.png") no-repeat 0 0 !important;
        text-indent: -9999px;
    }

        .visabites-slider.owl-carousel .owl-nav button.owl-prev {
            background-position: -355px -1px !important;
            position: absolute;
            left: -80px;
        }

        .visabites-slider.owl-carousel .owl-nav button.owl-next {
            background-position: -396px -1px !important;
            position: absolute;
            right: -80px;
        }
.fa, .fas 
{
    color:#2faedd;
    font-size:16px;
}

.com-ul {
    display: block;
    width: 100%;
}

    .com-ul li {
        width: 100% !important;
        padding: 0 0 15px 25px !important;
        position: relative;
        line-height: 24px;
    }

        .com-ul li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 5px;
            width: 20px;
            height: 20px;
            display: inline-block;
            background: url("../../images/comm-li-icon.png")no-repeat 0 0
        }

        .com-ul li strong {
            font-weight: 600
        }


.visa-service {
    display: block
}

.visa-service .card {
border: 1px solid #e2e2e2;
border-radius: 10px;
margin: 0 auto 15px
}

    .visa-service .card-header {
        border-radius: 10px;
        border: 0;
        width: 100% ; display: block;
        padding:0px;
        background-color :transparent !important;
    }

.visa-service .card-header h3 {
margin: 15px 0;
font-weight:600
}

        .visa-service .card-header .btn1 {
            background: url("../../images/service-up-arrow.png")no-repeat 98% 20px;
            background-size :12px 8px;
            padding-top: 15px;
            padding: 0
        }

            .visa-service .card-header .btn1.collapsed {
                padding: 0;
                background: url("../../images/service-down-arrow.png")no-repeat 98% 20px;
                background-size: 12px 8px;
                padding-top: 10px !important;
                text-decoration: none !important;
                text-decoration-thickness: 0px !important;
            }

.visa-service .card-body .btn1 {
margin: 15px 15px 15px 0
}

    .visa-service td {
        padding-left : 20px;
        display:block !important ;
    }

    .visa-service .btn1 {
        text-decoration: underline !important;
        text-decoration-thickness: 1px !important;
    }


    .visa-service .card-header .btn1 {
        /* background: url("../images/service-up-arrow.png")no-repeat 98% 20px;*/
        border: none;
        color: #1a2053;
        text-decoration: none;
        
        padding: 0px;
        width: 100%;
        text-align: left;
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        min-width: 200px;
    }


.visa-service h5 {
    margin: 5px 0 10px 0;
}

      
.usefulllinks li{
    padding:10px;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #FFF;
    background-color: midnightblue;
}

.validatorcss{
    color:red;
}
/**New Design CSS**/
.mid-section {
    margin: 0 auto;
    padding: 80px 0 50px
}
.title-center {
    text-align: center;
    padding-top: 50px;
}
    .title-center h2 {
        text-align: center;
        font-weight: bold;
        padding: 2px;
    }
    .visa-topic{
        width:100%;
        display:block;
        margin:0 auto;
        text-align:center
    }
        .visa-topic span {
            display:inline-block;
            width:100%;
        }
    .visa-topic h3 {
            margin: 30px auto;
            color: #003980;
            font-size:18px;
            font-weight:600;
            text-align:center
        }
.search-input-area {
    max-width: 790px;
    width:100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    margin: 0 auto -30px;
}
    .search-input-area .form-group{
        margin:0;
        padding:10px;
        background:none;
        border:0;
    }
        .search-input-area .form-group .form-control {
            background: none;
            border-radius: 0;
            border: 0;
        }
.search-input-area .dropdown-select .form-control {
    border: 1px solid #e1e1e1
}
.search-input-area .search-input-box {
    width: 78%;
    display: inline-block;
    border-right: 1px solid #D2D2D2;
    margin: 0px 20px 0 0
}
.resp-vtabs li.resp-tab-active input {
    color: #003980;
    font-weight: bold;
    border: 0;
    padding:0
}
.resp-tabs-list .resp-tab-item input {
    border-bottom: 1px solid rgba(238, 238, 238, 0.5);
    border-radius: 0;
    background: none;
    color: #fff;
    text-align: left;
    padding: 15px 0;
}
.resp-tabs-container h4 {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}
.country-logo {
    width: 65px;
    height: auto;
    display: inline-block;
    float:right;
    border-radius:10px;
    overflow:hidden;
}

    .country-logo img {
        width: 100%;
        display: inline-block;
    }
.title-country {
    font-size: 30px !important;
    color: #C20000 !important;
    font-weight: bold;
    position:relative;
}
    .title-country:before {
        content: "";
        position: absolute;
        width: 95px;
        height: 2px;
        display: block;
        left: 0;
        bottom: -8px;
        background: #C20000
    }
    .title-country:after {
        content: "";
        position: absolute;
        width: 95px;
        height: 2px;
        display: block;
        left: 0;
        bottom: -15px;
        background: #C20000
    }
.country-tabs-box {
    display: block;
    overflow:hidden
}
    .country-tabs-box .nav-pills {
        margin: 0 auto;
        white-space: nowrap;
        overflow: auto;
        overflow-y: hidden;
        max-width:100%;
        display:block;
    }
    .country-tabs-box li.nav-item {
        width: auto;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        display: inline-block;
    }
    .country-tabs-box li .nav-link {
        border-radius: 5px 5px 0 0;
        padding: 5px 10px;
        background: #e9e9e9;
    }
    .country-tabs-box li.nav-item .nav-link.active {
        background: #C20000
    }
    .country-tabs-box .tab-content {
        padding: 10px;
        border-radius:0 0 5px 5px;
        border: 1px solid #D2D2D2;
    }
.acc-section{
    font-family: tahoma;
    line-height: 200%;
}
    .acc-section .card {
        border: 1px solid #D2D2D2!important;
        margin: 0 auto 15px;
        border-radius: 5px!important;
        box-shadow: none;  
    }
.acc-section .card-header {
    padding: 0;
    background:none!important;
    border-bottom:0!important
}
    .acc-section .card-header .btn {
        margin: 0;
        background: none !important;
        color: #000;
        padding: 5px 10px;
        font-size: 15px;
        font-weight: 600;
        text-transform: inherit;
        width: 100%;
        text-align: left;
        font-family: 'Montserrat', sans-serif;
        position: relative
    }
        .acc-section .card-header .btn:before {
            content: "\f077";
            position: absolute;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            color: #000;
            font-size: 14px;
            top: 5px;
            right: 10px;
        }
        .acc-section .card-header .btn.collapsed:before {
            content: "\f078";
            position: absolute;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            color: #000;
            font-size: 14px;
            top: 5px;
            right: 10px;
        }
        .acc-section .card-header .btn:hover, .acc-section .card-header .btn-link:focus {
            text-decoration: none
        }
    .acc-section .card-body {
        padding:0 15px 15px 15px;
    }
.visa-service .collapse i {
    color: #000!important
}
.download-visa-form{
    border-radius:10px;
}
table.table th, table.table td{
    padding:10px!important
}
.download-visa-form h3{
    margin:0;
    font-weight:600;
    font-size:16px;
}
.download-visa-form .btn {
    color: #fff !important;
    padding:10px 15px;
    border-radius:5px;
    width:100%;
}
.usefulllinks ol{
    border-radius: 10px;
    border: 1px solid #D2D2D2;
    padding:20px 20px 20px 50px;
}
    .usefulllinks ol li {
        font-weight: 600;
        font-size: 16px;
        text-decoration:underline;
        padding:0 0 15px 0
    }
        .usefulllinks ol li a {
            color: #003980 !important;
        }
.diplo-rep {
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #D2D2D2;
    padding:15px 0;
   
}
    .diplo-rep .diplo-title {
        width: 100%;
        display: block;
        font-size:16px;
        font-weight:500;
    }
        .diplo-rep .diplo-title span {
            min-width: 165px;
            width:auto;
            height: auto;
            background: #C20000;
            border-radius: 0px 24px 24px 0px;
            padding: 10px 30px 10px 15px;
            display:inline-block;
            color:#fff;
            margin:0 15px 0 0;
        }
    .diplo-rep .diplo-cont-area {
        display: block;
        width: 100%;
        margin: 0 0 15px 0;
        border-bottom: 1px solid #D2D2D2;
    }
.diplo-cont-area:last-child {
    border-bottom: 0;
    margin: 0
}
.diplo-cont-box {
    width: 100%;
    display: block;
    padding: 15px;
    
}

.diplo-cont-box p i {
        margin-right: 10px;
    }
.diplo-cont-box .table-responsive {
        padding: 0 0 0 20px;
    }
.diplo-cont-box .table {
        margin: 0;
    }
.diplo-cont-box .table td, .diplo-rep .diplo-cont-box .table th {
            border: 0;
            position: relative;
            padding: 5px !important;
        }
.diplo-cont-box .table td:after {
                content: "";
                position: absolute;
                width: 1px;
                height: 50px;
                background: #000;
                display: block;
                top: 0;
                right: 7px;
            }
.diplo-cont-box .table td:last-child::after {
                display: none
            }
.diplo-cont-box .table td p {
                margin: 0;
            }
.diplo-cont-box .table td p strong {
                    width: 100%;
                    display: block;
                }
/**Inner Page Loader CSS**/
.inner-page-loader {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
   display: none;
    background: rgba(0, 0, 0, 0.6);
}

.inner-loader-popup {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-loader-spinner {
    display: inline-block;
    text-align: center
}
    .inner-loader-spinner .button {
        background: #273880;
        border:0;
    }
    .inner-loader-spinner img {
        width: 100%;
        margin: auto;
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }
.acc-section .card-body table{
    margin:0 0 15px 0;
}
    .acc-section .card-body table td {
        font-size: 14px;
        line-height: normal;
        color: #7E7E7E
    }
.acc-section .card-body .share-icon i {
    padding: 0 5px 0 0;
    color: #2C3039;
    width: 20px;
    height: 20px;
}

.acc-section .card-body .com-ul li a{
    color: #003980;
}
.acc-section .card-body .com-ul li u {
    color: #003980;
    padding: 0 0 0 5px;
}
.acc-section .card-body h3{
    font-size:16px;
    margin:0 0 10px 0;
    font-weight:500;
}
.Upcomingdata {
    color: #c20000;
    font-weight: bold;
    font-style: italic;
}
/*New css added ruby vaibhav 17/04/23*/
.trial-btn {
    border: 2px solid #c20000;
    background: #fff;
    color: #c20000;
    padding: 10px 65px !important;
}

.banner-section .title .button i {
    color: #ffffff;
}
.re-text{
    color: #c20000 !important;
}
.trial-btn:hover i.re-text {
    color: #ffffff !important;
}

element.style {
}

header .ac-login {
    margin: 15px 5px 0 0 !important;
}
span.topbtn {
    position: absolute;
    left:28% !important;
    top: 20px;
    background: #f3a4a8;
    color: #003980;
    padding: 4px 4px;
    border-radius: 25px;
    font-weight: 600;
    border: 1px dashed #ffffff;
    /* right: 0; */
    width: 26%;
    text-align: center;
}
.margin-0{
    margin: 0 0 0 0 !important;
}
cptimg {
    width: 100%;
    text-align: center
}
.cptimg img{
    border-radius:22px;
}
.cptinput {
    padding: 10px 5px 10px 5px !important;
}
@media only screen and (max-width:1920px) {
    span.topbtn {
        left: 24% !important;
        width: 30% !important;
    }
}
@media only screen and (max-width:1880px) {
    span.topbtn {
        left: 24% !important;
        width: 30% !important;
    }
}
    @media only screen and (max-width:1680px) {
        span.topbtn {
            left: 14% !important;
            width: 34% !important;
        }
    }
@media only screen and (max-width: 1600px) {
    span.topbtn {
        left: 11% !important;
        width: 35% !important;
    
    }
}
    @media only screen and (max-width:1550px) {
        span.topbtn {
            left: 8% !important;
            width: 36% !important;
        }
    }

    @media only screen and (max-width:1440px) {
        span.topbtn {
            left: 0% !important;
            top: 21px;
            width: 40% !important; 
        }
    }

    @media only screen and (max-width:1366px) {
        span.topbtn {
            left: -6% !important;
            width: 42% !important;
            padding: 4px 4px 4px 8px !important;
        }
    }

    @media only screen and (max-width:1280px) {
        span.topbtn {
            left: -13% !important;
            top: 20px ;
            width: 45% !important;
        }
    }

    @media only screen and (max-width:1024px) {
        header .logo {
            max-width: 80px !important;
        }

        span.topbtn {
            left: -29% !important;
            top: 20px;
            width: 45% !important;
            font-size: 11px;
        }
    }



.insurancebanner {
    /*height:300px;
    width:450px*/
    width:10%
}


.btn2 {
    background-color: #204d74 !important;


}


/*Responsive Tab 9/5/23*/
.refresh-img {
     position: absolute;
    top: 5px;
    right: 5px;
}

@media only screen and (max-width:991px) {
    ul.resp-tabs-list {
        display: block !important;
    }
    .resp-vtabs ul.resp-tabs-list{height:auto;}
    h2.resp-accordion {
        display: none !important;
        position: relative;
    }
    .resp-vtabs {
        margin: 20px auto 50px !important;
        width:96% !important;
    }
        .resp-vtabs ul.resp-tabs-list li {
            width: calc(50% - 2px) !important;
            display: inline-block !important;
            float: initial !important;
            border-right: 0px !important;
            border-top: 0px !important;
            border-bottom: 0px !important;
            border-left: 1px !important;
        }
            .resp-vtabs ul.resp-tabs-list li.resp-tab-active {
                border-left: 2px solid #ab0606 !important;
            }
       
        .resp-vtabs .resp-tab-content {
            border: 0px solid #C1C1C1 !important;
            padding:0px;
        }
   
    .resp-vtabs .resp-tabs-container {
        padding: 15px 15px 15px 15px;
    }
    header .ac-login {
        float: right !important;
    }

        }
@media only screen and (max-width: 768px) {
    .resp-tabs-container {
        font-size: 13px;
    }
    .cptimg {
        background: #fff;
        border-radius: 20px;
       }
}

@media only screen and (max-width: 767px) {
    .infomesaageCountrycnt {
        display: inline-block;
        width: 100%;
        float: left;
        text-align: left;
        top: 14px !important;
        left: 20px;
    }

    .infomesaage {
        width: 100%;
        text-align: left !important;
        top: 32px !important;
        left: 20px;
    }

    .resp-vtabs .resp-tabs-container {
        padding: 15px 15px 15px 15px;
    }

    header .contact-details:before {
        top: 9px !important;
    }

    header .ac-login {
        float: none !important;
    }

    .my-custom-scrollbar {
        position: relative;
        height: 275px !important;
        overflow: auto;
    }

    footer {
        padding: 10px 0;
    }

    .title-country {
        font-size: 24px !important;
    }

    .resp-tabs-container h4 {
        font-size: 16px;
        margin: 5px 0;
        font-weight: 700;
    }

    .resp-vtabs ul.resp-tabs-list {
        padding: 0 5px !important
    }

    .resp-tabs-list .resp-tab-item input {
        padding: 10px 0 !important;
    }

    .resp-vtabs li.resp-tab-active {
        padding: 0px 15px 0px 10px !important;
    }

    .download-visa-form .btn {
        padding: 5px 5px !important;
        font-size: 12px !important;
        line-height: initial !important;
    }

    .download-visa-form h3 {
        font-size: 13px !important;
    }

    .resp-vtabs .resp-tabs-list li {
        padding: 0 5px !important;
    }

    .resp-vtabs ul.resp-tabs-list li input {
        font-size: 12px !important;
    }

    .usefulllinks ol {
        padding: 20px 20px 20px 30px;
    }

    .diplo-cont-box .table td:after {
        right: 0;
    }

    .diplo-cont-box .table td p {
        font-size: 12px;
    }

    header.visa-upd .col-md-4 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    header.visa-upd .col-md-8 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    header .ac-login a {
        vertical-align: middle;
    }
   
    .search-input-area {
        max-width: 100% !important;
        width: 100% !important;
    }

        .search-input-area .row {
            margin-left: 0px !important;
            margin-right: 0px !important;
        }
        .search-input-area .button {
            padding: 4px 30px !important;
            margin: 5px auto -20px !important;
        }
        .visa-upd-banner {
            padding: 30px 0 30px !important;
        }
    .accordion .button{padding:5px 12px !important;font-size:12px !important;line-height:15px !important;}
    .title-country{font-size:14px !important}
    .resp-tabs-container p{
        font-size:12px !important;
        padding-right:5px;
    }
    .country-logo {
        width: 45px;
        padding-right: 5px;
    }
    .countryMaps{
        display:none;
    }
    
    .scrollup {
        bottom: 85px;
        box-shadow: rgb(231 230 230 / 20%) 0px 2px 8px 0px !important;
    }
    }


@media only screen and (max-width: 320px) {
    .ac-login .button{padding:5px !important;}
    header.visa-upd .col-md-4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    header.visa-upd .col-md-8 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .infomesaageCountrycnt, .infomesaage {
        font-size: 12px !important;
    }

}


    @media only screen and (min-device-width: 568px) and (max-device-width: 850px) and (orientation:landscape) {
        .resp-vtabs {
            margin: 40px auto 50px !important;
        }
    }


#navlistuser i {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius:unset;
    background: unset;
    text-align: center;
    line-height: 40px;
    margin: 0 0px 0 0;
    font-size:14px;
    color:#000;
}

.dropdown-item {
    font-size: 12px; padding:0rem 0rem;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #c20000;
    color :#fff
}

.subcheckicon{
color:green;
padding:5px;
border-radius:10px;
}
.subcrossicon {
    color: red;
    padding: 5px;
    border-radius: 10px;
}


.ac-login a {
    color: #252525;
}


.ac-login .dropdown .dropdown-menu .dropdown-item:active {
    background-color: #757575 !important;
    color:#fff;
}

.fa
{
    color:#fff;
}

.dropdown-item:hover, .dropdown-item:hover i {
    background-color: #c20000 !important;
    color: #fff !important;
    /*  background-color: silver !important; */
}
ul.offer-list {
    margin: 0 auto 20px;
    background: #fff;
    border: 1px solid #273880;
    box-shadow: 0 0 4px rgba(221, 62, 77, 0.2);
    border-radius: 8px;
    width: 99%;
    padding: 20px 15px;
}

    ul.offer-list li {
        display: inline-block;
        padding: 10px 10px 10px 10px;
        position: relative;
        width: calc(50% - 5px);
        margin: 1px 1px 1px;
        font-family: 'Nunito';
        font-style: normal;
        font-weight: 600;
        vertical-align: middle;
        font-size: 18px;
        line-height: 24px;
        color: #555555;
        background: #FFFFFF;
    }

        ul.offer-list li a {
            text-decoration: none;
            color: #2C3039;
            font-size: 20px;
        }

ul.con-list li:hover a {
    color: #ED1C24;
}

ul.offer-list li strong {
    display: block;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #003980;
}

ul.offer-list li:hover {
    background: #FFFFFF;
}

ul.offer-list li .coupon-row {
    display: flex;
    justify-content: end;
    margin: 0px auto;
    width: auto;
}

    ul.offer-list li .coupon-row #cpnCode {
        border: 1px dashed #C20000;
        padding: 10px 40px 10px 20px;
        border-right: 0;
        color: #C20000;
        font-weight: 700;
        font-size: 22px;
    }

    ul.offer-list li .coupon-row #cpnBtn {
        border: 1px solid #C20000;
        background: #C20000;
        padding: 10px 20px;
        color: #ffffff;
        cursor: pointer;
    }

@media only screen and (max-width:767px) {
    ul.offer-list li {
        display: block;
        width: 100%;
    }

        ul.offer-list li .coupon-row {
            justify-content: start;
        }
}
/*flyer popup start*/
.visa-flyer-modal {
    background: #002550;
    position: relative;
    margin: 0 auto;
    width: 80%;
}

    .visa-flyer-modal .close {
        color: #fff;
        opacity: 1;
        top: -15px;
        right: 0;
        position: absolute;
    }

    .visa-flyer-modal .modal-header {
        border: 0
    }

.uae-flyer img {
    height: auto;
    max-width: 100%;
    width: 100%;
}


/*shareonemailmodal popup edit*/
#shareonemailmodal .modal-title {
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.clickinfo {
    color: red;
    font-size: 12px;
    margin: 0 0 20px 0;
}

#shareonemailmodal .modal-footer {
    justify-content: space-between !important;
}

.pdf-div a {
    font-size: 14px;
    background: #ffffff;
    color: #001937;
    padding: 10px 10px;
    font-weight: normal;
    border: 1px solid #001937;
    text-transform: uppercase;
}

.submit-btn-new {
    background: #ffffff;
    color: #c20000;
    padding: 10px 18px;
    border: 1px solid #c20000;
    border-radius: 0px !important;
    text-transform: uppercase;
}

#shareonemailmodal .modal-header .close {
    opacity: 1;
}

@media only screen and (max-width:1366px) {
    .visa-flyer-modal {
        margin: 0 auto;
        width: 55%;
    }
}

@media only screen and (max-width:1024px) {
    .visa-flyer-modal {
        margin: 0 auto;
        width: 80%;
    }
}

@media only screen and (max-width:767px) {
    .visa-flyer-modal {
        margin: 0 auto;
        width: 100%;
    }
    .pdf-div a{margin: 0 0 5px 0; display:inline-block;}
}
/*flyer popup end*/

 .datepicker th {
    font-weight: bold;
    padding: 8px 8px;
    text-align: center;
    border: 1px solid #e6e5e5;
    border-top: 0;
}

.datepicker td {
   
    padding: 8px 8px;
    text-align: center;
    border: 1px solid #e6e5e5;
    border-top: 0;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background-color: #f4f4f4 !important;
}

