body {
    margin: 0px;
    padding: 0px;
    /*font-family: 'Roboto', sans-serif;*/
}


/*.header_main{background:#58469c;background:-moz-linear-gradient(left, #58469c 0%, #663f9a 22%, #793695 48%, #882e90 73%, #92298e 100%);background:-webkit-linear-gradient(left, #58469c 0%,#663f9a 22%,#793695 48%,#882e90 73%,#92298e 100%);background:linear-gradient(to right, #58469c 0%,#663f9a 22%,#793695 48%,#882e90 73%,#92298e 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#58469c', endColorstr='#92298e',GradientType=1);padding:15px;}*/

.select_country_width {
    width: 8%;
    float: left;
}

.header_main .logo {
    max-width: 85%;
    margin-top: 45px;
}

.header_main .search {
    width: 72%;
    float: left;
    position: relative;
}

.logo_width {
    width: 20%;
    float: left;
}

.header_main .search ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

.header_main .search ul li {
    color: #fff;
    margin: 0px 15px 0px 0px;
    padding: 0px;
    float: left;
}

.header_main .search ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.4px;
    display: block;
}

.header_main .search .white_bg {
    background: #fff;
    border-radius: 3px;
    position: relative;
    float: left;
    height: 50px;
    margin-top: 7px;
    width: 100%;
    -webkit-box-shadow: 0px 2px 11px -1px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0px 2px 11px -1px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 2px 11px -1px rgba(0, 0, 0, 0.44);
}

.header_main .search .white_bg img {
    position: absolute;
    left: 15px;
    top: 12px;
}

.header_main .search .white_bg .input {
    font-size: 14px;
    width: 100%;
    margin-left: 40px;
    border: 0;
    height: 50px;
    padding: 10px;
    font-weight: 500;
}

.header_main .search .white_bg button {
    background: #fdc868;
    background: -moz-linear-gradient(top, #fdc868 0%, #fba339 100%);
    background: -webkit-linear-gradient(top, #fdc868 0%, #fba339 100%);
    background: linear-gradient(to bottom, #fdc868 0%, #fba339 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fdc868', endColorstr='#fba339', GradientType=0);
    padding: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    border: none;
    text-transform: uppercase;
    height: 50px;
    letter-spacing: 0.3px;
    border-radius: 0px 3px 3px 0px;
}

.paymet_width {
    width: 50%;
}

.location-selector {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: left;
}

.location-selector .selected-country img {
    display: inline-block;
    width: 20px;
    vertical-align: top;
    margin-top: 1px;
}

.location-selector .drop-icon {
    float: right;
    margin-top: -2px;
}

.country-dropdown.show {
    display: block;
}

.right-nav ul li .language-dropdown li,
.profile-link-list li,
.country-dropdown li {
    border-bottom: 1px solid #f0f0f0;
    list-style: none;
    padding: 10px;
    float: left;
    width: 100%;
    color: #434343;
    text-align: left;
}

.right-nav ul li .language-dropdown li:hover,
.profile-link-list li:hover,
.country-dropdown li:hover {
    color: #56469e;
}

.country-dropdown li > img {
    width: 20px;
    display: inline-block;
    vertical-align: top;
}

.country-selection {
    position: relative;
}

.country-selection .btn-group > .btn:first-child {
    background: transparent;
    color: #fff;
    border: none;
    padding-left: 0px;
    font-weight: normal;
    padding-top: 0px;
}

.country-selection .dropdown-menu {
    min-width: 110px;
    float: left;
}

.country-selection .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.country-selection .dropdown-menu > li > a {
    padding: 3px 10px;
    font-weight: 500;
}

.country-selection {
    position: relative;
}

.user-selection .btn-group > .btn:first-child {
    background: transparent;
    color: #fff;
    border: none;
    padding-left: 0px;
    font-weight: normal;
    padding-top: 0px;
}

.user-selection .dropdown-menu {
    min-width: 110px;
    float: left;
}

.user-selection .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.user-selection .dropdown-menu > li > a {
    padding: 3px 10px;
    font-weight: 500;
}

.user-selection {
    position: relative;
    padding-left: 0px;
}

.user-selection .btn-group > .btn:first-child {
    background: transparent !important;
    color: #fff;
    border: none;
    padding-left: 0px;
    font-weight: normal;
    padding-top: 0px;
}

.user-selection .dropdown-menu {
    min-width: 122px;
    float: left;
    border-radius: 0;
    padding: 0px;
}

.user-selection .dropdown-menu li {
    border-bottom: 1px solid #f0f0f0;
    float: left;
    width: 100%;
    padding: 5px 0px;
}

.user-selection .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.user-selection .dropdown-menu > li > a {
    padding: 3px 10px;
    font-weight: normal;
    font-size: 13px;
    display: block;
    float: left;
    width: 100%;
    margin-left: 0;
    color: #f9a03c;
}

.user-selection .dropdown-menu > li > a:hover {
    background-color: transparent;
}

.header_login {
    position: relative;
    margin-top: 0px;
    padding-left: 15px;
    list-style: none;
}

.header_login img {
    float: left;
    margin-right: 5px;
}

.header_login a {
    float: left;
    color: #fff;
    font-weight: normal;
    margin-left: 5px;
}

.header_login a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.header_login li {
    list-style: none
}

.no-mobile {
    display: block;
}

.no-desktop {
    display: none;
}

.payment-mode {
    max-width: 580px;
    border: 1px solid #232325;
}


/*.payment-mode p{font-weight:500;font-size:18px;float:left;margin-top:0px;}*/

.payment-mode-clock {
    float: left;
    margin-right: 10px;
}

.payment-mode span {
    border-radius: 10px;
    padding: 5px 10px;
    background: #535355;
    margin-left: 15px;
}

.payment-mode ul {
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
}

.payment-mode ul li {
    display: block;
    float: left;
}

.payment-mode ul li label {
    border: 2px solid #232325;
    margin: 15px 5px;
    padding: 10px 5px;
    border-radius: 5px;
}

.payment-mode ul li label:hover {
    border: 2px solid #e6b800;
    cursor: pointer;
}

.payment-mode ul li label.active {
    border: 2px solid #e6b800 !important;
    border-radius: 5px;
}

.payment-mode input[type=radio],
.payment-mode input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

.payment-mode input[type=radio] + label,
.payment-mode input[type=checkbox] + label {
    cursor: pointer;
}

.payment-mode input[type=radio] + label:before,
.payment-mode input[type=checkbox] + label:before {
    height: 16px;
    content: " ";
    display: inline-block;
    vertical-align: baseline;
    transition: 0.3s;
    border: none;
    box-shadow: none;
    transition: 0.3s;
}

.payment-mode-select {
    border: none;
    border-bottom: 1px solid #b9b9ba;
    border-radius: 0;
    box-shadow: none;
    padding-left: 5px;
    height: 40px;
    margin-top: 10px;
}

.payment-mode-cancel {
    padding: 15px 20px;
    background: #5a5e66;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 3px;
    margin-top: 20px;
}

.login-btn-submit {
    border-radius: 20px;
    background: #535355;
    color: #fff;
}

.login-btn-submit a {
    color: #fff;
    text-decoration: none;
}

.login-btn-submit a:hover {
    color: #fff;
    text-decoration: none;
}

.my-account-cancel {
    background: #5a5e66;
    padding: 15px 20px !important;
    text-align: center;
    color: #fff;
    border: none !important;
    float: left;
    border-radius: 4px !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    height: auto !important;
    width: 100%;
    font-size: 16px !important;
}

.my-account-cancel a {
    color: #fff !important;
    text-decoration: none;
}

.login-dialog {
    max-width: 380px;
    width: 90%;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    top: 10% !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: auto !important;
    position: absolute;
}

.login {
    position: relative;
    border: none;
    padding-bottom: 0;
}

.login .close {
    font-size: 26px;
    font-weight: normal;
    color: #000;
    text-shadow: none;
    opacity: inherit;
    float: right;
}

.login-body {
    position: relative;
    border: none;
    padding-top: 0;
    padding-bottom: 0px;
}

.login-body .form-group {
    margin-bottom: 8px;
}

.login-body h1 {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.2rem;
}

.login-body p {
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 1rem;
}

.connect-fb {
    position: relative;
    width: 100%;
}

.connect-fb a {
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0.7rem 0;
    background: #3b5999;
    border-radius: 4px;
    margin-bottom: 1rem;
    float: left;
    height: 40px;
    text-decoration: none;
}

.connect-fb a:hover {
    text-decoration: none;
    color: #fff;
}

.account-text {
    position: relative;
    float: left;
    font-size: 17px;
    font-weight: bold;
    padding-left: 50px;
    margin-top: 0px;
}

.text-medium {
    text-align: center;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #686868;
}

.account-text p {
    float: left;
    color: #7f7f7f;
    font-size: 14px;
    font-weight: bold !important;
}

.account-text button {
    background: transparent;
    border: none;
    color: #fd9e40 !important;
    font-size: 14px !important;
    margin-left: 10px;
}

.account-text span {
    float: left;
    color: #2c98fb;
    margin-left: 10px;
}


/*.login-filds{float:left;}*/

/*.rating-popup {
    font-size: 18px !important;
    color: #fff !important;
}*/

.nofloat-review {
    float: none;
    max-width: 100% !important;
}

.login-dialog .modal-content {
    float: left;
    padding: 0px;
    box-shadow: none;
    border: 0px;
}


/*.login-filds input{border:none;border-bottom:1px solid #b9b9ba !important;border-radius:0;box-shadow:none;padding-left:15px;height:40px !important;font-weight:normal;color: #000;padding-bottom: 0;}*/


/*.login-filds select{border:none;border-bottom:1px solid #b9b9ba !important;border-radius:0;box-shadow:none;padding-left:5px;height:40px;font-weight:normal;}*/

.login-btn {
    width: 100%;
    position: relative;
    margin-top: 0px !important;
}

.login-btn input {
    margin-top: 0px;
    padding: 0 !important;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px !important;
    border: none;
    letter-spacing: 0.03em;
    background: #fd9e40;
    width: 100%;
    height: 40px;
}

.guest-btn {
    width: 100%;
    position: relative;
}

.guest-btn a {
    padding: 15px 20px;
    background: transparent;
    border: 2px solid #fc5b88;
    text-decoration: none;
    color: #fd5989;
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
}

.terms-text {
    text-align: center;
}

.terms-text p {
    font-size: 0.8rem;
    color: #000;
}

.terms-text span {
    position: relative;
}

.terms-text span a {
    font-size: 0.8rem;
    color: #f9a03c;
    font-weight: 500;
}

.footer_main {
    position: relative;
}

.movie-information:hover {
    color: #000;
    text-decoration: none;
}

.movie-information h1 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
}

.movie-information p {
    margin: 5px 0px 10px 0px;
    float: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.movie-details .movie-bookbtn {
    background: #fdc868;
    background: -moz-linear-gradient(top, #fdc868 0%, #fba339 100%);
    background: -webkit-linear-gradient(top, #fdc868 0%, #fba339 100%);
    background: linear-gradient(to bottom, #fdc868 0%, #fba339 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fdc868', endColorstr='#fba339', GradientType=0);
    padding: 10px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    border: none;
    text-transform: uppercase;
    height: 50px;
    letter-spacing: 0.3px;
    border-radius: 3px;
    float: left;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}

.movie-details .movie-bookbtn:hover {
    color: #fff;
    text-decoration: none;
}

.movie-details {
    height: 540px;
}

.middle-body {
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
}

header .input-group-btn button {
    border-radius: 0;
    min-width: 150px;
    background: linear-gradient(#fdcc6b, #f9a541);
    border: none;
    color: #fff;
    font-size: 16px;
    height: 50px;
}

header .input-group input {
    min-width: 420px;
    border: none !important;
    font-size: 14px !important;
    height: 50px;
    border-radius: 5px;
}

header input.form-control:focus {
    border: none;
    box-shadow: none;
}

header #custom-search-input {
    width: 100%;
}

header .form-inline {
    width: 85%;
    position: relative;
}

header .input-group {
    background: #fff;
    padding: 0 0 0 10px;
}

header ul.categories {
    float: left;
    display: inline-flex;
    width: 100%;
    margin-bottom: 5px;
    margin-left: 100px;
}

header .offers {
    display: inline-flex;
    position: absolute;
    bottom: -31px;
    right: 16px;
}

header .offers li a.main {
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
}

header .offers .dropdown-item,
header .location .dropdown-item {
    font-size: 14px;
}

header ul.categories li a {
    color: #fff;
    font-size: 16px;
    padding-right: 20px;
}

header .input-group img {
    padding-top: 12px;
}

header .navbar {
    min-height: 160px;
    background: linear-gradient(to right, #5a449c, #912a8f);
    border-top: 1px solid #fff;
    display: none;
}

header .input-group {
    margin-left: 100px;
    border-radius: 5px;
}

header .navbar-brand {
    padding: 0;
    margin: 0;
}

header .navbar-brand img {
    vertical-align: top;
}

header .nav-item span.active_message {
    position: absolute;
    top: 0;
    right: 0;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    float: left;
    padding-right: 0;
    padding-left: 0;
}

header .navbar-expand-lg .navbar-nav .nav-link:hover,
header .navbar-expand-lg .navbar-nav .nav-link:focus {
    color: #fff;
}

header .navbar-expand-lg .navbar-nav .nav-item span {
    float: left;
    padding: .5rem .5rem;
    color: #fff;
}

header .navbar-expand-lg .navbar-nav .nav-item.nav-img .nav-link {
    padding-top: 5px;
}

header .location {
    position: absolute;
    top: 20px;
    right: 80px;
}

header .location img {
    padding-right: 5px;
}

header .location .dropdown-menu img {
    width: 25%;
}

header .location a.main {
    color: #fff;
}

.dropdown-toggle::after {
    border: none;
    background-image: url(../images/dropdown.png);
    height: 8px;
    width: 17px;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
}

header .dropdown-menu {
    min-width: 142px;
}

.searh-dialog {
    width: 600px !important;
    text-align: center;
}

@media only screen and (max-width:360px) {
    .header_main .search ul li {
        margin: 10px 20px 0px 24px;
    }
    .logo_width {
        width: 100%;
        float: left;
    }
    .footer_main .left_side p {
        font-size: 14px;
        font-weight: 500;
    }
    .my-account-cancel {
        margin-top: 15px;
    }
    .paymet_width {
        width: 100%;
    }
    .page-footer p {
        color: #fff;
        font-size: 13px;
    }
    no-mobile {
        display: none !important;
    }
    .footer_main .left_side ul li {
        float: left;
        margin-right: 7px !important;
    }
    .menu-links {
        text-align: left;
        margin-top: 10px;
    }
    .menu-links li {
        padding: 10px 10px 10px 35px;
        text-align: left;
    }
    .overlay .closebtn {
        position: absolute;
        top: 10px;
        right: 0px;
        font-size: 40px;
        color: #fff;
        font-weight: normal;
        width: 60px;
        height: 60px;
        text-align: center;
    }
    .overlay-content h1 {
        font-size: 16px;
        color: #fff;
    }
    .no-border-mobile {
        border-right: 0px !important;
    }
    .searh-dialog {
        width: 290px !important;
        text-align: center;
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
    .header_main .search ul {
        padding-left: 45px !important;
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (orientation:portrait) {
    .menu-links {
        text-align: left;
        margin-top: 10px;
    }
    .header_main .search ul li {
        margin: 10px 5px 0px 26px !important;
    }
    .menu-links li {
        padding: 10px 10px 10px 35px;
        text-align: left;
    }
    .overlay .closebtn {
        position: absolute;
        top: 10px;
        right: 0px;
        font-size: 40px;
        color: #fff;
        font-weight: normal;
        width: 60px;
        height: 60px;
        text-align: center;
    }
    .overlay-content h1 {
        font-size: 16px;
        color: #fff;
    }
    .no-border-mobile {
        border-right: 0px !important;
    }
    .my-account-cancel {
        margin-top: 15px;
    }
    .searh-dialog {
        width: 320px !important;
        text-align: center;
    }
    .paymet_width {
        width: 100%;
    }
}

@media only screen and (max-width:1500px) {}

@media only screen and (max-width:1200px) {
    header .input-group,
    header ul.categories {
        margin-left: 30px;
    }
    #custom-search-input {
        width: 80%;
    }
    header .form-inline {
        width: 75%;
    }
    #custom-search-input .input-group-btn {
        position: absolute;
        right: 0;
    }
    .slider-part .overlay h2 {
        font-size: 27px;
    }
    .desert-safari h4 a,
    .slots h4 a {
        font-size: 12px;
    }
    .tickets .quantity {
        float: left;
    }
}

@media only screen and (max-width:992px) {
    header ul.categories {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    header ul.categories li,
    header .offers li {
        float: left;
    }
    header .offers {
        position: absolute;
        bottom: 30px;
        right: 20px;
    }
    .navbar-toggler,
    .navbar-toggler:focus {
        border: none;
        outline: none;
    }
    .navbar-toggler-icon {
        color: #fff;
    }
    .navbar .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 99;
        left: 0;
        top: 0;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.9);
        overflow-x: hidden;
        transition: 0.5s;
    }
    .overlay-content {
        position: relative;
        top: 15%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .overlay a:hover,
    .overlay a:focus {
        color: #f1f1f1;
    }
    .profile-image-wrapper {
        width: 60px;
        height: 60px;
        display: inline-block;
        border-radius: 100%;
        background: #fff;
        margin: 10px 0;
    }
    /*a.login-resister{color:#fff;font-size:26px;display:block;}*/
    header .location a.main {
        font-size: 23px;
    }
    .location .dropdown-toggle::after {
        top: 15px;
    }
    .location .dropdown-menu {
        left: 320px;
    }
    header .location {
        position: relative;
        left: -5px;
        right: 0;
        top: 20px;
    }
    .menu-links a {
        color: #fff;
        font-size: 20px;
        font-weight: 100;
    }
    .menu-links {
        margin-top: 50px;
    }
    header .offers li a.main {
        padding-left: 0;
        padding-right: 20px;
    }
    .book-tkt a {
        font-size: 17px;
    }
}

@media only screen and (max-width:767px) {
    /*a.login-resister{color:#fff;font-size:16px;display:block;}*/
    header .location a.main {
        font-size: 23px;
    }
    .location .dropdown-menu {
        left: 130px;
    }
    .menu-links a {
        color: #fff;
        font-size: 16px;
        font-weight: 100;
    }
    .middle-body {
        padding: 0;
    }
    .count-input input {
        font-size: 20px;
    }
    .slider-part .overlay img {
        height: 50%;
    }
}

@media only screen and (max-width:600px) {
    .payment-and-social .float-right {
        float: left !important;
    }
    .logo_width {
        width: 100%;
        float: left;
    }
    .header_main .search ul li {}
    header ul.categories {
        width: auto;
    }
    header .offers {
        margin: 0 auto;
    }
    header .offers {
        display: inline-flex;
        position: relative;
        bottom: 0;
        right: 0;
    }
    .paymet_width {
        width: 100%;
    }
    header .navbar {
        min-height: 0px;
        background: linear-gradient(to right, #5a449c, #912a8f);
        border-top: 0;
        margin: 0px;
        border: 0px;
        display: block;
    }
    .no-mobile {
        display: none;
    }
    .no-desktop {
        display: block;
    }
    .login-dialog {
        width: 90%;
        margin: 10px auto;
    }
    .header_main .logo {
        margin: 0px 0px 0px 20px;
        float: left;
        width: 70%;
    }
    .side_nav {
        float: left;
        margin: 0px;
        padding: 0px;
        width: 30px;
        height: 35px;
        background: transparent;
    }
    .mobile_search {
        float: right;
        margin-top: 10px;
    }
    .my-account-cancel {
        margin-top: 15px;
    }
    .header_main {
        padding-bottom: 0px;
    }
    .header_main .search {
        float: left;
    }
    .navbar-toggler-icon {
        color: #fff;
        display: block;
        width: 20px;
        height: 2.4px;
        border-radius: 1px;
        margin-top: 5px;
        background: #fff;
    }
    .no-border-mobile {
        border-right: 0px !important;
    }
    .footer_main {
        position: relative;
        padding: 20px;
        background: #fff;
        -webkit-box-shadow: 0px 2px 11px -1px rgba(0, 0, 0, 0.44);
        -moz-box-shadow: 0px 2px 11px -1px rgba(0, 0, 0, 0.44);
        box-shadow: 0px 2px 11px -1px rgba(0, 0, 0, 0.44);
    }
    .footer_main .left_side {
        float: left;
        margin-top: 15px;
    }
    .footer_main .left_side p {
        font-size: 16px;
        font-weight: 500;
    }
    .footer_main .left_side ul {
        list-style: none;
        float: left;
        margin: 0px;
        padding: 0px;
    }
    .footer_main .left_side ul li {
        float: left;
        margin-right: 10px;
    }
    no-mobile {
        display: none !important;
    }
}

@media only screen and (max-width:480px) {
    .login-dialog {
        width: 90%;
    }
}
.chstms{position:relative; top:-18px}
	  
@media only screen and (max-width:480px) {
    .chstms {
       top:0px
    }
}
	