﻿@import url('BAFont.css');
/*p { color: #1b2a46; text-align: justify; }*/
.cc-picker {
    font-family: 'HelveticaNeueLTStd-Cn';
}

.form-control {
    padding: 5px;
}

.divphonewithcode {
    position: relative;
}

.select2-container .select2-selection--single {
    height: 50px;
    border: 1px solid #cccccc;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    font-family: 'HelveticaNeueLTStd-Cn';
    color: #757c8c;
    padding-left: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    top: 0px;
}

.select2-results__option {
    font-family: 'HelveticaNeueLTStd-Cn';
    color: #757c8c;
}

#modal_baawardsignup .modal-header {
    padding: 0px;
    border: 0px;
    position: absolute;
    z-index: 10;
    right: 0;
}

    #modal_baawardsignup .modal-header .close {
        font-size: 40px;
    }

#modal_baawardsignup .modal-body {
    background-color: #eae9e9;
    padding-bottom: 0px;
}

.justified p {
    text-align: justify;
}

.bawardheader img {
    width: 100%;
}

.mobile-number-signup .cc-picker {
    position: absolute;
    left: 0px;
}

.mobile-number-signup {
    position: relative;
}

.lblForthefan {
    font-family: bharat-cwc-b !important;
    font-weight: bold !important;
    font-style: italic !important;
    font-size: 22px !important;
}

#mylCarousel .carousel-caption {
    padding: 0;
    top: auto;
    left: 10%;
    text-align: left;
    bottom: 20%;
}

    #mylCarousel .carousel-caption h3 {
        font-family: 'thesansplain';
        text-shadow: none;
        font-size: 36px;
    }

    #mylCarousel .carousel-caption p {
        font-size: 18px;
        color: rgba(212, 212, 212, 1);
    }

#mylCarousel .carousel-indicators {
    background-image: none;
    width: auto;
    margin: 0;
    height: auto;
    padding: 0;
    right: inherit;
    left: 10%;
    bottom: 15%;
}

    #mylCarousel .carousel-indicators li {
        background-image: none;
        background-color: rgba(212, 212, 212, 0.5);
        width: 12px;
        height: 12px;
        border-radius: 50px;
    }

    #mylCarousel .carousel-indicators .active {
        background-color: #ffffff;
    }

.awardloader {
    position: relative;
    text-align: center;
    height: 450px;
}

.awarddetailrow, .divawarddetailrow {
    position: relative;
}

    .awarddetailrow .error {
        text-align: center;
        font-size: 15px !important;
        display: none;
    }

.awardnextbutton {
    width: 100%;
    text-align: center;
}

.loader {
    animation: rotate 1s infinite;
    height: 50px;
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
}

    .loader:before, .loader:after {
        border-radius: 50%;
        content: '';
        display: block;
        height: 20px;
        width: 20px;
    }

    .loader:before {
        animation: ball1 1s infinite;
        background-color: #cb2025;
        box-shadow: 30px 0 0 #f8b334;
        margin-bottom: 10px;
    }

    .loader:after {
        animation: ball2 1s infinite;
        background-color: #00a096;
        box-shadow: 30px 0 0 #97bf0d;
    }

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.2);
        -moz-transform: rotate(360deg) scale(1.2);
    }

    100% {
        -webkit-transform: rotate(720deg) scale(0.8);
        -moz-transform: rotate(720deg) scale(0.8);
    }
}

@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 #f8b334;
    }

    50% {
        box-shadow: 0 0 0 #f8b334;
        margin-bottom: 0;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #f8b334;
        margin-bottom: 10px;
    }
}

@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 #97bf0d;
    }

    50% {
        box-shadow: 0 0 0 #97bf0d;
        margin-top: -20px;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #97bf0d;
        margin-top: 0;
    }
}
/*awards*/
.awards-title {
    text-align: center;
    margin: 40px 0px;
}

    .awards-title h2 {
        font-size: 36px;
        text-transform: uppercase;
        color: #e46224;
        position: relative;
        background-color: #ffffff;
        margin: 10px auto;
        width: 60%;
    }

    .awards-title h4 {
        text-transform: uppercase;
        font-size: 20px;
        color: #9e9e9e;
    }

.annual-awards-section {
    display: block;
    background-color: #f7f7f7;
    padding: 50px;
}

.awardnextbutton {
    display: block;
    padding: 15px;
    margin-top: 15px;
}

    .awardnextbutton a {
        display: inline-block;
        background-color: #002d5d;
        color: #ffffff;
        padding: 5px 15px;
        margin-top: 15px;
        text-transform: uppercase;
    }

        .awardnextbutton a:hover {
            color: #e46224;
        }

.awards-powered-by h3 {
    color: #1a1a4e;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 26px;
}

    .awards-powered-by h3 img {
        width: 50px;
        vertical-align: middle;
        margin-top: -10px;
    }

    .awards-powered-by h3 span {
        color: #e46224;
        font-weight: 300;
        font-size: 15px;
    }

.awards-item {
    text-align: center;
}

    .awards-item a {
        color: #4c4949;
        display: block;
    }

.aw-img-box {
    display: block;
    position: relative;
    max-width: 254px;
    text-align: center;
    margin: 0px auto;
}

.awards-item a:hover {
    color: #e46224;
}

.over {
    position: absolute;
    z-index: 5;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    transition: all 0.5s ease-in-out 0s;
    margin: 0px auto;
    width: 0px;
    text-align: center;
}

.awards-item a .over.active {
    background-image: url(../images/p-hover.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
}

.awards-item a p.pl-title {
    padding: 5px;
    text-align: center;
}

.awards .membership-text-banner {
    text-align: center;
    padding: 6% 0%;
    color: #ffffff;
}

.awardfinish {
    text-align: center;
}

.awards-powered-by {
    margin-top: 35px;
}

.awardfinish p {
    padding-bottom: 15px;
}

.awardfinish h3 {
    padding-bottom: 15px;
}

.divawards {
    position: relative;
}

.award-backdrop {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #141f33;
    opacity: 0.8;
    position: absolute;
}

.firstdiv {
    flex: 1;
}

.seconddiv {
    flex: 1;
}

.awardlogin .firstdiv {
}

.bgimage {
    background-image: url(../images/group-22@2x.jpg);
    height: 100%;
    display: block;
    background-size: cover;
    height: 100%;
}

.awardlogin {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    vertical-align: middle;
}

.awardloginfirstrow img {
    width: 100%;
}

.awardcontent {
    z-index: 1041;
    background-color: white;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.awardlogin .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1045;
    width: 100%;
}

.awardheader {
    background-color: #d64027;
    padding: 10px;
    color: white;
    font-weight: 600;
}

.awardloginsecondrow {
    padding: 15px;
}

.awardcontent .lblenterdetail {
    padding-top: 50px;
}

.awardcontent .pnlinner {
    padding: 40% 15px 15px 15px;
    position: inherit;
}

.awardcontent .firstcolumn {
    width: 50%;
    display: inline-block;
}

.awardcontent .lblHello {
    font-size: 30px;
}

.awardcontent .lblwelcome {
    font-size: 20px;
    font-family: inherit;
    font-weight: 300;
}

    .awardcontent .lblwelcome strong {
        font-size: 20px;
        font-family: inherit;
    }

.awardcontent .divdescription {
    padding: 30px 0px;
    font-family: inherit;
    font-weight: 300;
    font-size: 15px;
    text-align: justify;
}

.awardcontent .firstcolumn img {
    width: 100%;
}

.inclusions-title h2 {
    font-size: 20px;
    padding: 15px;
    font-family: 'thesansplain';
    font-weight: 600;
    text-transform: uppercase;
    color: #251f55;
}

.inclusions-box {
    display: block;
    text-align: center;
    font-size: 12px;
}

.inclusions-title {
    display: block;
    background-color: #eae9e9;
    text-align: center;
}

.inclusions-block {
    display: block;
    background-color: #eae9e9;
    text-align: center;
    padding: 0px 5px 15px;
    color: #251f55;
}

.basic-banner {
    padding: 0px;
    margin-top: -15px;
}

.basic {
    background-color: #ffffff;
    padding: 25px 0px 15px 0px;
}

.enter-txt {
    display: block;
    margin-right: 5px;
    color: #ffffff;
}

.basic .btn-default {
    background-image: -moz-linear-gradient( 0deg, rgb(238,40,86) 0%, rgb(46,50,128) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(238,40,86) 0%, rgb(46,50,128) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(238,40,86) 0%, rgb(46,50,128) 100%);
    border: 0px;
    color: #ffffff;
    text-transform: uppercase;
    min-width: 80px;
    font-size: 10px;
    padding: 10px;
}

    .basic .btn-default:hover, .basic .btn-default:focus {
        background-image: -moz-linear-gradient( 0deg, rgb(238,40,86) 0%, rgb(46,50,128) 100%);
        background-image: -webkit-linear-gradient( 0deg, rgb(238,40,86) 0%, rgb(46,50,128) 100%);
        background-image: -ms-linear-gradient( 0deg, rgb(238,40,86) 0%, rgb(46,50,128) 100%);
        border: 0px;
        color: #ffffff;
        text-transform: uppercase;
        min-width: 80px;
    }

.basic .form-control {
    height: 36px;
    margin-right: 5px;
}
/**/
#Gala-Banner {
    display: block;
    padding: 100px 0px 30px;
}

    #Gala-Banner .item img {
        max-width: 427px;
    }

    #Gala-Banner .owl-dots {
        margin-top: 30px;
    }

    #Gala-Banner .owl-dot {
        background-color: #ffffff;
    }

        #Gala-Banner .owl-dot.active {
            background-color: #f05123;
        }

.Gala-caption {
    text-align: center;
    position: absolute;
    top: 6%;
    padding: 15px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    z-index: 9;
}

    .Gala-caption h1 {
        font-size: 36px;
        color: #ffffff;
        text-transform: uppercase;
        text-shadow: 0px 2px 6px #333333;
    }
/**/
.Aware-Content {
    display: block;
    clear: both;
}

    .Aware-Content p {
        margin-bottom: 20px;
    }

#Aware-Banner {
    clear: both;
    display: block;
    position: relative;
    background-image: url(../images/Aware-Foundation-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.Aware-caption {
    text-align: center;
    position: absolute;
    top: 8%;
    padding: 15px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    z-index: 9;
}

    .Aware-caption h1 {
        font-size: 36px;
        color: #ffffff;
        text-transform: uppercase;
        text-shadow: 0px 2px 6px #333333;
    }

.Aware-title {
    text-align: center;
    margin: 40px 0px;
}

    .Aware-title h2 {
        font-size: 36px;
        display: inline-block;
        padding: 0px 30px;
        text-transform: uppercase;
        color: #1c2845;
        position: relative;
        background-color: #ffffff;
        margin: 10px auto;
        font-family: 'thesansblack_caps';
    }

.Table-Packages-Block {
    display: block;
    background-color: #f7f7f7;
    padding-bottom: 30px;
}

    .Table-Packages-Block .Aware-title h2 {
        background-color: #f7f7f7;
    }

ul.special-list {
    padding: 0px;
    margin: 0px;
    display: block;
    margin-bottom: 30px;
}

    ul.special-list li {
        position: relative;
        display: block;
        padding-left: 20px;
        line-height: 30px;
    }

        ul.special-list li:before {
            position: absolute;
            font-family: 'Fontawesome';
            display: block;
            font-size: 8px;
            content: '\f111';
            left: 0px;
            top: 2px;
            color: #1c2845;
        }

.Platinum-Table-Box {
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.2);
    float: left;
    width: 98%;
    margin-bottom: 30px;
}

.Packages-img {
    float: left;
    width: 30%;
    position: relative;
}

.Packages-Produst {
    position: relative;
    min-height: 322px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
}

.Packages-contect {
    background-color: #ffffff;
    padding: 15px;
    width: 70%;
    float: left;
    height: 100%;
}

.Packages-title {
    display: block;
}

    .Packages-title h3 {
        color: #1c2845;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 18px;
        margin-bottom: 10px;
    }

.Packages-content-list {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
}

    .Packages-content-list ul {
        display: block;
        padding: 0px;
        margin: 0px;
    }

        .Packages-content-list ul li {
            display: block;
            position: relative;
            padding-left: 20px;
            line-height: 24px;
        }

            .Packages-content-list ul li:before {
                position: absolute;
                font-family: 'Fontawesome';
                display: block;
                font-size: 6px;
                content: '\f111';
                left: 0px;
                top: 3px;
                color: #1c2845;
            }

.Price-count-list {
    display: block;
}

    .Price-count-list ul {
        display: flex;
        padding: 0px;
        margin: 0px;
        justify-content: space-between;
        align-items: center;
    }

        .Price-count-list ul li {
            display: block;
            line-height: 30px;
        }

            .Price-count-list ul li .price {
                font-size: 18px;
                color: #b22225;
                font-size: 18px;
                letter-spacing: 1px;
                font-family: 'HelveticaNeueLTStd-BdCn';
            }

            .Price-count-list ul li .btn.btn-primary {
                padding: 4px 10px;
            }

.Packages-Bronze {
    position: absolute;
    top: -1px;
    right: 10px;
    z-index: 9;
    background-color: #ffffff;
    padding: 2px 4px;
}

    .Packages-Bronze:after {
        position: absolute;
        content: '';
        left: 0px;
        right: 0px;
        bottom: -10px;
        border-top: transparent;
        border-bottom: 10px solid transparent;
        border-right: 14px solid #ffffff;
        border-left: 14px solid #ffffff;
    }

    .Packages-Bronze img {
        width: 20px;
    }

.Packages-Produst-Bronze {
    position: relative;
    min-height: 250px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
}

.Price-count-list ul li .pretty .state label {
    color: #b22225;
}

    .Price-count-list ul li .pretty .state label:after, .Price-count-list ul li .pretty .state label:before {
        content: '';
        width: calc(0.8em + 2px);
        height: calc(0.8em + 2px);
        display: block;
        box-sizing: border-box;
        border-radius: 0px;
        border: 1px solid transparent;
        z-index: 0;
        position: absolute;
        left: 0px;
        top: calc((0% - (100% - 1.2em)) - 8%);
        background-color: transparent;
        top: 0px;
    }

    .Price-count-list ul li .pretty .state label:before {
        border-color: #bdc3c7;
    }

.View-More {
    display: none;
}

.Tab-card-title h3 img {
    width: 25px;
}

#wrapper .Packages-content-list {
    display: block;
    font-size: 14px;
}

#wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: fixed;
    top: 0px;
    background-color: #ffffff;
    bottom: 0px;
    width: 300px;
    left: -300px;
    z-index: 9999;
    padding: 30px 15px 15px;
}

    #wrapper.toggled {
        left: 0px;
    }

.closebtn {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 24px;
}

#wrapper .Price-count-list ul {
    display: flex;
}

.over-lay {
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
}

/* Footer */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');

.awards-footer {
    font-family: 'Source Sans Pro', sans-serif;
}

.awards-footer {
    background-color: #0b1323;
    clear: both;
    padding: 20px 0px;
}

.foot-social {
    display: block;
    padding: 15px 0px;
    text-align: center;
}

.foot-logo-box {
    display: block;
}

.foot-social-list {
    display: block;
    position: relative;
    z-index: 2;
}

    .foot-social-list ul {
        padding: 0;
        margin: 0px auto;
        list-style: none;
        background-color: #1b2a46;
        display: table;
    }

        .foot-social-list ul li {
            display: inline-block;
            border-right: 1px solid #606a7e;
        }

            .foot-social-list ul li a {
                color: #ffffff;
                display: block;
                padding: 8px 15px;
                text-transform: uppercase;
            }

                .foot-social-list ul li a:hover {
                    color: #f05123;
                }

.foot-social-title {
    display: block;
    padding: 15px;
}

.foot-social-list ul li:last-child {
    border: 0px;
}

.foot-social-title h3 {
    color: #1b2a46;
    font-size: 24px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}

ul.links-list {
    display: block;
}

    ul.links-list li {
        display: inline-block;
    }

        ul.links-list li a {
            color: #ffffff;
            display: block;
            border-right: 1px solid #ffffff;
            padding: 0px 10px;
            line-height: 16px;
            font-size: 14px;
        }

            ul.links-list li a:hover {
                color: #f05123;
            }

        ul.links-list li:nth-child(4) a {
            border: 0px;
        }

        ul.links-list li:last-child p {
            padding: 10px;
            margin: 0px;
            color: #ffffff;
            font-size: 14px;
        }

ul.Developed {
    display: block;
    text-align: right;
}

    ul.Developed li {
        display: block;
        line-height: 26px;
    }

        ul.Developed li p {
            color: #ffffff;
            font-size: 14px;
        }

.foot-link-box {
    display: block;
    background-color: #1b2a46;
}

.foot-list {
    display: block;
}

    .foot-list ul {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

        .foot-list ul li {
            display: inline-block;
        }

            .foot-list ul li a {
                padding: 12px 15px;
                display: block;
                color: #ffffff;
                text-transform: uppercase;
                font-size: 14px;
            }

                .foot-list ul li a:hover {
                    color: #f05123;
                }

ul.foo-logo-list {
    display: block;
    text-align: center;
    padding: 15px 0px;
}

    ul.foo-logo-list li {
        display: inline-block;
    }

        ul.foo-logo-list li a {
            display: block;
            height: 74px;
            width: 152px;
        }

        ul.foo-logo-list li:nth-child(1) a {
            display: block;
            background-image: url(../images/foote-logo01.png);
            background-repeat: no-repeat;
            width: 115px;
        }

            ul.foo-logo-list li:nth-child(1) a:hover {
                display: block;
                background-image: url(../images/h-foote-logo01.png);
                background-repeat: no-repeat;
            }

        ul.foo-logo-list li:nth-child(2) a {
            display: block;
            background-image: url(../images/foote-logo02.png);
            background-repeat: no-repeat;
        }

            ul.foo-logo-list li:nth-child(2) a:hover {
                display: block;
                background-image: url(../images/h-foote-logo02.png);
                background-repeat: no-repeat;
            }

        ul.foo-logo-list li:nth-child(3) a {
            display: block;
            background-image: url(../images/foote-logo03.png);
            background-repeat: no-repeat;
        }

            ul.foo-logo-list li:nth-child(3) a:hover {
                display: block;
                background-image: url(../images/h-foote-logo03.png);
                background-repeat: no-repeat;
            }

        ul.foo-logo-list li:nth-child(4) a {
            display: block;
            background-image: url(../images/foote-logo04.png);
            background-repeat: no-repeat;
        }

            ul.foo-logo-list li:nth-child(4) a:hover {
                display: block;
                background-image: url(../images/h-foote-logo04.png);
                background-repeat: no-repeat;
            }

        ul.foo-logo-list li:nth-child(5) a {
            display: block;
            background-image: url(../images/foote-logo05.png);
            background-repeat: no-repeat;
        }

            ul.foo-logo-list li:nth-child(5) a:hover {
                display: block;
                background-image: url(../images/h-foote-logo05.png);
                background-repeat: no-repeat;
            }

.social-divider-orange {
    position: relative;
    width: 100%;
    background-color: #f05123;
    height: 5px;
    top: -28px;
    z-index: 0;
}

.social-divider-green {
    position: relative;
    width: 100%;
    background-color: #1b5732;
    height: 5px;
    top: -20px;
    z-index: 0;
}

ul.Developed li a {
    color: #ffffff;
}

    ul.Developed li a:hover {
        color: #f05123;
    }
/* Intern - Writerclub */

.internship-block {
    display: block;
    background-color: #ffffff;
    margin: 50px 0px;
}

.Intern-title h4 {
    display: block;
    text-align: center;
    clear: both;
}

.Intern-title {
    display: block;
    text-align: center;
    margin: 40px 0px;
}

    .Intern-title h4 {
        text-transform: uppercase;
        font-size: 20px;
        color: #9e9e9e;
    }

        .Intern-title h4 img {
            margin-right: 5px;
            margin-top: -12px;
        }

.divider-title {
    position: relative;
    width: 100%;
    background-color: #e6e6e4;
    height: 2px;
    top: 32px;
}

.Intern-title h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: #1b2a46;
    position: relative;
    background-color: #ffffff;
    margin: 10px auto;
    width: 60%;
}

.Intern-content {
    display: block;
}

    .Intern-content h3 {
        font-family: 'thesansplain';
        font-size: 28px;
        font-weight: bold;
        color: #1b2a46;
        margin-bottom: 15px;
    }

    .Intern-content p {
        margin-bottom: 15px;
    }

ul.Intern-content-list {
    display: block;
    list-style: square;
    margin-bottom: 25px;
}

    ul.Intern-content-list h3 {
        font-size: 21px;
    }

    ul.Intern-content-list li {
        line-height: 30px;
        padding-left: 25px;
        position: relative;
        color: #636363;
    }

        ul.Intern-content-list li:before {
            position: absolute;
            content: '\f111';
            top: 0;
            left: 0px;
            font-family: fontawesome;
            font-size: 6px;
        }

.Intern-form label {
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    font-family: 'HelveticaNeueLTStd-BdCn';
    color: #636363;
}

.Intern-form .fmr-select {
    border-radius: 0px;
    height: 40px;
    background: #fbfbfb;
    display: inline-block;
    width: auto;
    margin-top: 0px;
    border-right: 0px;
    margin-right: 0px;
    float: left;
}

.Intern-form .fmr-select {
    border-radius: 0px;
    height: 40px;
    background: #fbfbfb;
    display: inline-block;
    width: auto;
    margin-top: 0px;
    border-right: 0px;
    margin-right: 0px;
    float: left;
}

.Intern-form .fmr-number {
    max-width: 84%;
    width: 100%;
    display: inline-block;
}

.Intern-form .mobile-number-signup .btn-group {
    float: left;
    width: 100%;
}

.Intern-form ul.dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    min-width: 100px;
}

    .Intern-form ul.dropdown-menu > li > a {
        padding: 3px 12px;
    }

.linkitems {
    position: relative;
    margin-bottom: 10px;
}

.linkdelete {
    position: absolute;
    right: 8px;
    top: 13px;
    color: #757c8c;
    cursor: pointer;
}

.form-control-mesg {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.btn.btn-primary.sign {
    text-transform: uppercase;
    font-size: 20px;
}

.text-here {
    float: left;
    width: 88%;
    font-size: 14px;
    padding: 5px 0px;
    color: #636363;
}

.Add-op {
    float: right;
    padding: 5px;
}

    .Add-op a.btn.btn-default {
        background-color: #142137;
        color: #ffffff;
        border-color: #142137;
        padding: 4px 8px;
    }
/* Story Box */
.popular-title h2 {
    font-size: 32px;
    text-transform: uppercase;
    color: #e46224;
    position: relative;
    background-color: #ffffff;
    margin: 10px auto;
    padding: 0px 30px;
    display: inline-block;
    width: inherit;
}

.card-caption p.sotrysubcat {
    color: #f05123;
    font-family: 'HelveticaNeueLTStd-BdCn';
}
/**stories**/
ul.stories.nav.nav-tabs {
    display: block;
    text-align: center;
    border-bottom: 0px;
}

    ul.stories.nav.nav-tabs li {
        float: none;
        display: inline-block;
        margin: 20px 0px;
    }

.stories.nav-tabs > li > a {
    background-color: #ffffff;
    border-radius: 0px;
    color: #1a1a4e;
    border-color: #1a1a4e;
}

.nav-tabs > li > a:hover {
    background-color: #1a1a4e;
    color: #ffffff;
}

.stories.nav-tabs > li.active > a, .stories.nav-tabs > li.active > a:hover, .stories.nav-tabs > li.active > a:focus {
    background-color: #1a1a4e;
    color: #ffffff;
    border-color: #1a1a4e;
}

.stories-watch-box {
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px #9e9e9e;
    -moz-box-shadow: 0px 0px 5px 0px #9e9e9e;
    box-shadow: 0px 0px 5px 0px #9e9e9e;
    display: block;
    margin: 5px 0px;
}

.stories-bor-box {
    display: block;
    border-left: 5px solid #e46224;
    border-right: 5px solid #1a1a4e;
    padding: 10px;
}

    .stories-bor-box p {
        font-family: 'HelveticaNeueLTStd-Cn';
    }

.grey-color {
    color: #9e9e9e;
    font-family: 'HelveticaNeueLTStd-BdCn';
}

.stories-bor-box h3 {
    font-weight: bold;
    font-size: 24px;
}
/**Footer Opton two**/
ul.footer-link {
    display: block;
}

    ul.footer-link li {
        display: block;
    }

        ul.footer-link li a {
            color: #ffffff;
        }

            ul.footer-link li a:hover {
                color: #e46224;
            }

.foote-copy {
    display: block;
    text-align: center;
}

    .foote-copy p {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.5);
        margin-top: 15px;
    }

.footer-logos {
    display: block;
    text-align: center;
}

    .footer-logos a {
        padding: 5px;
    }

.f-2 {
    width: 63px;
}

.f-1, .f-3 {
    width: 150px;
}

.recent-stories {
    display: block;
    margin: 50px 0px;
}

.story-title {
    font-size: 24px;
    color: #252525;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTStd-BdCn';
    margin-bottom: 15px;
}

.recent-box-content {
    display: block;
}

.recent-date {
    display: block;
    font-size: 14px;
    padding: 5px 0px 10px;
    color: rgba(165, 165, 165, 1);
}

.recent-box-content h3 {
    font-family: 'thesansplain';
    font-size: 20px;
    padding: 5px 0px;
    font-weight: bold;
}

.recent-box {
    display: block;
    padding: 0px;
}

.recent-box-content p {
    color: #5d5d5d;
    font-family: 'thesanssemibold';
    font-size: 15px;
}

.the-center-border {
    height: 1px;
    width: 60%;
    margin: 50px auto;
    background-color: #cccccc;
}

.p-0 {
    padding: 0px;
}

#owl-corner .owl-dots, #owl-recent .owl-dots {
    margin-top: 15px;
}

.stories-box {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 421px;
}

.stories-box-overlay {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(5, 5, 5, 0.89));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    left: 0;
}

.stories-title {
    font-size: 28px;
    color: #252525;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.stories-box-long {
    display: block;
    position: relative;
    max-height: 421px;
    overflow: hidden;
}

.stories-box-content {
    display: block;
    position: absolute;
    left: 5%;
    bottom: 10%;
    color: #ffffff;
    max-width: 82%;
}

.stories-box-content-lg {
    display: block;
    position: absolute;
    left: 5%;
    bottom: 10%;
    color: #ffffff;
    max-width: 56%;
}

.stories-box-title {
    display: block;
    font-family: 'thesansplain';
    font-weight: 900;
    font-size: 34px;
    margin-bottom: 15px;
}

.stories-date {
    display: block;
    color: rgba(182, 182, 182, 1);
}

#landing-banner {
    display: block;
}

.landing-right {
    background-color: #f8f8f8;
    display: block;
    padding: 15px;
    margin-left: 10%;
    max-width: 90%;
}

.landing-content {
    display: block;
    padding: 30px 0px;
}

.landing-tag-line {
    display: block;
    margin: 10px 0px;
    text-transform: uppercase;
    color: #929292;
    font-size: 20px;
    font-family: 'HelveticaNeueLTStd-BdCn';
}

.landing-title {
    display: block;
    font-size: 32px;
    font-family: 'HelveticaNeueLTStd-BdCn';
}

.landing-date {
    display: block;
    margin-top: 14px;
    color: #929292;
    font-family: 'HelveticaNeueLTStd-Cn';
}

#landing-cont {
    display: block;
    margin: 15px 0px 30px 0px;
}

.landing-content h3 {
    font-size: 20px;
    margin: 20px 0px;
    font-family: 'thesanssemibold';
}

.landing-cnter-content {
    display: block;
    font-family: 'thesanssemibold';
    font-size: 27px;
    font-style: italic;
    margin: 50px;
    position: relative;
    text-align: center;
}

    .landing-cnter-content:before {
        content: '';
        position: absolute;
        width: 80px;
        margin: 0px auto;
        left: 0;
        right: 0;
        background-color: #057c4e;
        height: 5px;
        top: -25%;
    }

    .landing-cnter-content:after {
        content: '';
        position: absolute;
        width: 80px;
        margin: 0px auto;
        left: 0;
        right: 0;
        background-color: #f05123;
        height: 5px;
        bottom: -25%;
    }

.landing-content p {
    margin-bottom: 20px;
    text-align: justify;
}

.landing-date span:nth-of-type(2) {
    margin: 0px 5px;
    display:none;
}

.landing-date ul {
    display: inline-block;
    padding: 0px 10px;
}

    .landing-date ul li {
        display: inline-block;
    }

        .landing-date ul li a {
            color: #000000;
            padding: 0px 0px;
        }

.landing-right-title {
    display: block;
    color: #f05123;
    margin-left: 10%;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'HelveticaNeueLTStd-BdCn';
}

.recent-date span:nth-of-type(2) {
    margin: 0px 5px;
}

.recent-date {
    display: block;
    font-size: 14px;
    padding: 5px 0px 10px;
    color: rgba(165, 165, 165, 1);
}

.landing-detail-box {
    display: block;
    margin-bottom: 30px;
}

    .landing-detail-box:last-child {
        margin-bottom: 0px;
    }

.landing-detail-content {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #5d5d5d;
}

    .landing-detail-content h3 {
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 22px;
        color: #333333;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .landing-detail-content h3 a {
            color: #333333;
        }

.landing-detail-date span:nth-of-type(2) {
    margin: 0px 5px;
}

.landing-detail-date {
    display: block;
    padding: 5px 0px;
    color: #929292;
    font-family: 'HelveticaNeueLTStd-Cn';
    font-size: 14px;
}

.test-img {
    display: block;
    max-height: 321px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-right: -15px;
}

.bat-member {
    display: block;
}

    .bat-member img {
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .bat-member p {
        display: flex;
    }

    .bat-member p {
        display: flex;
    }

.comment-social ul {
    display: block;
    text-align: right;
    margin-top: 15px;
}

.comment-social {
    display: block;
}

    .comment-social li {
        display: inline-block;
    }

        .comment-social li a {
            color: #000000;
            padding: 0px 10px;
            font-size: 24px;
        }

.btn.btn-success.btn-send {
    background-color: #1bbaed;
    border-color: #1bbaed;
    border-radius: 0px;
    float: right;
    padding: 12px 40px;
    font-weight: bold;
    font-size: 18px;
}

.landing-banner {
    display: block;
}

.article-intro span, .article-intro font {
    font-family: 'thesansplain' !important;
    font-size: 16px !important;
    color: #323131 !important;
    line-height: 1.42857143 !important;
}

.recent-date span:nth-of-type(2) {
    margin: 0px 5px;
}

.recent-date i {
    padding-right: 5px;
}

.card-style-box {
    -webkit-box-shadow: 0px 0px 5px 0px #9e9e9e;
    -moz-box-shadow: 0px 0px 5px 0px #9e9e9e;
    box-shadow: 0px 0px 5px 0px #9e9e9e;
    display: block;
    margin: 5px;
}

.card-style-img-box {
    display: block;
    position: relative;
}

.card-tag {
    position: absolute;
    left: 5px;
    top: 5px;
}

    .card-tag ul {
        margin: 0px;
        padding: 0;
        list-style: none;
    }

        .card-tag ul li {
            padding: 5px;
            color: #ffffff;
            display: inline-block;
            background-color: #1b2a46;
        }

            .card-tag ul li img {
                width: 19px !important;
                display: inline-block !important;
            }

            .card-tag ul li a {
                color: #ffffff;
            }

.card-caption {
    display: block;
    padding: 15px;
}

    .card-caption h3 {
        color: #1a1a4e;
        font-size: 22px;
        font-family: 'HelveticaNeueLTStd-BdCn';
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .card-caption h3 a {
            color: #1a1a4e;
        }

    .card-caption .tag-line {
        font-size: 16px;
        color: #1a1a4e;
        margin: 5px 0px;
    }

    .card-caption .shortdescription {
        margin-bottom: 10px;
    }

.card-button {
    display: block;
    background-color: #1b2a46;
    text-align: center;
    padding: 10px;
}

    .card-button a {
        color: #ffffff;
        text-transform: uppercase;
    }

        .card-button a:hover {
            color: #e46224;
        }

.Views-list {
    display: block;
}

    .Views-list ul {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .Views-list ul li {
            display: inline-block;
            padding-right: 5px;
        }

            .Views-list ul li:nth-of-type(2) {
                display: none;
            }

            .Views-list ul li a {
                display: block;
                color: #9a9a9a;
                font-family: 'HelveticaNeueLTStd-Cn';
                font-size: 14px;
            }

                .Views-list ul li a:hover {
                    color: #808080;
                }

                .Views-list ul li a img {
                    width: 20px !important;
                    display: inline-block !important;
                    height: 20px !important;
                }

.card-caption p {
    color: #323131;
    padding: 3px 0px;
}

.Views-list ul li .fa {
    padding-right: 3px;
}

.Views-list ul li:last-child {
    float: right;
}
/* Start Future Tour */

.ftp-style-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px #9e9e9e;
    -moz-box-shadow: 0px 0px 5px 0px #9e9e9e;
    box-shadow: 0px 0px 5px 0px #9e9e9e;
    display: block;
    margin: 5px;
}

.ftp-style-img-box {
    display: block;
    position: relative;
}

.ftp-tag {
    position: absolute;
    left: 5px;
    top: 5px;
}

    .ftp-tag ul {
        margin: 0px;
        padding: 0;
        list-style: none;
    }

        .ftp-tag ul li {
            padding: 5px;
            color: #ffffff;
            display: inline-block;
            background-color: #8d294b;
            text-transform: uppercase;
        }

            .ftp-tag ul li img {
                width: 19px !important;
                display: inline-block !important;
            }

            .ftp-tag ul li a {
                color: #ffffff;
            }

.ftp-caption {
    display: block;
    padding: 15px;
}

    .ftp-caption h3 {
        color: #1a1a4e;
        font-size: 22px;
        line-height: 24px;
        font-family: 'HelveticaNeueLTStd-BdCn';
    }

        .ftp-caption h3 a {
            color: #1a1a4e;
        }

    .ftp-caption .ftp-tag-line {
        font-size: 16px;
        color: #1a1a4e;
        margin: 5px 0px;
        font-family: 'HelveticaNeueLTStd-Cn';
    }

.ftp-button {
    display: block;
    background-color: #8d294b;
    text-align: center;
    padding: 10px;
}

    .ftp-button a {
        color: #ffffff;
        text-transform: uppercase;
    }

        .ftp-button a:hover {
            color: #e46224;
        }

.ftp-views-list {
    display: block; /*padding: 5px 0px;*/
    font-size: 14px;
}

    .ftp-views-list ul {
        display: block;
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .ftp-views-list ul li {
            display: inline-block;
        }

            .ftp-views-list ul li:last-child {
                padding-left: 10px;
            }

            .ftp-views-list ul li a {
                display: block;
                color: #9a9a9a;
                font-family: 'HelveticaNeueLTStd-Cn';
            }

                .ftp-views-list ul li a:hover {
                    color: #808080;
                }

                .ftp-views-list ul li a img {
                    width: 20px !important;
                    display: inline-block !important;
                    height: 20px !important;
                }

.ftp-caption p {
    color: #323131;
}

.ftp-odi-list {
    display: block;
    text-align: left;
    margin-bottom: 5px;
}

    .ftp-odi-list ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .ftp-odi-list ul li {
            display: inline-block;
            background-color: #8d294b;
            padding: 1px 5px;
            font-size: 12px;
        }

            .ftp-odi-list ul li a {
                color: #ffffff;
                font-family: 'HelveticaNeueLTStd-Cn';
            }

.divrelative {
    position: relative;
}

.imgresponsive {
    width: 100%;
}

.sectioncontent .title {
    font-size: 20px;
    width: 100%;
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    color: white;
    padding: 5px 10px;
    font-weight: 600;
}

.top10padding {
    padding-top: 10px;
}

.sectioncontent .title p {
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
}

.sfasection .title {
    padding: 15px 10px;
}

.error {
    font-weight: normal !important;
    font-size: 11px !important;
    color: red !important;
    display: none;
}

.lblErrorCountryCode {
    margin-left: 35%;
}

.downloadbroucher {
    margin-top: 20px;
    font-size: 20px;
}

.ftp-views-list .fa {
    padding-right: 5px;
}
/* End */

/* FTP Popup */

.packagemodal .modal-content {
    background-image: none !important;
    border: 0px !important;
}

    .packagemodal .modal-content .modal-body {
        background-color: white !important;
        background-image: none !important;
        position: relative;
        padding: 0px !important;
        text-align: left !important;
    }

        .packagemodal .modal-content .modal-body header {
            background-color: #1b2a46;
            width: 100%;
            padding: 10px 20px;
            font-family: 'HelveticaNeueLTStd-BdCn';
            color: white;
            text-transform: uppercase;
            text-align: left;
        }

.modalheaderdiv {
    width: 100%;
}

    .modalheaderdiv img {
        width: 100%;
    }

.packagedetails {
    padding: 15px;
}

.packagedate {
    font-family: 'HelveticaNeueLTStd-Cn';
    font-size: 14px;
    padding-top: 5px;
    color: #b1b1b1;
}

.packagedetails h2 {
    color: #1e194c;
    font-weight: 600;
    font-family: 'HelveticaNeueLTStd-BdCn';
    text-align: left;
}

.packagedetails p {
    padding: 20px 0px 0px 0px;
    text-align: justify;
    max-width: none;
}

.giveusinfo {
    position: relative;
    padding-top: 19px !important;
}

    .giveusinfo label {
        position: absolute;
        top: 30px;
        font-weight: normal;
        font-size: 14px;
        background-color: #ffffff;
        left: 0px;
        padding: 0px 20px 0px 0px;
    }

.inquiryform .form-group label {
    display: inline-block;
    width: 28%;
    font-size: 14px;
    color: #636363;
    font-family: 'HelveticaNeueLTStd-BdCn';
}

.inquiryform .form-group input {
    width: 70%;
    display: inline-block;
}

.inquiryform .form-control {
    border-radius: 0px;
    color: #757c8c;
}

.inquirycondition .pretty {
    width: 100% !important;
    margin: 0px auto !important;
    text-align: center !important;
    margin-top: 20px !important;
}

    .inquirycondition .pretty.p-svg .state .svg {
        left: auto !important;
    }

    .inquirycondition .pretty .state label {
        font-weight: normal !important;
        font-size: 15px !important;
        /*font-family: Roboto;*/
    }

.enhance-poopup-read-modal:hover {
    color: #ffffff;
}

.primarybutton {
    background-color: #1b2a46 !important;
    border: none;
    font-size: 15px;
    color: white;
    padding: 8px 20px;
}

.enhance-poopup-read-modal {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 10px;
    display: inline;
}

.inquirycondition .pretty .state label:after, .inquirycondition .pretty .state label:before {
    left: auto !important;
}

.inquiryform .form-group input {
    padding: 9px 12px;
}

.packagephoneno {
    padding-left: 100px !important;
}

#Resend .modal-header {
    min-height: 100px;
    background-color: #f05123;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    #Resend .modal-header h4 {
        color: #ffffff;
        font-family: 'HelveticaNeueLTStd-Cn';
        text-align: center;
    }

    #Resend .modal-header .close {
        color: #ffffff;
        opacity: 1;
    }

#Resend .modal-footer {
    text-align: center;
    border: 0px;
}

    #Resend .modal-footer h4 {
        color: #f05123;
        font-family: 'HelveticaNeueLTStd-Cn';
        text-align: center;
    }

#Resend .modal-body {
    text-align: center;
    padding: 30px;
}

#SSNArea {
    font-size: 20px;
    text-align: center;
    max-width: 60px;
    min-width: 40px;
    display: inline;
}

#SSNGroup {
    font-size: 20px;
    text-align: center;
    max-width: 60px;
    min-width: 40px;
    display: inline;
}

#SSNSerial {
    font-size: 20px;
    text-align: center;
    max-width: 60px;
    min-width: 40px;
    display: inline;
}

#SSNSeriag {
    font-size: 20px;
    text-align: center;
    max-width: 60px;
    min-width: 40px;
    display: inline;
}

.padding-left-and-right-five-px {
    padding-left: 5px;
    padding-right: 5px;
}

#Resend .modal-body p {
    padding: 15px;
}

button.btn.submit {
    margin-top: 50px;
    background-color: #f05123;
    border-radius: 0px;
    border: 0px;
    color: #ffffff;
    font-size: 20px;
}

#Resend .modal-body img {
    width: 80px;
    margin-top: -88px;
}

#Resend .modal-footer a {
    color: #f05123;
}

    #Resend .modal-footer a:hover {
        color: #00612b;
    }

.foot-sub {
    background-image: url(../images/foot-sub-bg.jpg);
    clear: both;
    width: 100%;
    min-height: 403px;
    background-repeat: repeat;
    background-size: 100%;
    height: 100%;
    margin-top: 50px;
}

.sub-foot-form {
    clear: both;
    text-align: center;
    padding: 30px;
}

.sub-button {
    display: inline-block;
    position: relative;
    min-width: 521px;
}

    .sub-button button {
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../images/sub-arrow.png);
        width: 68px;
        height: 54px;
        border: 0px;
        position: absolute;
        right: 0px;
        top: 30px;
        background-color: #e46224;
    }

.sub-foot-form .form-control {
    position: relative;
    margin: 30px 0px;
    max-width: 520px;
    height: 54px;
    color: #757c8c;
}

.sub-foot-form h4 {
    font-size: 36px;
    color: #e46224;
    font-family: 'HelveticaNeueLTStd-Cn';
}

.sub-foot-form h5 {
    font-size: 60px;
    color: #ffffff;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.enter-code {
    color: #1b2a46;
}
/*Sidebar*/
#sidebar {
}

#mCSB_1_container {
    top: 0 !important;
}

.component-box {
    display: block;
    clear: both;
    padding: 15px;
}

.header-bottom .navbar-collapse ul li a.poll-btn {
    background-color: #002d5d;
    border-radius: 0px;
    border: 0px;
    color: #ffffff;
    padding: 16px 0px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    right: 0px;
    width: 170px;
    top: 0px;
    text-align: center;
}

a.poll-btn img {
    margin-right: 5px;
}

#sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    right: -300px;
    height: 100vh;
    z-index: 999;
    background: #ffffff;
    transition: all 0.3s;
    overflow-y: scroll;
}

    #sidebar.active {
        right: 0;
    }

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #ffffff;
}

    #dismiss .fa {
        color: #ffffff;
        font-size: 20px;
    }

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 13px 15px;
    background-color: #002d5d;
}

    #sidebar .sidebar-header h3 {
        color: #ffffff;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 18px;
        line-height: 26px;
    }

ul.components {
    padding: 0px;
}

.sidebar-header h3 img {
    margin-right: 5px;
}

ul.components p {
    color: #002d5d;
    font-family: 'HelveticaNeueLTStd-BdCn';
    font-size: 15px;
}

ul.components li {
    margin: 0px 0px 15px 0px;
    display: block;
}

    ul.components li a {
        padding: 10px 15px;
        font-size: 14px;
        display: block;
        background-color: #002d5d;
        color: #ffffff;
        position: relative;
    }

        ul.components li a:after {
            font-family: FontAwesome;
            font-size: 16px;
            color: #ffffff;
            content: '\f105';
            right: 10px;
            position: absolute;
            top: 5px;
        }

        ul.components li a:hover {
            background-color: #003977;
        }

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #999999;
    margin: 20px 0px;
}

ul.components-1 p {
    color: #002d5d;
    font-family: 'HelveticaNeueLTStd-BdCn';
    font-size: 15px;
}

ul.components-1 li {
    margin: 0px 0px 15px 0px;
    display: block;
}

    ul.components-1 li a {
        padding: 10px 15px;
        font-size: 14px;
        display: block;
        background-color: #002d5d;
        color: #ffffff;
        position: relative;
    }

        ul.components-1 li a:hover {
            background-color: #003977;
        }

.Voting {
    display: inline-block;
    float: left;
    padding: 0px;
}

    .Whats-Pulse a, .Voting a {
        display: block;
        color: #002d5d;
        font-size: 14px;
    }

        .Whats-Pulse a:hover, .Voting a:hover {
            color: #00b1ea;
        }

.Whats-Pulse {
    display: inline-block;
    float: right;
    padding: 0px;
}

ul.components-2 p {
    color: #002d5d;
    font-family: 'HelveticaNeueLTStd-BdCn';
    font-size: 15px;
}

ul.components-2 li {
    margin: 0px 0px 15px 0px;
    display: block;
    position: relative;
}

    ul.components-2 li a {
        padding: 10px 15px;
        font-size: 14px;
        display: block;
        background-color: #002d5d;
        color: #ffffff;
        position: relative;
    }

    ul.components-2 li:last-child p {
        padding: 0px;
        text-align: right;
    }

.progress-bar {
    background-color: #00b1ea;
    border-radius: 0px;
    font-size: 15px;
    line-height: 26px;
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
}

.range-total {
    display: inline-block;
    padding: 5px 0px;
    clear: both;
    color: #00b1ea;
    font-family: 'HelveticaNeueLTStd-Cn';
    font-weight: 500;
    font-size: 15px;
}

.progress {
    background-color: #002d5d;
    border-radius: 0px;
    position: relative;
    font-family: 'HelveticaNeueLTStd-Cn';
    overflow: visible;
    height: 26px;
}

    .progress.prg-one {
        position: relative;
    }

        .progress.prg-one:after {
            content: '';
            position: absolute;
            top: -14%;
            margin-left: -5px;
            background-image: url(../images/pogress-boll.png);
            background-repeat: no-repeat;
            height: 35px;
            width: 35px;
            z-index: 1;
        }

    .progress.prg-two {
        position: relative;
    }

        .progress.prg-two:after {
            content: '';
            position: absolute;
            top: -14%;
            left: 42%;
            background-image: url(../images/pogress-boll.png);
            background-repeat: no-repeat;
            height: 35px;
            width: 35px;
            z-index: 1;
        }

.poul-form {
    display: block;
    padding: 15px;
}

    .poul-form p {
        padding-bottom: 15px;
        color: #002d5d;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 15px;
    }

    .poul-form a {
        float: right;
        padding-top: 5px;
        color: #999999;
    }

        .poul-form a:hover {
            color: #23527c;
        }

.signup.btn.btn-primary {
    padding: 5px 36px 5px 10px;
    background-color: #8d294b;
    border-color: #8d294b;
    background-image: url(../images/Family-poll.png);
    background-repeat: no-repeat;
    background-position: 81px center;
}

    .signup.btn.btn-primary:hover {
        background-color: #ab385f;
        border-color: #ab385f;
    }

.poul-form .form-control {
    height: 36px;
}

.reult {
    position: absolute;
    right: 10px;
    color: #ffffff;
    text-align: right;
    z-index: 2;
    font-size: 14px;
    line-height: 26px;
}

.Whats-history {
    display: block;
    clear: both;
}

    .Whats-history h5 {
        color: blue;
        margin-bottom: 15px;
        font-size: 15px;
        color: #002d5d;
        font-family: 'HelveticaNeueLTStd-BdCn';
    }

    .Whats-history p {
        font-size: 14px;
    }

.sticky .header-bottom .navbar-collapse ul li a.poll-btn {
    top: 0px;
    position: relative;
}
/*Sidebar*/
.awards-banner {
    clear: both;
    display: block;
}

.awards-section {
    clear: both;
    display: block;
    margin-top: 20px;
}

.award-winner-box {
    display: block;
    margin: 15px 0px;
    text-align: center;
}

    .award-winner-box p {
        text-align: center;
        margin: 15px 0px 0px;
        color: #002d5d;
        font-weight: 600;
        text-transform: uppercase;
    }

ul.Developed li:last-child {
    float: right;
}

.Iccc-block {
    clear: both;
    display: block;
    margin: 15px 0px 50px;
}

.Visit-london {
    clear: both;
    display: block;
    position: relative;
}

.visit-box {
    display: block;
    padding: 50px;
    text-align: center;
}

.Visit-tag {
    clear: both;
    display: block;
    padding: 15px;
}

    .Visit-tag p {
        color: #f05123;
        font-size: 35px;
    }

.Visit-title {
    clear: both;
    display: block;
    padding: 15px;
}

    .Visit-title h3 {
        color: #ffffff;
        font-size: 80px;
    }

.Visit-content {
    clear: both;
    display: block;
    padding: 15px;
}

    .Visit-content p {
        color: #ffffff;
        font-size: 35px;
        margin-bottom: 50px;
    }

    .Visit-content .btn {
        color: #ffffff;
        font-size: 24px;
        border: 1px solid #ffffff;
        border-radius: 0px;
    }

        .Visit-content .btn:hover {
            background-color: #f05123;
            border: 1px solid #f05123;
        }

.main-testimonial h2.orange-color {
    color: #f05123;
}

.Icc-title {
    text-align: center;
    margin: 40px 0px;
}

    .Icc-title h2 {
        font-size: 36px;
        text-transform: uppercase;
        color: #e46224;
        position: relative;
        background-color: #ffffff;
        margin: 10px auto;
        width: 60%;
    }

        .Icc-title h2.black-color {
            color: #1a1a4e;
        }

.fon-size {
    font-size: 24px;
    display: inline-block;
}

#IccTabContent {
    padding: 15px;
}

    #IccTabContent.tab-content {
        background-color: #fbfbfb;
        border: 1px solid #dddddd;
        border-top: 0px;
        margin-bottom: 15px;
    }

#IccTab.nav-tabs > li > a {
    border-radius: 0px;
    background-color: #1c2845;
    color: #ffffff;
    font-size: 16px;
    padding: 15px 20px;
}

    #IccTab.nav-tabs > li > a span {
        font-size: 36px;
        vertical-align: middle;
    }

    #IccTab.nav-tabs > li > a:hover {
        border-color: #dddddd #dddddd #fbfbfb;
        background-color: #fbfbfb;
        color: #1c2845;
    }

#IccTab.nav-tabs > li.active > a, #IccTab.nav-tabs > li.active > a:hover, #IccTab.nav-tabs > li.active > a:focus {
    background-color: #fbfbfb;
    color: #1c2845;
    border-color: #dddddd #dddddd transparent;
}

.Tab-card {
    clear: both;
    display: block;
    margin: 15px 0px;
    font-size: 14px;
}

    .Tab-card ul {
        padding: 0;
        margin: 0;
        display: block;
    }

        .Tab-card ul li {
            display: inline-block;
            font-family: 'HelveticaNeueLTStd-Cn';
        }

            .Tab-card ul li:first-child a {
                background-color: #b22225;
                color: #ffffff;
            }

            .Tab-card ul li a {
                color: #51626f;
                padding: 0px 5px;
                display: block;
            }

.Tab-card-title {
    clear: both;
    display: block;
    padding: 5px 0px 10px;
}

    .Tab-card-title p {
        font-size: 13px;
        font-family: 'HelveticaNeueLTStd-Cn';
        color: #1e194c;
    }

    .Tab-card-title h3 {
        display: block;
        font-family: 'HelveticaNeueLTStd-BdCn';
        color: #1e194c;
        font-size: 23px;
        margin-bottom: 5px;
    }

        .Tab-card-title h3 span {
            font-size: 20px;
        }

    .Tab-card-title a {
        color: #1e194c;
    }

        .Tab-card-title a:hover {
            color: #f05123;
        }

.Icctable table {
    width: 100%;
}

    .Icctable table thead th {
        width: 25%;
        color: #1c2845;
        font-weight: 600;
        text-align: center;
        border-bottom: 1px solid #1c2845;
        padding: 10px;
        border-top: 1px solid #1c2845;
    }

    .Icctable table tbody td {
        color: #6b6b6b;
        font-size: 15px;
        padding: 10px;
        border-bottom: 1px solid #eeeeee;
        text-align: center;
    }

        .Icctable table tbody td.iccexprrience {
            text-align: left;
            white-space: nowrap;
        }

.iccexprrience a {
    color: #232882;
    font-weight: 600;
    font-size: 15px;
}

    .iccexprrience a img, .iccexprrience a img {
        padding-right: 5px;
    }

.pretty {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
    line-height: 1;
}

    .pretty * {
        box-sizing: border-box;
    }

    .pretty .state label {
        position: initial;
        display: inline-block;
        margin: 0;
        text-indent: 1.5em;
        min-width: calc(4em + 2px);
        font-weight: 600;
        font-size: 18px;
        /*color: #d6113c;*/
        color: #19315c;
    }

        .pretty .state label:after, .pretty .state label:before {
            content: '';
            width: calc(1em + 2px);
            height: calc(1em + 2px);
            display: block;
            box-sizing: border-box;
            border-radius: 0;
            border: 1px solid transparent;
            z-index: 0;
            position: absolute;
            left: 0;
            top: calc((0% - (100% - 1em)) - 8%);
            background-color: transparent;
        }

        .pretty .state label:before {
            border-color: #bdc3c7;
        }

    .pretty.p-svg .state .svg {
        position: absolute;
        font-size: 1em;
        width: calc(1em + 2px);
        height: calc(1em + 2px);
        left: 0;
        z-index: 1;
        text-align: center;
        line-height: normal;
        top: calc((0% - (100% - 1em)) - 8%);
        border: 1px solid transparent;
        opacity: 0;
        top: 0;
    }

    .pretty.p-svg input:checked ~ .state .svg {
        opacity: 1;
    }

    .pretty input {
        position: absolute;
        left: 0;
        top: 0;
        min-width: 1em;
        width: 100%;
        height: 100%;
        z-index: 2;
        opacity: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

    .pretty.p-svg input:checked ~ .state label:before {
        content: "";
        position: absolute;
        display: none;
    }

.tab-cont {
    clear: both;
    margin-bottom: 30px;
    font-size: 14px;
}

.tablenotes label {
    font-weight: normal;
    font-size: 11px;
    color: red;
}

.tablenotes {
    text-align: right;
    padding: 10px 0px;
}

.btn {
    border-radius: 0px;
}

.Icctable {
    clear: both;
    display: block;
}

.group-row {
    display: block;
    clear: both;
    width: 100%;
    padding: 0px 0px 50px;
    background-color: #f7f7f7;
}

    .group-row .popular-title h2 {
        background-color: #f7f7f7;
    }

.Programe-section {
    clear: both;
    display: block;
}

.Eanhance-Section {
    clear: both;
    display: block;
    padding: 0px 0px 80px 0px;
    background-color: #f7f7f7;
}

    .Eanhance-Section .Icc-title h2 {
        background-color: #f7f7f7;
    }

.enhance-poopup {
    display: block;
    clear: both;
    position: relative;
}

    .enhance-poopup:hover {
        position: relative;
        opacity: 0.8;
    }

.enhance-poopup-read {
    background-color: #ff144c;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px;
    width: 90%;
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0px auto;
    font-size: 14px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.7);
}

.Eanhance-Section p.text-center {
    margin-bottom: 50px;
}

.Eanhance-Section .btn.btn-default {
    background-color: #1c2845;
    color: #ffffff;
    border-color: #1c2845;
}

    .Eanhance-Section .btn.btn-default:hover {
        background-color: #2c3d67;
        color: #ffffff;
        border-color: #2c3d67;
    }

.Tab-card-list {
    display: block;
    font-size: 14px;
}

    .Tab-card-list ul li {
        display: inline-block;
        color: #51626f;
        font-family: 'HelveticaNeueLTStd-Cn';
    }

        .Tab-card-list ul li:first-child {
            background-color: #b22225;
            color: #ffffff;
            padding: 0px 4px;
        }

    .Tab-card-list .Tab-card-title {
        color: #323131;
    }

.icc .panel-default, .icc .panel {
    background-color: #f5f5f5;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #dddddd;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}

    .icc .panel + .panel {
        margin-top: 15px;
    }

    .icc .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: transparent;
        padding: 0px 15px;
    }

.icc .panel-heading {
    border-radius: 0px;
    border: 0px;
    position: relative;
    padding-bottom: 0px;
}

#IccTab-list.nav-tabs {
    border-color: transparent;
}

#IccTab-listContent {
    padding: 15px;
}

    #IccTab-listContent.tab-content {
        background-color: #ffffff;
        border: 1px solid transparent;
        border-top: 0px;
    }

#IccTab-list.nav-tabs > li > a {
    border-radius: 0px;
    color: #8d95aa;
    border-right-color: #8d95aa;
    font-size: 16px;
    padding: 15px 20px;
}

.Iccc-block .fa-info-circle.orange-color {
    color: #f98100;
}

#IccTab-list.nav-tabs > li > a span.text {
    font-size: 14px;
}

#IccTab-list.nav-tabs > li > a span {
    font-size: 40px;
    vertical-align: middle;
}

#IccTab-list.nav-tabs > li > a:hover {
    border-color: transparent #1c2845 transparent transparent;
    background-color: #ffffff;
    color: #1c2845;
}

#IccTab-list.nav-tabs > li > a .fa.fa-check-circle {
    display: none;
}

#IccTab-list.nav-tabs > li.active > a, #IccTab-list.nav-tabs > li.active > a:hover, #IccTab-list.nav-tabs > li.active > a:focus {
    background-color: #ffffff;
    color: #1c2845;
    border-color: transparent #1c2845 transparent transparent;
}

.pagination {
    margin: 0;
    border-radius: 0;
}

    .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-radius: 0px;
    }

    .pagination > li > a, .pagination > li > span {
        color: #323131;
        font-family: Arial, Helvetica, sans-serif;
    }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #ffffff;
            background-color: #40c5ef;
            border-color: #40c5ef;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background-color: #40c5ef;
        border-color: #40c5ef;
    }

.content-here .btn.btn-info {
    text-transform: uppercase;
}

.tab-btn-block {
    display: block;
    text-align: center;
    padding: 15px 0px 0px;
}

.btn-info {
    background-color: #1c2845;
    border-color: #1c2845;
}

    .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus, .btn-info:hover, .btn-info:focus, .btn-info.focus {
        background-color: #32487b;
        border-color: #32487b;
    }

.content-here {
    clear: both;
    display: block;
    padding: 15px 0px;
}

    .content-here p {
        font-size: 14px;
    }

#IccPopTab.nav-tabs {
    border-color: transparent;
    margin-bottom: 15px;
}

#IccPopTabContent {
    padding: 15px;
}

    #IccPopTabContent.tab-content {
        background-color: #ffffff;
        border: 1px solid transparent;
        border-top: 0px;
        margin-bottom: 15px;
    }

#IccPopTab.nav-tabs > li > a {
    border-radius: 0px;
    color: #1c2845;
    font-size: 20px;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 15px 20px;
    border-bottom: 1px solid transparent;
    opacity: 0.5;
}

    #IccPopTab.nav-tabs > li > a img {
        width: 36px;
    }

    #IccPopTab.nav-tabs > li > a span {
        font-size: 20px;
        vertical-align: middle;
    }

    #IccPopTab.nav-tabs > li > a:hover {
        border-color: transparent transparent #1c2845;
        background-color: #ffffff;
        color: #1c2845;
        opacity: 1;
    }

#IccPopTab.nav-tabs > li.active > a, #IccPopTab.nav-tabs > li.active > a:hover, #IccPopTab.nav-tabs > li.active > a:focus {
    background-color: #ffffff;
    color: #1c2845;
    border-color: transparent transparent #1c2845;
    opacity: 1;
}

#IccTabPopContent .Icctable table thead th {
    border-top: 0px;
    border-bottom: 1px solid #eeeeee;
}

    #IccTabPopContent .Icctable table thead th:first-child {
        text-align: left;
    }

.add, .sub {
    border: 1px solid #1c2845;
    padding: 1px 8px 4px;
    vertical-align: middle;
    background-color: #1c2845;
    font-size: 16px;
    color: #ffffff;
}

    .add:hover, .sub:hover {
        background-color: #32487b;
        border-color: #32487b;
    }

.sub-quantity {
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    padding: 1px 3px 5px 3px;
    margin: 0px;
    text-align: center;
    width: 50px;
    vertical-align: middle;
    height: 30px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#IccTab.nav-tabs > li > a span.text {
    font-size: 16px;
}

#Ticket .modal-title {
    color: #1c2845;
}

#mySidenav {
    display: none;
}

::-ms-expand {
    display: none;
}
/*London-Section*/
#London-Banner {
    clear: both;
    display: block;
    position: relative;
}

.overlay-l {
    position: absolute;
    background: rgba(27, 42, 70, 0.2);
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.lond-caption {
    text-align: center;
    position: relative;
    top: 40%;
    padding: 15px;
}

    .lond-caption h1 {
        font-size: 36px;
        color: #ffffff;
        text-transform: uppercase;
        text-shadow: 0px 2px 6px #333333;
    }

.About-London {
    clear: both;
    display: block;
    margin: 50px 0px;
}

.London-title {
    display: block;
    text-align: center;
    clear: both;
    padding: 30px 0px;
}

    .London-title h2 {
        color: #1c2845;
        font-size: 36px;
        display: block;
        padding: 0px 10px;
        position: relative;
        z-index: 0;
    }

        .London-title h2 span {
            background-color: #ffffff;
            display: inline-block;
            padding: 5px 50px;
            position: relative;
            z-index: 3;
        }

        .London-title h2:before {
            content: '';
            position: absolute;
            height: 4px;
            background-color: #277a47;
            top: 45%;
            right: 0px;
            width: 50%;
            z-index: 1;
        }

        .London-title h2:after {
            content: '';
            position: absolute;
            height: 4px;
            background-color: #f05123;
            top: 45%;
            left: 0px;
            width: 50%;
            z-index: 1;
        }

.London-Content {
    display: block;
    clear: both;
}

    .London-Content p {
        margin-bottom: 20px;
    }

.mask {
    display: block;
    background-image: url(../images/mask.png);
    clear: both;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    width: 230px;
    height: 230px;
    padding: 26px;
}

.London-member-block {
    display: block;
    padding-top: 30px;
    clear: both;
}

.London-member-content {
    display: block;
    padding: 15px 0px 0px 15px;
    clear: both;
}

    .London-member-content h4 {
        margin-bottom: 20px;
        font-size: 18px;
        color: #1c2845;
        font-family: 'HelveticaNeueLTStd-BdCn';
    }

        .London-member-content h4 span {
            font-style: italic;
        }

@font-face {
    font-family: 'london-icon';
    src: url('../fonts/icon/london-icon.eot?u5hrzv');
    src: url('../fonts/icon/london-icon.eot?u5hrzv#iefix') format('embedded-opentype'), url('../fonts/icon/london-icon.ttf?u5hrzv') format('truetype'), url('../fonts/icon/london-icon.woff?u5hrzv') format('woff'), url('../fonts/icon/london-icon.svg?u5hrzv#london-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="lon-"], [class*=" lon-"] {
    font-family: 'london-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lon-car:before {
    content: "\e905";
}

.lon-bus:before {
    content: "\e900";
}

.lon-lunch:before {
    content: "\e901";
}

.lon-sun:before {
    content: "\e902";
}

.lon-taxi:before {
    content: "\e903";
}

.lon-world:before {
    content: "\e904";
}
/*Travel*/
.Travel-tips-block {
    background-color: #f6f6f6;
    clear: both;
    padding: 50px 0px;
}

    .Travel-tips-block .London-title h2 span {
        background-color: #f6f6f6;
    }

#Travel-tip {
    padding: 50px 0px;
}

.Travel-box {
    display: block;
    clear: both;
    border: 1px solid #bababa;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 250px;
    transition: all .2s ease-in-out;
    width: 99%;
    margin: 0px auto 15px;
}

    .Travel-box span {
        font-size: 140px;
        color: #bababa;
        display: block;
        padding: 15px;
        transition: all .2s ease-in-out;
    }

.Travel-icon-box {
    clear: both;
    display: block;
}

    .Travel-icon-box h3 {
        color: #bababa;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 24px;
        padding: 15px 0px;
        transition: all .2s ease-in-out;
    }

.Travel-box:hover .Travel-icon-box span {
    color: #ffffff;
    font-size: 100px;
    padding-bottom: 0px;
    transition: all .2s ease-in-out;
}

.Travel-box:hover .Travel-icon-box h3 {
    color: #ffffff;
    padding-top: 0px;
    transition: all .2s ease-in-out;
}

.Travel-tip-content {
    clear: both;
    color: #ffffff;
    height: 80px;
    padding: 0px 10px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    position: absolute;
}

.Travel-box:hover {
    background-color: #bababa;
    transition: all .2s ease-in-out;
}

    .Travel-box:hover .Travel-tip-content {
        position: absolute;
        left: 0px;
        right: 0px;
        top: auto;
        bottom: 0px;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
        -moz-transition: -moz-transform 0.4s, opacity 0.1s;
        transition: transform 0.4s, opacity 0.1s;
    }

.owl-item.active.center .Travel-box {
    display: block;
    clear: both;
    border: 1px solid #1c2845;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 250px;
    transition: all .2s ease-in-out;
    width: 99%;
    margin: 0px auto 15px;
}

    .owl-item.active.center .Travel-box span {
        font-size: 140px;
        color: #1c2845;
        display: block;
        padding: 15px;
        transition: all .2s ease-in-out;
    }

    .owl-item.active.center .Travel-box h3 {
        color: #1c2845;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 24px;
        padding: 15px 0px;
        transition: all .2s ease-in-out;
    }

.owl-item.active.center:hover .Travel-icon-box span {
    color: #ffffff;
    font-size: 100px;
    padding-bottom: 0px;
    transition: all .2s ease-in-out;
}

.owl-item.active.center:hover .Travel-icon-box h3 {
    color: #ffffff;
    padding-top: 0px;
    transition: all .2s ease-in-out;
}

.owl-item.active.center:hover .Travel-box {
    background-color: #1c2845;
    transition: all .2s ease-in-out;
}

.owl-item.active.center:hover .Travel-tip-content {
    position: absolute;
    left: 0px;
    right: 0px;
    top: auto;
    bottom: 0px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
/*Transportation*/
.Transportation-block {
    background-color: #1c2845;
    clear: both;
    padding: 50px 0px;
}

    .Transportation-block .London-title h2 span {
        background-color: #1c2845;
        color: #ffffff;
    }

.Transportation-Content {
    display: block;
    clear: both;
}

    .Transportation-Content p {
        color: #ffffff;
        margin-bottom: 20px;
    }

#Transportation {
    padding: 50px 0px;
}

.Transportation-box {
    display: block;
    clear: both;
    border: 1px solid #b0c0e5;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 260px;
    transition: all .2s ease-in-out;
    width: 99%;
    margin: 0px auto 15px;
}

    .Transportation-box span {
        font-size: 140px;
        color: #b0c0e5;
        display: block;
        padding: 15px;
        transition: all .2s ease-in-out;
    }

.Transportation-icon-box {
    clear: both;
    display: block;
}

    .Transportation-icon-box h3 {
        color: #b0c0e5;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 24px;
        padding: 15px 0px;
        transition: all .2s ease-in-out;
    }

.Transportation-box:hover .Transportation-icon-box span {
    color: #1c2845;
    font-size: 100px;
    padding-bottom: 0px;
    transition: all .2s ease-in-out;
}

.Transportation-box:hover .Transportation-icon-box h3 {
    color: #1c2845;
    padding-top: 0px;
    transition: all .2s ease-in-out;
}

.Transportation-tip-content {
    clear: both;
    color: #1c2845;
    height: 100px;
    padding: 0px 10px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    position: absolute;
}

.Transportation-box:hover {
    background-color: #b0c0e5;
    transition: all .2s ease-in-out;
}

    .Transportation-box:hover .Transportation-tip-content {
        position: absolute;
        left: 0px;
        right: 0px;
        top: auto;
        bottom: 0px;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
        -moz-transition: -moz-transform 0.4s, opacity 0.1s;
        transition: transform 0.4s, opacity 0.1s;
    }

.owl-item.active.center .Transportation-box {
    display: block;
    clear: both;
    border: 1px solid #ffffff;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 260px;
    transition: all .2s ease-in-out;
    width: 99%;
    margin: 0px auto 15px;
}

    .owl-item.active.center .Transportation-box span {
        font-size: 140px;
        color: #ffffff;
        display: block;
        padding: 15px;
        transition: all .2s ease-in-out;
    }

    .owl-item.active.center .Transportation-box h3 {
        color: #ffffff;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 24px;
        padding: 15px 0px;
        transition: all .2s ease-in-out;
    }

.owl-item.active.center:hover .Transportation-icon-box span {
    color: #1c2845;
    font-size: 100px;
    padding-bottom: 0px;
    transition: all .2s ease-in-out;
}

.owl-item.active.center:hover .Transportation-icon-box h3 {
    color: #1c2845;
    padding-top: 0px;
    transition: all .2s ease-in-out;
}

.owl-item.active.center:hover .Transportation-box {
    background-color: #ffffff;
    transition: all .2s ease-in-out;
}

.owl-item.active.center:hover .Transportation-tip-content {
    position: absolute;
    left: 0px;
    right: 0px;
    top: auto;
    bottom: 0px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
/**/
.Our-Favourite-block {
    clear: both;
    display: block;
    margin: 50px 0px;
}

.Our-Favourite-box {
    display: block;
    clear: both;
    position: relative;
    margin-bottom: 15px;
}

.Our-Favourite-Img-box {
    display: block;
    clear: both;
}

.Our-Favourite-box-content {
    background-color: rgba(27, 40, 69, 0.7);
    position: absolute;
    top: auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    clear: both;
    text-align: center;
}

.Our-Favourite-box h3 {
    line-height: 3;
    color: #ffffff;
    font-family: 'HelveticaNeueLTStd-BdCn';
    font-size: 18px;
}

#Our-Favourite {
    clear: both;
    display: block;
    padding: 50px 0px 0px;
}

    #Our-Favourite .owl-dot.active, #Travel-tip .owl-dot.active {
        opacity: 1;
        background-color: #1c2845;
        height: 10px;
        width: 25px;
        border-radius: 50px;
        margin-right: 3px;
        transition: all 0.4s ease-in-out 0s;
    }

    #Our-Favourite .owl-dot, #Travel-tip .owl-dot {
        background-color: #9d9898;
        height: 10px;
        width: 10px;
        border-radius: 50px;
        margin-right: 3px;
        transition: all 0.4s ease-in-out 0s;
    }

#Transportation .owl-dot.active {
    opacity: 1;
    background-color: #01aee8;
    height: 10px;
    width: 25px;
    border-radius: 50px;
    margin-right: 3px;
    transition: all 0.4s ease-in-out 0s;
}

#Transportation .owl-dot {
    background-color: #ffffff;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    margin-right: 3px;
    transition: all 0.4s ease-in-out 0s;
}

.View-Btn {
    clear: both;
    float: right;
    margin-top: -25px;
    position: relative;
    z-index: 999;
}

    .View-Btn a {
        color: #01aee8;
        border-bottom: 1px solid #01aee8;
    }

        .View-Btn a:hover {
            color: #1c2845;
            border-bottom: 1px solid #1c2845;
        }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #f5f5f5;
    border-color: transparent;
    color: #f05123;
}
/**/
.Experiences-block {
    clear: both;
    display: block;
    margin: 50px 0px;
}

#Experiences {
    clear: both;
    display: block;
    padding: 50px 0px 0px;
}

#Top-sights-in .lolo-top-sights {
    padding: 30px 0px;
    position: relative;
    margin-top: 15px;
}

.lolo-top-sights {
    display: block;
    clear: both;
    margin-bottom: 15px;
}

    .lolo-top-sights .lolo-sights-in {
        display: inline-block;
    }

    .lolo-top-sights .lolo-top-sight-img {
        height: 107px;
        width: 170px;
        float: left;
        margin-right: 15px;
    }

    .lolo-top-sights .lolo-top-sight-content {
        margin: 0px 15px;
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 8px;
        position: relative;
    }

        .lolo-top-sights .lolo-top-sight-content h3 {
            font-size: 18px;
            text-transform: uppercase;
            color: #1c2845;
            margin-bottom: 15px;
            font-family: 'HelveticaNeueLTStd-Cn';
        }

        .lolo-top-sights .lolo-top-sight-content p {
            color: #313131;
            min-height: 65px;
        }

#Experiences .owl-item img {
    width: inherit;
}

.Experiences-block .View-Btn {
    margin-top: 0px;
}

#Experiences-mob .owl-nav, #Restaurant-Mob .owl-nav, #Experiences .owl-nav, #Restaurant .owl-nav {
    position: absolute;
    left: 0;
    width: 50px;
}

    #Experiences-mob .owl-nav .owl-prev.disabled, #Experiences-mob .owl-nav .owl-next.disabled, #Restaurant-Mob .owl-nav .owl-prev.disabled, #Restaurant-Mob .owl-nav .owl-next.disabled, #Experiences .owl-nav .owl-prev.disabled, #Experiences .owl-nav .owl-next.disabled, #Restaurant .owl-nav .owl-prev.disabled, #Restaurant .owl-nav .owl-next.disabled {
        background-color: #bbbbbb;
    }

    #Experiences-mob .owl-nav .owl-prev, #Restaurant-Mob .owl-nav .owl-prev, #Experiences .owl-nav .owl-prev, #Restaurant .owl-nav .owl-prev {
        display: inline-block;
        background-color: #1c2845;
        padding: 3px 5px;
        color: #ffffff;
        margin-right: 5px;
    }

    #Experiences-mob .owl-nav .owl-next, #Restaurant-Mob .owl-nav .owl-next, #Experiences .owl-nav .owl-next, #Restaurant .owl-nav .owl-next {
        display: inline-block;
        display: inline-block;
        background-color: #1c2845;
        padding: 3px 5px;
        color: #ffffff;
    }
/*Restaurant*/
.Restaurant-title {
    display: block;
    clear: both;
}

    .Restaurant-title h2 {
        color: #1c2845;
        font-size: 36px;
        display: block;
        padding: 60px 0px;
        margin-left: 25px;
    }

.Restaurant-block {
    display: block;
    background-color: #f6f6f6;
    clear: both;
    padding: 0px 15px 0px 0px;
}

.Restaurant-list {
    display: block;
    clear: both;
}

    .Restaurant-list ul {
        display: block;
        padding: 0px;
        margin: 0px;
    }

        .Restaurant-list ul li {
            display: inline-block;
            width: 44%;
            min-height: 85px;
            border-bottom: 1px solid #dddddd;
            padding: 20px 0px;
            float: left;
            margin: 0px 25px;
            font-size: 16px;
            color: #323131;
        }

            .Restaurant-list ul li span {
                text-transform: uppercase;
                color: #1c2845;
                font-family: 'HelveticaNeueLTStd-Cn';
            }

.Restaurant-block .View-Btn {
    margin-top: -115px;
}

#Restaurant .owl-nav {
    left: 3%;
    bottom: -20%;
}
/*Billion Banner*/
#Billion {
    display: block;
    clear: both;
}

.Billion-Bottom {
    display: block;
    clear: both;
    text-align: center;
    background-color: #f5f5f5;
    padding-bottom: 30px;
}

    .Billion-Bottom h1 {
        padding: 30px 15px;
        font-family: 'HelveticaNeueLTStd-BdCn';
        color: #002d5d;
        font-size: 52px;
    }

.Billion-form {
    max-width: 76%;
    margin: 0px auto;
    display: block;
    clear: both;
    text-align: center;
    background-color: #f5f5f5;
}

    .Billion-form .form-control {
        padding: 5px;
        height: 40px;
    }

    .Billion-form .form-group.col-sm-5.pl-5.pr-5 {
        width: 37.666667%;
    }

    .Billion-form .form-group.col-sm-6.pl-5.pr-5 {
        width: 45%;
    }

    .Billion-form .col-sm-2.pl-5.pr-5 {
        width: 15%;
    }

#Billion video {
    object-fit: cover;
}

.Mob-packages {
    display: none;
}

.Mb-15 {
    margin-bottom: 15px;
}

.header-bottom .navbar-collapse ul li.web-cart .badge {
    position: absolute;
    background-color: #f05123;
    left: 35px;
    top: 10px;
    font-size: 10px;
    padding: 2px 4px;
}

.tooltip .tooltip-inner {
    background-color: #1b2a46;
    border: 1px solid #1b2a46;
}

.tooltip.top > .tooltip-arrow {
    border-top: 5px solid #1b2a46;
}

ul.tabicons {
    position: absolute;
    top: 30px;
    height: 100%;
    display: block;
    right: 0px;
}

.tabicons li {
    background-color: transparent !important;
    color: #1b2a46 !important;
    font-size: 10px;
    text-align: center;
    padding: 0px 5px;
}

    .tabicons li:hover, .tabicons li.active {
        color: #f05123 !important;
        transition: all 0.4s ease-in-out;
    }

    .tabicons li.ticketfound span:after {
        background-image: url(../images/right.png);
        content: '';
        position: absolute;
        top: 0px;
        right: 1px;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 15px;
        height: 15px;
    }

    .tabicons li span {
        display: block;
        text-align: center;
        font-size: 32px;
        position: relative;
    }

#IccTab-list.nav-tabs.MOB {
    display: none;
}

.mob-stump {
    display: none;
}

.de-stump {
    display: inline-block;
}

.not-found {
    display: block;
    margin: 0px auto;
    text-align: center;
}

.not-mesg {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
}

.goto-home {
    display: block;
    text-align: center;
    margin: 50px auto;
}

.not-bottom-block {
    display: block;
    background-color: #f7f7f7;
}

.not-bottom-form {
    clear: both;
    text-align: center;
    padding: 50px 35px;
}

.not-bottom {
    display: inline-block;
    position: relative;
    min-width: 521px;
}

    .not-bottom .form-control {
        position: relative;
        margin: 30px 0px;
        min-width: 300px;
        height: 54px;
        color: #757c8c;
    }

    .not-bottom button {
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../images/sub-arrow.png);
        width: 68px;
        height: 54px;
        border: 0px;
        position: absolute;
        right: 15px;
        top: 30px;
        background-color: #e46224;
        z-index: 5;
    }

.not-bottom-form h5 {
    font-size: 58px;
    color: #1b2a46;
}

    .not-bottom-form h5 img {
        margin-top: -25px;
        padding: 5px;
    }

.not-bottom-form h4 {
    font-size: 42px;
    margin-bottom: 10px;
    color: #e46224;
    font-family: 'HelveticaNeueLTStd-Cn';
}

.not-found {
    margin-top: 50px;
    display: block;
}

.block-found {
    margin-top: 60px;
    display: block;
}

#cookies-banner {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #1b2a46;
    text-align: center;
    padding: 15px;
    z-index: 9999;
    color: #ffffff;
}

    #cookies-banner a {
        background-color: #f05123;
        padding: 5px 10px;
        color: #ffffff;
        display: inline-block;
    }
/**/
.Men-box {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

.Team-section {
    clear: both;
    display: block;
    margin: 20px 0px 30px;
}

ul#Team.nav-tabs {
    border: 0px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

    ul#Team.nav-tabs li {
        float: none;
        margin: 0px;
        display: inline-block;
    }

    ul#Team.nav-tabs > li > a {
        border-radius: 0px;
        border-color: #1a1a4e;
        color: #1a1a4e;
        margin: 0px;
        padding: 5px 10px;
    }

        ul#Team.nav-tabs > li > a:hover, ul#Team.nav-tabs > li.active > a, ul#Team.nav-tabs > li.active > a:hover, ul#Team.nav-tabs > li.active > a:focus {
            background-color: #1a1a4e;
            color: #ffffff;
            border-color: #1a1a4e;
        }

.col-xs-6.col-sm-3.col-md-3.col-lg-3.last.text-center {
    margin: 0px auto;
    float: none;
}
/**/
ul.team-list {
    display: block;
    margin-top: 50px;
}

    ul.team-list li {
        display: inline-block;
        float: left;
    }

        ul.team-list li a {
            display: block;
            border: 1px solid #e8e8e8;
            padding: 15px;
            color: #8d8d8d;
            background-color: #ffffff;
            min-width: 100px;
            text-align: center;
            font-size: 16px;
        }

            ul.team-list li a:hover, ul.team-list li.active a {
                color: #ffffff;
                border: 1px solid #00b1ea;
                background-color: #00b1ea;
            }

.content-top {
    display: block;
    border: 1px solid #e8e8e8;
}

ul.fixture-list {
    display: block;
}

    ul.fixture-list li {
        display: inline-block;
    }

        ul.fixture-list li:first-child a {
            padding-left: 0px;
        }

        ul.fixture-list li a {
            display: block;
            padding: 10px;
            color: #8d8d8d;
            font-size: 12px;
        }

            ul.fixture-list li a:hover, ul.fixture-list li.active a {
                color: #f05123;
            }

.breadcrumb {
    background-color: transparent;
    padding-left: 0px;
}

    .breadcrumb li {
        font-size: 12px;
    }

        .breadcrumb li a {
            color: #00b1ea;
        }

            .breadcrumb li a:hover {
                color: #f05123;
            }

    .breadcrumb > li + li:before {
        content: '\f105';
        font-family: 'Fontawesome';
        color: #00b1ea;
    }

.right-panel {
    display: block;
}

.add-box {
    display: block;
    margin-bottom: 20px;
}

.top-scoreboard {
    display: block;
    border-right: 1px solid #00612b;
    border-left: 1px solid #f05123;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    padding: 15px 0px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.top-scoreboard-title {
    display: block;
    margin-bottom: 15px;
    padding: 0px 20px;
}

    .top-scoreboard-title h3 {
        font-family: 'HelveticaNeueLTStd-Cn';
        font-size: 19px;
        color: #2a2a2a;
    }

    .top-scoreboard-title h4 {
        font-family: 'HelveticaNeueLTStd-Cn';
        font-size: 15px;
        color: #9a9a9a;
    }

.top-scoreboard .nav-tabs {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

    .top-scoreboard .nav-tabs > li > a:hover, .top-scoreboard .nav-tabs > li.active > a, .top-scoreboard .nav-tabs > li.active > a:hover, .top-scoreboard .nav-tabs > li.active > a:focus {
        border: 0px;
        background-color: transparent;
        color: #f05123;
    }

    .top-scoreboard .nav-tabs > li > a {
        border: 0px;
        border-radius: 0px;
        margin: 0px;
        padding: 5px 20px;
        color: #8d8d8d;
        font-size: 14px;
        font-family: 'HelveticaNeueLTStd-Cn';
    }

.top-scoreboard .tab-content {
    padding: 5px 20px 0px 20px;
    float: left;
    width: 100%;
}

ul.team-top-list {
    display: block;
}

    ul.team-top-list li {
        display: block;
        float: left;
        width: 100%;
        border-bottom: 1px solid #eeeeee;
        padding: 5px 0px;
    }

        ul.team-top-list li span {
            position: relative;
            display: block;
            float: left;
            margin-right: 10px;
        }

            ul.team-top-list li span img {
                width: 60px;
                height: 60px;
                border-radius: 50%;
                border: 1px solid #00612b;
            }

            ul.team-top-list li span:after {
                position: absolute;
                border: 1px solid #f05123;
                content: '';
                top: -2px;
                border-radius: 50%;
                display: block;
                left: -2px;
                right: -2px;
                bottom: -2px;
            }

.team-top-content {
    float: right;
    width: 76%;
}

.team-top-title {
    display: block;
    margin-bottom: 5px;
}

.run {
    float: left;
    font-size: 24px;
    font-family: 'HelveticaNeueLTStd-Cn';
    color: #5d5d5d;
}

.team-top-small {
    float: right;
    font-size: 11px;
    font-weight: 500;
    width: 65%;
    color: #5d5d5d;
}

.team-top-title h2 {
    font-size: 15px;
    color: #1b2a46;
    font-family: 'HelveticaNeueLTStd-Cn';
    font-weight: bold;
}

.full-team {
    display: block;
    padding: 15px 15px 0px 15px;
    font-size: 14px;
    text-align: center;
    float: left;
    width: 100%;
}

    .full-team a:hover {
        color: #f05123;
    }

.table-wrapper {
    display: block;
    padding: 15px 0px;
    border: 1px solid #eeeeee;
    margin: 15px 0px;
    box-shadow: 1px 0px 3px 0px #eeeeee;
}

.widget-header {
    display: block;
    padding-bottom: 15px;
    padding-left: 15px;
}

.widget-title {
    font-family: 'HelveticaNeueLTStd-Cn';
    font-size: 17px;
    font-weight: bold;
    color: #2d2d2d;
}

.rankings-container {
    display: block;
}

.ranking {
    border-collapse: collapse;
    width: 100%;
}

    .ranking tr:nth-child(odd) {
        background-color: #f3fbfe;
    }

    .ranking .table-left {
        padding-left: 15px;
        text-align: left;
        font-family: 'HelveticaNeueLTStd-Cn';
    }

    .ranking th {
        background-color: #00b1ea;
        color: #ffffff;
        font-size: 14px;
        font-family: 'HelveticaNeueLTStd-Cn';
    }

    .ranking td, .ranking th {
        font-size: 12px;
        text-align: center;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .ranking .table-right {
        padding-right: 15px;
        padding-left: 10px;
        text-align: left;
    }

.extra-run-box {
    display: block;
    max-width: 545px;
    margin: 15px 30px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    font-family: 'HelveticaNeueLTStd-Cn';
    color: #999999;
}

.extra-run-title {
    display: inline-block;
    width: 49%;
}

.extra-run-ball {
    display: inline-block;
    width: 50%;
    text-align: right;
}

.total-run-box {
    display: block;
    max-width: 545px;
    margin: 15px 30px;
    font-family: 'HelveticaNeueLTStd-Cn';
    color: #2d2d2d;
}

.total-run-title {
    display: inline-block;
    width: 49%;
}

.total-run-ball {
    display: inline-block;
    width: 50%;
    text-align: right;
}

.Profile-Box {
    display: block;
    background-color: #fafafa;
    padding: 15px;
}

.Profile-Content {
    display: block;
    padding: 15px 0px;
}

.Men-Profile {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    text-align: center;
}

.Profile-border img {
    border: 2px solid #057c4e;
    position: relative;
    border-radius: 50%;
    margin: 2px;
}

.Profile-border {
    position: relative;
    display: inline-block;
    border: 2px solid #f05123;
    border-radius: 50%;
}

.Profile-description {
    display: inline-block;
    width: 53%;
}

    .Profile-description ul {
        display: block;
        padding: 0;
        margin: 0;
    }

        .Profile-description ul li {
            display: inline-block;
        }

            .Profile-description ul li:nth-child(odd) {
                width: 35%;
                float: left;
                color: #878787;
            }

            .Profile-description ul li:nth-child(even) {
                width: 65%;
            }

.Men-Profile h3 {
    font-family: 'HelveticaNeueLTStd-BdCn';
    margin: 10px 0px;
    font-size: 18px;
}

.top-bat-sec .header-social ul li.timing {
    font-size: 10px;
    color: #ffffff;
    padding-top: 15px;
    font-family: 'HelveticaNeueLTStd-Cn';
    letter-spacing: 1px;
    margin-right: 5px;
    position: relative;
    padding-right: 10px;
}

    .top-bat-sec .header-social ul li.timing span {
        display: block;
    }

    .top-bat-sec .header-social ul li.timing:after {
        position: absolute;
        border-right: 1px solid #ffffff;
        content: '';
        top: 15px;
        bottom: 5px;
        right: 0px;
    }

.top-bat-sec .header-social ul li:last-child {
    margin-right: 0px;
}

.Contact-caption {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 5%;
    text-align: center;
}

#Contact-Banner {
    display: block;
    clear: both;
    position: relative;
}

.Contact-caption h1 {
    font-size: 36px;
    color: #1b2a46;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    display: block;
}

    .Contact-caption h1 span {
        display: inline-block;
        background-color: #f2f5f9;
        padding: 0px 30px;
    }

    .Contact-caption h1:after {
        position: absolute;
        content: '';
        left: 0%;
        right: 0%;
        background-color: #e6e6e4;
        height: 1px;
        top: 46%;
        z-index: -2;
    }

.Map-Icon {
    position: absolute;
    top: 41%;
    left: 57.2%;
}

.Map-Icon-Content {
    position: absolute;
    top: 50%;
    right: 68%;
    opacity: 0.8;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
    padding: 15px 15px 5px 15px;
    font-family: 'HelveticaNeueLTStd-Cn';
    min-width: 400px;
    width: 100%;
    font-size: 16px;
    z-index: 9999;
}

    .Map-Icon-Content:before {
        content: '';
        position: absolute;
        background-image: url(../images/Map-border.png);
        left: 0px;
        top: 0px;
        bottom: 0px;
        height: 100%;
        width: 5px;
        background-size: 100% 100%;
    }

    .Map-Icon-Content:after {
        content: '';
        position: absolute;
        top: 17%;
        right: -5%;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        z-index: 9999;
        border-right: 10px solid transparent;
        border-left: 10px solid #ffffff;
    }

    .Map-Icon-Content h2 {
        font-family: 'HelveticaNeueLTStd-BdCn';
        text-transform: uppercase;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .Map-Icon-Content p {
        margin-bottom: 10px;
    }

.Contact-Form {
    display: block;
    max-width: 90%;
    clear: both;
}

.Contact-Form-Title {
    display: block;
}

    .Contact-Form-Title h3 {
        color: #1b2a46;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 24px;
        margin-bottom: 5px;
    }

    .Contact-Form-Title p {
        margin-bottom: 10px;
    }

.Contact-Form .login-form {
    padding: 0px;
}

.Contact-Block {
    display: block;
    clear: both;
    margin: 50px 0px;
}
/**/
#Match-Detail-Banner {
    display: block;
    position: relative;
}

.Match-Detail-caption {
    position: absolute;
    left: 19%;
    bottom: 10%;
}

    .Match-Detail-caption p {
        color: #ffffff;
        font-size: 24px;
        font-family: 'HelveticaNeueLTStd-Cn';
    }

        .Match-Detail-caption p span {
            color: #19315c;
            background-color: #ffffff;
            padding: 0px 5px;
        }

    .Match-Detail-caption h1 {
        color: #ffffff;
        font-size: 50px;
        text-transform: uppercase;
    }

        .Match-Detail-caption h1 span {
            color: #ffffff;
            font-size: 30px;
            text-transform: uppercase;
        }

.Ticket-Box {
    position: absolute;
    right: 19%;
    bottom: 0%;
    min-width: 300px;
}

.Ticket-Box-title {
    display: block;
    background-color: #19315c;
    padding: 15px;
}

    .Ticket-Box-title h2 {
        display: block;
        color: #ffffff;
        text-align: center;
        font-size: 24px;
        font-family: 'thesansplain';
    }

.added-ticket {
    background-color: #ffffff;
    padding: 20px 15px;
    display: block;
}

.add-fields {
    display: inline-block;
}

.price-top {
    display: inline-block;
    float: right;
    color: #1a1a4e;
    font-size: 22px;
}

.add-fields .sub-quantity {
    background-color: transparent;
    border-color: transparent;
    width: auto;
    font-size: 22px;
}

.add-fields .add, .add-fields .sub {
    border-radius: 50%;
    height: 28px;
    width: 28px;
    background-color: #01ace4;
    border-color: #01ace4;
    font-size: 22px;
    line-height: 0;
}

.Book-btn {
    display: block;
    padding: 10px 15px;
    text-align: center;
    background-color: #01ace4;
}

    .Book-btn a {
        color: #ffffff;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 24px;
    }

.About-Packege-Section {
    display: block;
    background-color: #f7f7f7;
    padding: 50px 0px;
}

.About-Packege-Title {
    display: block;
    text-align: center;
    margin: 20px 0px 50px;
}

    .About-Packege-Title h2 {
        color: #19315c;
        font-family: 'thesansblack_caps';
        font-size: 36px;
        text-transform: uppercase;
    }

.Title-style {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
}

    .Title-style:after {
        display: block;
        position: absolute;
        background-color: #19315c;
        height: 2px;
        max-width: 50%;
        left: 0px;
        right: 0px;
        z-index: -2;
        top: 8px;
        content: '';
        margin: 3px auto;
        width: 50%;
    }

    .Title-style:before {
        display: block;
        position: absolute;
        background-color: #f7f7f7;
        height: 2px;
        max-width: 10%;
        left: 0px;
        right: 0px;
        z-index: -1;
        top: 8px;
        content: '';
        margin: 3px auto;
        width: 10%;
    }

.Orange-star {
    color: #f05123;
}

.Blue-star {
    color: #19315c;
    font-size: 20px;
    margin: 0px 5px;
}

.Green-star {
    color: #1b5732;
}

.Grey-star {
    color: #e1e1e1;
}

.White-star {
    color: #ffffff;
    font-size: 20px;
    margin: 0px 5px;
}

.Grey-style {
    display: block;
    position: relative;
    z-index: 5;
    text-align: center;
    margin: 50px 0px;
}

    .Grey-style:after {
        display: block;
        position: absolute;
        background-color: #e1e1e1;
        height: 2px;
        left: 0px;
        right: 0px;
        z-index: -2;
        top: 8px;
        content: '';
        margin: 3px auto;
    }

    .Grey-style:before {
        display: block;
        position: absolute;
        background-color: #ffffff;
        height: 2px;
        max-width: 8%;
        left: 0px;
        right: 0px;
        z-index: -1;
        top: 8px;
        content: '';
        margin: 3px auto;
    }

.About-Match-Section .Title-style:before {
    background-color: #ffffff;
}

.summery {
    display: block;
    padding: 15px 0px;
}

.summery-title {
    display: block;
}

    .summery-title h3 {
        display: block;
        font-size: 20px;
        color: #19315c;
        font-family: 'thesansblack_caps';
        text-transform: uppercase;
        margin-bottom: 15px;
    }

.Hiland-Suites-Section {
    display: block;
}

    .Hiland-Suites-Section .About-Packege-Title h2 img {
        margin-top: -30px;
    }

    .Hiland-Suites-Section .Title-style:before {
        background-color: #ffffff;
    }

ul.Package-features-list {
    display: block;
    padding: 0px;
    margin: 0px;
}

    ul.Package-features-list li {
        display: inline-block;
        width: 49%;
        line-height: 40px;
    }

        ul.Package-features-list li span {
            font-size: 30px;
            vertical-align: middle;
            margin-right: 5px;
        }

.About-Match-Section {
    background-color: #ffffff;
    display: block;
    margin: 30px 0px;
}

ul.Package-features-list li img {
    width: 28px;
    margin-right: 5px;
}

.hotel-title {
    display: block;
    margin-bottom: 15px;
}

    .hotel-title h3 {
        color: #19315c;
        text-transform: uppercase;
        font-size: 20px;
    }

.Title-star-box {
    display: inline-block;
    color: #f6ab3f;
    margin-right: 5px;
}

.hotel-title p {
    display: inline-block;
    font-family: 'HelveticaNeueLTStd-Cn';
}

#Hiland-Suites .owl-dot {
    width: 20px;
    height: 20px;
    background-image: url(../images/slide-ball.png);
    background-size: cover;
}

    #Hiland-Suites .owl-dot.active {
        background-image: url(../images/slide-ball-active.png);
    }

.Attractions-Section {
    display: block;
    background-color: #f7f7f7;
    padding: 50px 0px;
}

#Attractions {
    display: block;
    padding-bottom: 15px;
}

.Attractions-Box {
    display: block;
    background-color: #ffffff;
    margin: 5px 5px 30px 5px;
    box-shadow: 0px 0px 3.84px 0.16px rgba(136, 136, 136, 0.86);
}

.Attractions-img-box {
    display: block;
    background-color: #ffffff;
    position: relative;
}

.Attractions-Content {
    display: block;
    padding: 15px;
}

    .Attractions-Content h3 {
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 20px;
        color: #1a1a4e;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .Attractions-Content p {
        font-size: 14px;
    }

ul.Attrac-tag {
    position: absolute;
    background-color: #ffffff;
    left: 0px;
    top: 0px;
}

    ul.Attrac-tag li {
        padding: 2px;
        position: relative;
        text-transform: uppercase;
        font-size: 13px;
        color: #1c2845;
        font-family: 'HelveticaNeueLTStd-BdCn';
    }

    ul.Attrac-tag img {
        width: 25px !important;
        display: inline !important;
    }

    ul.Attrac-tag li:after {
        position: absolute;
        content: '';
        border-bottom: 0px solid #ffffff;
        right: -10px;
        top: 0px;
        border-top: 22px solid #ffffff;
        bottom: 0px;
        border-left: 0px solid #ffffff;
        border-right: 10px solid transparent;
    }

.heart-icon {
    position: absolute;
    right: 3%;
    width: 30px;
    top: 1%;
}

.Undiscover-Section-Content p:nth-of-type(3) {
    margin-left: 7px;
}

.Attract-Btn {
    background-color: #1c2845;
    border-color: #1c2845;
    color: #ffffff;
    position: relative;
    margin-left: 7px;
}

    .Attract-Btn:hover, .Attract-Btn:focus {
        color: #ffffff;
    }

    .Attract-Btn:after {
        position: absolute;
        content: '';
        top: -1px;
        left: -7px;
        bottom: -1px;
        border-left: 2px solid #f05123;
        background-color: #ffffff;
        width: 5px;
    }

    .Attract-Btn:before {
        position: absolute;
        content: '';
        top: -1px;
        left: -2px;
        bottom: -1px;
        border-left: 2px solid #2b7749;
    }
/**/
.Related-Tour-Section {
    display: block;
    margin: 50px 0px;
}

    .Related-Tour-Section .Title-style:before {
        background-color: #ffffff;
    }

.Related-Tour-Box {
    display: block;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0px 0px 3.84px 0.16px rgba(136, 136, 136, 0.86);
    margin: 3px 3px 30px 3px;
}

.Related-Tour-Content {
    display: block;
    padding: 15px;
}

    .Related-Tour-Content h3 {
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 20px;
        color: #1a1a4e;
        margin-bottom: 10px;
    }

        .Related-Tour-Content h3 span {
            font-size: 18px;
        }

        .Related-Tour-Content h3 img {
            width: 20px !important;
            display: inline-block !important;
        }

    .Related-Tour-Content p {
        font-size: 12px;
        color: #1e194c;
        font-family: 'HelveticaNeueLTStd-Cn';
    }

ul.Related-tag {
    position: absolute;
    background-color: #ffffff;
    left: 0px;
    top: 0px;
}

    ul.Related-tag li img {
        width: 20px !important;
        display: inline-block !important;
    }

    ul.Related-tag li {
        padding: 2px 2px 2px 5px;
        position: relative;
        text-transform: uppercase;
        font-size: 14px;
        color: #1c2845;
        font-family: 'HelveticaNeueLTStd-BdCn';
    }

        ul.Related-tag li:after {
            position: absolute;
            content: '';
            border-bottom: 0px solid #ffffff;
            right: -10px;
            top: 0px;
            border-top: 28px solid #ffffff;
            bottom: 0px;
            border-left: 0px solid #ffffff;
            border-right: 10px solid transparent;
        }

.heart-icon {
    position: absolute;
    right: 3%;
    width: 30px;
    top: 1%;
}

ul.Related-card-list {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

    ul.Related-card-list li:first-child {
        background-color: #b22225;
        color: #ffffff;
        padding: 0px 4px;
    }

    ul.Related-card-list li {
        display: inline-block;
        color: #51626f;
        font-family: 'HelveticaNeueLTStd-Cn';
    }

.Related-icon-list {
    display: block;
    background-color: #f3f4f7;
}

    .Related-icon-list ul {
        padding: 0px;
        margin: 0px 0px 0px 10px;
    }

        .Related-icon-list ul li {
            display: inline-block;
            font-size: 24px;
            padding: 0px 0px 0px 5px;
        }
/**/
#Select-Tour-Banner {
    display: block;
    position: relative;
}

.Select-Tour-caption {
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 10%;
}

    .Select-Tour-caption h1 {
        font-size: 60px;
        color: #ffffff;
        text-transform: uppercase;
    }

.Customise-Section {
    display: block;
    padding: 50px 0px;
}

.Customise-Packages-Section {
    display: block;
    margin: 30px 0px 60px;
}

.Customise-Packages {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0px;
    border: 1px solid #dee2ec;
    width: 100%;
}

.tours-content {
    display: flex;
    width: 75%;
    flex-wrap: wrap;
    position: relative;
}

.tour-img-box {
    width: 25%;
    display: flex;
}

.tour-content-box {
    display: block;
    width: 80%;
    flex-wrap: wrap;
    padding: 15px;
}

.tour-prices-box {
    display: flex;
    width: 20%;
    padding: 15px;
    height: 100%;
    border-left: 1px solid #dee2ec;
    text-align: right;
    flex-wrap: wrap;
    justify-content: space-around;
}

.Top-Spacing {
    margin-top: 50px;
}

.Starting {
    display: block;
    color: #b4b4b4;
    font-size: 16px;
}

.Total-Prices {
    display: block;
    color: #19315c;
    font-size: 28px;
    font-family: 'HelveticaNeueLTStd-BdCn';
}

.Per-person {
    display: block;
    color: #b4b4b4;
    font-size: 16px;
    margin-bottom: 15px;
}

.Customize-Btn {
    display: block;
}

    .Customize-Btn a {
        background-color: #1c2845;
        border-color: #1c2845;
        color: #ffffff;
        position: relative;
        padding: 10px 15px;
        display: inline-block;
        font-weight: bold;
    }

        .Customize-Btn a:hover, .Customize-Btn a:focus {
            color: #ffffff;
        }

        .Customize-Btn a:after {
            position: absolute;
            content: '';
            top: 0px;
            left: -7px;
            bottom: 0px;
            border-left: 2px solid #f05123;
            background-color: #ffffff;
            width: 5px;
        }

        .Customize-Btn a:before {
            position: absolute;
            content: '';
            top: 0px;
            left: -2px;
            bottom: 0px;
            border-left: 2px solid #2b7749;
        }

.tour-content-box h3 {
    font-family: 'HelveticaNeueLTStd-BdCn';
    font-size: 20px;
    color: #19315c;
    margin: 10px 0px 5px;
}

.Sub-line {
    font-size: 16px;
    color: #b4b4b4;
    font-weight: bold;
}

    .Sub-line span {
        text-transform: uppercase;
        color: #f05123;
    }

.tour-packages-list {
    display: block;
}

    .tour-packages-list ul {
        padding: 0px;
        margin: 0px;
    }

        .tour-packages-list ul li {
            display: block;
            line-height: 30px;
            padding-left: 30px;
            position: relative;
        }

            .tour-packages-list ul li:after {
                content: '';
                position: absolute;
                left: 0px;
                top: 5px;
                width: 20px;
                height: 20px;
                background-image: url(../images/slide-ball.png);
                background-repeat: no-repeat;
                background-size: cover;
                background-position: left center;
            }

.Inclusion-List {
    display: flex;
    left: -14px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    background-color: #f6f7f9;
}

    .Inclusion-List ul {
        padding: 0px;
        margin: 0px;
    }

        .Inclusion-List ul li {
            display: inline-block;
            color: #19315c;
            line-height: 52px;
            vertical-align: middle;
            margin: 0px 28px;
        }

            .Inclusion-List ul li span {
                vertical-align: middle;
                font-size: 36px;
                margin-right: 5px;
            }

.Card-Package-Bottom p em:before {
    content: '"';
    position: absolute;
    top: 0px;
    color: green;
    right: 0px;
    font-size: 42px;
}

.Card-Package-Bottom p em {
    position: relative;
    padding: 0px 15px;
    margin: 0px 15px;
}

    .Card-Package-Bottom p em:after {
        position: absolute;
        content: '"';
        top: -15px;
        left: -6px;
        font-size: 42px;
        color: #f05123;
    }

.Card-Package-Bottom {
    display: block;
    background-color: #19315c;
    width: 100%;
    padding: 10px;
    text-align: center;
}

    .Card-Package-Bottom p {
        color: #ffffff;
        position: relative;
        display: inline-block;
    }

        .Card-Package-Bottom p span {
            color: #99aed4;
        }

.visitor {
    position: absolute;
    top: -25px;
    max-width: 50px;
    left: -40px;
}

.More-Activities {
    display: block;
}
/**/
#SAtoBanner {
    position: relative;
    display: block;
}

.BannerCurve {
    display: block;
    position: relative;
}

.trips_curve {
    position: absolute;
    bottom: -13px;
    height: 70px;
    width: 257px;
    z-index: 1;
    left: 0%;
    margin: 0px auto;
    background: url(../images/curve.png) no-repeat;
    background-size: cover;
    background-position: 0 0;
    text-align: center;
    right: 0%;
}

    .trips_curve img {
        width: 120px;
        margin-top: 15px;
    }

.SA-to-India-Section {
    display: block;
    padding: 50px 0px;
    background-color: #f7f7f7;
}

    .SA-to-India-Section .Title-style:before {
        background-color: #ffffff;
    }

ul.Ico.list-inline {
    margin: 30px 0px 50px;
    float: left;
    width: 100%;
}

    ul.Ico.list-inline li {
        width: 25%;
        text-align: center;
        float: left;
        padding: 0px;
    }

        ul.Ico.list-inline li h2 {
            margin-top: 10px;
            font-size: 16px;
            font-family: 'HelveticaNeueLTStd-BdCn';
        }

.Section-Title h4 {
    text-transform: uppercase;
    font-size: 20px;
    color: #9e9e9e;
}

.Section-Title {
    display: block;
    text-align: center;
    margin: 20px 0px 50px;
    width: 100%;
}

    .Section-Title h2 {
        color: #19315c;
        font-family: 'thesansblack_caps';
        font-size: 36px;
        text-transform: uppercase;
    }

.Section-Title-style {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
}

.Section-Blue-style::before {
    display: inline-block;
    position: absolute;
    background-color: #19315c;
    height: 2px;
    max-width: 10%;
    left: 0px;
    right: 0px;
    z-index: -1;
    top: 8px;
    content: '';
    margin: 3px auto;
    width: 10%;
}

.Section-Title-style::before {
    display: inline-block;
    position: absolute;
    background-color: #ffffff;
    height: 2px;
    max-width: 10%;
    left: 0px;
    right: 0px;
    z-index: -1;
    top: 8px;
    content: '';
    margin: 3px auto;
    width: 10%;
}

.Section-Title-style::after {
    position: absolute;
    background-color: #19315c;
    height: 2px;
    max-width: 50%;
    left: 0px;
    right: 0px;
    z-index: -2;
    top: 8px;
    content: '';
    margin: 3px auto;
    display: inline-block;
    width: 50%;
}

#Sa-To-India {
    margin: 0px 0px 30px;
    display: block;
}

.Section-Title-grey:before {
    display: block;
    position: absolute;
    background-color: #f7f7f7;
    height: 2px;
    max-width: 10%;
    left: 0px;
    right: 0px;
    z-index: -1;
    top: 8px;
    content: '';
    margin: 3px auto;
    width: 10%;
}

.Section-Title-grey:after {
    display: block;
    position: absolute;
    background-color: #19315c;
    height: 2px;
    max-width: 50%;
    left: 0px;
    right: 0px;
    z-index: -2;
    top: 8px;
    content: '';
    margin: 3px auto;
    width: 50%;
}

.Section-Title-grey {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
}

#Future-Tours .owl-dot, #Sa-To-India .owl-dot {
    width: 20px;
    height: 20px;
    background-image: url(../images/slide-ball.png);
    background-size: cover;
}

    #Future-Tours .owl-dot.active, #Sa-To-India .owl-dot.active {
        background-image: url(../images/slide-ball-active.png);
    }

#Future-Tours .back-name-img {
    background-image: url(../images/name-testimonils.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    position: relative;
    background-size: cover;
}

.Future-Tours-Section {
    display: block;
    padding: 50px 0px;
}

#Future-Tours .slider-testimonial-second {
    width: 355px;
    height: 355px;
}

#Future-Tours .name-img {
    width: 74px;
    height: 74px;
    display: block;
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    left: 14px;
    bottom: 14px;
}

#Future-Tours .img-name-person {
    width: 100%;
    height: 100%;
}

#Future-Tours .main-testimonial h2 {
    font-size: 24px;
    font-family: 'HelveticaNeueLTStd-BdCn';
    color: #f05123;
}

#Future-Tours .main-testimonial {
    font-size: 14px;
    padding-top: 20%;
}

.Undiscover-Section {
    display: block;
    padding: 50px 0px;
    background-color: #f7f7f7;
}

.Undiscover-Section-Content {
    display: block;
    padding: 50px 15px 15px;
}

.Undiscover-Section-img {
    display: block;
    margin: 0px auto;
    text-align: center;
}

.Undiscover-Section-Content p {
    margin-bottom: 15px;
}

.Why-Choose-Section {
    display: block;
    padding: 50px 0px;
}

.Why-Choos-Box {
    border: 1px solid #ededed;
    display: block;
    text-align: center;
    padding: 15px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.Why-Choos-icon-box h3 {
    margin: 10px 0px;
    font-size: 18px;
    font-family: 'HelveticaNeueLTStd-BdCn';
    color: #1c2845;
}

.Why-Choos-icon-box {
    display: block;
}

    .Why-Choos-icon-box img {
        max-width: 200px;
        margin: 0px auto;
    }

.Why-Choos-Box-content .close {
    display: none;
}

.Why-Choos-Box-content {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    opacity: 0;
    position: absolute;
    transition: .5s ease;
    bottom: 0px;
}

    .Why-Choos-Box-content h3 {
        margin: 15px 0px;
        font-size: 24px;
        font-family: 'HelveticaNeueLTStd-BdCn';
        color: #1c2845;
    }

    .Why-Choos-Box-content p {
        color: #313131;
        font-size: 12px;
    }

.Why-Choos-Box:hover .Why-Choos-Box-content {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: #f9f9f9;
    padding: 15px;
    opacity: 1;
}
/**/
.Itinerary-Section {
    display: block;
    padding: 50px 0px;
}

.itinerary-header {
    display: block;
}

    .itinerary-header h2 {
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 22px;
        color: #19315c;
        margin: 10px 0px 5px;
    }

.Itinerary-Section .Title-style:before {
    background-color: #ffffff;
}

.itinerary-header .Sub {
    font-size: 16px;
    color: #b4b4b4;
    font-weight: bold;
}

    .itinerary-header .Sub span {
        text-transform: uppercase;
        color: #f05123;
    }

.itinerary-prices-box {
    display: block;
    height: 100%;
    text-align: right;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.itinerary-Spacing {
    margin-top: 50px;
}

.itinerary-Starting {
    display: block;
    color: #b4b4b4;
    font-size: 16px;
}

.itinerary-Total-Prices {
    display: block;
    color: #19315c;
    font-size: 28px;
    font-family: 'HelveticaNeueLTStd-BdCn';
}

.itinerary-Per-person {
    display: block;
    color: #b4b4b4;
    font-size: 16px;
    margin-bottom: 15px;
}

.Happy-Section {
    display: block;
    background-color: #f7f7f7;
    padding: 50px 0px;
}

.Happy-Content {
    display: block;
}

    .Happy-Content h3 {
        font-size: 30px;
        margin: 30px 0px;
        font-family: 'thesansplain';
    }

.Question-Section {
    display: block;
    padding: 50px 0px;
}
/**/
#Question .panel-default > .panel-heading {
    background-color: #f7f7f7;
}

#Question .panel-heading {
    border-bottom-color: transparent;
}

#Question .panel, #Question .panel-heading {
    border-radius: 0px;
    box-shadow: none;
}

#Question h4.panel-title {
    font-size: 16px;
    font-family: 'thesansplain';
    color: #313131;
}

#Question .panel-heading a:before {
    font-family: 'FontAwesome';
    content: "\f128";
    float: right;
    background-color: #29344f;
    color: #ffffff;
    padding: 11px 15px;
    margin: -11px -15px 0px 0px;
}

#Question .panel-default {
    border-color: #e7e6f2;
}
/**/
.city-block {
    display: block;
    background-color: #f7f7f7;
    border: 1px solid #dee2ec;
    margin-bottom: 50px;
}

.itin-header {
    display: block;
    position: relative;
    text-align: center;
}

.header-text {
    position: absolute;
    top: 30%;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.city-title {
    color: #ffffff;
    font-size: 26px;
    text-transform: uppercase;
}

.twin-btn span {
    float: left;
    padding: 5px;
    min-width: 55px;
    border: 0px;
    border-radius: 0px;
}

.twin-btn {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.bg-white {
    background-color: #ffffff;
}

.bg-blue {
    background-color: #1c2845;
}

.color-white {
    color: #ffffff;
}

.itin-body {
    display: block;
    padding: 15px;
    position: relative;
}

.itin-content {
    display: block;
    padding-left: 7%;
    min-height: 80px;
}

.itin-title {
    font-size: 16px;
    color: #969696;
}

.itin-box {
    display: block;
    padding: 15px;
    background-color: #ffffff;
    position: relative;
}

.add-btn-block {
    display: block;
    padding-top: 15px;
}

.Plus-Ico {
    float: left;
    padding: 8px;
}

.Plus-Btn {
    border: 1px solid #00b1ea;
    padding: 0px;
    vertical-align: top;
    background-color: #00b1ea;
    font-size: 18px;
    color: #ffffff;
    border-radius: 100%;
    line-height: 22px;
    text-align: center;
    height: 30px;
    font-weight: bold;
    width: 30px;
}

.small-title {
    color: #969696;
}

.iti-dashed {
    display: inline;
    padding: 0px 15px;
}

.itin-box-content {
    display: block;
    padding-left: 10%;
    min-height: 80px;
}

.transfer {
    display: block;
    padding: 15px;
    position: relative;
    border-left: 1px solid transparent;
}

.transfer-wrapper {
    display: block;
    padding-left: 7%;
}

.transfer-content {
    display: block;
}

.faux-block {
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border-right: 3px solid #00b1ea;
    width: 50px;
    z-index: 2;
}

.column-meta {
    -ms-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
}

.activity-image-shell {
    width: 50px;
    height: 50px;
    line-height: 46px;
    vertical-align: middle;
    border-radius: 100%;
    position: absolute;
    z-index: 3;
    left: 50%;
    background: #00b1ea;
    text-align: center;
}

.activity-image-shell-center {
    width: 50px;
    height: 50px;
    line-height: 46px;
    vertical-align: middle;
    border-radius: 100%;
    position: absolute;
    z-index: 3;
    left: 50%;
    background: #ececec;
    top: 30%;
    text-align: center;
}

.activity-image-shell-last {
    width: 50px;
    height: 50px;
    line-height: 46px;
    vertical-align: middle;
    border-radius: 100%;
    position: absolute;
    z-index: 3;
    left: 50%;
    background: #ececec;
    top: 30%;
    text-align: center;
}

.faux-block-last {
    left: 0;
    top: 0;
    position: absolute;
    border-right: 3px solid #00b1ea;
    width: 50px;
    z-index: 2;
    bottom: 50%;
}

.content-box {
    display: block;
    position: relative;
}

.itin-box a {
    color: #00b1ea;
    text-decoration: underline;
}

    .itin-box a:hover {
        text-decoration: none;
    }

.activity-image {
    border-radius: 100%;
    width: 50px;
    height: 50px;
}
/**/
#IPL-Banner {
    display: block;
    position: relative;
}

.IPL-Tour-Section, .IPL-Section {
    display: block;
    padding: 50px 0px;
}

.IPL-Things-Section {
    background-color: #f7f7f7;
    display: block;
    padding: 50px 0px;
}

.Think-City {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.City-overly {
    transition: all .5s ease-in;
    background-color: rgba(28, 40, 69, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

    .City-overly h3 {
        color: #ffffff;
        font-size: 20px;
        font-family: 'HelveticaNeueLTStd-BdCn';
    }

.Think-City a:hover .City-overly {
    opacity: 1;
    background-color: rgba(0, 0, 0, .8);
}

.IPL-style-box {
    -webkit-box-shadow: 0px 0px 5px 0px #9e9e9e;
    -moz-box-shadow: 0px 0px 5px 0px #9e9e9e;
    box-shadow: 0px 0px 5px 0px #9e9e9e;
    display: block;
    margin: 5px;
}

.IPL-style-img-box {
    display: block;
    position: relative;
}

.IPL-tag {
    position: absolute;
    left: 5px;
    top: 5px;
}

    .IPL-tag ul {
        margin: 0px;
        padding: 0;
        list-style: none;
    }

        .IPL-tag ul li {
            padding: 5px;
            color: #ffffff;
            display: inline-block;
            background-color: #241f57;
            text-transform: uppercase;
        }

            .IPL-tag ul li img {
                width: 19px !important;
                display: inline-block !important;
            }

            .IPL-tag ul li a {
                color: #ffffff;
            }

.IPL-caption {
    display: block;
    padding: 15px;
}

    .IPL-caption h3 {
        color: #1a1a4e;
        font-size: 22px;
        text-transform: uppercase;
        line-height: 24px;
        font-family: 'HelveticaNeueLTStd-BdCn';
    }

        .IPL-caption h3 img {
            width: 25px !important;
            display: inline-block !important;
        }

    .IPL-caption .IPL-tag-line {
        font-size: 18px;
        color: #1a1a4e;
        margin: 5px 0px;
    }

    .IPL-caption h3 span {
        font-size: 14px;
        padding: 3px;
    }

.IPL-views-list {
    display: block;
    padding: 5px 0px;
}

    .IPL-views-list ul {
        display: block;
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .IPL-views-list ul li {
            display: inline-block;
        }

            .IPL-views-list ul li:last-child {
                padding-left: 10px;
            }

            .IPL-views-list ul li a {
                display: block;
                color: #9a9a9a;
            }

                .IPL-views-list ul li a:hover {
                    color: #808080;
                }

                .IPL-views-list ul li a img {
                    width: 20px !important;
                    display: inline-block !important;
                    height: 20px !important;
                }

.IPL-caption p {
    color: #26215f;
}

.IPL-odi-list {
    display: block;
    text-align: left;
    margin-bottom: 5px;
}

    .IPL-odi-list ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .IPL-odi-list ul li {
            display: inline-block;
            background-color: #b01f28;
            padding: 1px 5px;
            font-size: 12px;
            text-transform: uppercase;
            font-family: 'HelveticaNeueLTStd-BdCn';
        }

            .IPL-odi-list ul li a {
                color: #ffffff;
            }

#IPL-Card .owl-dot {
    background-color: #9d9898;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    margin-right: 3px;
    transition: all 0.4s ease-in-out 0s;
}

    #IPL-Card .owl-dot.active {
        opacity: 1;
        background-color: #1c2845;
        height: 10px;
        width: 25px;
        border-radius: 50px;
        margin-right: 3px;
        transition: all 0.4s ease-in-out 0s;
    }
/**/
#Book-Banner {
    display: block;
    position: relative;
}

.Book-Section {
    display: block;
    padding: 50px 0px;
}

.book-content {
    display: block;
    padding: 80px 0px;
}

.Book-title {
    display: block;
}

    .Book-title h2 {
        text-transform: uppercase;
        color: #1e194c;
        font-size: 40px;
    }

.Book-slogun {
    color: #1e194c;
    font-size: 24px;
}

.Book-publish {
    display: block;
    margin-bottom: 30px;
}

.Book-Btn-block {
    padding: 30px 0px 10px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTStd-BdCn';
    font-size: 18px;
}

.courier {
    display: block;
    padding-left: 34%;
    font-size: 12px;
}

    .courier a {
        color: #f05123;
    }

#Courier #Courier .modal-content {
    background-color: #f7f7f7;
}

#Courier .modal-header {
    background-color: #1e194c;
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px;
}

#Courier .close {
    color: #ffffff;
    opacity: 1;
}

#Courier .modal-header h4 {
    font-size: 30px;
}

.Book-Btn-block .btn-orange {
    padding: 5px 10px;
    margin-left: 15px;
}

.Book-Btn-block .btn.btn-primary:first-child {
    margin-left: 0px;
}

.Book-Section-Center {
    display: block;
    padding: 50px 0px;
    background-color: #f7f7f7;
}

#pdfModal .modal-content {
    background-color: #f7f7f7;
}

#pdfModal .modal-header {
    background-color: #1e194c;
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px;
    padding-left: 52%;
}

#pdfModal .close {
    color: #ffffff;
    opacity: 1;
}

#pdfModal .modal-header h4 {
    font-size: 30px;
}

.my-width {
    max-width: 80%;
    margin: 0px auto;
    min-height: 350px;
}

.Popup-book {
    display: block;
}

    .Popup-book img {
        margin-top: -50px;
        margin-left: -50px;
    }

.Pdf-form {
    display: block;
}

    .Pdf-form .form-control {
        height: 32px;
    }

    .Pdf-form .btn.btn-primary {
        padding: 5px 8px;
    }

.Book-Btn-block .btn.btn-primary {
    padding: 5px 10px;
    margin-left: 15px;
}
/**/
#verifive .modal-content {
    background-color: #f7f7f7;
}

#verifive .modal-header {
    background-color: #1e194c;
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px;
    padding-left: 52%;
}

#verifive .close {
    color: #ffffff;
    opacity: 1;
}

#verifive .modal-header h4 {
    font-size: 30px;
}

.Verifi-Block {
    display: block;
}

    .Verifi-Block .enter-code {
        margin: 30px 0px 10px;
    }

    .Verifi-Block .btn-primary {
        margin-top: 20px;
        padding: 5px 10px;
    }
/**/
.Get-Ready-Section .Section-Title-style:before {
    background-color: #f7f7f7;
}

#T20-Banner {
    display: block;
    position: relative;
}

.Card-Section {
    display: block;
    padding: 50px 0px;
}

.Get-Ready-Section {
    display: block;
    padding: 50px 0px;
    background-color: #f7f7f7;
}

.condition {
    font-size: 16px;
    padding-top: 10px;
    display: inline-block;
}

    .condition p {
        margin-bottom: 10px;
    }

    .condition input[type="checkbox"] {
        position: relative;
        right: auto;
    }

.Interest-Title {
    display: block;
}

    .Interest-Title h2 {
        color: #1c2845;
        font-size: 26px;
        font-family: 'HelveticaNeueLTStd-BdCn';
        margin-top: 20px;
        margin-bottom: 10px;
    }

.ready-login-form {
    /*padding-top: 5%;*/
}

    .ready-login-form label {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 14px;
        width: 100%;
        font-family: 'HelveticaNeueLTStd-Cn';
    }

.Radio-match {
    display: flex;
    padding: 10px;
    background-color: #fbfbfb;
    border: 1px solid #e9e9e9;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

    .Radio-match:hover {
        border: 1px solid #f05123;
    }

    .Radio-match .seleted-img {
        display: none;
    }

    .Radio-match.selected {
        border: 1px solid #f05123;
    }

        .Radio-match.selected .seleted-img {
            position: absolute;
            top: -5px;
            right: -5px;
            display: block;
            width: 15px;
        }

.Radio-card-list {
    display: block;
    font-size: 13px;
    width: 100%;
    text-align: left;
}

    .Radio-card-list li {
        display: inline-block;
        color: #51626f;
        font-family: 'HelveticaNeueLTStd-Cn';
        margin-bottom: 10px;
    }

        .Radio-card-list li:first-child {
            background-color: #b22225;
            color: #ffffff;
            padding: 4px 4px 0px 4px;
        }

.Radio-card-title {
    display: block;
    text-align: left;
}

    .Radio-card-title h3 {
        display: block;
        font-family: 'HelveticaNeueLTStd-BdCn';
        color: #1e194c;
        font-size: 23px;
        margin-bottom: 5px;
    }

        .Radio-card-title h3 span {
            font-size: 20px;
        }

        .Radio-card-title h3 img {
            width: 25px;
        }

.Radio-match .btn {
    padding: 0px;
    margin: 0px;
    width: 100%;
    box-shadow: none;
}

    .Radio-match .btn:hover, .Radio-match .btn:focus {
        box-shadow: none;
    }

.Radio-card-caption {
    display: block;
    text-align: left;
}

    .Radio-card-caption p {
        font-size: 12px;
        color: #1e194c;
        white-space: normal;
        font-family: 'HelveticaNeueLTStd-Cn';
    }

.Radio-style {
    width: 10%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    height: 100%;
    z-index: 5;
}

.Radio-Content {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
/*Radio Style*/
.ckb {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

    .ckb > input {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

    .ckb > i {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        box-shadow: inset 0 0 0 8px #fff;
        border: 1px solid gray;
    }

    .ckb > input + i:after {
        content: "";
        display: block;
        height: 20px;
        width: 20px;
        margin: -1px;
        border-radius: 100%;
    }

    .ckb > input:checked + i:after {
        background-size: cover;
        background-image: url(../images/right.png);
    }

#filter.bg-white {
    background-color: #ffffff;
}
/*Check Style*/
.rad {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

    .rad > input {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

    .rad > i {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        box-shadow: inset 0 0 0 8px #ffffff;
        border: 1px solid gray;
    }

    .rad > input + i:after {
        content: "";
        display: block;
        height: 20px;
        width: 20px;
        margin: -1px;
    }

    .rad > input:checked + i:after {
        background-size: cover;
        background-image: url(../images/checkbox.png);
    }
/**/
.our-loyalty {
    display: block;
    margin: 50px 0px;
}

.lion-col {
    display: block;
    padding: 0px 30px;
}

.loyalty-col {
    padding: 15px 0px;
    display: block;
    position: relative;
    margin: 1px;
    overflow: hidden;
}

    .loyalty-col p {
        color: #19315c;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 22px;
        text-align: left;
    }

    .loyalty-col .l-content {
        position: absolute;
        opacity: 0;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        border: 1px solid transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 35px;
        text-align: center;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
        -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
        transition: transform 0.4s, opacity 0.1s 0.3s;
        opacity: 0;
        transition: .5s ease;
    }

    .loyalty-col:hover .l-content {
        position: absolute;
        opacity: 1;
        background-color: #f9f9f9;
        border: 1px solid #ededed;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
        -moz-transition: -moz-transform 0.4s, opacity 0.1s;
        transition: transform 0.4s, opacity 0.1s;
    }

.LoyaltyNew, .RespectNew, .PassionNew {
    width: 150px !important;
    margin: 0px auto;
    display: block;
}
/**/
.Our-Fan-Experience {
    background-color: #f7f7f7;
    display: block;
    padding: 50px 0px;
}

#Our-Fan .item {
    padding: 0px 15px;
}

#Our-Fan .owl-nav .owl-prev {
    float: left;
    background-color: #e1e1e1;
    color: #ffffff;
    padding: 5px;
    margin-left: -10px;
}

#Our-Fan .owl-nav .owl-next {
    float: right;
    background-color: #e1e1e1;
    color: #ffffff;
    padding: 5px;
    margin-right: -10px;
}

.video-box {
    display: block;
    position: relative;
    margin: 0px auto 30px;
}

    .video-box a:hover .vover {
        background-color: rgba(28, 40, 69);
        opacity: 0;
    }

.loadmore {
    font-family: 'HelveticaNeueLTStd-BdCn';
    font-size: 24px;
    min-width: 180px;
}

.vover {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: flex;
    bottom: 0px;
    background-color: rgba(28, 40, 69, .4);
    font-size: 50px;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .vover h3 {
        display: block;
        text-align: center;
        font-size: 22px;
        font-family: 'thesansplain';
        font-weight: bold;
        padding: 0px 30px;
        max-width: 260px;
    }

.what-other-say {
    display: block;
    padding: 50px 0px;
}

#other-say {
    display: block;
    padding-bottom: 15px;
}

    #other-say .owl-item.active.center .item {
        filter: blur(0);
        transform: scale(1);
        transition: all .5s;
    }

    #other-say .owl-item .item {
        filter: blur(2px);
        transform: scale(.75);
        transition: all .5s;
    }

.slider-say-second {
    margin: 5px;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 100%;
    height: 400px;
    width: 400px;
    box-shadow: 0.1px 0.1px 8px rgba(0, 0, 0, 0.2);
    color: #1b2a46;
}

.main-say {
    margin: 0px auto;
    width: 80%;
    padding-top: 20%;
}

    .main-say h2 {
        padding-bottom: 10px;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 36px;
        color: #f05123;
    }

.say-main-text {
    font-style: italic;
    padding-bottom: 10px;
}

.say-address {
    display: block;
}

.say-name-test {
    padding-top: 10px;
}

.slider-say-second:after {
    content: "";
    display: block;
    background-image: url(../images/g-q.png);
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    right: 50px;
    bottom: 10px;
    position: absolute;
}

.name-of-say {
    margin: 1% auto;
    width: 100%;
}

#other-say .say-name-img {
    background-image: url(../images/name-testimonils.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
}

.slider-say-second:before {
    content: "";
    display: block;
    background-image: url(../images/o-q.png);
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    left: 50px;
    position: absolute;
}

#other-say .say-name-person {
    width: 74px;
    height: 74px;
    display: block;
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    left: 48px;
    bottom: 34px;
}

#other-say .name-person {
    width: 100%;
    height: 100%;
}

.Jeetega-section {
    background-color: #f7f7f7;
    display: block;
    padding: 50px 0px;
}

.jitega-block {
    display: block;
}

    .jitega-block h3 {
        font-size: 22px;
        font-family: 'HelveticaNeueLTStd-BdCn';
        margin-bottom: 30px;
    }

    .jitega-block p {
        margin: 30px 0px;
    }

    .jitega-block a {
        font-family: 'HelveticaNeueLTStd-BdCn';
        min-width: 150px;
        font-size: 16px;
    }

.BAkesaath {
    display: block;
}

.Milestone-section {
    display: block;
    padding: 50px 0px;
}

.timeline {
    position: relative;
    max-width: 1140px;
    margin: 0px auto;
}

    .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: #e6e6e4;
        top: 0px;
        bottom: 0px;
        left: 50%;
        margin-left: -3px;
    }

.mile {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

    .mile::after {
        background-image: url(../images/mile-stone.png);
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        position: absolute;
        width: 60px;
        height: 60px;
        right: -30px;
        top: 15px;
        border-radius: 50%;
        z-index: 1;
    }

.left {
    left: 0px;
}

.right {
    left: 50%;
}

.left::before {
    content: " ";
    height: 0px;
    position: absolute;
    top: 22px;
    width: 0px;
    z-index: 1;
    right: 30px;
    border: medium solid #f7f7f7;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #f7f7f7;
}

.right::before {
    content: " ";
    height: 0px;
    position: absolute;
    top: 22px;
    width: 0px;
    z-index: 1;
    left: 30px;
    border: medium solid #f7f7f7;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f7f7f7 transparent transparent;
}

.right::after {
    left: -30px;
}

.mile-content {
    padding: 15px;
    background-color: #f7f7f7;
    position: relative;
    border-bottom: 2px solid #1c2845;
}

.mile-img {
    padding: 5px;
    background-color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}

.mile-content h2 {
    font-size: 22px;
    font-family: 'HelveticaNeueLTStd-BdCn';
    color: #1c2845;
    margin-bottom: 10px;
}
/**/
#career .panel-default > .panel-heading {
    border-bottom: 0px;
}

.panel, .panel-heading {
    border-radius: 0px;
    box-shadow: none;
}

.panel-default > .panel-heading {
    position: relative;
}

#career h5.panel-title {
    padding: 0px;
    font-size: 18px;
    font-family: 'HelveticaNeueLTStd-BdCn';
}

#career .panel-default > .panel-heading a[aria-expanded="false"]:before {
    content: "\f067";
    right: 5px;
    position: absolute;
    font-family: 'FontAwesome';
    color: #ffffff;
    top: 5px;
    margin: -6px -6px 5px 0px;
    padding: 11px 12px;
    background-color: #f05123;
}

#career .panel-default > .panel-heading a[aria-expanded="true"]:before {
    right: 5px;
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f068";
    color: #ffffff;
    top: 5px;
    margin: -6px -6px 5px 0px;
    padding: 11px 12px;
    background-color: #f05123;
}

.content-title-small {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #19315c;
}

ul.job-list {
    padding: 0px 15px 15px 15px;
    margin: 0px;
}

    ul.job-list li {
        position: relative;
        line-height: 30px;
    }

        ul.job-list li:after {
            position: absolute;
            content: '\f111';
            font-family: 'FontAwesome';
            font-size: 5px;
            left: -15px;
            top: 0px;
        }

.career-title {
    display: block;
    margin: 30px 0px;
}

    .career-title h3 {
        font-size: 32px;
        font-family: 'HelveticaNeueLTStd-BdCn';
    }

        .career-title h3 span {
            font-family: 'HelveticaNeueLTStd-Cn';
        }

.apply-form .btn.btn-primary {
    min-width: 100%;
}

.apply-left {
    max-width: 90%;
    float: left;
    width: 100%;
}

.apply-right {
    max-width: 90%;
    float: right;
    width: 100%;
}

.image-preview-input {
    position: absolute;
    overflow: hidden;
    margin: 0px;
    color: #ffffff !important;
    background-color: #19315c !important;
    border-radius: 0;
    border: 0px;
    right: 0;
    padding: 15px;
    z-index: 9;
    top: 0;
}

    .image-preview-input input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        width: 50px;
        padding: 5px;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

input#upload-cv {
    background-color: #ffffff;
}

    input#upload-cv:disabled {
        cursor: default;
    }
/**/

.Next-Section {
    display: block;
    clear: both;
}

.Sim-Section {
    display: block;
    padding: 50px 0px;
    clear: both;
}

.SimCard {
    display: block;
    padding: 0px 20px 30px 20px;
    clear: both;
    max-width: 360px;
    margin: 50px auto;
    border: 1px solid #212f51;
}

    .SimCard h3 {
        background-color: #212f51;
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px -20px 20px;
        padding: 15px;
        font-size: 22px;
        font-family: 'HelveticaNeueLTStd-BdCn';
    }

.Sim-Section p {
    margin: 30px 0px;
    text-align: justify;
}

.Sim-Section .btn-primary {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

#HeaderBannercarousel .owl-dots {
    margin-top: -30px;
    position: relative;
    z-index: 10;
}

#HeaderBannercarousel .owl-dot {
    width: 15px;
    height: 15px;
    background-color: transparent;
    background-image: url(../images/slide-ball.png);
    background-size: cover;
}

    #HeaderBannercarousel .owl-dot.active {
        background-color: transparent;
        background-image: url(../images/slide-ball-active.png);
    }
/**/
@font-face {
    font-family: 'BKS-Icon';
    src: url('../fonts/icon/BKS-Icon.eot?xge9ta');
    src: url('../fonts/icon/BKS-Icon.eot?xge9ta#iefix') format('embedded-opentype'), url('../fonts/icon/BKS-Icon.ttf?xge9ta') format('truetype'), url('../fonts/icon/BKS-Icon.woff?xge9ta') format('woff'), url('../fonts/icon/BKS-Icon.svg?xge9ta#BKS-Icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="BKS-"], [class*=" BKS-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'BKS-Icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.BKS-Batman:before {
    content: "\e934";
}

.BKS-growth:before {
    content: "\e933";
}

.BKS-Family:before {
    content: "\e930";
}

.BKS-search:before {
    content: "\e92e";
}

.BKS-socialhandle:before {
    content: "\e92f";
}

.BKS-fillbox:before {
    content: "\e923";
}

.BKS-camera:before {
    content: "\e92d";
}

.BKS-success:before {
    content: "\e920";
}

.BKS-Dinner:before {
    content: "\e924";
}

.BKS-Eggiterian:before {
    content: "\e925";
}

.BKS-FoodDelivery:before {
    content: "\e926";
}

.BKS-Food-Item:before {
    content: "\e927";
}

.BKS-FoodType:before {
    content: "\e928";
}

.BKS-FruitJuice:before {
    content: "\e929";
}

.BKS-mealtype:before {
    content: "\e92a";
}

.BKS-Non-Vegetarian:before {
    content: "\e92b";
}

.BKS-Vegetarian:before {
    content: "\e92c";
}

.BKS-lunch:before {
    content: "\e91f";
}

.BKS-view:before {
    content: "\e920";
}

.BKS-wine:before {
    content: "\e921";
}

.BKS-watche:before {
    content: "\e91a";
}

.BKS-watches:before {
    content: "\e91e";
}

.BKS-box:before {
    content: "\e91d";
}

.BKS-map:before {
    content: "\e90d";
}

.BKS-bell:before {
    content: "\e90e";
}

.BKS-buffet:before {
    content: "\e90f";
}

.BKS-cheers-glass:before {
    content: "\e910";
}

.BKS-heart:before {
    content: "\e911";
}

.BKS-hotel:before {
    content: "\e912";
}

.BKS-invoice:before {
    content: "\e913";
}

.BKS-notification:before {
    content: "\e914";
}

.BKS-plan-down:before {
    content: "\e915";
}

.BKS-plan-up:before {
    content: "\e916";
}

.BKS-profile:before {
    content: "\e917";
}

.BKS-reception:before {
    content: "\e918";
}

.BKS-tea:before {
    content: "\e919";
}

.BKS-tea-break:before {
    content: "\e91b";
}

.BKS-wicket:before {
    content: "\e91c";
}

.BKS-tickets:before {
    content: "\e90c";
}

.BKS-equal:before {
    content: "\e90a";
}

.BKS-plus:before {
    content: "\e90b";
}

.BKS-ball:before {
    content: "\e909";
}

.BKS-play:before {
    content: "\e907";
}

.BKS-upload:before {
    content: "\e908";
}

.BKS-bottle-wine:before {
    content: "\e906";
}

.BKS-chat-speech:before {
    content: "\e905";
}

.BKS-mike:before {
    content: "\e904";
}

.BKS-food:before {
    content: "\e903";
}

.BKS-dresscode:before {
    content: "\e900";
}

.BKS-cricket:before {
    content: "\e901";
}

.BKS-batfast:before {
    content: "\e902";
}

.BKS-media:before {
    content: "\e922";
}

.BKS-hand-shake:before {
    content: "\e936";
}

/**/
#BKS-Banner {
    display: block;
    clear: both;
}



.BKS-Bottom-Section {
    background-image: url(../images/BKS-bottom.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    clear: both;
    min-height: 250px;
    padding: 20px 0px 15px;
}

.Cal-Box {
    background-image: url(../images/BKS-cal.jpg);
    background-color: #ac177f;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    clear: both;
    min-height: 150px;
    border: 1px solid #f699da;
    margin-top: 6%;
}

.Event-loc-Box {
    background-image: url(../images/BKS-map.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    clear: both;
    min-height: 150px;
    background-color: #ac177f;
    border: 1px solid #f699da;
    margin-top: 6%;
}

.m-con {
    margin-left: 40%;
    margin-top: 6%;
}

    .m-con h3 {
        color: #ffffff;
        font-size: 36px;
        font-family: 'HelveticaNeueLTStd-BdCn';
    }

    .m-con p {
        color: #ffffff;
        font-size: 24px;
        font-family: 'HelveticaNeueLTStd-Cn';
    }

.Performance-Content {
    display: block;
    clear: both;
    background-color: #ac177f;
    min-height: 629px;
    height: 100%;
    position: relative;
}

    .Performance-Content:before {
        content: '';
        position: absolute;
        top: 40%;
        left: -100px;
        border-bottom: 50px solid transparent;
        border-right: 50px solid #ac177f;
        border-left: 50px solid transparent;
        border-top: 50px solid transparent;
        z-index: 5;
    }

    .Performance-Content:after {
        content: '\e903';
        position: absolute;
        font-family: 'BA-icon' !important;
        top: 44%;
        font-size: 50px;
        color: #ffffff;
        left: -20px;
        z-index: 5;
    }

.Performance-space {
    padding: 17%;
}

.Performance-Content h2 {
    color: #ffffff;
    font-family: 'HelveticaNeueLTStd-BdCn';
    font-size: 50px;
    margin-bottom: 15px;
}

.Performance-Content h3 {
    color: #ffffff;
    font-family: 'HelveticaNeueLTStd-BdCn';
    font-size: 36px;
}

.Performance-Content .slogun {
    color: #e680c7;
    font-family: 'HelveticaNeueLTStd-BdCn';
    font-size: 22px;
    border-bottom: 1px solid #e680c7;
    margin-bottom: 30px;
    padding-bottom: 5px;
    display: inline-block;
}

.Performance-Content p {
    color: #ffffff;
    font-family: 'HelveticaNeueLTStd-Cn';
}

.Performance-Section {
    display: block;
    clear: both;
    padding: 0px;
}

#Performance .owl-dots {
    margin-top: -30px;
    position: relative;
    z-index: 10;
}

#Performance .owl-dot {
    width: 15px;
    height: 15px;
    background-color: transparent;
    background-image: url(../images/slide-ball.png);
    background-size: cover;
}

    #Performance .owl-dot.active {
        background-color: transparent;
        background-image: url(../images/slide-ball-active.png);
    }

.Event-Section {
    background-image: url(../images/Event-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    clear: both;
    min-height: 550px;
    padding: 40px 0px 80px;
}

#Event .item img {
    max-width: 370px;
    margin: 0px auto;
    padding: 0px 15px;
}

#Event .owl-dots {
    margin-top: 20px;
    position: relative;
    z-index: 10;
}

#Nextcellular .owl-dot, #Event .owl-dot {
    width: 15px;
    height: 15px;
    background-color: transparent;
    background-image: url(../images/slide-ball.png);
    background-size: cover;
}

    #Nextcellular .owl-dot.active, #Event .owl-dot.active {
        background-color: transparent;
        background-image: url(../images/slide-ball-active.png);
    }

.Event-Section .Section-Title h2 {
    color: #ffffff;
}

.Event-Section .Section-Title-style:after {
    background-color: #ffffff;
}

.Event-Section .Section-Title-style:before {
    background-color: #320c29;
}

.Guru-Box {
    display: block;
    text-align: center;
}

    .Guru-Box p {
        color: #ffffff;
        padding-bottom: 5px;
    }

        .Guru-Box p .fa {
            color: #c63099;
        }

ul.Guru-social-list {
    display: block;
}

    ul.Guru-social-list li {
        display: inline-block;
        padding: 0px 5px;
    }

        ul.Guru-social-list li a {
            color: #c63099;
        }

            ul.Guru-social-list li a:hover {
                color: #e680c7;
            }

.Sponsor-Section {
    display: block;
    clear: both;
    padding: 50px 0px 10px;
}

#Sponsors .owl-stage-outer {
    padding-bottom: 15px;
}

.Spon-Box {
    display: block;
}

    .Spon-Box a {
        display: block;
        background-color: #f9f9f9;
        border: 1px solid #dfdfdf;
    }

        .Spon-Box a:hover {
            display: block;
            background-color: #ffffff;
            border: 1px solid #dfdfdf;
        }

        .Spon-Box a img {
            max-width: 250px;
            margin: 0px auto;
        }

.IB-Section {
    background-color: #f9f9f9;
    display: block;
    clear: both;
    padding: 80px 0px;
}

ul#IB.nav.nav-tabs {
    border: 0px;
    background-color: #ac177f;
    height: 100%;
    min-height: calc(61vh - 37px);
}

    ul#IB.nav.nav-tabs li {
        width: 100%;
    }

ul#IB.nav-tabs > li > a {
    line-height: 30px;
    border-radius: 0px;
    background-color: #ac177f;
    border: 1px solid #d186ba;
    color: #ffffff;
    position: relative;
}

    ul#IB.nav-tabs > li > a span {
        margin-right: 10px;
        display: inline-block;
        text-align: center;
        width: 30px;
    }

    ul#IB.nav-tabs > li > a:hover, ul#IB.nav-tabs > li.active > a, ul#IB.nav-tabs > li.active > a:hover, ul#IB.nav-tabs > li.active > a:focus {
        color: #ffffff;
        background-color: #4a1569;
        border: 1px solid #4a1569;
    }

        ul#IB.nav-tabs > li.active > a:after {
            content: "";
            position: absolute;
            top: 12px;
            right: -12px;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 12px solid #4a1569;
            z-index: 2;
        }

#IB.tab-content {
    background-color: #ffffff;
    border: 1px solid #d186ba;
    padding: 20px;
    min-height: calc(60vh - 35px);
    border-left: 0px;
    margin-left: -2px;
    height: 100%;
}

.IB-Videos {
    width: 100%;
    min-height: 400px;
}

#IB.tab-content .tab-pane h3 {
    font-family: 'HelveticaNeueLTStd-BdCn';
    font-size: 36px;
    color: #1c2845;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ib-content {
    display: block;
}

.ib-con-img-box {
    width: 36%;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
}

.ib-con-box {
    display: inline-block;
    width: 60%;
    padding-left: 15px;
}

.ib-con-list {
    display: block;
}

    .ib-con-list ul {
        display: block;
        padding: 0px;
        margin: 0px;
    }

        .ib-con-list ul li {
            padding-left: 20px;
            display: block;
            position: relative;
            line-height: 30px;
        }

            .ib-con-list ul li:after {
                content: '\f111';
                position: absolute;
                top: 2px;
                left: 0px;
                font-size: 6px;
                font-family: 'FontAwesome';
                color: #ac177f;
            }

.Victoria-Section {
    display: block;
    padding: 50px 0px;
}

.Victoria-logo {
    display: block;
    text-align: center;
}

    .Victoria-logo img {
        max-width: 250px;
    }

.Balcony {
    display: block;
}

    .Balcony ul {
        padding: 0px;
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .Balcony ul li {
            padding: 0px;
            margin: 0px;
            min-width: 300px;
            color: #1c2845;
            font-family: 'HelveticaNeueLTStd-BdCn';
        }

.Balcony-seat ul li a p.Small-Font {
    font-size: 10px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.Balcony ul li:nth-child(2) {
    background-color: #1c2845;
    padding: 10px;
    color: #ffffff;
    text-align: center;
}

.Balcony ul li:last-child {
    text-align: right;
}

.Balcony-seat {
    display: block;
    padding: 40px 15px 20px 15px;
    border: 1px solid #1c2845;
    border-bottom: 1px dashed #1c2845;
}

    .Balcony-seat ul {
        padding: 0px;
        margin: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

        .Balcony-seat ul li {
            padding: 0px;
            margin: 0px 15px 25px;
            display: block;
        }

            .Balcony-seat ul li a {
                background-image: url(../images/6Seater.svg);
                display: block;
                background-size: 100%;
                background-repeat: no-repeat;
                min-width: 144px;
                text-align: center;
                min-height: 100px;
                position: relative;
                font-family: 'HelveticaNeueLTStd-BdCn';
                color: #313131;
                font-size: 13px;
                text-transform: uppercase;
                padding-top: 20px;
                background-position: center top;
            }

                .Balcony-seat ul li a p.Sold-Out {
                    padding: 0px 5px;
                    color: #f05123;
                    width: 60px;
                    margin: 0px auto;
                }

                .Balcony-seat ul li a.Left-Out {
                    color: #00b1ea;
                }

            .Balcony-seat ul li span.no-border {
                min-width: 144px;
                display: inline-block;
            }

            .Balcony-seat ul li.active a, .Balcony-seat ul li a:hover {
                display: block;
            }

                .Balcony-seat ul li.active a:after {
                    background-image: url(../images/right.png);
                    width: 15px;
                    height: 15px;
                    content: '';
                    top: -5px;
                    right: 0px;
                    position: absolute;
                    z-index: 5;
                    background-size: cover;
                }

.Area-Lable {
    display: flex;
    margin-top: -32px;
    text-align: center;
    justify-content: space-evenly;
}

.Service-Area {
    display: inline-block;
    font-family: 'HelveticaNeueLTStd-Cn';
    background-color: #1c2845;
    padding: 5px 15px;
    color: #ffffff;
}

.Vip-Walk {
    display: block;
    text-align: center;
}

    .Vip-Walk h3 {
        display: inline-block;
        padding: 25px;
        font-family: 'HelveticaNeueLTStd-BdCn';
        color: #1c2845;
        font-size: 18px;
        text-transform: uppercase;
    }

.Walk-way {
    display: block;
    border: 1px solid #1c2845;
    min-height: 50px;
    border-top: 1px dashed #1c2845;
}

.main-bar {
    display: block;
    padding: 15px 0px;
}
/**/
.AllThis-section {
    display: block;
    padding: 50px 0px;
}

.AllThis-block p {
    display: block;
    padding: 0px 0px 50px;
}

.Red-Section {
    display: block;
    padding: 50px 0px;
}

.Want-Section {
    background-color: #f7f7f7;
    display: block;
    padding: 50px 0px 0px;
}

.Bottom-star {
    display: block;
    position: relative;
    z-index: 5;
    text-align: center;
    margin: 50px 0px 0px;
}

    .Bottom-star:after {
        display: block;
        position: absolute;
        background-color: #e1e1e1;
        height: 2px;
        left: 0px;
        right: 0px;
        z-index: -2;
        top: 8px;
        content: '';
        margin: 3px auto;
    }

    .Bottom-star:before {
        display: block;
        position: absolute;
        background-color: #f7f7f7;
        height: 2px;
        max-width: 8%;
        left: 0px;
        right: 0px;
        z-index: -1;
        top: 8px;
        content: '';
        margin: 3px auto;
    }

.Want-Section .Why-Choos-Box {
    background-color: #ffffff;
    overflow: hidden;
}

    .Want-Section .Why-Choos-Box:hover .Why-Choos-Box-content {
        background-color: #ffffff;
        border: 1px solid #f05123;
    }

.Want-Section .Why-Choose-Section {
    padding: 15px 0px 50px 0px;
}

#Upcoming-section {
    display: block;
    padding: 50px 0px;
}

    #Upcoming-section .owl-dots {
        margin-top: 30px;
    }

    #Upcoming-section .owl-dot {
        width: 20px;
        height: 20px;
        background-image: url(../images/slide-ball.png);
        background-size: cover;
    }

        #Upcoming-section .owl-dot.active {
            background-image: url(../images/slide-ball-active.png);
        }

.latest-box {
    display: block;
    border: 5px solid #ededed;
    position: relative;
    margin: 30px 50px;
    padding: 30px;
}

    .latest-box img {
        position: absolute;
        top: 0px;
        left: -30%;
    }

.latest-content {
    display: block;
    padding: 3px;
    margin-left: 30px;
}

    .latest-content h3 {
        color: #1c2845;
        font-size: 24px;
        padding: 5px;
        font-family: 'HelveticaNeueLTStd-BdCn';
        text-transform: uppercase;
    }

    .latest-content p {
        padding: 5px;
        font-family: 'HelveticaNeueLTStd-BdCn';
    }

    .latest-content .btn-primary {
        background-color: #00b1ea;
        border-color: #00b1ea;
        margin-top: 15px;
        font-weight: bold;
        min-width: 120px;
    }

#Merchandise .owl-nav.disabled {
    display: block;
    position: absolute;
    left: 0;
    top: 48%;
    right: 0;
}

#Merchandise .item {
    padding: 0px 10px;
}

.latest-box img {
    max-width: 150px;
}

#Merchandise .owl-nav.disabled .owl-prev {
    float: left;
    background-color: #e1e1e1;
    padding: 5px;
    color: #ffffff;
    margin-left: -15px;
}

#Merchandise .owl-nav.disabled .owl-next {
    float: right;
    background-color: #e1e1e1;
    padding: 5px;
    color: #ffffff;
}

.RedFm-logo {
    display: block;
    text-align: center;
}

    .RedFm-logo img {
        max-width: 230px;
    }
/*CSS*/
.Payment-Caption {
    position: absolute;
    top: 32%;
    left: 0px;
    right: 0px;
    text-align: center;
}

    .Payment-Caption h1 {
        font-size: 36px;
        color: #ffffff;
        text-transform: uppercase;
    }

#Payment.nav.nav-tabs > li > a {
    border-radius: 0px;
    color: #1a1a4e;
    border: 1px solid #dddddd;
    background-color: #eeeeee;
}

#Payment.nav-tabs > li > a:hover, #Payment.nav-tabs > li.active > a, #Payment.nav-tabs > li.active > a:hover, #Payment.nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: #1a1a4e;
}

.product-head-title h3 {
    color: #ffffff;
    background-color: #f05123;
    padding: 20px 15px;
    font-size: 24px;
    font-family: 'HelveticaNeueLTStd-BdCn';
}

    .product-head-title h3 span {
        text-align: right;
        float: right;
    }

.product__title_small {
    color: #a6a9b7;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -1px;
    letter-spacing: 1px;
    font-size: 9px;
    font-family: 'HelveticaNeueLTStd-Cn';
}

.product__title_seleted {
    color: #a6a9b7;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -1px;
    letter-spacing: 1px;
    font-size: 10px;
}

.pr_date {
    display: inline-block;
    vertical-align: top;
    width: 65%;
}

.first-dates-selected {
    display: inline-flex;
}

.date_texture_seleted {
    font-weight: bold;
}

.counter-right-seleted .counter_plus_min {
    padding: 10px 0px;
    width: 35%;
}

.counter_plus_min .quntity-number span {
    position: relative;
    top: -3px;
}

.counter_plus_min .quntity-number .btn-plus-q, .counter_plus_min .quntity-number .btn-minus-q {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 15px;
    padding: 6px;
    color: #FFF;
    background-color: #1bbaed;
    border-color: #1bbaed;
    line-height: normal;
    margin: 1px;
}

.counter-right-seleted .counter_plus_min .quntity-number {
    width: 100%;
}

.counter_plus_min .qty-q-p {
    color: #2f2f2f;
    font-size: 22px;
    text-align: center;
    height: 40px;
    border: 0px transparent;
    box-shadow: none;
}

.price_selected-total .total-price {
    font-family: 'HelveticaNeueLTStd-BdCn';
}

.pay.dropdown__country button.btn.btn-primary.dropdown-toggle {
    height: 50px;
}

.caredit-card-details form select {
    -webkit-appearance: menulist;
}

.price_selected h3 {
    color: #202020;
    background-color: transparent;
    text-align: right;
    padding: 0px 0px;
    position: relative;
    top: 18px;
}

.price_selected h3 {
    color: #202020;
    background-color: transparent;
    text-align: right;
    padding: 0px 0px;
    position: relative;
    font-size: 20px;
    /*top: 18px;*/
    top: 0px;
}

.price_selected-total h3 {
    color: #202020;
    font-size: 20px;
    background-color: transparent;
    text-align: right;
    padding: 0px 0px;
    font-family: 'HelveticaNeueLTStd-Cn';
}
/**/
.Manchestr-block p {
    display: block;
    padding-bottom: 15px;
}

.sure-right {
    font-size: 12px;
    clear: both;
    padding-top: 5px;
    text-align: right;
}

.inquirycondition p {
    color: #1b2a46;
    font-size: 14px;
}

.btn-primary.inquirysend {
    border: 0px;
}

.simcard path {
    fill: #ffffff;
    width: 15px;
}
/**/
.quiz-section {
    background-image: url(../images/quiz-bg.jpg);
    display: block;
    min-height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0px;
}

.Rules-Tilte {
    padding: 15px;
    display: block;
    margin-bottom: 15px;
}

    .Rules-Tilte h2 {
        color: #ffffff;
        background-color: #f05123;
        display: inline-block;
        padding: 5px 15px;
        position: relative;
    }

        .Rules-Tilte h2:after {
            content: '';
            position: absolute;
            left: -15px;
            top: 0px;
            bottom: 0px;
            border-bottom: 43px solid #f05123;
            border-left: 15px solid transparent;
            border-top: 0px;
            border-right: 0px;
        }

        .Rules-Tilte h2:before {
            content: '';
            position: absolute;
            right: -15px;
            top: 0px;
            bottom: 0px;
            border-bottom: 25px solid #f05123;
            border-bottom: 0px;
            border-left: 0px;
            border-top: 43px solid #f05123;
            border-right: 15px solid transparent;
        }

    .Rules-Tilte p {
        font-size: 20px;
        color: #ffffff;
    }

.Rules-list {
    display: block;
    margin-top: 0px;
}

    .Rules-list ul li h4 {
        font-size: 20px;
        color: #ffffff;
        font-family: 'HelveticaNeueLTStd-Cn';
    }

    .Rules-list ul {
        display: block;
        padding: 0px;
        margin: 0px;
    }

        .Rules-list ul li {
            position: relative;
            display: block;
            line-height: 20px;
            padding-left: 25px;
            margin-bottom: 15px;
        }

            .Rules-list ul li:first-child:after {
                content: normal;
            }

            .Rules-list ul li:after {
                background-image: url(../images/color-bal.png);
                line-height: 50px;
                background-repeat: no-repeat;
                background-position: top left;
                content: '';
                width: 15px;
                height: 15px;
                position: absolute;
                left: 0px;
                top: 5px;
                background-size: cover;
            }

            .Rules-list ul li a {
                color: #ffffff;
            }

.quize-img {
    display: block;
    text-align: right;
}

    .quize-img img {
        max-width: 400px;
        margin-top: -20px;
    }

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}
/**/
.Event header {
    background-color: #4a1568;
    width: 100%;
    padding: 8px 15px;
    font-family: 'HelveticaNeueLTStd-BdCn';
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    text-align: left;
    font-size: 22px;
}

.headerdiv {
    display: block;
}

.Event .modal-body .close {
    right: 15px;
    top: 10px;
}

.Event .modal-content {
    background-color: #ffffff;
    background-image: none;
    position: relative;
    border-radius: 0px;
    padding: 15px;
    text-align: left;
}

.Eventdetails {
    display: block;
}

    .Eventdetails h2 {
        color: #1b2a46;
        font-size: 36px;
        font-family: 'HelveticaNeueLTStd-BdCn';
        text-align: left;
    }

    .Eventdetails p {
        display: block;
        color: #1b2a46;
        font-family: 'HelveticaNeueLTStd-BdCn';
        padding: 15px 0px 0px;
    }

.Eventdetailslist {
    display: block;
}

    .Eventdetailslist p span {
        vertical-align: middle;
    }

    .Eventdetailslist ul {
        padding: 10px 0px;
        margin: 0px;
        display: block;
        max-width: 515px;
    }

        .Eventdetailslist ul li {
            display: inline-block;
            line-height: 36px;
            margin: 0px 15px 0px 0px;
        }

            .Eventdetailslist ul li span {
                vertical-align: baseline;
                margin-left: -5px;
            }

    .Eventdetailslist p span {
        font-size: 12px;
        vertical-align: baseline;
        padding-right: 5px;
    }

.EventdetailsInfo {
    display: flex;
    padding: 20px 0px;
    flex-wrap: wrap;
}

.Infor-left, .Infor-rigth, .Infor-center {
    display: block;
    padding-right: 15px;
}

.Infor-block {
    display: flex;
    align-items: center;
}

.Infor-left p, .Infor-rigth p {
    font-family: 'HelveticaNeueLTStd-BdCn';
    font-size: 18px;
}

.Infor-left span, .Infor-rigth span {
    color: #b22225;
}

.Infor-left .btn-primary, .Infor-rigth .btn-primary {
    font-family: 'thesansplain';
    padding: 4px 10px;
}
/**/
#Partner-Banner {
    display: block;
    position: relative;
}

.Partner-Caption {
    position: absolute;
    bottom: 8%;
    left: 7%;
}

    .Partner-Caption h1 {
        color: #ffffff;
        font-size: 70px;
        font-family: 'HelveticaNeueLTStd-BdCn';
    }

.Partner-Section {
    display: block;
    clear: both;
    padding: 50px 0px;
}

.Part-Box {
    display: flex;
    border: 1px solid #dae2eb;
    width: 100%;
    min-width: 360px;
    align-items: center;
    margin-bottom: 30px;
    height: 100%;
}

.Part-Img {
    border-right: 1px solid #dae2eb;
    display: flex;
    -ms-flex-direction: column;
    padding: 0px 3px;
    background-color: #f7f7f7;
    width: 35%;
    min-height: 125px;
    align-items: center;
}

.Part-Cont {
    padding: 5px 10px;
    display: inline-block;
    width: 65%;
}

    .Part-Cont h2 {
        font-size: 28px;
        color: #002d5d;
        font-family: 'HelveticaNeueLTStd-BdCn';
        text-transform: uppercase;
    }

    .Part-Cont p {
        margin-bottom: 10px;
    }

.btn-orange {
    background-color: #f05123;
    color: #ffffff;
    padding: 3px 10px;
    font-size: 15px;
    display: inline-flex;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
}

    .btn-orange:hover, .btn-orange:focus {
        background-color: #ba340d;
        color: #ffffff;
    }

.Officeal-Box {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

    .Officeal-Box h2 {
        display: block;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 32px;
        color: #ffffff;
        position: absolute;
        bottom: 5%;
        left: 5%;
        text-transform: uppercase;
    }

.CocaCola-Section {
    display: block;
    clear: both;
    padding: 80px 0px;
}

.CocaCola-Box {
    display: block;
    padding: 2% 5%;
}

    .CocaCola-Box h2 {
        display: block;
        color: #002d5d;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 32px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .CocaCola-Box h4 {
        display: block;
        color: #002d5d;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .CocaCola-Box p {
        margin-bottom: 30px;
    }

.Result-Msg {
    display: block;
    text-align: center;
}

    .Result-Msg h4 {
        color: #313131;
        font-size: 30px;
        font-family: 'HelveticaNeueLTStd-BdCn';
    }

    .Result-Msg p span {
        color: #19315c;
    }

    .Result-Msg p {
        font-weight: bold;
        padding: 5px;
    }

        .Result-Msg p a {
            padding: 0px 10px;
            color: #19315c;
        }

#Delivery-Banner {
    display: block;
    position: relative;
    clear: both;
}

.Delivery-Caption {
    position: absolute;
    top: 5%;
    margin: 0 auto;
    max-width: 750px;
    left: 0;
    text-align: center;
    right: 0;
}

    .Delivery-Caption h1 {
        color: #ffffff;
        font-size: 46px;
        font-family: 'HelveticaNeueLTStd-BdCn';
        text-transform: uppercase;
    }

.Preferred-Section {
    display: block;
    padding: 50px 0px;
    clear: both;
}

    .Preferred-Section label {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 14px;
        width: 100%;
        font-weight: normal;
        color: #1b2a46;
        font-family: 'HelveticaNeueLTStd-Cn';
    }

.Collecting-Section {
    display: block;
    padding: 50px 0px;
    clear: both;
    background-color: #f7f7f7;
}

.Preferred-Section .form-control {
    height: 40px;
    background-color: #f7f7f7;
    border-color: #cccccc;
}

.Methods {
    display: block;
    max-width: 600px;
    margin: 0px auto;
}

ul.Radio-tabs {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
    justify-content: space-evenly;
}

    ul.Radio-tabs li {
        display: flex;
        line-height: 36px;
        font-size: 18px;
        color: #1c2845;
        font-family: 'HelveticaNeueLTStd-BdCn';
    }

        ul.Radio-tabs li label {
            white-space: nowrap;
            cursor: pointer;
        }

        ul.Radio-tabs li span {
            padding-left: 10px;
        }

.dlh-title {
    text-align: center;
    padding: 20px 0px;
    color: #1b2a46;
    font-family: 'HelveticaNeueLTStd-Cn';
}

.Methods .form-control {
    height: 40px;
}

.Methods label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    width: 100%;
    font-weight: normal;
    color: #1b2a46;
    font-family: 'HelveticaNeueLTStd-Cn';
}

.red-mdg {
    padding-top: 5px;
    color: #f05123;
    font-family: 'HelveticaNeueLTStd-Cn';
    font-size: 14px;
    text-transform: uppercase;
}

.Delivery-Charges {
    display: block;
}

.Charges {
    color: #1c2845;
    font-family: 'HelveticaNeueLTStd-BdCn';
    font-size: 24px;
    text-transform: uppercase;
}

    .Charges sup {
        color: #f05123;
    }

.con {
    color: #ff0505;
    font-family: 'HelveticaNeueLTStd-Cn';
    font-size: 10px;
}

.btn-blue {
    background-color: #1b2a46;
    border-color: #1b2a46;
    color: #ffffff;
    padding: 6px 12px;
}

.pt-15 {
    padding-top: 15px;
}

.Collecting {
    display: block;
    max-width: 800px;
    margin: 0px auto;
}

    .Collecting .table > thead > tr > th {
        background-color: #f05123;
        color: #ffffff;
        text-transform: uppercase;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 18px;
    }

    .Collecting .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #ffffff;
    }

    .Collecting .table > tbody > tr > td {
        font-family: 'HelveticaNeueLTStd-Cn';
        color: #1c2845;
        vertical-align: middle;
    }

    .Collecting .table > thead > tr > th:nth-child(2) {
        width: 30%;
    }

.table.table.table-striped {
    border: 1px solid #dddddd;
}

.Collecting .table > thead > tr > th {
    border-right: 1px solid #ffffff;
}

.Collecting .Radio-style {
    width: inherit;
}

.Collecting label {
    margin: 0px;
    vertical-align: middle;
}

.bks-btn-block {
    text-align: center;
    justify-content: space-around;
    margin-top: 30px;
    text-transform: uppercase;
    align-items: center;
    display: flex;
}

.bks-btn {
    color: #ffffff;
    background-color: #ac177f;
    border: 1px solid #d186ba;
    font-family: 'HelveticaNeueLTStd-BdCn';
}

    .bks-btn:hover, .bks-btn:focus {
        color: #ffffff;
        background-color: #4a1569;
        border: 1px solid #4a1569;
    }

.termsrow p {
    display: inline-block;
}
/**/
.Puma-Content {
    display: block;
    padding: 50px 0px;
    clear: both;
}

.Summer-Section {
    background-image: url(../images/Puma-summer-bg.jpg);
    background-size: cover;
    display: block;
    padding: 50px 0px 80px;
    background-repeat: no-repeat;
    background-color: #f9f9f9;
    clear: both;
}

.summer-content {
    display: block;
    text-align: center;
    max-width: 600px;
    margin: 0px auto 50px;
}

.Anthem-Box {
    display: block;
    padding: 50px;
    background-color: #1c2845;
    min-height: 300px;
}

    .Anthem-Box h2 {
        color: #ffffff;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 20px;
        margin-bottom: 15px;
    }

    .Anthem-Box p {
        color: #ffffff;
    }

.Divine-Section {
    background-image: url(../images/Divine-bg.jpg);
    background-size: cover;
    display: block;
    padding: 50px 0px 80px;
    background-repeat: no-repeat;
    clear: both;
}

.Divine-Logo {
    display: block;
}

    .Divine-Logo img {
        display: block;
        max-width: 200px;
        margin: 0px auto;
    }

.PumaPartner {
    position: absolute;
    right: 0px;
    top: 0px;
}

.Full-Section {
    display: block;
    clear: both;
}

.PreMatch {
    display: block;
    clear: both;
    padding: 50px 0px 30px;
}

.Divine-Logo p {
    display: block;
    color: #ffffff;
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
}

.Divi-Cont {
    display: block;
    margin: 0px auto;
    text-align: center;
    max-width: 340px;
}

    .Divi-Cont p {
        display: block;
        margin: 0px auto;
        color: #ffffff;
        max-width: 315px;
    }

.Photo-Cont-Left {
    display: block;
    padding: 150px 50px;
    margin-left: 25%;
}

    .Photo-Cont-Left h2 {
        display: block;
        color: #313131;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 22px;
    }

.Photo-Cont-Right {
    display: block;
    padding: 170px 50px;
}

    .Photo-Cont-Right h2 {
        display: block;
        color: #313131;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 22px;
    }

.India-Section {
    background-image: url(../images/Puma-India-bg.jpg);
    background-size: cover;
    display: block;
    padding: 50px 0px 80px;
    background-repeat: no-repeat;
    clear: both;
}

.India-City {
    display: block;
    max-width: 400px;
    margin: 0px auto;
}

.India-City-Cont {
    max-width: 410px;
    color: #ffffff;
    padding-top: 150px;
}

    .India-City-Cont h2 {
        display: block;
        margin-bottom: 10px;
        color: #ffffff;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 22px;
    }
/**/
.Artist-Box {
    display: block;
    padding: 2% 5%;
}

    .Artist-Box h2 {
        display: block;
        color: #ac177f;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 36px;
        margin-bottom: 10px;
    }

    .Artist-Box h3 {
        display: block;
        color: #e680c7;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 24px;
    }

    .Artist-Box h4 {
        display: block;
        color: #e680c7;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 24px;
        margin-bottom: 30px;
    }

    .Artist-Box p {
        margin-bottom: 30px;
    }

.Art-Gall-box {
    display: block;
    position: relative;
    margin: 0px auto 30px;
}

    .Art-Gall-box a:hover .Art-Over {
        background-color: rgba(28, 40, 69);
        opacity: 0;
    }

.Art-Over {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: flex;
    bottom: 0px;
    background-color: rgba(28, 40, 69, .4);
    font-size: 52px;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.Art-Gall-box img {
    margin: 0px auto;
}

.added-ticket .add-fields .sub-quantity {
    max-width: 80px;
}

.FM-CEO-Nisha {
    display: block;
    background-image: url(../images/RedFm-Nisha.jpg);
    min-height: 611px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.FM-CEO-Content {
    display: block;
    position: relative;
    padding: 0px;
    color: #ffffff;
    max-width: 1000px;
    margin-left: 9%;
    margin-top: 11%;
    font-size: 24px;
}

.FM-CEO {
    font-weight: bold;
    margin-top: 9%;
    margin-left: 2%;
    color: #1c2845;
}

.FM-CEO-Content .fa-quote-left {
    color: #f05123;
    font-size: 24px;
}

.FM-CEO-Content .fa-quote-right {
    color: #1e7c56;
    font-size: 24px;
    margin-bottom: -10px;
}

.RedGo-DownBtn {
    display: block;
    max-width: 535px;
    background-color: #00b1ea;
    position: relative;
    padding: 10px 30px 10px 10px;
    margin: 0px auto;
}

    .RedGo-DownBtn a {
        color: #ffffff;
    }

.fa-chevron-down {
    position: absolute;
    height: 8px;
    right: 10px;
    top: 0px;
    opacity: 0;
    color: #ffffff;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

    .fa-chevron-down:first-child {
        animation: move 3s ease-out 1s infinite;
    }

    .fa-chevron-down:nth-child(2) {
        animation: move 3s ease-out 2s infinite;
    }

    .fa-chevron-down:before {
        left: 0;
        transform: skew(0deg, 30deg);
    }

    .fa-chevron-down:after {
        right: 0;
        width: 50%;
        transform: skew(0deg, -30deg);
    }

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

.Cotton-map {
    display: block;
    margin: 50px 0px 0px;
}

    .Cotton-map ul {
        display: flex;
        padding: 0px;
        margin: 0px;
    }

        .Cotton-map ul li {
            display: flex;
        }

            .Cotton-map ul li:nth-child(2) a img:last-child {
                display: none;
            }

            .Cotton-map ul li:nth-child(2) a:hover img:last-child {
                display: block;
            }

            .Cotton-map ul li:nth-child(2) a:hover img:first-child {
                display: none;
            }

            .Cotton-map ul li:nth-child(3) a img:last-child {
                display: none;
            }

            .Cotton-map ul li:nth-child(3) a:hover img:last-child {
                display: block;
            }

            .Cotton-map ul li:nth-child(3) a:hover img:first-child {
                display: none;
            }

#Nextcellular .owl-dots {
    margin-top: -30px;
    z-index: 5;
    position: relative;
}

.Cotton-Map-Color {
    margin: 30px auto 0px;
    width: 100%;
    max-width: 800px;
}

    .Cotton-Map-Color ul {
        display: flex;
        padding: 0px;
        margin: 0px;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
    }

        .Cotton-Map-Color ul li {
            display: block;
            margin-bottom: 15px;
        }

            .Cotton-Map-Color ul li a span {
                width: 40px;
                height: 40px;
                margin-right: 15px;
                display: inline-flex;
                vertical-align: middle;
            }

            .Cotton-Map-Color ul li a {
                font-family: 'HelveticaNeueLTStd-BdCn';
                font-size: 18px;
            }

            .Cotton-Map-Color ul li:first-child a {
                color: #ec1f27;
            }

                .Cotton-Map-Color ul li:first-child a span {
                    background-color: #ec1f27;
                }

            .Cotton-Map-Color ul li:nth-child(2) a {
                color: #0b6fb6;
            }

                .Cotton-Map-Color ul li:nth-child(2) a span {
                    background-color: #0b6fb6;
                }

            .Cotton-Map-Color ul li:nth-child(3) a {
                color: #040707;
            }

                .Cotton-Map-Color ul li:nth-child(3) a span {
                    background-color: #040707;
                }

            .Cotton-Map-Color ul li:last-child a {
                color: #ca294b;
            }

                .Cotton-Map-Color ul li:last-child a span {
                    background-color: #ca294b;
                }

#Pre-Parties {
    display: block;
    margin: 0px 0px 50px;
}
/**/
.Lucky-Section {
    display: block;
    margin: 50px 0px 0px;
}

.Lucky-Content {
    display: block;
    padding-bottom: 25px;
}

.Gully-Content {
    display: block;
    font-family: 'HelveticaNeueLTStd-Cn';
}

    .Gully-Content a {
        font-weight: bold;
        padding: 5px 10px;
        margin: 15px 0px;
    }

.Gully-Boy-Section {
    display: block;
    background-color: #1c2845;
    padding: 50px 0px;
    text-align: center;
}

.Gully-Boy-Content {
    display: block;
    background-color: #000000;
    border: 1px solid #777e90;
    max-width: 900px;
    margin: 0px auto;
}

.Gully-Boy-Section p {
    font-family: 'HelveticaNeueLTStd-Cn';
    padding: 0px 0px 15px;
    color: #ffffff;
    font-size: 24px;
}

.HiCont-Section {
    display: block;
    clear: both;
    padding: 80px 0px 0px;
}

.HiCont-Box {
    display: block;
    padding: 0px;
}

    .HiCont-Box h2 {
        display: block;
        color: #002d5d;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 32px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .HiCont-Box h4 {
        display: block;
        color: #002d5d;
        font-family: 'HelveticaNeueLTStd-BdCn';
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .HiCont-Box p {
        margin-bottom: 30px;
    }

.map-list {
    display: block;
}

    .map-list ul {
        padding: 0px;
        margin: 0px;
    }

        .map-list ul li {
            background-color: #1b2a46;
            padding: 0px 15px;
            margin: 5px 0px;
            line-height: 40px;
        }

            .map-list ul li a {
                display: flex;
                color: #ffffff;
                justify-content: space-between;
                align-items: center;
            }

.contpop .modal-header {
    padding: 0px;
}

.contpop .modal-body {
    padding: 30px;
}

.contpop-title {
    display: block;
}

    .contpop-title h2 {
        display: block;
        font-size: 20px;
        margin-bottom: 15px;
        color: #1b2a46;
    }

.contpop-cont {
    display: block;
}

    .contpop-cont a {
        color: #1b2a46;
        margin-bottom: 15px;
        display: block;
    }

        .contpop-cont a .fa {
            background-color: #1b2a46;
            padding: 5px;
            text-align: center;
            vertical-align: middle;
            width: 30px;
            color: #ffffff;
        }

.Contact-Form .login-form label {
    color: #1b2a46;
}

#One-Two .item {
    max-width: 366px;
    margin: 0px auto;
}

.IND-Section {
    clear: both;
    display: block;
    margin: 0px;
}

.INDPK {
    display: grid;
    text-align: center;
    align-items: center;
    min-height: 135px;
}

.IND-Pckage {
    display: block;
}

    .IND-Pckage ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .IND-Pckage ul li {
            display: inline-block;
            width: 20%;
            height: 100%;
            position: relative;
            padding: 15px;
        }

.INDPK i {
    font-size: 62px;
    text-align: center;
}

.INDPK h3 {
    margin-top: 15px;
    font-size: 20px;
    font-family: 'HelveticaNeueLTStd-BdCn';
    color: #1e194c;
}

.INDPK-block {
    display: block;
}

.INDPK-left p, .INDPK-rigth p {
    font-family: 'HelveticaNeueLTStd-BdCn';
    font-size: 18px;
}

.INDPK-left span, .INDPK-rigth span {
    color: #f05123;
    font-size: 36px;
}

.INDPK-rigth .btn-primary {
    font-family: 'thesansplain';
    padding: 4px 10px;
}

.INDPK-left, .INDPK-rigth {
    display: block;
}

.IND-Pckage ul li:first-child:after {
    content: normal;
}

.IND-Pckage ul li:after {
    position: absolute;
    content: '\e90b';
    font-family: 'BKS-Icon';
    font-size: 18px;
    color: #f05123;
    top: 40%;
    left: -10px;
    z-index: 2;
}

.IND-Pckage ul li:last-child:after {
    content: normal;
}

.IND-Pckage ul li:last-child:before {
    position: absolute;
    content: normal;
    font-family: 'BKS-Icon';
    font-size: 24px;
    color: #f05123;
    top: 40%;
    left: -12px;
    z-index: 2;
    content: '\e90a';
}

.tags-all-display li span.BKS-tickets, .tags-all-display li span.BKS-food {
    font-size: 24px;
    color: rgba(29, 46, 78, 0.7);
    vertical-align: middle;
}

.INDPK p {
    font-size: 14px;
}

.landing-tag-line p {
    color: #1b2a46;
}

.landing-right-title p, .landing-tag-line p {
    color: #1b2a46;
}

.Hublot-Section {
    display: block;
    clear: both;
    padding: 80px 0px 50px;
}

.Images-Box {
    display: block;
    clear: both;
    margin-bottom: 30px;
}

    .Images-Box a img {
        transition: transform .2s;
    }

        .Images-Box a img:hover {
            transform: scale(1.1);
        }

.HGallery {
    display: block;
    padding-top: 50px;
}

.landing-detail-date .fa {
    padding-right: 5px;
}

.landing-date .fa {
    padding-right: 5px;
}

.Guides-Section {
    display: block;
    padding: 50px 0px;
    clear: both;
}

.Guides-Block {
    display: block;
    padding: 15px;
}

    .Guides-Block .btn-primary {
        font-size: 20px;
        font-family: 'HelveticaNeueLTStd-Cn';
        padding: 10px 25px;
    }

.Guides-Box {
    background-color: #f5f5f5;
    border: 1px solid #e9e9e9;
    text-align: center;
    padding: 8px;
    margin-bottom: 30px;
}

    .Guides-Box:hover, .Guides-Box.cheked {
        border: 1px solid #f05123;
    }

    .Guides-Box h3 {
        font-size: 14px;
        font-family: 'HelveticaNeueLTStd-BdCn';
        color: #19315c;
        text-transform: uppercase;
        margin-top: 5px;
    }

    .Guides-Box p {
        font-size: 12px;
        font-family: 'HelveticaNeueLTStd-Cn';
        color: #1c2845;
    }

    .Guides-Box [type="checkbox"]:checked, .Guides-Box [type="checkbox"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }

        .Guides-Box [type="checkbox"]:checked + label, .Guides-Box [type="checkbox"]:not(:checked) + label {
            position: relative;
            cursor: pointer;
        }

            .Guides-Box [type="checkbox"]:checked + label:before, .Guides-Box [type="checkbox"]:not(:checked) + label:before {
                content: '';
                position: absolute;
                left: 0px;
                bottom: -27px;
                right: 0px;
                margin: 0px auto;
                width: 25px;
                height: 25px;
                background-color: #e9e9e9;
                border-radius: 100%;
            }

            .Guides-Box [type="checkbox"]:checked + label:after, .Guides-Box [type="checkbox"]:not(:checked) + label:after {
                content: '';
                width: 25px;
                height: 25px;
                background-image: url(../images/right.png);
                background-size: cover;
                position: absolute;
                bottom: -27px;
                left: 0px;
                right: 0px;
                margin: 0px auto;
                border-radius: 100%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .Guides-Box [type="checkbox"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .Guides-Box [type="checkbox"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

ul.MapBoxesList {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

    ul.MapBoxesList li {
        width: 100%;
        max-width: 165px;
    }
/**/
#NHS-Video {
    display: block;
    clear: both;
}

.NHS-Section {
    display: block;
    clear: both;
    padding: 50px 0px;
}

.NHS-Content {
    display: block;
}

    .NHS-Content p {
        display: block;
        color: #1c2845;
    }

.Organ-Section {
    background-color: #f7f7f7;
    display: block;
    clear: both;
    padding: 50px 0px;
}

.Organ-Content {
    display: block;
}

    .Organ-Content p {
        margin-bottom: 30px;
    }

.OrganBanner {
    display: block;
    margin: 20px 0px 50px 0px;
}

ul.OrganList {
    display: block;
}

    ul.OrganList li {
        display: block;
        margin-bottom: 15px;
        position: relative;
        padding-left: 20px;
    }

        ul.OrganList li span {
            vertical-align: middle;
            color: #1c2845;
            padding-right: 5px;
        }

        ul.OrganList li:before {
            top: 0px;
            content: '\e909';
            position: absolute;
            left: 0px;
            font-family: 'BKS-Icon';
        }

.header-social ul li:first-child a {
    padding-left: 0px;
}
/**/
.LoveCricket {
    display: block;
    clear: both;
    background-image: url(../images/LoveBorder.jpg);
    min-height: 482px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.LoveForm {
    display: block;
    clear: both;
    text-align: center;
}

.LoveBlock {
    margin-top: 60px;
    display: block;
}

.LoveBottom .form-control {
    position: relative;
    margin: 0px;
    width: 100%;
    height: 46px;
    color: #757c8c;
}

.LoveBottom button {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/sub-arrow.png);
    padding: 18px 28px;
    height: 46px;
    border: 0px;
    position: absolute;
    right: 15px;
    top: 0px;
    background-color: #00b1ea;
    z-index: 5;
}

.LoveImages {
    display: block;
    margin-top: 2%;
    margin-left: 30%;
}

    .LoveImages img {
        max-width: 95%;
    }

.LoveForm img {
    max-width: 56%;
}

.LoveBottom {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}
/**/
.Hotstar-Section {
    display: block;
    background-color: #1c2845;
}

.Hotstar-Content {
    display: block;
    padding: 80px 50px;
    color: #ffffff;
}

    .Hotstar-Content h3 {
        text-transform: uppercase;
        font-size: 42px;
        margin-bottom: 15px;
    }

    .Hotstar-Content p {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .Hotstar-Content .btn-orange {
        font-weight: bold;
        font-size: 20px;
    }

.article-intro h2 {
    display: block;
    font-family: 'HelveticaNeueLTStd-BdCn';
}

.Hotstar-Content .btn-orange img {
    border: 1px solid #ffffff;
    margin-right: 5px;
}

.modal-header .close {
    opacity: 1;
}
/**/
#Hotstar-Banner {
    background-color: #19315c;
    display: block;
    clear: both;
}

.hotsubban {
    display: block;
    text-align: center;
    margin-top: 30px;
}

    .hotsubban h2 {
        background-color: #ffffff;
        margin: 0px auto;
        display: inline-block;
        color: #19315c;
        padding: 1px 5px;
        font-size: 56px;
    }

.hotbtext {
    float: left;
    width: 50%;
    padding: 48px 0px;
}

    .hotbtext p {
        font-size: 42px;
        color: #ffffff;
        margin-bottom: 5px;
    }

        .hotbtext p span {
            background-color: #c33033;
            padding: 0px 10px;
            border-radius: 10px;
            display: inline-block;
        }

.hotstarbtn {
    float: left;
    width: 50%;
}

.hotstarbtn {
    float: left;
    width: 50%;
    padding: 30px 0px;
    text-align: center;
}

    .hotstarbtn img {
        max-width: 90%;
    }

    .hotstarbtn a {
        background-color: #24874a;
        color: #ffffff;
        text-transform: uppercase;
        padding: 5px 20px;
        margin: 25px auto;
        font-size: 34px;
        font-weight: bold;
        display: block;
        max-width: 70%;
    }

.banntearm {
    display: block;
    text-align: right;
    padding-right: 15px;
    float: right;
}

    .banntearm a {
        font-size: 14px;
        color: #61759a;
    }

.Manchestr-block {
    display: block;
}

    .Manchestr-block p {
        text-align: justify;
    }

    .Manchestr-block .tagline {
        color: #1c2845;
        font-size: 20px;
    }
/**/
.BKSTable-Banner {
    display: block;
}

.inclusion {
    display: block;
}

    .inclusion ul {
        display: block;
        padding: 0px;
        margin: 0px;
    }

        .inclusion ul li {
            display: inline-block;
            max-width: 33%;
            width: 100%;
            line-height: 30px;
        }

            .inclusion ul li i {
                padding-right: 5px;
                vertical-align: middle;
                color: #1c2845;
            }

.SmallTitle {
    display: block;
    padding: 30px 0px;
}

    .SmallTitle p {
        color: #1c2845;
    }

.inclusionFree {
    display: block;
}

    .inclusionFree ul {
        display: flex;
        padding: 0px;
        margin: 0px;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

        .inclusionFree ul li {
            display: inline-flex;
            max-width: 30%;
            width: 100%;
            line-height: 30px;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }

            .inclusionFree ul li i {
                padding-right: 5px;
                vertical-align: middle;
                color: #1c2845;
                font-size: 32px;
                margin-left: -10px;
            }

.Block {
    display: block;
}

.Bottle {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}

.Foods {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}

.field {
    display: inline-block;
    padding-right: 15px;
}

.incluPrice {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

    .incluPrice p {
        color: #b22225;
        text-transform: uppercase;
        line-height: 18px;
        font-size: 24px;
        font-weight: bold;
    }

    .incluPrice span {
        display: block;
        color: #323131;
        text-transform: capitalize;
        line-height: 20px;
        font-size: 14px;
        font-weight: normal;
    }

.YourDetail {
    display: block;
    background-color: #f7f7f7;
    clear: both;
    padding: 50px 0px;
}

    .YourDetail .Section-Title p {
        margin-top: 30px;
    }

    .YourDetail label {
        width: 100%;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 14px;
        color: #1b2a46;
        font-weight: normal;
        font-family: 'HelveticaNeueLTStd-Cn';
    }

.inclusionMenu {
    display: block;
}

    .inclusionMenu ul {
        display: flex;
        padding: 0px;
        margin: 0px;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

        .inclusionMenu ul li {
            display: inline-flex;
            max-width: 30%;
            width: 100%;
            line-height: 30px;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }

            .inclusionMenu ul li i {
                padding-right: 5px;
                vertical-align: middle;
                color: #1c2845;
                font-size: 36px;
            }

.PriceBlock {
    display: block;
    max-width: 360px;
    margin: 0px auto;
}

.PriceMatch {
    display: block;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

    .PriceMatch .btn {
        float: left;
        padding: 0px;
        box-shadow: none;
    }

.PriceMatchContent {
    display: inline-block;
}

.RadioTotal {
    text-align: center;
    display: inline-block;
}

.btn-primary.BtnMatch {
    font-weight: bold;
    padding: 5px 20px;
}

.TotalBGP {
    display: block;
    margin-top: 30px;
}

    .TotalBGP p {
        color: #1c2845;
        font-size: 30px;
        font-weight: bold;
    }

        .TotalBGP p span {
            color: #b22225;
            font-size: 45px;
        }

.OrderTitle {
    display: block;
    text-align: center;
    margin: 0px 0px 30px 0px;
}

    .OrderTitle h3 {
        font-size: 22px;
    }

.TotalTable {
    display: block;
    max-width: 600px;
    margin: 0px auto;
    border: 1px solid #eeeeee;
}

    .TotalTable .table {
        margin-bottom: 0px;
    }

        .TotalTable .table > thead > tr > th {
            background-color: #f7f7f7;
            border: 0px;
        }

    .TotalTable .YourTable {
        color: #1e1a4c;
    }

    .TotalTable .Price, .TotalTable .qty {
        text-align: center;
        color: #1e1a4c;
    }

    .TotalTable .Total {
        text-align: right;
        color: #1e1a4c;
    }

.GrandTotal p {
    font-size: 18px;
    font-weight: bold;
    color: #1e1a4c;
}

    .GrandTotal p span {
        width: 100px;
        display: inline-block;
    }

.GoldTable {
    display: block;
    clear: both;
    margin-top: 50px;
}

    .GoldTable ul {
        padding: 0px;
        margin: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

        .GoldTable ul li {
            padding: 0px;
            margin: 0px 15px 25px;
            display: block;
        }

            .GoldTable ul li a {
                background-image: url(../images/6Seater.svg);
                display: block;
                background-size: 100%;
                background-repeat: no-repeat;
                min-width: 144px;
                text-align: center;
                min-height: 100px;
                position: relative;
                font-family: 'HelveticaNeueLTStd-BdCn';
                color: #313131;
                font-size: 13px;
                text-transform: uppercase;
                padding-top: 20px;
                background-position: center top;
            }

                .GoldTable ul li a p.Sold-Out {
                    padding: 0px 5px;
                    color: #f05123;
                    width: 60px;
                    margin: 0px auto;
                }

                .GoldTable ul li a.Left-Out {
                    color: #00b1ea;
                }

            .GoldTable ul li span.no-border {
                min-width: 144px;
                display: inline-block;
            }

            .GoldTable ul li.active a, .GoldTable ul li a:hover {
                display: block;
            }

                .GoldTable ul li.active a:after {
                    background-image: url(../images/right.png);
                    width: 15px;
                    height: 15px;
                    content: '';
                    top: -5px;
                    right: 0px;
                    position: absolute;
                    z-index: 5;
                    background-size: cover;
                }
/**/
.Prideview-section {
    display: block;
    background-size: 100%;
    background-image: url(../images/Prideview-About.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 580px;
    padding-top: 50px;
}

.Prideview-Block {
    display: block;
    text-align: justify;
}
/**/
#JoinNow .modal-content {
    float: left;
    width: 100%;
}

#JoinNow .modal-body {
    float: left;
    padding: 0px;
}

.sectionjoinnowpopup {
    display: flex;
    position: relative;
}

.verticalgredient {
    position: absolute;
    width: 3px;
    background: linear-gradient(#f05123, #1b5732);
    height: 100%;
    left: 40%;
}

.LeftModalBody {
    display: flex;
    /*background-image: url(../images/signupbg.jpg);*/
    background-repeat: no-repeat;
    width: 40%;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

    .LeftModalBody .bgvideo {
        position: relative;
        width: 100%;
    }

        .LeftModalBody .bgvideo video {
            position: absolute;
            width: 100%;
        }

.opacitydiv {
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #012d5e;
    z-index: 1;
    opacity: 0.5;
}

#JoinNow .modal-body {
    width: 100%;
}

.RightModalBody {
    width: 60%;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 0px 20px;
    background-image: url(/docs/bawheel.png);
    background-position: right -120px top -120px;
    background-size: 350px;
    background-repeat: no-repeat;
}

.RightModalTitle {
    display: block;
    padding: 0px 0px 15px 0px;
}

.RightModalBody .login-form {
    padding-top: 0px;
}

.RightModalTitle h2 {
    font-size: 32px;
    text-transform: uppercase;
    opacity: .3;
    color: #012d5e;
}

.RightModalTitle h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #012d5e;
}

.RightModalTitle p {
    text-align: justify;
    padding-top: 30px;
}

.login-btn-last {
    /*font-family: HelveticaNeueLTStd-BdCn;*/
}
/**/
#PopUp .item {
    display: block;
    /*max-width: 200px;
    margin: 30px auto 15px;*/
    padding: 0px 20px;
    text-align: left;
}

.sectionjoinnowpopup #PopUp {
    margin-top: 40%;
}

.PopService {
    display: block;
}

    .PopService span {
        font-size: 60px;
        color: #ffffff;
    }

    .PopService p {
        display: block;
        color: #ffffff;
        text-transform: uppercase;
        text-align: left;
    }

#PopUp .owl-dot {
    width: 10px;
    height: 10px;
    background-color: transparent;
    background-image: url(../images/slide-ball.png);
    background-size: cover;
}

    #PopUp .owl-dot.active {
        background-color: transparent;
        background-image: url(../images/slide-ball-orange.png);
    }

#JoinNow .modal-body .close {
    color: #012d5e;
    right: 10px;
    font-size: 28px;
}

.MeraJoshOver {
    position: absolute;
    background-color: rgba(0,0,0, 0.5);
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.MeraJoshclose {
    position: relative;
    top: 45%;
    width: 100px;
    height: 50px;
    background-color: #ffffff;
    background-image: url(../images/border.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    margin: 0px auto;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    color: #1a1a4e;
}


/*@media*/
@media only screen and (max-width:1600px) {
    #Hotstar-Banner {
        background-color: #19315c;
        display: block;
        clear: both;
    }

    .hotsubban h2 {
        font-size: 36px;
    }

    .hotbtext {
        float: left;
        width: 50%;
        padding: 25px 0px;
    }

        .hotbtext p {
            font-size: 30px;
            color: #ffffff;
            margin-bottom: 5px;
        }

            .hotbtext p span {
                background-color: #c33033;
                padding: 0px 10px;
                border-radius: 10px;
                display: inline-block;
            }

    .hotstarbtn {
        float: left;
        width: 50%;
    }

    .hotstarbtn {
        float: left;
        width: 50%;
        padding: 0px;
        text-align: center;
    }

        .hotstarbtn img {
            max-width: 90%;
        }

        .hotstarbtn a {
            background-color: #24874a;
            color: #ffffff;
            text-transform: uppercase;
            padding: 5px 20px;
            margin: 15px auto;
            font-size: 24px;
            font-weight: bold;
            display: block;
            max-width: 90%;
        }

    .banntearm {
        display: block;
        text-align: right;
        padding-right: 15px;
        float: right;
    }

        .banntearm a {
            font-size: 10px;
            color: #61759a;
        }

    .LoveBottom .form-control, .LoveBottom button {
        height: 38px;
    }

    .Performance-Content {
        min-height: 523px;
    }

    .Performance-space {
        padding: 15%;
    }

    ul#IB.nav.nav-tabs, #IB.tab-content {
        min-height: calc(100vh - 35px);
    }

    .LoveCricket {
        min-height: 340px;
    }

    .LoveBlock {
        margin-top: 30px;
    }

    .LoveImages img {
        max-width: 98%;
    }

    .LoveImages {
        margin-top: 4%;
        margin-left: 40%;
    }

    .LoveForm img {
        max-width: 60%;
    }

    .LoveBottom {
        max-width: 80%;
    }
}

@media only screen and (max-width:1500px) {
    .foot-bottom {
        min-height: 435px;
    }

    .stories-box, .stories-box-long {
        max-height: 318px;
    }

    .stories-box-title {
        font-size: 26px;
    }

    .foot-sub {
        min-height: 304px;
    }

    .Visit-content p {
        font-size: 26px;
    }

    .Visit-title h3 {
        font-size: 60px;
    }

    .Restaurant-list ul li {
        min-height: 70px;
        padding: 10px 0px;
        margin: 0px 5px;
        width: 46%;
        font-size: 14px;
    }

    .Restaurant-title h2 {
        font-size: 28px;
        padding: 30px 0px;
        margin-left: 0;
    }

    .Restaurant-list ul li br {
        display: none;
    }

    .Restaurant-block .View-Btn {
        margin-top: -60px;
    }

    #Restaurant .owl-nav {
        left: 0;
        bottom: -17%;
    }
}

@media only screen and (max-width:1400px) {
    .stories-box-title {
        font-size: 24px;
    }

    .stories-box, .stories-box-long {
        max-height: 298px;
    }

    .col-xs-5.col-sm-5.col-md-6.top-bat {
        width: 45%;
    }

    .col-xs-7.col-sm-7.col-md-6.top-bat-sec {
        width: 55%;
    }

    .foot-bottom {
        min-height: 414px;
    }

    .foot-sub {
        min-height: 284px;
    }

    .sub-button {
        min-width: 420px;
    }

    .sub-foot-form h5 {
        font-size: 46px;
    }

    .Visit-content p {
        margin-bottom: 30px;
    }

    .Visit-title h3 {
        font-size: 50px;
    }

    .filter-back-top.search-blue {
        min-width: 200px;
    }

    .asRange {
        width: 200px;
    }

    .search-filter-top input {
        font-size: 18px;
    }

    .search-filter-top:after {
        width: 25px;
        height: 25px;
    }

    .FM-CEO-Nisha {
        min-height: 430px;
    }

    .FM-CEO-Content {
        max-width: 700px;
        font-size: 18px;
    }

    .FM-CEO {
        margin-top: 5%;
    }

    .block-found {
        margin-top: 0px;
    }

    .not-bottom-form h4 {
        font-size: 36px;
    }

    .not-bottom-form h5 {
        font-size: 46px;
    }

    .not-bottom .form-control {
        min-width: 250px;
    }

    .Match-Detail-caption {
        left: 10%;
    }

    .Ticket-Box {
        right: 9%;
    }

    .Victoria-logo img {
        max-width: 150px;
    }

    .Performance-Content {
        min-height: 447px;
    }

    .Performance-space {
        padding: 8%;
    }

    .Partner-Caption h1 {
        font-size: 50px;
    }

    .Delivery-Caption h1 {
        font-size: 36px;
    }

    .Summer-Section {
        background-size: contain;
    }

    .Photo-Cont-Left {
        margin-left: 0%;
        padding: 95px 50px;
    }

    .Photo-Cont-Right {
        padding: 110px 50px;
    }

    .India-Section {
        background-size: contain;
    }

    .Prideview-section {
        min-height: 520px;
    }
}

@media only screen and (min-width : 1025px) {
    .foot-logo-box {
        display: block;
    }

    .foot-logo-slide {
        display: none;
    }
}

@media only screen and (max-width : 1024px) {
    .loyalty-col .l-content {
        padding: 15px;
    }

        .loyalty-col .l-content p {
            font-size: 20px;
        }

    .PreMatch {
        padding: 30px 0px 20px;
    }

    .hotsubban {
        margin-top: 5px;
    }

        .hotsubban h2 {
            font-size: 22px;
        }

    .Hotstar-Content {
        padding: 45px 15px;
    }

        .Hotstar-Content .btn-orange {
            font-size: 16px;
        }

        .Hotstar-Content p {
            font-size: 16px;
        }

        .Hotstar-Content h3 {
            font-size: 30px;
        }

    ul.MapBoxesList li {
        max-width: 135px;
    }

    .Guides-Box h3 {
        font-size: 11px;
    }

    .Guides-Box p {
        font-size: 10px;
    }

    .Eanhance-Section {
        padding: 50px 0px 80px 0px;
    }

    .Guides-Section {
        padding: 0px 0px 40px 0px;
    }

    .Lucky-Section {
        margin: 0px;
    }

    #Pre-Parties {
        margin: 0px 0px 30px;
    }

    .Cotton-map {
        margin: 30px 0px 0px;
    }

    .awards .banner-form .btn.btn-primary {
        font-size: 14px;
        padding: 5px 15px;
    }

    .awards .membership-text-banner {
        padding: 2% 0%;
    }

    .foot-logo-box {
        display: none;
    }

    .foot-list ul li a {
        font-size: 14px;
    }

    .text-here {
        width: 84%;
    }

    .Intern-form .fmr-number {
        max-width: 80%;
    }

    .top-border {
        background-image: url(../images/top-border.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 3px;
        width: 100%;
        clear: both;
    }

    .thanks-mesg {
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 23px;
    }

    .thanks-mesg {
        font-size: 18px;
    }

    #foot-logos {
        padding: 10px 0px;
    }

    .foot-logo-slide {
        display: block;
    }

    #foot-logos .owl-item.active.center .item {
        transform: scale(1);
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    #foot-logos .owl-item .item {
        transform: scale(.5);
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .Views-list ul li a {
        font-size: 12px;
    }

    .card-caption h3 {
        font-size: 20px;
    }

    .search-filter input {
        font-size: 16px;
    }

    .ftp-views-list ul li a {
        font-size: 14px;
    }

    .ftp-caption h3 {
        font-size: 18px;
    }

    .ftp-caption .ftp-tag-line {
        font-size: 16px;
    }

    .navbar-brand > img {
        max-width: 230px;
    }

    .header-bottom .navbar-collapse ul li a.poll-btn {
        padding: 12px 0px;
        width: 160px;
    }

    #IccTab.nav-tabs > li > a {
        padding: 15px;
    }

    .visit-box {
        padding: 25px;
    }

    .Visit-tag p {
        font-size: 28px;
    }

    .Visit-title h3 {
        font-size: 36px;
    }

    .Visit-content .btn {
        font-size: 18px;
    }

    .Visit-content {
        padding: 0px;
    }

    .enhance-poopup-read {
        bottom: 5px;
        padding: 5px;
    }

    #IccTab-list.nav-tabs > li > a {
        font-size: 14px;
        padding: 15px;
    }

    .xs-filter-main {
        padding-top: 15px;
    }

    #IccTab-list.nav-tabs > li > a {
        padding: 8px;
    }

        #IccTab-list.nav-tabs > li > a span.text {
            font-size: 16px;
        }

    #IccTab.nav-tabs > li > a span.text {
        font-size: 14px;
    }

    .iccexprrience a i.fa {
        display: none;
    }

    #IccPopTab.nav-tabs > li > a span {
        font-size: 16px;
    }

    #IccTab-list.nav-tabs > li > a span {
        font-size: 36px;
    }

    .quntity-number {
        width: 90px;
    }

    #mySidenav {
        display: block;
    }

    .Transportation-box, .Travel-box {
        width: 99%;
    }

    .London-title h2 {
        font-size: 32px;
    }

    .lolo-top-sights .lolo-top-sight-content p {
        min-height: 90px;
    }

    .Our-Favourite-block, .About-London {
        margin: 30px 0px;
    }

    .Travel-tips-block, .London-title {
        padding: 15px 0px;
    }

    #Transportation, .Transportation-block, #Travel-tip {
        padding: 30px 0px;
    }

    #Experiences, #Our-Favourite {
        padding-top: 30px;
    }

    .Tab-card-title h3 span {
        font-size: 20px;
    }

    .Tab-card {
        margin: 0px;
    }

    .Icc-title {
        margin: 20px 0px;
    }

        .Icc-title h2 {
            font-size: 30px;
        }

    .Icc-title {
        margin: 0px 0px 30px;
    }
    /*Billion Banner*/
    .Billion-Bottom h1 {
        font-size: 34px;
    }

    .header-bottom .navbar-collapse ul li.web-cart .badge {
        left: 20px;
        top: -9px;
    }
    /*not-found*/
    .not-mesg {
        font-size: 18px;
    }

    .not-bottom-form h5 {
        font-size: 46px;
    }
    /**/
    .top-scoreboard .tab-content {
        padding: 5px 15px 0px 15px;
    }

    ul.team-top-list li span img {
        width: 40px;
        height: 40px;
    }

    .Map-Icon-Content {
        right: 75%;
    }

    .Map-Icon img {
        width: 40px;
    }

    .Map-Icon-Content:after {
        top: 10%;
    }

    .Map-Icon {
        top: 43%;
        left: 57.6%;
    }
    /**/
    .Match-Detail-caption {
        left: 2%;
    }

    .Ticket-Box {
        right: 3%;
    }

    .Match-Detail-caption h1 span {
        font-size: 22px;
    }

    .Match-Detail-caption h1 {
        font-size: 32px;
    }

    .Match-Detail-caption p {
        font-size: 16px;
    }

    .Ticket-Box-title h2 {
        font-size: 22px;
    }

    .Book-btn a, .price-top {
        font-size: 20px;
    }

    .Ticket-Box {
        min-width: 280px;
    }

    .About-Packege-Title h2 {
        font-size: 28px;
    }

    .About-Packege-Section {
        padding: 30px 0px;
    }

    .About-Packege-Title {
        margin: 10px 0px 20px;
    }

    .Grey-style {
        margin: 30px 0px;
    }

    .Hiland-Suites-Section .About-Packege-Title h2 img {
        width: 50px;
    }

    .Attractions-Content h3 {
        font-size: 18px;
    }

    .Attractions-Section {
        padding: 30px 0px;
    }
    /**/
    .Select-Tour-caption h1 {
        font-size: 40px;
    }

    .tour-content-box h3 {
        font-size: 18px;
    }

    .Sub-line {
        font-size: 14px;
    }

    .Inclusion-List {
        left: 0px;
    }

        .Inclusion-List ul li {
            margin: 0px 15px;
        }

            .Inclusion-List ul li span {
                font-size: 24px;
            }

        .Inclusion-List ul li {
            line-height: 40px;
        }

    .tour-packages-list ul li {
        line-height: 24px;
        padding-left: 20px;
    }

        .tour-packages-list ul li:after {
            width: 15px;
            height: 15px;
        }

    .Customise-Section {
        padding: 30px 0px;
    }

    .trips_curve img {
        width: 80px;
    }

    .trips_curve {
        height: 50px;
        max-width: 215px;
    }

    .Section-Title {
        margin: 30px 0px;
    }

        .Section-Title h2 {
            font-size: 30px;
        }

    .Want-Section .Why-Choose-Section, .Why-Choose-Section, .Undiscover-Section, .Future-Tours-Section, .SA-to-India-Section {
        padding: 30px 0px;
    }

    #Sa-To-India {
        margin: 30px 0px;
    }

    #Future-Tours .main-testimonial {
        font-size: 14px;
        padding-top: 10%;
    }

    #Future-Tours .slider-testimonial-second {
        width: 290px;
        height: 290px;
    }

    #Future-Tours .back-name-img {
        width: 80px;
        height: 80px;
    }

    #Future-Tours .name-img {
        width: 60px;
        height: 60px;
        left: 10px;
        bottom: 10px;
    }
    /**/
    .Happy-Content img {
        max-width: 150px;
    }

    .Happy-Content h3 {
        font-size: 24px;
    }

    .itinerary-prices-box {
        display: block;
    }

    .iti-dashed {
        display: block;
    }

    .itin-content {
        padding-left: 9%;
    }

    .itin-box-content {
        padding-left: 12%;
    }
    /**/
    .IPL-Things-Section, .IPL-Tour-Section, .IPL-Section {
        padding: 30px 0px;
    }

    .IPL-caption h3 {
        font-size: 24px;
    }

    .IPL-views-list ul li a {
        font-size: 14px;
    }

    .Book-title h2 {
        font-size: 24px;
    }

    .Book-slogun {
        font-size: 18px;
    }

    .Book-Section-Center, .Book-Section, .book-content {
        padding: 30px 0px;
    }
    /**/
    .Get-Ready-Section {
        padding: 30px 0px;
    }

    ul.Related-card-list {
        font-size: 12px;
    }

    .lion-col img {
        max-width: 100px;
    }
    /**/
    .Our-Fan-Experience {
        padding: 20px 0px 0px;
    }

    .Milestone-section, .Jeetega-section, .what-other-say {
        padding: 30px 0px;
    }

    .loadmore, .jitega-block a {
        min-width: inherit;
        font-size: 15px;
        padding: 5px 10px;
    }

    .mile-content h2 {
        font-size: 18px;
    }

    .slider-say-second {
        width: 330px;
        height: 330px;
    }

    .main-say {
        padding-top: 15%;
        text-align: center;
    }

        .main-say h2 {
            font-size: 24px;
        }

    #other-say .say-name-person {
        left: 13px;
        bottom: 13px;
    }

    #other-say .say-name-img {
        bottom: 50px;
        position: relative;
    }

    .career-title h3 {
        font-size: 24px;
    }

    .Gala-caption h1 {
        font-size: 24px;
    }
    /**/
    .experience_selection .ap-aa {
        font-size: 15px;
    }

    .make-a-payment a {
        padding: 20px 50px;
    }

    .caredit-card-details form {
        width: 100%;
    }

    #showing__a {
        padding: 30px 0px;
    }

    .check_product_right {
        margin-top: -20%;
    }

    .Want-Section, .Red-Section, .AllThis-section, #Upcoming-section {
        padding: 30px 0px;
    }

    .AllThis-block p {
        padding-bottom: 30px;
    }

    .RedFm-logo img {
        max-width: 150px;
    }

    .Bottom-star {
        margin: 30px 0px;
    }

    .our-loyalty {
        margin: 30px 0px;
    }

    .latest-box img {
        max-width: 120px;
    }

    .latest-content h3 {
        font-size: 20px;
    }

    .latest-content {
        margin-left: 20px;
    }

    .latest-box {
        margin: 30px 35px;
    }

    .BKS-Bottom-Section {
        min-height: 200px;
    }

    .Cal-Box, .Event-loc-Box {
        min-height: 100px;
    }

    .m-con {
        margin-left: 34%;
    }

        .m-con h3 {
            font-size: 24px;
        }

        .m-con p {
            font-size: 18px;
        }

    .Performance-Content h2 {
        font-size: 30px;
    }

    .Performance-space {
        padding: 5.1% 8%;
    }

    .Performance-Content h3 {
        font-size: 24px;
    }

    .Performance-Content .slogun {
        font-size: 18px;
        margin-bottom: 28px;
    }

    .Performance-Content:before {
        top: 35%;
    }

    .Performance-Content:after {
        top: 40%;
    }

    .Victoria-logo img {
        max-width: 150px;
    }

    #Upcoming-section .owl-dot {
        width: 15px;
        height: 15px;
        background-color: transparent;
    }

    .Balcony-seat ul li a {
        min-height: 80px;
        min-width: 118px;
        padding-top: 15px;
        font-size: 11px;
    }

        .Balcony-seat ul li a p.Sold-Out {
            width: 50px;
        }

    .Balcony-seat ul li span.no-border {
        min-width: 118px;
    }

    .Part-Img {
        min-height: 144px;
    }

    .Part-Box {
        min-width: 100%;
    }

    .Partner-Caption h1 {
        font-size: 36px;
    }

    .Part-Cont h2 {
        font-size: 24px;
    }

    .CocaCola-Box {
        padding: 0px;
    }

        .CocaCola-Box h4 {
            margin-bottom: 15px;
        }

        .CocaCola-Box p {
            margin-bottom: 15px;
        }

    .Result-Msg h4 {
        font-size: 24px;
    }

    .Delivery-Caption h1 {
        font-size: 30px;
    }

    .Delivery-Caption {
        max-width: 520px;
    }

    .Collecting-Section, .Preferred-Section {
        padding: 30px 0px;
    }

    .Part-Cont {
        min-width: 180px;
    }

    .Performance-Content {
        min-height: 338px;
    }

    .Puma-Content, .Divine-Section, .Summer-Section {
        padding: 30px 0px;
    }

    .summer-content {
        margin-bottom: 30px;
    }

    .Photo-Cont-Right {
        padding: 75px 20px;
    }

    .Photo-Cont-Left {
        padding: 45px;
    }

    .Anthem-Box {
        padding: 40px;
    }

    .India-Section {
        background-color: #8e0a66;
        background-size: cover;
        padding: 30px 0px;
    }

    .Artist-Box p {
        margin-bottom: 15px;
    }

    .Artist-Box h3, .Artist-Box h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .Artist-Box h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .Section-Title img {
        max-width: 250px;
    }

    .FM-CEO-Content {
        max-width: 550px;
        font-size: 15px;
        margin-top: 10%;
    }

    .FM-CEO {
        margin-top: 4%;
    }

    .FM-CEO-Nisha {
        min-height: 330px;
    }

    #Future-Tours .owl-dot, #Sa-To-India .owl-dot {
        width: 10px;
        height: 10px;
    }

    .Gully-Boy-Section p {
        font-size: 20px;
    }

    .Gully-Boy-Section {
        padding: 30px 0px;
    }

    .IB-Videos {
        width: 100%;
        min-height: 296px;
    }

    #IB.tab-content, ul#IB.nav.nav-tabs {
        min-height: calc(100vh);
    }

    .IND-Pckage ul li:last-child:before {
        font-size: 18px;
        left: -10px;
    }

    .IND-Pckage ul li:after {
        font-size: 18px;
        left: -9px;
    }

    .INDPK {
        min-height: inherit;
    }

        .INDPK i {
            font-size: 48px;
        }

        .INDPK h3 {
            font-size: 16px;
            margin-top: 5px;
        }

    .INDPK-left p, .INDPK-rigth p {
        font-size: 18px;
    }

    .INDPK p {
        font-size: 12px;
    }

    .LoveBottom {
        max-width: 90%;
    }

    .LoveCricket {
        min-height: 260px;
    }

    .LoveBottom {
        max-width: 100%;
    }

    .LoveBlock {
        margin-top: 29px;
    }

    .LoveForm img {
        max-width: 58%;
    }

    .LoveBottom .form-control {
        height: 30px;
    }

    .LoveBottom button {
        padding: 15px 25px;
        height: auto;
    }

    .article-intro h2 {
        font-size: 24px;
    }

    .hotbtext {
        padding: 30px 0px;
    }

        .hotbtext p {
            font-size: 22px;
        }

            .hotbtext p span {
                border-radius: 8%;
            }

    .hotstarbtn img {
        max-width: 85%;
    }

    .hotstarbtn a {
        max-width: 85%;
        font-size: 16px;
        padding: 5px 15px;
    }

    .PumaPartner img {
        max-width: 80%;
    }

    .GoldTable ul li span.no-border {
        min-width: 110px;
    }

    .GoldTable ul li a {
        min-height: 80px;
        min-width: 110px;
        padding-top: 15px;
        font-size: 11px;
    }

        .GoldTable ul li a p.Sold-Out {
            width: 50px;
        }

    .inclusionMenu ul li, .inclusionFree ul li {
        max-width: 48%;
    }

    .Prideview-section {
        min-height: 500px;
        padding-top: 30px;
    }
}

@media only screen and (max-width : 812px) {
    .LoyaltyNew, .RespectNew, .PassionNew {
        width: 100px !important;
    }

    .loyalty-col .l-content p {
        font-size: 16px;
    }

    .inclusionMenu, .inclusionFree {
        margin: 0px auto;
        text-align: center;
    }

        .inclusionMenu ul li, .inclusionFree ul li {
            max-width: 46%;
        }

    .inclusion ul li {
        max-width: 48%;
    }

    .YourDetail {
        padding: 30px 0px;
    }

    .TotalBGP p {
        font-size: 24px;
    }

        .TotalBGP p span {
            font-size: 40px;
        }

    .GoldTable ul li a p.Sold-Out {
        width: 45px;
    }

    .GoldTable ul li {
        margin: 0px 5px 25px;
    }

    .hotsubban h2 {
        font-size: 18px;
    }

    .hotbtext {
        width: 45%;
        padding: 20px 0px 0px;
    }

    .hotstarbtn {
        padding: 15px 0px 0px;
    }

    .hotbtext p {
        font-size: 16px;
    }

        .hotbtext p span {
            border-radius: 5%;
        }

    .hotstarbtn img {
        max-width: 80%;
    }

    .hotstarbtn a {
        max-width: 80%;
        font-size: 14px;
        padding: 5px 15px;
        margin: 5px auto;
    }

    ul.MapBoxesList li {
        max-width: 150px;
    }

    .Eanhance-Section {
        padding: 30px 0px 50px 0px;
    }

    .HiCont-Box h2 {
        font-size: 24px;
    }

    .FM-CEO-Nisha {
        min-height: 250px;
    }

    .FM-CEO-Content {
        max-width: 415px;
        font-size: 12px;
    }

    .FM-CEO {
        margin-top: 2%;
    }

    .Balcony-seat ul li a p.Sold-Out {
        width: 45px;
    }

    .Balcony-seat ul li a {
        min-width: 98px;
        font-size: 9px;
        min-height: 66px;
        padding-top: 15px;
    }

    .Balcony-seat ul li span.no-border {
        min-width: 98px;
    }
    /*not-found*/
    .not-mesg {
        font-size: 14px;
    }

    .ftp-caption h3 {
        font-size: 18px;
    }

    .ftp-caption .ftp-tag-line {
        font-size: 14px;
    }

    .ftp-caption p {
        font-size: 14px;
    }

    .ftp-views-list ul li a {
        font-size: 10px;
    }

        .ftp-views-list ul li a img {
            width: 15px !important;
            height: 15px !important;
        }

    .ftp-views-list ul li:last-child {
        float: none;
    }

    .Menu-title {
        display: block;
        position: absolute;
        right: 8%;
        top: 25%;
    }

    a.poll-btn img {
        width: 25px;
        margin-top: -5px;
    }

    .Cart-mob {
        font-size: 24px;
    }

    .navbar-brand {
        text-align: center;
        display: block;
        margin-bottom: 5px;
    }

    ul.mob-social {
        display: block;
        position: absolute;
        padding: 0px;
        margin: 0px;
        list-style: none;
        top: 25%;
        left: 3%;
    }

        ul.mob-social li {
            display: inline-block;
        }

            ul.mob-social li a {
                font-size: 14px;
                color: #666666;
                padding: 0px 5px;
            }

    .top-bat-sec .header-social ul li:nth-child(1) :after {
        content: normal;
    }

    .country_selector-top button {
        padding: 12px 5px;
    }

    .top-bat-sec ul li:nth-child(2) {
        margin-right: 0px;
    }

    .Sponsors-banner {
        margin-top: 50px;
    }

    .navbar-brand > img {
        max-width: 230px;
        margin: auto;
    }

    ul.Developed li:last-child {
        float: none;
    }

    #IccTab.nav-tabs > li > a span {
        font-size: 22px;
    }

    #IccTab.nav-tabs > li > a {
        font-size: 14px;
        padding: 10px 10px;
    }

    #testimonial {
        padding: 50px 0px;
    }

        #testimonial .popular-title h2 {
            font-size: 36px;
        }

    .Icc-title h2 {
        font-size: 28px;
    }

    .Visit-tag {
        padding: 0px;
    }

        .Visit-tag p {
            font-size: 22px;
        }

        .Visit-tag p {
            font-size: 24px;
        }

    #IccTab-list.nav-tabs > li > a {
        font-size: 12px;
        padding: 5px;
    }

    #filter {
        padding: 0px;
    }

    .Icc-title {
        margin: 15px 30px;
    }

    #IccPopTab.nav-tabs > li > a {
        font-size: 16px;
    }

    #IccTab.nav-tabs > li > a span.text {
        font-size: 14px;
    }

    #IccTab-list.nav-tabs > li > a span.text {
        font-size: 12px;
    }

    #IccTab-list.nav-tabs > li > a span {
        font-size: 30px;
    }

    .London-title h2 {
        font-size: 28px;
    }

        .London-title h2:after, .London-title h2:before {
            height: 2px;
        }

    .lolo-top-sights .lolo-top-sight-content p {
        min-height: 70px;
    }

    .product-packages {
        min-height: inherit;
        display: flex;
    }

    .Cart-mob {
        color: #f05123;
        margin-right: 15px;
        position: relative;
    }

    .Menu-title .badge {
        background-color: #1b2a46;
        top: 0px;
        position: absolute;
        right: -4px;
        font-size: 9px;
        padding: 1px 5px 3px;
    }

    .filter-xs-btn {
        position: fixed;
        bottom: 0px;
        right: 0px;
        z-index: 11111;
        padding-bottom: 12px;
        width: auto;
    }

    .btn.btn-startbanners {
        background-color: #ffffff;
        color: #f05123;
    }

    .mob-stump {
        display: inline-block;
    }

    .de-stump {
        display: none;
    }

    .Iccc-block {
        margin: 0px 0px 30px;
    }
    /*Billion Banner*/
    .Billion-Bottom h1 {
        font-size: 34px;
    }

    .Map-Icon {
        top: 39%;
        left: 56.8%;
    }

    .Contact-Form {
        max-width: 100%;
    }
    /**/
    .About-Match-Section {
        margin: 15px 0px;
    }

    .Title-style:before {
        max-width: 12%;
    }

    ul.Package-features-list li img {
        width: 25px;
    }

    .Attractions-Content h3 {
        font-size: 16px;
    }

    .Related-Tour-Section {
        margin: 30px 0px;
    }

    .Related-Tour-Content h3 {
        font-size: 16px;
    }

    #Hiland-Suites .owl-dot {
        width: 10px;
        height: 10px;
    }

    .About-City {
        display: block;
    }
    /**/
    .tours-content {
        width: 80%;
    }

    .tour-img-box {
        width: 20%;
    }

    .tours-content {
        padding-bottom: 30px;
    }

    .Card-Package-Bottom p {
        font-size: 12px;
    }

    .tour-content-box h3 {
        font-size: 16px;
    }

    .Sub-line {
        font-size: 12px;
    }

    .tour-packages-list ul li {
        font-size: 14px;
    }

    .Inclusion-List ul li span {
        font-size: 20px;
    }

    .Customize-Btn a {
        font-size: 14px;
        padding: 10px;
    }

    .Customise-Packages-Section {
        margin: 15px 0px 30px;
    }

    .Select-Tour-caption h1 {
        font-size: 34px;
    }
    /**/
    #Future-Tours .slider-testimonial-second {
        width: 226px;
        height: 226px;
    }

    .slider-testimonial-second:before {
        left: 30px;
        width: 30px;
        height: 30px;
        background-size: cover;
    }

    .slider-testimonial-second:after {
        right: 30px;
        width: 30px;
        height: 30px;
        background-size: cover;
    }

    #Future-Tours .main-testimonial h2 {
        font-size: 18px;
    }

    #Future-Tours .main-testimonial {
        padding: 0px;
        width: 100%;
    }

    .Section-Title h2 {
        font-size: 24px;
    }

    .Undiscover-Section-Content {
        padding: 0px;
    }
    /**/
    .itinerary-prices-box {
        display: block;
    }

    .itinerary-header h2 {
        font-size: 20px;
    }

    .city-title {
        font-size: 24px;
    }

    .transfer-wrapper, .itin-content {
        padding-left: 11%;
    }

    .itin-box-content {
        padding-left: 15%;
    }

    .iti-dashed {
        display: block;
    }
    /**/
    #pdfModal .modal-header h4 {
        font-size: 20px;
    }

    .my-width {
        max-width: 100%;
        min-height: inherit;
    }

    #Courier .modal-header h4, #verifive .modal-header h4 {
        font-size: 20px;
    }

    #SSNSeriag, #SSNArea, #SSNSerial, #SSNGroup {
        width: 30px;
    }

    .Book-Btn-block .btn-orange, .Book-Btn-block .btn.btn-primary {
        font-size: 12px;
        padding: 4px 8px;
    }

    .courier {
        padding-left: 42%;
    }
    /**/
    .Radio-card-title h3 {
        font-size: 20px;
    }

    .tcal img {
        width: 20px;
    }

    .Card-Section {
        padding: 30px 0px;
    }

    .Why-Choos-Box-content p {
        font-size: 15px;
    }

    .Why-Choos-icon-box h3, .Why-Choos-Box-content h3 {
        font-size: 18px;
    }

    .Why-Choos-icon-box img {
        max-width: 150px;
    }
    /**/
    .image-preview-input {
        padding: 6px 15px;
    }

    #enquiry .form-control {
        height: 50px;
    }

    .check_product_right {
        margin: 0px;
    }

    #ViewCart .modal-body .close {
        top: 0;
        right: 5px;
    }

    #ViewCart .modal-body {
        padding: 0px;
    }

    .latest-box img {
        max-width: 100px;
    }

    .latest-content h3 {
        font-size: 18px;
    }

    .latest-content {
        margin-left: 15px;
    }

    .latest-box {
        margin: 15px 20px;
        padding: 15px;
    }

    .latest-content .btn-primary {
        min-width: inherit;
        margin-top: 5px;
        padding: 6px 12px;
    }

    .quize-img {
        text-align: center;
        margin-bottom: 15px;
    }

    .Balcony ul li {
        min-width: 200px;
    }

    .Cal-Box, .Event-loc-Box {
        min-height: 90px;
    }

    .BKS-Bottom-Section {
        min-height: 170px;
    }

    .Performance-Content:after {
        top: auto;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
        bottom: 90%;
    }

    .Performance-Content:before {
        text-align: center;
        border-bottom: 50px solid #ac177f;
        border-right: 50px solid transparent;
        border-left: 50px solid transparent;
        border-top: 50px solid transparent;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0px;
        bottom: 100%;
    }

    .Victoria-logo img {
        max-width: 100px;
    }

    #Nextcellular .owl-dot, #Event .owl-dot, #Upcoming-section .owl-dot, #HeaderBannercarousel .owl-dot {
        width: 10px;
        height: 10px;
    }

    .Event-Section {
        padding: 0px 0px 30px;
    }

    .Victoria-Section {
        padding: 30px 0px;
    }

    ul#IB.nav-tabs > li > a {
        padding: 8px 5px;
    }

        ul#IB.nav-tabs > li > a span {
            margin-right: 5px;
            width: 20px;
        }

    #IB.tab-content .tab-pane h3 {
        font-size: 24px;
    }

    .IB-Section {
        padding: 50px 0px;
    }

    .Sponsor-Section {
        padding: 0px;
    }

    .Balcony-seat ul li {
        margin: 0px 5px 25px;
    }

    .Partner-Caption {
        left: 3%;
    }

    .Partner-Section {
        padding: 30px 0px;
    }

    .Officeal-Box h2 {
        font-size: 24px;
    }

    .HiCont-Section, .CocaCola-Section {
        padding: 30px 0px 0px;
    }

    .HiCont-Box h2, .CocaCola-Box h2 {
        font-size: 20px;
    }

    .HiCont-Box h4, .CocaCola-Box h4 {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .HiCont-Box p, .CocaCola-Box p {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .Delivery-Caption h1 {
        font-size: 24px;
    }

    .Delivery-Caption {
        max-width: 450px;
    }

    .Part-Cont {
        min-width: 224px;
    }

    .Collecting .table > thead > tr > th:nth-child(2) {
        width: 25%;
    }

    .Collecting .table > thead > tr > th {
        font-size: 16px;
    }

    .Collecting .table > tbody > tr > td {
        font-size: 14px;
    }

    .ib-con-list ul li {
        line-height: 28px;
    }

    .Photo-Cont-Left {
        padding: 20px;
    }

    .Photo-Cont-Right {
        padding: 50px 20px;
    }

        .Photo-Cont-Right h2 {
            font-size: 20px;
        }

        .Photo-Cont-Left p, .Photo-Cont-Right p {
            font-size: 14px;
        }

    .India-Section {
        background-size: cover;
        padding: 30px 0px;
    }

    .Anthem-Box {
        padding: 15px;
        min-height: 266px;
    }

    .Artist-Box {
        padding: 0px;
    }

    .vover h3 {
        font-size: 20px;
    }

    .Section-Title img {
        max-width: 200px;
    }

    .annual-awards-section {
        padding: 0px;
        margin-bottom: 15px;
    }

    .awards-title h2 {
        width: 85%;
    }

    .col-xs-6.col-md-3.awards-item {
        max-width: 25%;
    }

    .thanks-mesg {
        font-size: 14px;
    }

    .f-1, .f-3 {
        width: 120px;
    }

    .f-2 {
        width: 50px;
    }

    ul.links-list li a, ul.links-list li:last-child p, ul.Developed li p {
        font-size: 14px;
        text-align: center;
    }

    .foot-list ul li a {
        padding: 10px 8px;
        font-size: 12px;
    }

    ul.foo-logo-list li {
        max-width: 140px;
    }
    /**stories**/
    .stories-bor-box h3 {
        font-size: 20px;
    }

    .stories-bor-box p {
        font-size: 14px;
    }

    .Intern-form .fmr-number {
        max-width: 74%;
    }

    .text-here {
        width: 80%;
    }

    .Intern-content h3 {
        font-size: 20px;
    }

    ul.Intern-content-list h3 {
        font-size: 16px;
    }

    .card-caption h3 {
        font-size: 14px;
        height: 35px;
    }

    .card-caption .tag-line {
        font-size: 14px;
    }

    .card-caption p {
        font-size: 14px;
    }

    .Views-list ul li a {
        font-size: 8px;
    }

        .Views-list ul li a img {
            width: 15px !important;
            height: 15px !important;
        }

    .Views-list ul li:last-child {
        padding-top: 5px;
    }

    .IB-Videos {
        width: 100%;
        min-height: 290px;
    }

    #IB.tab-content, ul#IB.nav.nav-tabs {
        min-height: calc(100vh);
    }

    .IND-Pckage ul li:last-child:before {
        font-size: 14px;
        left: -8px;
    }

    .IND-Pckage ul li:after {
        font-size: 12px;
        left: -7px;
    }

    .INDPK p {
        font-size: 10px;
    }

    .INDPK i {
        font-size: 36px;
    }

    .INDPK-left span, .INDPK-rigth span {
        font-size: 26px;
    }

    .INDPK h3 {
        font-size: 14px;
        margin-top: 5px;
    }

    .INDPK-left p, .INDPK-rigth p {
        font-size: 16px;
    }

    .Organ-Section, .NHS-Section {
        padding: 30px 0px;
    }

    .OrganBanner {
        margin: 0px 0px 20px 0px;
    }

    .LoveCricket {
        background-size: 100% 100%;
        padding-bottom: 30px;
    }

    .LoveImages {
        margin-top: 2%;
        margin-left: 10%;
    }

        .LoveForm img, .LoveImages img {
            max-width: 100%;
        }

    .LoveBlock {
        margin-top: 7px;
    }

    .Guides-Box {
        margin-bottom: 20px;
    }

        .Guides-Box h3 {
            font-size: 12px;
        }

        .Guides-Box p {
            font-size: 11px;
        }

        .Guides-Box [type="checkbox"]:checked + label:after, .Guides-Box [type="checkbox"]:not(:checked) + label:after, .Guides-Box [type="checkbox"]:checked + label:before, .Guides-Box [type="checkbox"]:not(:checked) + label:before {
            width: 20px;
            height: 20px;
            bottom: -22px;
        }

    .Guides-Section {
        padding: 0px 0px 30px 0px;
    }

    .PumaPartner img {
        max-width: 70%;
    }

    .Prideview-section {
        min-height: 400px;
    }

    #JoinNow .modal-dialog {
        width: 700px;
    }

    .LeftModalBody, .RightModalBody {
        min-height: 517px;
    }

    .RightModalBody {
        padding: 0% 5%;
    }
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-number-signup .divphonewithcode .cc-picker {
        top: 0px;
        position: absolute;
        height: 100%;
    }

    .cc-picker-code-select-enabled {
        /*height: 32px;
        line-height: 32px;*/
    }

    .divphonewithcode .cc-picker-code-select-enabled {
        line-height: 40px;
    }

    .cc-picker-code-select-enabled::after {
        /*top: 13px;*/
    }

    .divphonewithcode .cc-picker-code-select-enabled::after {
        top: 17px;
    }

    .select2-container .select2-selection--single {
        height: 32px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 32px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 32px;
    }
}

@media only screen and (max-width : 767px) {
    #JoinNow .modal-dialog {
        width: auto;
    }

    .PopService .benefits__membershp {
        width: 100% !important;
    }

    .LeftModalBody {
        /*background-image: url(../images/msignupbg.jpg);*/
        min-height: inherit;
        width: 100%;
    }

    .sectionjoinnowpopup #PopUp {
        margin-top: 30px;
    }

    #PopUp .item {
        /*max-width: 250px;
        margin: 0px auto;*/
    }

    .PopService span {
        font-size: 50px;
    }

    .PopService p {
        font-size: 14px;
    }

    #JoinNow .modal-body .close {
        color: #ffffff;
    }

    .Prideview-section {
        padding-top: 0px;
    }

    .SmallTitle {
        padding: 15px 0px;
    }

    .TotalTable {
        font-size: 14px;
    }

    .GrandTotal p {
        font-size: 16px;
    }

    .PreMatch {
        padding: 15px 0px;
    }

    .PumaPartner {
        position: relative;
        left: 0px;
        right: 0px;
        margin: 0px auto;
        text-align: center;
    }

        .PumaPartner img {
            max-width: 40%;
            margin-bottom: 15px;
        }

    .Divine-Logo img {
        max-width: 150px;
    }

    .Eanhance-Section {
        padding: 15px 0px;
    }

    .Lucky-Section {
        margin: 0px;
    }

    .Lucky-Content {
        padding-bottom: 15px;
    }

    .FM-CEO-Nisha {
        background-image: none;
        background-color: #1c2845;
        min-height: 100%;
        margin-bottom: 2%;
    }

    .FM-CEO {
        background-color: #ffffff;
        display: inline-block;
        padding: 2px 5px;
        margin-left: 0%;
    }

    .FM-CEO-Content {
        padding: 15px;
        margin: 0px;
    }

    .Fm-Nisha-Top {
        width: 100%;
        height: 50px;
        background-image: url(../images/quote-top.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .Fm-Nisha-Center {
        width: 100%;
        height: 100%;
        background-image: url(../images/quote-Center.jpg);
        background-size: 100%;
    }

    .Fm-Nisha-Bottom {
        width: 100%;
        height: 50px;
        background-image: url(../images/quote-bottom.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
    }

    #Pre-Parties {
        margin: 0px 0px 15px;
    }

    .Cotton-map {
        margin: 15px 0px 0px;
    }

    #T20-Banner {
        margin-top: 50px;
    }

    .Get-Ready-Section {
        padding: 15px 0px;
    }

    .ftp-caption h3 {
        font-size: 18px;
        height: inherit;
    }

    .ftp-views-list ul li a {
        font-size: 12px;
    }

    .ftp-caption .ftp-tag-line {
        font-size: 14px;
    }

    .head-banner {
        text-align: center;
    }

    .navbar-brand > img {
        display: inline-block;
    }

    .Menu-title {
        right: 12%;
        top: 18%;
    }

    a.poll-btn img {
        width: 22px;
        margin-top: 0px;
    }

    .Cart-mob {
        font-size: 20px;
        margin-right: 3px;
    }

    #myCarousel {
        margin-top: 12%;
    }

    .country_selector-top button {
        padding: 0px 5px;
        margin: -11px 0px 0px 0px;
        font-size: 12px;
    }

    ul.mob-social {
        top: 25%;
    }

    .banner-form .btn.btn-primary {
        margin-top: 10px;
    }

    .header-social ul li {
        float: none;
        display: inline-block;
        margin: 0px;
    }

        .header-social ul li a {
            padding: 0px;
        }

    .country_selector-top img {
        width: 40%;
    }

    .country_selector-top .dropdown-menu li img {
        width: 33%;
    }

    .Sponsors-banner h1 {
        font-size: 18px;
        margin: 10px 0px;
    }

    .navbar-brand {
        padding: 10px;
    }

    .header-social ul li:nth-child(3) a.visible-xs, .header-social ul li:nth-child(4) a.visible-xs {
        padding: 0px 3px;
    }

    .country_selector-top {
        width: 42px;
    }

    span#spancountrytext {
        display: none;
    }

    #Resend .modal-body {
        padding: 0px;
    }

        #Resend .modal-body img {
            width: 60px;
            margin-top: -50px;
        }

    #SSNArea, #SSNGroup, #SSNSerial, #SSNSeriag {
        max-width: 40px;
        min-width: 30px;
    }

    ul.links-list li {
        display: inline;
        font-size: 10px;
    }

        ul.links-list li a {
            line-height: 14px;
            border: 0;
            display: inherit;
        }

    .social-divider-orange {
        top: -17px;
        height: 3px;
    }

    .social-divider-green {
        height: 3px;
        top: -15px;
    }

    .foot-social-list ul li a {
        padding: 5px 10px;
        font-size: 12px;
    }

    .foot-social-title h3 {
        font-size: 16px;
    }

    ul.Developed li {
        font-size: 10px;
        color: #ffffff;
        float: left;
        vertical-align: bottom;
    }

        ul.Developed li:last-child {
            float: right;
        }

        ul.Developed li:first-child {
            padding-top: 30px;
        }

    ul.links-list li:first-child a {
        padding-left: 0px;
    }

    ul.links-list {
        text-align: left;
    }

    .Iccc-block {
        margin: 0px 0px 15px;
    }

    .Icc-title h2 {
        font-size: 16px;
        width: 80%;
    }

    #IccTab.nav-tabs > li > a span {
        font-size: 30px;
    }

    #IccTab.nav-tabs > li > a {
        font-size: 12px;
        padding: 4px;
    }

        #IccTab.nav-tabs > li > a span.text {
            display: none;
        }

    .Icc-title {
        margin: 0px 0px 15px;
    }

    .Visit-london {
        width: 100%;
        background-image: url(../images/Experience-block.jpg);
        background-size: cover;
        height: 250px;
        background-repeat: no-repeat;
    }

        .Visit-london img {
            display: none;
        }

    .visit-box {
        padding: 0px;
    }

    .Visit-tag p {
        font-size: 14px;
    }

    .Visit-tag {
        padding-bottom: 0px;
    }

    .enhance-poopup-read {
        font-size: 10px;
    }

    .enhance-poopup {
        margin-bottom: 15px;
    }

    .Tab-card-title h3 {
        font-size: 18px;
    }

    #IccTab-list.nav-tabs > li > a span {
        font-size: 30px;
    }

    #IccTab-list.nav-tabs > li > a {
        font-size: 10px;
        padding: 4px;
        display: inline-block;
        margin: 0px;
    }

    #IccTab-list.nav-tabs > li.active > a, #IccTab-list.nav-tabs > li.active > a:hover, #IccTab-list.nav-tabs > li.active > a:focus {
        background-color: #1c2845;
        color: #ffffff;
    }

    .icc .panel-body {
        padding: 0;
    }

    .mb-m-0 {
        margin: 0px;
    }

    .product__packages {
        padding-top: 0px;
        margin-bottom: 0px;
    }
    /**no-more-tables**/
    .Icctable table, .Icctable thead, .Icctable tbody, .Icctable th, .Icctable td, .Icctable tr {
        display: block;
    }

        .Icctable thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .Icctable tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .Icctable table tbody td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: left;
    }

    .Icctable td:before {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 48%;
        padding: 10px 10px 0px 5px;
        color: #232882;
        font-weight: 600;
    }

    .Icctable td:before {
        content: attr(data-title);
    }

    .Icctable .table > thead > tr > th, .Icctable .table > tbody > tr > th, .Icctable .table > tfoot > tr > th, .Icctable .table > thead > tr > td, .Icctable .table > tbody > tr > td, .Icctable .table > tfoot > tr > td {
        border-bottom: 0px;
        padding-left: 50%;
        line-height: 26px;
    }
    /**/
    .pretty .state label {
        font-size: 14px;
    }

    .Icctable table tbody td {
        font-size: 12px;
    }

        .Icctable table tbody td.iccexprrience a img {
            width: 15px;
        }

        .Icctable table tbody td.iccexprrience {
            white-space: normal;
        }

    .search-filter-top:after {
        width: 25px;
        height: 25px;
        background-size: 100%;
    }

    #IccPopTab.nav-tabs > li > a {
        padding: 5px 10px;
    }

    #IccTab-list.nav-tabs > li > a span.text, #IccTab-list.nav-tabs > li > a i.fa {
        display: none;
    }

    #IccPopTab.nav-tabs > li > a span.text {
        display: none;
    }

    .Icctable {
        display: none;
    }

    #IccTab-listContent.tab-content {
        margin-bottom: 0px;
    }

    #Ticket .Icctable {
        display: block;
    }

    .matchtickettablemobile {
        display: block;
    }

    .matchexprrience a {
        display: none;
    }

    .London-title h2 {
        font-size: 18px;
    }

        .London-title h2 span {
            padding: 5px 15px;
        }

    .lolo-top-sights .lolo-sights-in, .lolo-top-sights {
        text-align: center;
        display: block;
    }

        .lolo-top-sights .lolo-top-sight-img {
            margin: 0px auto 15px;
            float: none;
        }

    #London-Banner {
        margin-top: 50px;
    }

    .lond-caption h1 {
        font-size: 16px;
    }

    .lond-caption {
        padding: 5px;
    }

    .London-member-block .media-body {
        width: 100%;
        display: block;
    }

    .London-member-content {
        padding: 0px;
    }

    .mask {
        margin: 0 auto;
    }

    .London-member-block .media-left {
        display: block;
        margin-bottom: 15px;
        padding: 0;
    }

    .Our-Favourite-block .View-Btn {
        display: block;
        float: none;
        text-align: center;
        margin-top: 15px;
    }

    .London-member-content h4 {
        font-size: 16px;
    }

    .Our-Favourite-block, .About-London {
        margin: 15px 0px;
    }

    .Experiences-block {
        margin: 30px 0px;
    }

    #Transportation, #Travel-tip, .Transportation-block, .Travel-tips-block, .London-title {
        padding: 15px 0px;
    }

    .lolo-top-sights .lolo-top-sight-content h3 {
        font-size: 16px;
    }

    .London-member-block, #Experiences, #Our-Favourite {
        padding-top: 15px;
    }

    #Restaurant-Mob .owl-stage-outer {
        padding-bottom: 15px;
    }

    #Restaurant-Mob {
        padding-bottom: 25px;
        margin-bottom: 15px;
    }

    .header-bottom .navbar-collapse ul {
        text-align: left;
    }

    .Tab-card-title h3 span {
        font-size: 14px;
    }

    #IccTab-listContent {
        padding: 5px;
    }

    .icc .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: transparent;
    }

    .Tab-card-list {
        font-size: 11px;
    }

    .Tab-card-title p {
        font-size: 10px;
    }

    .tab-cont {
        margin-bottom: 15px;
    }

    #IccTabContent {
        padding: 5px;
    }

    .tablenotes {
        padding: 0px;
    }

        .tablenotes label {
            margin: 0px;
        }

    .header-bottom .navbar-collapse ul li.web-cart {
        display: none;
    }
    /**/
    .tab-btn-block {
        padding: 0px;
    }

    .Mob-packages-price ul li:last-child {
        float: right;
    }

    .Mob-packages {
        display: block;
        clear: both;
        margin-bottom: 10px;
        border-bottom: 1px solid #dddddd;
    }

    .Mob-produst {
        width: 80px;
        height: 80px;
        display: inline-block;
        margin-right: 5px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .Mob-packages-price {
        display: block;
    }

        .Mob-packages-price .price-cou {
            color: #b22225;
            font-weight: bold;
            font-size: 12px;
            letter-spacing: 1px;
            font-family: 'HelveticaNeueLTStd-Cn';
        }

        .Mob-packages-price .btn-primary {
            padding: 2px 5px;
            font-size: 10px;
        }

    .Mob-packages-contect {
        display: block;
        width: 100%;
    }

    .Mob-packages-title {
        color: #1b2a46;
        font-weight: bold;
        font-size: 14px;
        padding-bottom: 5px;
        font-family: 'HelveticaNeueLTStd-BdCn';
    }

        .Mob-packages-title p {
            font-size: 10px;
            font-weight: normal;
            color: #323131;
            font-family: 'HelveticaNeueLTStd-Cn';
        }

        .Mob-packages-title a {
            color: #323131;
            border-bottom: 1px solid #d8d8d8;
        }

    .Mob-price-cou {
        color: #b22225;
    }

    .Mob-packages-right {
        display: inline-block;
        vertical-align: top;
        width: 70%;
    }

    .Mob-packages-display {
        display: flex;
    }

        .Mob-packages-display li.view-mob {
            float: right;
        }

        .Mob-packages-display li a {
            font-size: 10px;
            color: #1b2a46;
        }

        .Mob-packages-display li {
            display: inline-block;
            padding: 0px 5px 5px 0px;
        }

        .Mob-packages-display .tags-zt {
            color: rgba(29, 46, 78, 0.7);
            font-size: 10px;
        }

        .Mob-packages-display li span {
            color: rgba(29, 46, 78, 0.7);
        }

        .Mob-packages-display img {
            width: 20px;
            height: 20px;
        }

    ul.Mob-packages-display {
        display: block;
        width: 100%;
        font-family: 'HelveticaNeueLTStd-Cn';
        letter-spacing: 1px;
    }

    .Mob-packages-price ul li {
        display: inline-block;
    }

    .product-packages {
        display: none;
    }

    ul.tabicons {
        position: relative;
        top: 5px;
    }

    .tabicons li.active span:after {
        width: 8px;
        height: 8px;
    }

    .tabicons span.text {
        display: none;
    }
    /*Billion Banner*/
    #Billion {
        margin-top: 50px;
    }

    .Billion-Bottom h1 {
        font-size: 16px;
        padding: 10px;
    }

    .Billion-form .form-group.col-sm-5.pl-5.pr-5, .Billion-form .form-group.col-sm-6.pl-5.pr-5, .Billion-form .col-sm-2.pl-5.pr-5 {
        width: 100%;
        padding: 0px;
        margin-bottom: 10px;
    }

    .Billion-form .form-control {
        height: 32px;
    }

    .Billion-Bottom {
        padding-bottom: 5px;
    }

    .Billion-form .btn.btn-primary {
        padding: 5px 15px;
    }

    #IccTab-list.nav-tabs > li.active > a:after {
        width: 10px;
        height: 10px;
    }

    #IccTab-list.nav-tabs.MOB {
        display: block;
    }

    .tabicons li p.text {
        display: none;
    }

    .tabicons li span {
        font-size: 24px;
    }
    /*not-found*/
    .not-mesg {
        font-size: 12px;
    }

    .not-bottom .form-control {
        min-width: 100%;
        margin: 0px;
        height: 32px;
    }

    .not-bottom {
        min-width: 100%;
    }

    .not-bottom-form {
        padding: 15px;
    }

        .not-bottom-form h5, .not-bottom-form h4 {
            font-size: 20px;
            margin-bottom: 10px;
        }

            .not-bottom-form h5 img {
                margin-top: -10px;
                padding: 2px;
                width: 30px;
            }

    .not-bottom button {
        background-size: 40%;
        top: 0px;
        width: 50px;
        height: 32px;
    }

    .goto-home {
        margin: 15px 0px;
    }

    .Eanhance-Section {
        padding: 0px;
    }

    #cookies-banner {
        font-size: 12px;
    }

    #Aware-Banner {
        margin-top: 50px;
    }

    .Aware-caption {
        top: 0%;
    }

        .Aware-caption h1 {
            font-size: 16px;
        }

    .Platinum-Table-Box {
        width: 100%;
    }

    .Packages-Produst, .Packages-Produst-Bronze {
        min-height: 155px;
    }

    .Platinum-Table-Box {
        margin-bottom: 15px;
    }

    .Packages-content-list {
        display: none;
    }

    ul.special-list li {
        line-height: 20px;
        font-size: 14px;
    }

    .Price-count-list ul li .price {
        font-size: 14px;
    }

    .Packages-title h3 {
        font-size: 16px;
    }

    .Price-count-list ul li .btn.btn-primary {
        font-size: 12px;
        padding: 2px 8px;
    }

    .Aware-title h2 {
        font-size: 18px;
        padding: 0px 15px;
    }

    .Aware-title {
        margin: 10px 0px;
    }

    .Why-Choos-Box-content .close {
        display: block;
    }

    .View-More {
        display: block;
        font-size: 12px;
        padding-bottom: 10px;
    }

        .View-More a {
            color: #313131;
            border-bottom: 1px solid #d8d8d8;
        }

            .View-More a:hover {
                color: #1c2845;
                border-bottom: 1px solid #1c2845;
            }

    .Price-count-list ul li .pretty .state label:after, .Price-count-list ul li .pretty .state label:before {
        top: 3px;
    }

    .Packages-Bronze:after {
        bottom: -9px;
    }

    .Price-count-list ul li {
        line-height: 26px;
    }

    .Table-Packages-Block {
        padding-bottom: 0px;
    }

    #StadiumImages h4.modal-title {
        color: #1c2845;
    }

    #StadiumImages .modal-header {
        padding: 7px 15px;
    }

    .Tab-card-title h3 img {
        width: 15px;
    }

    .Contact-Block {
        margin: 15px 0px;
    }

    .Contact-Form-Title h3 {
        font-size: 18px;
    }

    #Contact-Banner {
        margin-top: 50px;
    }

    .Contact-caption h1 {
        font-size: 20px;
    }

        .Contact-caption h1 span {
            padding: 0px 15px;
        }
    /**/
    .top-bat-sec .header-social ul li.timing {
        display: none;
    }

    .Men-Profile, .Profile-Box, .Profile-description {
        width: 100%;
    }

    .rankings-container {
        overflow-y: scroll;
    }

    .Profile-description ul li:nth-child(odd) {
        width: 41%;
    }

    .Profile-description ul li:nth-child(even) {
        width: 58%;
    }

    .ranking td, .ranking th {
        min-width: 5rem;
    }

        .ranking td:nth-child(2), .ranking th:nth-child(2) {
            padding-left: 8.5rem;
        }

        .ranking td:first-child, .ranking th:first-child {
            min-width: 11rem;
            position: absolute;
            z-index: 2;
        }

    .team-top-title h2 {
        font-size: 12px;
    }

    .top-scoreboard-title h3 {
        font-size: 16px;
    }

    .top-scoreboard-title h4 {
        font-size: 14px;
    }

    .run {
        font-size: 16px;
    }

    ul.team-list {
        margin-top: 15px;
    }

        ul.team-list li a {
            padding: 8px;
        }

    .Profile-border img {
        max-width: 150px;
    }
    /**/
    #Match-Detail-Banner {
        margin-top: 50px;
    }

    .Match-Detail-caption {
        left: 2%;
        bottom: 55%;
    }

        .Match-Detail-caption h1 {
            font-size: 16px;
        }

            .Match-Detail-caption h1 span {
                font-size: 12px;
            }

        .Match-Detail-caption p {
            font-size: 12px;
        }

    .Ticket-Box {
        top: 100%;
        position: relative;
        bottom: auto;
        right: 0%;
        min-width: 95%;
        margin: 10px;
    }

    .Ticket-Box-title, .added-ticket {
        padding: 10px 15px;
    }

        .Book-btn a, .add-fields .add, .add-fields .sub, .price-top, .Ticket-Box-title h2 {
            font-size: 16px;
        }

    .Related-Tour-Box {
        margin-bottom: 15px;
    }

    .Related-Tour-Section {
        margin: 15px 0px;
    }

    .About-Packege-Title h2 {
        font-size: 20px;
    }

    .Title-style:after {
        max-width: 80%;
        width: 80%;
    }

    .Title-style:before {
        max-width: 30%;
        width: 30%;
    }

    .Blue-star {
        font-size: 18px;
    }

    .Green-star, .Orange-star {
        font-size: 16px;
    }

    .Attractions-Section {
        padding: 15px 0px;
    }

    .Attractions-Box {
        margin-bottom: 15px;
    }

    .Grey-style {
        margin: 15px 0px;
    }

    .hotel-title h3 {
        font-size: 18px;
    }

    .hotel-title p {
        font-size: 14px;
    }

    .star-box {
        font-size: 14px;
    }

    .hotel-title {
        margin: 5px 0px;
    }

    .Hiland-Suites-Section .About-Packege-Title h2 img {
        margin-top: -15px;
    }

    .Hiland-Suites-Section .About-Packege-Title h2 img {
        width: 22px;
    }

    ul.Package-features-list li {
        width: 100%;
        line-height: 24px;
        position: relative;
        padding-left: 30px;
    }

        ul.Package-features-list li span {
            font-size: 20px;
            position: absolute;
            left: 0;
            top: 2px;
        }

        ul.Package-features-list li img {
            width: 20px;
        }

    .About-Packege-Section {
        padding: 15px 0px;
    }

    .summery-title h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    /**/
    .Customise-Packages {
        display: block;
    }

    .Card-Package-Bottom, .tour-packages-list {
        display: none;
    }

    .tour-img-box {
        display: block;
        width: 100%;
    }

    .tour-content-box, .tour-prices-box {
        display: block;
        width: 100%;
        border: 0px;
    }

    .Top-Spacing {
        margin-top: 0px;
        display: flex;
        justify-content: space-between;
    }

    .Per-person {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .pagination > li > a {
        font-size: 12px;
    }

    .tours-content {
        width: 100%;
    }

    .tour-prices-box {
        padding-top: 0px;
    }

    .Starting, .More-Activities {
        display: none;
    }

    .Inclusion-List ul li {
        font-size: 0px;
        margin: 0px 10px;
    }

        .Inclusion-List ul li span {
            font-size: 18px;
            margin: 0px;
        }

    .tour-img-box img {
        width: 100%;
    }

    .tour-content-box h3 {
        margin-top: -70px;
        font-size: 16px;
        color: #ffffff;
    }

    .Sub-line {
        display: block;
        padding-top: 25px;
    }

    .Customise-Packages-Section {
        margin: 15px 0px 15px;
    }

    .Customise-Packages {
        margin-top: 0px;
    }

    .Customise-Section {
        padding: 15px 0px 0px;
    }

    #Select-Tour-Banner {
        margin-top: 50px;
    }

    .Select-Tour-caption h1 {
        font-size: 14px;
    }

    .Total-Prices {
        font-size: 24px;
    }

    #SAtoBanner {
        margin-top: 50px;
    }

    .SA-to-India-Section {
        padding: 15px 0px;
    }

    ul.Ico.list-inline {
        margin: 10px auto 0px;
        text-align: center;
        width: 100%;
        float: left;
    }

        ul.Ico.list-inline li img {
            max-width: 40px;
        }

        ul.Ico.list-inline li h2 {
            margin-bottom: 10px;
            font-size: 10px;
        }

    ul.Related-card-list {
        font-size: 11px;
    }

    .trips_curve {
        height: 28px;
        max-width: 110px;
    }

        .trips_curve img {
            width: 40px;
            margin-top: 5px;
        }

    .Section-Title {
        margin: 15px 0px;
    }

        .Section-Title h4, .Section-Title h2 {
            font-size: 18px;
            margin-bottom: 0px;
        }

    .Section-Title-style:before, .Section-Title-grey:before {
        max-width: 30%;
        width: 30%;
    }

    .Section-Title-style:after, .Section-Title-grey:after {
        max-width: 80%;
        width: 80%;
    }

    #Sa-To-India {
        margin: 15px 0px;
    }

    .Want-Section .Why-Choose-Section, .Why-Choose-Section, .Undiscover-Section, .Future-Tours-Section {
        padding: 15px 0px;
    }

    .Why-Choos-icon-box h3 {
        font-size: 18px;
    }

    .Why-Choos-icon-box img {
        max-width: 150px;
    }

    .Undiscover-Section-Content {
        padding: 0px;
    }

    #Future-Tours .slider-testimonial-second {
        width: 280px;
        height: 280px;
    }

    #Future-Tours .main-testimonial h2 {
        font-size: 18px;
    }

    #Future-Tours .main-testimonial {
        padding-top: 12%;
        padding-left: 0px;
    }
    /**/
    .Happy-Content img {
        width: 100px;
    }

    .itinerary-Total-Prices {
        font-size: 20px;
    }

    .itinerary-prices-box {
        justify-content: center;
        text-align: center;
        display: block;
        margin-top: 15px;
    }

    .itinerary-header h2 {
        font-size: 18px;
    }

    .Question-Section, .Itinerary-Section {
        padding: 15px 0px;
    }

    .Happy-Content h3 {
        margin: 15px 0px;
        font-size: 18px;
    }

    .itinerary-header .Sub {
        font-size: 14px;
    }

    .city-block {
        margin-bottom: 15px;
    }

    .itinerary-header h2 {
        font-size: 16px;
    }

    .About-Packege-Title {
        margin: 10px 0px 10px;
    }

    .Happy-Section {
        padding: 30px 0px;
    }

    .MP-0 {
        padding: 0px;
    }

    .faux-block-last, .faux-block {
        width: 25px;
    }

    .iconic {
        width: 15px;
    }

    .activity-image {
        width: 30px;
        height: 30px;
    }

    .activity-image-shell-last, .activity-image-shell, .activity-image-shell-center {
        width: 30px;
        left: 42%;
        height: 30px;
        line-height: 24px;
    }

    .transfer {
        padding-top: 0px;
        padding-left: 7%;
    }

    .itin-content {
        padding-left: 14%;
    }

    .add-btn-block {
        padding-left: 8%;
    }

    .activity-image-shell-last {
        bottom: 0%;
        top: auto;
    }

    .city-title {
        font-size: 16px;
    }

    .twin-btn {
        font-size: 14px;
    }

        .twin-btn span {
            padding: 2px;
            min-width: 40px;
        }

    .iti-dashed {
        display: inline;
    }

    .itin-header img {
        object-fit: cover;
        height: 100%;
    }

    #IPL-Banner {
        margin-top: 50px;
    }

    .IPL-Things-Section, .IPL-Tour-Section, .IPL-Section {
        padding: 15px 0px;
    }

    .Think-City {
        margin-bottom: 15px;
    }

    #Book-Banner {
        margin-top: 50px;
    }

    .Book-Btn-block, .Book-Section-Center, .book-content, .Book-Section {
        padding: 15px 0px 10px;
    }

    .Book-title h2 {
        font-size: 20px;
    }

    .Book-slogun {
        font-size: 16px;
    }

    .Book-Btn-block a:last-child {
        margin-left: 15px;
    }

    .Book-publish {
        margin-bottom: 15px;
    }

    #pdfModal .modal-header h4 {
        font-size: 18px;
    }

    #pdfModal .modal-header {
        padding: 15px;
    }

    .Popup-book img {
        margin-top: 0px;
    }

    .Verifi-Block {
        text-align: center;
    }

    .my-width {
        max-width: 100%;
        min-height: inherit;
    }

    #Courier .modal-header, #verifive .modal-header {
        padding: 15px;
    }

        #Courier .modal-header h4, #verifive .modal-header h4 {
            font-size: 18px;
        }

    .Verifi-Block .enter-code {
        margin: 10px 0px 5px;
    }

    .Radio-card-list {
        font-size: 11px;
    }

    .Radio-card-title h3 {
        font-size: 18px;
    }

        .Radio-card-title h3 span {
            font-size: 14px;
        }

        .Radio-card-title h3 img {
            width: 15px;
        }

    .Radio-match {
        margin-bottom: 15px;
    }

    .Interest-Title h2 {
        font-size: 18px;
    }

    .ready-login-form label {
        font-size: 12px;
    }

    .ready-login-form {
        padding: 0px;
    }

    .Interest-Title p {
        padding-bottom: 15px;
    }

    .condition {
        padding: 0px;
    }

    .Card-Section {
        padding: 15px 0px;
    }
    /**/
    .About-City img {
        margin-bottom: 10px;
    }

    .lion-arrow {
        text-align: center;
    }

        .lion-arrow:after {
            content: normal;
        }

    .royal-border {
        border: 0px;
        border-radius: 0px;
    }

    .loyalty-col {
        padding: 15px 0px;
    }
    /**/
    .video-box {
        margin-bottom: 15px;
    }

        .video-box img {
            width: 100%;
        }

    .jitega-block h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .jitega-block p {
        margin: 15px 0px;
    }

    .loadmore, .jitega-block a {
        min-width: inherit;
        font-size: 14px;
        padding: 5px 10px;
    }

    .Milestone-section, .Jeetega-section, .Our-Fan-Experience {
        padding: 15px 0px;
    }

    .mile::after {
        width: 30px;
        height: 30px;
    }

    .mile-content h2 {
        font-size: 16px;
    }

    .timeline::after {
        left: 31px;
    }

    .mile {
        width: 100%;
        padding-left: 60px;
        padding-right: 15px;
    }

        .mile::before {
            left: 50px;
            border: medium solid #f7f7f7;
            border-width: 10px 10px 10px 0;
            border-color: transparent #f7f7f7 transparent transparent;
        }

    .left::after, .right::after {
        left: 15px;
    }

    .right {
        left: 0%;
    }

    .slider-say-second {
        width: 280px;
        height: 280px;
        margin: 5px auto;
        position: relative;
    }

        .slider-say-second:before {
            width: 40px;
            height: 40px;
            top: 0px;
            background-size: cover;
        }

    .main-say {
        width: 90%;
        padding-top: 2%;
    }

        .main-say h2 {
            font-size: 18px;
            padding-bottom: 5px;
        }

    .slider-say-second:after {
        width: 40px;
        background-size: cover;
        height: 40px;
    }

    #other-say .say-name-img {
        left: -20px;
    }
    /**/
    .career-title h3 {
        font-size: 18px;
    }

    .career-title {
        margin: 15px 0px;
    }

    .apply-left, .apply-right {
        max-width: 100%;
    }

    #career h5.panel-title {
        font-size: 16px;
    }

    .Gala-caption h1 {
        font-size: 18px;
    }

    #Gala-Banner {
        padding: 50px 0px 15px;
    }

    .Gala-caption {
        padding: 5px;
    }

    #Gala-Banner .owl-dots {
        margin-top: 0px;
    }

    #Merchandise .owl-nav {
        display: block;
        position: absolute;
        left: 0;
        top: 48%;
        right: 0;
    }

        #Merchandise .owl-nav .owl-prev {
            float: left;
            background-color: #e1e1e1;
            padding: 5px;
            color: #ffffff;
        }

        #Merchandise .owl-nav .owl-next {
            float: right;
            background-color: #e1e1e1;
            padding: 5px;
            color: #ffffff;
        }
    /**/
    #Online-Payment .form-control, #enquiry .form-control {
        height: 36px;
    }

    .caredit-card-details p {
        font-size: 16px;
    }

    .caredit-card-info {
        padding: 0px 10px;
    }

    #showing__a {
        padding: 15px 0px;
    }

    .pay.dropdown__country button.btn.btn-primary.dropdown-toggle {
        height: 36px;
    }

    .caredit-card-details .form-group {
        margin-bottom: 10px;
    }

    .Payment-Caption h1 {
        font-size: 24px;
    }

    #enquiry .form-group.mobile-number-signup {
        height: 50px;
    }

    .product-head-title h3 {
        font-size: 20px;
    }

    .counter_plus_min .quntity-number span {
        top: -5px;
        font-size: 14px;
    }

    .product-head-title h3 {
        font-size: 18px;
    }

    .pr_title_seleted {
        font-size: 16px;
    }

    .Apply-code {
        padding: 15px;
    }

    .Payment-Caption {
        top: 25%;
    }

    #Upcoming-section .owl-dots {
        margin-top: 15px;
    }

    #HeaderBannercarousel .owl-dot, #Event .owl-dot, #Upcoming-section .owl-dot {
        width: 8px;
        height: 8px;
    }

    #Upcoming-section {
        padding: 15px 0px;
    }

    .latest-content h3 {
        font-size: 14px;
        padding: 0px;
    }

    .latest-content .btn-primary {
        padding: 2px 8px;
        margin: 0px;
    }

    .latest-content p {
        font-size: 14px;
        padding: 0px;
    }

    .latest-box {
        max-width: 230px;
        margin: 0px auto;
    }

        .latest-box img {
            left: inherit;
            margin: 0px auto;
            position: relative;
        }

    .latest-content {
        margin: 0px;
        text-align: center;
        padding: 0px;
    }

    .Bottom-star {
        margin: 15px 0px;
    }

    .Want-Section, .Red-Section, .AllThis-section, #Upcoming-section {
        padding: 15px 0px;
    }

    .RedFm-logo img {
        max-width: 100px;
    }

    .sure-right {
        font-size: 10px;
    }

    .packagedetails h2 {
        font-size: 18px;
    }

    .packagedetails p {
        /*font-size: 12px;*/
        padding: 15px 0px 0px;
        margin-bottom: 0px;
        list-style: none;
        color: #1b2a46;
    }

    .quize-img img {
        max-width: 100%;
        margin-top: 0px;
    }

    .Rules-Tilte {
        padding: 0px;
        margin: 0px;
    }

        .Rules-Tilte h2 {
            font-size: 18px;
            padding: 5px 10px;
        }

        .Rules-Tilte p {
            font-size: 14px;
        }

        .Rules-Tilte h2:before {
            border-top: 29px solid #f05123;
        }

        .Rules-Tilte h2:after {
            border-bottom: 29px solid #f05123;
        }

    .Balcony ul li {
        min-width: inherit;
    }

    #BKS-Banner {
        margin-top: 50px;
    }

    .BKS-Bottom-Section {
        min-height: 100%;
    }

    .m-con h3 {
        font-size: 14px;
    }

        .m-con h3 span {
            display: none;
        }

    .m-con p {
        font-size: 10px;
    }

    .m-con {
        margin-left: 35%;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-right: 5%;
    }

    .Cal-Box, .Event-loc-Box {
        min-height: 100%;
    }

    .Performance-Content h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .Performance-Content h3 {
        font-size: 16px;
    }

    .Performance-Content .slogun {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .Balcony ul li {
        font-size: 12px;
    }

    .Balcony-seat ul li a {
        min-width: 40px;
        min-height: 30px;
        padding-top: 0px;
    }

    .Balcony-seat ul li span.no-border {
        min-width: 40px;
    }

    .Balcony-seat ul li {
        margin: 0px 0px 20px;
    }

    .Area-Lable {
        margin-top: -15px;
    }

    .Service-Area {
        font-size: 10px;
        padding: 5px;
    }

    .Victoria-Section {
        padding: 15px 0px;
    }

    ul#IB.nav-tabs > li.active > a:after {
        display: none;
    }

    .m-pr-15 {
        padding-right: 15px;
    }

    .m-pl-15 {
        padding-left: 15px;
    }

    .IB-Section {
        padding: 15px 0px;
    }

    ul#IB.nav.nav-tabs li {
        width: auto;
        width: 33px;
        margin-right: -1px;
    }

    ul#IB.nav-tabs > li > a {
        margin: 0px;
        line-height: normal;
        text-indent: -999px;
        padding: 8px;
    }

        ul#IB.nav-tabs > li > a span {
            text-indent: 999px;
        }

    #IB.tab-content .tab-pane h3 {
        font-size: 18px;
    }

    .ib-con-img-box {
        width: 100%;
    }

    .ib-content {
        display: block;
    }

    .ib-con-box {
        padding: 0px;
        width: 100%;
    }

    .ib-con-list ul li {
        line-height: 24px;
        font-size: 14px;
    }

    #IB.tab-content {
        min-height: inherit;
        border: 1px solid #d186ba;
        margin: 0px;
        padding: 15px;
    }

    .Event-Section {
        padding: 10px 0px 20px;
        min-height: inherit;
    }

    .Walk-way {
        min-height: 30px;
    }

    .Performance-space {
        padding: 5%;
    }

    .Victoria-logo img {
        max-width: 80px;
    }

    .Performance-Content:after {
        bottom: 95%;
        font-size: 30px;
    }

    .Performance-Content:before {
        border-bottom: 30px solid #ac177f;
        border-right: 30px solid transparent;
        border-left: 30px solid transparent;
        border-top: 30px solid transparent;
    }
    /**/
    .Balcony-seat {
        padding: 5px 5px 20px 5px;
    }

        .Balcony-seat ul {
            min-height: 100px;
            text-align: center;
        }

            .Balcony-seat ul li {
                margin: 0px 10px 10px;
                display: inline-block;
            }

                .Balcony-seat ul li a img {
                    width: 10px;
                }

                .Balcony-seat ul li p {
                    font-size: 8px;
                    display: block;
                }

                    .Balcony-seat ul li p.Sold-Out {
                        height: 20px;
                        color: #f05123;
                    }

                .Balcony-seat ul li .Left-Out p {
                    color: #00b1ea;
                }

    .Vip-Walk h3 {
        padding: 15px;
        font-size: 12px;
    }

    .Event header {
        font-size: 18px;
    }

    .Eventdetails h2 {
        font-size: 20px;
    }

    .Eventdetailslist ul {
        max-width: 100%;
    }

        .Eventdetailslist ul li {
            display: block;
            line-height: 26px;
        }

    .Infor-block {
        margin-bottom: 15px;
        justify-content: space-between;
        float: left;
        width: 100%;
    }

    .Infor-left, .Infor-rigth, .Infor-center {
        padding: 0px;
    }

    .EventdetailsInfo {
        padding-bottom: 0px;
    }

    .Infor-left p, .Infor-rigth p {
        font-size: 16px;
    }

    .Part-Box {
        margin-bottom: 15px;
    }

    #Partner-Banner {
        margin-top: 50px;
    }

    .Partner-Caption h1 {
        font-size: 18px;
    }

    .Partner-Section {
        padding: 15px 0px;
    }

    .Partner-Caption {
        left: 5%;
    }

    .Part-Cont h2 {
        font-size: 22px;
    }

    .Part-Img {
        min-height: 138px;
    }

    .Officeal-Box h2 {
        font-size: 20px;
    }

    .Officeal-Box {
        margin-bottom: 15px;
    }

    .HiCont-Section, .CocaCola-Section {
        padding: 15px 0px 10px 0px;
    }

    .HiCont-Box, .CocaCola-Box {
        padding-top: 15px;
    }

        .HiCont-Box p, .CocaCola-Box p {
            margin-bottom: 10px;
        }

    .btn-orange {
        font-size: 12px;
    }

    .Result-Msg h4 {
        font-size: 18px;
    }

    .Result-Msg p {
        font-size: 14px;
    }

    .SimCard {
        margin: 0px auto;
        padding: 0px 15px 15px;
    }

    .Sim-Section {
        padding: 30px 0px;
    }

    .SimCard h3 {
        font-size: 18px;
        margin: 0px -15px 15px;
    }

    .Sim-Section p {
        margin: 15px 0px;
    }

    .Sim-Section .btn-primary {
        font-size: 16px;
    }

    ul.Radio-tabs {
        flex-wrap: wrap;
    }

        ul.Radio-tabs li {
            font-size: 16px;
            line-height: 24px;
        }

    .dlh-title {
        font-size: 12px;
        padding: 10px 0px;
    }

    .red-mdg {
        font-size: 10px;
    }

    .Charges {
        font-size: 20px;
    }

    #Delivery-Banner {
        margin-top: 50px;
    }

    .Delivery-Caption h1 {
        font-size: 14px;
    }

    .Delivery-Caption {
        max-width: 250px;
    }

    .Collecting-Section, .Preferred-Section {
        padding: 15px 0px;
    }

    .Collecting .table > tbody > tr > td, .Collecting .table > thead > tr > th {
        font-size: 14px;
    }

    .Part-Cont {
        min-width: 188px;
    }

    .Photo-Cont-Right h2, .Photo-Cont-Left h2 {
        font-size: 18px;
    }

    .Anthem-Box h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .Divi-Cont img {
        margin: 0px auto;
        max-width: 280px;
    }

    #Anthem .owl-dot {
        background-color: #ffffff;
    }

        #Anthem .owl-dot.active {
            background-color: #f05123;
        }

    .Photo-Cont-Right, .Photo-Cont-Left {
        padding: 15px 0px;
    }

    .Anthem-Box {
        padding: 15px;
        min-height: inherit;
        margin-bottom: 15px;
    }

    .Puma-Content, .Divine-Section, .Summer-Section {
        padding: 15px 0px;
    }

    .summer-content {
        margin-bottom: 15px;
    }

    .India-City-Cont {
        padding: 0px;
    }

    .India-Section {
        background-size: cover;
        padding: 15px 0px;
    }

    .Artist-Box {
        padding-top: 15px;
    }

        .Artist-Box h2 {
            font-size: 18px;
        }

        .Artist-Box h3, .Artist-Box h4 {
            font-size: 16px;
        }

        .Artist-Box p {
            font-size: 14px;
        }

    .Rules-list ul li {
        padding-left: 20px;
        font-size: 14px;
    }

        .Rules-list ul li:after {
            width: 10px;
            height: 10px;
        }

    .wizard-enter .form-control {
        height: 36px;
    }

    .AllThis-block p {
        padding-bottom: 15px;
    }

    #mylCarousel .carousel-caption h3 {
        font-size: 18px;
    }

    #mylCarousel .carousel-caption {
        right: 2%;
    }

        #mylCarousel .carousel-caption p {
            font-size: 14px;
        }

    #mylCarousel .carousel-indicators {
        bottom: 2%;
    }

    .col-xs-6.col-md-3.awards-item {
        max-width: 50%;
    }

    .awards-item {
        padding: 0px 5px;
    }

        .awards-item a p.pl-title {
            font-size: 10px;
            word-break: break-word;
            text-align: center;
        }

    .awards-title h4 {
        font-size: 14px;
    }

    .awards-title h2 {
        font-size: 16px;
    }

    .awards-powered-by h3, .awards-powered-by a {
        font-size: 14px;
    }

        .awards-powered-by h3 img {
            width: 30px;
        }

    .awards .membership-text-banner h1 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .awards .banner-form .form-group.col-sm-5.pr-5, .form-group.col-sm-6.pl-5.pr-5 {
        margin-bottom: 5px;
    }

    .awards-title {
        margin: 20px 0px;
    }

    .basic .btn-default {
        font-size: 15px;
    }

    .form-inline .form-control {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
    }

    .basic .form-group {
        margin-bottom: 5px;
    }
    /**/
    .inclusions-box p {
        display: none;
    }

    .inclusions-title h2 {
        font-size: 18px;
    }

    .bawardheader {
        margin-top: 50px;
    }

    .awardcontent .pnlinner {
        padding: 10px !important;
        position: inherit !important;
    }

    .awardcontent .divdescription {
        font-size: 14px;
        padding: 15px 0px;
    }

    .awardcontent .signupform {
        padding: 15px 0px;
        margin-bottom: 0px;
    }

    .awardcontent .login-form {
        padding-top: 0px;
    }

        .awardcontent .login-form label {
            color: #333;
            font-size: 11px;
            display: none;
        }

    .awardcontent .lblenterdetail {
        padding-top: 0px;
    }

    .awardcontent .lblHello {
        font-size: 20px;
    }

    .awardcontent .lblwelcome {
        font-size: 15px;
    }

    .lblForthefan {
        font-size: 20px !important;
    }

    ul.foo-logo-list li {
        display: inline-block;
        width: 48%;
    }

    .foot-list ul li a {
        padding: 0px 4px;
        font-size: 12px;
    }

    ul.links-list li a, ul.links-list li:last-child p, ul.Developed li p {
        font-size: 12px;
    }

    .foot-list {
        padding: 5px 0px;
    }

    ul.links-list li:last-child p {
        padding: 5px;
    }

    ul.Developed li {
        line-height: 18px;
    }

    .awards-footer {
        padding: 10px 0px;
    }

    .countrymargin {
        margin-bottom: 17px !important;
    }

    .Intern-title h2 {
        font-size: 20px;
        width: 80%;
    }

    ul.Intern-content-list h3 {
        font-size: 18px;
    }

    .Intern-content h3 {
        font-size: 18px;
    }

    .text-here {
        width: 75%;
    }

    .Intern-form .fmr-number {
        max-width: 100%;
        width: auto;
    }

    .Intern-title h4 {
        font-size: 15px;
    }

    .top-border {
        margin-top: 50px;
    }

    .thanks-mesg {
        font-size: 12px;
    }

    .f-1, .f-3 {
        width: 100px;
    }

    .f-2 {
        width: 40px;
    }

    ul.footer-link {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    /**stories**/
    .stories.nav-tabs > li > a {
        padding: 5px 8px;
        font-size: 14px;
    }

    .popular-title h2 {
        padding: 0px 10px;
    }

    .landing-right-title {
        margin-left: 15px !important;
    }

    .landing-right {
        max-width: 100% !important;
        margin-left: 0px !important;
    }

    .landing-banner img {
        width: 100% !important;
    }

    .landing-date i {
        padding-right: 5px !important;
    }

    .landing-detail-date i {
        padding-right: 5px !important;
    }

    .story-content img {
        width: 100% !important;
        height: auto !important;
    }

    .stories-bor-box h3 {
        display: block;
        height: 50px;
        overflow: hidden;
    }

    .recent-box-content h3 a {
        color: #323135 !important;
    }

    .landing-banner {
        margin-top: 45px;
    }

    #mylCarousel .carousel-caption h3 {
        font-size: 18px;
    }

    #mylCarousel .carousel-caption {
        right: 2%;
    }

        #mylCarousel .carousel-caption p {
            font-size: 14px;
        }

    #mylCarousel .carousel-indicators {
        bottom: 2%;
    }

    .card-caption h3 {
        font-size: 18px;
        height: 40px;
    }

    .Views-list ul li a {
        font-size: 12px;
    }

    .card-caption .tag-line {
        font-size: 16px;
    }

    .Cotton-Map-Color ul li a span {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .Cotton-Map-Color ul li a {
        font-size: 12px;
    }

    .Cotton-Map-Color {
        margin-top: 15px;
    }

    .Gully-Content {
        font-size: 14px;
    }

    .Gully-Boy-Section p {
        font-size: 16px;
    }

    .Gully-Boy-Section {
        padding: 15px 0px;
    }

    ul#IB.nav.nav-tabs {
        width: 100%;
        min-height: 100%;
    }

    .IB-Videos {
        width: 100%;
        min-height: 100%;
    }

    .IND-Section {
        margin: 15px 0px;
    }

    .INDPK-left p, .INDPK-rigth p, .INDPK h3 {
        font-size: 14px;
        margin: 0px;
    }

    .INDPK i {
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 50px;
    }

    .IND-Pckage ul {
        display: block;
    }

        .IND-Pckage ul li {
            width: 49%;
            padding: 0px 10px;
            margin-bottom: 20px;
        }

    .INDPK {
        min-height: 80px;
    }

    .INDPK-rigth .btn-primary {
        padding: 2px 5px;
        font-size: 12px;
    }

    .IND-Pckage ul li:after {
        font-size: 10px;
        top: 50%;
        left: -5px;
    }

    .IND-Pckage ul li:nth-child(3):after {
        content: normal;
    }

    .IND-Pckage ul li:last-child:before {
        font-size: 12px;
        top: -20px;
        left: 45%;
        background-color: #1c2845;
        border-radius: 50%;
        color: #ffffff;
        width: 30px;
        line-height: 30px;
        text-align: center;
    }

    .IND-Pckage ul li:last-child {
        margin-bottom: 0px;
        width: 100%;
        margin-top: 10px;
    }

    #landing-cont {
        margin: 15px 0px;
    }

    .Book-Btn-block .btn-orange, .Book-Btn-block .btn.btn-primary {
        font-size: 12px;
        padding: 2px 6px;
        margin-left: 8px;
    }

    .Images-Box {
        margin-bottom: 0px;
    }

    .Hublot-Section {
        padding: 30px 0px 15px;
    }

    .HGallery {
        padding-top: 15px;
    }

    .IND-Pckage ul li:last-child .INDPK {
        margin: inherit;
    }

    .Guides-Block {
        padding: 0px;
    }

        .Guides-Block .btn-primary {
            padding: 4px 8px;
            font-size: 14px;
        }

    .Guides-Section {
        padding: 0px 0px 30px 0px;
    }

    .Organ-Section, .NHS-Section {
        padding: 15px 0px;
    }

    .Organ-Content p {
        margin-bottom: 15px;
    }

    .OrganBanner {
        margin: 0px 0px 15px 0px;
    }

    #NHS-Video {
        margin-top: 50px;
    }

    .LoveCricket {
        background-image: url(../images/LoveCricket.jpg);
        padding-bottom: 15px;
    }

    .LoveForm img, .LoveImages img {
        max-width: 100%;
    }

    .LoveBottom .form-control {
        height: 36px;
    }

    .LoveImages {
        margin: 0px auto;
        text-align: center;
    }

    .LoveBottom {
        max-width: 100%;
    }

    .our-loyalty {
        margin: 15px 0px;
    }

    .LoveBottom button {
        padding: 18px 25px;
    }

    .Guides-Box {
        margin-bottom: 20px;
        padding: 5px;
    }

        .Guides-Box h3 {
            font-size: 15px;
        }

        .Guides-Box p {
            font-size: 8px;
        }

        .Guides-Box label {
            margin: 0px;
        }

        .Guides-Box [type="checkbox"]:checked + label:after, .Guides-Box [type="checkbox"]:not(:checked) + label:after, .Guides-Box [type="checkbox"]:checked + label:before, .Guides-Box [type="checkbox"]:not(:checked) + label:before {
            width: 15px;
            height: 15px;
            bottom: -17px;
        }

    ul.MapBoxesList li {
        max-width: 80px;
    }

    .Guides-Box h3 { /*min-height: 15px;*/
    }

    .Hotstar-Content {
        padding: 15px;
    }

        .Hotstar-Content .btn-orange, .Hotstar-Content p {
            font-size: 14px;
        }

        .Hotstar-Content h3 {
            font-size: 24px;
        }

    .article-intro h2 {
        font-size: 18px;
    }

    #Hotstar-Banner .col-xs-12.col-sm-6.p-0 {
        padding-left: 15px;
    }

    #Hotstar-Banner {
        margin-top: 50px;
        background-image: url(../images/starbg.png);
        background-repeat: no-repeat;
        background-size: 100%;
        padding-top: 45px;
        background-color: #19315c;
    }

    .hotstarbtn a {
        font-size: 10px;
    }

    .hotbtext p {
        font-size: 12px;
    }

    .hotsubban {
        margin-top: 15px;
        display: none;
    }

    .hotbtext {
        padding: 20px 0px 0px;
        width: 50%;
    }

    .banntearm a {
        font-size: 8px;
    }

    .banntearm {
        padding-bottom: 5px;
        line-height: 12px;
    }

    .inclusion ul li, .inclusionMenu ul li, .inclusionFree ul li {
        max-width: 100%;
    }

    .inclusionMenu ul li, .inclusionFree ul li {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .Foods, .Bottle {
        font-size: 12px;
    }

    .inclusionFree ul li i {
        font-size: 20px;
        margin-left: -5px;
    }

    .inclusionMenu ul li i {
        font-size: 20px;
    }

    .incluPrice p {
        font-size: 18px;
        line-height: 14px;
    }

    .incluPrice span {
        font-size: 10px;
    }

    .inclusionMenu ul li .minus, .inclusionMenu ul li .plus, .inclusionFree ul li .minus, .inclusionFree ul li .plus {
        font-size: 10px;
        width: 16px;
        height: 16px;
        line-height: 10px;
    }

    .TotalBGP p span {
        font-size: 24px;
    }

    .TotalBGP p {
        font-size: 18px;
    }

    .PriceMatchContent p {
        font-size: 12px;
    }

    .YourDetail {
        padding: 15px 0px;
    }

        .YourDetail .Section-Title p {
            margin: 0px;
        }

    .OrderTitle h3 {
        font-size: 18px;
    }

    .OrderTitle p {
        font-size: 14px;
    }

    .OrderTitle {
        margin-bottom: 15px;
    }

    .GoldTable {
        padding: 0px;
        margin-top: 15px;
    }

        .GoldTable ul {
            min-height: 100px;
            text-align: center;
        }

            .GoldTable ul li {
                margin: 0px 10px 10px;
                display: inline-block;
            }

                .GoldTable ul li a img {
                    width: 10px;
                }

                .GoldTable ul li p {
                    font-size: 8px;
                    display: block;
                }

                    .GoldTable ul li p.Sold-Out {
                        height: 20px;
                        color: #f05123;
                    }

                .GoldTable ul li .Left-Out p {
                    color: #00b1ea;
                }

                .GoldTable ul li a {
                    min-width: 40px;
                    min-height: 30px;
                    padding-top: 0px;
                }

                .GoldTable ul li span.no-border {
                    min-width: 40px;
                }

    .PriceBlock {
        margin: 0px auto 15px;
    }

    .TotalBGP {
        margin-top: 5px;
    }

    .PriceMatch {
        padding: 5px;
    }

    .BKSTable-Banner {
        margin-top: 50px;
    }

    .TotalTable {
        border: 0px;
    }

    .RightModalTitle h2 {
        font-size: 18px;
    }

    .RightModalTitle h4 {
        font-size: 16px;
    }

    .RightModalTitle p {
        padding-top: 10px;
        font-size: 12px;
    }

    .RightModalTitle {
        padding-bottom: 0px;
    }

    .RightModalBody {
        width: 100%;
        padding: 20px;
        background-image: url(/docs/bawheel.png);
        background-position: right -90px top -90px;
        background-size: 250px;
        background-repeat: no-repeat;
    }

        .RightModalBody .login-form label {
            color: #323131;
        }
}

@media only screen and (max-width: 600px) {
    .header-social ul li a {
        font-size: 12px;
    }

    #Payment.nav.nav-tabs > li > a {
        padding: 5px 8px;
        font-size: 14px;
    }

    ul#IB.nav.nav-tabs li {
        width: 42px;
    }

    ul#IB.nav-tabs > li > a span {
        text-indent: 1003px;
    }

    .Part-Cont {
        min-width: 250px;
    }

    .Balcony-seat ul li.active a:after {
        width: 10px;
        height: 10px;
    }

    .GoldTable ul li.active a:after {
        width: 10px;
        height: 10px;
    }
}

@media only screen and (max-width : 414px) {
    .foot-list ul li a {
        padding: 0px 4px;
        font-size: 10px;
    }

    ul.links-list li a, ul.links-list li:last-child p, ul.Developed li p {
        font-size: 10px;
    }

    ul.links-list li a {
        line-height: 14px;
        padding: 0px 4px 0px 2px;
    }

    .Intern-form .fmr-number {
        min-width: 295px;
    }

    .courier {
        padding-left: 35%;
    }
}

@media only screen and (max-width: 375px) {
    .GoldTable ul li {
        margin: 0px 6px 6px;
    }

    .Balcony-seat ul li {
        margin: 0px 6px 6px;
    }

    ul#IB.nav.nav-tabs li {
        width: 37px;
    }

    ul#IB.nav-tabs > li > a span {
        text-indent: 999px;
    }

    .Part-Cont {
        min-width: 224px;
    }

    .Intern-form .fmr-number {
        min-width: 255px;
    }

    .courier {
        padding-left: 40%;
    }
}

@media only screen and (max-width: 360px) {
    .Mob-packages-right {
        width: 68%;
    }
}

@media only screen and (max-width: 330px) {
    .Mob-produst {
        width: 50px;
        height: 50px;
    }

    .Mob-packages-right {
        width: 75%;
    }

    a.poll-btn img {
        margin-right: 10px;
    }

    .add-btn-block, .itin-box-content, .itin-content, .itin-content {
        font-size: 14px;
    }

    .latest-box {
        max-width: 200px;
    }

    .inquiryform .form-group label {
        font-size: 12px;
    }

    .Balcony-seat ul li {
        margin: 0px 5px 5px;
    }

        .Balcony-seat ul li a {
            min-width: 35px;
        }

    .GoldTable ul li {
        margin: 0px 5px 5px;
    }

        .GoldTable ul li a {
            min-width: 35px;
        }

    ul#IB.nav.nav-tabs li {
        width: 32px;
    }

    .Part-Cont {
        min-width: 188px;
    }

    .Infor-left p, .Infor-rigth p {
        font-size: 12px;
    }

    .Infor-center .quantity {
        font-size: 12px;
    }

    .Infor-left .btn-primary, .Infor-rigth .btn-primary {
        padding: 3px 5px;
        font-size: 10px;
    }

    .Intern-form .fmr-number {
        min-width: 200px;
    }

    .courier {
        padding-left: 41%;
    }

    .LeftModalBody {
        min-height: 290px;
    }
}
/**/

ul.ultabs {
    width: 100%;
    padding: 0px;
    display: flex;
}

.ultabs li {
    margin-right: -3px;
    width: 50%;
    background-color: white;
    padding: 5px 20px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    text-align: center;
}

    .ultabs li.active {
        background: #00b1ea;
        color: white;
    }

.liinquiry {
    line-height: 40px;
}


.carttabcontent {
    margin-top: 25px;
}
