@import "font-awesome/css/font-awesome.min.css";
@import url(https://fonts.googleapis.com/css?family=Armata|PT+Sans|Montserrat:700,400);
body {
    font-family: var(--primary-font) !important;
    font-size: 14px;
    background: #ffffff;
    color: var(--primary-font-color);
}

body.single-page {
    background: #ffffff;
}

img:focus {
    outline: none;
    border: 0;
}

.btn-primary {
    color: #fff;
    background-color: var(--highlight-color);
    border-color: var(--highlight-color);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: var(--highlight-color);
    border-color: var(--highlight-color);
}

.btn-primary-light {
    background: var(--text-color-white) !important;
    border-color: var(--highlight-color) !important;
    color: var(--highlight-color) !important;
}
.btn-primary-light:hover, .btn-primary-light:focus, .btn-primary-light:active {
  background: var(--highlight-color) !important;
  color: #fff !important;
  border-color: var(--highlight-color) !important;
}
.btn-primary-light.btn-outline:hover, .btn-primary-light.btn-outline:focus, .btn-primary-light.btn-outline:active {
  background: var(--highlight-color) !important;
  color: #fff !important;
}

.btn-warning {
    color: #fff;
    background-color: var(--highlight-color);
    border-color: var(--highlight-color);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: var(--highlight-color);
    border-color: var(--highlight-color);
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(32, 69, 102, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-moz-scrollbar {
    width: 5px;
}


/* Track */

::-moz-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* Handle */

::-moz-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(32, 69, 102, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-o-scrollbar {
    width: 5px;
}


/* Track */

::-o-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* Handle */

::-o-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(32, 69, 102, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.inner::-webkit-scrollbar {
    height: 5px;
}

.inner::-o-scrollbar {
    height: 5px;
}

.inner::-moz-scrollbar {
    height: 5px;
}


/*::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(32,69,102,0.8);
}*/

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
    color: var(--highlight-color);
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    line-height: 23px;
}

.btn:hover,
.btn:focus {
    outline: none;
    outline-offset: 0;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 13%);
    box-shadow: inset 0 0 0 rgb(0 0 0 / 13%);
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    outline: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dashed #e0e0e0;
    margin: 1em 0;
    padding: 0;
}

pre {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

label {
    font-weight: bold;
}

text {
    font-weight: normal;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
   -------------------------HEADER---------------------------------
-------------------------------------------------------------------*/

.ls-header {
    font-size: 15px;
}

.mail_box {
    background: #323232;
    padding: 0.7rem 1rem;
    width: 250px;
    position: fixed;
    z-index: 99999;
    bottom: 1.5rem;
    right: 1.4rem;
    color: #FFF;
    font-size: 14px;
}

.mail_box span {
    color: #5cb85c;
    font-size: 16px;
    font-weight: bold;
}

.mail_box .icn {
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    height: 50px;
    width: 50px;
    line-height: 35px;
    display: block;
    border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    margin-right: 10px;
}

.mail_box .text_white {
    color: #444;
    font-size: 12px;
    font-weight: bold;
    height: 17px;
    width: 17px;
    line-height: 14px;
    display: block;
    text-align: center;
    border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    background: #FFF;
}

.ls-top-header {
    margin-bottom: 15px;
    margin-top: 5px;
}

nav {
    background: #fff;
}

.header-logo {
    text-align: center;
    float: left;
    padding: 10px 0px;
}

.header-logo a {
    line-height: 50px;
}

.header-logo a span {
    font-size: 28px;
    font-family: var(--header-font);
    color: #f2f2f2;
    margin: 0;
    padding: 0;
    line-height: 50px;
    text-transform: uppercase;
}

.header-logo a:hover {
    text-decoration: none;
}

#main-container {
    width: 100%;
    height: 100%;
    color: var(--gray-font-colour);
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- NAVIGATION -------------------------
-------------------------------------------------------------------*/


/*** Top Navigation ***/

.menu-control {
    float: left;
    line-height: 38px;
    margin-left: 5px;
    text-align: center;
}

.menu-control a {
    color: #ffffff;
    outline: none;
}

.menu-control a:hover {
    color: #FF4906;
}

.menu-control a i {
    line-height: 25px;
    font-size: 18px;
}

.top-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

.top-navigation ul li {
    display: inline-block;
    color: var(--primary-font-color);
    padding-top: 18px;
}

.top-navigation ul li a {
    color: var(--black-bg-color);
    text-decoration: none;
    line-height: 17px;
    outline: none;
    padding: 0px 0 0 10px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}

.top-navigation ul li a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top-navigation ul li a.right-sidebar,
.top-navigation ul li a.right-sidebar-setting {
    -webkit-transition: none 0.3s ease-in-out;
    -moz-transition: none 0.3s ease-in-out;
    -o-transition: none 0.3s ease-in-out;
    transition: none 0.3s ease-in-out;
}

.top-navigation ul li.only-phone {
    display: none;
}

.top-navigation ul li.only-phone a {
    -webkit-transition: none 0.3s ease-in-out;
    -moz-transition: none 0.3s ease-in-out;
    -o-transition: none 0.3s ease-in-out;
    transition: none 0.3s ease-in-out;
}

.top-navigation ul li.only-phone a:hover {
    background: none;
    color: #FF4906;
    -webkit-transition: none 0.3s ease-in-out;
    -moz-transition: none 0.3s ease-in-out;
    -o-transition: none 0.3s ease-in-out;
    transition: none 0.3s ease-in-out;
}

.search-box {
    float: left;
    margin-left: 5px;
    text-align: center;
}

.search-box ul li a span {
    font-size: 18px;
    line-height: 12px;
}

.search-box input[type=search] {
    background: url("../images/b.png") no-repeat scroll 9px center / 19px 19px #f2f2f2;
    border: none;
    color: #000;
    cursor: auto;
    height: 40px;
    outline: 0;
    padding-left: 32px;
    width: 320px;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

.search-box input::-webkit-input-placeholder {
    color: #999;
}

.search-box input::-webkit-search-decoration,
.search-box input::-webkit-search-cancel-button {
    display: none;
}


/*Top dropDown navigation Start*/

.top-navigation li.open:after {
    border-bottom: 6px solid var(--highlight-color);
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    right: 11px;
    top: 47px;
    z-index: 1;
}

.red-color .top-navigation li.open:after {
    border-bottom: 6px solid var(--highlight-color);
}

.top-navigation li a span.badge {
    /**** Issue Fixed @new ***/
    font-size: 10px;
    font-weight: normal;
    padding: 0;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 4px;
    font-family: var(--highlight-font);
    height: 15px;
    width: 15px;
    line-height: 15px;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.top-navigation .dropdown-menu.right {
    left: auto;
    right: 0;
}

.top-navigation .dropdown-menu {
    margin: 0;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    padding: 0;
    border: none;
    min-width: 275px;
}

.top-navigation .dropdown-menu h4 {
    padding: 10px;
    margin: 0;
    font-size: 14px;
    color: white;
    background: var(--highlight-color);
}

.red-color .top-navigation h4 {
    background: #C45C5C;
}

.top-navigation .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: none;
}

.top-navigation .dropdown-menu ul li.only-link {
    text-align: center;
    padding: 5px 0;
    border-bottom: none;
    margin-top: 0;
}

.top-navigation .dropdown-menu ul li.only-link a {
    font-size: 14px;
}

.ls-feed {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ls-feed li {
    background-color: #e0e0e0;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    padding: 10px 0 10px 33px;
    position: relative;
}

.top-navigation ul.ls-feed li {
    display: block;
}

.top-navigation ul.ls-feed li a {
    padding: 0;
    color: #6e6e6e;
    display: block;
    line-height: 22px;
    font-size: 14px;
}

.top-navigation ul.ls-feed li a:hover {
    background: none;
    color: var(--highlight-color) !important;
}

.ls-feed li .label {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 7px;
    line-height: 11px;
    padding: 5px;
    position: absolute;
    top: 18px;
    height: 20px;
    width: 20px;
}

.feed-box .ls-feed li .label {
    top: 7px;
    padding: 5px 0;
}

.ls-feed li .date {
    padding-right: 10px;
    text-align: right;
    font-style: italic;
    font-size: 12px;
    float: right;
}

.dropdown-menu.top-notification h4 {
    color: white;
    background: var(--highlight-color);
    ;
}

.red-color .dropdown-menu.top-notification h4 {
    background: #C45C5C;
}

.dropdown-menu.top-notification .ls-feed li {
    margin-bottom: 0;
    border-bottom: 1px dotted #cbc5ba;
    background: white;
    color: dimgrey;
}


/*Top dropDown navigation end*/


/*** Left Navigation ***/

#left-navigation {
    /*width: 200px;*/
    width: 90px;
    /*background: #204566;*/
    background: var(--left-navigation_bg_color);
    float: left;
    position: absolute;
    left: 0;
    height: 100%;
    overflow: visible !important;
}

#left-navigation.active {
    width: 90px;
}

#left-navigation .user-image {
    margin: 10px auto;
    width: 80px;
    position: relative;
}

#left-navigation.active .user-image {
    width: 40px;
}

#left-navigation .user-image img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}

#left-navigation.active .user-image {
    width: 40px;
}

#left-navigation.active .user-image img {
    width: 40px;
}

#left-navigation .user-online-status {
    display: block;
    left: 0;
    position: absolute;
    top: 10px;
}

#left-navigation.active .user-online-status {
    top: -5px;
}

#left-navigation.active .social-icon {
    display: none;
}

#left-navigation .social-icon {
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
    text-align: center;
}

#left-navigation .social-icon li {
    display: inline-block;
    margin: 0 5px;
}

#left-navigation .social-icon li a {
    color: #FF4906;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#left-navigation .social-icon li a:hover {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.black-color #left-navigation {
    background: #444755;
}

.blue-color #left-navigation {
    background: #53A2B8;
}

.deep-blue-color #left-navigation {
    background: #324E59;
}

.red-color #left-navigation {
    background: #DD7878;
}

.light-green-color #left-navigation .social-icon li a {
    color: #ffffff;
}

.light-green-color #left-navigation .social-icon li a:hover {
    color: var(--gray-font-colour);
}

.blue-color #left-navigation .social-icon li a {
    color: #ffffff;
}

.blue-color #left-navigation .social-icon li a:hover {
    color: #FF4906;
}

.red-color #left-navigation .social-icon li a {
    color: #ffffff;
}

.red-color #left-navigation .social-icon li a:hover {
    color: #3F414D;
}

.light-green-color #left-navigation {
    background: #4FADA8;
}

ul.mainNav {
    padding: 0;
    margin: 0;
    list-style: none;
    background: var(--left-navigation_bg_color);
}

ul.mainNav.mobile {
    display: none;
}

.red-color ul.mainNav {
    background: #FF4906;
}

.blue-color ul.mainNav {
    background: #5EBFD8;
}

.light-green-color ul.mainNav {
    background: #1FB5AD;
}

.black-color ul.mainNav {
    background: #3F414D;
}

.deep-blue-color ul.mainNav {
    background: #3A515A;
}

ul.mainNav li {
    border-top: 1px solid var(--left-navigation_bg_color);
    position: relative;
}

ul.mainNav.active li ul li {
    border: none;
}

ul.mainNav li:last-child {
    border-bottom: 1px solid var(--left-navigation_bg_color);
}

.black-color ul.mainNav li {
    border-top: 1px solid var(--left-navigation_bg_color);
}

.black-color ul.mainNav li:last-child {
    border-bottom: 1px solid #444755;
}

.blue-color ul.mainNav li {
    border-top: 1px solid #47aac5;
}

.blue-color ul.mainNav li:last-child {
    border-bottom: 1px solid #47aac5;
}

.deep-blue-color ul.mainNav li {
    border-top: 1px solid #3D5863;
}

.deep-blue-color ul.mainNav li:last-child {
    border-bottom: 1px solid #3D5863;
}

.red-color ul.mainNav li {
    border-top: 1px solid #E48080;
}

.red-color ul.mainNav li:last-child {
    border-bottom: 1px solid #E48080;
}

.light-green-color ul.mainNav li {
    border-top: 1px solid #4FADA8;
}

.light-green-color ul.mainNav li:last-child {
    border-bottom: 1px solid #4FADA8;
}

ul.mainNav li a {
    line-height: 13px;
    font-size: 13px;
    padding: 10px 0px 10px 0px;
    display: block;
    text-decoration: none;
    color: #FFF;
    outline: 0;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.mainNav li a.active {
    color: #FFF;
    background-color: #7A8B83;
}

.red-color ul.mainNav li a,
.blue-color ul.mainNav li a,
.light-green-color ul.mainNav li a {
    color: #FFF;
}

ul.mainNav li a i {
    margin-right: 5px;
    width: 15px;
    font-size: 19px;
}

ul.mainNav li a b {
    width: 12px;
}

#left-navigation.active ul.mainNav li a i {
    width: 90px;
}

#left-navigation.active ul.mainNav li a i.fa-caret-down {
    display: none;
}

#left-navigation.active ul.mainNav ul li a i {
    width: 10px;
}

#left-navigation.active ul.mainNav li a b {
    width: 22px;
}

ul.mainNav li a span {
    line-height: 13px;
    font-size: 13px;
    display: block;
    padding-top: 5px;
}

ul.mainNav li a span.badge {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    padding: 2px 5px;
    position: absolute;
    right: 0px;
}

#left-navigation.active ul.mainNav li a span.badge {
    right: 25px;
}

ul.mainNav li a span.navTag {
    font-size: 18px;
}

ul.mainNav li a:hover,
ul.mainNav li.active {
    background-color: var(--left-navigation_bg_color);
    border-top: var(--highlight-color);
    text-align: center;
    border-left: 5px solid var(--highlight-color);
}

ul.mainNav li.active:hover {
    background-color: #204566;
    border-top: var(--highlight-color);
    text-align: center;
    border-left: 0px solid var(--highlight-color);
}

ul.mainNav ul {
    margin: 0;
    padding: 0;
    display: none;
    list-style: none;
    background: #58595B;
}

ul.mainNav.active ul {
    position: absolute;
    left: 90px;
    width: 200px;
    top: 0px;
    background: #4C4C4E;
}

ul.mainNav.active li ul.open {
    display: block;
}

ul.mainNav li.active ul {
    display: block;
}

ul.mainNav li.active ul ul {
    display: none;
}

ul.mainNav li.active ul li.active ul {
    display: block;
}

ul.mainNav li.active ul li.active ul li.active {
    display: block;
}

ul.mainNav li.active ul li.active ul li.active ul li.active {
    display: block;
}

ul.mainNav li.active ul li.active ul li.active ul li.active ul li.active {
    display: block;
}

ul.mainNav.active li.active ul {
    display: none;
}

ul.mainNav.active li.active ul.open {
    display: block;
}

ul.mainNav.active li ul.active {
    display: none;
}

ul.mainNav.active li ul.active.open {
    display: block;
}

.blue-color ul.mainNav.active ul,
.blue-color ul.mainNav ul {
    background: #53A2B8;
}

.deep-blue-color ul.mainNav.active ul,
.deep-blue-color ul.mainNav ul {
    background: #3D5863;
}

.red-color ul.mainNav.active ul,
.red-color ul.mainNav ul {
    background: #DD7878;
}

.light-green-color ul.mainNav.active ul,
.light-green-color ul.mainNav ul {
    background: #4FADA8;
}

.black-color ul.mainNav.active ul,
.black-color ul.mainNav ul {
    background: #444755;
}

ul.mainNav ul li {
    margin: 0;
    padding: 0;
    clear: both;
}

ul.mainNav ul li a {
    padding: 10px 15px;
    font-size: 12px;
    font-weight: normal;
    outline: 0;
    text-align: left;
    background-color: var(--left-navigation_bg_color);
}

#left-navigation.active ul.mainNav ul li a {
    text-align: left;
}

ul.mainNav ul li a:hover {
    background-color: var(--left-navigation_bg_color);
    color: #FFF;
}

ul.mainNav.active li.active a i {
    color: #FFF;
}

ul.mainNav ul li a.active {
    color: #FFF;
    background-color: #7a8b83;
}

ul.mainNav ul ul li a {
    color: #ffffff;
    padding: 10px 15px;
}

ul.mainNav ul ul li a:hover {
    background-color: #204566;
    color: #FFF;
}

ul.mainNav b {
    float: right;
    font-size: 14px;
    font-weight: 400;
}

ul.mainNav.active ul {
    display: none;
}

ul.mainNav.active li a i {
    padding-left: 0px;
}

ul.mainNav.active li a b {
    display: none;
}

ul.mainNav.active li:hover,
ul.mainNav.check li.check {
    /*width: 200px;
    background: #49494B;*/
    z-index: 999;
}

ul.mainNav.active li:hover,
ul.mainNav.active li.check {
    background: var(--left-navigation_bg_color);
}

.blue-color ul.mainNav.active li:hover,
.blue-color ul.mainNav.active li.check {
    background: #53A2B8;
}

.deep-blue-color ul.mainNav.active li:hover,
.deep-blue-color ul.mainNav.active li.check {
    background: #3D5863;
}

.red-color ul.mainNav.active li:hover,
.red-color ul.mainNav.active li.check {
    background: #DD7878;
}

.light-green-color ul.mainNav.active li:hover,
.light-green-color ul.mainNav.active li.check {
    background: #4FADA8;
}

.black-color ul.mainNav.active li:hover,
.black-color ul.mainNav.active li.check {
    background: #444755;
}

ul.mainNav.active>li:hover,
ul.mainNav.active>li.check {
    /*width: 250px;*/
    z-index: 11;
}

ul.mainNav.active li a span,
ul.mainNav.active li a b {
    /*display: none;*/
}

ul.mainNav.active li:hover a span,
ul.mainNav.active li.check a span,
ul.mainNav.active li:hover a b,
ul.mainNav.active li.check a b {
    display: block;
}

ul.mainNav.active ul ul,
ul.mainNav.active ul ul ul {
    left: 195px;
}


/*** For Mobile Mobile ***/

.navigation {
    color: #ffffff;
    box-shadow: 0 1px 7px #444;
}

.black-color .navigation {
    background: #3F414D;
}

.blue-color .navigation {
    background: #5EBFD8;
}

.deep-blue-color .navigation {
    background: #3A515A;
}

.red-color .navigation {
    background: #FF4906;
}

.light-green-color .navigation {
    background: #1FB5AD;
}

.navigation a h1 {
    font-size: 22px;
    font-family: var(--header-font);
    color: #f2f2f2;
    margin: 0;
    padding: 0;
    line-height: 37px;
    text-transform: uppercase;
}

.light-green-color .navigation a h1 {
    color: #f2f2f2;
}

.red-color .navigation a h1 {
    color: #f2f2f2;
}

.blue-color .navigation a h1 {
    color: #ffffff;
}

.navigation input.top-search {
    float: left;
}

.phone-nav-box {
    background: #fff;
    text-align: right;
}

.phone-nav-box .phone-logo {
    text-align: left;
    float: left;
}

.phone-nav-box .phone-logo h1 {
    color: #FFF;
    font-family: var(--header-font);
    font-size: 20px;
    line-height: 38px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.red-color .phone-nav-box .phone-logo h1,
.blue-color .phone-nav-box .phone-logo h1,
.light-green-color .phone-nav-box .phone-logo h1,
.black-color .phone-nav-box .phone-logo h1,
.deep-blue-color .phone-nav-box .phone-logo h1 {
    color: #ffffff;
}

.red-color .phone-nav-box {
    background: #DD7878;
}

.blue-color .phone-nav-box {
    background: #53A2B8;
}

.light-green-color .phone-nav-box {
    background: #4FADA8;
}

.black-color .phone-nav-box {
    background: #444755;
}

.deep-blue-color .phone-nav-box {
    background: #324E59;
}

.phone-nav-box a {
    font-size: 30px !important;
    display: inline-block;
    padding: 0px 20px;
    outline: 0;
    color: var(--primary-font-color) !important;
    text-decoration: none;
    font-weight: normal;
    text-align: right;
    line-height: 0px;
}

.phone-nav-box a span {
    color: var(--primary-font-color) !important;
}

.red-color .phone-nav-box a,
.blue-color .phone-nav-box a,
.light-green-color .phone-nav-box a,
.black-color .phone-nav-box a,
.deep-blue-color .phone-nav-box a {
    color: #ffffff;
}

.phone-nav-box a:hover {
    text-decoration: none;
}

.phone-nav-box a span {
    line-height: 28px;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- BREADCRUMB -------------------------
-------------------------------------------------------------------*/

.ls-breadcrumbs {
    display: inline-block;
    overflow: hidden;
    border-radius: 1px;
}

.ls-breadcrumbs a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 36px;
    color: var(--gray-font-colour);
    padding: 0 20px 0 30px;
    background: #E3DFD8;
    position: relative;
}

.ls-breadcrumbs a:first-child {
    padding-left: 20px;
    border-radius: 1px;
}

.ls-breadcrumbs a:first-child:before {
    left: 14px;
}

.ls-breadcrumbs a:last-child {
    border-radius: 1px;
    padding-right: 20px;
}

.ls-breadcrumbs a.active,
.ls-breadcrumbs a:hover {
    background: #e0e0e0;
}

.ls-breadcrumbs a.active:after,
.ls-breadcrumbs a:hover:after {
    background: #e0e0e0;
}

.ls-breadcrumbs a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    width: 36px;
    height: 36px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    background: #E3DFD8;
    box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.1), 3px -3px 0 2px #e0e0e0;
    border-radius: 0 5px 0 50px;
}

.ls-breadcrumbs a:last-child:after {
    content: none;
}

.ls-breadcrumbs a .fa {
    font-size: 14px;
    margin-right: 3px;
    color: var(--gray-font-colour);
}

.breadcrumb-box {
    margin-bottom: 20px;
}

.breadcrumb li {
    font-size: 12px;
}

.breadcrumb li a {
    color: var(--gray-font-colour);
    font-size: 12px;
    outline: 0;
}

.breadcrumb>li+li:before {
    color: var(--gray-font-colour);
}


/**** breadcrumb simple ***/


/****** Breadcrumb ****/

.ls-breadcrumbs-simple {
    display: inline-block;
    overflow: hidden;
    border-radius: 1px;
}

.ls-breadcrumbs-simple a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    color: var(--gray-font-colour);
    padding: 0 10px 0 10px;
    position: relative;
}

.ls-breadcrumbs-simple a:first-child {
    padding-left: 0;
    margin-left: 0;
    border-radius: 1px;
}

.ls-breadcrumbs-simple a:first-child:before {
    left: 14px;
}

.ls-breadcrumbs-simple a:last-child {
    border-radius: 1px;
    padding-right: 20px;
}

.ls-breadcrumbs-simple a.active,
.ls-breadcrumbs-simple a.active .fa,
.ls-breadcrumbs-simple a:hover {
    color: #1fb5ad;
}

.ls-breadcrumbs-simple a.active:after,
.ls-breadcrumbs-simple a:hover:after,
.ls-breadcrumbs-simple a:hover .fa {
    color: #1fb5ad;
}

.ls-breadcrumbs-simple a:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    width: 10px;
    height: 10px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    box-shadow: 1px -1px 0 1px rgba(0, 0, 0, 0.1), 1px -1px 0 1px #E3DFD8;
    border-radius: 0 5px 0 50px;
}

.ls-breadcrumbs-simple a:last-child:after {
    content: none;
}

.ls-breadcrumbs-simple a .fa {
    font-size: 14px;
    margin-right: 3px;
    color: var(--gray-font-colour);
}


/****/

.breadcrumb {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    background: #e0e0e0;
    margin-bottom: 15px;
}

.breadcrumb.no-background {
    background: none;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
   -------------------------MAIN WRAPPER-------------------------
-------------------------------------------------------------------*/

#min-wrapper {
    width: 100%;
    float: left;
    padding-left: 200px;
    background: var(--left-navigation_bg_color);
}

#min-wrapper.active {
    padding-left: 90px;
    margin-top: 0px;
}

#min-wrapper-new.active {
    padding-left: 0px;
    margin-top: 0px;
}

.black-color #min-wrapper {
    background: #3F414D;
}

.deep-blue-color #min-wrapper {
    background: #324E59;
}

.red-color #min-wrapper {
    background: #DD7878;
}

.blue-color #min-wrapper {
    background: #53A2B8;
}

.light-green-color #min-wrapper {
    background: #4FADA8;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
   -------------------------RIGHT WRAPPER---------------------------------
-------------------------------------------------------------------*/

#right-wrapper {
    width: 280px;
    height: 100%;
    min-height: 800px;
    background: #303741;
    float: left;
    position: fixed;
    right: -280px;
    z-index: 999;
    top: 0px;
}

#right-wrapper .close-right-wrapper {
    position: absolute;
    right: 10px;
    top: 5px;
}

#right-wrapper .close-right-wrapper a {
    font-size: 16px;
    color: #FFF;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#right-wrapper .close-right-wrapper a:hover {
    color: #FF4906;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#right-wrapper .tab-content {
    background: #303741;
}

#right-wrapper.active {
    right: 0;
}

#right-wrapper .nav-tabs {
    border-bottom: none;
    text-align: center;
}

#right-wrapper .nav-tabs li {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 0;
}

#right-wrapper .nav-tabs li a {
    font-size: 14px;
    padding: 9px 10px;
    margin-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    color: #ffffff;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#right-wrapper .nav-tabs li.active a,
#right-wrapper .nav-tabs li:hover a {
    border-radius: 0;
    -webkit-border-radius: 0;
    background: #FF4906;
    color: #ffffff;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.chat-group {
    color: #7F8186;
    padding: 10px 0 10px 20px;
}

.chat-group h3 {
    margin: 0;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.chat-group a {
    color: #BEC0C2;
    font-style: normal;
    display: block;
    padding-bottom: 10px;
    font-size: 13px;
    outline: none;
}

.chat-group a:hover,
.chat-group a.active {
    text-decoration: none;
    color: #ffffff;
    outline: none;
}

#chatTab .badge {
    /**** Issue Fixed @new ***/
    font-size: 10px;
    line-height: 1;
    margin-left: 20px;
    min-width: 14px;
    padding: 0;
    line-height: 15px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.chat-box {
    width: 100%;
    background: #343A45;
}

.chat-box .chat-box-header {
    padding: 3px 0 3px 20px;
    border-bottom: 1px solid #303741;
    color: #BEC0C2;
}

.chat-box .chat-box-header h5 {
    font-size: 13px;
}

.chat-box .chat-box-content {
    color: #BEC0C2;
}

.chat-box .chat-box-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat-box .chat-box-content ul li {
    padding: 10px 0 20px 20px;
    margin-bottom: 0px;
    position: relative;
}

.chat-box .chat-box-content ul li:nth-child(even) {
    background: #303844;
}

.chat-box .chat-box-content ul li:nth-child(odd) {}

.chat-box .chat-box-content span.user {
    font-size: 13px;
    color: #ffffff;
}

.chat-box .chat-box-content p {
    font-size: 14px;
    margin-bottom: 0;
}

.chat-box .chat-box-content span.time {
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    right: 5px;
    margin-right: 20px;
}

.chat-write {}

.chat-write textarea {
    border: 1px solid #303741;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #ffffff;
    background: #303741;
    overflow: hidden;
    word-wrap: break-word;
    resize: horizontal;
    height: 32px;
}

.chat-write textarea:focus,
.chat-write textarea:hover {
    border: 1px solid #303741;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.nano {
    height: 300px;
}

.nano .nano-pane {
    background: #e0e0e0;
}

.nano .nano-slider {
    background: #3F414D;
}

.nano-chat {
    height: 200px;
}

.nano-progress {
    height: 150px;
}

.progress-content {
    padding-right: 20px;
}

.setting-box {
    color: #7F8186;
    padding: 10px 0 10px 0px;
}

.setting-box h3 {
    margin: 0;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.setting-box h5 {
    font-size: 12px;
    padding: 0;
    margin: 0 0 5px 0;
    color: #bec0c2;
}

.setting-box-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.setting-box-content ul li {
    text-align: right;
    margin-bottom: 10px;
}

.setting-box-content ul li b {
    float: left;
}

.setting-box-content ul li span {
    color: #bec0c2;
}

.setting-box-content ul li span.switchery {
    height: 15px;
    width: 30px;
}

.setting-box-content ul li span.switchery small {
    height: 15px;
    width: 15px;
}

.rotationToClick,
.right-sidebar,
.right-sidebar-setting {
    display: inline-block;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- DASHBOARD --------------------------
-------------------------------------------------------------------*/


/********** Dashboard css Start **********/

#realTimeChart {
    overflow: hidden;
}

.home-row-top {
    margin-top: 27px;
    margin-bottom: 15px;
}

.current-status-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.current-status-widget ul li {
    margin-bottom: 8px;
    cursor: pointer;
}

.current-status-widget ul li div.status-box {
    height: 100%;
    width: 100%;
}

.current-status-widget ul li div.status-box div.status-box-icon {
    height: 50px;
    width: 50px;
    text-align: center;
    float: left;
}

.current-status-widget ul li div.status-box div.status-box-icon i {
    font-size: 25px;
    line-height: 50px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

@keyframes changeiconsize {
    0% {
        font-size: 25px;
    }
    25% {
        font-size: 10px;
    }
    50% {
        font-size: 40px;
    }
    75% {
        font-size: 10px;
    }
    100% {
        font-size: 25px;
    }
}

@-webkit-keyframes changeiconsize {
    0% {
        font-size: 25px;
    }
    25% {
        font-size: 10px;
    }
    50% {
        font-size: 40px;
    }
    75% {
        font-size: 10px;
    }
    100% {
        font-size: 25px;
    }
}

#box {}

.current-status-widget ul li:hover div.status-box div.status-box-icon i {
    -webkit-animation: changeiconsize 1s infinite;
    animation: changeiconsize 1s infinite;
}

div.status-box-content {
    float: left;
    height: 50px;
    margin-left: 10px;
}

div.status-box-content h5 {
    margin-bottom: 3px;
    margin-top: 3px;
    font-size: 15px;
}

div.status-box-content p {
    font-size: 15px;
}

div.status-box-content h5 i {
    font-size: 12px;
}

.pie-widget {
    text-align: center;
    margin: auto;
    border: 1px solid #e0e0e0;
    padding: 20px 0;
}

.pie-widget p {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

.pie-widget h5 {
    margin: 5px;
    font-size: 15px;
}

.pie-widget canvas {
    left: 0;
    position: absolute;
    top: 0;
}

.chart-pie-widget {
    display: inline-block;
    height: 110px;
    line-height: 110px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    width: 110px;
    z-index: 2;
}

.pie-widget-count {
    line-height: 110px;
    text-align: center;
    font-size: 14px;
}

.pie-widget-count:after {
    content: "%";
    font-size: 12px;
    margin-left: 0.1em;
}

.v-map-widget {
    border: 1px solid #e0e0e0;
    height: 340px;
}

.v-map-widget h3 {
    padding: 10px 20px;
    margin: 0;
}

.world_map_home_widget {
    height: 302px;
}

.v-map-overlay {
    position: absolute;
    right: 15px;
    top: 38px;
    width: 100px;
    background: rgba(0, 0, 0, 0.50);
    z-index: 1;
}

.v-map-overlay ul {
    list-style: none;
    margin: 0;
    padding: 5px 10px;
}

.v-map-overlay ul li {
    color: #f2f2f2;
}

.world_map_home_widget .jvectormap-zoomin,
.world_map_home_widget .jvectormap-zoomout {
    color: #f2f2f2;
    background: rgba(0, 0, 0, 0.50);
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 1px;
}

.flotPieChartWidget {
    height: 250px;
    width: 100%;
    margin-top: 15px;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- EMAIL -------------------------------
-------------------------------------------------------------------*/


/*Email top ui start*/

.top-navigation .email-top li a {
    padding: 0;
    display: block;
    color: #6e6e6e;
}

.top-navigation .email-top li a:hover {
    background: none;
}

.email-top {
    list-style: none;
    padding: 0;
    margin: 0;
}

.email-top li {
    border-bottom: 1px dashed #cbc5ba;
    display: inline-block;
    margin-bottom: 0;
    padding: 5px 10px;
    width: 100%;
}

.email-top li a {
    color: dimgrey;
}

.email-top li .email-top-image {
    float: right;
    height: 50px;
    width: 50px;
}

.email-top li .email-top-image img {
    width: 100%;
    border-radius: 50%;
}

.email-top li .email-top-content {
    font-size: 14px;
    padding-top: 6px;
    line-height: 18px;
}

.email-top li .email-top-content>div {
    font-size: 13px;
    font-style: italic;
}

.email-top li .email-top-content .badge {
    float: right;
}

.email-top li .email-top-content a {
    color: #1fb5ad;
    font-size: 15px;
}

.email-top li .email-top-content a:after {
    content: "  -  ";
}


/****/


/**** Mail box css start****/

.fieldcontainer {
    display: block;
    margin: 0;
    position: relative;
    width: 100%;
}

.searchfieldjs {
    background-color: #ffffff;
    border: 1px solid #CBC5BA;
    border-radius: 1px;
    color: #CCCCCC;
    display: block;
    font-size: 12px;
    padding: 7px 11px;
    width: 100%;
}

#search2btn {
    background: url("../images/search-icon.png") top left no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 32px;
    opacity: 0.65;
    position: absolute;
    right: 0;
    top: 7px;
    width: 25px;
}

.no-default-padding {
    padding: 0;
}

.mail-search-box {
    margin-bottom: 15px;
}

.mail-box {
    width: 100%;
}

.mail-box-navigation {
    height: 100%;
    width: 100%;
    text-align: center;
}

.mail-box-list.home {
    padding-left: 10px;
    width: 100%;
}

.mail-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mail-navigation li {
    text-align: center;
    background: #e0e0e0;
    width: 100px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
}

.mail-navigation li a {
    display: inline;
    color: #000;
    text-decoration: none;
    outline: 0;
}

.mail-navigation li a:hover {
    text-decoration: none;
}

.mail-navigation li a i.fa {
    font-size: 28px;
    line-height: 60px;
    display: block;
    color: #FF4906;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.mail-navigation li a span {
    color: var(--gray-font-colour);
    display: block;
    padding-bottom: 11px;
}

.mail-navigation li a:hover i.fa {
    font-size: 20px;
    line-height: 30px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    color: #1fb5ad;
}

.mail-navigation li a.active i.fa {
    color: #1fb5ad;
}

.mail-box-list {
    width: 30%;
    float: left;
    overflow: hidden;
}

.mail-list {
    padding: 0;
    margin: 0;
    list-style: none;
    cursor: pointer;
}

.mail-list li {
    padding: 10px;
    border-bottom: 1px solid #cbc5ba;
    border-left: 1px solid #cbc5ba;
    border-right: 1px solid #cbc5ba;
    height: 72px;
    overflow: hidden;
}

.mail-list li.new-mail div.mail-user-image {
    color: #1fb5ad;
    border: 1px solid #1fb5ad;
    -moz-border: 1px solid #1fb5ad;
    -webkit-border: 1px solid #1fb5ad;
}

.mail-list li.new-mail div.mail-user-image i {
    color: #1fb5ad;
}

.mail-list li:first-child {
    border-top: 1px solid #cbc5ba;
}

.mail-list a>i {
    color: var(--gray-font-colour);
    width: 20px;
    font-size: 14px;
}

.mail-list div.mail-user-image,
.mail-list div.mail-user-mail {
    float: left;
}

.mail-list div.mail-user-image {
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 10px;
    border: 1px solid #fe6c6c;
}

.mail-list div.mail-user-image i {
    color: #fe6c6c;
    font-size: 25px;
    line-height: 30px;
}

.mail-list div.user-picture {
    padding: 0;
    overflow: hidden;
    height: 50px;
}

.mail-list div.user-picture img {
    height: 100%;
}

.mail-list div.mail-user-mail {
    padding-left: 10px;
}

.mail-list div.mail-user-mail span {
    line-height: 45px;
    transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.mail-list div.mail-user-mail .mail-action {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.mail-list li:hover .mail-user-mail span {
    line-height: 15px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.mail-list li:hover .mail-action {
    transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    opacity: 1;
}

.mail-header {
    border-top: 1px solid #cbc5ba;
    border-bottom: 1px dashed #cbc5ba;
}

.mail-contact-user-image-box {
    float: right;
    width: 115px;
}

.mail-contact-user-image-box .mail-date {
    float: right;
    width: 115px;
    color: white;
    background: #fe6c6c;
    padding: 5px;
    text-align: center;
}

.mail-contact-user-image-box .mail-date span.date {
    font-weight: bold;
    font-size: 20px;
}

.mail-contact-user-image-box .mail-date span.month {
    text-transform: uppercase;
}

div.mail-contact-user-image {
    border: 1px solid #fe6c6c;
    border-radius: 58px;
    padding: 10px;
    text-align: center;
    width: 115px;
    height: 115px;
    line-height: 115px;
    margin-bottom: 10px;
    float: right;
}

div.user-picture-big {
    padding: 0;
    overflow: hidden;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

div.user-picture-big img {
    height: 100%;
}

div.mail-contact-user-image i {
    color: #fe6c6c;
    font-size: 50px;
}

.border {
    border: 1px solid #fe6c6c;
}

.mail-body {
    float: left;
    width: 70%;
}

.mail-body.mail-body-inbox {
    padding-left: 20px;
}

.mail-contact {
    width: 100%;
    padding-bottom: 18px;
    border-bottom: 1px dashed #cbc5ba;
}

.mail-contact-address {
    float: left;
    width: 80%;
    font-size: 16px;
    margin-top: 40px;
}

.mail-contact-address .contact-address,
.mail-contact-address .mail-subject {
    font-size: 14px;
    padding: 5px 10px;
    width: 100%;
    border-radius: 1px;
    border: 1px solid #cbc5ba;
    background: #e0e0e0;
    margin-bottom: 15px;
}

.compose-mail-box.home .mail-contact-address {
    float: left;
    width: 100%;
}

.compose-mail-box.home .mail-contact-user-image-box {
    display: none;
}

.mail-main-content {
    padding: 10px 0;
}

.mail-action-bar {
    background: white;
    border: 1px solid #cbc5ba;
    margin: 0 auto 15px auto;
    text-align: left;
}

.mail-action-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mail-action-bar ul li {
    display: inline-block;
    height: 30px;
    margin-left: 15px;
}

.mail-action-bar ul li a {
    line-height: 30px;
    margin-right: 20px;
    color: dimgrey;
}

.mail-action-bar ul li a i.fa {
    font-size: 14px;
}

.mail-action-bar ul li a.active {
    color: #269abc;
}

div.compose-mail-box {
    width: 100%;
}

div.compose-mail-box.home {
    padding-left: 0;
}

input.bg-white {
    background: white;
}

.addBccView,
.addCcView {
    display: none;
    margin-bottom: 10px;
}

.toView {
    margin-bottom: 10px;
}

.compose-mail-box .mail-contact {
    border-bottom: 0;
    -moz-border-bottom: 0;
    -webkit-border-bottom: 0;
}

#compose-popup-view {
    position: fixed;
    right: 0;
    bottom: -500px;
    min-height: 500px;
    width: 50%;
    border: 1px solid #fe6c6c;
    z-index: 100;
    background: white;
}

.mail-box-header {
    background: #FF4906;
    height: 50px;
}

.mail-box-header h4 {
    padding: 0;
    margin: 0;
    color: white;
    width: 100px;
    float: left;
    line-height: 50px;
    padding-left: 15px;
}

.mail-box-header ul.popup-mail-action {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100px;
    float: right;
    text-align: right;
    padding-right: 15px;
}

.mail-box-header ul.popup-mail-action li {
    display: inline-block;
    padding-left: 10px;
}

.mail-box-header ul.popup-mail-action li a i {
    color: white;
    line-height: 50px;
}

.mail-box-content {
    padding: 10px;
}

.mail-box-content #mail_body_content {
    width: 100%;
    height: 300px;
    margin: 5px 0;
}

.mail-send-btn {
    margin-top: 15px;
}

ul.attachments-preview-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.attachments-preview-list li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.ls-mail-img {
    position: relative;
    display: inline-block;
}

.ls-mail-img img {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}

.ls-mail-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    display: block;
    overflow: hidden;
    position: absolute;
    transition: all 0.5s ease 0s;
    z-index: 20;
    overflow: hidden;
    ;
}

.ls-mail-overlay {
    bottom: 0;
    height: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.ls-mail-overlay-link {
    display: block;
    line-height: 50px;
    text-align: center;
    position: absolute;
    z-index: 100;
}

.ls-mail-overlay-link a {
    color: #F2F2F2;
    font-size: 24px;
    margin: 0 5px;
    outline: 0 none;
    text-decoration: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-mail-overlay-link a:hover {
    color: #FF4906;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-mail-overlay-link {
    bottom: 50%;
    left: 0;
    margin: 0 auto -30px;
    right: 0;
}

.overlay-hover .ls-mail-overlay {
    height: 100%;
}


/*****/


/*** Chat Page Start ***/

.ls-chat {
    overflow: hidden;
    margin-bottom: 20px;
}

.ls-chat img,
.ls-chat .rounded {
    float: left;
    margin-right: 10px;
    width: 40px;
    height: auto;
}

.ls-chat img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.ls-chat img.rounded {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.ls-chat .text {
    margin-left: 45px;
}

.ls-chat .text-right {
    margin: 0 45px 0 0;
}

.ls-chat .status,
.ls-chat .status-alter {
    height: 25px;
    padding: 10px 0 0 10px;
    border-bottom: 1px solid #e8e8e8;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 12px;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

.ls-chat .status {
    background-color: #f9f9f9;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fef9f9));
    background: -webkit-linear-gradient(top, #f9f9f9, #fef9f9);
    background: -moz-linear-gradient(top, #f9f9f9, #fef9f9);
    background: -ms-linear-gradient(top, #f9f9f9, #fef9f9);
    background: -o-linear-gradient(top, #f9f9f9, #fef9f9);
    /*filter: progid:dximagetransform.microsoft.gradient(startColorstr='#feffff', endColorstr='#f9f9f9', GradientType=0);*/
    /* ie8 + */
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#feffff, endColorstr=#f9f9f9);*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#feffff, endColorstr=#f9f9f9)";*/
    /* IE6-9 */
}

.ls-chat .status-alter {
    background-color: #f9f9f9;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ffeeee));
    background: -webkit-linear-gradient(top, #f9f9f9, #ffeeee);
    background: -moz-linear-gradient(top, #f9f9f9, #ffeeee);
    background: -ms-linear-gradient(top, #f9f9f9, #ffeeee);
    background: -o-linear-gradient(top, #f9f9f9, #ffeeee);
    /*filter: progid: dximagetransform.microsoft.gradient(startColorstr='#feffff', endColorstr='#f9f9f9', GradientType=0);*/
    /* ie8 + */
    /*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#feffff, endColorstr=#f9f9f9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#feffff, endColorstr=#f9f9f9)";*/
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#feffff, endColorstr=#f9f9f9);*/
    /* For Internet Explorer 8 */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#feffff, endColorstr=#f9f9f9)";*/
}

.status .date {
    margin-right: 10px;
    float: right;
    font-style: italic;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.92);
}

.ls-chat .user {
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.92);
    font-size: 14px;
}

.ls-chat p {
    margin: 0;
    background: #ffffff;
    padding: 2px 10px;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

.text .msg,
.text .msg-alter {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
}

.text .date,
.text-right .date {
    display: inline-block;
    font-size: 11px;
    font-style: italic;
    padding: 3px 3px 0;
}

.text .date {
    float: right;
}

.text-right .date {
    float: left;
}

.text .msg {
    background-color: #e0e0e0;
}

.text .msg-alter {
    background-color: #1fb5ad;
    text-align: right;
    color: white;
}

.ls-chat .right {
    float: right;
    margin-right: 0;
}

.ls-chat .triangle,
.ls-chat .triangle-right {
    width: 9px;
    height: 12px;
}

.ls-chat .triangle {
    float: left;
    position: relative;
    position: relative;
    left: 2px;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #e0e0e0;
}

.ls-chat .triangle-right {
    float: right;
    position: relative;
    position: relative;
    right: 1px;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #1fb5ad;
}

.input-group-message input {
    height: 34px;
}

.nano.nano-chat-widget {
    height: 340px;
}

.nano .nano-content.nano-chat-box {
    padding: 10px 20px 10px 5px;
}

.nano.nano-recent-activities {
    height: 430px;
}

.nano .nano-content.nano-activities {
    padding: 10px 10px 10px 5px;
}

.nano>.nano-pane {
    width: 10px;
    cursor: pointer;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- CHARTS -------------------------------
-------------------------------------------------------------------*/

.bar_chart_canvas_box,
.line-chart-area-box {
    width: 100%;
}

.pie-chart-area-box,
.doughnut-chart-area-box,
.polar-chart-area-box,
.radar-chart-area-box {
    width: 100%;
}

#chartTwoLine svg {
    height: 400px;
    width: 100%;
}

.groupMultiBarView {
    height: 400px;
    width: 100%;
}

canvas#barChartCanvas {
    width: 100% !important;
    height: auto !important;
}

canvas#polarAreaChartCanvas,
canvas#radarChartCanvas,
canvas#doughnutChartCanvas,
canvas#pieChartCanvas,
canvas#lineChartCanvas {
    width: 100% !important;
    height: auto !important;
}

.pieChartCanvasDataView,
.doughnutChartCanvasDataView,
.polarAreaChartCanvasDataView,
.radarChartCanvasDataView {
    border-top: 1px solid #e3dfd8;
    margin: 15px -16px 0;
}

.pieChartCanvasDataView ul,
.doughnutChartCanvasDataView ul,
.polarAreaChartCanvasDataView ul,
.radarChartCanvasDataView ul {
    height: 95px;
    list-style: none outside none;
    margin: 20px auto 10px;
    padding: 5px 0;
    width: 175px;
}

.pieChartCanvasDataView ul li span,
.doughnutChartCanvasDataView ul li span,
.polarAreaChartCanvasDataView ul li span,
.radarChartCanvasDataView ul li span {
    border-radius: 8px;
    display: inline-block;
    height: 8px;
    margin-right: 5px;
    transition: all 300ms ease-in-out 0s;
    width: 8px;
}

.sparkBarView,
.sparkPieView {
    height: 400px;
}

.sparkPieViewData {
    margin-top: 20px;
}

.sparkPieViewData ul {
    list-style: none;
    margin: 0;
    padding: 5px 10px;
}

.sparkPieViewData ul li {
    margin-bottom: 5px;
    margin-right: 15px;
    display: inline-block;
}

.sparkPieViewData ul li span {
    border-radius: 8px;
    display: inline-block;
    height: 8px;
    margin-right: 5px;
    transition: all 300ms ease-in-out 0s;
    width: 8px;
}

.sparkLine-border {
    border: 1px solid #e3dfd8;
}

span.textColor {
    background: #565656;
}

span.greenActive {
    background: #71AD70;
}

span.redActive {
    background: #FF4906;
}

span.fillColor1 {
    background: rgba(220, 220, 220, 0.5);
}

span.fillColor4 {
    background: #C2E2C2;
}

span.fillColor5 {
    background: rgba(255, 120, 120, 0.76);
}

span.fillColor6 {
    background: rgba(91, 194, 222, 0.9);
}

span.fillColor7 {
    background: rgba(239, 174, 77, 0.71);
}

span.lightBlueActive {
    background: #269abc;
}

span.brownActive {
    background: #B16666;
}

span.defultColor {
    background: #1fb5ad;
}

span.defultBorder {
    background: #E3DFD8;
}

span.blueActive {
    background: #706AF4;
}

.flotChartRealTime {
    width: 100%;
    height: 350px;
    font-size: 14px;
    line-height: 0.5em;
    padding: 10px;
}

.flotChartRealTime.homeChart {
    height: 280px;
}

.flotPieChart {
    height: 350px;
    width: 100%;
}

.seriesToggle {
    height: 400px;
    width: 100%;
}

#choices {
    margin: 25px auto 0;
    list-style: none;
}

#choices li {
    width: 20%;
    display: inline-block;
}

#choices label.switch-label {
    margin-left: 8px;
    margin-right: 35px;
}

.paiChartAction {
    text-align: center;
}

.paiChartAction button {
    margin-bottom: 10px;
}

.morris-hover {
    position: absolute;
    z-index: 1000;
}

.morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #666;
    background: rgba(255, 255, 255, 0.8);
    border: solid 2px rgba(230, 230, 230, 0.8);
    font-family: var(--primary-font);
    font-size: 12px;
    text-align: center;
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
}

.sparkline-box {
    text-align: center;
}

.sparkline-box p {
    margin-top: 15px;
}

.sparkline-box div.panel-heading {
    text-align: left;
}

.sparkline {
    width: 250px;
    height: auto;
    margin: auto;
}

.sparklineBadge-box {
    padding: 10px;
    float: right;
    display: inline-block;
}


/*Spark Line tooltip start*/

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/*Spark Line tooltip start*/


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- FORM STAFFS -------------------------
-------------------------------------------------------------------*/

form.ls_form_dashed {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px dashed #cbc5ba;
    box-shadow: none;
}

form.ls_form_dashed input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px dashed #cbc5ba;
    box-shadow: none;
    border-radius: 0;
}

form.ls_form_dashed input:focus,
input.bootbox-input:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #cbc5ba;
    box-shadow: none;
    border-radius: 0;
}

form.ls_form input,
form.ls_form select,
form.ls_form textarea,
input.bootbox-input {
    border-radius: 1px;
    outline: none;
}

form.ls_form input:focus,
form.ls_form input.active,
form.ls_form select:focus,
form.ls_form select.active,
form.ls_form textarea:focus,
form.ls_form textarea.active,
input.bootbox-input:focus {
    box-shadow: 0 2px 2px #F2F2F2 inset, 0 0 2px #98B6CF;
    border-color: #AEAEAE;
    outline: none;
}

form.ls_form input.rounded {
    border-radius: 30px;
}

form.ls_form label.checkbox,
form.ls_form label.radio {
    font-weight: 400;
}

div.form_view {
    padding: 0 30px;
}

.form-box {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #cbc5ba;
}

.form-box.last {
    border: 0;
}


/*****/

.form-control {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.message-form .control-label {
    text-align: right;
}

.has-success .form-control {
    border-color: #6DB46F;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #6DB46F;
}

.has-success .form-control:focus {
    border-color: #6DB46F;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #A1EAA3;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #A1EAA3;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #A1EAA3;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #AA8E5E;
}

.has-warning .form-control {
    border-color: #AA8E5E;
}

.has-warning .form-control:focus {
    border-color: #AA8E5E;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #DCC59D;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #DCC59D;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #DCC59D;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #ff3434;
}

.has-error .form-control {
    border-color: #ff3434;
}

.has-error .form-control:focus {
    border-color: #ff3434;
    box-shadow: 0 1px 1px rgba(254, 158, 158, 0.08) inset, 0 0 6px #B4AEAE;
    -moz-box-shadow: 0 1px 1px rgba(254, 158, 158, 0.08) inset, 0 0 6px #B4AEAE;
    -webkit-box-shadow: 0 1px 1px rgba(254, 158, 158, 0.08) inset, 0 0 6px #B4AEAE;
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 10px;
}

.form-horizontal .has-feedback .radio .form-control-feedback {
    visibility: hidden;
}

.form-horizontal .has-feedback .checkbox .form-control-feedback {
    visibility: hidden;
}

.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position: relative;
    color: #FFF;
    min-width: 120px;
    font-size: 11px;
    box-shadow: 0 0 6px #000;
    border: none;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
}

.formError .formErrorArrow div {
    border-left: none;
    border-right: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    font-size: 0px;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}


/*****/

#editor {
    width: 100%;
    min-height: 200px;
    background-color: white;
    border: 1px dashed #cbc5ba;
    padding: 15px;
}

.editor-toolbar {
    border: 1px dashed #cbc5ba;
    margin: 0 0 15px 0;
}

.editor-toolbar .btn-group>a.btn {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 5px 12px;
    color: #235b67;
}

.editor-toolbar .btn-group>a.btn-info {
    color: white;
    background-color: #269abc;
}

.editor-toolbar a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.radio-button-place {
    line-height: 84px;
}

#voiceBtn {
    display: none;
}

#editor:focus,
#editor:active {
    outline: 0;
}

.myEditor.demo-image {
    text-align: center;
}


/***/

.box-switchery input {
    margin-left: 15px;
}

.help_text {
    font-size: 12px;
}

div.ls_divider {
    border-bottom: 1px dashed #cbc5ba;
    margin-top: 15px;
    padding-right: 15px;
}

div.ls_divider.last {
    border: 0;
}

input.ls-group-input,
.ls-group-input {
    margin-bottom: 15px;
}

.multiselect-container>li>a {
    padding: 3px 0;
}

.multiselect-container>.active>a,
.multiselect-container>.active>a:hover,
.multiselect-container>.active>a:focus {
    background-color: #fff;
    color: #000;
    outline: none;
}

.multiselect {
    background-color: #fff !important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
    -o-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
}

.multiselect-container>li>a>label>input {
    /*left: -9999em;*/
    position: absolute;
}

.multiselect-container>li>a>label {
    outline: none !important;
}

.full-width {
    width: 100%;
}

.slider.slider-vertical {
    margin-left: 5px;
}

.datePickerCall,
.datePickerCall1 {
    cursor: pointer;
}

form.ls_form input.dial,
form.ls_form input.dial:active,
form.ls_form input.dial:focus {
    border: none;
    box-shadow: none;
    outline: 0;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- TIME-LINE --------------------------
-------------------------------------------------------------------*/

.ls_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}


/* The line */

.ls_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #dbcdad;
    left: 25%;
    margin-left: -10px;
}

.ls_tmtimeline>li {
    position: relative;
}

.ls_tmtimeline>li .ls-timeline-user {
    position: absolute;
    text-align: center;
    width: 25%;
    padding-right: 60px;
}

.ls-timeline-user .media-heading {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #5c5b56;
    font-size: 15px;
}

.ls_tmtimeline>li .ls-timeline-user img {
    width: 75px;
}


/* The date/time */

.ls_tmtimeline>li .ls_tmtime {
    display: block;
}

.ls_tmtimeline>li .ls_tmtime span {
    display: block;
}

.ls_tmtimeline>li .ls_tmtime span:first-child {
    font-size: 15px;
    color: #706a5c;
}

.ls_tmtimeline>li .ls_tmtime span:last-child {
    font-size: 15px;
    color: #71624e;
    font-weight: bold;
}

.ls_tmtimeline>li:nth-child(odd) .ls_tmtime span:last-child {
    color: #71624e;
}


/* Right content */

.ls_tmtimeline>li .ls_tmlabel {
    margin: 0 0 15px 30%;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    position: relative;
    border-radius: 1px;
}

.ls_tmtimeline>li:nth-child(odd) .ls_tmlabel {
    background: #5c5b56;
    color: #FFF;
}

.ls_tmtimeline>li:nth-child(even) .ls_tmlabel {
    background: #CAB38B;
}

.ls_tmtimeline>li:nth-child(odd) .ls_tmlabel p {
    color: #D1D0CE;
}

.ls_tmtimeline>li .ls_tmlabel h2 {
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 15px;
}


/* The triangle */

.ls_tmtimeline>li .ls_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #CAB38B;
    border-width: 10px;
    top: 20px;
}

.ls_tmtimeline>li:nth-child(odd) .ls_tmlabel:after {
    border-right-color: #5c5b56;
}

.ls_tmlabel ul.task {
    padding: 0;
    margin: 0;
}

.ls_tmlabel ul.task li {
    display: block;
    list-style: none;
    text-align: left;
    color: #D1D0CE;
}

.ls_tmlabel ul.task li a {
    color: #D1D0CE;
}

.ls_tmlabel ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.ls_tmlabel ul li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 3px;
}

.ls_tmlabel ul li img {
    width: 90px;
}


/* The icons */

.ls_tmtimeline>li .ls_tmicon {
    width: 40px;
    height: 40px;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #806854;
    background: #fff5cf;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #b39c7d;
    text-align: center;
    left: 25%;
    top: 0;
    margin: 7px 0 0 -25px;
}

.ls_tmtimeline>li.month {
    position: relative;
    text-align: center;
    height: 100px;
    margin: 40px 0;
}

.ls_tmtimeline>li.month h4 {
    font-size: 14px;
    line-height: 60px;
    /*color: timeline-user-time;*/
}

.ls_tmtimeline>li .ls_tmicon_ls {
    width: 80px;
    height: 80px;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 80px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #806854;
    background: #fff5cf;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #5c5b56;
    text-align: center;
    left: 23%;
    top: 0;
    margin: 0 0 0 -25px;
}

.ls_tmtimeline>li .ls_tmlabel iframe {
    height: 250px;
}

.ls-project {
    position: relative;
}

.ls-project ul {
    padding: 0;
    margin: -7px 0 0;
    text-align: center;
}

.ls-project ul li {
    display: inline-block;
    list-style: none;
    margin: 5px;
}

.ls-project ul li img {
    width: 95px;
    max-width: 100%;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- TABLE -------------------------------
-------------------------------------------------------------------*/

td.ls-table-progress .progress {
    margin-bottom: 0;
    margin-top: 6px;
}

.ls-table .table>thead>tr>th {
    font-family: var(--table-font);
    font-weight: normal;
    font-size: 14px;
    border-bottom: medium none;
}

.ls-table-pagination .pagination {
    margin: 0;
}

.table tbody form input {
    width: 100% !important;
    height: 100% !important;
}


/** Animated Table **/

.ls-animated-table th div.sortArrow {
    display: inline-block;
    float: right;
    height: 6px;
    margin-left: 5px;
    margin-top: 5px;
    position: relative;
    vertical-align: 2px;
    width: 11px;
}

.ls-animated-table th div.sortArrow div.sortArrowAscending,
.ls-animated-table th div.sortArrow div.sortArrowDescending {
    display: none;
    height: 6px;
    position: absolute;
    width: 11px;
}

.ls-animated-table th div.sortArrow div.sortArrowAscending {
    background: url("../images/arrow_asc.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.ls-animated-table th div.sortArrow div.sortArrowDescending {
    background: url("../images/arrow_desc.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#ls-row tbody tr:hover {
    background: url("../images/icons/glyphicons_move.png") no-repeat scroll right 10px center / 14px 14px rgba(0, 0, 0, 0);
    cursor: move;
}

#ls-column th:hover {
    background: url("../images/icons/glyphicons_move.png") no-repeat scroll right 10px center / 14px 14px rgba(0, 0, 0, 0);
    cursor: move;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
    position: relative;
    min-height: 302px;
    clear: both;
    _height: 302px;
    zoom: 1;
    /* Feeling sorry for IE */
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white;
}

.dataTables_length {
    float: left;
    margin-bottom: 10px;
}

.dataTables_length label select {
    width: 100px;
    color: #555555;
    border: 1px solid #cbc5ba;
    border-radius: 1px;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 3px;
    transition-delay: 0s, 0s;
    transition-duration: 0.15s, 0.15s;
    transition-property: border-color, box-shadow;
    transition-timing-function: ease-in-out, ease-in-out;
    background: url("../images/datatable/sort_both.png") no-repeat;
    background-position: center right;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
}

.dataTables_length label select:focus {
    border: 1px solid #cbc5ba;
    background: url("../../../../assets/images/datatable/sort_desc.html") no-repeat;
    background-position: center right;
}

.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right;
    margin-bottom: 10px;
}

.dataTables_filter label input {
    margin-left: 10px;
    border: 1px solid #cbc5ba;
    border-radius: 1px;
    color: #555555;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-delay: 0s, 0s;
    transition-duration: 0.15s, 0.15s;
    transition-property: border-color, box-shadow;
    transition-timing-function: ease-in-out, ease-in-out;
}

.dataTables_filter label input:focus {
    border: 1px solid #cbc5ba;
}

.dataTables_info {
    float: left;
    margin-top: 10px;
}

.dataTables_paginate {
    *width: 50px;
    float: right;
    text-align: right;
    margin-top: 10px;
}


/* Pagination nested */

.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
    height: 19px;
    width: 19px;
    margin-left: 3px;
    float: left;
}

.paginate_disabled_previous {
    background-image: url("../../../../assets/images/datatable/back_disabled.html");
}

.paginate_enabled_previous {
    background-image: url("../../../../assets/images/datatable/back_enabled.html");
}

.paginate_disabled_next {
    background-image: url("../../../../assets/images/datatable/forward_disabled.html");
}

.paginate_enabled_next {
    background-image: url("../../../../assets/images/datatable/forward_enabled.html");
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
    background: url("../../../../assets/images/datatable/sort_asc.html") no-repeat center right;
}

.sorting_desc {
    background: url("../../../../assets/images/datatable/sort_desc.html") no-repeat center right;
}

.sorting {
    background: url("../../../../assets/images/datatable/sort_both.html") no-repeat center right;
}

.sorting_asc_disabled {
    background: url("../../../../assets/images/datatable/sort_asc_disabled.html") no-repeat center right;
}

.sorting_desc_disabled {
    background: url("../../../../assets/images/datatable/sort_desc_disabled.html") no-repeat center right;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */

.dataTables_scroll {
    clear: both;
}

.dataTables_scrollBody {
    *margin-top: -1px;
}

.clear {
    clear: both;
}

.dataTables_empty {
    text-align: center;
}

.paging_full_numbers {
    height: 22px;
    line-height: 22px;
}

.paging_full_numbers span.paginate_button,
.paging_full_numbers span.paginate_active {
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    *cursor: hand;
}

.paging_full_numbers {
    height: 22px;
    line-height: 22px;
}

.paging_full_numbers a:active {
    outline: none;
}

.paging_full_numbers a:hover {
    text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    *cursor: hand;
    color: var(--primary-font-color) !important;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    transition: all 600ms linear;
}

.paging_full_numbers a.paginate_button:hover {
    border-bottom: 2px solid #cbc5ba;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    transition: all 600ms linear;
}

.paging_full_numbers a.current {
    font-size: 16px;
    color: dimgray;
    border-bottom: 2px solid dimgray;
}


/*
 * KeyTable
 */

table.KeyTable td {
    border: 3px solid transparent;
}

table.KeyTable td.focus {
    border: 3px solid #cbc5ba;
}

div.box {
    position: relative;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #d7d7d7;
}


/*
 * Sort arrow icon positioning
 */

table#ls-editable-table thead th div.DataTables_sort_wrapper {
    position: relative;
    padding-right: 20px;
}

table#ls-editable-table thead th div.DataTables_sort_wrapper span {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
}

table#ls-editable-table tbody tr td:hover {
    background: url("../images/icons/glyphicons_pencil.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 12px 12px;
}

table#ls-editable-table tbody tr td input {
    border: 1px solid #cbc5ba;
    border-radius: 1px;
    color: #555555;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-delay: 0s, 0s;
    transition-duration: 0.15s, 0.15s;
    transition-property: border-color, box-shadow;
    transition-timing-function: ease-in-out, ease-in-out;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- NOTIFICATION -----------------------
-------------------------------------------------------------------*/

.amaran {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.amaran-wrapper {
    z-index: 9999;
}

.amaran-wrapper.top {
    top: 22px;
}

.amaran-close i.fa {
    color: #ffffff;
}

.amaran.default,
.amaran.user {
    font-family: var(--amaran-font);
    background-color: #323232;
    font-size: 14px;
}

.amaran.default p span.light,
.amaran.default p span {
    font-size: 13px;
}

.amaran.user {
    color: #F2F2F2;
    font-family: var(--amaran-font);
    font-size: 14px;
}

.amaran.user .info {
    padding-right: 12px;
}

.amaran.user .info b {
    font-size: 16px;
}

.amaran.default.ok .icon {
    background: #5cb85c;
}

.amaran.default.ok p.bold {
    color: #5cb85c;
    ;
}

.amaran.default p {
    color: #F2F2F2;
}

.amaran.default p span.light {
    color: #BBBBBB;
}

.amaran.default.error .icon {
    background-color: #FF4906;
}

.amaran.default.error p.bold {
    color: #FF4906;
}

.amaran.default.warning .icon {
    background-color: #f0ad4e;
}

.amaran.default.warning p.bold {
    color: #f0ad4e;
}

.amaran.default.green .icon,
.amaran.user.green {
    background-color: #1fb5ad;
}

.amaran.default.green p.bold {
    color: #1fb5ad;
}

.amaran.user .icon {
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    height: 80px;
    width: 80px;
    margin: 10px;
    overflow: hidden;
}

.amaran.user.blue {
    background-color: #5bc0de;
}

.amaran.readmore .content {
    font-family: var(--amaran-font);
    font-size: 14px;
    padding: 20px;
    background: #ffffff;
    color: #222;
    margin: 0;
}

.amaran.readmore .title {
    font-family: var(--amaran-font);
    font-size: 16px;
}

.amaran.readmore,
.amaran.readmore .readmore-user {
    border-color: #323232;
}

.amaran.readmore .title {
    background-color: #323232;
}

.amaran.readmore.success,
.amaran.readmore.success .readmore-user {
    border-color: #5cb85c;
}

.amaran.readmore.success .title {
    background-color: #5cb85c;
}

.amaran.readmore.red,
.amaran.readmore.red .readmore-user {
    border-color: #FF4906;
}

.amaran.readmore.red .title {
    background-color: #FF4906;
}

.amaran.readmore.warning,
.amaran.readmore.warning .readmore-user {
    border-color: #f0ad4e;
}

.amaran.readmore.warning .title {
    background-color: #f0ad4e;
}

.amaran.readmore.info,
.amaran.readmore.info .readmore-user {
    border-color: #5bc0de;
}

.amaran.readmore.info .title {
    background-color: #5bc0de;
}

.amaran.readmore.green,
.amaran.readmore.green .readmore-user {
    border-color: #1fb5ad;
}

.amaran.readmore.green .title {
    background-color: #1fb5ad;
}


/*****/

.customNotification.alert {
    border-radius: 1px;
    margin-bottom: 10px;
    padding: 10px;
}

.alert {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.list-group-item:first-child {
    border-top-left-radius: 1px;
    -moz-border-top-left-radius: 1px;
    -webkit-border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    -moz-border-top-right-radius: 1px;
    -webkit-border-top-right-radius: 1px;
}

.list-group-item:last-child {
    border-bottom-left-radius: 1px;
    -moz-border-bottom-left-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    -moz-border-bottom-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- TASK & NOTE ------------------------
-------------------------------------------------------------------*/


/**** Note & Task  Start ****/

#slippylist {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#slippylist li {
    border: 1px solid #cbc5ba;
    padding: 10px 0;
    margin-bottom: 10px;
    background: white;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: all 0.3 ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    /*transition: all 0.3s fade-in-out;*/
    transition: all 0.3s ease-out;
}

#slippylist li:hover {
    cursor: move;
}

#slippylist li i {
    margin: 0 0 0 8px;
    width: 15px;
    cursor: pointer;
}

#slippylist li button i {
    margin: 0 3px;
}

#slippylist li i.fa-circle-o {
    color: #507d50;
    line-height: 20px;
}

#slippylist li i.fa-check {
    color: #fe6c6c;
    line-height: 20px;
}

#slippylist li span.doneTask {
    text-decoration: line-through;
}

#slippylist li.strikeout span {
    position: relative;
}

#slippylist li.strikeout span::after {
    border-bottom: 1px solid #fe6c6c;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    transition: all 900ms linear;
}

.slip-reordering {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.slip-swiping-container {
    overflow-x: hidden;
}

.removeTask {
    float: right;
    padding: 0;
    margin-right: 10px;
}

#newTaskAdd {
    margin-top: 15px;
}

ul.sortable ul {
    list-style: none !important;
}

ul.sortable {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.sortable li {
    border: 1px solid #cbc5ba;
    padding: 10px;
    margin-bottom: 15px;
}

ul.sortable li i {
    cursor: pointer;
}

ul.sortable li.dragged {
    position: absolute;
    opacity: 1;
    z-index: 2000;
    padding: 10px;
    height: 40px !important;
    background: #e0e0e0;
}

ul.sortable li.placeholder {
    position: relative;
    padding: 20px;
    background: #e0e0e0;
    /** More li styles **/
}

ul.sortable li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}

.nano-task-progress {
    height: 370px;
}

.nano-task-progress .goal-box {
    padding-right: 10px;
}

ul.sortable-box {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.sortable-box li {
    border: 1px solid #cbc5ba;
    padding: 10px;
    float: left;
    width: 22%;
    margin: 0 5px 15px 5px;
    cursor: move;
}

ul.sortable-box li.dragged {
    position: absolute;
    opacity: 1;
    z-index: 2000;
    padding: 10px;
    height: 40px !important;
    background: #e0e0e0;
}

ul.sortable-box li.placeholder {
    position: relative;
    padding: 18px;
    background: #e0e0e0;
    /** More li styles **/
}

ul.sortable-box li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}


/***/


/*Goal ui start*/

.goal-item {
    list-style: none;
    padding: 0;
    margin: 0;
}

.goal-item li {
    border-bottom: 1px dashed #cbc5ba;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0 10px;
    width: 100%;
}

.goal-item li .goal-user-image {
    float: left;
    height: 45px;
    margin-right: 10px;
    width: 45px;
    margin-top: -5px;
}

.goal-item li .goal-user-image img {
    width: 100%;
    border-radius: 50%;
}

.goal-item li .goal-content {
    font-size: 14px;
}

.goal-item li .goal-content .progress {
    margin-top: 7px;
}

.goal-item li .goal-content a {
    color: #1fb5ad;
    font-size: 15px;
}

.goal-item li .goal-content a:after {
    content: "  -  ";
}

.top-navigation .goal-item li a {
    padding: 0;
    display: block;
    color: #6e6e6e;
    margin-top: 3px;
}

.top-navigation .goal-item li a:hover {
    background: none;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- CALENDER ---------------------------
-------------------------------------------------------------------*/

.progress-bar[aria-valuenow="0"] {}

button.addEvent {
    width: 100%;
    font-size: 14px;
}

#full-calendar {
    margin-top: 20px;
}

#full-calendar .fc-event {
    font-size: 14px;
}

#full-calendar .fc-grid th {
    font-weight: normal;
    line-height: 40px;
}

#full-calendar .fc-grid .fc-day-number {
    padding: 0 5px;
}

#full-calendar .fc-event-inner {
    text-align: center;
}

#calender-wrap {
    margin: 0 auto;
}

#external-events {
    /*float: left;*/
    position: relative;
    width: 100%;
    padding: 0 10px 10px 10px;
    /**** Issue Fixed @new ***/
    background: #e0e0e0;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -wibkit-border-radius: 1px;
}

#external-events h4 {
    font-size: 15px;
    margin-top: 0;
    padding-top: 10px;
    /**** Issue Fixed @new ***/
}

.eventList {
    margin-bottom: 20px;
}

.external-event {
    background: #1fb5ad;
    color: white;
    font-size: 14px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    cursor: pointer;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.cal-event-remove {
    margin: 20px 0;
}

#external-events p {
    margin: 1.5em 0;
    font-size: 14px;
    color: #666;
    text-align: center;
}

#external-events p input {
    margin: 0;
    vertical-align: middle;
}

#trash {
    /**** Issue Fixed @new ***/
    background-color: #E6E6E6;
    border: 1px solid #e3dfd8;
    height: 100px;
    width: 100%;
    line-height: 100px;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#trash:hover {
    font-size: 40px;
    color: #fe6c6c;
}

#trash.active {
    font-size: 40px;
    color: #fe6c6c;
}

#loading {
    position: absolute;
    top: 5px;
    right: 5px;
}

.fc-calendar-container {
    height: 365px;
}

.fc-state-default {
    background-color: #1fb5ad;
    color: white;
    background-image: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-default.fc-corner-left {
    border-bottom-left-radius: 1px;
    -moz-border-bottom-left-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    border-top-left-radius: 1px;
    -moz-border-top-left-radius: 1px;
    -webkit-border-top-left-radius: 1px;
}

.fc-state-default.fc-corner-right {
    border-bottom-right-radius: 1px;
    -moz-border-bottom-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
    -moz-border-top-right-radius: 1px;
    -webkit-border-top-right-radius: 1px;
}

.fc-text-arrow {
    font-family: var(--table-font);
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}

.fc-state-default {
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}

.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow {
    font-weight: normal;
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: white;
    background-color: #1fb5ad;
}

.fc-state-hover {
    color: white;
    background: #FF4906;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
    background-color: #FF4906;
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

.fc-header .fc-button {
    text-transform: capitalize;
}

.fc-event {
    background-color: #1FB5AD !important;
    border: none;
    color: #FFFFFF !important;
    padding: 4px;
}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    border-bottom-right-radius: 1px;
    border-right-width: 1px;
    border-top-right-radius: 1px;
}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
    border-bottom-left-radius: 1px;
    border-left-width: 1px;
    border-top-left-radius: 1px;
}

.fc-content {
    clear: none;
}

.custom-calendar-wrap {
    margin: 0 auto;
}

.custom-calendar-wrap .custom-header {
    height: 80px;
}

.custom-calendar-wrap .custom-header nav span {
    top: 24px;
}

.fc-calendar .fc-row>div>span.fc-date {
    font-size: 14px;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- MAPS -------------------------------
-------------------------------------------------------------------*/

#direction,
#branch,
#mapDirections,
#findLocation,
#addMarkerMap,
#groupMarker {
    height: 400px;
    width: 100%;
}

.ls-map-locator {
    background: none repeat scroll 0 0 #555557;
    padding: 10px 0;
}

.ls-map-locator ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.ls-map-locator ul li {
    display: inline-block;
    text-align: center;
    width: 19%;
}

.ls-map-locator ul li a {
    color: #ffffff;
    outline: none;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}

.ls-map-locator ul li a:hover,
.ls-map-locator ul li a.active {
    outline: none;
    text-decoration: none;
    color: #FF4906;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}

.ls-map-locator ul li a i {
    font-size: 30px;
    line-height: 35px;
}

.ls-map-locator ul li a span {
    display: list-item;
    font-size: 14px;
}

.ls-map-locator ul li a img {
    width: 40px;
}

.mapDirectionsData {
    margin: auto;
    padding: 20px 0;
    text-align: center;
}


/** Vector Map **/

.world_map {
    height: 600px;
    width: 100%;
}

.world_map_home {
    height: 300px;
    width: 100%;
}

#za_mill_en,
#au_mill_en,
#map_decoration,
#uk_mill_en {
    height: 400px;
    width: 100%;
}

.decoration-map p {
    background: #1FB5AD;
    color: #ffffff;
    padding: 10px;
    margin: 0;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    background: #E3DFD8;
    border-radius: 1px;
    color: var(--gray-font-colour);
    cursor: pointer;
    height: 17px;
    left: 20px;
    line-height: 15px;
    padding: 2px;
    position: absolute;
    text-align: center;
    width: 23px;
}


/** Vector Map End**/


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- GALLERY ----------------------------
-------------------------------------------------------------------*/

.ls-gallery-paddingless-wrap {
    padding: 0;
}

.ls-gallery-filter-wrap {
    margin: 10px 0;
}

.ls-gallery-search {
    text-align: right;
}

.ls-gallery-search input {
    border-radius: 0;
    height: 35px;
    padding-left: 5px;
    border: 1px solid #DEDEDE;
}

.ls-gallery-search input:focus,
.ls-gallery-search select {
    border: 1px solid #FF4906;
}

.ls-gallery-search select {
    border-radius: 0;
    border: 1px solid #DEDEDE;
    height: 35px;
    background: #ffffff;
    display: inline-block;
    padding: 3px 3px 3px 5px;
}

.ls-gallery-search select>option {
    border-bottom: 1px solid #DEDEDE;
    height: 35px;
    padding: 6px 3px 3px 5px;
    background: #ffffff;
}

.ls-gallery-search select option:hover {
    color: #ffffff;
    background-color: #FF4906;
    cursor: pointer;
}

.ls-gallery-filter {
    position: relative;
    margin: 5px 0;
}

.ls-gallery-filter ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.ls-gallery-filter ul li {
    list-style: none;
    display: inline-block;
    width: 100px;
    padding: 2px 10px;
    background-color: #235b67;
}

.ls-gallery-filter ul li a {
    color: #E3DFD8;
}

.ls-gallery-filter ul :hover {
    color: #ffffff;
}

.ls-gallery-filter ul .active {
    background: #222222;
}

.ls-gallery {
    position: relative;
    margin-top: 20px;
}

.ls-gallery .item {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 192px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    /*filter: progid: DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#adacac);*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#adacac)";*/
}

.ls-gallery .item img {
    display: block;
}

.ls-gallery .item a {
    text-decoration: none;
    position: absolute;
    padding: 5px 20px;
    bottom: -15px;
    left: 60px;
    background-color: #222222;
    z-index: 20;
    color: #ffffff;
}

.ls-gallery :hover {
    box-shadow: 0 1px 5px rgba(34, 25, 25, 0.8);
    -moz-box-shadow: 0 1px 5px rgba(34, 25, 25, 0.8);
    -webkit-box-shadow: 0 1px 5px rgba(34, 25, 25, 0.8);
    /*filter: progid: DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#979797);*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#979797)";*/
}


/** ****************** Gallery Hover Effect ********* */

.ls-hover-block {
    position: relative;
    overflow: hidden;
}

.ls-hover-info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.ls-hover-info div.ls-icons-link,
.ls-hover-info div.ls-icons-remove,
.ls-hover-info div.ls-icons-preview {
    position: absolute;
    width: 60px;
}

.ls-two-column-icon div.ls-icons-link,
.ls-two-column-icon div.ls-icons-remove,
.ls-two-column-icon div.ls-icons-preview {
    top: 45%;
}

.ls-three-column-icon div.ls-icons-link,
.ls-three-column-icon div.ls-icons-remove,
.ls-three-column-icon div.ls-icons-preview {
    top: 40%;
}

.ls-four-column-icon div.ls-icons-link,
.ls-four-column-icon div.ls-icons-remove,
.ls-four-column-icon div.ls-icons-preview {
    top: 35%;
}

.ls-hover-info div.ls-icons-link {
    left: -100%;
    transition: left 200ms linear;
    -webkit-transition: left 200ms linear;
    -moz-transition: left 200ms linear;
}

.ls-hover-info div.ls-icons-preview {
    opacity: 0;
    transition: opacity 200ms linear;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
}

.ls-hover-info div.ls-icons-remove {
    right: -100%;
    transition: right 200ms linear;
    -webkit-transition: right 200ms linear;
    -moz-transition: right 200ms linear;
}

.ls-hover-info:hover div.ls-icons-link {
    transition-delay: 250ms;
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
}

.ls-hover-info:hover div.ls-icons-preview {
    opacity: 1;
    transition-delay: 450ms;
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
}

.ls-hover-info:hover div.ls-icons-remove {
    transition-delay: 650ms;
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms;
}


/* Ls Two Column Icon Gap*/

.ls-two-column-icon:hover div.ls-icons-link {
    top: 45%;
    left: 30%;
}

.ls-two-column-icon:hover div.ls-icons-preview {
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
}

.ls-two-column-icon:hover div.ls-icons-remove {
    top: 45%;
    right: 30%;
}


/* Ls Three Column Icon Gap */

.ls-three-column-icon:hover div.ls-icons-link {
    top: 40%;
    left: 20%;
}

.ls-three-column-icon:hover div.ls-icons-preview {
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
}

.ls-three-column-icon:hover div.ls-icons-remove {
    top: 40%;
    right: 20%;
}


/* Ls Four Column Icon Gap*/

.ls-four-column-icon:hover div.ls-icons-link {
    top: 35%;
    left: 10%;
}

.ls-four-column-icon:hover div.ls-icons-preview {
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
}

.ls-four-column-icon:hover div.ls-icons-remove {
    top: 35%;
    right: 10%;
}


/********************************************/

.ls-hover-info h1 {
    font-size: 16px;
    padding: 10px 20px;
    margin: 0;
    background: rgba(255, 120, 120, 0.62);
    color: #E7E7E7;
    position: absolute;
    top: 0;
    left: -100%;
    transition: left 200ms linear;
    -webkit-transition: left 200ms linear;
    -moz-transition: left 200ms linear;
}

.ls-hover-info p {
    font-size: 14px;
    line-height: 1.4;
    color: #FFF;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    text-align: center;
    opacity: 0;
    transition: opacity 200ms linear;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
}

.ls-hover-info div.ls-icons-link a,
.ls-hover-info div.ls-icons-preview a,
.ls-hover-info div.ls-icons-remove a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #555557;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 24px;
    margin: 0 5px;
    color: #ffffff;
    opacity: 0.6;
}

.ls-hover-info:hover h1 {
    left: 0;
    transition-delay: 250ms;
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
}

.ls-hover-info:hover p {
    opacity: 1;
    transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
}

.ls-hover-info:hover a {
    right: 0;
    transition: right 200ms linear 700ms, color, background 200ms linear;
    -webkit-transition: right 200ms linear 700ms, color, background 200ms linear;
    -moz-transition: right 200ms linear 700ms, color, background 200ms linear;
}

.ls-hover-info a:hover .fa {
    color: #FF4906;
}

.ls-block-effect .ls-blind {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
}

.ls-block-effect .ls-blind {
    top: 0;
    left: 0;
}

.ls-block-effect:hover .ls-blind {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- MEDIA ------------------------------
-------------------------------------------------------------------*/

.ls-cropper-wrapper {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    box-shadow: inset 0 0 3px #f7f7f7;
    height: auto;
    width: 100%;
    overflow: hidden;
}

.ls-cropper-wrapper img {
    width: 100%;
}

.ls-cropper-preview {
    margin-bottom: 15px;
}

.preview {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #f7f7f7;
}

.preview-lg {
    width: 290px;
    height: 160px;
    max-width: 100%;
}

.preview-md {
    width: 145px;
    height: 90px;
    max-width: 100%;
}

.preview-sm {
    width: 72.5px;
    height: 45px;
    max-width: 100%;
}

.preview-xs {
    width: 36.25px;
    height: 22.5px;
    max-width: 100%;
}

.ls-cropper-data {
    padding-right: 15px;
}

.ls-cropper-data .input-group {
    width: 100%;
    margin-bottom: 15px;
}

.ls-cropper-data .input-group-addon {
    min-width: 65px;
}

.ls-cropper-button {
    margin-bottom: 15px;
}

.ls-cropper-button>.btn {
    margin-right: 15px;
}

.ls-cropper-input .input-group {
    margin-bottom: 15px;
}

.ls-cropper-input .input-group .btn {
    width: 140px;
}

.cropper-button {
    margin-top: 15px;
}

.media-gap {
    margin-top: 30px;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- PRICING TABLE ----------------------
-------------------------------------------------------------------*/

.ls-pricing-table-wrap {
    margin-top: 40px;
    margin-bottom: 20px;
}

.ls-android-pricing-table-wrap {
    margin-top: 30px;
    margin-bottom: 50px;
}

.basic {
    position: relative;
    box-shadow: 1px 2px 2px #dedede;
    -moz-box-shadow: 1px 2px 2px #dedede;
    -webkit-box-shadow: 1px 2px 2px #dedede;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

.basic ul {
    padding: 0;
    margin: 0;
}

.basic ul li {
    position: relative;
    list-style: none;
    text-align: center;
    height: 70px;
    padding: 10px;
}

.basic ul li h4 {
    font-size: 14px;
    padding: 5px;
    margin: 0;
}

.basic ul li:first-child {
    height: 150px;
    line-height: 150px;
    background-color: #ffffff !important;
    padding: 0;
}

.basic ul li:first-child div.ls-hex-bage {
    width: 100%;
    height: 55px;
    line-height: 55px;
    position: absolute;
    margin: auto;
    top: -150px;
    left: 0;
    bottom: 0;
    right: 0;
    -moz-box-shadow: 0px -2px 2px #ffffff;
    -webkit-box-shadow: 0px -2px 2px #ffffff;
    box-shadow: 0px -2px 2px #ffffff;
}

.basic ul li:first-child div.ls-hex-bage span.ls-pricing {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.basic ul li:first-child div.basic-price-simple {
    position: absolute;
    height: 85px;
    width: 100%;
    bottom: 0;
    color: #746566;
}

.basic ul li:first-child div.basic-price-simple h3 {
    font-size: 46px;
    font-weight: bold;
}

.basic ul li:first-child div.basic-price-simple h3 span {
    font-size: 18px;
}

.basic ul li:first-child div.basic-price-simple h3 span.doller {
    font-size: 30px;
    position: relative;
    top: -12px;
}

.basic ul li:first-child div.bage-hide {
    display: none;
}

.basic ul li:first-child div.free-bage {
    background: #beb7a7;
}

.basic ul li:first-child div.basic-bage {
    background: #f2aec1;
}

.basic ul li:first-child div.standard-bage {
    background: #f2809f;
}

.basic ul li:first-child div.premium-bage {
    background: #f2527d;
}

.basic ul li:first-child div.ls-hex-bage:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
}

.basic ul li:first-child div.free-bage:after {
    border-top: 50px solid #beb7a7;
}

.basic ul li:first-child div.basic-bage:after {
    border-top: 50px solid #f2aec1;
}

.basic ul li:first-child div.standard-bage:after {
    border-top: 50px solid #f2809f;
}

.basic ul li:first-child div.premium-bage:after {
    border-top: 50px solid #f2527d;
}

.basic ul li:last-child {
    height: 80px;
    line-height: 80px;
    background-color: #ffffff !important;
    padding: 0;
}

.basic ul li:last-child a.btn {
    width: 50%;
    border: 0;
    color: white;
}

.basic ul li:last-child a.free-btn {
    background: #beb7a7;
}

.basic ul li:last-child a.basic-btn {
    background: #f2aec1;
}

.basic ul li:last-child a.standard-btn {
    background: #f2809f;
}

.basic ul li:last-child a.premium-btn {
    background: #f2527d;
}

.basic ul li:nth-child(odd) {
    background-color: #e0e0e0;
}

.basic ul li:nth-child(even) {
    background-color: #fafafa;
}

.basic:hover {
    -webkit-transform: scale(1.05, 1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05, 1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

.basic:hover ul li:first-child div.bage-hide {
    display: block;
}

.basic:hover ul li:last-child a.btn:hover {
    color: white;
    background: #58595B;
}

.free-wrap ul li:first-child {
    border-top: 3px solid #beb7a7;
    border-bottom: 2px solid #beb7a7;
}

.free-wrap ul li:last-child {
    border-top: 2px solid #beb7a7;
}

.basic-wrap ul li:first-child {
    border-top: 3px solid #f2aec1;
    border-bottom: 2px solid #f2aec1;
}

.basic-wrap ul li:last-child {
    border-top: 2px solid #f2aec1;
}

.standard-wrap ul li:first-child {
    border-top: 3px solid #f2809f;
    border-bottom: 2px solid #f2809f;
}

.standard-wrap ul li:last-child {
    border-top: 2px solid #f2809f;
}

.premium-wrap ul li:first-child {
    border-top: 3px solid #f2527d;
    border-bottom: 2px solid #f2527d;
}

.premium-wrap ul li:last-child {
    border-top: 2px solid #f2527d;
}

.basic-active {
    -webkit-transform: scale(1.05, 1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05, 1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

.basic-active ul li:first-child div.bage-hide {
    display: block;
    -webkit-transform: scale(1.05, 1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    z-index: 99;
}


/***************************************/

.android {
    position: relative;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

.android ul {
    padding: 0;
    margin: 0;
}

.android ul li {
    display: block;
    list-style: none;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.android ul li h4 {
    font-size: 14px;
}

.android ul li p .fa {
    font-size: 16px;
}

.android ul li p span {
    font-size: 15px;
    margin-left: 10px;
}

.android ul li:first-child {
    height: 270px;
    border: 0;
}

.android ul li:first-child h3 {
    padding-top: 10px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 38px;
    text-shadow: rgba(255, 255, 255, 0.2) 3px 2px 3px;
}

.android ul li:first-child p {
    color: #000;
}

.android ul li:first-child .ls-bubble {
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: -220px;
    -moz-box-shadow: inset -1px -1px 10px #141412;
    -webkit-box-shadow: inset -1px -1px 10px #141412;
    box-shadow: inset -1px -1px 10px #141412;
}

.android ul li:first-child .ls-bubble span.ls-pricing {
    font-size: 30px;
    color: white;
    font-weight: bold;
    text-shadow: #2e2e2e 0px 4px 5px;
}

.android ul li:first-child .ls-bubble span.ls-pricing-m {
    /**** Issue Fixed @new ***/
    font-size: 16px;
    font-weight: bold;
    margin-left: 3px;
    color: #FFF;
}

.android ul li:last-child {
    height: 80px;
    line-height: 80px;
    padding: 0;
    border: 0;
}

.android ul li:last-child a.btn {
    width: 50%;
    border: 0;
    color: #000000;
}

.android ul li:last-child a.btn:hover {
    color: white;
    background: #58595B;
}

.android-active {
    transform: scale(1.1, 1.14);
    -webkit-transform: scale(1.1, 1.14);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.1, 1.14);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

.android-basic ul li:first-child {
    background: #aaaa9e;
}

.android-basic ul li:first-child .ls-bubble {
    background: #aaaa9e;
}

.android-basic ul li:last-child {
    background: #aaaa9e;
}

.android-basic ul li:last-child a.btn {
    background-color: white;
}

.android-basic:hover,
.android-pro:hover,
.android-premium:hover {
    transform: scale(1.1, 1.14);
    -webkit-transform: scale(1.1, 1.14);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.1, 1.14);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 200;
}

.android-pro ul li:first-child {
    background: #71624e;
}

.android-pro ul li:first-child .ls-bubble {
    background: #71624e;
}

.android-pro ul li:last-child {
    background: #71624e;
}

.android-pro ul li:last-child a.btn {
    background-color: white;
}

.android-premium ul li:first-child {
    background: #5f4f3f;
}

.android-premium ul li:first-child .ls-bubble {
    background: #5f4f3f;
}

.android-premium ul li:last-child {
    background: #5f4f3f;
}

.android-premium ul li:last-child a.btn {
    background-color: white;
}


/**************************************/

.basic-simple {
    position: relative;
    box-shadow: 1px 2px 2px #dedede;
    -moz-box-shadow: 1px 2px 2px #dedede;
    -webkit-box-shadow: 1px 2px 2px #dedede;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

.basic-simple ul {
    padding: 0;
    margin: 0;
}

.basic-simple ul li {
    position: relative;
    list-style: none;
    text-align: center;
    height: 45px;
    padding: 10px;
}

.basic-simple ul li h4 {
    font-size: 14px;
    padding: 5px;
    margin: 0;
}

.basic-simple ul li:first-child {
    height: 150px;
    line-height: 150px;
    padding: 0;
}

.basic-simple ul li:first-child div.ls-hex-bage-simple {
    width: 150px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    margin: auto;
    top: -150px;
    left: 0;
    bottom: 0;
    right: 0;
    -moz-box-shadow: 0px -2px 3px #000000;
    -webkit-box-shadow: 0px -2px 3px #000000;
    box-shadow: 0px -2px 3px #000000;
}

.basic-simple ul li:first-child div.ls-hex-bage-simple span.ls-pricing {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.basic-simple ul li:first-child div.basic-price-simple {
    position: absolute;
    height: 85px;
    width: 100%;
    bottom: 0;
    color: #746566;
}

.basic-simple ul li:first-child div.basic-price-simple h3 {
    font-size: 46px;
    font-weight: bold;
    color: white;
}

.basic-simple ul li:first-child div.basic-price-simple h3 span {
    font-size: 18px;
}

.basic-simple ul li:first-child div.basic-price-simple h3 span.doller {
    font-size: 30px;
    position: relative;
    top: -12px;
}

.basic-simple ul li:first-child .basic-simple-package,
.basic-simple ul li:first-child .basic-standard-package,
.basic-simple ul li:first-child .basic-premium-package {
    position: relative;
    padding-top: 2px;
}

.basic-simple ul li:first-child .basic-simple-package h3,
.basic-simple ul li:first-child .basic-standard-package h3,
.basic-simple ul li:first-child .basic-premium-package h3 {
    color: white;
    font-size: 44px;
    text-shadow: #030303 4px 4px 4px;
}

.basic-simple ul li:first-child div.bage-hide {
    visibility: hidden;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    opacity: 0;
}

.basic-simple ul li:first-child div.simple-basic-bage {
    background: white;
}

.basic-simple ul li:first-child div.simple-standard-bage {
    background: white;
}

.basic-simple ul li:first-child div.simple-premium-bage {
    background: white;
}

.basic-simple ul li:first-child div.ls-hex-bage-simple:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
}

.basic-simple ul li:first-child div.simple-basic-bage:after {
    border-top: 50px solid white;
}

.basic-simple ul li:first-child div.simple-standard-bage:after {
    border-top: 50px solid white;
}

.basic-simple ul li:first-child div.simple-premium-bage:after {
    border-top: 50px solid white;
}

.basic-simple ul li:last-child {
    height: 80px;
    line-height: 80px;
    padding: 0;
}

.basic-simple ul li:last-child a.btn {
    width: 50%;
    border: 0;
    color: black;
}

.basic-simple ul li:last-child a.free-btn {
    background: white;
}

.basic-simple ul li:last-child a.basic-btn {
    background: white;
}

.basic-simple ul li:last-child a.standard-btn {
    background: white;
}

.basic-simple ul li:last-child a.premium-btn {
    background: white;
}

.basic-simple ul li:nth-child(odd) {
    background-color: #e0e0e0;
}

.basic-simple ul li:nth-child(even) {
    background-color: #fafafa;
}

.basic-simple:hover {
    -webkit-transform: scale(1.05, 1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05, 1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

.basic-simple:hover ul li:first-child div.bage-hide {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}

.basic-simple:hover ul li:first-child div.basic-simple-package,
.basic-simple:hover ul li:first-child div.basic-standard-package,
.basic-simple:hover ul li:first-child div.basic-premium-package {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

.basic-simple:hover ul li:last-child a.btn:hover {
    color: white;
    background: #58595B;
}

.simple-basic-wrap ul li:first-child {
    background: #e8b690;
}

.simple-basic-wrap ul li:last-child {
    background: #e8b690;
}

.simple-standard-wrap ul li:first-child {
    background: #e88f6c;
}

.simple-standard-wrap ul li:last-child {
    background: #e88f6c;
}

.simple-premium-wrap ul li:first-child {
    background: #ffa17f;
}

.simple-premium-wrap ul li:last-child {
    background: #ffa17f;
}

.basic-active {
    -webkit-transform: scale(1.05, 1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05, 1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

.basic-active ul li:first-child div.bage-hide {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}

.basic-active ul li:first-child div.basic-simple-package,
.basic-active ul li:first-child div.basic-standard-package,
.basic-active ul li:first-child div.basic-premium-package {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- PROFILE ----------------------------
-------------------------------------------------------------------*/

.ls-user-skills {
    position: relative;
}

.ls-user-skills ul {
    padding: 0;
    margin: 0;
}

.ls-user-skills ul li {
    list-style: none;
    display: block;
    border-bottom: 1px solid #cbc5ba;
    padding: 5px 0px;
    height: 40px;
    line-height: 30px;
}

.ls-user-skills ul li div.ls-skill-list {
    position: relative;
}

.ls-user-skills ul li div.ls-skill-list h4 {
    width: 15%;
    float: left;
    font-size: 12px;
}

.ls-user-skills ul li div.ls-skill-list .ls-progress {
    width: 75%;
    float: left;
    margin-top: 13px;
}

.ls-user-skills ul li div.ls-skill-list span {
    padding: 5px 0 5px 15px;
}

.ls-user-skills ul li:last-child {
    border: none;
}

.ls-user-skills .ls-add-skill-wrap {
    border: 1px solid #cbc5ba;
}

.ls-user-skills .ls-add-skill-wrap a {
    width: 100px;
}

.ls-user-details {
    position: relative;
}

.ls-user-details .ls-user-name {
    position: relative;
    margin-top: 10px;
}

.ls-user-details .ls-user-name h1 {
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.ls-user-details .ls-user-name a.user-edit {
    position: absolute;
    top: 1px;
    right: 0;
    border: 5px solid #cbc5ba;
    height: 45px;
    width: 45px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #cbc5ba;
}

.ls-user-details .ls-user-links {
    position: relative;
}

.ls-user-details .ls-user-links ul {
    padding: 0;
    margin: 0;
    text-align: right;
}

.ls-user-details .ls-user-links ul li {
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 45px;
    border: 1px solid #cbc5ba;
    border-radius: 50%;
    text-align: center;
}

.ls-user-details .ls-user-links ul li .fa {
    font-size: 20px;
    color: #FF4906;
}

.ls-user-details .ls-user-links ul li:hover .fa {
    color: #1FB5AD;
}

.ls-user-details .user-detail {
    margin: 15px 0 0 0;
    padding: 0 10px;
}

.ls-user-details .user-detail .ls-user-position {
    padding: 5px 10px;
    background: #dfdfdf;
    margin-bottom: 15px;
}

.ls-user-details .user-detail .ls-user-position h4 {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: normal;
}

.ls-user-details .user-detail .ls-user-position P {
    margin: 0;
}

.ls-user-details .user-detail address {
    background: #1FB5AD;
    padding: 5px 10px;
    color: #ffffff;
}

.ls-user-details .user-detail .ls-user-links {
    position: relative;
    margin-top: 50px;
}

.ls-user-details .user-detail .ls-user-links ul {
    padding: 0;
    margin: 0;
}

.ls-user-details .user-detail .ls-user-links ul li {
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 45px;
    border: 1px solid #cbc5ba;
    border-radius: 50%;
    text-align: center;
}

.ls-user-details .user-detail .ls-user-links ul li .fa {
    font-size: 20px;
}

.ls-user-details .user-detail .user-pic {
    position: absolute;
    top: -35px;
    left: 315px;
    width: 200px;
    height: 200px;
    border: 10px solid #f8f7f7;
    border-radius: 50%;
    z-index: 1;
    overflow: hidden;
}

.ls-user-details .user-detail .user-pic img {
    max-width: 100%;
    width: 180px;
    height: 180px;
    border: 10px solid #dfdfdf;
    border-radius: 50%;
}

.ls-user-details .ls-user-info .ls-user-text {
    color: #ffffff;
    background: #1FB5AD;
    text-align: right;
    margin-top: 15px;
    padding: 5px 10px 5px 45px;
}

.ls-user-details .ls-user-info .ls-user-text2 {
    background: #dfdfdf;
    text-align: right;
    margin-top: 15px;
    padding: 5px 10px 5px 45px;
}

.ls-user-details .ls-user-info .ls-user-text2 h4 {
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: normal;
}

.ls-user-subscriber {
    position: relative;
    margin-top: 15px;
}

.ls-user-subscriber .ls-user-element {
    float: left;
    margin-top: -12px;
}

.ls-user-subscriber .ls-user-element .easyPieChartBlack {
    margin: 0;
    line-height: 100px;
}

.ls-user-subscriber .ls-user-box-content {
    text-align: center;
    float: left;
    margin-left: -45px;
    margin-top: 15px;
}

.ls-user-subscriber .ls-user-box-content .fa {
    font-size: 20px;
    color: #FF4906;
}

.ls-user-subscriber .ls-user-box-content h1 {
    font-size: 18px;
    margin-top: 5px;
}

.ls-user-feature {
    width: 100%;
}

.ls-user-feature ul {
    padding: 0;
    margin: 0;
    text-align: right;
}

.ls-user-feature ul li {
    list-style: none;
    display: inline-block;
}

.ls-user-feature ul li .circliful {
    position: relative;
}

.ls-user-feature ul li .circle-text,
.ls-user-feature ul li .circle-info,
.ls-user-feature ul li .circle-text-half,
.ls-user-feature ul li .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}

.ls-user-feature ul li .circle-info,
.ls-user-feature ul li .circle-info-half {
    color: #999;
}

.ls-user-feature ul li .circliful .fa {
    position: absolute;
    top: 25px;
    font-size: 18px;
    color: #FF4906;
}

.user-profile-tab .user-friend-list {
    position: relative;
}

.user-friend-list ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.user-friend-list ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin: 5px;
    outline: none !important;
}

.user-friend-list ul li a {
    outline: none;
}

.user-friend-list ul li a:focus {
    outline: none;
}

.user-friend-list ul li img {
    height: auto;
    width: 70px;
    max-width: 100%;
    border: 2px solid #fff;
    transition: all 300ms ease-in-out 0s;
}

.user-friend-list ul li:hover img {
    border: 2px solid #FF4906;
    transition: all 300ms ease-in-out 0s;
}

span.ls-friend-status {
    border-radius: 8px;
    bottom: -3px;
    display: block;
    height: 10px;
    left: 30px;
    position: absolute;
    width: 10px;
}

.ls-friends-info ul {
    padding: 0;
    margin: 0;
    text-align: left;
}

.ls-friends-info ul li .fa {
    color: #1FB5AD;
}

.ls-friends-info ul li:hover .fa {
    color: #FF4906;
}

.ls-friends-info ul li:first-child {
    margin-left: -1px;
}

.ls-friends-info address .fa {
    color: #1FB5AD;
}

.ls-friends-info-wrap img {
    margin-right: 5px;
}

span.about-me-text {
    margin-bottom: 10px;
}

h3.user-profession-title {
    font-size: 14px;
    margin: 5px 0;
    padding: 0;
}

span.user-company-name {
    color: #1FB5AD;
}

#ls-downloadLink {
    margin-top: 15px;
}

.user-map-locator {
    width: 100%;
    height: 200px;
    margin-top: 25px;
}

.ls-view {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.ls-view .ls-mask,
.ls-view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.ls-view img {
    display: block;
    position: relative;
}

.ls-view a.info {
    background: url("../images/link.png") center no-repeat;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
}

.ls-view a.ls-timeline-project-info {
    background: url("../images/link.png") center no-repeat;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
}

.ls-hover-effect .ls-mask {
    opacity: 0;
    overflow: visible;
    border: 0px solid rgba(0, 0, 0, 0.7);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ls-hover-effect a.info {
    position: relative;
    left: -60px;
    top: -67px;
    opacity: 0;
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}

.ls-hover-effect a.ls-timeline-project-info {
    position: relative;
    left: -65px;
    top: -70px;
    opacity: 0;
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}

.ls-hover-effect:hover .ls-mask {
    opacity: 1;
    border: 100px solid rgba(0, 0, 0, 0.7);
}

.ls-hover-effect:hover a.info {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.ls-hover-effect:hover a.ls-timeline-project-info {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.feed-box-profile {
    /**** Issue Fixed @new ***/
    border: 1px solid #cbc5ba;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
   ------------------------- LOGIN -----------------------------
-------------------------------------------------------------------*/

body.login-screen {
    background: #ffffff;
}

.login-content {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.login-content h3 {
    color: #696969;
}

.login-content h1 {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 25px;
}

.login-content p {
    font-size: 16px;
    color: #000;
    text-align: left;
}

.login-box {
    width: 100%;
    padding: 0px 5px;
    background: #ffffff;
    position: relative;
    color: var(--primary-font-color);
    z-index: 1;
    /**** Issue Fixed @new ***/

    border-radius: 18px;
    -webkit-box-shadow: 1px 1px 4px 3px #c9cccf;
    box-shadow: 1px 1px 4px 3px #c9cccf;
    height: 500px;
}

.login-box .login-user-icon {
    border: 5px solid #565656;
    border-radius: 75px;
    color: var(--gray-font-colour);
    font-size: 70px;
    height: 150px;
    line-height: 160px;
    margin: auto;
    text-align: center;
    width: 150px;
}

.login-box .login-user-icon img {
    width: 75px;
}

.login-box .login-user-icon.user {
    overflow: hidden;
    line-height: 100px;
}

.login-box .login-user-icon.user img {
    width: 100%;
}

.login-box .forgot-pass-box {
    display: none;
}

.login-box .login-form,
.login-box .forgot-pass-box {
    /* padding: 15px 0; */
    /*padding: 5px 0 15px;*/
    padding:5px 5px 15px;
}

.login-box .login-form .bootstrap-switch,
.login-box .forgot-pass-box .bootstrap-switch {
    border-color: var(--gray-font-colour);
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.login-box .login-form .bootstrap-switch-label,
.login-box .forgot-pass-box .bootstrap-switch-label {
    background: #565656;
}

.login-box .login-form .bootstrap-switch.bootstrap-switch-focused,
.login-box .forgot-pass-box .bootstrap-switch.bootstrap-switch-focused {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.login-box .login-form .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.login-box .login-form .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.login-box .forgot-pass-box .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.login-box .forgot-pass-box .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: #444444;
    color: #269abc;
}

.login-box .login-form .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.login-box .login-form .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.login-box .forgot-pass-box .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.login-box .forgot-pass-box .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    background: #444444;
    color: #FF4906;
}

.login-box .login-form .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.login-box .login-form .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.login-box .login-form .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label,
.login-box .forgot-pass-box .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.login-box .forgot-pass-box .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.login-box .forgot-pass-box .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    font-size: 14px;
    line-height: 15px;
}

.login-box .login-form input:focus,
.login-box .login-form input:active,
.login-box .forgot-pass-box input:focus,
.login-box .forgot-pass-box input:active {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.login-box .login-form input,
.login-box .forgot-pass-box input {
    background: #ffffff;
    border: 0px;
    border-bottom: 3px solid #E9E9F0;
    color: var(--primary-font-color);
    padding: 6px 0px;
    font-size: 16px;
}

.login-box .login-form input,
.login-box .forgot-pass-box input:focus {
    background: #ffffff;
    border: 0px;
    border-bottom: 3px solid #E9E9F0;
    color: var(--primary-font-color);
    padding: 6px 0px;
    font-size: 16px;
}

.login-box .login-form .input-group {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 0px;
}

.login-box .login-form .input-group-addon,
.login-box .forgot-pass-box .input-group-addon {
    background: #565656;
    color: #999999;
    border-color: var(--gray-font-colour);
}

.login-box .login-form .remember-me,
.login-box .forgot-pass-box .remember-me {
    margin: 15px 0;
}

.login-box .login-form .remember-me label {
    cursor: pointer;
}

.login-box .login-form .login-btn-box,
.login-box .forgot-pass-box .login-btn-box {
    text-align: center;
    width: 100%;
    margin: auto;
}

.login-box .login-form .login-btn-box a.login-view:after,
.login-box .forgot-pass-box .login-btn-box a.login-view:after {
    color: #999999;
}

.login-box .login-form .login-btn-box a,
.login-box .forgot-pass-box .login-btn-box a {
    color: #999999;
}

.login-box .login-form .login-btn-box a:hover,
.login-box .forgot-pass-box .login-btn-box a:hover {
    color: #1fb5ad;
}

.login-box .login-form .login-btn-box i,
.login-box .forgot-pass-box .login-btn-box i {
    font-size: 20px;
}

.login-box .login-form .login-btn-box button,
.login-box .forgot-pass-box .login-btn-box button {
    margin-bottom: 0px;
    font-size: 18px;
    border: 0px;
    outline: none;
}

.login-box .login-form input:focus,
.login-box .forgot-pass-box input:focus {
    border-color: #1589ee;
}

.login-box .login-form ::-webkit-input-placeholder,
.login-box .forgot-pass-box ::-webkit-input-placeholder {
    color: #666666;
    font-size: 16px;
}

.login-box .login-form :-moz-placeholder,
.login-box .forgot-pass-box :-moz-placeholder {
    /* Firefox 18- */
    color: #666666;
    font-size: 16px;
}

.login-box .login-form ::-moz-placeholder,
.login-box .forgot-pass-box ::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
    font-size: 16px;
}

.login-box .login-form :-ms-input-placeholder,
.login-box .forgot-pass-box :-ms-input-placeholder {
    color: #999999;
    font-size: 12px;
}

.login-box .login-user-icon.user img {
    width: 100%;
}

.social-btn-login {
    text-align: center;
    margin-bottom: 10px;
}

.social-btn-login ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-btn-login ul li {
    display: inline;
    padding: 0 7px;
}

.social-btn-login ul li a {
    color: #999999;
    font-size: 14px;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    transition: all 600ms linear;
}

.social-btn-login ul li a:hover {
    color: dimgrey;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    transition: all 600ms linear;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
   ------------------------- NOT FOUND -------------------
-------------------------------------------------------------------*/

.not-found {
    color: #ffffff;
    margin: 20% auto;
    text-align: center;
}

.not-found h1 {
    font-size: 100px;
    line-height: 100px;
}

.not-found p {
    font-size: 15px;
}

.not-found a {
    color: #ffffff;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
   ------------------------- COMING SOON -------------------
-------------------------------------------------------------------*/

#outer-wrapper {
    height: 100%;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}

.coming-soon {
    color: #ffffff;
    margin: 10% auto;
    text-align: center;
}

.coming-soon h1 {
    font-family: var(--header-font);
    font-size: 50px;
    line-height: 50px;
}

.time_circles>div>span {
    font-weight: normal;
}

.coming-soon .timer {
    margin: auto;
    width: 80%;
}

#main-container.comingSoonBody {
    background: #58595B;
}

.copy-right {
    bottom: 40px;
    font-size: 15px;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    font-family: var(--header-font);
}

.copy-right.big-screen {
    font-size: 15px;
    text-align: center;
    color: #696969;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
   -------------------------WIDGETS------------------------------
-------------------------------------------------------------------*/

.gaugeBox {
    text-align: center;
}

.gaugeBox canvas {
    margin: auto;
}

.gaugeBox p {
    margin: 0;
    padding: 0;
}

.ls-chart-box {
    cursor: pointer;
    height: 75px;
    box-shadow: 3px 3px 3px #e0e0e0;
    color: white;
    background: #3F414D;
}

.ls-wizard {
    position: relative;
    margin: auto;
    border: 1px solid #cbc5ba;
    height: 75px;
    background: #1fb5ad;
    color: white;
    box-shadow: 3px 3px 3px #e0e0e0;
    cursor: pointer;
}

.ls-wizard h2 {
    font-size: 20px;
    margin: 0;
    padding: 25px 0 0 10px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-wizard span {
    padding: 0 0 0 10px;
    opacity: 0;
    font-size: 13px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-wizard .icon {
    float: right;
    position: absolute;
    right: 10px;
    top: 18px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-wizard .icon i.fa {
    text-align: right;
    font-size: 40px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-wizard.fullWidth {
    width: 100%;
}

.ls-wizard:hover h2,
.ls-wizard.active h2 {
    font-size: 15px;
    padding: 5px 0 0 10px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-wizard:hover span,
.ls-wizard.active span {
    font-size: 25px;
    opacity: 1;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-wizard:hover .icon,
.ls-wizard.active .icon {
    top: 8px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-wizard:hover .icon i.fa,
.ls-wizard.active .icon i.fa {
    font-size: 60px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-chart-box .chart-box-content {
    float: left;
    display: inline-block;
}

.ls-chart-box .chart-box-content h1 {
    margin: 0;
    padding: 10px 0 0 15px;
    font-size: 20px;
    color: white;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-chart-box .chart-box-content p {
    padding: 0px 18px;
    font-size: 18px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-chart-box .sparklineBadge-box {
    padding: 10px;
    float: right;
    display: inline-block;
}

.ls-chart-box:hover h1,
.ls-chart-box.active h1 {
    font-size: 14px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-chart-box:hover p,
.ls-chart-box.active p {
    font-size: 22px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-widget-box {
    cursor: pointer;
    position: relative;
    height: 120px;
    box-shadow: 3px 3px 3px #e0e0e0;
    background: #3F414D;
}

.ls-widget-box i {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 20px;
    line-height: 120px;
    opacity: 0.5;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-widget-box .chart-box-content {
    float: left;
    display: inline-block;
    padding-left: 60px;
}

.ls-widget-box .chart-box-content h1 {
    margin: 0;
    padding: 30px 0 0 0;
    font-size: 20px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ls-widget-box .chart-box-content p {
    padding: 0px 0;
    font-size: 12px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ls-widget-box .box-element {
    margin: 5px 10px 0 0;
    float: right;
    display: inline-block;
}

.ls-widget-box:hover i,
.ls-widget-box.active i {
    opacity: 1;
    font-size: 40px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-widget-box:hover h1,
.ls-widget-box.active h1 {
    font-size: 12px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ls-widget-box:hover p,
.ls-widget-box.active p {
    font-size: 25px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ls-circle-widget {
    cursor: pointer;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    margin: auto;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ls-circle-widget i {
    font-size: 65px;
    margin: auto;
    line-height: 180px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ls-circle-widget h1 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ls-circle-widget:hover,
.ls-circle-widget.active {
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ls-circle-widget.square-hover:hover,
.ls-circle-widget.square-hover.active {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ls-circle-widget:hover i,
.ls-circle-widget.active i {
    font-size: 45px;
    line-height: 65px;
    padding-top: 50px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ls-circle-widget:hover h1,
.ls-circle-widget.active h1 {
    opacity: 1;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.setting-widget {
    border: 1px solid #E3DFD8;
}

.setting-widget-header {
    padding: 5px 10px;
}

.setting-widget-header i {
    float: right;
}

.setting-widget-box {}

.setting-widget-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.setting-widget-box ul li {
    padding: 10px;
    border-top: 1px solid #e0e0e0;
    background: #f2f2f2;
}

.setting-widget-box ul li div.setting-switch {
    float: right;
}

.change-color-switch {
    text-align: center;
}

.change-color-switch ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.change-color-switch ul li {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 0 0 5px;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.change-color-switch ul li.active {
    border: 1px solid #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.change-color-switch ul li.default {
    background: #49494B;
}

.change-color-switch ul li.red-color {
    background: #FF4906;
}

.change-color-switch ul li.blue-color {
    background: #5EBFD8;
}

.change-color-switch ul li.light-green-color {
    background: #1FB5AD;
}

.change-color-switch ul li.black-color {
    background: #3F414D;
}

.change-color-switch ul li.deep-blue-color {
    background: #3A515A;
}


/****/

.flotChartRealTime.widgetRealTime {
    height: 220px;
}

.memberBox {
    border: 1px solid #E0E0E0;
    padding: 0 10px;
}

.memberBox-header {
    padding: 10px 0;
}

.memberBox-details {
    margin: 0;
    padding: 5px 20px 15px;
    text-align: center;
}

.memberBox-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.memberBox-details ul li {
    display: inline-block;
    padding: 0 9%;
    text-align: center;
}

.widget-memberBox-details ul li {
    padding: 0 4%;
}

.memberBox-details ul li div.memberBox-title {
    text-align: center;
    font-size: 17px;
}

.memberBox-details ul li div.memberBox-title h4 {
    margin: 3px 0;
    font-size: 15px;
}

.memberBox-details ul li div.memberBox-value {
    text-align: center;
}

.memberBox-details ul li div.memberBox-value i {
    font-size: 15px;
}

.memberBox-details ul li div.memberBox-value.up {
    color: #1FB5AD;
}

.memberBox-details ul li div.memberBox-value.down {
    color: #269abc;
}

.sale-widget {
    margin-bottom: 20px;
}

.sale-widget ul li a {
    letter-spacing: 1px;
}

.sale-widget .tab-content {
    border-left: 1px #e0e0e0 solid;
    border-bottom: 1px #e0e0e0 solid;
    border-right: 1px #e0e0e0 solid;
    height: 300px;
}

.sale-widget .tab-content p {
    line-height: 14px;
}

.sale-widget label.switch-label {
    margin-top: 5px;
}


/*****/


/*Easy pie ui start */

.easy-pai-box {
    margin: auto;
    text-align: center;
}

.easyPie {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-bottom: 15px;
    text-align: center;
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}

.easyPieChart,
.easyPieChartBlue,
.easyPieChartGreen,
.easyPieChartBrown,
.easyPieChartLightGreen,
.easyPieChartBlack {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-bottom: 15px;
    text-align: center;
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}

.easyPie canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.easyPieChart canvas,
.easyPieChartBlue canvas,
.easyPieChartGreen canvas,
.easyPieChartBrown canvas,
.easyPieChartLightGreen canvas,
.easyPieChartBlack canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.easyPiePercent:after {
    content: '\0025';
    margin-left: 0.1em;
    font-size: .8em;
}

.easyPieChartBlue:before {
    content: '\0024';
    font-size: .8em;
}

.easyPieChartGreen:before {
    content: '\20AC';
    font-size: .8em;
}

.easyPieChartBrown:before {
    content: "\00a3";
    font-size: .8em;
}

.easyPieChartLightGreenPercent:after {
    content: '\0025';
    margin-left: 0.1em;
    font-size: .8em;
}

.easyPiePercentFacebook:after {
    content: '\0025';
    margin-left: 0.1em;
    font-size: .8em;
}

.easyPieChartBlackPercent:after {
    content: '\0025';
    margin-left: 0.1em;
    font-size: .8em;
}


/*****/

.icon-tab .tab-content {
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.hero-donut-widget {
    height: 200px;
}

.c3-chart-arc text {
    font-size: 12px;
}

.hero-donut-widget svg text,
.hero-donut-widget svg text tspan {
    font-family: var(--amaran-font);
    font-size: 12px !important;
    font-weight: normal !important;
}

.hero-donut-box svg text,
.hero-donut-box svg text tspan {
    font-family: var(--amaran-font);
    font-size: 12px !important;
    font-weight: normal !important;
}

.sale-widget #product {
    text-align: center;
    height: 300px;
}

.hero-bar-widget {
    height: 300px;
}

.monthlySale {
    height: 200px;
    text-align: center;
}

.progress.vertical {
    margin: 0 10px;
}

.monthlySale ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.monthlySale ul li {
    height: 200px;
    display: inline-block;
    text-align: center;
}

.monthlySale ul li div.progress {
    margin-bottom: 0;
}

.monthlySale ul li div.monthName {
    display: block;
    text-align: center;
}

.monthlySale ul li div.progress.vertical {
    float: none;
}

.monthlySale .progress.vertical {
    width: 50px;
}

.progress.vertical .progress-bar.six-sec-ease-in-out {
    -webkit-transition: height 6s ease-in-out;
    -moz-transition: height 6s ease-in-out;
    -ms-transition: height 6s ease-in-out;
    -o-transition: height 6s ease-in-out;
    transition: height 6s ease-in-out;
}

.progress-bar-danger {
    background: #FF4906;
}

.seriesToggleWidget {
    height: 260px;
    width: 80%;
    float: left;
}

.seriesToggleWidget div.legend table {
    margin-right: 10px;
}

.seriesToggleWidget div.legend table tbody tr td {
    height: 20px;
}

.seriesToggleWidget div.legend table tbody tr td.legendColorBox div {
    margin-right: 10px;
}

.seriesToggleWidget div.legend table tbody tr td.legendColorBox div>div {
    margin-right: 0px;
}

.seriesToggleWidget div.legend table tbody tr td.legendLabel {
    font-size: 13px;
}

#choicesWidget {
    width: 20%;
    list-style: none;
    float: left;
    margin: 5px 0 0 0;
    padding: 0;
}

#choicesWidget li {
    margin-bottom: 10px;
    margin-left: 10px;
}

.skyWeather {
    height: 250px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.current-weather,
.feature-weather {}

.current-weather {
    width: 100%;
    height: 180px;
}

.current-weather-icon {
    width: 50%;
    margin: auto;
    float: left;
    text-align: center;
    padding-top: 40px;
}

.current-weather-icon canvas {
    margin: auto;
    width: 128px;
}

.current-weather-details {
    float: right;
    width: 50%;
    text-align: center;
    padding-top: 10%;
}

.current-weather-details h2 {
    font-size: 45px;
    margin-bottom: 0;
}

.current-weather-details p,
.current-weather-details span {
    font-size: 14px;
}

.feature-weather {
    border-top: 1px solid #82CDCA;
}

.feature-weather ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.feature-weather ul li {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #82CDCA;
    width: 19%;
}

.feature-weather ul li:last-child {
    border: none;
}

.feature-weather ul li a {
    display: block;
    line-height: 14px;
    padding: 10px 0;
    text-align: center;
}

.feature-weather ul li a:hover {
    text-decoration: none;
    color: #f2f2f2;
}

.feature-weather ul li a canvas {}

.feature-weather ul li a span {
    color: #ffffff;
    display: list-item;
    text-transform: uppercase;
}

.social-share-box {
    height: 250px;
}

.social-share {
    height: 50%;
    display: inline-block;
    background: #e0e0e0;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.social-share i {
    font-size: 50px;
    color: #ffffff;
    line-height: 125px;
}

.ls-fb-share {
    background: #3B5998;
}

.ls-tw-share {
    background: #55ACEE;
}

.ls-google-plus {
    background: #D44032;
}

.ls-dribble-plus {
    background: #C32361;
}

.share-overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a.close-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 45px;
    height: 45px;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    line-height: 45px;
    text-align: center;
    background-color: #000;
    cursor: pointer;
}

a.close-overlay.hidden {
    display: none;
}

a.expand {
    color: #F2F2F2;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    position: absolute;
    text-align: center;
    z-index: 100;
    outline: 0;
    text-decoration: none;
}

a.expand:hover {
    outline: 0;
    text-decoration: none;
}

.share-overlay {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
}

.share-overlay a.expand {
    bottom: 50%;
    font-size: 38px;
    left: 0;
    letter-spacing: 2px;
    margin: 0 auto -30px;
    right: 0;
    font-weight: bold;
}

.overlay-hover .share-overlay {
    height: 100%;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
   ------------------------- PANEL ------------------------------
-------------------------------------------------------------------*/

.form-control {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.panel .form-control {
    /*background-color: rgba(0, 0, 0, 0);*/
    background-color: rgba(255, 255, 255, 1);
}

.no-margin {
    margin: 0px !Important;
}

.panel-control,
.panel-note-control,
.note-control {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 25px;
    top: 10px;
}

#onWay-tab3 .select2-container--default .select2-selection--single {
    border: 0;
    height: 34px;
}

.footbtn span.switchery {
    height: 15px;
    width: 30px;
}

#filters_col {
    background-color: #FFF;
    margin-bottom: 10px;
}

.comision_checkbox input {
    display: none;
}

.comision_checkbox {
    height: 20px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    user-select: none;
    color: #2C3E50;
    font-size: 9px;
    /*float: left;*/
    margin: 0;
}
.hotel-booking-details-wrapper .comision_checkbox {
     margin: 9px 0 0 0 !important;
}
.comision_checkbox .checkmark {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: white;
    position: absolute;
    left: 0;
    /*top: 3px;*/
    /*top: 5px;*/
    border: 2px solid #000;
    border-radius: 0px;
}

.comision_checkbox input:checked+.checkmark {
    background-color: var(--highlight-color);
    border: 1px solid var(--highlight-color);
    top: 6px;
}

.comision_checkbox input:indeterminate+.checkmark {
    background-color: var(--highlight-color);
    border: 1px solid var(--highlight-color);
}

.comision_checkbox input:checked+.checkmark:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 11px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.comision_checkbox input:checked:disabled+.checkmark {
    border: 1px solid grey;
    background-color: grey;
}

.comision_checkbox input:disabled+.checkmark {
    border: 1px solid grey;
}

.comision_checkbox input:indeterminate+.checkmark:after {
    content: "";
    position: absolute;
    height: 0px;
    width: 11px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}

.star_rating {
    padding: 0 15px 10px 15px;
}

.border-bottom h3 {
    display: block !important;
    color: var(--primary-font-color);
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.filter_type ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.footbtn span.switchery small {
    height: 15px;
    width: 15px;
}

.panel-control li,
.panel-note-control li,
.note-control li {
    display: inline-block;
    margin: 0 3px;
}

.panel-control li a,
.panel-note-control li a,
.note-control li a {
    font-size: 13px;
    color: #ffffff;
    outline: 0;
    opacity: 1;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.panel-default .panel-control li a,
.panel-default .panel-note-control li a,
.panel-default .note-control li a {
    color: var(--gray-font-colour);
}

.panel-control li a:hover,
.panel-note-control li a:hover,
.note-control li a:hover {
    color: var(--gray-font-colour);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.panel-default .panel-control li a:hover,
.panel-default .panel-note-control li a:hover,
.panel-default,
.note-control li a:hover {
    color: var(--gray-font-colour);
}

.panel,
.panel-heading {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.panel-default {
    border-color: #e3dfd8;
}

.panel-default>.panel-heading {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    color: #515151;
}

.panel-red {
    border-color: #FF4906;
}

.panel-red>.panel-heading {
    background-color: #FF4906;
    border-color: #FF4906;
    color: white;
}

.panel-light-green {
    border-color: #1fb5ad;
}

.panel-light-green>.panel-heading {
    background-color: #1fb5ad;
    border-color: #1fb5ad;
    color: white;
}

.panel-light-blue {
    border-color: #269abc;
}

.panel-light-blue>.panel-heading {
    border: #269abc;
    background: #269abc;
    color: white;
}

.panel-dark {
    border-color: #555557;
}

.panel-dark>.panel-heading {
    border: #555557;
    background: #555557;
    color: white;
}

.panel>.panel-body {
    background-color: #ffffff;
}

.ls-light-green-progress {
    background-color: #269abc;
}

.ls-light-blue-progress {
    background-color: #1fb5ad;
}

.ls-green-progress {
    background-color: #507d50;
}

.ls-yellow-progress {
    background-color: #aaa900;
}

.ls-red-progress {
    background-color: #FF4906;
}

.top-panel {
    margin-top: 20px;
}


/* Modal Start */

.modal-footer {
    padding: 10px 20px;
    margin-top: 0;
}

.modal-header {
    padding: 5px 15px 9px;
    background: #666;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    font-family: var(--primary-font);
}

.modal-header h1 {
    font-size: 16px;
    font-family: var(--primary-font);
    padding: 6px 0;
}

.panel-less {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
}

.panel-less.panel-default {
    border: none;
    background-color: transparent;
}

.panel-less>.panel-heading {
    background-color: transparent;
    border: 0;
    padding: 15px 0;
}

.panel-less>.panel-body {
    background-color: transparent;
}

h3.panel-title {
    /* font-size: 22px; */
    font-size: 16px;
}

.modal-content {
    border-radius: 1px;
}

.grid-panel-body {
    text-align: center;
    line-height: 50px;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
   -------------------------ICONS---------------------------------
-------------------------------------------------------------------*/

.icon-tab {}

.icon-list-padding {
    padding: 0 15px;
}

.icon-view-tab.tab-content {
    border-bottom: 1px solid #e3dfd8;
    border-left: 1px solid #e3dfd8;
    border-right: 1px solid #e3dfd8;
}

div.fontawesome-icon-list div {
    background-color: #F9F9F9;
    border: 1px solid #ffffff;
    float: left;
    font-size: 14px;
    height: 100px;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

div.fontawesome-icon-list div i.fa {
    color: #626161;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 5px;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    transition: all 600ms linear;
}

div.fontawesome-icon-list div a {
    color: #235b67;
    display: block;
    text-align: center;
    word-wrap: break-word;
}

div.fontawesome-icon-list div:hover i {
    color: #1fb5ad;
    font-size: 35px;
}

.animation-icon-box {
    text-align: center;
    color: #626161;
}

ul.icon-list.middle {
    padding-bottom: 20px;
    padding-top: 20px;
}

ul.icon-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
    cursor: pointer;
}

ul.icon-list li {
    display: inline-block;
    padding: 0 5px;
}

.animation-icon {
    text-align: center;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    transition: all 600ms linear;
}

.animation-icon:hover {
    color: #1fb5ad;
    opacity: 1;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(360deg);
}

.ls-glyphicons-list {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

.ls-glyphicons li {
    background-color: #F9F9F9;
    border: 1px solid #ffffff;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 100px;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
    width: 20%;
}

.ls-glyphicons .glyphicon {
    color: #626161;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 5px;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    transition: all 600ms linear;
}

.ls-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

.ls-glyphicons li:hover span.glyphicon {
    color: #1fb5ad;
    font-size: 35px;
}

.popupIcon {
    text-align: center;
}

.popupIcon i {
    font-size: 50px;
    color: #1fb5ad;
}

.popupIcon pre {
    margin-top: 20px;
}

.customizationIcon h5 {
    margin-bottom: 20px;
}

.customizationIcon ul {
    margin-bottom: 50px;
}


/****/

p.bg-label {
    background-color: #1FB5AD;
    padding: 15px;
}

.red,
i.red {
    color: #ef0808;
}

.blue,
i.blue {
    color: #6b97f4;
}

.green,
i.green {
    color: #507d50;
}

.brown,
i.brown {
    color: #763d3d;
}

.white,
i.white {
    color: white;
}

.lightGreen,
i.lightGreen {
    color: #1fb5ad;
}

.light-blue,
i.light-blue {
    color: #269abc;
}

.yellow,
i.yellow {
    color: #aaa900;
}

.phast,
i.phast {
    color: #70cac8;
}


/*****  Color css end ****/

.spinIn {
    -webkit-animation: spinIn 0.6s 1 linear;
    animation: spinIn 0.6s 1 linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes spinIn {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
    }
}

@keyframes spinIn {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

.spinOut {
    -webkit-animation: spinOut 0.6s 1 linear;
    animation: spinOut 0.6s 1 linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes spinOut {
    0% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinOut {
    0% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
   -------------------------FOOTER------------------------------
-------------------------------------------------------------------*/


/*Footer css start */

#footer {
    background: #ffffff;
    padding: 10px;
    border-top: 1px #CBC5BA dotted;
}

#footer.right {
    text-align: right;
    padding-right: 50px;
}

#footer a {
    color: var(--gray-font-colour);
}

#footer a:hover {
    text-decoration: none;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
   ------------------------ BLOCKQUOTE --------------------------
-------------------------------------------------------------------*/

blockquote.styles {
    font-family: var(--block-font);
    font-size: 18px;
    font-style: italic;
    width: 80%;
    margin: auto;
    padding: 50px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    background: #ececec;
}

blockquote.styles:before {
    color: #7a7a7a;
    content: "ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
    display: block;
    font-size: 80px;
    left: 10px;
    position: absolute;
    top: 10px;
}

blockquote.styles cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote.styles cite:before {
    content: "\2014 \2009";
}

blockquote.styles footer {
    text-align: right;
}

div.demo-blockquote {
    margin-top: 10%;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
   -------------------------SLIDER---------------------------------
-------------------------------------------------------------------*/


/**** Slider ***/

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    top: 40%;
    left: 30px;
    background: url('../images/arrows.png') no-repeat;
    background-position: 0 0;
    overflow: hidden;
    font-size: 0;
    padding-top: 16px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    top: 40%;
    right: 30px;
    background: url('../images/arrows.png') no-repeat;
    background-position: -20px 0;
    overflow: hidden;
    font-size: 0;
    padding-top: 16px;
}

.owl-theme .owl-controls .owl-page span {
    background: #FF4906;
}

.owl-caption {
    position: absolute;
    bottom: 0;
    background-color: #FFF;
    width: 100%;
    opacity: 0.5;
    padding: 10px 10px
}

.owl-caption h3 {
    font-size: 16px;
    padding: 0;
    margin: 0;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

#bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #FF4906;
}

#progressBar {
    width: 100%;
    background: #EDEDED;
}


/**********************************/


/*SLIDER*/

#slideShow {
    width: 100%;
}

#slideShow img {
    width: 100%;
    height: auto;
}

.ls-slider-content {
    padding: 10px;
    margin: 15px;
    background-color: #5ebfd8;
    color: #FFF;
    text-align: center;
}

.s2 .ls-slider-content {
    background: #58595b;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
}

.s3 .ls-slider-content {
    background-color: #7a8b83;
    color: #ccc;
}

.ls-slider-title {
    background-color: #FF4906;
    margin: 15px 15px 0;
    height: 60px;
    text-align: center;
}

.ls-slider-title h2,
.ls-slider-title h3 {
    color: #FFF;
    font-size: 20px;
    line-height: 3;
}

.ls-slider-right-view {
    margin-left: 67.3333% !important;
}

.radio-block-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.25rem;
    margin-bottom: 16px;
}
.radio-block-wrap .radio-block {
    margin-right: 1.5rem;
    position: relative;
    margin-bottom: 8px;
}
.radio-block-wrap .radio-block input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.radio-block-wrap .radio-block input[type=radio] + .radio-label:before {
  content: "";
  border: 2px solid var(--highlight-color);
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  border-radius: 50%;
  pointer-events: none;
}
.radio-block-wrap .radio-block .radio-label {
    margin-bottom: 0;
}
.radio-block-wrap .radio-block input[type=radio]:checked + .radio-label:before {
    background-color: var(--highlight-color);
    box-shadow: inset 0 0 0 3px #ffffff;
}
.sf-date-bold {
    font-weight: 600;
}
.cancellation-charges {
    padding-left: 95px;
    top: -5px;
    position: relative;
    font-size: 12px;
    color: #000000;
}

@media only screen and (min-width: 600px) {
    #slideShow {
        height: 350px;
    }
    #slideShow img {
        height: 350px;
    }
}

@media only screen and (min-width: 1px) and (max-width: 600px) {
    #slideShow {
        height: 150px;
    }
    #slideShow img {
        height: 150px;
    }
    .ls-slider-content {
        padding: 5px;
        margin: 10px;
        font-size: 10px;
    }
    .s2 .ls-slider-content {
        font-size: 10px;
    }
    .s3 .ls-slider-content,
    .s1 .ls-slider-content {
        width: 150%;
        height: 20px;
        font-size: 10px;
    }
    #slideShow .title {
        display: none;
    }
}

ul.slideControl {
    list-style: none;
    text-align: center;
    margin: 5px auto;
    overflow: hidden;
    border-top: none;
    opacity: .5;
}

ul.slideControl li {
    display: inline-block;
    padding: 5px;
    background: #ccc;
    margin: 5px;
    cursor: pointer;
}

ul.slideControl li:hover,
ul.slideControl li.current {
    background: #555;
}

div.opt {
    margin: 10px;
    background: #eee;
    padding: 5px;
}

span.option {
    font-weight: 700;
}

span.description {
    margin-left: 10px;
}

.ls-slider-2 {
    margin-top: 30px;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- UI ELEMENTS ------------------------
-------------------------------------------------------------------*/


/******* Button & Switch *******/

.button-alignment button.btn {
    margin-bottom: 10px;
}

.ls-blue-btn {
    background-color: #6b97f4;
    color: white;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-blue-btn:hover,
.ls-blue-btn:active,
.ls-blue-btn:focus {
    background-color: #269abc;
    color: white;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ls-light-blue-btn {
    background-color: #269abc;
    color: white;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ls-light-blue-btn:hover,
.ls-light-blue-btn:active,
.ls-light-blue-btn:focus {
    background-color: #6b97f4;
    color: white;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ls-green-btn {
    background-color: #507d50;
    color: white;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ls-green-btn:hover,
.ls-green-btn:active,
.ls-green-btn:focus {
    background-color: #47A447;
    color: white;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ls-light-green-btn {
    background-color: #1fb5ad;
    color: white;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ls-light-green-btn:hover,
.ls-light-green-btn:active,
.ls-light-green-btn:focus {
    background-color: #1FD9D0;
    color: white;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ls-red-btn {
    background-color: #FF4906;
    color: white;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ls-red-btn:hover,
.ls-red-btn:active,
.ls-red-btn:focus {
    background-color: #D2322D;
    color: white;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ls-dark-btn {
    background-color: var(--gray-font-colour);
    color: #999999;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ls-dark-btn:hover,
.ls-dark-btn:active,
.ls-dark-btn:focus {
    background-color: #626262;
    color: white;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ls-yellow-btn {
    background-color: #aaa900;
    color: white;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-yellow-btn:hover,
.ls-yellow-btn:active,
.ls-yellow-btn:focus {
    background-color: #C6C524;
    color: white;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-brown-btn {
    background-color: #763d3d;
    color: white;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-brown-btn:hover,
.ls-brown-btn:active,
.ls-brown-btn:focus {
    background-color: #AE6A6A;
    color: white;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-button-group button {
    margin-right: 10px;
}

.ls-button-group .btn-group {
    margin-right: 10px;
}

.ls-button-group .btn-group button {
    margin: 0;
}

.btn.fa {
    line-height: 1.42857;
}

.btn-ls {
    background-color: #269abc;
    border-color: #269abc;
    color: white;
    border-radius: 1px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}

.btn-ls:focus,
.btn-ls:hover {
    color: #269abc;
    background-color: white;
}

button.fileinput-remove-button {
    background-color: #FF4906;
    border-color: #FF4906;
    color: white;
    border-radius: 1px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}

.fileinput-remove-button:hover,
.fileinput-remove-button:focus {
    background-color: white;
    color: #FF4906;
}

.ls-hexagon-lightBlue {
    width: 44px;
    height: 25px;
    background: #269abc;
    position: relative;
    text-align: center;
}

.ls-hexagon-lightBlue:after {
    content: "";
    position: absolute;
    bottom: -12.5px;
    left: 0;
    width: 0;
    height: 0;
    border-left: solid transparent 22px;
    border-right: solid transparent 22px;
    border-top: solid #269abc 12.5px;
}

.ls-hexagon-lightBlue:before {
    content: "";
    position: absolute;
    top: -12.5px;
    left: 0;
    width: 0;
    height: 0;
    border-left: solid transparent 22px;
    border-right: solid transparent 22px;
    border-bottom: solid #269abc 12.5px;
}

.ls-hexagon-lightBlue:hover {
    background-color: #FF4906;
}

.ls-hexagon-lightBlue .fa {
    line-height: 25px;
    font-size: 25px;
    color: white;
}

.ls-hexagon-red {
    width: 34px;
    height: 20px;
    background: #FF4906;
    position: relative;
    text-align: center;
}

.ls-hexagon-red:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-left: solid transparent 17px;
    border-right: solid transparent 17px;
    border-top: solid #FF4906 10px;
}

.ls-hexagon-red:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-left: solid transparent 17px;
    border-right: solid transparent 17px;
    border-bottom: solid #FF4906 10px;
}

.ls-hexagon-red:hover {
    background-color: #FF4906;
}

.ls-hexagon-red .fa {
    line-height: 20px;
    font-size: 20px;
    color: white;
}

.hex {
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    /* Smooth out them edges ;) */
    -webkit-transform: rotate(-30deg) skewX(30deg) scaleY(0.866);
    -moz-transform: rotate(-30deg) skewX(30deg) scaleY(0.866);
    -ms-transform: rotate(-30deg) skewX(30deg) scaleY(0.866);
    -o-transform: rotate(-30deg) skewX(30deg) scaleY(0.866);
    transform: rotate(-30deg) skewX(30deg) scaleY(0.866);
}

.hex a {
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    background-color: #e1e1e1;
    position: absolute;
    right: 6.7%;
    left: 6.7%;
    -webkit-transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
    -moz-transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
    -ms-transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
    -o-transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
    transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
    outline: 0;
}

.hex a:hover .overlay {
    top: 0;
    outline: 0;
}

.hex a:focus {
    outline: 0;
}

.hex a i {
    width: 100%;
    z-index: 10;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    z-index: -1;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
}

.facebook .overlay {
    background-color: #269abc;
}

.twitter .overlay {
    background-color: #269abc;
}

.gplus .overlay {
    background-color: #FF4906;
}

.rss .overlay {
    background-color: #aaa900;
}

.email .overlay {
    background-color: #507d50;
}

.linkedin .overlay {
    background-color: #763d3d;
}

.youtube .overlay {
    background-color: #FF4906;
}

.skype .overlay {
    background-color: #269abc;
}

.instagram .overlay {
    background-color: #457299;
}

.pinterest .overlay {
    background-color: #FF4906;
}

.bootstrap-switch.bootstrap-switch-focused {
    border-color: #AEAEAE;
    box-shadow: 0 2px 2px #F2F2F2 inset, 0 0 2px #98B6CF;
    -moz-box-shadow: 0 2px 2px #F2F2F2 inset, 0 0 2px #98B6CF;
    -mwebkit-box-shadow: 0 2px 2px #F2F2F2 inset, 0 0 2px #98B6CF;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: #269ABC;
}

.btn.btn-round {
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border: 0px;
    outline: none;
}

.label {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    font-weight: 400;
}

.label-Blue,
.label-blue {
    background-color: #6b97f4;
}

.label-dark {
    background-color: #58595B;
}

.label-lightBlue {
    background-color: #269abc;
}

.label-yellow {
    background-color: #aaa900;
}

.label-green {
    background-color: #507d50;
}

.label-brown {
    background-color: #763d3d;
}

.label-red {
    background-color: #FF4906;
}

.label-black {
    background-color: #3f414d;
}

.label-light-green {
    background-color: #1fb5ad;
}

.badge-Blue {
    background-color: #6b97f4;
}

.badge-lightBlue {
    background-color: #269abc;
}

.badge-yellow {
    background-color: #aaa900;
}

.badge-green {
    background-color: #507d50;
}

.badge-brown {
    background-color: #763d3d;
}

.badge-red {
    background-color: #FF4906;
}

.red-color .badge-red {
    background-color: #C45C5C;
}

.user-status {
    background: none repeat scroll 0 0 padding-box #575D67;
    border-radius: 8px;
    display: inline-block;
    height: 8px;
    margin-right: 5px;
    transition: all 300ms ease-in-out 0s;
    width: 8px;
}

.is-online {
    background-color: #2ecc71;
}

.is-busy {
    background-color: #FF4906;
}

.is-idle {
    background-color: #F7D227;
}

.is-offline {
    background-color: #A0A0A0;
}


/****/

.ls-pagination {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.ls-pagination>li:first-child>a,
.ls-pagination>li:first-child>span,
.ls-pagination>li:last-child>a,
.ls-pagination>li:last-child>span {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.ls-pagination>li a {
    background-color: #e1e1e1;
    color: dimgrey;
}

p.preview-advance {
    padding: 10px 0;
}

p.preview-advance a {
    font-size: 12px;
    color: dimgrey;
}

p.preview-advance a:hover {
    color: #269abc;
    text-decoration: underline;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    /*margin-top: 5px;*/
    margin-top: 3px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 5px;
}

.file-preview {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.summerNoteToolBox {
    margin: 10px 0;
}

.v-progressbar {
    height: 175px;
    margin: 0 auto;
}

.v-progressbar .progress.vertical {
    width: 50px;
}

.v-progressbar .progress.vertical .progress-bar.six-sec-ease-in-out {
    -webkit-transition: height 6s ease-in-out;
    -moz-transition: height 6s ease-in-out;
    -ms-transition: height 6s ease-in-out;
    -o-transition: height 6s ease-in-out;
    transition: height 6s ease-in-out;
}

.progress {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    height: 5px;
}

.progress .progress-bar.six-sec-ease-in-out {
    -webkit-transition: width 6s ease-in-out;
    -moz-transition: width 6s ease-in-out;
    -ms-transition: width 6s ease-in-out;
    -o-transition: width 6s ease-in-out;
    transition: width 6s ease-in-out;
}

.ls-light-blue-progress {
    background-color: #269abc;
}

.ls-green-progress {
    background-color: #507d50;
}

.ls-yellow-progress {
    background-color: #aaa900;
}

.ls-red-progress {
    background-color: #FF4906;
}

.ls-header-button {
    font-size: 14px;
}


/*******/

.selectize-input {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.selectize-input.focus {
    box-shadow: 0 2px 2px #F2F2F2 inset, 0 0 2px #98B6CF;
    border-color: #AEAEAE;
    outline: none;
}

.selectize-input.dropdown-active {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.selectize-control.multi .selectize-input>div {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    font-size: 14px;
    padding: 2px 10px
}

.selectize-control.multi .selectize-input>div.active {
    background: #1fb5ad;
}

.selectize-dropdown-content span.label {
    font-size: 13px;
    font-weight: 700;
    color: var(--gray-font-colour);
}

.selectize-dropdown-content span.caption {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray-font-colour);
}

.selectize-dropdown,
.selectize-dropdown.form-control {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.minicolors-theme-bootstrap .minicolors-swatch {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.xdsoft_datetimepicker {
    border-color: #CCCCCC;
}

.xdsoft_datetimepicker .xdsoft_label {
    font-weight: normal;
    color: var(--gray-font-colour);
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 400;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #1FB5AD;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    background: var(--highlight-color) !important;
}

.irs-from,
.irs-to,
.irs-single {
    background: #FF4906;
}

.irs-from:after,
.irs-to:after,
.irs-single:after {
    border-color: #FF4906 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.tooltipButton {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tooltipButton li {
    margin-bottom: 15px;
    display: inline-block;
}

.toolButton {
    list-style: none;
    margin: 0;
    padding: 0;
}

.toolButton li {
    margin-right: 10px;
    display: inline-block;
    text-align: center;
}

.ls-settings-button:hover,
.ls-settings-button.pressed {
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    opacity: 1;
    z-index: 2;
    text-decoration: none;
}

.ls-settings-button {
    background-color: #E1E1E1;
    border: 1px solid #CCCCCC;
    border-radius: 1px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26) inset, 0 1px 0 0 rgba(255, 255, 255, 0.15);
    display: block;
    height: 28px;
    margin: 0;
    opacity: 0.9;
    width: 30px;
    z-index: 2;
}

.ls-settings-button i {
    display: block;
    margin: 0 auto;
    line-height: 28px;
    color: dimgrey;
}

.tool-container {
    background-color: #E1E1E1;
    box-shadow: 0 0 3px #898989;
    background-image: none;
}

.tool-item.selected,
.tool-item:hover {
    background-color: #CCCCCC;
    box-shadow: 0 0 3px #898989;
    background-image: none;
}

.tool-items a {
    color: #696969;
    line-height: 33px;
}

.tool-top .tool-item,
.tool-bottom .tool-item {
    border: none;
}

.tool-left .tool-item,
.tool-right .tool-item {
    border: none;
}

.remodal,
.remodal * {
    font-family: var(--amaran-font);
}

.remodal h1,
.remodal h2,
.remodal h3,
.remodal h4,
.remodal h5 {
    font-family: var(--table-font);
}

.tab-pane {
    padding: 10px;
}

.nav-tabs>li>a {
    border-radius: 1px 1px 0 0;
    -moz-border-radius: 1px 1px 0 0;
    -webkit-border-radius: 1px 1px 0 0;
    color: #555;
    font-size: 15px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    outline: 0;
    color: #fff;
    background: var(--highlight-color) !important;
    border: none;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
}

.nav-tabs.nav-justified>li>a {
    border-radius: 1px 1px 0 0;
    -moz-border-radius: 1px 1px 0 0;
    -webkit-border-radius: 1px 1px 0 0;
}

#qrcodeTable table {
    margin: 30px auto;
}

#qrcodeCanvas>canvas {
    margin: 30px auto;
    display: block;
}


/*** Knobs ***/

.knoob-box {
    text-align: center;
    width: 49%;
    display: inline-block;
}

.knoob-box h4 {
    padding: 0;
    margin: 0;
}

.knoob-box-3 {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: auto;
}

.knoob-box-4 {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}

.knoob-box-4 h4 {
    padding: 0;
    margin: 0;
}


/****/

.radio-inline {
    padding-left: 15px;
}

.radio-inline label {
    padding-right: 10px;
}

.icheck-radio-inline {
    padding-left: 20px;
}

.input-group-addon {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}


/***/

.ui-widget-header {
    background-image: none;
    background-color: #e0e0e0;
}

.selectize-control.multi .selectize-input>div {
    background: #E0E0E0;
    color: #777;
}


/****/

#main-content {
    background: #f0f3f8;
    padding-top: 15px;
    height: 100%;
    min-height: 630px;
}

#change-color {
    position: fixed;
    bottom: 0;
    height: 30px;
    width: 200px;
    right: -200px;
    background: #555557;
    z-index: 990;
}

#change-color-control {
    background: #FF4906;
    bottom: 0;
    left: -30px;
    position: absolute;
    text-align: center;
}

#change-color-control a {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    padding: 4px 10px;
}

#change-color-control a:hover,
#change-color-control a:focus {
    outline: 0;
}

#change-color .change-color-box {
    text-align: center;
}

#change-color .change-color-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#change-color .change-color-box ul li {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 5px 0 0 5px;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #555557;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#change-color .change-color-box ul li.active {
    border: 1px solid #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#change-color .change-color-box ul li.default {
    background: #49494B;
}

#change-color .change-color-box ul li.red-color {
    background: #FF4906;
}

#change-color .change-color-box ul li.blue-color {
    background: #5EBFD8;
}

#change-color .change-color-box ul li.light-green-color {
    background: #1FB5AD;
}

#change-color .change-color-box ul li.black-color {
    background: #3F414D;
}

#change-color .change-color-box ul li.deep-blue-color {
    background: #3A515A;
}


/****/

.btn {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.popover {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    background-color: #fafafa;
}

.btn-default {
    background-color: #e1e1e1;
    color: var(--gray-font-colour);
}

.btn-blank {
    background-color: #ffffff;
    color: var(--gray-font-colour);
    border: 1px solid #ccc;
}

.droppad {
    padding-top: 5px;
    padding-bottom: 5px;
}

.border-bottom {
    border-bottom: #cbc5ba dashed 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    /*padding-top: 20px;*/
    padding-top: 0px;
}

.no-border-bottom {
    padding-bottom: 15px;
}

.page-min-height {
    min-height: 750px;
}

.no-padding {
    padding: 0px!Important;
}

.no-padding-rght {
    padding-right: 0px!Important;
}

hr.hr-20 {
    margin: 20px 0;
}

.booking-price-single {
    padding: 0rem;
    margin-top: 0px;
}

.detail-enquire-box {
    margin: 0;
    padding: 0;
    position: relative;
}

.detail-enquire-content-box {
    margin: 0 !important;
    /*padding: 0rem 1em !important;*/
    padding: 0rem 0em 16px 0 !important;
    position: relative !important;
    background: #f9f9f9 !important;
    border-top: 1px solid #d7d7d7 !important;
    border-bottom: 1px solid #d7d7d7 !important;
    border-left: 1px solid #d7d7d7 !important;
    border-right: 1px solid #d7d7d7 !important;
    clear: both;
}

.alert-gray {
    background-color: #ddd;
    border-color: #ccc;
    color: #444;
    font-size: 16px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}


/*.city-tour {
    padding: 5px 5px;
    border: 1px solid #ddd;
    margin-bottom: 1rem;
}*/

.city-tour {
    padding: 0;
    border: 0px solid #ddd;
    margin-bottom: 1rem;
}

.city-tour h3 {
    font-size: 16px !important;
    text-transform: capitalize;
    color: var(--highlight-color) !important;
    padding: 0 0px;
    margin: 0 0px 7px 0;
}

.btn-width-2 {
    /*margin-top: 25px;*/
    margin-top: 26px;
}

.btn-width-3 {
    margin-top: 0px;
}

hr.footer-border {
    margin: 0;
    border: none;
}

.progress {
    border-radius: 1px;
    height: 5px;
}

.tab-content {
    background: #ffffff;
}

.tab-border.tab-content {
    border-bottom: 1px solid #e3dfd8;
    border-left: 1px solid #e3dfd8;
    border-right: 1px solid #e3dfd8;
}


/*-----------------------------------------------------------------*/


/*-----------------------------------------------------------------

             *********** UPDATE VERSION 1.1 ************

-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- MEDIA PLAYER ------------------------
-------------------------------------------------------------------*/

.ls-audio-player-wrap,
.ls-video-player-wrap {
    position: relative;
}

.ls-audio-player-wrap .jp-audio,
.ls-video-player-wrap .jp-video {
    width: 100%;
    background-color: transparent;
    border: none;
}

.ls-video-player-wrap div.jp-video-360p,
.ls-video-player-wrap div.jp-video-full {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
}

.ls-video-player-wrap .jp-jplayer {
    border: 1px solid #E2E2EA;
    background: transparent;
    margin-bottom: -7px;
}

.ls-audio-player {
    position: relative;
    height: 70px;
    background: #58595b;
}

.ls-audio-play {
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin: auto;
    background: #58595b;
    color: #000;
    position: absolute;
    top: 15px;
    left: 10px;
    box-shadow: 0 0 10px #000000 inset;
}

.ls-audio-play:hover {
    cursor: pointer;
    color: #1FB5AD;
}

.ls-audio-play a.jp-pause .fa,
.ls-audio-suffle a.jp-shuffle-off .fa,
.ls-audio-repeat a.jp-repeat-off .fa {
    color: #1FB5AD;
}

.ls-audio-left {
    position: absolute;
    left: 60px;
}

.ls-audio-right {
    position: absolute;
    left: 140px;
}

.ls-audio-stop {
    position: absolute;
    left: 100px;
}

.ls-audio-suffle {
    position: absolute;
    right: 10px;
    top: 20px;
}

.ls-audio-repeat {
    position: absolute;
    right: 38px;
    top: 20px;
}

.ls-audio-list {
    position: absolute;
    right: 65px;
    top: 20px;
}

.ls-video-screen {
    position: absolute;
    right: 90px;
    top: 20px;
}

.ls-audio-left,
.ls-audio-right,
.ls-audio-stop {
    top: 20px;
    color: #FF4906;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #58595b;
    text-align: center;
    box-shadow: 0 0 10px #000000 inset;
}

.ls-audio-play a.jp-play {
    margin-left: 3px;
}

.ls-audio-left a.jp-previous {
    margin-left: -3px;
}

.ls-audio-stop a.jp-stop {
    margin-top: 3px;
    margin-left: 0px;
}

.ls-audio-right a.jp-next {
    margin-left: 3px;
}

.ls-audio-play .fa {
    color: #FF4906;
    font-size: 16px;
}

.ls-audio-left .fa,
.ls-audio-right .fa,
.ls-audio-stop .fa,
.ls-audio-suffle .fa,
.ls-audio-repeat .fa,
.ls-vol-down .fa,
.ls-vol-up .fa,
.ls-audio-list .fa,
.ls-video-screen .fa {
    color: #FF4906;
    font-size: 12px;
}

.ls-audio-play:hover .fa,
.ls-audio-left:hover .fa,
.ls-audio-right:hover .fa,
.ls-audio-stop:hover .fa,
.ls-audio-suffle:hover .fa,
.ls-audio-repeat:hover .fa,
.ls-vol-down:hover .fa,
.ls-vol-up:hover .fa,
.ls-audio-list:hover .fa,
.ls-video-screen:hover .fa {
    color: #1FB5AD;
}

.ls-audio-time,
.ls-audio-vol {
    position: absolute;
    right: 10px;
}

.ls-video-player-wrap div.jp-video a.jp-mute,
.ls-video-player-wrap div.jp-video a.jp-unmute,
.ls-video-player-wrap div.jp-video a.jp-volume-max {
    top: 0;
    position: static;
}

.ls-audio-time div.jp-current-time,
.ls-audio-time div.jp-duration {
    float: none;
}

.ls-audio-time div.jp-duration {
    margin-right: 0 !important;
}

.ls-audio-time div.jp-current-time {
    color: #FF4906;
}

.ls-audio-time div.jp-duration {
    color: #969696;
}

.ls-audio-vol {
    top: 15px
}

.ls-vol-down {
    position: absolute;
    top: 25px;
    right: 75px;
}

.ls-vol-up {
    position: absolute;
    top: 25px;
    right: 0;
}

.ls-audio-player .ls-audio-vol div.jp-volume-bar {
    left: -67px;
    top: 39px;
}

.ls-video-player-wrap div.jp-seek-bar {
    background: rgba(255, 120, 120, 0.50);
}

.ls-video-player-wrap div.jp-play-bar {
    background: #FF4906;
}

.ls-audio-player-wrap .ls-player-playlist,
.ls-video-player-wrap .ls-player-playlist {
    position: relative;
    background-color: transparent;
    border-top: none;
}

.ls-audio-player-wrap .ls-player-playlist ul,
.ls-video-player-wrap .ls-player-playlist ul {
    padding: 0;
    margin: 0;
    background-color: #555557;
}

.ls-audio-player-wrap .ls-player-playlist ul li,
.ls-video-player-wrap .ls-player-playlist ul li {
    list-style: none;
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #58595b;
}

.ls-audio-player-wrap .ls-player-playlist ul li a,
.ls-video-player-wrap .ls-player-playlist ul li a {
    color: #969696;
}

.ls-video-player-wrap .ls-player-playlist ul li a span {
    color: #FF4906;
}

.ls-audio-player-wrap .ls-player-playlist ul li:hover a,
.ls-video-player-wrap .ls-player-playlist ul li:hover a {
    color: #FF4906;
}

.ls-video-player-wrap .ls-player-playlist ul li:hover a span {
    color: #969696;
}

.ls-audio-player-wrap .ls-player-playlist ul li.jp-playlist-current a,
.ls-video-player-wrap .ls-player-playlist ul li.jp-playlist-current a {
    color: #FF4906;
}

.ls-video-player-wrap .ls-player-playlist ul li.jp-playlist-current a span {
    color: #969696;
}

.ls-audio-player-wrap .ls-player-playlist ul li span.jp-free-media,
.ls-video-player-wrap .ls-player-playlist ul li span.jp-free-media {
    float: right;
}

.ls-audio-player-wrap .ls-player-playlist ul li a.jp-playlist-item-remove,
.ls-video-player-wrap .ls-player-playlist ul li a.jp-playlist-item-remove {
    display: block !important;
    float: right;
    margin-left: 10px;
}


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- TREE VIEW ------------------------
-------------------------------------------------------------------*/

.ls-tree-view {
    background: none;
}

.ls-tree-view>ul {
    padding: 0;
    margin: 0;
}

.ls-tree-view ul li {
    font-size: 14px;
}

.ls-tree-view li:before {
    border: 2px solid #e3dfd8;
}

.ls-tree-view li:after {
    border-top: 1px solid #e3dfd8;
}

.ls-tree-view li:last-child:before {
    height: 25px;
}

.ls-tree-view li>span {
    border: 1px solid #e3dfd8;
    border-radius: 1px;
}

.ls-tree-view ul li span,
.ls-tree-view ul li a {
    color: var(--primary-font-color);
}

.ls-tree-view li>span span.glyphicon {
    color: #b4b0a9;
    margin-right: 5px;
}

.ls-tree-view li.parent_li>span>span.glyphicon {
    margin-right: 10px;
}

.ls-tree-view li.parent_li>span:hover,
.ls-tree-view li.parent_li>span:hover+ul li span {
    background: #E0E0E0;
}

.ls-tree-view .easy-tree-toolbar {
    background-color: inherit;
    position: relative;
}

.ls-tree-view .easy-tree-toolbar>div>button {
    margin: 5px;
}

.ls-tree-view .easy-tree-toolbar .create {
    float: left;
}

.ls-tree-view .easy-tree-toolbar .create .btn {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #FFF;
    float: left;
}

.ls-tree-view .easy-tree-toolbar .edit .btn {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #FFF;
}

.ls-tree-view .easy-tree-toolbar .remove .btn {
    background-color: #FF4906;
    border-color: #FF4906;
    color: #FFF;
}

.ls-tree-view .easy-tree-toolbar .create .input-group {
    top: 0;
}

.ls-tree-view .easy-tree-toolbar .create .input-group-btn {
    width: inherit;
}

.ls-tree-view .easy-tree-toolbar .create .input-group .form-control {
    top: 5px;
    height: 30px;
}

.ls-tree-view .easy-tree-toolbar .create .input-group span.input-group-btn>.btn {
    height: 30px;
    line-height: 15px;
    top: 5px;
}


/*-----MULTI NESTED LIST-------*/

.ls-animated-multi-lists ul {
    padding: 0em;
}

.ls-animated-multi-lists ul li,
.ls-animated-multi-lists ul li ul li {
    position: relative;
    top: 0;
    bottom: 0;
    padding-bottom: 7px;
}

.ls-animated-multi-lists ul li ul {
    margin-left: 3em;
    position: relative;
}

.ls-animated-multi-lists li {
    list-style-type: none;
}

.ls-animated-multi-lists li a {
    padding: 0 0 0 10px;
    position: relative;
    top: 1em;
    color: #86827b;
}

.ls-animated-multi-lists li a:hover {
    text-decoration: none;
}

.ls-animated-multi-lists a.addBorderBefore:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 28px;
    position: absolute;
    left: -47px;
    top: -16px;
    border-left: 1px solid #e3dfd8;
}

.ls-animated-multi-lists li:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 0;
    position: relative;
    left: 0em;
    top: 11px;
    border-top: 1px solid #e3dfd8;
}

.ls-animated-multi-lists ul li ul li:last-child:after,
.ls-animated-multi-lists ul li:last-child:after {
    content: '';
    display: block;
    position: relative;
}


/*-------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- IMAGE FLUID BOX ------------------------
-------------------------------------------------------------------*/


/* Just positioning of images to introduce variety */

.ls-image-fluid-box a[data-fluidbox] {
    background-color: #eee;
    border: none;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    margin-bottom: 1.5rem;
}

.ls-image-fluid-box a.fluidbox-opened {
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}

.ls-image-fluid-box a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    transition: all .25s ease-in-out;
}

.ls-image-fluid-box a[class^='float'] {
    margin: 1rem;
    margin-top: 0;
    width: 33.33333%;
}

.ls-image-fluid-box a.float-left {
    float: left;
    margin-left: 0;
}

.ls-image-fluid-box a.float-right {
    float: right;
    margin-right: 0;
}

.ls-image-fluid-box a.has-border img {
    border: .25em solid #111;
}

.ls-image-fluid-box a.has-padding img {
    padding: .25em;
}

.ls-image-fluid-box .ls-fluid-box-gallery {
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ls-image-fluid-box .ls-fluid-box-gallery a {
    margin-bottom: 1rem;
}

.ls-image-fluid-box .ls-fluid-box-gallery a.col-1 {
    width: 100%;
}

.ls-image-fluid-box .ls-fluid-box-gallery a.col-2 {
    width: 49%;
    width: calc(50% - .5rem);
}

.ls-image-fluid-box .ls-fluid-box-gallery a.col-3 {
    width: 32%;
    width: calc(33.33333% - .66667rem);
}

.ls-image-fluid-box .box {
    background-color: #eee;
    border: 1px solid rgba(0, 0, 0, .25);
    box-sizing: border-box;
    padding-bottom: 66.66667%;
    position: relative;
    width: 100%;
}

.ls-image-fluid-box .box img {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 50%;
}


/* Custom overlays */

.overlay-1 .fluidbox-overlay {
    background-color: rgba(153, 145, 139, .85);
}

.overlay-2 .fluidbox-overlay {
    background-color: transparent;
    background-image: linear-gradient(to top left, rgba(130, 168, 158, 0.85), rgba(134, 150, 173, .85));
}

.overlay-3 .fluidbox-overlay {
    background-color: #000;
}

.overlay-3 .fluidbox-overlay::before {
    background-image: url('../images/demo/dummy-1280x800.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .33333;
    -webkit-filter: blur(4px);
}


/*-------------------------------------------------------------*/

.newswrapper_bg {
    background: #f0f3f7;
    position: relative;
    display: block;
    padding: 20px 20px;
    min-height: 500px;
}

.newswrapper_bg h1 {
    padding: 0px 0px 0px 0;
    margin: 10px 0px;
    font-size: 18px;
    line-height: 28px;
}

.newswrapper_bg p {
    padding: 12px 0;
    font-size: 14px;
    color: #8b8b8b;
    font-style: normal;
    line-height: 24px;
    font-weight: 400;
}

.newswrapper_bg ul {
    padding: 0px 20px;
    margin: 0 0px;
}

.newswrapper_bg ul li {
    padding: 5px 0px;
    margin: 0 0px;
    font-size: 14px;
    color: #626262;
    font-style: normal;
    line-height: 24px;
    font-weight: 400;
}

.demo {
    background: #fff;
    display: block;
    border-radius: 18px;
    -webkit-box-shadow: 1px 1px 4px 3px #c9cccf;
    box-shadow: 1px 1px 4px 3px #c9cccf;
    padding: 15px 20px;
    max-height: 400px;
    /* overflow: hidden; */
    overflow-y: auto;
}

.footer_container {
    background: var(--footer_bg_color);
    /*nochange 18-8-2021*/
    padding: 20px 15px;
    float: left;
}

.b2b_white_bg {
    background: #fff;
    margin: 25px 0 18px;
    border-radius: 20px;
    padding: 10px 0 2px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.copyrighttxt {
    text-align: center;
    color: #fff;
    padding-top: 15px;
}

.footer_containerIn {
    background: #fff;
    padding: 5px 15px;
    float: left;
    border-top: 1px #CBC5BA dotted;
}

.copyrighttxtIn {
    text-align: center;
    color: var(--primary-font-color);
    padding: 0px 0px;
}

.b2bimg {
    text-align: center !Important;
    padding: 0 0 5px 0;
    font-size: 14px;
}

.loop_b2b .b2bimg strong {
    word-break: break-word;
}

.b2bimg img {
    width: auto !Important;
    display: inline !Important;
    height: 55px;
    margin: 8px 0;
}

.wallet-balance {
    margin: auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: var(--highlight-color);
    padding-top: 15px;
}

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.small-box h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
    color: #FFF;
}

.bg-aqua {
    background-color: #ff4907 !important;
}

.bg-green {
    background-color: #0076ca !important;
}

.bg-yellow {
    background-color: #183e7c !important;
}

.bg-red {
    background-color: #446791 !important;
}

.small-box>.inner {
    padding: 10px;
    padding: 35px 10px 20px;
    height: 102px;
}

.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -15px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}

.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 7px 0;
    color: #FFF;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box.box-info {
    border-top-color: var(--highlight-color);
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
    text-align: center;
}

.box-body img {
    max-width: 100%;
}

.fair_summaryadmin {
    background: #fff;
    border: 1px solid #d7d7d7;
    margin: 0 0 20px 0;
    padding: 0px;
}

.fair_titleadmin {
    background: #1a75bb;
    color: #FFF;
    padding: 20px 15px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.fair_contentadmin {
    width: 100%;
    margin: 0;
    padding: 0;
}

.fair_contentadmin ul {
    margin: 0;
    padding: 0;
}

.fair_contentadmin ul li {
    list-style-type: none;
    color: #7F7F7F;
    font-size: 14px;
    border-bottom: 1px solid #ecf0f1;
    padding: 16px 20px 10px 10px;
    vertical-align: middle;
    line-height: 25px;
}

.fair_contentadmin ul li span.price_fairadmin {
    float: right;
    color: #2C3E50;
}

.fair_contentadmin ul li i {
    font-size: 20px;
    float: left;
    vertical-align: middle;
    margin-right: 7px;
    margin-top: 3px;
}

.fair_contentadmin ul li span.you_payadmin {
    color: #1a75bb;
    font-size: 20px;
}

.fair_contentadmin ul li span.price_fair_totaladmin {
    font-size: 22px;
    float: right;
    color: var(--highlight-color);
    font-weight: 600;
}

.view_ledger {
    font-size: 18px;
    float: right;
    color: var(--highlight-color);
    font-weight: 600;
}

.dashboardyxt {
    padding: 0 0px;
    margin: 0px 0 10px 0;
    font-size: 20px;
}

.flightname {
    float: left;
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
}

.smalltxt {
    font-size: 12px;
    display: block;
}

.flightprice {
    font-size: 20px;
    padding-right: 10px;
}

.flightprice a {
    font-size: 12px;
}

.sortbycontainer {
    margin: 0px 0px 8px;
    background: var(--text-color-black);
    padding: 5px 6px;
}

.sortbycontainer .fa {
    color: #fff;
}

.sortprice {
    cursor: pointer;
    /*color: #fff !Important;*/   /*changing in wowidays*/
    color: #fff;
    text-align: center !Important;
    font-size: 10px !Important;
    /*width: 18%;*/
}


/*.seriessortingal .sortprice{width: auto;}*/

.sortfilterclose {
    display: none;
}

.seriessortclose,
.roundsortclose2,
.roundsortclose1 {
    display: none;
}

.sortprice:hover {
  /*  color: var(--highlight-color) !Important; */ /* change in wowidays*/
    color: var(--highlight-color);
    cursor: pointer;
    background: #ffffff;
}

.sortpriceactive {
    /*color: var(--highlight-color) !Important;*/ /* change in wowidays*/
    color: var(--highlight-color) !Important;
    cursor: pointer;
    background: #ffffff !Important;
    text-align: center !Important;
    font-size: 10px !Important;
}

.sortpriceactive .fa {
    color: var(--highlight-color);
}



.sortpriceactiveround {
    color: var(--highlight-color) !important; /* change in wowidays*/
    cursor: pointer;
    background: #ffffff !Important;
    text-align: center !Important;
    font-size: 10px !Important;
}

.sortpriceactiveround .fa {
    color: var(--highlight-color);
}

.sortbycontainer span {
    line-height: 18px;
    color: #FFF;
    display: inline-block;
    background-color: transparent;
    padding: 2px 5px !important;
    font-size: 12px;
    border: 0px solid #444;
    text-align: center;
    text-align: left;
}

.flight_search_list_international {
    background: #fff;
    -webkit-box-shadow: 0 0px 5px 0px #b5bcbf;
    box-shadow: 0 0px 5px 0px #b5bcbf;
    -moz-box-shadow: 0 2px 2px 0px #b5bcbf;
    -o-box-shadow: 0 2px 2px 0px #b5bcbf;
    padding: 8px 6px 8px 6px;
    margin: 0 0 25px 0;
    position: relative;
}

.multicity_button_wrapper {
    margin: 15px 0 0;
}

.international_box {
    padding: 4px 4px !Important;
    text-align: center;
    font-size: 11px;
}

.international_box a {
    color: var(--text-color-black);
}
.international_box a:hover {
    color: var(--highlight-color);
}

.international_box span.flightnme {
    padding-left: 10px;
    font-size: 12px;
    color: #565565;
    font-weight: normal;
    font-weight: 600;
}

.filter_type h6 {
    border-top: 1px solid #ededed;
    margin: 15px 0;
    padding: 15px 0 0;
    font-size: 14px !important;
    font-weight: bold;
}

.filter_type ul li {
    margin-bottom: 5px;
}

.filter_type ul li .form-control {
    border-radius: 0;
}

#filters_col label {
    color: var(--primary-font-color);
    font-weight: 400;
    font-size: 13px;
    margin-top: -2px;
}

.checkbox1-custom-label {
    position: relative;
}

.checkbox1-custom,
.checkbox1-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
}

.checkbox1-custom:checked+.checkbox1-custom-label:before {
    background: url(../../images/ch2.png);
}

.checkbox1-custom+.checkbox1-custom-label:before {
    content: '';
    background: url(../../images/ch1.png);
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 23px;
    margin-right: 3px;
    box-shadow: none;
    display: none;
}

.checkbox1-custom-label span {
    color: #222;
    /*padding-left: 30px;*/
    padding-left: 8px;
}
#filters_col .checkbox1-custom-label {
    margin-top: 2px;
}
#filters_col .checkbox1-custom-label span {
    font-weight: 500;
}
#filters_col .selectaddonsradio-toolbar-filter label {
    font-weight: 500;
}

.package-checkbox1-custom-label span {
    color: #222;
    /*padding-left: 30px !important;*/
    padding-left: 30px;
}

.checkbox1-custom {
    opacity: 0;
    position: absolute;
}


/*footer css coding*/

.mobileswitch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
}

.mobileswitch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.mobileswitch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
}

.mobileswitch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.mobileslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: transparent -webkit-transition: .4s;*/
    transition: .4s;
    outline: none;
    border: 2px solid #fff;
    width: 52px;
    height: 25px;
}

.mobileslider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 6px;
    bottom: 3px;
    background-color: #FFF;
    -webkit-transition: .4s;
    transition: .4s;
}

.mobileswitch input:checked+.mobileslider {
    background-color: transparent;
    border: 2px solid #fff;
}

.mobileswitch input:checked+.mobileslider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: -1px;
    bottom: 3px;
    background-color: #FFF;
    -webkit-transition: .4s;
    transition: .4s;
}

.mobileswitch input:focus+.mobileslider {
    box-shadow: 0 0 1px #2196F3;
}

.mobileswitch input:checked+.mobileslider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.mobileslider.round {
    border-radius: 34px;
}

.mobileslider.round:before {
    border-radius: 50%;
}

.mobile_footer_bottomfixed {
    display: none;
}

.mobile_footer_bottomcontinuefixedtop {
    display: none;
}

.mobile_footer_bottomfixed {
    display: none;
}

.mobileswitch1 {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
}

.mobileswitch1 input {
    opacity: 0;
    width: 0;
    height: 0;
}

.mobileswitch1 {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
}

.mobileswitch1 input {
    opacity: 0;
    width: 0;
    height: 0;
}

.mobileslider1 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ECF0F1;
    transition: .4s;
    outline: none;
    border: 2px solid #ECF0F1;
    width: 52px;
    height: 25px;
}

.mobileslider1:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 6px;
    bottom: 3px;
    background-color: var(--highlight-color);
    -webkit-transition: .4s;
    transition: .4s;
}

.mobileswitch1 input:checked+.mobileslider1 {
    background-color: #ECF0F1;
    border: 2px solid #ECF0F1;
}

.mobileswitch1 input:checked+.mobileslider1:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: -1px;
    bottom: 3px;
    background-color: var(--highlight-color);
    -webkit-transition: .4s;
    transition: .4s;
}

.mobileswitch1 input:focus+.mobileslider1 {
    box-shadow: 0 0 1px #2196F3;
}

.mobileswitch1 input:checked+.mobileslider1:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.mobileslider1.round {
    border-radius: 34px;
}

.mobileslider1.round:before {
    border-radius: 50%;
}

.filterclose {
    color: #a2a0a0 !important;
    font-size: 21px !important;
    font-weight: bold;
    z-index: 99999 !important;
    transition: 0.3s;
    display: none;
}

.pricefont {
    font-family: var(--primary-font) !Important;
    color: var(--gray-font-colour) !Important;
}

.pricefont span {
    font-family: var(--primary-font) !Important;
    color: var(--gray-font-colour) !Important;
}

.multycity_wrapper {
    width: 100%;
    margin: 5px 0 5px 0;
    padding: 5px 5px 5px;
    border: 1px solid #d7d7d7;
}

.multiciy_leftside {
    float: left;
    margin: 0;
    padding: 0;
    width: 90% !important;
}

.multiciy_rightside {
    float: right;
    margin: 0;
    padding: 0;
    width: 10%;
}

a.edit_multicity_icond {
    font-size: 24px;
    float: left;
    color: var(--primary-font-color);
    /*margin: 4px 5px 0 0;*/
    margin: 3px 0 0 0;
    line-height: 24px;
}

.multicity_radio_button {
    display: inline-block;
    padding-left: 28px;
    position: relative;
    cursor: pointer;
    user-select: none;
    color: #2C3E50;
    font-size: 16px;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 3px;
    padding-top: 2px;
    width: 100%;
}

.price_text {
    float: left;
}

.inr-text {
    font-size: 13px;
}

.commision_rate {
    float: left;
    margin-left: 8px;
    display: none;
    color: var(--highlight-color);
}

.commision_rate2 {
    float: none !important;
}

.text-black {
    color: #000;
}

.multicity_radio_button input {
    display: none;
}

.multicity_radio_button .checkmark {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: white;
    position: absolute;
    /*left: 0;*/
    right: 0;
    /*top: 5px;*/
    top: 4px;
    border: 2px solid #ccc;
    border-radius: 100%;
}

.multicity_radio_button input:checked+.checkmark {
    background-color: #27AE60;
    border: 1px solid #27AE60;
}

.multicity_radio_button input:checked+.checkmark:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 11px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.flight_info {
    width: auto;
    /*margin: -2px 0 0 6px;*/
    margin: -2px 0 0 0px;
    padding: 0;
    text-align: left;
    float: left;
}

.multicity_radio_button .economy-text {
    font-size: 14px;
    width: 100%;
    clear: both;
    line-height: 15px;
    /*display: block;*/
    color: #2C3E50;
    font-weight: normal !important;
}

.green-text1 {
    color: #5cca20;
}

.lightpink-text {
    color: #2C3E50;
}

.seats_available {
    width: 100px;
    text-align: center;
    font-size: 14px;
    margin: 5px 0 0 5px;
    font-weight: 500;
    float: none;
    text-transform: capitalize !important;
}

.listing_nonrefundable {
    background: #fff;
    color: var(--highlight-color);
    padding: 2px 2px 2px 0px;
}

.multicity_form_boxshow {
    position: absolute;
    left: 46%;
    bottom: -4px;
    z-index: auto;
    background: #fff;
    cursor: pointer;
    height: 26px;
}

.multicity_form_boxshow i {
    margin: auto;
    text-align: center;
    font-size: 30px;
}

.published {
    background: #fff;
    color: #5cca20;
    font-weight: 700 !important;
    padding: 2px 5px 2px 0px;
    min-width: 93px;
    display: inline-block;
}

.font13px {
    font-size: 13px !Important;
}

.international_box span {
    font-size: 12px;
    color: #000;
    display: block;
    font-weight: normal;
}

.font16px {
    font-size: 14px !Important;
    font-weight: 600 !Important;
}

.flight_duration {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 12px;
    font-weight: bold;
}

.flight-duration-line {
    width: 100%;
    height: 3px;
    background: #8e9d9c;
    display: block;
    margin: 5px 0px;
}

.flight-duration-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #8e9d9c;
    margin-top: -11px;
    float: left;
}

.flight-duration-dot1 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #8e9d9c;
    margin-top: -11px;
    float: right;
}

.flight_background_bg {
    background: #f5f5f5;
}

.flight_showing {
    padding: 0 0 10px 0px;
    margin: 0 0px;
    width: 100%;
}

.showingresult {
    padding-top: 0;
    border: none;
    margin: 10px 0 13px;
    color: #000;
    font-size: 12px !important;
    text-align: left;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
}

.share_wrapper_box {
    width: auto;
    float: right;
    text-align: right;
    display: block;
    margin: 10px 0 0;
}

.shareby {
    cursor: pointer;
    color: #000;
}

.whatsappshare {
    cursor: pointer;
    color: #0dc143;
}

.emailshare {
    cursor: pointer;
}

.mobileshare {
    cursor: pointer;
    color: #000;
}

.viewcommission {
    cursor: pointer;
    color: var(--highlight-color);
    font-size: 18px !important;
}

.share_wrapper_box a {
    float: left;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.share_wrapper_box a:hover {
    color: #000;
    text-decoration: none;
}

.select_flight_result {
    /*background: #1a75bb;*/
    background: var(--left-navigation_bg_color);
    padding: 17px 0 9px;
    margin: 0;
    position: fixed;
    bottom: 0;
    width: 99%;
    z-index: 99999;
}
#min-wrapper.active .select_flight_result {
    width: calc(100% - 90px);
}
.select_flight_result a.booknow {
    border: 1px solid #fff;
}

.modal-header h4 {
    color: #FFF !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
}

.forgot_password_title {
    color: #000 !important;
}

.flight_search_list_book {
    color: #ffffff !Important;
}

.flight_search_list_book .international_box span {
    font-size: 12px;
    color: #ffffff !Important;
    display: block;
    font-weight: bold;
}

.flight-duration-dot-book {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #8e9d9c;
    margin-top: -13px;
    float: left;
    border: 2px solid #ffffff;
}

.flight-duration-dot-book1 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #8e9d9c;
    margin-top: -13px;
    float: right;
    border: 2px solid #ffffff;
}

.brdr-rghtwh {
    border-right: 1px solid #ffffff;
}

a.details_flight {
    font-size: 12px;
    color: #f3a189;
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-decoration: none;
}

.grandtotal {
    float: left;
    margin: 0;
    padding: 0;
}

.grandtotal h5 {
    font-size: 16px;
    color: #FFF;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.grandtotal .flight_price {
    font-size: 13px;
    /* color: var(--highlight-color); */
    color: #FFF;
    margin: 0;
    padding: 0;
    font-weight: bold;
    line-height: 30px;
}

a.booknow {
    font-size: 12px;
    color: #FFF;
    margin: 0;
    padding: 8px 10px;
    font-weight: normal;
    text-decoration: none;
    background: var(--highlight-color);
    float: right;
    white-space: nowrap;
    margin-left: 6px;
}
.booknowFlexi {
    font-size: 12px;
    color: #FFF;
    margin: 0;
    padding: 8px 10px;
    font-weight: normal;
    text-decoration: none;
    background: green !important;
    float: right;
    white-space: nowrap;
    margin-left: 6px;
}

a.booknow_2 {
    float: right;
}

a.signup {
    color: var(--highlight-color);
}

.nav-tabs {
    /*border-bottom: 4px solid var(--highlight-color);*/
    border-bottom: 0px solid var(--highlight-color);
}

.tab-content {
    padding: 0 0 20px 0;
}

.tab-pane {
    padding: 0px;
    border: 0px solid #e8e8e8;
}

.tab-content>.active {
    display: block;
}

.mytrip_fairdeatils_wrapper {
    margin: 15px 0 5px;
}

.fair_details {
    background: #fff;
    border: 1px solid #d7d7d7;
    margin: 15px 0 20px 0;
    padding: 0px 0 15px 0;
}

.fair_details_bg {
    background: #f6f6f6;
}

.fair_details_title {
    padding: 15px 20px 15px;
    margin: 0 0 25px 0;
}

.destination_left_details {
    width: 50%;
    float: left;
}

.destination_right_details {
    width: 35%;
    float: right;
}

.destination_left_details_addons {
    width: 30%!Important;
}

.destination_right_details_addons {
    width: 55%!Important;
}

.addons_space {
    margin: 0px 25px;
}

.destination_left_details .destination_name {
    font-size: 16px;
    color: #2C3E50;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.destination_left_details .destination_name span {
    font-size: 13px;
    color: #7F7F7F;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.destination_left_details p {
    font-size: 13px;
    color: #7F7F7F;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.destination_right_details .destination_name {
    font-size: 16px;
    color: #2C3E50;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.destination_right_details p {
    font-size: 13px;
    color: #7F7F7F;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.return_info {
    background: #f6f6f6 !important;
    background: -moz-linear-gradient(left, #f6f6f6 0%, #f6f6f6 50%, #f6f6f6 100%) !important;
    background: -webkit-linear-gradient(left, #f6f6f6 0%, #f6f6f6 50%, #f6f6f6 100%) !important;
    background: linear-gradient(to right, #f6f6f6 0%, #f6f6f6 50%, #f6f6f6 100%) !important;
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f6f6f6', GradientType=1);*/
    /* ie8 + */
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#063053, endColorstr=#395873);*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#063053, endColorstr=#395873)";*/
    letter-spacing: 3px;
}

.fare_information {
    letter-spacing: 1px;
    font-weight: bold;
    color: var(--highlight-color);
    float: right;
    padding: 14px 0;
    text-transform: uppercase;
    font-size: 15px;
    width: 150px;
    text-align: center;
    background: #d0e3ff;
    background: -moz-linear-gradient(left, #fff 0%, #d0e3ff 50%, #fff 100%);
    background: -webkit-linear-gradient(left, #fff 0%, #d0e3ff 50%, #fff 100%);
    background: linear-gradient(to right, #fff 0%, #d0e3ff 50%, #fff 100%);
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d0e3ff', endColorstr='#fff', GradientType=1);*/
    /* ie8 + */
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#d0e3ff, endColorstr=#fff);*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d0e3ff, endColorstr=#fff)";*/
}

.mytip_deatilsname {
    font-size: 14px !important;
}

.flight_search_list_details {
    background: #fff;
    padding: 0 8px;
    position: relative;
    margin: 0 0 20px 0;
}

.flight_search_list_details .fligt_logo {
    margin: 0;
    padding: 0;
    text-align: left;
}

.flight_search_list_details .fligt_logo h5 {
    font-size: 13px;
    color: var(--sametext-color);
    margin: 4px 0 0 0;
    padding: 0;
    font-weight: bold;
    float: none;
}

.flight_search_list_details .fligt_logo h6 {
    font-size: 12px;
    color: var(--sametext-color);
    margin: 3px 0 0 0;
    padding: 0;
    font-weight: bold;
    float: none;
}

.flight_search_list_details .flight_details {
    margin: 0;
    padding: 0;
    text-align: left;
}

.flight_search_list_details .flight_time {
    font-size: 16px;
    color: #2C3E50;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.flight_search_list_details .flight_time2 {
    font-size: 13px;
    color: #2C3E50;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.flight_search_list_details .flight_cityname {
    font-size: 12px;
    color: var(--sametext-color);
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.flight_search_list_details .flight_cityname2 {
    font-size: 11px;
    color: var(--sametext-color);
    margin: 10px 0 0;
    padding: 0;
    font-weight: normal;
}

.mytrip_alignleft {
    padding-left: 0;
}

.flight_search_list_details .theme-search-results-item-flight-section-path {
    position: relative;
    height: 60px;
    margin: 0 5px;
}

.flight_search_list_details .theme-search-results-item-flight-section-path-fly-time {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 7px;
    left: 0;
}

.flight_search_list_details .theme-search-results-item-flight-section-path-fly-time p {
    margin-bottom: 0;
    color: #293143;
    font-size: 12px;
    font-weight: bold;
}

.flight_search_list_details .theme-search-results-item-flight-section-path-line {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #94a5a6;
}

.flight_search_list_details .theme-search-results-item-flight-section-path-line-start,
.flight_search_list_details .theme-search-results-item-flight-section-path-line-end,
.flight_search_list_details .theme-search-results-item-flight-section-path-line-middle,
.flight_search_list_details .theme-search-results-item-flight-section-path-line-middle-1,
.flight_search_list_details .theme-search-results-item-flight-section-path-line-middle-2 {
    position: absolute;
    left: -15px;
    text-align: center;
    width: 30px;
    top: 27px;
}

.flight_search_list_details .theme-search-results-item-flight-section-path-line-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #94A5A6;
    margin-bottom: 10px;
    margin-left: 10px;
    -webkit-box-shadow: 0 0 0 2px #94a5a6;
    box-shadow: 0 0 0 2px #94a5a6;
}

.flight_search_list_details .theme-search-results-item-flight-section-path-line-end {
    right: -15px;
    left: auto;
}

.bagg_info {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 3px 0px 18px;
}

.mytrip_babbage_container11 {
    float: left;
}

.mytrip_babbage_wrapper11 {
    width: 100%;
    margin: 0px 0 4px 0;
}

.boxmytrip11 {
    margin-right: 2px;
}

.checkinmytrip11 {
    margin-right: 4px;
    color: #7F8C8D;
    font-size: 12px;
}

.weigthbagmytrip11 {
    margin-right: 4px;
    color: #2C3E50;
    font-size: 12px;
    font-weight: bold;
}

.dotmtpmytrip11 {
    margin-right: 4px;
}

.nonrefundable {
    width: 140px;
    float: right;
    margin: 0;
    padding: 7px 10px;
    border: 1px solid #ECF0F1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}

.nonrefundable a {
    font-size: 14px;
    text-decoration: none;
    color: var(--highlight-color);
    line-height: 16px;
    font-weight: 600;
    cursor: default;
}

.nonrefundable a span {
    font-size: 12px;
    display: block;
    clear: both;
}

.nonrefundable a span img {
    height: 15px;
}

.airport_timeinformation {
    border-radius: 0px;
    width: 65%;
    text-align: center;
    border: 2px solid var(--highlight-color);
    background: #fff;
    color: var(--highlight-color);
    font-size: 14px;
    line-height: 25px;
    padding: 10px 0;
    display: block;
    margin: 25px auto 25px;
}

.cab-inmytrip11 {
    margin-right: 4px;
    color: #7F8C8D;
    font-size: 12px;
}

.mealmtpmytrip11 {
    margin-right: 4px;
    color: #7F8C8D;
    font-size: 12px;
}

.yesmtpmytrip11 {
    margin-right: 4px;
    color: #2C3E50;
    font-size: 12px;
}

.adultmtpmytrip11 {
    margin-right: 4px;
    color: #2C3E50;
    font-size: 12px;
    font-weight: bold;
}

.mobile_header {
    display: none;
}

.modify_search_show {
    width: 95%;
    margin: 0;
    padding: 4px 10px;
    border: 0px solid #1073ba;
}


/*transition: .4s;*/


/*transition: .4s;*/


/*}*/

.mobileswitch input:focus+.mobileslider {
    box-shadow: 0 0 1px #2196F3;
}

.mobileswitch input:checked+.mobileslider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.mobileslider.round {
    border-radius: 34px;
}

.mobileslider.round:before {
    border-radius: 50%;
}

.mobile_footer_bottomfixed {
    display: none;
}

.modify_search_show {
    width: 95%;
    margin: 0;
    padding: 4px 10px;
    border: 0px solid #1073ba;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.mdfy_city {
    float: left;
    margin-right: 7px;
    margin-top: 7px;
}

.mdfy_city_name {
    font-size: 14px;
    color: #272e38;
    margin: 5px 0 5px 0;
    padding: 0;
    font-weight: bold;
    line-height: 16px;
}

.mdfy_adult {
    font-size: 13px;
    color: #797979;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 16px;
}

.mdfy_flightdate {
    float: left;
    padding: 0px 0 0 9px;
    border-left: 1px solid #ECF0F1;
    margin: 7px 0 0px 6px;
}

.mdfy_flightdate_left {
    float: left;
    font-size: 17px;
    color: #293143;
    margin: 0;
    padding: 0;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    width: 42px;
}

.mdfy_flightdatemiddle {
    float: left;
    font-size: 15px;
    color: #293143;
    margin: 0 8px;
    padding: 28px 0 0;
    font-weight: bold;
    line-height: 0;
}

.mdfy_flightdateright {
    float: right;
    width: 42px;
    font-size: 17px;
    color: #293143;
    margin: 0;
    padding: 0;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
}

.tswitch {
    padding: 0px;
    margin-top: 15px;
}

.tswitch .table {
    border-bottom: 2px solid #ecf0f1;
    border-left: 2px solid #ecf0f1;
    border-right: 2px solid #ecf0f1;
    width: 100%;
    font-size: 13px;
    color: #7F8C8D;
    line-height: 20px;
}

.view_deatils_wrapper .cancellation_text {
    font-size: 14px;
    color: #2C3E50;
    font-weight: bold;
}

.tswitch .table th {
    text-align: left;
    background: #e1e1e1;
    font-size: 12px !important;
    color: #444;
}

.tswitch .table .arrow {
    margin: 0 15px;
}

.view_deatils_wrapper .cancellation_text2 {
    font-size: 12px;
    color: #7F8C8D;
}

.view_deatils_wrapper .nav-tabs>li {
    float: left;
    margin-bottom: -3px;
}

.view_deatils_wrapper .nav-tabs>li.active>a,
.view_deatils_wrapper .nav-tabs>li.active>a:focus,
.view_deatils_wrapper .nav-tabs>li.active>a:hover {
    color: #ffffff;
    cursor: default;
    background-color: var(--highlight-color) !important;
    border: 0px solid #d7d7d7;
    border-bottom: 2px solid var(--highlight-color);
    border-bottom-color: var(--highlight-color);
    outline: none;
}

.view_deatils_wrapper .nav>li>a:focus,
.view_deatils_wrapper .nav>li>a:hover {
    text-decoration: none;
    background-color: var(--highlight-color);
    border: 1px solid transparent;
    outline: none;
    color: #FFF;
}

.view_deatils_wrapper .nav-tabs>li>a:hover {
    border-color: #fff #fff var(--highlight-color);
    outline: none;
}

.view_deatils_wrapper .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    /*border: 1px solid var(--highlight-color) !important;*/ /*changes in wowidays*/
    border: 1px solid var(--highlight-color);
    border-radius: 0 0 0 0;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    width: auto;
    padding: 10px 15px 10px 15px;
    letter-spacing: 1px;
}

.view_deatils_wrapper .table>tbody>tr>td,
.view_deatils_wrapper .table>tbody>tr>th,
.view_deatils_wrapper .table>tfoot>tr>td,
.view_deatils_wrapper .table>tfoot>tr>th,
.view_deatils_wrapper .table>thead>tr>td,
.view_deatils_wrapper .table>thead>tr>th {
    padding: 8px;
    line-height: 10px;
    vertical-align: top;
    border-top: 0px solid #ddd;
}

.view_deatils_wrapper .cancellation_text {
    font-size: 14px;
    color: #2C3E50;
    font-weight: bold;
}

.view_deatils_wrapper .cancellation_text2 {
    font-size: 12px;
    color: #7F8C8D;
}

.view_deatils_wrapper .pleasenote_wrapper {
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
}

.view_deatils_wrapper .pleasenote_wrapper p {
    font-size: 12px;
    color: #7F8C8D;
}

.view_deatils_wrapper .pleasenote_wrapper ol {
    padding-left: 10px;
}

.view_deatils_wrapper .pleasenote_wrapper ol li {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #7F8C8D;
    list-style-type: decimal;
}

.booking_review_flight {
    background: #fff;
}

.booking_review {
    color: #2C3E50;
    font-size: 20px;
    line-height: 48px;
}

.wizard-progress {
    display: table;
    width: 100%;
    table-layout: fixed;
    position: relative;
    margin-top: 34px;
}

.wizard-progress .step {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    overflow: visible;
    position: relative;
    font-size: 14px;
    color: #7F8C8D;
    font-weight: bold;
}

.wizard-progress .step:not(:last-child):before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -20px;
    background-color: #698caf;
    height: 6px;
    width: 100%;
}

.wizard-progress .step .node {
    display: inline-block;
    border: 4px solid #6180a7;
    background-color: #FFF;
    border-radius: 18px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: -28px;
    left: 53%;
    margin-left: -18px;
}

.wizard-progress .step.complete:before {
    background-color: var(--highlight-color);
}

.wizard-progress .step.complete .node {
    border-color: var(--highlight-color);
    background-color: #FFF;
    color: #000;
}

.wizard-progress .step.in-progress:before {
    background: var(--highlight-color);
    background: -moz-linear-gradient(left, var(--highlight-color) 0%, #1a75bb 100%);
    background: -webkit-linear-gradient(left, var(--highlight-color) 0%, #1a75bb 100%);
    background: linear-gradient(to right, var(--highlight-color) 0%, #1a75bb 100%);
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='var(--highlight-color)', endColorstr='#1a75bb', GradientType=1);*/
    /* ie8 + */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8693e', endColorstr='#1a75bb');*/
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#f8693e, endColorstr=#1a75bb);*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8693e, endColorstr=#1a75bb)";*/
}

.wizard-progress .step.in-progress .node {
    border-color: var(--highlight-color);
    background-color: #FFF;
}

.change_flight11 {
    display: block;
    text-align: right;
    /*padding: 4px 10px 0 0;*/
    padding: 12px 10px 0 0;
    z-index: 999999;
    color: var(--black-bg-color);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.changeinfo {
    padding: 0px 0 0px;
}

.mytrip_babbage_container {
    float: left;
}

.share_wrapper_box2 {
    width: 100%;
    float: right;
    text-align: right;
    display: block;
    margin: 10px 0px 0px 0;
}

.review-step {
    float: left;
    display: none;
    color: var(--highlight-color);
}

.viewmarkup {
    cursor: pointer;
    color: var(--highlight-color)
}

.mobile_footer_bottomcontinuefixed {
    display: none;
}

a.applycommision {
    font-size: 12px;
    color: #FFF;
    padding: 4px 10px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    float: right;
    background: var(--highlight-color);
}

.comission_left {
    float: left;
    width: 75%;
    margin-bottom: 15px;
}

.comission_left .form-control {
    background: #ffffff;
}

.fairsummarynopadding {
    padding-left: 0px;
    margin-top: 14px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.fair_information_title {
    margin: 0 0 0 0 !Important;
}

.fair_information {
    /*cursor: pointer;*/
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.travellerdetails {
    cursor: pointer;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.adult_title {
    width: 100%;
    margin: 0;
    padding: 0;
}

.adult_title h4 {
    font-size: 15px;
    letter-spacing: 0px;
    /*color: #2C3E50;*/
    color: #000;
    padding: 5px 0;
    margin: 0;
    display: block;
    font-weight: 600;
}

.adult_title label {
    font-weight: 600;
    color: #000;
    font-size: 13px;
}

.fare_information_dropdown {
    margin-top: 10px;
    vertical-align: middle;
    letter-spacing: 0px;
    font-weight: bold;
    color: #2C3E50;
    float: right;
    padding: 0;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 10px;
    width: 100px;
    text-align: center;
    background: #d0e3ff;
    background: -moz-linear-gradient(left, #fff 0%, #fff 50%, #fff 100%);
    background: -webkit-linear-gradient(left, #fff 0%, #fff 50%, #fff 100%);
    background: linear-gradient(to right, #fff 0%, #fff 50%, #fff 100%);
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d0e3ff', endColorstr='#fff', GradientType=1);*/
    /* ie8 + */
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#d0e3ff, endColorstr=#fff);*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d0e3ff, endColorstr=#fff)";*/
}

.fare_information_dropdown i {
    font-size: 20px;
}

.contact_details_wrapper {
    padding: 15px 0 30px;
}

.traveller_information_wrapper {
    margin: 10px 0;
    padding: 0px 0;
    width: 100%;
    background: #fff;
    border: 1px solid #d7d7d7;
}

.traveller_information_wrapper .information_title {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #283748;
    border-bottom: 1px solid #ecf0f1;
    padding: 11px 20px 15px;
    margin: 0 0 16px 0;
}

.fill_adult_margin {
    margin: 0;
    padding: 5px 20px 0;
}

.fill_traveller_information {
    background: #fff;
    margin: 0px 0;
    padding: 0px 20px 10px 20px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
}

.fair_summary {
    background: #fff;
    border: 1px solid #d7d7d7;
    margin: 0 0 20px 0;
    padding: 0px;
}

.fair_title {
    background: var(--black-bg-color);
    color: #FFF;
    padding: 20px 15px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.fair_content {
    width: 100%;
    margin: 0;
    padding: 0;
}

.fair_content ul {
    margin: 0;
    padding: 0;
}

.fair_content ul li {
    list-style-type: none;
    color: #7F7F7F;
    font-size: 14px;
    border-bottom: 1px solid #ecf0f1;
    padding: 16px 10px 10px 10px;
    vertical-align: middle;
    line-height: 25px;
}

.fair_content ul li span.price_fair {
    float: right;
    color: #2C3E50;
}

.comission_wrapper {
    display: none;
}

.fair_content ul li span.you_pay {
    color: var(--black-bg-color);
    /*font-size: 17px;*/
    font-size: 14px;
    font-weight: bold;
}

.fair_content ul li span.price_fair_total {
    /*font-size: 22px;*/
    font-size: 18px;
    float: right;
    color: var(--highlight-color);
    font-weight: 600;
}

.gst_add_align {
    padding: 15px 20px 0 20px;
    margin-bottom: 15px;
}

.customgst input[type="radio"] {
    display: none;
}

.customgst label {
    position: relative;
    display: inline-block;
    padding: 6px 3px 0px 28px;
    cursor: pointer;
    color: #2C3E50;
    font-size: 16px;
    line-height: 20px;
}

.customgst label::before,
.customgst label::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.customgst label::before {
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -8px;
    background: #f3f3f3;
    border: 1px solid #ccc;
}

.customgst label:hover::before {
    background: #fff;
}

.customgst label::after {
    opacity: 0;
    left: 4px;
    width: 12px;
    height: 12px;
    margin-top: -4px;
    background: var(--highlight-color);
    -webkit-transform: scale(2);
    transform: scale(2);
}

.customgst input[type="radio"]:checked+label::before {
    background: #fff;
    border: 2px solid var(--highlight-color);
}

.customgst input[type="radio"]:checked+label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*checkbox button css coding in 4-3-2020 654pm*/

.customgst input[type="checkbox"] {
    display: none;
}

.customgst label {
    position: relative;
    display: inline-block;
    padding: 6px 3px 0px 28px;
    cursor: pointer;
    color: #2C3E50;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.customgst label::before,
.customgst label::after {
    position: absolute;
    content: '';
    /*top: 50%;*/
    top: 37%;
    border-radius: 0%;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.customgst label::before {
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -8px;
    background: #f3f3f3;
    border: 1px solid #ccc;
}

.customgst label:hover::before {
    background: #fff;
}

.customgst label::after {
    opacity: 0;
    left: 4px;
    width: 11px;
    height: 6px;
    margin-top: -5px;
    /*background: var(--highlight-color);*/
    background: transparent;
    -webkit-transform: scale(2);
    transform: scale(2);
    border-left: 2px solid var(--highlight-color);
    border-bottom: 2px solid var(--highlight-color);
}

.customgst input[type="checkbox"]:checked+label::before {
    background: #fff;
    border: 2px solid var(--highlight-color);
}

.customgst input[type="checkbox"]:checked+label::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 61%;
    left: 10px;
}

a.addnew {
    font-weight: bold;
    font-size: 17px;
    color: var(--highlight-color);
    padding: 3px 0 1px;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    float: right;
    background: none;
}

.adult_box_travel {
    font-size: 12px;
    color: #7F8C8D;
    position: absolute;
    top: 9px;
    left: 200px;
}

.destintion_form_travellerdetails {
    width: 100%;
    margin: auto;
    position: relative;
}

.edit_traveller_edit {
    float: right;
    position: absolute;
    right: 15px;
    top: 6px;
    cursor: pointer;
    font-size: 18px;
    color: #999999;
    width: 95%;
    text-align: right;
}

.add_traveller_edit {
    float: right;
    position: absolute;
    right: 15px;
    top: 6px;
    cursor: pointer;
    font-size: 18px;
    color: var(--highlight-color);
    width: 95%;
    text-align: right;
}

.add_border-orange {
    border: 1px solid var(--highlight-color);
}

.addnew_traveller_listpop,
.addnew_traveller_listpop:hover {
    float: right;
    color: var(--highlight-color);
    margin-right: 10px;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    padding-top: 5px;
}

.gst_add_align2 {
    /*padding: 0px 0px;*/  /*changes in wowidays*/
    padding: 0px 16px 3px;
    margin-bottom: 0px;
    border-bottom: 1px solid #d7d7d7;
}

.customgst_savedlist input[type=radio] {
    float: left;
    margin-top: 20px;
}

.saved_btn {
    padding: 9px 15px;
    margin: 10px auto 11px auto;
    width: 94%;
    display: block;
}

.saved_lists {
    height: 330px;
    overflow-y: scroll;
    margin-bottom: 10px;
}

.customgst_savedlist label {
    position: relative;
    display: inline-block;
    padding: 6px 3px 0px 20px;
    cursor: pointer;
    color: #2C3E50;
    font-size: 14px;
    line-height: 20px;
}

.adult_listtitle {
    font-size: 12px;
    color: #7F8C8D;
    margin: 5px 0 0 0;
}

.destination_left_details .travellerconatct_name {
    font-size: 16px;
    font-weight: bold;
    color: #283748;
}

.tarveller_title {
    color: #000;
    padding: 0px 0 5px;
    border-radius: 8px 8px 0 0;
    margin: 0;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: bold;
    border-bottom: 0px solid #d7d7d7;
}

.tarvellerdetails_information {
    background: #f6f6f6;
    width: 100%;
    clear: both;
    display: block;
    padding: 18px;
    margin: 0 0 18px 0;
    border: 1px solid #d7d7d7;
}

.tarvellerdetails_information .titletext {
    color: #000;
    padding: 0px 0 5px;
    border-radius: 8px 8px 0 0;
    margin: 0;
    font-size: 15px;
    letter-spacing: 1px;
    border-bottom: 0px solid #d7d7d7;
}

.tarvellerdetails_information .titletext p {
    margin-bottom: 0;
}

.text_bold {
    font-weight: bold;
}

.selectaddons_box {
    border-bottom: 1px solid #ECF0F1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.selectaddons_box:nth-last-child(1) {
    border-bottom: 0px solid #ECF0F1;
}

.selectaddons_wrapper {
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 25px;
    padding: 10px 0 0;
    width: 100%;
    margin: 20px 0;
    position: relative;
}

.selectaddonsradio-toolbar {
    margin: 10px 0;
}

.selectaddonsradio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.selectaddonsradio-toolbar label {
    display: inline-block;
    background-color: #fff;
    padding: 13px 0;
    font-size: 14px;
    border: 2px solid #94A5A6;
    border-radius: 30px;
    cursor: pointer;
    width: 156px;
    text-align: center;
    margin-right: 20px;
}

.selectaddonsradio-toolbar label img {
    height: 18px;
}

.selectaddonsradio-toolbar label:hover {
    background-color: var(--highlight-color);
    border-color: var(--highlight-color);
    color: #fff;
}

.selectaddonsradio-toolbar input[type="radio"]:focus+label {
    border: 2px dashed #444;
}

.selectaddonsradio-toolbar input[type="radio"]:checked+label {
    background-color: var(--highlight-color);
    border-color: var(--highlight-color);
    color: #fff;
}

.selectaddonsradio-toolbar label img.mm-first {
    display: inline-block;
}

.selectaddonsradio-toolbar label img.mm-second {
    display: none;
}

.selectaddonsradio-toolbar input[type="radio"]:checked+label img.mm-first {
    display: none;
}

.selectaddonsradio-toolbar input[type="radio"]:checked+label img.mm-second {
    display: inline-block;
}

.selectbox_bottom {
    border-bottom: 0px solid #d7d7d7;
}

.addonsselect_left {
    float: left;
    padding: 12px 0;
}

.addonsselect_left h4 {
    font-size: 16px;
    line-height: 24px;
    color: #2C3E50;
    margin: 0;
    padding: 0;
}

.addonsselect_left .adult_text_arrival {
    color: #7F7F7F;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

.addonsselect_right {
    float: right;
}

.addons_box_title {
    width: 100%;
    padding: 12px 0;
}

.addons_box_title h5 {
    font-size: 16px;
    line-height: 24px;
    color: #2C3E50;
    margin: 0;
    padding: 0;
}

.addons_box_title .adult_textmale {
    color: #7F7F7F;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

.addons_textselect_option {
    border-left: 2px dashed #eaeaea;
    padding-left: 40px;
}

.selectaddonsradio-toolbar1 {
    margin: 10px 0;
}

.selectaddonsradio-toolbar1 input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.selectaddonsradio-toolbar1 label {
    display: inline-block;
    background-color: #fff;
    padding: 13px 0;
    font-size: 14px;
    border: 2px solid #94A5A6;
    border-radius: 30px;
    cursor: pointer;
    width: 156px;
    text-align: center;
    margin-right: 20px;
}

.selectaddonsradio-toolbar1 label img {
    height: 18px;
}

.selectaddonsradio-toolbar1 label:hover {
    background-color: var(--highlight-color);
    border-color: var(--highlight-color);
    color: #fff;
}

.selectaddonsradio-toolbar1 input[type="radio"]:focus+label {
    border: 2px dashed #444;
}

.selectaddonsradio-toolbar1 input[type="radio"]:checked+label {
    background-color: var(--highlight-color);
    border-color: var(--highlight-color);
    color: #fff;
}

.selectaddonsradio-toolbar1 label img.mm-first {
    display: inline-block;
}

.selectaddonsradio-toolbar1 label img.mm-second {
    display: none;
}

.selectaddonsradio-toolbar1 input[type="radio"]:checked+label img.mm-first {
    display: none;
}

.selectaddonsradio-toolbar1 input[type="radio"]:checked+label img.mm-second {
    display: inline-block;
}

.selectaddonsradio-toolbar2 {
    margin: 10px 0;
}

.selectaddonsradio-toolbar2 input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.selectaddonsradio-toolbar2 label {
    display: inline-block;
    background-color: #fff;
    padding: 13px 0;
    font-size: 14px;
    border: 2px solid #94A5A6;
    border-radius: 30px;
    cursor: pointer;
    width: 156px;
    text-align: center;
    margin-right: 20px;
}

.selectaddonsradio-toolbar2 label img {
    height: 18px;
}

.selectaddonsradio-toolbar2 label:hover {
    background-color: var(--highlight-color);
    border-color: var(--highlight-color);
    color: #fff;
}

.selectaddonsradio-toolbar2 input[type="radio"]:focus+label {
    border: 2px dashed #444;
}

.selectaddonsradio-toolbar2 input[type="radio"]:checked+label {
    background-color: var(--highlight-color);
    border-color: var(--highlight-color);
    color: #fff;
}

.selectaddonsradio-toolbar2 label img.mm-first {
    display: inline-block;
}

.selectaddonsradio-toolbar2 label img.mm-second {
    display: none;
}

.selectaddonsradio-toolbar2 input[type="radio"]:checked+label img.mm-first {
    display: none;
}

.selectaddonsradio-toolbar2 input[type="radio"]:checked+label img.mm-second {
    display: inline-block;
}

.selectaddonsradio-toolbar3 {
    margin: 10px 0;
}

.selectaddonsradio-toolbar3 input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.selectaddonsradio-toolbar3 label {
    display: inline-block;
    background-color: #fff;
    padding: 13px 0;
    font-size: 14px;
    border: 2px solid #94A5A6;
    border-radius: 30px;
    cursor: pointer;
    width: 156px;
    text-align: center;
    margin-right: 20px;
}

.selectaddonsradio-toolbar3 label img {
    height: 18px;
}

.selectaddonsradio-toolbar3 label:hover {
    background-color: var(--highlight-color);
    border-color: var(--highlight-color);
    color: #fff;
}

.selectaddonsradio-toolbar3 input[type="radio"]:focus+label {
    border: 2px dashed #444;
}

.selectaddonsradio-toolbar3 input[type="radio"]:checked+label {
    background-color: var(--highlight-color);
    border-color: var(--highlight-color);
    color: #fff;
}

.selectaddonsradio-toolbar3 label img.mm-first {
    display: inline-block;
}

.selectaddonsradio-toolbar3 label img.mm-second {
    display: none;
}

.selectaddonsradio-toolbar3 input[type="radio"]:checked+label img.mm-first {
    display: none;
}

.selectaddonsradio-toolbar3 input[type="radio"]:checked+label img.mm-second {
    display: inline-block;
}

.selectaddonsradio-toolbar4 {
    margin: 10px 0;
}

.selectaddonsradio-toolbar4 input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.selectaddonsradio-toolbar4 label {
    display: inline-block;
    background-color: #fff;
    padding: 13px 0;
    font-size: 14px;
    border: 2px solid #94A5A6;
    border-radius: 30px;
    cursor: pointer;
    width: 156px;
    text-align: center;
    margin-right: 20px;
}

.selectaddonsradio-toolbar4 label img {
    height: 18px;
}

.selectaddonsradio-toolbar4 label:hover {
    background-color: var(--highlight-color);
    border-color: var(--highlight-color);
    color: #fff;
}

.selectaddonsradio-toolbar4 input[type="radio"]:focus+label {
    border: 2px dashed #444;
}

.selectaddonsradio-toolbar4 input[type="radio"]:checked+label {
    background-color: var(--highlight-color);
    border-color: var(--highlight-color);
    color: #fff;
}

.selectaddonsradio-toolbar4 label img.mm-first {
    display: inline-block;
}

.selectaddonsradio-toolbar4 label img.mm-second {
    display: none;
}

.selectaddonsradio-toolbar4 input[type="radio"]:checked+label img.mm-first {
    display: none;
}

.selectaddonsradio-toolbar4 input[type="radio"]:checked+label img.mm-second {
    display: inline-block;
}

.selectaddonsradio-toolbar5 {
    margin: 10px 0;
}

.selectaddonsradio-toolbar5 input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.selectaddonsradio-toolbar5 label {
    display: inline-block;
    background-color: #fff;
    padding: 13px 0;
    font-size: 14px;
    border: 2px solid #94A5A6;
    border-radius: 30px;
    cursor: pointer;
    width: 156px;
    text-align: center;
    margin-right: 20px;
}

.selectaddonsradio-toolbar5 label img {
    height: 18px;
}

.selectaddonsradio-toolbar5 label:hover {
    background-color: var(--highlight-color);
    border-color: var(--highlight-color);
    color: #fff;
}

.selectaddonsradio-toolbar5 input[type="radio"]:focus+label {
    border: 2px dashed #444;
}

.selectaddonsradio-toolbar5 input[type="radio"]:checked+label {
    background-color: var(--highlight-color);
    border-color: var(--highlight-color);
    color: #fff;
}

.selectaddonsradio-toolbar5 label img.mm-first {
    display: inline-block;
}

.selectaddonsradio-toolbar5 label img.mm-second {
    display: none;
}

.selectaddonsradio-toolbar5 input[type="radio"]:checked+label img.mm-first {
    display: none;
}

.selectaddonsradio-toolbar5 input[type="radio"]:checked+label img.mm-second {
    display: inline-block;
}

.meals_destination {
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
    height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
}

a.meals_selectcity {
    display: block;
    border-bottom: 1px solid #d7d7d7;
    text-decoration: none;
    padding: 13px 20px 13px 35px;
    color: #2C3E50;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
}

a.meals_selectcity span {
    display: block;
    text-decoration: none;
    padding: 2px 0 0 0;
    color: #7F8C8D;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
}

a.meals_selectcity:nth-child(1) {
    padding-top: 10px;
}

a.meals_selectcity:hover {
    background: #F0F0F3;
}

a.meals_selectcity:focus {
    background: #F0F0F3;
}

.meals_selectcityactive {
    background: #F0F0F3;
}

.meals_price_list {
    color: #2C3E50 !important;
    font-size: 13px !important;
    line-height: 16px !important;
    float: right;
    font-weight: bold!Important;
}

.tooltip22 {
    position: relative;
    display: inline-block;
    border-bottom: 0px dotted black;
    float: left;
    cursor: pointer;
}

.tooltip22 .tooltiptext22 {
    visibility: hidden;
    width: 278px;
    background-color: #fff;
    color: #7F7F7F;
    text-align: center;
    border-radius: 3px;
    padding: 9px 8px 9px 0px;
    position: absolute;
    z-index: 1;
    border: 2px solid #d7d7d7;
    text-align: center;
    left: 15px;
    top: 22px;
}

.tooltip22:hover .tooltiptext22 {
    visibility: visible;
}

.fair_content ul li img {
    /*margin: 0 9px 0 0;*/
    margin: -5px 9px 0 0;
    float: left;
}

.mealtext_infobox {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 25px;
}

.mealtext_size {
    font-size: 14px;
}

.terms_condition_reviewaddons {
    width: 100%;
    background: #fff;
    border: 1px solid #d7d7d7;
    margin: 15px 0 15px 0;
    padding: 15px 20px 15px;
}

.payment_title {
    font-size: 14px;
    color: #2C3E50;
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: bold;
}

.price {
    float: right;
}

.checkboxcontainerreviewaddons {
    display: inline-block;
    position: relative;
    cursor: pointer;
    user-select: none;
    color: #2C3E50;
    font-size: 14px!Important;
    width: 87%;
}

.checkboxcontainerreviewaddons label {
    font-size: 14px!Important;
    padding-left: 37px;
    font-weight: normal;
}

.checkboxcontainerreviewaddons label::before {
    margin-top: -12px;
}

.checkboxcontainerreviewaddons label::after {
    margin-top: -8px;
    /*top: 61% !important;*/
    top: 50% !important; /* changes in wowidays*/
    /*top: 76% !important;*/
}

a.readmore_addons {
    font-weight: bold;
    font-size: 14px;
    color: var(--highlight-color);
    padding: 8px 0 1px;
    letter-spacing: 1px;
    text-decoration: none;
    /*font-weight: bold;*/
     font-weight: normal;
    display: block;
    float: right;
}

.offers_title {
    color: #2C3E50;
    padding: 0px 0 5px;
    border-radius: 8px 8px 0 0;
    margin: 0;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    border-bottom: 0px solid #d7d7d7;
}

.offers {
    background: #fff;
    border: 1px solid #d7d7d7;
    margin: 0 0 20px 0;
    padding: 15px;
}

.offers_content label {
    font-size: 17px;
    text-align: left;
    letter-spacing: 0px;
    font-weight: bold;
    padding-left: 10px;
}

.offers_content .offer_text {
    font-size: 14px;
    font-weight: normal;
    color: #7F8C8D;
}

.apply_box {
    width: 100%;
    margin: 10px 0 0;
    padding: 28px 0 10px;
    border-top: 1px solid #ecf0f1;
    text-align: center;
}

a.apply {
    font-size: 15px;
    color: var(--highlight-color);
    padding: 0px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
}

.terms_mobileview {
    display: none;
}

.modalboxwidth {
    width: 340px;
}

.adult_title_payment {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 25px;
}

.paylater_wrapper {
    background-color: #1a75bb;
}

.paylater_boxwrap {
    width: 600px;
    margin: auto;
    text-align: center;
    padding: 25px 0;
}

.congartualtion_tick_boxpaylater {
    position: relative;
    width: 165px;
    height: 165px;
    margin: auto 0;
    float: left;
}

.congartualtion_titlepaylater {
    width: 400px;
    margin: 15px 0 0;
    padding: 0;
    text-align: left;
    float: right;
}

.congratualtion_textpaylater {
    color: #fff;
    font-weight: 800;
    font-size: 32px;
    line-height: 54px;
    letter-spacing: 2px;
}

.congartualtion_titlepaylater p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 25px;
}

.congratualtion_circletwopaylater {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 10px solid #ffffff;
}

.voucher-section {
    width: 100%;
    padding: 0;
    display: block;
    clear: both;
    margin: 0px 0 10px 0;
}

.vouchersection-title {
    color: #000;
    float: left;
    padding: 0px 0 5px;
    margin: 0;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: bold;
    border-bottom: 0px solid #d7d7d7;
    width: 180px;
    line-height: 34px;
}

.print-btn {
    text-decoration: none;
    float: left;
    color: #333;
    background-color: #efefef;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border: 1px solid #ccc;
    padding: 0.6rem .75rem;
    margin-right: 5px;
    width: 100px;
    font-size: 14px;
}

.print-btn:hover {
    text-decoration: none;
    float: left;
    color: #fff;
    background-color: #006cbe;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border: 1px solid #006cbe;
    padding: 0.6rem .75rem;
    margin-right: 5px;
    width: 100px;
    font-size: 14px;
}

.emailsharebox {
    width: 30%;
    float: left;
}

.emailshare-left {
    width: 60%;
    float: left;
    margin: 0 7px 0 0;
}

.paylater_boxmytrip {
    width: 100%;
    /* margin: -55px 0 100px 0; */
    margin: 15px 0 0px 0;
    padding: 15px 15px;
    display: block;
    background: #fff;
    border: 1px solid #C4C4C4;
}

.deaprture_box {
    border: 2px solid #d7d7d7;
    padding: 35px 35px 40px 35px;
    border-radius: 0px;
    position: relative;
    margin-top: 25px;
}

.deaprture_box .deaprture_box_title {
    text-align: center;
    width: 170px;
    background: #F0F0F3;
    padding: 10px 0;
    border-radius: 30px;
    color: #2C3E50;
    font-size: 17px;
    margin: -58px 0 14px 0;
}

.paylater_logo {
    margin: 0 15px 0 0;
    padding: 0;
    text-align: left;
    float: left;
}

.paylater_logo img {
    margin: 0 0px 0 0;
    padding: 0;
    float: left;
    border-radius: 0;
}

.paylater_logo h5 {
    font-size: 15px;
    color: #000;
    margin: 12px 6px 12px 15px;
    padding: 0;
    font-weight: 600;
    float: left;
}

.paylater_logo h6 {
    font-size: 15px !important;
    color: #2C3E50;
    margin: 12px 15px 12px 6px;
    padding: 0;
    font-weight: 600;
    float: left;
}

.paylater_bullet {
    width: 10px;
    height: 10px;
    margin: 0 20px;
    background: #7F8C8D;
    border-radius: 100%;
    display: inline-block;
}

.paylater_economy_info {
    font-weight: 800;
    color: #7F8C8D;
    font-size: 15px;
    float: left;
    margin: 9px 0 0;
}

.pnrbox {
    border: 2px solid var(--highlight-color);
    color: var(--black-bg-color);
    font-size: 15px;
    font-weight: bold;
    background: var(--text-color-white);
    text-align: center;
    float: right;
    border-radius: 5px;
    /*width: 230px;*/
    /*width: 220px;*/
    padding: 5px 20px;
}

.pnrbox .confirmed {
    color: #27AE60;
    font-size: 12px;
}

.mytrip_babbage_wrappertcikets {
    width: 100%;
    margin: 8px 0 10px 0;
}

.boxmytriptcikets {
    /*margin-right: 10px;*/
    margin-right: 0px;
}

.checkinmytriptcikets {
    margin-right: 12px;
    color: #7F8C8D;
    font-size: 12px;
}

.weigthbagmytriptcikets {
    margin-right: 12px;
    color: #7F8C8D;
    font-size: 12px;
}

.dotmtpmytriptcikets {
    margin-right: 10px;
}

.cab-inmytriptcikets {
    margin-right: 12px;
    color: #7F8C8D;
    font-size: 12px;
}

.mealmtpmytriptcikets {
    margin-right: 6px;
    color: #7F8C8D;
    font-size: 12px;
}

.yesmtpmytriptcikets {
    margin-right: 6px;
    color: #7F8C8D;
    font-size: 12px;
}

.adultmtpmytriptcikets {
    margin-right: 6px;
    color: #2C3E50;
    font-size: 12px;
}

.tickets_details {
    margin: 0;
    padding: 0;
    text-align: left;
    float: left;
    width: 36%;
}

.tickets_time {
    font-size: 14px;
    color: #2C3E50;
    margin: 0 0 2px 0;
    padding: 0;
    font-weight: bold;
}

.tickets_time2 {
    font-size: 11px;
    color: #2C3E50;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.tickets_cityname {
    font-size: 17px;
    color: #2C3E50;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.tickets_cityname2 {
    font-size: 10px;
    color: #7F8C8D;
    margin: 0;
    padding: 0;
    font-weight: normal;
    display: block;
    word-break: break-all;
}

.tickets_details_right {
    float: right !important;
    margin-right: 7%;
}

.tickets_flight_logo {
    float: left;
    margin-right: 10px;
}

.tickets_flight_logo img {
    margin: 0;
    padding: 0;
}

.ticketdetails_information .theme-search-results-item-flight-section-path1 {
    position: relative;
    height: 60px;
    margin: 0 5px;
    width: 128px;
    float: none;
    position: absolute;
    left: 26%;
}

.ticketdetails_information .theme-search-results-item-flight-section-path-fly-time1 {
    text-align: center;
    width: 55%;
    position: absolute;
    top: 21px;
    left: 25px;
    z-index: 9;
}

.ticketdetails_information .theme-search-results-item-flight-section-path-line1 {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #D3D3D3;
}

.ticketdetails_information .theme-search-results-item-flight-section-path-line-start1,
.ticketdetails_information .theme-search-results-item-flight-section-path-line-end1,
.ticketdetails_information .theme-search-results-item-flight-section-path-line-middle1,
.ticketdetails_information .theme-search-results-item-flight-section-path-line-middle-11,
.ticketdetails_information .theme-search-results-item-flight-section-path-line-middle-21 {
    position: absolute;
    left: -15px;
    text-align: center;
    width: 30px;
    top: 27px;
}

.ticketdetails_information .theme-search-results-item-flight-section-path-line-end1 {
    right: -15px;
    left: auto;
}

.ticketdetails_information .theme-search-results-item-flight-section-path-line-dot1 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D3D3D3;
    margin-bottom: 10px;
    margin-left: 10px;
    -webkit-box-shadow: 0 0 0 2px #D3D3D3;
    box-shadow: 0 0 0 2px #D3D3D3;
}

.ticketdetails_information .theme-search-results-item-flight-section-path-line-title1 {
    font-size: 9px;
    opacity: 0.65;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
}

.ticketdetails_information .theme-search-results-item-flight-section-path-fly-time1 p {
    background: #fff;
    margin-bottom: 0;
    color: #94A5A6;
    font-size: 12px;
    font-weight: normal;
}

.tickets_paylater {
    margin: 0 0 30px 0;
}

.airport_timeinformation {
    clear: both;
    width: 70%;
    text-align: center;
    border: 2px solid var(--highlight-color);
    background: #fff;
    color: var(--highlight-color);
    font-size: 14px;
    line-height: 25px;
    padding: 7px 0;
    display: block;
    /*margin: 18px auto 4px;*/
    margin: 18px auto 14px;
}

.divider_div_line {
    background: #EAEAEA;
    width: 100%;
    height: 4px;
    margin: 35px 0;
}

.return_align {
    margin: 50px 0 0;
}

.download_wrapper {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

a.download_button {
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 155px;
    padding: 13px 0;
    text-decoration: none;
    background: #27AE60;
    border: 1px solid #D6DEDE;
    margin: 0 10px;
    display: inline-block;
}

a.download_button:hover {
    background: #f8693e;
    color: #fff;
}

a.download_button:focus {
    color: #f8693e;
    color: #fff;
}

a.download_button:active {
    color: #f8693e;
    color: #fff;
}

.traveller_ticketdeatils {
    width: 100%;
    margin: 0;
    padding: 0;
}

.traveller_ticketdeatils_title {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #283748;
    border-bottom: 0px solid #ecf0f1;
    padding: 3px 0px 4px;
    margin: 0 0 4px 0;
}

.tarveller_ticket_informationwrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

.tarveller_ticket_informationwrapper {
    text-align: center;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ecf0f1;
}

.name_traveller_addons {
    float: left;
    width: 33%;
    text-align: left;
    font-size: 15px;
    color: #2C3E50;
    font-weight: bold;
}

.name_traveller_addons span {
    font-size: 14px;
    color: #7F8C8D;
}

.addons_title {
    font-size: 15px;
    color: #2C3E50;
    margin-bottom: 4px;
}

.addons {
    margin: 0;
    padding: 0;
}

.addons ul {
    margin: 3px 0 0 0;
    padding: 0;
}

.addons ul li img {
    margin-right: 2px;
    margin-top: -2px;
}

.addons ul li {
    list-style-type: none;
    float: left;
    font-size: 13px;
    color: #7F8C8D;
    margin: 0 20px;
}

.addons ul li:first-child {
    margin-left: 0px;
}

.multicity_searchbox {
    margin-top: 0px;
}

.multicity_searchbox .nav-tabs {
    border-bottom: 1px solid #ddd;
}

.multicity_searchbox .nav-tabs>li {
    float: left;
    margin-bottom: 0px;
}


/*.multicity_searchbox .nav-tabs>li {float: left; margin-bottom: -3px;}*/

.multicity_searchbox .nav>li>a>img {
    margin: 0 8px;
    max-width: none;
}

.multicity_searchbox .nav-tabs>li.active>a,
.multicity_searchbox .nav-tabs>li.active>a:focus,
.multicity_searchbox .nav-tabs>li.active>a:hover {
    color: var(--highlight-color);
    cursor: default;
    background-color: #fff;
    border: 0px solid #d7d7d7;
    border-bottom: 2px solid #f8693e;
    border-bottom-color: #f8693e;
    outline: none;
}

.multicity_searchbox .nav>li>a:focus,
.multicity_searchbox .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    border: 2px solid transparent;
    outline: none
}

.multicity_searchbox .nav-tabs>li>a:hover {
    border-color: #fff #fff #f8693e;
    outline: none;
}

.multicity_searchbox .nav-tabs>li>a {
    margin-right: 4px;
    background: #212121;
    line-height: 22px;
    border: 1px solid transparent !important;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    width: auto;
    padding: 10px 15px 10px 15px;
    letter-spacing: 1px;
    border-radius: 0 0 0 0 !important;
}

.multicity_searchbox .nav-tabs>li>a:hover {
    border: none;
    color: #fff !important;
    background: #006cbe !important;
}

.multicity_searchbox .nav-tabs>li>a.active {
    border: none;
    color: #fff !important;
    background: var(--highlight-color) !important;
}

.multicity_searchbox .nav-tabs>li.active>a {
    border: none;
    color: #fff;
    background: var(--highlight-color);
}

.multicity_searchbox .tab-content {
    padding-top: 10px;
}

.horizontal-scrollable {
    overflow-x: auto;
    white-space: nowrap;
}

.horizontal-scrollable>.col-sm-6 {
    display: inline-block;
    float: none;
}

.horizontal-scrollable::-webkit-scrollbar {
    width: 11px;
    height: 5px;
    border-radius: 10px;
}

.horizontal-scrollable::-webkit-scrollbar-track {
    background: #CFD8DC;
}

.horizontal-scrollable::-webkit-scrollbar-thumb {
    background-color: var(--highlight-color);
    border-radius: 10px;
    border: 3px solidvar(--highlight-color);
}

.staractive {
    /*color: #FF6600!Important;*/
    color: rgb(255, 194, 74) !Important;
}

.stargray {
    color: #CCCCCC;
    font-size: 16px;
    margin: 0 2px;
}

.box_list1 {
    width: 100%;
    min-height: 135px;
    background: #fff;
    -webkit-box-shadow: 0 0px 5px 0px #b5bcbf;
    box-shadow: 0 0px 5px 0px #b5bcbf;
    -moz-box-shadow: 0 2px 2px 0px #b5bcbf;
    -o-box-shadow: 0 2px 2px 0px #b5bcbf;
    padding: 10px 6px 10px 6px;
    margin: 10px 0 20px 0;
}

a.selectroom {
    font-size: 12px;
    color: #FFF;
    margin: 0;
    padding: 8px 12px;
    font-weight: normal;
    text-decoration: none;
    background: var(--highlight-color);
    white-space: nowrap;
    display: inline-block;
    margin-top: 8px;
}

.box_list1 figure {
    overflow: hidden;
    min-height: 135px;
    margin: 0 0px;
}

.box_list1 figure .read_more {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all .6s;
    border: none;
    transition: all .6s;
    z-index: 2;
}

.box_list1 figure a img {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.box_list1 figure .read_more span {
    background-color: #fcfcfc;
    background-color: rgba(255, 255, 255, .8);
    display: inline-block;
    color: #222;
    font-size: 12px;
    padding: 5px 10px
}

.box_list1 figure:hover .read_more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.box_list1 figure img {
    height: 135px;
    width: 100%;
}

.hotelname_wrapper {
    /*padding: 15px 15px;*/
    padding: 10px 15px;
}

.hotelname_wrapper .form-group label {
    color: #000 !important;
    letter-spacing: 1px;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-align: left !important;
    padding-bottom: 0.3em;
}

.hotelname_wrapper h2 {
    font-size: 1.03em;
    margin: 0 0 .25em 0;
    font-weight: bold;
}

.hotelname_wrapper h2 a {
    color: var(--black-bg-color);
}

.hotelname_wrapper h3 {
    font-size: 15px;
    margin: 4px 0 0em 0;
}

.hotelname_wrapper h3 .fa {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: var(--highlight-color);
    line-height: 27px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}

.package_box_booking {
    background: #fff;
    border-left: 1px solid #e1e1e1;
    text-align: center;
    padding: 0.5rem 0 0rem 0;
    min-height: auto;
}

.package_box_booking h2 {
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 12px !important;
    color: #444;
}

.package_box_booking h1 {
    padding: 0;
    margin: 5px 0 0 0;
    font-size: 22px !important;
    color: #444;
}

.package_box_booking .WebRupee {
    font-size: 16px !important;
    padding-right: 5px;
}

.package_box_booking p {
    padding: 3px 0 0 0;
    margin: 0;
    font-size: 12px !important;
    color: #444;
    text-align: center;
}

.package_box_booking .hotel_book {
    margin-top: 0px;
}

.hotel-booking-details {
    display: none;
    padding-top: 10px!important;
}

.hotel-booking-details .hotel-booking-details-main {
    width: 100%;
    border-top: 1px solid #e1e1e1;
}

.hotel-booking-details .hotel-booking-details-main .hotel-booking-details-wrapper {
    padding: 10px 0px;
}

.hotel-booking-details .hotel-booking-details-main .hotel-booking-details-wrapper h4 {
    margin: auto;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    word-break: break-word;
}

.hotel-booking-details .hotel-booking-details-main .hotel-booking-details-wrapper p {
    margin: 10px 0;
    font-size: 12px;
}

.hotel-booking-details .hotel-booking-details-main .hotel-booking-details-wrapper .greenspan {
    color: #006600;
}

.hotel-booking-details .hotel-booking-details-main .hotel-booking-details-wrapper .priceRoom {
    display: inline-block;
}

.hotel-booking-details .hotel-booking-details-main .hotel-booking-details-wrapper .priceRoom .price {
    font-size: 25px;
    width: 100%;
}

.hotel-booking-details .hotel-booking-details-main .hotel-booking-details-wrapper .nonRefundable {
    color: var(--highlight-color);
}

.hotel-booking-details .hotel-booking-details-main .hotel-booking-details-wrapper .taxInfo {
    font-size: 12px;
    color: #666;
    font-weight: 300;
}

.hotel-booking-details .hotel-booking-details-main .hotel-booking-details-wrapper .perQuant {
    display: block;
    margin-left: 0px;
    font-size: 11px;
}

.cancellationpolicy {
    font-size: 12px;
    color: #006600 !Important;
}

.display_hotel {
    background: #fff;
}

.hoteldes_tab {
    padding: 10px 0 20px 0px;
}

.hoteldes_tab ul {
    margin: 0 0px;
    padding: 0 0px;
}

.hoteldes_tab ul li {
    display: block;
    background-color: rgb(245, 245, 245);
    list-style: none;
    text-transform: uppercase;
    float: left;
    margin-right: 10px;
}

.hoteldes_tab ul li a {
    background-color: rgb(245, 245, 245);
    font-weight: 300;
    font-size: 13px;
    padding: 10px 20px;
    margin: 0;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    color: #444;
    float: left;
}

.hoteldes_tab ul li a.active,
.hoteldes_tab ul li a:hover {
    background: #1073ba;
    color: #fff;
}

.hotel_descrip {
    padding: 10px;
    font-size: 13px;
    text-align: justify;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
}

.hotel_descrip h3 {
    font-size: 15px;
    padding: 0 0px;
    margin: 0 0px;
    font-weight: bold;
}

.hotel_descrip p {
    font-size: 13px;
    text-align: justify;
    margin: 10px;
}

.hotel_overview_main {
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    padding-bottom: 20px;
}

.hotel_overview_title {
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    padding-top: 0px;
}

.hotel_overview_title h2 {
    margin-top: 0;
    margin-bottom: 0px;
    color: #000 !important;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px !important;
    border-left: 0px solid #000;
    padding-left: 0;
    line-height: 1.15em;
}

.hotel_overview_title p {
    font-size: 14px !important;
    line-height: 1.465em;
    margin: auto;
    color: #3e3e3e;
    width: 100%;
    padding-left: 0;
    margin: 8px 0;
}

.facilities-section {
    margin-bottom: 25px;
    margin-top: 15px;
}

.facilities-section h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0px;
}

.facilities-section ul {
    margin: 0 0 25px;
    padding: 0 0px;
    list-style: none;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

.facilities-section ul li {
    margin: 5px 0px;
    padding: 0 0px;
    list-style: none;
    font-size: 14px;
}

.room-section .WebRupee {
    font-style: normal;
    display: inline-block;
    font-size: 20px !important;
    color: #333;
    padding-right: 5px;
}

.room-section {
    /*box-shadow: 0px 3px 14px -2px;*/
    margin-bottom: 25px;
    padding-top: 1px;
    /*margin-top: 25px;*/
    margin-top: 0px;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
}

.room-sectionIn {
    border-bottom: 1px solid #d7d7d7;
    margin: 12px 0;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.room-section h3 {
    font-weight: bold;
    font-size: 14px;
    /*margin: 0 0px 4px 0px;*/
    margin: 0 0px 10px 0px;
    width: 100%;
}

.room-section p {
    font-weight: 500;
    font-size: 14px;
    margin: 0 0px 4px -14px;
    width: 100%;
}

.room-section .roomtext_padding p {
    margin: initial;
}

.fo-size {
    font-size: 20px;
}

.room-section .fa {
    margin-left: 10px;
}

.room-section .h-bold {
    font-weight: 500;
    font-size: 14px;
    margin-top: 0;
    padding-top: 0;
    line-height: 15px;
}

.room-section .h-price {
    /*font-size: 25px;*/
    font-size: 20px;
}

.brdr-bot {
    border-bottom: 1px solid #d7d7d7;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.flightbooking-list {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 10px;
    color: #000;
    background: #fff;
    border: 1px solid #d7d7d7;
}

.flight-details-content {
    width: 100%;
    margin: 0;
    padding: 0;
}

.flight-details-content p {
    color: #000;
    font-size: 14px;
    margin: 3px 0 0;
    line-height: 22px;
    text-align: left;
}

.flightbrdr {
    border-right: 1px solid #d7d7d7;
}

.flight-duartion-wrapper {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
}

.flight-duartion-wrapper p {
    color: #666;
    font-size: 14px;
    margin: 0;
    line-height: 22px;
}

.flight-duartion-wrapper .flightdivider-line {
    width: 100%;
    background: #d7d7d7;
    height: 1px;
    margin: 6px 0;
}

.tarveller-details-info {
    width: 100%;
    margin: 0;
    padding: 0;
}

.tarveller-details-info .tarveller-info-text {
    width: 100%;
    margin: 0;
    padding: 0;
}

.tarveller-details-info .tarveller-info-text p {
    color: #000;
    font-size: 15px;
    margin: 0 0 6px 0;
    padding: 0 0 5px;
    line-height: 22px;
    border-bottom: 1px solid #d7d7d7;
    text-align: left;
}

.adult-align {
    float: right;
}

.button-flight-group {
    margin: 10px 0;
    border-top: 1px solid #d7d7d7;
    border-bottom: 0px solid #d7d7d7;
    padding: 15px 0 0;
    text-align: left;
}

.flightticket-button {
    font-size: 13px;
    font-weight: 400;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 6px 10px;
    border: 1px solid #d7d7d7;
    margin: 0 10px 0 0;
    color: #666;
    border-radius: 4px;
}

.flightticket-button:hover,
.flightticketactive {
    background: #006cbe;
    color: #fff;
    border: 1px solid #006cbe;
    text-decoration: none;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    float: right;
}

.align-center {
    text-align: center!Important;
}

.colorblue {
    color: #003399;
}

.invoiceflight {
    text-align: center;
}

.invoiceflight span {
    font-size: 11px;
}

.invoiceflight .destname {
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
}

.invoiceflight .destportname {
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
}

.invoiceflight .smallname {
    font-size: 10px;
    line-height: 14px;
}

.invoiceflight .brdrbot {
    border-bottom: 1px solid #0000CC;
    padding-bottom: 2px;
}

.invoiceflight .brdrtop {
    border-top: 1px solid #0000CC;
    padding-top: 2px;
}

.brdr-all {
    border: 1px solid #d7d7d7;
}

.margin15pxtop {
    margin-top: 15px!important;
}

.brdr-right {
    border-right: 1px solid #d7d7d7;
}

.no-pad-bot {
    padding-bottom: 0px !important;
}

.no-pad-top {
    padding-top: 0px !important;
}

.no-brdr {
    border: 0px!Important;
}

.hotel-informationbox {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.hotel-informationbox .hotelname {
    color: #000;
    font-size: 16px;
    margin: 0;
    line-height: 22px;
    float: left;
}

.rate {
    float: left;
    height: 24px;
    padding: 0 10px;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate>input:checked~label {
    color: #ffc700;
}

element.style {}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 22px;
    color: #ccc;
    line-height: 24px;
}

.rate:not(:checked)>label::before {
    content: "ÃƒÂ¢Ã‹Å“Ã¢â‚¬Â¦ ";
}

.hotel-informationbox .hoteldate p {
    margin-bottom: 2px;
}

.filtersearch-wrapper {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #1a75bb;
    /*border-top: 3px solid #f8693e;*/
}

.filterheader {
    border-bottom: 1px solid #1a75bb;
    color: #fff;
    background: #1a75bb;
}

.filterheader .box-title {
    color: #fff;
}

.flight-details-contentbrdr {
    padding: 10px!Important;
    border: 1px solid #d7d7d7;
    margin-bottom: 5px!Important;
    cursor: pointer;
}

.flight-details-contentbrdr:hover {
    padding: 10px!Important;
    border: 1px solid #d7d7d7;
    margin-bottom: 5px!Important;
    cursor: pointer;
    background: #edbdaf;
}

.text-rightres {
    text-align: right;
}

.manage_listing_wrapper {
    padding: 10px 0;
    width: 100%;
    margin: 0;
}

.table-bordered tr th {
    background: #f5f5f5!Important;
    font-size: 13px;
}

.table-bordered tr td {
    font-size: 13px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px!important;
}


/*-packages css*/

.box-pannel {
    width: 100%;
    padding: 0px 0px 0px;
    display: block;
    overflow: hidden;
    border-bottom: solid 1px #ccc;
}

.head-text {
    font-size: 16px;
    font-weight: 300 !important;
    vertical-align: top;
    color: black!important;
    padding: 7px 0px;
    margin: 0;
}

.head-text span {
    font-size: 18px;
    font-weight: 700;
    color: var(--black-bg-color);
}

.comp-cont {
    display: block;
    padding: 0 0px;
}

.package_compare {
    margin: 0;
    display: block;
    clear: both;
    width: 100%;
}

.package_compare ul {
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    width: 100%;
}

.package_compare ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-table;
    float: inherit !important;
    vertical-align: middle !important;
}

.package_compare ul li a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #666;
    font-size: 10px;
}

.package_compare ul li .brochure-icon {
    margin: 0;
    padding: 11px 7px 11px 20px;
    border-right: 1px solid #d9d9d9;
    list-style-type: none;
    display: inline-table;
    background: url(../../images/shortlist.png) no-repeat center left;
    width: 15px;
    height: 15px;
}

.package_compare ul li .brochure-icon:hover {
    background: url(../../images/shortlist-hover.png) no-repeat center left;
}

.package_compare ul li .compare-icon {
    margin: 0 10px;
    padding: 11px 7px 11px 20px;
    list-style-type: none;
    display: inline-table;
    background: url(../../images/compare.png) no-repeat center left;
    width: 15px;
    height: 15px;
    border-right: 1px solid #d9d9d9;
}

.package_compare ul li .compare-icon:hover {
    background: url(../../images/compare-hover.png) no-repeat center left;
}

.package_compare ul li .compare-icon .active {
    background: url(../../images/compare-hover.png) no-repeat center left;
}

.package_compare ul li .quick-icon {
    margin: 0;
    padding: 11px 7px 11px 10px;
    list-style-type: none;
    display: inline-table;
    background: url(../../images/quick.png) no-repeat center left;
    width: 15px;
    height: 15px;
}

.package_compare ul li .quick-icon:hover {
    background: url(../../images/quick-hover.png) no-repeat center left;
}

.tickg {
    color: #15d415;
    font-size: 11px;
}

.packageId {
    text-align: center !important;
    padding: 5px 15px 5px 15px;
    color: #444 !important;
    font-size: 12px;
    line-height: 15px;
    width: 100%;
    cursor: pointer;
}

.packageId span.idpack {
    float: left;
    padding: 4px 0px;
    color: #777 !important;
    font-size: 11px;
    line-height: 15px;
    width: 100%;
}

.bypack {
    color: #000;
    text-decoration: underline;
}

.starpack {
    padding: 0px 0px;
    width: 100%;
    display: block;
}

.packageId-line {
    border-right: 1px solid #ddd;
}

.overview_inclusion_heading {
    margin: 0 0 2px 0 !important;
    padding: 0.5rem 1rem;
    overflow: hidden !important;
    display: block !important;
    width: 100% !important;
    font-size: 14px;
    font-weight: 300 !important;
    clear: both !important;
    background: #f9f9f9 !important;
    border: 1px solid #eee !important;
}

.overview_inclusion {
    margin: 0 0 2px 0 !important;
    padding: 0;
    overflow: hidden !important;
    display: block !important;
    width: 100% !important;
    clear: both !important;
    background: #fff !important;
    border-bottom: 1px solid #eee !important;
}

.overview_inclusion span {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.overview_inclusion ul {
    margin: 0;
    padding: 0 !important;
    display: inherit !important;
}

.overview_inclusion ul li {
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    list-style-type: none;
    color: #333;
    display: inline-block !important;
    float: inherit !important;
    border: none !important;
}

.overview_inclusion ul li a {
    margin: 0 !important;
    padding: 0.5rem 0.5rem !important;
    font-size: 10px !important;
    background: #f9f9f9;
    color: #444 !important;
    font-weight: 300 !important;
    border: 1px solid #f1f1f1;
}

.overview_itieeary {
    margin: 0 0 2px 0 !important;
    padding: 0;
    overflow: hidden !important;
    display: block !important;
    width: 100% !important;
    clear: both !important;
    padding-top: 1rem;
}

.overview_itieeary span {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.overview_itieeary ul {
    margin: 0;
    padding: 0 !important;
    display: inherit !important;
}

.overview_itieeary ul li {
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 0 !important;
    padding-right: 15px !important;
    list-style-type: none;
    color: #333;
    display: inline-table !important;
    border: none !important;
}

.overview_itieeary ul li a {
    margin: 0 !important;
    text-decoration: none;
    color: #444 !important;
    border: 0;
    outline: none;
    vertical-align: middle;
}

.overview_itieeary ul li a img {
    vertical-align: text-bottom;
    margin-right: 10px;
}

.resp-tab-content {
    border: 1px solid #fff;
    padding: 0!Important;
}

.box_list {
    margin: 0;
    padding: 0;
}

.box_list h3 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

.box_list h3 a {
    margin-top: 0;
    color: #222;
}

.box_list h3 span {
    color: #d80f0f;
}

.tabBarContent {
    width: 100%;
    float: left;
    padding: 4px 0px;
}

.tabBarContent .tabBarContentIn {
    padding: 0 0;
}

.tabBarContent .tabBarContentIn h2 {
    width: 100%;
    float: left;
    color: #d80f0f;
    font: normal 16px/14px Arial, Helvetica, sans-serif;
    padding: 4px 0px;
    margin: 0 0px;
}

.tabBarContent .tabBarContentIn h2 span {
    padding: 0px 10px;
}

.headTitle {
    font-size: 14px;
    font-weight: 700;
}

.keyInc .item {
    padding: 0 0px;
    display: inline-block;
}

.keyInc .item .keyImg {
    padding: 0 0px;
    width: 90% !important;
    text-align: center;
    padding: 5px 0px;
}

.keyInc .item img {
    padding: 0 0px;
    width: 100% !important;
    text-align: center;
    padding: 5px 0px;
}

.keyInc .item .keyImgtxt {
    padding: 0 0px;
    width: 100%;
    text-align: center;
    color: #7d7d7d;
    font: normal 12px/14px Arial, Helvetica, sans-serif;
}

.overview_itieeary {
    margin: 0 0 2px 0 !important;
    padding: 0;
    overflow: hidden !important;
    display: block !important;
    width: 100% !important;
    clear: both !important;
    padding-top: 1rem;
}

.overview_itieeary span {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.overview_itieeary ul {
    margin: 0;
    padding: 0 !important;
    display: inherit !important;
}

.overview_itieeary ul li {
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 0 !important;
    padding-right: 15px !important;
    list-style-type: none;
    color: #333;
    display: inline-table !important;
    border: none !important;
}

.overview_itieeary ul li a {
    margin: 0 !important;
    text-decoration: none;
    color: #444 !important;
    border: 0;
    outline: none;
    vertical-align: middle;
}

.overview_itieeary ul li a img {
    vertical-align: text-bottom;
    margin-right: 10px;
}

.topBarGrayBg {
    background: #fff;
    padding: 0.5rem 1rem;
    font-size: 14px;
}

.tableBox {
    float: left;
    width: 100%;
    padding: 5px 5px;
    text-align: center;
    background: #fff;
}

.tableBox table {
    width: 100%;
}

.tableBox table tr td {
    text-align: center;
    padding: 0 9px 9px 9px;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
}

.tableBox table tr .dashedline {
    background: url(../../images/dashedline.png) left bottom repeat-x;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
}

.tableBox table tr .arrowline {
    background: url(../../images/flightbigarrow.png) right bottom no-repeat;
}

.tableBox ul.activities {
    float: left;
    width: 100%;
    padding: 0 0px;
    margin: 0 0px;
    list-style: none;
    background: #fff;
}

.tableBox ul.activities li {
    float: left;
    width: 100%;
    padding: 6px 10px;
    margin: 0 0px;
    list-style: none;
    text-align: left;
    border-bottom: none;
}

.tableBox ul.activities li span.inclLi {
    color: #000000;
    padding-left: 15px;
    background: url(../../images/activitiesArrow.png) 3px 5px no-repeat;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
}

.da1 {
    background: #1a2228;
    color: #FFF;
    padding: 3px 7px;
    margin: 2px;
}

.da1-p {
    padding-left: 0px !important;
}

.sidemenu-box1 {
    padding: 15px;
    text-align: center;
    min-height: 210px;
    background-color: #f9f9f9 !important;
    margin: 0rem 0;
    overflow: hidden;
}

.cat_price_top {
    padding: 0 0 1rem 0 !important;
    margin: 0 0 1px 0;
    display: block;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9 !important;
    color: #fff;
    font-size: 12px;
    text-align: left !important;
}

.comp-contn {
    display: block;
}

.sidemenu-box1 .para-price {
    padding: 0;
    font-size: 24px !important;
    color: #444 !important;
    text-align: center;
    margin: 10px 0 5px 0;
    line-height: 24px;
}


/*element.style {}*/

.p-start-cont {
    display: none;
}

.WebRupee {
    color: #333333;
    font-size: 20px !important;
    padding-right: 5px;
}

.para-price1 {
    font-size: 11px !important;
    color: #444!important;
    text-align: center;
    margin-top: 4px;
}

.mt-2 {
    margin-top: .9rem!important;
}

.btn-p {
    padding-bottom: 0.5rem !important;
    display: block;
    width: 100%;
    overflow: hidden;
}

.btn-outline {
    background: none;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.box-packid {
    padding: 5px 10px;
    background: #f9f9f9 !important;
    border-top: 1px solid #ddd;
    display: block;
    width: 100%;
    overflow: hidden;
}

.deal-bg {
    background: url(../../images/deals-bg.png) no-repeat right center;
    padding: 7px 25px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.box-packid p {
    font-size: 12px;
    color: #444;
    padding: 1rem 0 0 0;
    margin: 0 !important;
}

.compareCount {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 33%;
    z-index: 999999;
    right: 0.5rem;
}

.compareCount .IconCompare {
    background: #1e4384;
    padding: 5px 0px;
    position: relative;
    text-align: center;
    line-height: 40px;
    color: #CCC;
    border-radius: 100px !important;
    width: 55px;
    height: 55px;
    box-shadow: 1px 0 5px #000;
    cursor: pointer;
}

.compareCount .IconCompareNumbar {
    background: #c41f25;
    padding: 5px 0px;
    position: absolute;
    text-align: center;
    line-height: 15px;
    color: #fff;
    border-radius: 100px !important;
    width: 25px;
    height: 25px;
    cursor: pointer;
    top: -15px;
    right: -10%;
}

.compareCount .IconComparetext {
    padding: 1px 5px;
    position: absolute;
    margin-top: 15px;
    left: -5px;
    text-align: center;
    font-size: 12px;
    color: #000;
    line-height: 14px;
    border-radius: 25px;
    background: #f8f8f8;
}

.compareCount {}

.compareCount li {
    list-style: none;
}

.compareCount a {
    margin: 0;
    padding: 0;
}

.compareCount a[data-bubble]:after {
    content: attr(data-bubble);
    position: absolute;
    top: 0;
    right: -0.5em;
    height: 2.0em;
    line-height: 2.0em;
    padding: 0 .66em;
    text-align: center;
    text-shadow: 0 0.063em 0 rgba(0, 0, 0, .2);
    background-color: #eee;
    color: #364652;
    box-shadow: 0 0.063em 0.063em rgba(0, 0, 0, .2);
    border-radius: 25em;
    z-index: -1;
    -webkit-transform: translateZ(0);
    /*Prevents text flicker*/
    will-change: transform;
    font-size: 16px;
}

a.gold[data-bubble]:after {
    background-color: gold;
}

.compareCount a:hover[data-bubble]:after,
.compareCount a:active[data-bubble]:after,
.compareCount a:focus[data-bubble]:after {
    -webkit-animation: ease bubbleover .4s;
    animation: ease bubbleover .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    top: -1.25em;
    /* If pseudo animation not supported [see https://css-tricks.com/transitions-and-animations-on-css-generated-content/], simple hover fallback happens*/
    z-index: 1;
}

.comparespan {
    padding: 0;
    color: #c41f25;
    margin-left: 5px;
}

.box_grid {
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    border: 1px solid #ddd;
}

.box_grid .price {
    font-weight: 500;
    color: #999;
    font-size: 1rem;
}

.box_grid .price strong {
    color: #222;
    font-size: 14px;
}

.btnxssm {
    font-size: 10px!Important;
}

.box_grid a.wish_bt {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    padding: 6px 10px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    border-radius: 3px
}

.box_grid figure small,
.box_list a.wish_bt {
    background-color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    line-height: 1
}

.box_grid a.wish_bt:after {
    content: "\e030";
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.box_grid a.wish_bt.liked:after {
    content: "\e089";
    color: #c41f25
}

.box_grid a.wish_bt:hover.liked:after {
    color: #c41f25
}

.box_grid a.wish_bt:hover:after {
    content: "\e089";
    color: #c41f25;
}

.box_grid a.share_bt {
    position: absolute;
    right: 56px;
    top: 15px;
    z-index: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    padding: 7px 10px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    border-radius: 3px
}

.box_grid figure small,
.box_list a.share_bt {
    background-color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    line-height: 1
}

.box_grid a.share_bt:after {
    content: "\e0a0";
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.box_grid a.share_bt.share:after {
    content: "\e0a0";
    color: #c41f25;
}

.box_grid a.share_bt:hover.share:after {
    color: #c41f25;
}

.box_grid a.share_bt:hover:after {
    content: "\e0a0";
    color: #c41f25;
}

.box_grid a.compare_bt {
    position: absolute;
    right: 95px;
    top: 15px;
    z-index: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    padding: 6px 10px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    border-radius: 3px
}

.box_grid figure small,
.box_list a.compare_bt {
    background-color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    line-height: 1
}

.box_grid a.compare_bt:after {
    content: "\e0ff";
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.box_grid a.compare_bt.balance:after {
    content: "\e0ff";
    color: #c41f25;
}

.box_grid a.share_bt:hover.balance:after {
    color: #c41f25;
}

.box_grid a.compare_bt:hover:after {
    content: "\e0ff";
    color: #c41f25 !important;
}

.box_grid figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    height: 210px
}

.box_grid figure b {
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    left: 15px;
    bottom: 15px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 600;
    border-radius: 3px;
    padding: 5px 10px;
    z-index: 9999;
}

.box_grid figure b:hover {
    position: absolute;
    background-color: rgba(196, 31, 37, .9);
    left: 15px;
    bottom: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    padding: 5px 10px;
    z-index: 9999;
}

.box_grid figure .active {
    position: absolute;
    background-color: rgba(196, 31, 37, .9);
    left: 15px;
    bottom: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    padding: 5px 10px;
    z-index: 9999;
}

.box_grid figure small {
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    left: 20px;
    top: 22px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 600;
    border-radius: 3px;
    padding: 7px 10px 4px
}

.box_grid figure .read_more {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2
}

.box_grid figure .read_more span {
    background-color: #fcfcfc;
    background-color: rgba(255, 255, 255, .8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #222;
    font-size: 12px;
    font-size: .75rem;
    padding: 5px 10px
}

.box_grid figure .com-ico {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0;
    text-align: center;
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
}

.box_grid figure .com-ico img {}

.list-trips {
    margin: 0;
    padding: 0;
}

.list-trips h1 {
    margin: 0;
    padding: 0;
    font-size: 24px;
}

.list-trips p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #444 !important;
    line-height: 26px;
}

.box_grid figure .v1 {
    font-weight: 700;
    font-size: 12px;
    line-height: inherit !important;
    background: none;
    margin: 0;
    padding: 0;
}

.box_grid figure .v1 ul {
    margin: 0;
    padding: 0.4rem 0.5rem;
    background: none;
    border: none;
    overflow: hidden;
}

.box_grid figure .v1 ul li {
    margin: 0;
    padding: 0 0.2rem;
    list-style-type: none;
    display: inline-table !important;
}

.box_grid figure .v1 ul li a {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-table !important;
}

.box_grid figure .v1 ul li:last-child {
    margin-right: 0;
    float: inherit;
}

.box_grid figure .v1 li a img {
    width: inherit !important;
    position: inherit !important;
    left: inherit !important;
    top: inherit !important;
    display: inline-table !important;
    right: inherit !important;
    bottom: 0px;
    -webkit-transform: translate(0%, 0%)
}

.box_grid figure .v1 span {
    color: #fef697;
    font-size: 12px;
    padding-left: 5px;
    font-style: italic;
    font-weight: 400;
}

.box_grid figure .v2 {}

.box_grid figure .com-ico span {
    background-color: #fcfcfc;
    background-color: rgba(255, 255, 255, .8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #222;
    font-size: 12px;
    font-size: .75rem;
    padding: 5px 10px
}

.box_grid figure:hover .read_more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.box_grid figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.box_grid figure a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.box_grid .wrapper {
    padding: 10px 15px;
}

.box_grid .wrapper h3 {
    font-size: 16px !important;
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 0;
}

.box_grid .wrapper h3 a {
    font-size: 1.25rem;
    margin-top: 0;
    color: #222;
}

.box_grid .wrapper h3 a:hover {
    color: #c51f25;
    text-decoration: none;
}

.box_grid .wrapper p {
    margin-bottom: 0.3rem;
    color: #c00000;
    font-size: 1rem;
}

.box_grid ul {
    padding: 15px 15px 10px 15px;
    background: #fff;
    margin-bottom: 0;
}

.box_grid ul li {
    display: inline-block;
    margin-right: 15px
}

.box_grid ul li .score {
    margin-top: 0px
}

.box_grid ul li:last-child {
    margin-right: 0;
    float: right
}

.crossIconIn {
    margin: 0;
    padding: 0;
    position: absolute;
    top: -10px;
    right: -15px;
    z-index: 9999;
}

.crossIconIn a {
    margin-top: -5px;
    width: 22px;
    height: 22px;
    float: right;
    display: inline-block;
    background: url(../../images/crosscompare.png) center center no-repeat;
    cursor: pointer;
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: block;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.bt-padding-left {
    padding-left: 0;
}

.bt-padding-right {
    padding-right: 0;
}

.pd-right {
    padding-right: 6px;
}

.countdownDiv {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--highlight-color);
    color: #fff;
    padding: 6px 12px;
    text-align: center;
    line-height: 33px;
    /*z-index: 9999;*/
    z-index: 999;
    font-size: 15px;
    font-weight: bold;
}

#slider-range {
    z-index: 9 !important;
}

.slider-range {
    z-index: 9 !important;
}


/* offer css coding 14-1-2021 12 54 pm */

.offer_para_height {
    margin-bottom: 20px !important;
}

.offerwrap {
    width: 100%;
    margin: 0;
    padding: 0;
    /* min-height: 402px; */
    min-height: 332px;
    position: relative;
}
.offerwrap .offerimage {
    height: 200px;
}
.offerwrap .offerimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.offerwrap .readmore_offer {
    margin-bottom: 10px;
}
.offerwrap1 {
    width: 100%;
    margin: 0;
    padding: 0;
    /* min-height: 402px; */
    min-height: 320px;
    position: relative;
}
.offerwrap1 .offerimage {
    height: 320px;
}
.offerwrap1 .offerimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.offerwrap1 .readmore_offer {
    margin-bottom: 10px;
}
/* .offerimage {
    padding: 0;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 256px;
    position: relative;
    z-index: 99;
    border: 1px solid #d7d7d7;
    background: #eeeeee52;
    margin-bottom: 14px;
}

.offerimage img {
    transition: all .7s ease-in-out;
    padding: 0 0px;
    position: absolute;
    max-width: 97%;
    max-height: 97%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
} */

.offer_content {
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 145px;
}

.offer_title {
    text-align: left;
    font-size: 18px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 5px 0 0px 0;
    letter-spacing: 0.3px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

.offer_paragrapgh {
    text-align: left;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin: 3px 0 0;
    line-height: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

.notification_warp {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
    margin: 0;
    position: relative;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #d7d7d7;
    /*height: 280px;*/
    height: 333px;
    overflow: hidden;
    overflow-y: auto;
}

.notification_warp ul {
    margin: 0;
    padding: 0;
}

.notification_warp ul li {
    list-style-type: none;
}

.notification_warp ul li a {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    padding: 11px 0 10px;
    border-bottom: 1px solid #ecf0f1;
    text-decoration: none;
    margin: 3px 0;
    display: block;
}

.notification_warp ul li a:hover {
    color: var(--highlight-color);
}

.notify_title {
    font-size: 18px;
    color: var(--highlight-color);
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 5px 0;
}

.notify_description {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 22px;
    /* -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    /* overflow: hidden;
    text-overflow: ellipsis; */
    display: block;
    /* display: -webkit-box; */
}

a.deals-all {
    font-size: 15px;
    color: var(--highlight-color);
    font-weight: 600;
    text-decoration: none;
}

a.deals-all:hover {
    color: var(--left-navigation_bg_color);
    font-weight: 600;
}

a.readmore_offer {
    font-size: 14px;
    color: var(--highlight-color);
    font-weight: 600;
    text-decoration: none;
    float: right;
    margin-right: 10px;
}

a.readmore_offer:hover {
    font-size: 14px;
    color: #428bca;
    font-weight: 600;
}


/* offer css coding 14-1-2021 12 54 pm */


/* header footer css coding */


/*manish css code in 18-12-2020*/

.footerlink {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.2px;
    display: block;
    text-decoration: none;
}

a.footerlink {
    text-decoration: none;
}

.footerlink:hover {
    color: #fff;
}

.footertitle {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    /*padding: 1em 0;*/
    padding: 0 0 0.2em;
}

.footer {
    background: #fff;
    padding: 20px 15px;
    float: left;
    width: 100%;
}

.footer_containerIn_ft {
    /*background: #204566;*/
    background: var(--left-navigation_bg_color);
    padding: 10px 0 10px;
    float: left;
    border-top: 1px #CBC5BA dotted;
}

.footerimage {
    padding: 1em 0;
}


/* header banner image section starts */

#bannerslider .owl-carousel.owl-drag .owl-item .item {
    height: 400px;
    overflow: hidden;
}

.ig-carousel-item-text {
    position: absolute;
    z-index: 999;
    top: 50%;
    margin: 0 auto;
    left: 55%;
    width: 70%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgb(0, 0, 0, 0.2);
    padding: 15px 20px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
}

.ig-carousel-item-text .carousel-text-wrapper .herocarousel-head {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    display: block;
    max-width: 620px;
    margin: 0 auto 11px;
    color: #fff;
}

.ig-carousel-item-text .carousel-text-wrapper .herocarousel-subhead {
    font-size: 16px;
    line-height: 24px;
    display: block;
    max-width: 620px;
    margin: 0 auto 11px;
    color: #fff;
}


/* header banner image section ends */


/* front flight rotator starts */

.exchange_transfer img {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.exchange_transfer {
    z-index: 999;
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 7px;
    left: -14px;
    line-height: 28px;
    top: 3px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    padding-top: 2px;
}

.exchange_transfer_round img {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.exchange_transfer_round {
    z-index: 999;
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 7px;
    left: -14px;
    line-height: 28px;
    top: 4px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    padding-top: 2px;
}


/*  front flight rotator ends */


/*.helpsection{background: #20456673; width: 100%; margin: 0; padding: 20px 0;}*/

.helpsection {
    background: #204566;
    width: 100%;
    margin: 0;
    padding: 20px 0;
}

.helptext_box {
    width: calc(100% - 95px);
    margin: 0 0 2px 0;
    padding: 0 0 0 0;
    float: right;
}

.helptext_title {
    font-size: 24px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    margin: 0 0 10px 0;
}

.helpsmalltext {
    font-size: 16px;
    font-weight: 500;
    line-height: 10px;
    color: #fff;
}

.helpmessage_box {
    width: 100%;
    background: rgb(0, 0, 0, 0.5);
    height: auto;
    margin: auto;
    padding: 20px;
    width: 80%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.helpmessage_heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
}

.helpmessage_subtitle {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
}

.helpmessage_subtitle a {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
}

.helpmessage_subtitle a:hover {
    color: var(--highlight-color);
}

.mt_bottom {
    margin-bottom: 15px;
}

.helptext_box_width100 {
    width: 100%;
}

.helptext_box2 {
    width: calc(100% - 0px);
    margin: 0 0 2px 0;
    padding: 0 0 0 0;
    float: left;
}


/*navigation css coding in 19-12-2020*/

.pofile_size_handle {
    width: 35px;
    height: 35px;
    margin: 0 0 0 5px;
    border-radius: 50%;
}

.gtxadd-funds {
    color: var(--black-bg-color);
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 15px;
    font-size: 11px;
}

.wallet-balance {
    margin: 10px 12px 0 0;
    text-align: right;
    line-height: 29px;
    font-size: 14px;
    float: right;
    color: #0B1D45;
    width: 260px;
    position: relative;
    font-weight: 500;
    padding-top: 0;
    border-right: 1px solid #e6e6e6;
    padding-right: 15px;
    padding-bottom: 12px;
}

.wallet-dues {
    margin: 10px 12px 0 0;
    text-align: right;
    line-height: 20px;
    font-size: 14px;
    float: right;
    color: #0B1D45;
    width: 200px;
    position: relative;
    font-weight: 500;
    padding-top: 0;
    border-right: 1px solid #e6e6e6;
    padding-right: 15px;
    padding-bottom: 0px;
}


/*navigation css coding in 19-12-2020*/

.white_text_1 {
    color: #fff;
    margin: 0;
}


/*manish css code in 18-12-2020*/

a.signup,
.signup {
    font-family: 'Helvetica';
    padding: 8px 0;
    border-radius: 30px;
    border: 2px solid var(--highlight-color);
    font-size: 16px;
    /*color: var(--highlight-color) !important;*/  /*changingin woidays*/
    color: var(--highlight-color);
    background-color: #fff;
    cursor: pointer;
    background-image: none !important;
    float: left;
    width: 46%;
    text-align: center;
}

a.signup:hover,
.signup:hover {
    color: #fff !important;
    background-color: var(--highlight-color);
    text-decoration: none;
}

a.signup:focus,
.signup:focus {
    color: #fff !important;
    background-color: var(--highlight-color);
    outline: none;
    text-decoration: none;
}

a.login-btn-box,
.login-btn-box {
    padding: 8px 0;
    font-family: 'Helvetica';
    border-radius: 30px;
    border: 2px solid var(--highlight-color);
    font-size: 16px;
    color: #fff;
    background-color: var(--highlight-color);
    cursor: pointer;
    background-image: none !important;
    float: right;
    width: 46% !important;
    text-align: center;
}

a.login-btn-box:focus,
.login-btn-box:focus {
    outline: none;
}

a.forgetpassword {
    color: var(--forgot-text-colour);
    font-family: 'Helvetica';
    font-size: 15px;
    text-decoration: none;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

a.forgetpassword:hover {
    color: var(--forgot-text-colourhover);
}

a.forgetpassword:focus {
    color: var(--forgot-text-colourhover);
}

.login-box .radio-inline {
    padding-left: 9px;
    padding-top: 0;
}


/* .salutation{} */

.login-box .login-form select {
    background: #ffffff;
    border: 0px;
    border-bottom: 3px solid #E9E9F0;
    color: var(--primary-font-color);
    padding: 6px 0px;
    font-size: 16px;
}

.login_exit {
    padding: 5px 0 !important;
    margin-bottom: 10px;
}

a.modifybtn {
    color: #fff
}

.search_center {
    text-align: center;
}

.search_center span {
    margin: 0 10px;
}

.search_center .searchinfo {
    float: left;
}

.loop_datenext .owl-prev {
    position: absolute;
    left: 0;
    top: -4px;
}

.loop_datenext .owl-next {
    position: absolute;
    right: 0;
    top: -4px;
}

.loop_datenext .owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #1a75bb;
    text-decoration: none;
}

.loop_datenext .owl-prev :focus {
    outline: none;
}


/* horizental scrollbar css code */

.box-outer {
    /*width: 92%;*/
    width: 95%;
    height: 3rem;
    position: relative;
    /* margin-bottom: 10px; */
    /*margin: auto auto 10px;*/
    margin: auto auto 15px;
}

.arrow-left {
    position: absolute;
    width: 1.5rem;
    height: 2rem;
    top: 1.10rem;
    left: -2rem;
    z-index: 999;
    /*background-color: #fff;*/
    border: 0px solid black;
    cursor: pointer;
}

.arrow-right {
    position: absolute;
    width: 1.5rem;
    height: 2rem;
    top: 1.1rem;
    right: -2rem;
    z-index: 999;
    /*background-color: #fff;*/
    border: 0px solid black;
    text-align: right;
    cursor: pointer;
}

.box-inner {
    width: 100%;
    height: 4.3rem;
    position: absolute;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: hidden;
}

.box-inner2 {
    width: 100%;
    height: 4.3rem;
    position: absolute;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: hidden;
}

.box-inner23 {
    width: 100%;
    height: 4.3rem;
    position: absolute;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: hidden;
}

.thumb {
    height: 4.3rem;
    width: 80px;
    background-color: #fff;
    border: 0px solid black;
    display: inline-block;
    line-height: 16px;
    border-right: 1px solid #e3dfd8;
}

a.social_text {
    color: #d2d2d2;
    font-size: 15px;
    margin: 0 5px;
    text-decoration: none;
}

a.social_text:hover {
    color: #fff;
}

a.social_text:focus {
    color: #fff;
}

.label-light-blue1 {
    background-color: #204566;
}

a.relationship_text {
    color: var(--primary-font-color);
    font-size: 14px;
    text-decoration: none;
}

.relation_textalign {
    width: 55px;
    float: left;
}

.b2b_margin {
    margin: 20px 0 0;
}

.b2b_advantage {
    width: 100%;
    margin: 0;
    padding: 17px 0 15px;
    /*background: #fff;*/
    background: var(--highlight-color);
    color: #fff;
}

.b2b_advantage_title {
    font-size: 24px;
    font-weight: 600;
    margin: 6px 0 25px;
    text-align: center;
}

.advantage_wrap {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 12px;
    background: #fff;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -o-border-radius: 12px;
    text-align: center;
    /* box-shadow: 1px 1px 3px 2px #2f2f2f36;
    -moz-box-shadow: 1px 1px 3px 2px #2f2f2f36;
    -o-box-shadow: 1px 1px 3px 2px #2f2f2f36;
    -webkit-box-shadow: 1px 1px 3px 2px #2f2f2f36;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-height: 179px;
}

.advantage_wrap img {
    height: 80px;
    /* background: var(--advantages_circlebg_color);
    border-radius: 100%;
    padding: 14px; */
}

.advantage_title {
    font-size: 14px;
    color: var(--highlight-color);
    font-weight: 600;
    margin: 5px 0;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

.advantage_description {
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0 0;
    height: 80px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    color: var(--paragraph-text-color);
}

.wallet_due_left_txt {
    font-weight: normal;
    font-size: 16px;
    color: var(--highlight-color);
    padding-left: 3%;
}


/*.right_sidealign{float: right; width: 70%;}*/

.right_sidealign {
    float: right;
    width: 100% !important;
}

.left_sidealign {
    float: left;
}

.multicity_radio_width1 {
    width: calc(100% - 190px);
    padding-left: 0 !important;
    float: right;
    /*width: 78%;*/
    /*width: 83%;*/
    margin-right: 14px;
    cursor: default;
    line-height: 32px;
}

@media (min-width:993px) and (max-width:1179px) {
    .offerwrap {
        width: 100%;
        margin: 0;
        padding: 0;
        min-height: 300px;
    }
    .multicity_radio_width1 {
        width: calc(100% - 131px);
        padding-left: 0 !important;
        float: right;
        /*width: 78%;*/
        /*width: 83%;*/
        margin-right: 14px;
        cursor: default;
        line-height: 32px;
    }
}

@media(max-width:992px) {
    .offerwrap {
        width: 100%;
        margin: 0;
        padding: 0 0 14px 0;
        /* min-height: 402px; */
        min-height: 332px;
    }
    /*10th june start*/
    /*.onewayinfoicon {
    margin: -0;
    position: absolute;
    top: -30px;
    left: 70px;
}*/
    .onewayinfoicon {
        margin: -0;
        position: relative;
        top: -3px;
        left: 0;
    }
    .roundpricetxt {
        width: 100%;
        display: block;
    }
    .infonewcls {
        top: 21px;
        left: 50px;
    }
    .collpase-infonewcls {
        top: 20px;
        left: 50px;
    }
    .round-icno-iconcls {
        position: absolute;
        top: -25px;
        left: 20px;
    }
    .roundcontent-cls {
        width: 100% !important;
        line-height: 16px;
        padding-left: 5px !important;
    }
    .roundcheckmark {
        top: 0 !important;
    }
    .flight_search_list_international .multicity_radio_button {
        padding-left: 5px;
    }
    /*10th june ends*/
    .customgst input[type="checkbox"]:checked+label::after {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        top: 70%;
        left: 10px;
    }
    .customgst label {
        position: relative;
        display: inline-block;
        padding: 6px 3px 0px 28px;
        cursor: pointer;
        color: #2C3E50;
        font-size: 13px;
        line-height: 20px;
        font-weight: bold;
    }
    .box-inner23 {
        width: 96%;
        height: 4.3rem;
        position: absolute;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: hidden;
    }
    .gtxadd-funds {
        color: var(--highlight-color);
        cursor: pointer;
        position: absolute;
        top: 18px;
        right: 0px;
        font-size: 11px;
    }
    .wallet_due_left_txt {
        font-weight: normal;
        font-size: 16px;
        color: var(--highlight-color);
        padding-left: 0;
    }
    .b2b_margin {
        margin: 0px 0 6px;
    }
    .newswrapper_bg {
        background: #f0f3f7;
        position: relative;
        display: block;
        /*padding: 33px 25px;*/
        padding: 26px 15px 20px;
        min-height: auto;
    }
    .login-content h1{margin-top: 5px;}
    .arrow-left {
        position: absolute;
        width: 1.5rem;
        height: 2rem;
        top: 0.49rem;
        left: -17px;
        z-index: 1;
        background-color: #fff;
        border: 0px solid black;
        cursor: pointer;
    }
    .arrow-right {
        position: absolute;
        width: 1.5rem;
        height: 2rem;
        top: 0.49rem;
        right: -17px;
        z-index: 1;
        background-color: #fff;
        border: 0px solid black;
        text-align: right;
        cursor: pointer;
    }
    .thumb {
        height: 4.3rem;
        /*width: 84px;*/
        width: 68px;
        background-color: #fff;
        border: 0px solid black;
        display: inline-block;
        line-height: 16px;
        border-right: 1px solid #e3dfd8;
    }
}


/* horizental scrollbar css code */

.signup_bg {
    background: #f0f3f7;
}

.whitebg {
    background: #fff;
    min-height: 500px;
    padding-bottom: 14px;
}

#Registrationbox h1 {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 2px;
}

#Registrationbox p {
    font-size: 16px;
    color: #000;
    text-align: left;
    margin: 0;
}

.captcha_width_bx {
    float: left;
    width: auto !important;
    margin-right: 5px;
}

.captcha_width_bx2 {
    width: calc(100% - 123px) !important;
    margin-left: 10px;
}

#ckb1 {
    padding-top: 0;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

.label-checkbox100 {
    max-width: calc(100% - 28px);
}

@media (min-width:1421px) and (max-width:1480px) {
    a.signup,
    .signup {
        font-family: 'Helvetica';
        padding: 8px 0;
        border-radius: 30px;
        border: 2px solid var(--highlight-color);
        font-size: 16px;
        color: var(--highlight-color) !important;
        background-color: #fff;
        cursor: pointer;
        background-image: none !important;
        float: left;
        width: 49%;
        text-align: center;
    }
}

@media (min-width:1200px) and (max-width:1420px) {
    a.signup,
    .signup {
        font-family: 'Helvetica';
        padding: 8px 0;
        border-radius: 30px;
        border: 2px solid var(--highlight-color);
        font-size: 15px;
        color: var(--highlight-color);
        background-color: #fff;
        cursor: pointer;
        background-image: none !important;
        float: left;
        width: 49%;
        text-align: center;
    }
    a.login-btn-box,
    .login-btn-box {
        padding: 7px 0;
        font-family: 'Helvetica';
        border-radius: 30px;
        border: 2px solid var(--highlight-color);
        font-size: 15px;
        color: #fff;
        background-color: var(--highlight-color);
        cursor: pointer;
        background-image: none !important;
        float: right;
        width: 46% !important;
        text-align: center;
    }
}

@media (min-width:1024px) and (max-width:1179px) {
    a.signup,
    .signup {
        font-family: 'Helvetica';
        padding: 8px 0;
        border-radius: 30px;
        border: 2px solid var(--highlight-color);
        font-size: 14px;
        color: var(--highlight-color);
        background-color: #fff;
        cursor: pointer;
        background-image: none !important;
        float: left;
        width: 49%;
        text-align: center;
    }
    a.login-btn-box,
    .login-btn-box {
        padding: 7px 0;
        font-family: 'Helvetica';
        border-radius: 30px;
        border: 2px solid var(--highlight-color);
        font-size: 14px;
        color: #fff;
        background-color: var(--highlight-color);
        cursor: pointer;
        background-image: none !important;
        float: right;
        width: 46% !important;
        text-align: center;
    }
}

@media (min-width:993px) and (max-width:1023px) {
    a.signup,
    .signup {
        font-family: 'Helvetica';
        padding: 8px 0;
        border-radius: 30px;
        border: 2px solid var(--highlight-color);
        font-size: 14px;
        color: var(--highlight-color);
        background-color: #fff;
        cursor: pointer;
        background-image: none !important;
        float: left;
        width: 49%;
        text-align: center;
    }
    a.login-btn-box,
    .login-btn-box {
        padding: 7px 0;
        font-family: 'Helvetica';
        border-radius: 30px;
        border: 2px solid var(--highlight-color);
        font-size: 14px;
        color: #fff;
        background-color: var(--highlight-color);
        cursor: pointer;
        background-image: none !important;
        float: right;
        width: 46% !important;
        text-align: center;
    }
}

.flightbooking-list .dropdown-menu {
    position: absolute;
    left: auto;
    top: 100%;
    right: 16px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#left-navigation.active ul.mainNav li a i.fa-caret-up {
    display: none;
}

#slide_amount {
    margin-bottom: 6px;
    font-size: 13px;
}

#slide_amount .rightprice {
    float: right;
}

.slide_amount .rightprice {
    float: right;
}

.slider-range {
    width: 96%;
    margin-bottom: 10px;
    margin: auto;
    z-index: 99 !important;
    background: #ccc;
    border: none !important;
    max-height: inherit !important;
    overflow: inherit !important;
    overflow-y: inherit !important;
    min-height: inherit !important;
}

#slider-range {
    width: 96%;
    margin-bottom: 10px;
    margin: auto;
    z-index: 1 !important;
    background: #ccc;
    border: none !important;
    max-height: inherit;
    overflow: inherit;
    overflow-y: inherit;
    min-height: inherit;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    background: var(--price-rangbar-bg-color);
    display: block;
    border: 0;
    background-position: 0 0;
}

.slider-range span.ui-slider-handle {
    border: 2px solid #cccccc !important;
    background: #fff !important;
    font-weight: normal;
    color: #2C3E50;
    outline: none;
    cursor: pointer;
    border-radius: 100%;
}


/*.ladda-button{color: #fff;*/


/*background-color: var(--searchshareproposal_colorbtn);*/


/*border-color: var(--searchshareproposal_colorbtn);*/


/*}*/


/*.ladda-button:hover, .ladda-button:focus, .ladda-button:active, .ladda-button.active, .open>.dropdown-toggle.ladda-button {*/


/*color: #fff;*/


/*background-color: var(--searchshareproposal_colorbtnhover);*/


/*border-color: var(--searchshareproposal_colorbtnhover);*/


/*}*/

.multicity_radio_button_wdth {
    width: 28%;
    float: left;
}

.fltnone {
    float: none !important;
    margin: 0 5px 0px 8px !important;
}

.flight_date {
    padding-left: 20px !important;
}

.flight_namewdth {
    width: 95px;
    text-align: center;
    padding-left: 41px !important;
}

.price_text_2 {
    float: right;
    padding-left: 21px;
    margin-right: 15px;
}

.selectarrow2 {
    top: 6px !important;
    width: 25px !important;
    height: 25px !important;
    position: relative;
    border: 0px solid #7f8c8d !important;
    background-color: transparent !important;
}

.comision_checkbox input:checked+.selectarrow2:after {
    background: url("../images/flightshare1_after.svg") no-repeat right;
    transform: translate(-50%, -50%) rotate(-0deg);
}

.selectarrow2:after {
    content: "";
    width: 25px !important;
    height: 25px !important;
    background: url("../images/flightshare.svg") no-repeat right;
    top: 0;
    /*right: 9px;*/
    right: 0px;
    position: absolute;
    display: inline-block;
    border-left: 0px solid white !important;
    border-bottom: 0px solid white !important;
}

.goalign {
    margin: 25px 0 0;
    padding: 7px 16px;
}

.series_farewrap {
    width: 100%;
    /* margin: 0 0 15px 0; */
    margin: 0;
    cursor: pointer;
    font-size: 17px;
}

.seriescity {
    color: #000;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin: 3px 0 0;
    line-height: 20px;
}

.priceseries {
    color: var(--priceseries_bg_color);
    font-size: 15px;
}

.priceseries2 {
    font-size: 12px !important;
}

.priceseries_prcetxt {
    font-size: 18px !important;
}

.dashseries {
    line-height: 2px !important;
}

.fltdate_aln {
    margin: 6px 0 0;
    font-size: 13px !important;
}

.price_text_singlealign {
    margin-right: 0 !important;
}

.price_text_align {
    float: right;
    margin-right: 30px;
    padding-top: 1px;
}

.economy-text-aliignrgt {
    text-align: left;
}

.economy-text-roundaliign {
    text-align: right !important;
    padding-right: 24px !important;
}

.flightnme_txtlft {
    text-align: left;
    margin-left: 5px;
    float: left;
    padding-left: 0 !important;
}

.commision_rghtal1 {
    float: right;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    background: #f0f3f8;
    color: #333333;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    border: 1px solid transparent;
}

@media(max-width:992px) {
    .review_book_right_0 {
        padding-right: 0 !important;
    }
    .savedtraveller_mb .savedtraveller_title {
        min-width: 100% !important;
        ;
    }
    .savedtraveller_mb .adult_listtitle {
        margin: 5px 0 0 0 !important;
    }
    .customgst_savedlist label {
        padding: 2px 3px 0px 15px;
    }
    .PreferredAirlineDiv {
        clear: both;
    }
    /*.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {*/
    /*margin-top: 3px;*/
    /*}*/
    .price_text_align {
        /*float: left;*/
        float: right;
        margin: 0px 30px 3px 0px;
        font-size: 12px;
        padding-right: 10px;
        line-height: 20px;
    }
    .multicity_radio_button {
        display: inline-block;
        padding-left: 1px;
        position: relative;
        cursor: pointer;
        user-select: none;
        color: #2C3E50;
        font-size: 16px;
        text-align: left;
        margin-bottom: 0px;
        padding-bottom: 3px;
        padding-top: 2px;
        width: 100%;
    }
    .right_sidealign {
        float: right;
        width: 100%;
    }
    .modifybtn {
        margin: 14px 0;
    }
    .search_center span {
        margin: 0;
        width: 100%;
        font-size: 14px;
        /*text-align: left;*/
    }
    .search_center .searchinfo {
        float: left;
        font-size: 14px;
        width: 100%;
        /*text-align: left;*/
    }
    .multicity_radio_width1 {
        /*width: calc(100% - 151px);*/
        /*width: calc(100% - 136px);*/
                width: calc(100% - 170px);
        
        padding-left: 0 !important;
        float: right;
        /*margin-right: 14px;*/
        margin-right: 0px;
    }
    .mobile_scrolling {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding-bottom: 5px;
        padding-left: 5px;
    }
    /*.mobile_scrolling span, .mobile_scrolling a, .mobile_scrolling label{ float: none !important;  display: inline-block;}*/
    .mobile_scrolling span {
        float: none !important;
        display: inline-block;
    }
    .label-checkbox100 {
        font-size: 13px;
        width: auto;
        max-width: 90% !important;
    }
    .footer_container {
        width: 100%;
    }
    .gtxwallet_mobilehide {
        display: none;
    }
    .mobile-profile {
        position: absolute;
        left: -7px;
        top: 10px;
    }
    .navigation a h1 {
        line-height: 37px;
        font-size: 22px;
    }
    .navigation a h1 img {
        height: 35px;
    }
    .phone-nav-box {
        background: #fff;
        text-align: right;
        position: absolute;
        left: 14px;
        top: 51px;
        z-index: 999;
    }
    .helptext_box {
        width: calc(100% - 0px);
        margin: 0;
        padding: 0px 0 18px 0;
        float: left;
    }
    .helpmessage_box {
        width: 100%;
        background: rgb(0, 0, 0, 0.5);
        height: auto;
        margin: auto;
        padding: 20px;
        width: 100%;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }
    .helpmessage_subtitle {
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        color: #fff;
        text-decoration: none;
        margin: 0 0 5px;
    }
    .footertitle {
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 1px;
        color: #fff;
        text-transform: uppercase;
        padding: 1em 0 0.5em;
        margin-bottom: 0;
        margin-top: 0;
    }
    .dashboardyxt {
        padding: 0 0px;
        margin: 0px 0 10px 0;
        font-size: 17px;
    }
    .notify_title {
        font-size: 14px;
        color: var(--highlight-color);
        font-weight: 600;
        line-height: 22px;
        margin: 0 0 5px 0;
    }
}


/* header footer css coding */

.PreferredAirlineDiv label,
.airlinebxdiv label {
    display: block;
}

.PreferredAirlineDiv .btn-group,
.airlinebxdiv .btn-group {
    width: 100%;
}


/*.PreferredAirlineDiv .btn-group{width:100%;}*/

.PreferredAirlineDiv .btn-group .multiselect,
.airlinebxdiv .btn-group .multiselect {
    width: 100%;
    text-align: left;
}

.PreferredAirlineDiv .btn-group .multiselect:after,
.airlinebxdiv .btn-group .multiselect:after {
    width: 17px;
    content: "";
    background-image: url(../images/selectdropdown.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 2px;
    top: 10px;
    height: 11px;
    border-top: .3em transparent;
}

.PreferredAirlineDiv .btn .caret,
.airlinebxdiv .btn .caret {
    float: right;
    margin: 9px 0 0;
    display: none;
}

.dropdownshow_info {
    cursor: pointer;
}


/*check box popup css coding in 05-08-2020*/

.checkbox_popup input {
    display: none;
}

.checkbox_popup {
    display: inline-block;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    user-select: none;
    font-family: arial;
    font-size: 15px;
    color: #000;
    font-weight: normal;
    line-height: 26px;
    /* width: 65%; */
    width: 88%;
    margin-bottom: 12px;
}

.checkbox_popup .checkmark {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 3px;
    border: 2px solid #0076CA;
    border-radius: 4px;
}

.checkbox_popup input:checked+.checkmark {
    background-color: #fff;
    border: 2px solid #0076ca;
}

.checkbox_popup input:indeterminate+.checkmark {
    background-color: #fff;
    border: 2px solid #0076ca;
}

.checkbox_popup input:checked+.checkmark:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 11px;
    border-left: 2px solid #0076ca;
    border-bottom: 2px solid #0076ca;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.checkbox_popup input:checked:disabled+.checkmark {
    border: 1px solid grey;
    background-color: grey;
}

.checkbox_popup input:disabled+.checkmark {
    border: 1px solid grey;
}

.checkbox_popup input:indeterminate+.checkmark:after {
    content: "";
    position: absolute;
    height: 0px;
    width: 11px;
    border-left: 2px solid #FF4906;
    border-bottom: 2px solid #FF4906;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}


/*check box popup css coding in 05-08-2020*/

.wallet_align {
    float: right;
}

.flight_search_list_details .fligt_logo img {
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 5px;
}

.customgst_savedlist input {
    margin: 14px 0 0;
    float: left;
    width: 18px;
    height: 18px;
}

.continue_btn_lft1 {
    float: right;
    padding: 8px 28px;
}

.checkin-list {
    width: 50%;
    float: left;
}

.checkinkg1 {
    margin-left: 4px;
    font-weight: 600;
}

.checkinwidth {
    width: auto;
    margin-right: 5px;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
    z-index: 9999999999 !important;
    max-height: 270px;
    overflow: hidden;
    overflow-y: auto;
    /*min-height: auto;*/
}


/*#slider-range>.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
    z-index: 9999999999 !important;
    max-height: auto !important;
    overflow: visible !important;
    overflow-y: visible !important;
}*/

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
    outline: none;
}


/*calander css code 12-2-2021 1128am*/

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: var(--highlight-color);
    box-shadow: var(--highlight-color) 0px 1px 3px 0px inset;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    text-align: center;
    background: #fff;
    border: 0px solid #DDDDDD;
    color: #252525;
    font-size: 12px;
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
    cursor: pointer;
    height: 28px;
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding-right: 0px;
    padding-top: 3px;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #fff;
    background: var(--today-date-color);
    box-shadow: var(--today-date-color) 0px 1px 3px 0px inset;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #fff;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #fff;
    background: var(--month-optrionhover-color);
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    /*background: #33AAFF;*/
    background: var(--currentmonth-optrion-color);
    box-shadow: #178fe5 0px 1px 3px 0px inset;
    color: #fff;
    font-weight: 700;
}


/*calander css code 12-2-2021 1128am*/

.left_sidealign .comision_checkbox {
    margin: 0px 0 0 0;
}

.fare_pointer {
    cursor: pointer;
}

.seatmapModal {
    float: right;
}

.seatcenter {
    text-align: center;
}

#remarks {
    width: 50%;
}

.seatmapModal {
    float: right;
}

.seatcenter {
    text-align: center;
}

#remarks {
    width: 50%;
}

.dashboard_close {
    position: absolute;
    right: 11px;
    top: 6px;
    color: #fff;
    font-size: 16px;
    display: none;
    z-index: 9999999;
}

.lable_block {
    display: block;
}

.width_100 {
    width: 100%;
}

.staff_right {
    float: right;
}

.grey_button {
    color: #000 !important;
    background-color: #cccccc !important;
    border-color: #d8d8d8 !important;
}

.panel_prmmargin_btm {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: visible;
    }
}

#offerpopup #modelbodyds {
    overflow: hidden;
    overflow-y: auto;
    min-height: auto;
    max-height: 330px;
}

.ticket_info_text {
    font-weight: normal !important;
    margin-bottom: 10px !important;
}

a#savedtraveller {
    color: var(--highlight-color);
}

a#savedtraveller:hover {
    color: var(--action_text_colorhover);
}

.pnr_right_tickets {
    float: right;
    width: auto;
}

.babage_alignwidth {
    float: left;
    width: 56%;
    display: inline-block;
}

.serieis_align {
    margin-left: 0px !important;
}

.cancellation_textsm {
    color: #444;
    display: block;
    padding: 10px 0;
    position: relative;
    font-weight: bold;
    font-size: 13px;
}

.getcancel_alignbtn {
    margin-bottom: 0px;
    margin-top: 8px;
}

.amendment_checkbx_align label::after {
    margin-top: -3px;
    top: 78% !important;
}

.amendment_checkbx_alignflight label::after {
    margin-top: -3px;
    top: 78% !important;
}

.customgst label {
    padding: 0px 3px 0px 28px;
}

.baggage_wrap_amendment {
    line-height: 19px;
    margin-bottom: 8px;
}

#EticketEmail {
    margin-bottom: 10px;
}

.ledger_left {
    float: left;
    margin: 6px 0 0;
    display: inline-block;
}

.ledger_padding_btm4 {
    padding-bottom: 4px;
}

.panel-title>a {
    color: inherit;
    display: block;
}

.tablemgt12 {
    margin-bottom: 0px !important;
}

.pagination_padding1 {
    margin: 0px 0 4px;
}

.reachus_wrapper {
    background: var(--reachus-background-color);
    padding: 40px;
    min-height: 450px;
}

.reachus_wrapper>h4,
.reachus_wrapper>span,
.reachus_wrapper>span>a {
    color: var(--reachus-text-color);
    text-decoration: none;
}

.reachus_wrapper>span>a:hover {
    color: var(--reachus-text-color-hover);
}

.reachus_wrapper ul {
    margin: 0;
    padding: 0;
}

.reachus_wrapper ul li {
    list-style-type: none;
    margin-bottom: 30px;
}

.reachus_wrapper ul li a:hover {
    color: #e0dede;
}

.reachus_wrapper ul li h4 {
    font-size: 15px;
}

.reachustext {
    font-size: 25px;
}

.iframe_wrap {
    border: 1px solid #d7d7d7;
    padding: 20px;
    margin: 25px 0 0;
}

.iframe_wrapbox {
    width: 100%;
    height: 400px;
}

.add_top_30 {
    text-align: right;
}

.btn_1 {
    color: #fff;
    background-color: var(--formearch-btn-colour);
    border-color: var(--formearch-btn-colour);
}

.btn_1:hover {
    color: #f2f2f2;
}

.white_text {
    color: #fff;
}

.expires_date {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    color: #737171;
}

.blogbtn {
    padding: 3px 10px;
    /* margin: 0 0 1px 10px; */
    margin: 0 0 1px 0;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.width-auto {
    width: 100% !important;
}


/*panel_paddingalignmb*/


/*package css  start*/

.destination_box {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    border: 1px solid #d7d7d7;
}

.destination_box a {}

.destination_box a .destination_image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.destination_box a .destination_image img {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.destination_box a .destinationtitle {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 18px 20px 18px;
    color: #fff;
    left: 0;
    bottom: 0;
    background: 0 0;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    text-align: center;
    box-shadow: 0 0 0 #000;
    -moz-box-shadow: 0 0 0 #000;
    -webkit-box-shadow: 0 0 0 #000;
    -o-box-shadow: 0 0 0 #000;
    color: #fff;
    font-size: 19px;
}

.destination_box a .viewdeatilsdest {
    position: absolute;
    top: 40%;
    left: 0;
    margin-top: -12px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2;
    display: inline-block;
    color: #222;
    font-size: 12px;
    font-size: .75rem;
    padding: 5px 10px;
}

.destination_box:hover a .viewdeatilsdest {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.destination_box a .viewdeatilsdest span {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    display: inline-block;
    color: #222;
    font-size: 12px;
    padding: 5px 10px;
}

.dashboardyxtsize {
    font-size: 20px;
}

.tous_wrapper {
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    border: 1px solid #d7d7d7;
    margin: 0 0 30px 0;
}

.toursimage {
    width: 100%;
    margin: 0 0 15px 0;
    height:200px;
}

a.getquote_btn {
    font-size: 12px;
    color: #FFF;
    margin: 0;
    padding: 8px 12px;
    font-weight: normal;
    text-decoration: none;
    background: var(--highlight-color);
    white-space: nowrap;
    display: inline-block;
    margin-top: 0;
    float: right;
}

.tourdays {
    font-size: 13px;
    margin: 17px 0 0em 0;
}

.tourtitle {
    font-size: 1em;
    margin: 0 0 .25em 0;
    font-weight: bold;
    height: 22px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    width: 100%;
}

.tourtitle a {
    color: var(--black-bg-color);
}

.price_textwrap {
    float: left;
}

.pricetext111 {
    color: var(--primary-font-color);
    font-size: 20px;
    font-weight: bold;
}

.footerbox {
    display: block;
}


/*package css  end*/


/*package deatils css  start*/


/*package tabbing css ends*/

.overview_box {
    width: 100%;
    margin: 20px 0;
    padding: 15px;
    box-shadow: 0 1px 6px 1px rgb(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 6px 1px rgb(0, 0, 0, .15);
    -o-box-shadow: 0 1px 6px 1px rgb(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 6px 1px rgb(0, 0, 0, .15);
}

.overview_title {
    position: relative;
    font-size: 21px;
    margin: 0 0 14px;
    color: var(--primary-font-color);
    font-weight: bold;
    line-height: 1.42857;
}


/* .overview_title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 50px;
    border-bottom: 2px solid #e10098;
} */

.overview_description {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #000000;
    display: block;
}

.readmore {
    color: #005eb8;
    margin-bottom: 10px;
    display: block;
    text-align: right;
    font-size: 15px;
}

.readmore:hover {
    color: #000000;
}


/* itenary css code */

.dt-title {
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-font-color);
    border-bottom: 2px solid var(--primary-font-color);
    margin-bottom: 16px;
    padding: 6px 0 10px 0;
}

.dt-price {
    font-size: 16px;
    margin-top: 10px;
}

.dt-rt p {
    font-size: 14px;
    margin-top: 10px;
}

.dt-price span {
    color: #9c9696;
}

.dt-box-1 {
    padding: 20px;
    border-radius: 14px;
}


/* .dt-img{height:170px;} */

.dt-img img {
    border-radius: 14px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.dt-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: var(--blue_color);
}

.dt-details {
    font-size: 18px;
    margin-top: 10px;
}

.dt-details ul li {
    font-size: 14px;
    line-height: 23px;
}

.dt-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 5px 0;
}

.dt-list-item {
    list-style-type: none;
    padding-left: 0;
}

.dt-list-item li {
    display: inline-block;
    position: relative;
    padding-right: 7px;
    font-size: 18px;
    color: var(--black_color);
}

.dt-list-item li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background: var(--black_color);
    right: 0;
    top: 4px;
}

.dt-list-item li a {
    color: var(--black_color);
}

.facilities-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 10px;
}

.facilities-list li {
    display: inline-block;
    margin-right: 14px;
}

.faci-innerlist {
    padding-left: 0;
}

.faci-innerlist img {
    width: 30px;
    margin-top: -3px;
    margin-bottom: 3px;
}

.faci-innerlist strong {
    font-size: 13px;
}

.faci-innerlist .greentxt {
    color: #000000;
    font-size: 13px;
}

.detail-sec {
    padding: 30px 30px;
}

.greytxt {
    color: #e0dbdb;
}

.grey-sub {
    font-size: 15px;
}

.dt-box-2 {
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 14px;
    position: relative;
}

.dt-box-2-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.dt-box-2-list li {
    display: inline-block;
}

.dt-2-txt {
    font-size: 17px;
    break-after: column;
    max-width: 288px;
    width: 100%;
    color: #000000;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

.dt-2-txt strong {
    color: var(--blue_color);
    margin-left: 10px;
    word-break: break-all;
}

.mt-5 {
    margin: 5px 0 0;
}

.plus-bg i {
    margin-right: 22px;
    border-radius: 100%;
    color: var(--blue_color);
    width: 40px;
    background: #ffffff;
    text-align: center;
    border: 2px solid;
    float: right;
    height: 40px;
    line-height: 40px;
}

.dt-2-btn {
    background: #fff;
    font-weight: 600;
    float: right;
    color: #00c1d5;
    border-radius: 4px;
    padding: 7px 12px;
    border: none;
    font-size: 14px !important;
}

.dt-2-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #00c1d5;
}

.textleft {
    text-align: left !important;
}

.beachtitle {
    color: var(--blue_color);
    font-size: 19px;
    margin: 0 0 3px 0;
    display: block;
}

.fl-img-new {
    min-height: 120px;
    height: 120px;
    overflow: hidden;
}

.fl-img-box .share-btn {
    position: relative;
    transform: translate(0, 0);
    float: left;
    margin: 14px 0 0 0;
}

a.view-btn {
    border: 2px solid var(--highlight-color);
    background-color: var(--text-color-white);
    padding: 6px 12px;
    font-size: 14px;
    color: var(--highlight-color);
    font-weight: 400;
    text-align: center;
    display: inline-block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a.view-btn:hover {
    background-color: var(--highlight-color);
    color: var(--text-color-white);
}

a.estimate-btn {
    background: #005eb8;
    color: #fff;
    border: 2px solid #005eb8;
    border-radius: 25px;
    padding: 7px 14px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    font-weight: 500;
}

.list-detail {
    max-width: 500px;
    width: 100%;
}

.fl-img-box .list-detail {
    margin-top: 0;
}

.room-name {
    font-weight: 600;
    margin-right: 20px;
}

.room-changetxt {
    margin-right: 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--blue_color);
}

.feat-details {
    font-size: 14px;
    color: #000000;
}

.fl-img-box .feat-details {
    margin-top: 0;
}

.fl-img-box ul.share-btn li {
    list-style-type: none;
    display: inline;
}

.dt-share {
    float: right;
    clear: both;
}

.at-icon {
    width: 38px;
    margin-left: 20px;
}

.dt-box-2-list-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-font-color);
    text-transform: uppercase;
    margin: 3px 0 3px;
}

.leftsidewidth {
    width: 43%;
}

.headerfixed {
    position: fixed;
    width: 100%;
    top: 85px;
    z-index: 999;
    left: 0;
}

.ft-booknow {
    background: #000000;
    padding: 3px 30px;
    display: none;
}


/* itenary css code */

.dt-img {
    overflow: hidden;
    position: relative;
    height: 170px;
}

.activities_width {
    width: 25%;
    float: left;
    padding: 5px 15px;
}

.activities_width2 {
    width: 75%;
    float: left;
    padding: 5px 15px;
}

.leftside {
    float: left;
}

.rightside {
    float: right;
}

.shadow {
    box-shadow: 0 1px 6px 1px rgb(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 6px 1px rgb(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 6px 1px rgb(0, 0, 0, .15);
    -o-box-shadow: 0 1px 6px 1px rgb(0, 0, 0, .15);
}

.fl-img {
    width: 100%;
    height: 160px;
    box-shadow: 4px 4px 14px -4px rgb(0 0 0 / 60%);
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.list-box {
    position: relative;
}

.listbox-title {
    font-weight: 600;
    font-size: 18px;
    color: var(--black-bg-color);
    width: 72%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

.list-detail-inner {
    margin-top: 0px;
}

.list-detail-inner span {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    color: var(--primary-font-color);
}

.detail-right {
    position: absolute;
    right: 14px;
    top: 0;
}

.dt-1 {
    font-size: 18px;
    font-weight: 600;
    right: 12px;
    text-align: right;
    color: var(--black-bg-color);
}

.dt-2 {
    font-size: 24px;
    font-weight: 600;
    right: 12px;
    text-align: right;
    color: #005eb8;
}

.dt-txt {
    color: #000;
    font-weight: 400;
    font-size: 11px;
    font-style: italic;
}

.dropdown.selectroom_cls-box {
    margin-top: 20px;
    text-align: right;
}

.mt-2,
.my-2 {
    margin-top: .5rem!important;
}

a.detail_link {
    border: 2px solid #e10098;
    border-radius: 6px;
    padding: 7px 15px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    width: 120px;
    text-align: center;
    float: right;
    text-decoration: none;
    margin-left: 10px;
}

a.detail_link:hover {
    border: 2px solid #e10098;
    background: #e10098;
    color: #fff;
}

a.detail_link:focus {
    border: 2px solid #e10098;
    outline: none;
}

a#estinamtebtnid {
    background: #e10098;
    border: 2px solid #e10098;
    border-radius: 6px;
    padding: 7px 20px;
    font-size: 12px;
    width: 120px;
    text-align: center;
    color: #fff;
    float: right;
    margin-left: 10px;
}

a#estinamtebtnid:hover {
    border: 2px solid #e10098;
    background: #fff;
    color: #e10098;
}

a#estinamtebtnid:focus {
    background: #e10098;
    color: #fff;
    border: 2px solid #e10098;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    margin-top: 2px;
}

.selectroom_cls-box .dropdown-menu {
    right: -2px;
    left: auto;
    padding: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.filterrating_wrapper .dropdown-item:hover {
    color: #444;
}

.list-detail-width {
    font-size: 13px;
    margin: 6px 0;
    display: block;
}

.cancel-btn {
    position: absolute;
    top: 15px;
    line-height: 25px;
    right: 32px;
    display: none;
    padding: 6px;
    border: 1px solid #005eb8;
}

.pkg_inclusion {
    margin: 0;
    padding: 0 0 0 20px;
}


/*hotelsection css code*/

.arrive-box {
    margin-bottom: 20px;
    margin-top: 10px;
}

.fl-list-show {
    padding: 0px;
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius: 14px;
}

.fl-list-item {
    position: relative;
    padding: 10px;
}

.fl-img-new {
    height: auto;
}

.fl-img img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.dt-share {
    margin-top: 0;
}


/*hotelsection css code*/


/*day overview*/

.day-box {
    background: #eee;
    padding: 5px;
    border-radius: 14px;
    margin-bottom: 20px;
    HEIGHT: 400PX;
    overflow-x: hidden;
    overflow-y: scroll;
}

.dt-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: var(--black-bg-color);
}

.dl-title {
    background: var(--blue_color);
    color: #fff !important;
    padding: 10px;
    margin-bottom: 10px;
}

.bg-white {
    background-color: #fff!important;
}

.dl-list-box {
    padding: 0px 0px;
}

.dl-list-box ul li {
    list-style-type: none;
}

.dl-img-box {
    height: 42px;
    overflow: hidden;
}

.dl-list-box li {
    padding: 6px;
    margin: 4px 4px 8px 4px;
    list-style-type: none;
}

.dl-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

ul.package_handle>li {
    float: left;
    margin: 0 8px;
}

ul.package_handle>li:first-child {
    margin-left: 0px;
}

ul.package_handle>li>a {
    border-radius: 1px 1px 0 0;
    -moz-border-radius: 1px 1px 0 0;
    -webkit-border-radius: 1px 1px 0 0;
    color: #555;
    font-size: 14px;
    position: relative;
    display: block;
    padding: 7px 15px;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    cursor: pointer;
}

ul.package_handle>li.active>a,
ul.package_handle>li.active>a:hover,
ul.package_handle>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: var(--highlight-color);
    border: 1px solid var(--highlight-color);
    border-bottom-color: transparent;
}

ul.package_handle>li>a:hover {
    color: #fff;
    cursor: pointer;
    background-color: var(--highlight-color);
    border: 1px solid var(--highlight-color);
    border-bottom-color: transparent;
}


/*day overview*/


/*leftside form*/

.dt-right {
    padding: 12px;
    border-radius: 14px;
}

.dt-right-selct {
    margin-top: 20px;
}

.dt-selct {
    background-color: var(--black-bg-color) !important;
    color: #fff;
    border-radius: 4px;
    border: none;
    max-width: 150px;
    font-size: 14px;
}

.date-icon {
    position: absolute;
    content: "";
    top: 8px;
    right: 10px;
}

.date-parent {
    position: relative;
}

.room_boxcls {
    width: 380px;
    position: absolute !important;
    border: 1px solid #ccc;
    background: #ffffff;
    left: 14px;
    top: 38px;
    border-radius: 5px !important;
    display: none;
    z-index: 9999999999999 !important;
    padding: 10px;
}

.hotelrooombox_main {
    padding: 5px;
}

.room_booking_traveller .title {
    font-size: 14px;
    background: var(--black-bg-color);
    border: 1px solid var(--black-bg-color);
    color: var(--text-color-white);
    padding: 2px 10px;
    margin-bottom: 10px;
}

.hotel_select1_inner-details .room_booking_traveller label {
    text-align: right;
    float: right;
}

.room_booking_traveller label {
    font-size: 12px;
    line-height: 30px;
}

.dt-selct-white {
    background: #fff;
    color: var(--blue_color);
    border-radius: 0px;
    border: 1px solid #ccc;
    font-size: 15px;
    font-weight: 400;
    box-shadow: 0 0px 0px 0px rgb(0 0 0 / 100%);
    -moz-box-shadow: 0 0px 0px 0px rgb(0 0 0 / 100%);
    -webkit-box-shadow: 0 0px 0px 0px rgb(0 0 0 / 100%);
    -o-box-shadow: 0 0px 0px 0px rgb(0 0 0 / 100%);
}

.room_booking_traveller .form-control {
    margin-bottom: 0;
    padding: 5px;
    font-size: 14px !important;
}

.room_boxcls .pull-right {
    width: 100%;
    padding-top: 0px;
}

.donemargin {
    background: var(--highlight-color) !important;
    width: 100% !important;
    padding: 5px 10px;
    margin: 8px auto !important;
    color: #fff !important;
}

.dt-right-selct .dt-2-btn {
    padding: 20px 20px !important;
    line-height: 0;
}

.dt-right-selct .dt-2-btn.sending1 {
    background: var(--highlight-color) !important;
    color: #fff;
}

.dt-2-btn {
    background: var(--formearch-btn-colour)!important;
    float: right;
    color: #fff;
    border-radius: 4px;
    padding: 7px 20px;
    border: none;
    font-size: 14px !important;
}


/*leftside form*/


/*package deatils css  start*/


/*read more and read less css code*/


/*.read-more-state {
    display: none;
}
.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
    content: 'Show more';
}
.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Show less';
}
.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em;
}*/


/* Other style */


/*read more and read less css code*/

.select1_inner {
    position: relative;
    background: #fff;
    border: 1px solid #d2d8dd;
    height: 35px;
    position: relative;
    width: 92%;
    border-radius: 2px;
}

.disproom {
    float: right;
}


/*traveller css coding 10-1-2020*/

.roomBoxMain {
    width: 338px;
    /*width:100%;*/
    display: inline-block;
    position: absolute !important;
    border: 1px solid #ccc;
    background: #ffffff;
    left: -1px;
    top: 34px;
    z-index: 999999999999 !important;
    display: none;
    padding-bottom: 10px;
}

.travelerLft {
    width: 55%;
    display: inline-block;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    float: left;
    line-height: 37px;
}

.roomBoxMain .roomBoxMainIn {
    padding: 10px 15px;
}

.roomBoxMain .roomBoxMainIn h1 {
    padding: 5px 0;
    margin: 0 0 5px 0;
    display: block;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px !important;
    color: #444 !important;
    font-weight: 500 !important;
    text-align: left;
}

.roomBoxMain .roomBoxMainIn label {
    color: #000 !important;
    display: inline-block !important;
    font-size: 12px;
    /*font-weight: 300 !important;*/
    margin-bottom: 4px;
    margin-top: 7px;
}

.roomBoxMain .roomBoxMainIn input[type=radio] {
    font-size: 14px;
    height: 20px;
    margin-right: 5px;
}

.count-input {
    position: relative;
    width: 100%;
    margin: 0;
}

.count-input .incr-btn:first-child {
    right: auto;
    left: 0;
    top: 46%;
}

.count-input .incr-btn {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    top: 50%;
    right: 0;
    margin-top: -15px;
    text-decoration: none;
    color: #999;
}

.roomBoxMain .roomBoxMainIn input {
    padding: 10px;
    color: #000 !important;
}

.count-input input {
    width: 100%;
    height: 33px;
    border: 1px solid #999;
    border-radius: 2px;
    background: none;
    text-align: center;
    font-size: 14px !important;
    color: #444 !important;
}

.divider {
    width: 1px;
    height: 180px;
    margin-top: 10px;
    border-left: 1px solid #c4cace;
    background: #c4cace;
}

.roomBoxMain .roomBoxMainIn .btn {
    /*color: #333 !important;*/
    color: #333;
    padding: 0.3rem 1rem !important;
    background: var(--formearch-btn-colour) !important;
    border: 1px solid var(--formearch-btn-colour) !important;
    font-size: 13px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    font-weight: bold;
}

.travelerboxMain {
    width: 100%;
    position: relative;
    display: inline-block;
    z-index: 9999;
}

.travelerbox {
    padding: 12px 1rem 12px 10px;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    background: none !important;
    cursor: pointer;
    margin-bottom: 5px;
    color: #495057;
    font-size: 14px !important;
    line-height: 14px;
}

.travelerbox span {
    font-size: 14px;
}

.travelerbox:after {
    content: '';
    display: block;
    position: absolute;
    top: 18%;
    right: 17px;
    margin-top: 0;
    width: 24px;
    height: 24px;
    background: url(../public/asset/images/grayArrow1.html) no-repeat right center;
}


/* a.add_more:visited {
     background: #ffe500;
     border-color: #ffe500;
     color: #000 !important;
 }*/

a.add_more {
    width: 100%;
    background: #fff;
    border-color: #333;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    color: #171616;
    border: 1px solid #d2d8dd;
    width: 100%;
    display: block;
    font-size: 15px;
    text-align: center;
    padding: .3rem 0;
    text-decoration: none;
    cursor: pointer;
}

.title {
    font-size: 40px;
    color: #000;
    font-weight: 300;
    margin-bottom: 2px;
    line-height: 1.15em;
}

.room_booking_traveller {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}

.traveller_box_pax .room_booking_traveller .title {
    background: #8e8e8e;
    font-size: 15px;
    line-height: 20px;
    padding: 9px 15px 10px 15px;
    color: #fff;
    margin-bottom: 3px;
}

.traveller_box_pax .form-group {
    margin-bottom: 8px;
    border: 0px solid #ccc;
}

.traveller_box_pax .control-label {
    text-align: left;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0px;
    line-height: 18px;
}

.traveller_box_pax .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.cl {
    clear: both;
    display: block;
    width: 100%;
    overflow: hidden;
}


/*readmore css code*/

.read-more-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease;
}

.read-more-toggle {
    display: none;
}

.read-more-toggle-label {
    display: inline-block;
    user-select: none;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    background: #fff;
    color: #005eb8;
    font-size: 15px;
    float: right;
    font-weight: 500;
}

.read-more-toggle-label:after {
    content: "More";
    display: inline-block;
}

.read-more-toggle:checked+.read-more-content {
    display: block;
    /* css animation won't work with "auto"; set to some height larger
      than the content */
    max-height: 1000px;
}

.read-more-toggle:checked+.read-more-content+.read-more-toggle-label:after {
    content: "Less";
}


/*readmore css code*/

.fare_cont_align11 {
    min-height: 320px;
    height: 320px;
    overflow: hidden;
    overflow-y: scroll;
}

.fare_cont_align11 ul {
    text-align: left !important;
    margin: 0 auto 12px;
}

.fare_cont_align11 table {
    width: 100%;
    border: 1px solid #d7d7d7;
}

.fare_cont_align11 table tr td {
    width: 33%;
}

.popup-header-count {
    margin: 0;
    padding: 1.5rem 1.5rem;
}

.no-padding-bot {
    padding-bottom: 0px !important;
}

.modal-body {
    position: relative;
    padding: 15px;
    clear: both;
    display: inline-block;
    width: 100%;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav-pills>li {
    padding: 0px !important;
    border-bottom: none !important;
}

.resp-tabs-list li {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    border-bottom: 1px solid #ddd;
    border-top: 0px solid #ddd !important;
    list-style: none;
    cursor: pointer;
    float: left;
}

.nav>li {
    position: relative;
    display: block;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: var(--text-color-white) !important;
    background: var(--highlight-color);
    border: 1px solid #e4dddd;
    border-bottom: none !important;
}

.nav>li>a {
    position: relative;
    display: block;
    /*  padding: 10px 15px;
      font-size: 19px;*/
    padding: 5px 15px;
    font-size: 16px;
}

.nav>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
}

.nav-pills1 li a {
    font-size: 16px !important;
    color: var(--text-color-black) !important;
    font-weight: 500;
}

.tab-content {
    padding: 0 0 0 0;
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
}

.resp-tabs-container {
    width: 100%;
    padding: 10px 10px;
    float: left;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.tab-content>.active {
    display: block;
}

.detail-day-count {
    margin: 0;
    padding: 10px 15px;
    position: relative;
    background: #f9f9f9;
    width: 100%;
    border: 1px solid #ddd;
    border-top: 0px solid #ddd;
    /* overflow: hidden; */
}

.detail-day-1 {
    margin: 0 0 2em 0;
    padding: 0em;
    position: relative;
    background: #f9f9f9;
    width: 100%;
    overflow: hidden;
    /* border: 1px solid #ececec; */
}

.DayOverconunt {
    height: 338px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.dayPackage-lineIn,
.dayPackage-lineInred,
.dayPackage-lineIngreen,
.dayPackage-lineInblue {
    display: block;
    padding: 4px 5px !important;
    margin-bottom: 0.5em;
    color: #333333;
    background: url(../img/cutomize-line.html) repeat-x center bottom;
}

.dayPackage-lineIn,
.dayPackage-lineInred,
.dayPackage-lineIngreen,
.dayPackage-lineInblue {
    display: block;
    padding: 4px 5px;
    color: #333333;
    background: #FFF;
    margin-bottom: 2rem;
    border: 1px solid #CCC;
    border-left: 4px solid #999;
}

.detail-day-1-top-margin {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0;
}

.detail-day-1 h3 {
    margin: 0.5rem 2rem;
    padding: 0;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.modal-footer {
    border-top: 0px solid #e5e5e5!important;
}

.detail-change {
    margin: 0;
    position: relative;
    background: #1b1c1d;
    width: 100%;
    line-height: 36px;
    padding: 10px 0;
    overflow: hidden;
    border: 1px solid #ececec;
}

.shortlistMainBox {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 49px;
    z-index: 999999;
}

.shortlistMainBox .shortlistMainBoxIn {
    min-width: 300px;
    max-width: 1170px;
    margin: auto;
    display: block;
    padding: 20px 10px 0px 10px;
}

.shortlistMainBox .shortlistMainBoxIn .shortlistShadoeBox {
    float: left;
    width: 100%;
    border: 1px solid #dedede;
    background: #ffffff;
    box-shadow: 0px 5px 35px #999999;
    position: relative;
}

.shortlistMainBox .shortlistMainBoxIn .shortlistShadoeBox h1 {
    color: #444;
    font-size: 18px;
    margin: 0.5rem 0 0 0;
    padding: 0.5rem 1rem 0rem 1rem;
}

.shortlistMainBox .shortlistMainBoxIn .shortlistShadoeBox h1 span {
    padding: 0;
    color: #c41f25;
    margin-left: 5px;
}

.shortlistMainBox .shortlistMainBoxIn .shortlistShadoeBox .crossIcon {
    width: 35px;
    height: 35px;
    position: absolute;
    display: inline-block;
    background: url(../../../search/images/crossImg.png) center center no-repeat;
    top: -20px;
    right: -10px;
    cursor: pointer;
}

.space-booking {
    margin-bottom: 1rem;
    display: block;
    clear: both;
}

.space-booking {
    margin-bottom: 1rem;
    display: block;
    clear: both;
}

.box_grid .wrapper p {
    margin-bottom: 0.3rem;
    color: #c00000;
}

.box_grid .price {
    display: inline-block;
    font-weight: 500;
    color: #999;
}

.trending-ho-section {
    background: #fff !important;
}

section .compareMainBox {
    float: left;
    width: 100% !important;
    overflow-x: auto !important;
    padding-top: 20px;
}

.deatils_frm_handle {
    margin-bottom: 15px !important;
}

a.sending1 {
    padding: 10px;
    /*width: 100%;*/
    margin: 15px 0 5px;
}
a.bookNowBtn {
    padding: 10px;
    /*width: 100%;*/
    margin: 15px 0 5px;
}
.roomBoxMainScroll2 {
    height: 215px;
    overflow-y: auto;
}

.roomBoxMain .roomBoxMainIn {
    /* padding: 10px; */
    padding: 0px 10px 10px;
}

.addroom {
    padding: 7px 20px;
    border-radius: 0px;
    color: #fff;
    border: none;
    font-weight: 500;
    width: auto !important;
    text-decoration: none;
    font-size: 12px;
    margin-top: 8px;
    float: right;
}

.roomBoxMain .roomBoxMainIn .roomLoop {
    width: 100%;
    clear: both;
    margin: 5px 0 0 0;
}

.roomBoxMain .roomBoxMainIn .roomLoop_title_best {
    color: #444;
    font-size: 14px;
    font-weight: bold !important;
    text-align: left;
    text-transform: capitalize;
    margin: 0;
    display: block;
    line-height: 18px;
}

.roomBoxMain .roomBoxMainIn .travelerIn {
    padding: 5px 0 0 0;
    margin: 0 0;
    width: 100%;
    clear: both;
}

.roomBoxMain .roomBoxMainIn .travelerIn .travelerLft {
    width: 55%;
    display: inline-block;
    text-align: right;
    font-size: 11px;
    font-weight: 700;
    float: left;
    line-height: 33px;
}

.roomBoxMain .roomBoxMainIn .travelerIn .travelerrght {
    width: 40%;
    display: inline-block;
    float: right;
    /* margin: 0 0 5px 0; */
    margin: 0;
}

.roomBoxMain .roomBoxMainIn .travelerIn .form-control {
    box-shadow: none;
    background: #fff;
    height: 30px;
    font-size: 14px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    color: #444;
    padding: 4px 9px;
}

.selectaddonsradio-toolbar-filter {
    margin: 10px 0;
}


/*.selectaddonsradio-toolbar-filter input[type="radio"] {opacity: 0;position: fixed;width: 0;}*/

.selectaddonsradio-toolbar-filter input[type="checkbox"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.selectaddonsradio-toolbar-filter label {
    display: inline-block;
    background-color: #fff;
    padding: 10px 0 6px;
    font-size: 11px !important;
    border: 1px solid #e3dfd8;
    border-radius: 0px;
    cursor: pointer;
    width: 23%;
    text-align: center;
    margin-right: 1px;
    color: var(--primary-font-color) !important;
    line-height: 17px;
}

.selectaddonsradio-toolbar-filter label img {
    height: 18px;
}

.selectaddonsradio-toolbar-filter label:hover {
    background-color: #fff;
    border-color: var(--highlight-color);
    color: var(--primary-font-color) !important;
}

.selectaddonsradio-toolbar-filter label:focus {
    background-color: #fff;
    border-color: var(--highlight-color);
    color: var(--primary-font-color) !important;
    outline: none;
}

.selectaddonsradio-toolbar-filter input[type="checkbox"]:focus+label {
    border: 1px solid #e3dfd8;
}

.selectaddonsradio-toolbar-filter input[type="checkbox"]:checked+label {
    background-color: #fff;
    border-color: var(--highlight-color);
    /*color: var(--highlight-color) !important;*/
    color: var(--highlight-color);
}

.selectaddonsradio-toolbar-filter label img.mm-first,
.selectaddonsradio-toolbar-filter label svg.mm-first {
    display: inline-block;
}

.selectaddonsradio-toolbar-filter label img.mm-second,
.selectaddonsradio-toolbar-filter label svg.mm-second {
    display: none;
}

.selectaddonsradio-toolbar-filter input[type="checkbox"]:checked+label img.mm-first,
.selectaddonsradio-toolbar-filter input[type="checkbox"]:checked+label svg.mm-first {
    display: none;
}

.selectaddonsradio-toolbar-filter input[type="checkbox"]:checked+label img.mm-second,
.selectaddonsradio-toolbar-filter input[type="checkbox"]:checked+label svg.mm-second {
    display: inline-block;
}

.paxalign1 {
    margin-bottom: 0px;
}

.customizepadding {
    padding: 15px 20px 0px 15px;
}

.modalfooter_padd {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}


/* .ModifyDiv .sectors{ width: 887px; float: left; font-size: 14px;white-space: nowrap; overflow-x: auto;
    overflow-y: hidden;padding-bottom: 8px;} */

.ModifyDiv {
    color: #fff;
}

.ModifyDiv .sectors {
    width: 32%;
    float: left;
    font-size: 16px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0px;
    padding-top: 8px;
}

.MultiHead {
    width: 63% !important;
}

.multicity_paddingleft {
    padding-left: 0 !important;
    font-size: 16px;
}

.international_box_left {
    text-align: left;
    padding-left: 0 !important;
}

.multicity_leftwidth100 {
    width: 100%;
}

.fltnone {
    float: none;
}

.fltnone1 {
    float: none !important;
}

.multicity_pricebox {
    display: block;
    position: absolute;
    right: 22px;
    top: 4%;
    width: 150px;
    background: #fff;
    line-height: 25px;
    padding: 5px 0 10px;
    text-align: center;
}

.multicity_width100_box {
    display: block;
    line-height: 15px;
}

.multicity_center_text {
    text-align: center;
}

.booknowmgt {
    margin-top: 10px;
}

.imgage_algn_multicity {
    margin-right: 38px;
}

.multicity_publish {
    margin: 6px 0px 0 20px;
    float: left;
}

#sortprice1 {
    text-align: left !important;
    padding-left: 10px !important;
}

#sortprice2 {
    text-align: left !important;
    padding-left: 0 !important;
}

#sortprice3 {
    text-align: left !important;
    padding-left: 20px !important;
}


/* #sortprice4{} */

.slide_amount {
    margin-bottom: 8px;
}

.removeSeg {
    border-left: 1px solid #ccc !important;
    padding: 9px 10px;
}

.hidediv {
    width: 7.5%;
}

.flight_bg {
    width: 100%;
    height: auto;
    /* min-height: 365px; */
    margin: 0 auto 12px;
    background-repeat: no-repeat;
    /*background-position: 50% 60%;*/
    background-position: 87% 25%;
    background-size: cover;
    background-color: #000000;
}

.radio-toolbar {
    margin: 0 0 0 -2px;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #121212;
    padding: 6px 16px;
    font-size: 15px;
    border: 0px solid #121212;
    border-radius: 0px;
    cursor: pointer;
    color: #fff;
}

.radio-toolbar label:hover {
    background-color: #204566;
    color: #fff;
    cursor: pointer;
}

.radio-toolbar input[type="radio"]:focus+label {
    border: 0px solid #204566;
}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: var(--left-navigation_bg_color);
    border-color: var(--left-navigation_bg_color);
    color: #fff;
}

.search_center .searchinfo {
    color: #fff;
    font-size: 20px;
    margin-top: 6px;
    font-weight: normal;
    padding-left: 3px;
}

.TravelonText,
.travelDate {
    padding-top: 7px;
    float: left;
}

@media(max-width:992px) {
    .multiselect-container {
        left: auto;
        right: 0;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .radio-toolbar {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding-bottom: 5px;
        padding-left: 5px;
        /*scrollbar-width: 2px !important;*/
        /*scrollbar-width: thin !important;*/
    }
    .radio-toolbar label {
        float: none !important;
        display: inline-block;
    }
    .multicity_pricebox {
        display: block;
        position: relative;
        right: 0px;
        top: 4%;
        width: 100%;
        background: #fff;
        line-height: 25px;
        padding: 5px 0 10px;
        text-align: center;
    }
    .multicity_width100_box {
        display: inherit;
        line-height: 15px;
    }
    .imgage_algn_multicity {
        margin-right: 12px;
        margin-top: 5px;
    }
}


/*10th june start*/

.filter_type .align_leftfilter input[type=checkbox],
.filter_type .airlinecls input[type=checkbox],
.filter_type .itinerariescls input[type=checkbox] {
    opacity: 1;
    border-radius: 0;
}

.filter_type .align_leftfilter label,
.filter_type .airlinecls label,
.filter_type .itinerariescls label {
    margin-left: 16px;
}

.box-inner23 .active {
    background: var(--left-navigation_bg_color);
    color: #fff;
}

.box-outer .fa {
    color: var(--left-navigation_bg_color);
}

.DateNext {
    line-height: 18px;
    padding: 1px;
    font-size: 12px;
}

.DatePrev {
    font-size: 12px;
}

.infonewcls {
    position: absolute;
    top: 15px;
    left: 60px;
}

.roundtrip-maincls .comision_checkbox {
    width: 8%;
}

.roundtrip-maincls .multicity_radio_button {
    width: 92%;
    float: right;
}

.flight_search_list_international .multicity_radio_button {
    padding-left: 0;
}

.roundtrip-shareicon {
    /*top: 0 !important;*/
    top: 5px !important;
}

.multi-shareicon {
    /*   top: -1px !important;*/
    /*top: 0 !important;*/
    top: 4px !important;
}

.comision_checkbox input:checked+.multi-shareicon:after {
    top: 50%;
}

.btncloseform {
    font-size: 15px;
    padding: 5px 10px;
}

.btncloseform:focus {
    outline: none;
    border: none;
    box-shadow: none;
}


/*10th june ends*/

.newchnage img {
    margin-right: 10px;
    margin-top: 4px;
}

.multialign121 {
    /*margin: 0px 0 0 0 !important;*/
    /*today change 14-9-2021*/
    margin: 4px 0 0 0 !important;
}


/*14th june start*/

.emailshareicon {
    float: right;
    /*margin: 8px 0 0 7px;*/
    margin: 11px 0 0 7px;
    font-weight: 500;
}

.emailshareicon .fa-share-alt {
    margin-left: 6px;
}

.filtertxt {
    float: left;
    margin: 7px 7px 0;
}

.filter-box .border-bottom {
    padding-top: 5px;
    padding-bottom: 5px;
}

.loginscreen_newswrapper_bg .demo {
    min-height: 500px;
}

.loginheightbox {
    height: 550px;    background: #f0f3f7;     margin-top: -6px; padding-right: 0;
}

.loop_hotels .item {
    /*height: auto;*/
     height: 550px;
}

.loop_hotels .item img {
    height: 100%;   /*chnaging according screen size*/
    /*height: auto;*/
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#Registrationbox .login-form {
    margin-top: 10px;
}

#Registrationbox .login-form .input-group {
    font-size: 14px;
}

.login-box .login-form input,
.login-box .forgot-pass-box input:focus {
    border-bottom: 1px solid #E9E9F0 !important;
}

#Registrationbox .login-form .input-group input {
    font-size: 14px;
}

#Registrationbox .login-form .input-group input::placeholder {
    font-size: 14px;
}

.login-box .login-form select {
    border-bottom: 1px solid #E9E9F0 !important;
    font-size: 14px;
}

.register_msg {
    font-weight: 400 !important;
}

.register_msg {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

#Registrationbox .login-content-newbox {
    position: relative;
}


/*14th june ends*/

.white_text {
    color: #fff !important;
}

.align_center {
    text-align: center;
}

.border-bottom2 {
    padding-top: 28px !important;
}

.helptext_box_oneline {
    width: calc(100% - 0px);
    text-align: center;
}

.oneline_leftal {
    display: inline;
}

a.oneline_leftal2 {
    display: inline;
    line-height: 32px;
    margin: 0 8px;
}


/*.form-group{clear: both;}*/

.theme-title2 {
    color: #000;
    font-size: 15px;
    margin: 0 0 4px 0;
}

.deal-box-wrap .theme-title2 {
    border-left: 1px dashed var(--highlight-color);
    position: relative;
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
}
.deal-box-wrap .theme-title2:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid var(--highlight-color);
    transform: scale(.7);
    position: absolute;
    left: -3.5px;
}
.deal-box-wrap .theme-title2:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid var(--highlight-color);
    transform: scale(.7);
    position: absolute;
    left: -3.5px;
    bottom: -6px;
    background: var(--highlight-color);
}
.deal-box-wrap .deal-price {
    font-size: 20px;
    font-weight: 600;
    color: var(--highlight-color);
}

.btn-sm,
.btn-group-sm>.btn {
    font-size: 14px;
}


/*.bookalign{padding-top: 23px;}*/

.SearchButton {
    font-size: 15px;
}

.redborder {
    border-top: 3px solid red !important;
    border: 1px solid red !important;
    border-top-color: red !important;
}

.box-body-padding-0 {
    padding: 0;
}

.box-body-padding-10 {
    padding: 5px 10px 10px 10px;
}

.modify_alignhotel {
    margin-bottom: 16px;
}

.hotel_filtermt_align {
    margin-bottom: 15px;
}

.filtertxt_hotel {
    margin: 7px 7px 0 0px;
}

.hotel_listwidth_20 {
    width: 20% !important;
}

.hotel_listwidth_55 {
    width: 55% !important;
}

.gallery_hotel_wrap {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 0px;
}

.hotel_paragraph_description {
    font-size: 13px;
    text-align: justify;
    line-height: 23px;
    color: var(--gray-font-colour);
    margin: 10px 0;
}

.cpolicy {
    line-height: 0px;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    float: right;
}


/*a.selectroom{margin-top: 2px;}*/

a.selectroom {
    margin-top: 11px;
}
.room-section .hotel-select-bookingbtncls .selectroom {
    margin-top: 0px;
    padding: 4px 12px;
}

.hotelsearch_resright_frm {
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    padding: 10px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border: 1px solid #e9e9e9;
    -moz-border: 1px solid #e9e9e9;
    -webkit-border: 1px solid #e9e9e9;
    -o-border: 1px solid #e9e9e9;
    background: #fff;
}

.hotelsearch_resright_frm .select-hotel-date-prefilled-cls {
    border: 1px solid #ddd;
    padding: 6px;
    border-radius: 0px;
    position: relative;
    width: 100%;
    float: left;
}

.hotelsearch_resright_frm .hotel-calender-icons {
    font-size: 1.2em;
    position: absolute;
    top: 15px;
    left: 8px;
    color: #84979b;
    z-index: 1;
    width: 10%;
    float: left;
}

.hotelsearch_resright_frm .hotel-calender-icons svg {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
    width: .875em;
    position: absolute;
}

.hotelsearch_resright_frm .checkin-hotel-cls {
    width: 30%;
    float: left;
    border-right: 1px solid #ddd;
    padding: 3px 10px;
    margin-left: 10%;
    list-style-type: none;
}

.hotelsearch_resright_frm .prefilled-txt {
    display: block;
    color: #999;
    top: 10px;
    z-index: 1;
    left: 20px;
    font-size: 12px;
    font-weight: 500;
}

.hotelsearch_resright_frm .select-hotel-date-prefilled-cls input {
    border: none;
    color: #444;
    padding: 2px 0 0px;
    width: 100%;
    font-size: 13px;
    float: left;
    background: #0000;
}

.hotelsearch_resright_frm .hotel-check-availability-room-cls {
    color: #333;
    font-weight: 500;
    padding: 0;
    margin: 10px 0;
    font-size: 14px;
    width: 80%;
    box-sizing: border-box;
}

.hotelsearch_resright_frm .hotel-booking-box {
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    margin: 0px 0 10px;
    padding: 15px;
    width: 100%;
}

.hotelsearch_resright_frm .hotel-price {
    font-size: 22px;
    font-weight: 500;
}

.hotelsearch_resright_frm .hotel-type-price {
    margin: 0;
    padding: 0px 0 6px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.hotelsearch_resright_frm .hotel-only-room-cls {
    padding: 8px 0;
    border-bottom: 1px solid #e5e5e5;
    color: #868686;
    font-size: 14px;
    font-weight: 500;
}

.checkout-hotel-cls {
    width: 30%;
    float: left;
    border-right: 1px solid #ddd;
    padding: 3px 10px;
}

.hotelsearch_resright_frm .nights-hotel-cls {
    width: 30%;
    float: left;
    padding: 3px 10px;
}

.hotelsearch_resright_frm .prefilled-txt {
    display: block;
    color: #999;
    top: 10px;
    z-index: 1;
    left: 20px;
    font-size: 12px;
    font-weight: 500;
}

.hotelsearch_resright_frm .person-room-hotel-cls {
    width: 90%;
    float: left;
    padding: 3px 10px;
    position: relative;
    margin-left: 10%;
}

.hotelsearch_resright_frm .select-hotel-date-prefilled-cls input {
    border: none;
    color: #444;
    padding: 2px 0 0px;
    width: 100%;
    font-size: 13px;
    float: left;
    background: #0000;
}

ul.select-hotel-date-prefilled-cls li {
    list-style-type: none;
}

.hotelbook-btn {
    float: right;
}

.hotel_border_btm {
    border: 1px solid #d7d7d7;
    margin: 0 0 12px 0;
    padding: 8px 8px 5px 8px;
}

#facilities {
    border: 1px solid #d7d7d7;
}

#location {
    border: 1px solid #d7d7d7;
}

.tab-content-mt-8 {
    margin-top: 8px;
}

#location .facilities-section {
    margin-bottom: 0px;
    margin-top: 0px;
}

.table_box1 {
    font-size: 14px;
    color: #000;
}

a.DetailedRules {
    color: #000 !important;
    font-size: 15px;
    font-weight: normal;
}

.sticky-form.fixedform {
    z-index: 9;
    position: fixed;
    left: auto;
    top: 20px;
    width: 451px;
}

a.selectroom_details {
    float: right;
    /*background: 4!important;*/
    border: 1px solid var(--highlight-color)!important;
    color: var(--highlight-color)!important;
}

a.contact_floating {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    width: 80px !important;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    -moz-box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    -o-box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    transition: all ease-in-out 0.3s;
    display: block;
    background: var(--highlight-color);
    height: 80px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    padding: 16px 0;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

a.contact_floating i {
    font-size: 24px;
}

a.contact_floating:hover,
a.contact_floating:focus {
    color: #fff;
}

.bounce-2 {
    animation-name: bounce-2;
    animation-timing-function: ease;
}

@keyframes bounce-2 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0);
    }
}

.advertise_wrapper {
    margin-bottom: 10px;
}

@media (min-width:360px) and (max-width:992px) {
    .hotelsearch_resright_frm .prefilled-txt {
        font-size: 10px;
    }
    .hotelsearch_resright_frm .nights-hotel-cls {
        float: right;
        width: 28%;
        padding: 3px 5px;
    }
    .hotelsearch_resright_frm .checkin-hotel-cls {
        width: 31%;
        padding: 3px 5px;
        margin-left: 9%;
    }
    .checkout-hotel-cls {
        width: 31%;
        padding: 3px 5px;
    }
    .cpolicy {
        float: right;
    }
    a.selectroom {
        /*float: right;  */
        float: left; 
    }
    .mb_paddrgt_hotel_01 {
        padding-right: 0px !important;
    }
    .room-section p {
        margin: 0 0px 3px -14px !important;
    }
    .room-section h3 {
        font-weight: bold;
        font-size: 14px;
        margin: 0 0px 5px 0px;
        width: 100%;
        line-height: 20px;
    }
    #thumbs .item img {
        position: relative !important;
        height: 70px !important;
        width: 70px !important;
    }
    #thumbs .item {
        background: #f7f7f7;
        height: 70px;
        line-height: 70px;
        padding: 0px;
        margin: 2px;
        color: #FFF;
        border-radius: 3px;
        text-align: center;
        cursor: pointer;
        width: 70px;
    }
    #big .owl-item img {
        transition: all .7s ease-in-out;
        padding: 0 0px;
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        width: 100%;
        height: 100%;
    }
    #big .item {
        margin: 0 0 10px 0 !important;
        height: 158px !important;
        ;
    }
    .sticky-form.fixedform {
        z-index: 9;
        position: relative;
        left: auto;
        top: 0;
        width: 100%;
    }
    .mb_hotel_padd_0sticky {
        padding-left: 0 !important;
        padding-right: 0px !important;
    }
    .helptext_box_oneline {
        width: calc(100% - 0px);
        text-align: left;
    }
    .oneline_leftal {
        display: block;
    }
    a.oneline_leftal2 {
        display: block;
        line-height: 32px;
        margin: 0 0;
    }
    .mb_textlftq {
        float: left;
        width: 50%;
        line-height: 34px;
        clear: both;
        margin-bottom: 0;
    }
    .mb_textrghtq {
        float: right;
        width: 50%;
        margin-bottom: 14px;
    }
    .PreferredAirlineDiv .btn-group,
    .airlinebxdiv .btn-group {
        width: 50%;
    }
}

@media (min-width:320px) and (max-width:359px) {
    .hotelsearch_resright_frm .prefilled-txt {
        font-size: 10px;
    }
    .hotelsearch_resright_frm .nights-hotel-cls {
        float: right;
        width: 28%;
        padding: 3px 5px;
    }
    .hotelsearch_resright_frm .checkin-hotel-cls {
        width: 31%;
        padding: 3px 5px;
        margin-left: 9%;
    }
    .checkout-hotel-cls {
        width: 31%;
        padding: 3px 5px;
    }
    .cpolicy {
        float: right;
    }
    a.selectroom {
        float: right;
    }
    .mb_paddrgt_hotel_01 {
        padding-right: 0px !important;
    }
    .room-section p {
        margin: 0 0px 3px -14px !important;
    }
    .room-section h3 {
        font-weight: bold;
        font-size: 14px;
        margin: 0 0px 5px 0px;
        width: 100%;
        line-height: 20px;
    }
    #thumbs .item img {
        position: relative !important;
        height: 70px !important;
        width: 70px !important;
    }
    #thumbs .item {
        background: #f7f7f7;
        height: 70px;
        line-height: 70px;
        padding: 0px;
        margin: 2px;
        color: #FFF;
        border-radius: 3px;
        text-align: center;
        cursor: pointer;
        width: 70px;
    }
    #big .owl-item img {
        transition: all .7s ease-in-out;
        padding: 0 0px;
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        width: 100%;
        height: 100%;
    }
    #big .item {
        margin: 0 0 10px 0 !important;
        height: 158px !important;
        ;
    }
    .sticky-form.fixedform {
        z-index: 9;
        position: relative;
        left: auto;
        top: 0;
        width: 100%;
    }
    .mb_hotel_padd_0sticky {
        padding-left: 0 !important;
        padding-right: 0px !important;
    }
    .mb_textlftq {
        float: none;
        width: 100%;
        line-height: 34px;
        clear: both;
        margin-bottom: 0;
    }
    .mb_textrghtq {
        float: none;
        width: 100%;
        margin-bottom: 14px;
    }
    .PreferredAirlineDiv .btn-group,
    .airlinebxdiv .btn-group {
        width: 100%;
    }
}

a.hand-cursor {
    color: var(--formearch-btn-colour);
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: var(--highlight-color);
    margin-bottom: 12px;
    border-color: var(--highlight-color);
}

a.view_action {
    color: var(--highlight-color);
    font-weight: bold;
}

.homebanner_paddingalign {
    padding-right: 0px !important;
}

.hc-booknow-btn {
    background: var(--highlight-color);
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.panel_bgtranparent {
    background-color: transparent;
}

.box-filternoborder {
    border: 0px solid #ededed !important;
}

.showingresultmgt {
    margin: 0 0 7px;
}

.topBarGrayBgpd_left {
    padding-left: 0.9rem;
}

a.iamplusminus {
    color: var(--highlight-color) !important;
}

.WebRupee1_pdleft_0 {
    padding-left: 0px !important;
}

.mtbottom_15 {
    margin-bottom: 12px;
}

.btn-info {
    color: #fff;
    background-color: var(--left-navigation_bg_color);
    border-color: var(--left-navigation_bg_color);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: var(--left-navigation_bg_colorhover);
    border-color: var(--left-navigation_bg_colorhover);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: var(--left-navigation_bg_colorhover);
    border-color: var(--left-navigation_bg_colorhover);
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: var(--left-navigation_bg_color);
    border-color: var(--left-navigation_bg_color);
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: var(--left-navigation_bg_color);
}

.panel-group .panel {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

.panel-primary {
    border-color: var(--left-navigation_bg_color);
}

.ng-pristine label {
    font-size: 13px;
}

#sortingseatalign {
    text-align: left !important;
    padding-left: 28px !important;
}

.hed-bok-tex {
    margin-top: 11px;
    font-size: 20px;
}

.alert_box_align {
    margin-bottom: 16px !important;
    font-size: 15px;
    font-weight: 600;
}

.flight-t-box {
    color: var(--text-color-black);
    font-size: 14px;
}

.close {
    font-size: 30px;
    color: #fff;
    opacity: 1;
}

.frmclose {
    display: none;
}

@media(min-width: 320px)and (max-width:500px) {
    .frmclose {
        display: none;
    }
    /* .ui-widget.ui-widget-content{width: calc(100% - 62px) !important;} */
    .mobilefixed_frmmb {
        position: absolute !important;
        z-index: 99999 !important;
        left: 0px !important;
        top: 0 !important;
        width: 98% !important;
    }
    .mobilefixed_frmmb2 {
        height: 5000px;
        max-height: 5000px;
        position: absolute !important;
        z-index: 9 !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        padding: 50px 10px 10px 10px !important;
    }
    .mobilefixed_tomb {
        position: absolute !important;
        z-index: 99999 !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
    }
    .mobilefixed_tomb2 {
        height: 100%;
        max-height: 100%;
        position: absolute !important;
        z-index: 99999999 !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        padding: 50px 10px 10px 10px !important;
    }
    .extend_width_frmclose {
        display: block;
        top: 2px;
        right: 11px;
        font-size: 20px;
        z-index: 9999999;
        color: #777;
        position: absolute;
    }
    .fixed_topmb {
        position: absolute !important;
        z-index: 100000 !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        background: #fff;
        height: 100%;
    }
    .tophedar_hidemb1 {
        display: none;
    }
    .mbtopalign_head {
        position: absolute;
        left: 0;
        width: 100%;
        top: -10px;
        padding: 0 9px !important;
    }
}

.autosugg-list-parent {
    height: 400px !important;
    overflow: scroll;
}

.autosugg-listitem {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 12px 20px;
    font-size: 13px;
    position: relative;
    width: calc(100% - 40px);
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.flight-clsdest-nm {
    width: 60%;
    float: left;
}

.flight-clsdest-nm span {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}

.flight-clsfnt-sz3 {
    font-size: 12px!important;
    color: #adacac!important;
    width: 100%;
    float: left;
    padding-top: 0;
    font-weight: 400!important;
}

.flight-clsdest-nm2 {
    width: 40%;
    float: right;
    text-align: right;
}

.checkinmytrip,
.weigthbagmytrip,
.cab-inmytrip,
.mealmtpmytrip,
.yesmtpmytrip {
    font-size: 14px;
}


/*6-9-2021 css coding */

#myModal_viewmore .close {
    color: #000;
}

.right_sidealign_interr2 {
    width: 92% !important;
}

.left_sidealign_interr2 {
    width: 6%;
}

.multicity_radio_width1_inter2 {
    width: calc(100% - 102px);
}


/*.bookalign{margin-top: 50px !important;}*/

.ui-slider-horizontal .ui-slider-handle {
    top: -.2em !important;
    margin-left: -.6em;
}

.flight_bg_bx {
    padding: 20px 0;
    background-color: var(--left-navigation_bg_color);
}

.bg2 {
    background-color: var(--left-navigation_bg_color);
}

.SearchParamDiv {
    padding-top: 20px;
}

.line_international {
    background: #d7d7d7;
    height: 1px;
    width: 70%;
    margin: 12px auto 12px;
    display: block;
    clear: both;
}


/*6-9-2021 css coding */

.filter_sticky {
    background: #fff;
    position: sticky;
    top: -170px;
    left: 0;
}

.roundFiltersticky {
    top: -650px;
}

.width_multicity_80 {
    width: 80% !important;
}

.multicity_radio_w100 {
    width: calc(100% - 0px)!important;
}

.exitingtraveller_list {
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
    margin: -12px 0 10px 0;
}

.exitingtraveller_list .adult_title {
    padding: 0 0 8px 0;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 1px;
    display: inline-block;
}

.savedtraveller_mb {
    margin: 8px 0;
}

.savedtraveller_mb .adult_listtitle {
    margin: 5px 0 0 6px;
}

.savedtraveller_mb input[type="checkbox"] {
    display: none;
}

.savedtraveller_mb .savedtraveller_title {
    min-width: 350px;
    display: inline-block;
}

.savedtraveller_mb_scroll {
    height: auto;
    overflow: hidden;
    overflow-y: auto;
}

.savedtraveller_mb_scroll2 {
    height: 140px;
}

.savedtraveller_mb label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 0px 28px;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    width: 100%;
}

.savedtraveller_mb label::before,
.savedtraveller_mb label::after {
    position: absolute;
    content: '';
    /*top: 50%;*/
    top: 37%;
    border-radius: 0%;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.savedtraveller_mb label::before {
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -6px;
    background: #f3f3f3;
    border: 1px solid #ccc;
}

.savedtraveller_mb label:hover::before {
    background: #fff;
}

.savedtraveller_mb label::after {
    opacity: 0;
    left: 4px;
    width: 11px;
    height: 6px;
    margin-top: -5px;
    /*background: var(--highlight-color);*/
    background: transparent;
    -webkit-transform: scale(2);
    transform: scale(2);
    border-left: 2px solid var(--highlight-color);
    border-bottom: 2px solid var(--highlight-color);
}

.savedtraveller_mb input[type="checkbox"]:checked+label::before {
    background: #fff;
    border: 2px solid var(--highlight-color);
}

.savedtraveller_mb input[type="checkbox"]:checked+label::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 70%;
    left: 10px;
}


/* Style the search field */

.existing_align {
    margin: 8px 0 0;
}

.example {
    width: 240px;
    display: block;
    float: left;
    margin-left: 15px;
}

.example input[type=text] {
    border: 1px solid #ccc;
    color: #555;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    float: left;
    width: 80%;
    background: #fff;
}


/* Style the submit button */

.example button {
    float: left;
    width: 20%;
    height: 34px;
    padding: 4px 12px;
    background: var(--highlight-color);
    color: white;
    font-size: 15px;
    border: 1px solid var(--highlight-color);
    border-left: none;
    cursor: pointer;
}

.example button:hover {
    background: var(--highlight-color);
}


/* Clear floats */

.example::after {
    content: "";
    clear: both;
    display: table;
}

.adult_title_exiting_left {
    float: right;
    width: auto;
}

.bx_line_30 {
    line-height: 38px;
    padding: 8px 20px 12px !important;
}

.flight-clscontainer_lgn {
    color: #fff;
    text-align: left;
    vertical-align: middle;
    line-height: 29px;
    margin: 0px 10px 0 0;
    cursor: pointer;
}

#flight-clschkArmy {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 6px;
}

.change_flight11_hotel {
    padding: 3px 0 0 0;
}

.width_fare_hotel {
    margin-top: 2px;
    width: 40px;
}

.adult_title ul li {
    color: #000;
    letter-spacing: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.mobileshow_reset {
    display: none;
}

.mm-first-height {
    height: 10px !important;
}

.mm-second-height {
    height: 6px !important;
}


/*.stopfiliterbx_flt span:nth-child(4) img.nonstop_img{display: inline-block;}
.stopfiliterbx_flt span:nth-child(4) img.onestop_img{display: none;}
.stopfiliterbx_flt span:nth-child(4) img.twostop_img{display: none;}
.stopfiliterbx_flt span:nth-child(4) img.threestop_img{display: none;}
.stopfiliterbx_flt span:nth-child(4) img.nonstop_active{display: none;}

.stopfiliterbx_flt span:nth-child(3) img.nonstop_img{display: none;}
.stopfiliterbx_flt span:nth-child(3) img.onestop_img{display: none;}
.stopfiliterbx_flt span:nth-child(3) img.twostop_img{display: none;}
.stopfiliterbx_flt span:nth-child(3) img.threestop_img{display: inline-block;}

.stopfiliterbx_flt span:nth-child(2) img.nonstop_img{display: none;}
.stopfiliterbx_flt span:nth-child(2) img.onestop_img{display: none;}
.stopfiliterbx_flt span:nth-child(2) img.twostop_img{display: inline-block;}
.stopfiliterbx_flt span:nth-child(2) img.threestop_img{display: none;}

.stopfiliterbx_flt span:nth-child(1) img.nonstop_img{display:none;}
.stopfiliterbx_flt span:nth-child(1) img.onestop_img{display: inline-block;}
.stopfiliterbx_flt span:nth-child(1) img.twostop_img{display: none;}
.stopfiliterbx_flt span:nth-child(1) img.threestop_img{display: none;}*/


/*
.selectaddonsradio-toolbar-filter input[type="checkbox"]:checked+label:nth-child(4) img.nonstop_img_active{display: inline-block;}
.selectaddonsradio-toolbar-filter input[type="checkbox"]:checked+label:nth-child(4) img.nonstop_img_active{display: none;}
.selectaddonsradio-toolbar-filter input[type="checkbox"]:checked+label:nth-child(4) img.nonstop_img_active{display: none;}
.selectaddonsradio-toolbar-filter input[type="checkbox"]:checked+label:nth-child(4) img.nonstop_img_active{display: none;}
*/

.stopfiliterbx_flt label {
    padding: 4px 0 8px;
}

@media only screen and (max-width: 992px) {
    .mobileshow_reset {
        display: block;
    }
    .flight-clscontainer_lgn {
        float: left;
    }
    .existing_align {
        margin: 8px 0 8px 0;
        display: block;
    }
    .example {
        width: 100%;
        display: block;
        float: left;
        margin-left: 0;
    }
    .mobile_show_div {
        display: block!important;
    }
    /*.modifyflight{display: none;}*/
    .rightwidth_100mb {
        width: 100% !important;
    }
    .international_box_mb span.flightnme {
        padding-top: 0px !important;
        padding-left: 2px !important;
    }
    .flight-clsdest-nm2 span {
        font-size: 14px;
        font-family: open sans;
        color: #fff;
        font-weight: 600;
        background: var(--highlight-color);
        padding: 4px 5px;
        border-radius: 3px;
        width: 35px;
        float: right;
        text-align: center;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
    }
    .autosugg-list-parent {
        width: 100% !important;
        left: 0 !important;
        height: 400px !important;
        overflow: scroll;
        overflow: scroll;
        overflow-x: hidden;
        max-height: 100%;
    }
    /*6-9-2021 css coding */
    .roundmutycity_mbalign {
        padding: 5px 3px 11px !important;
    }
    .roundcontent-cls2 {
        width: 83% !important;
        position: relative;
    }
    .roundpricetxt2 {
        width: auto;
        padding-right: 0;
    }
    .economy-text-roundaliign {
        width: 100% !important;
    }
    .round-icno-iconcls2 {
        top: -5px;
        left: -25px;
    }
    .roundtrip-shareicon2 {
        top: -3px !important;
    }
    a.edit_multicity_icond {
        line-height: 22px;
    }
    .commision_rghtal1_mb {
        position: absolute;
        right: 29px;
        bottom: 30px;
    }
    .econnomy_mbtop {
        margin-top: 12px !important;
    }
    .SearchParamDiv {
        padding-top: 0px;
    }
    .flight_padresinternation2 {
        height: auto !important;
    }
    /*6-9-2021 css coding */
}

.starting {
    font-size: 15px;
}


/*7-12-2021 refund  and travel insurance starts*/

.contact-box {
    width: 100%;
    float: left;
}

.contact-title-box {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 400;
}

.review-box-title {
    font-weight: 600;
    padding-left: 2px;
    font-size: 16px;
    color: #2C3E50;
}

.shield_title {
    width: 100%;
    padding: 10px;
    border: 2px solid #348624;
    border-radius: 4px;
    margin: 15px 0 0;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600;
    color: var(--black_color);
}

.offers_refund {
    border-bottom: 1px solid #d7d7d7;
    padding: 8px 0 15px;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
    /* color: var(--black_color)  */
    color: #2C3E50;
}

.checkmark_alignround {
    border-radius: 100%;
    border: 2px solid #444;
}

.flight-clscontainer_lgn .checkmark_alignround:after {
    left: 6px;
    top: 4px;
}

.boxalign-rfund-border {
    border-top: 1px solid #d7d7d7;
    padding: 18px 0 0;
}

.flight-refund-w70 {
    width: 80%;
    float: left;
}

.flight-refund-w30 {
    width: 20%;
    float: right;
    text-align: right;
}

.rfund_aligntt {
    display: inline-table;
    margin-bottom: 6px;
    width: 100%;
}

.primimum_amt_refund {
    font-size: 14px;
    font-weight: 600;
    padding-left: 2px;
    color: var(--black_color);
    margin: 0 0 10px 0;
}

.primimum_amt_price {
    font-weight: 700;
    font-size: 16px;
}

.refund-image {
    float: left;
    margin-right: 4px;
    margin-left: 4px;
}

.refund-image img {
    height: 30px;
}

.insurance-travel1 {
    margin: 0;
    padding: 0;
}

ul.insurance-travel1 li {
    background: #f4f6f8;
    padding: 8px 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--black_color);
    border: 0px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    margin: 0;
    width: 20%;
    border-radius: 0;
    float: left;
    list-style-type: none;
}

ul.insurance-travel1 li:last-child {
    border-right: 0px solid #d7d7d7;
}

.boxalign-rfund-border2 {
    padding: 18px 0 0;
}

.inforefund {
    background: #f4f6f8;
    font-size: 13px;
    font-weight: 600;
    color: var(--black_color);
    display: block;
    float: left;
    line-height: 23px;
    padding: 5px 5px;
    width: 100%;
}

.inforefund img {
    float: left;
    margin-right: 5px;
}

.travel-insurance-title {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    float: left;
}

.travel-heading-title {
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: var(--black_color);
    width: 50%;
}

.travel-insurance-title img {
    float: right;
    margin: -33px 0 12px 0;
}

.thereecolumn_change {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    padding-left: 0;
}

.insur-list-box {
    margin-top: 10px;
}

.insur-list-box li {
    width: 100%;
    border: 1px solid #ddd;
    list-style-type: none;
    padding: 8px 10px;
    float: left;
    border-radius: 3px;
    margin: 0.5% 0.5% 3% 0.5%;
    background: #fff;
}

.refund-box-section {
    margin: 15px 0 0 0; background: #f7f7f7;
}

.review-normal-txt {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
}

.insur-title {
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    margin-top: 0;
    float: left;
}

.pt-7 {
    padding-top: 7px;
}
.d-flex {
    display: flex;
}
.d-inline-flex {
    display: inline-flex;
}
.justify-content-between {
    justify-content: space-between;
}
.align-items-center {
    align-items: center;
}
.align-items-start {
    align-items: flex-start;
}
.justify-content-center {
    justify-content: center;
}
.flex-direction-column {
    flex-direction: column;
}
.align-self-center {
    align-self: center;
}
.flex-wrap {
    flex-wrap: wrap;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}

@media(max-width: 992px) {
    .refund-box-section {
        border: 1px solid #c4c4c4 !important;
        padding: 15px !important;
    }
    .travel-heading-title {
        width: 100%;
    }
    .travel-insurance-title img {
        float: left;
        margin: 7px 0 15px -5px;
    }
    ul.insurance-travel1 li {
        width: 50%;
        margin: 0 0 10px 0;
    }
    ul.insurance-travel1 li:last-child {
        border-right: 1px solid #d7d7d7;
    }
    .offers_refund {
        font-size: 13px;
    }
    .thereecolumn_change {
        -moz-column-count: 1 !important;
        -webkit-column-count: 1 !important;
        column-count: 1 !important;
    }
    ul.thereecolumn_change li {
        width: 100% !important;
    }
    .flight-refund-w70 {
        width: 100%;
    }
    .flight-refund-w30 {
        width: 100%;
        float: left;
        text-align: left;
    }
    .inforefund {
        margin-bottom: 8px;
    }
}


/* 7-12-2021 refund  and travel insurance end */

.offerwrap11 {
    min-height: 160px;
    position: relative;
}

.md_7btm_7{margin-bottom: 7px;}
.adult_title_payment label{vertical-align: middle; cursor: pointer;}
.adult_title_payment label input[type=radio]{float: left; margin: 5px 5px 0 0;}


.login-content h1 img{margin-top: 10px;}
#search-form .destinationBox{width:98.5%;}
#Registrationbox{margin-top: 25px;}

#myModalrelationship .modal-body{overflow-x:hidden; overflow-y: auto;}
#myModa1Enquiry .login-box-modal{overflow-y: auto;overflow-x: hidden;height: auto;
    box-shadow: 0 0 0 0 #fff;-o-box-shadow: 0 0 0 0 #fff;-moz-box-shadow: 0 0 0 0 #fff;-webkit-box-shadow: 0 0 0 0 #fff;
border-radius: 0;-o-border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;}
#myModa1Enquiry .modal-body{overflow-x:hidden; overflow-y: auto;}

.search-result-section .dropdown  .dropdown-menu{left: auto !important;right: 0 !important;}
#dropdownMenuButton{background: var(--highlight-color);color:#fff;}

/*.login-content-newbox{min-height: 420px !important;}*/

.header-top {display: none;}

@media (max-width: 992px) {
    #myModa1Enquiry .login-box-modal{height: 600px;}
    .selectDestination{margin-top: 15px;}
    #search-form .destinationBox {width: 96%;}
    .table-responsivenew {
        display: block;
        width: 100%;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }
}

    @media screen and (max-width: 767px){
        .table-responsivenew {
            width: 100%;
            margin-bottom: 15px;
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar;
            border: 1px solid #ddd;
        }
    }

    @media screen and (max-width: 575px) {
        #myModalemail .modal-footer .btn {
            margin-bottom: 5px;
        }
    }

.myquery-box-modal{-webkit-box-shadow: 0px 0px 0px 0px #c9cccf; box-shadow: 0px 0px 0px 0px #c9cccf; height: auto;}
.query-enquire-content-box {
    padding: 0 !important;
    margin: 0.5% !important;
    background: #fff;
    width: 99% !important;
    box-shadow: 0 0 10px #bfbbbb;
    position: relative;
}
.showenquiry_query{
     padding: 0;
    margin: 0;
    background: #fff;
    position: relative;
}

.closebutton_query{font-size: 28px;
    background: #f8693e;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 100%;
    right: 0;
    top: -8px;
    line-height: 28px;
    color: #fff;
    text-align:center;
}

/*.flightsearch{background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/public/asset/assets/images/flight_bg.jpg);}*/


/*15-4-2022 css add*/
.radio-toolbar-login {
    margin: 0; float: left;display: none;
}

.radio-toolbar-login input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar-login label {
    display: inline-block;
    background-color: #fff;
    padding: 6px 0 8px;
    font-size: 15px;
    border: 0px solid #121212;
    border-radius: 0px;
    cursor: pointer;
    color: #999;
    border-bottom: 1px solid #fff;
    margin-right: 25px;
    font-weight: 500;
}

.radio-toolbar-login label:hover {
    background-color: #fff;
    border-color: #FF4906;
    color: #FF4906;
    cursor: pointer;
    border-bottom: 1px solid #FF4906;
}

.radio-toolbar-login input[type="radio"]:focus+label {
    border: 0px solid #204566;
}

.radio-toolbar-login input[type="radio"]:checked+label {
    background-color: #fff;
    border-color: #FF4906;
    color: #FF4906;
    border-bottom: 1px solid #FF4906;
}

@media(max-width:992px) {
    .radio-toolbar-login {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding-bottom: 5px;
        padding-left: 5px;
    }
    .radio-toolbar-login label {
        float: none !important;
        display: inline-block;
    }
}

/*15-4-2022 css add*/
.showquery_view{
    color:green;
}
.no-padding-right{
    padding-right:0px;
}
.no-padding-left{
    padding-left:0px;
}
.margin-bottom-10{
    margin-bottom:10px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: pointer !important;
}

/*.tourdays{color: #999;}*/
/*.package-detail-count .package_handle .tablistLi.active a{background-color:#ef7f21!important; border-bottom-color:#ef7f21!important;}*/
/*.package-detail-count .package_handle .tablistLi.active a::after{background:#ef7f21!important}*/
/*.package-detail-count .package_handle .tablistLi a:hover{background-color:#ef7f21!important; border-bottom-color:#ef7f21!important;}*/
/*.package-detail-count .package_handle .tablistLi a:hover::after{background:#ef7f21!important}*/
/*.facilities-list .faci-innerlist .greytxt {color:#999}*/
/*.radio-toolbar input[type="radio"]:checked+label{background-color:#ef7f21!important}*/
/*.radio-toolbar label:hover{background-color:#ef7f21!important}*/
/*.comision_checkbox .checkmark{top: 4px !important;}*/
/*.itinerariescls li .checkbox1-custom{margin: 2px 0 0!important;}*/
/*.sortbycontainer .sortprice{padding-left: inherit !important;}*/
.flight_search_list_international .box-pannel{margin-bottom: 5px;}
.listing-package-img{margin-right: 5px; border-radius: 10px; overflow: hidden; height: 185px;}
.listing-package-img img{max-width: 100%; object-fit: cover; height: 100%; width: 100%;}
.resp-vtabs .resp-tabs-list{display: flex; margin-bottom: 10px;}
.comp-cont .btn-info{background-color:var(--highlight-color);border-color:var(--highlight-color);}
.sidemenu-box .resp-tabs-list li.resp-tab-active{background-color: #252525!important;}
.sidemenu-box .resp-tabs-list li.resp-tab-active:after{border-left: 12px solid #333;}
.resp-vtabs li.resp-tab-active:after{ right: 0 !important; left: 0; top: auto !important; bottom: -30px; margin: 0 auto; width: 0; height: 0; border-left: 10px solid transparent !important; border-right: 10px solid transparent !important; border-top: 10px solid #333333 !important;}
.resp-vtabs ul.resp-tabs-list li{width: 100%; flex: 1; text-align: center;}
/*.tabBarContent .da1{background:333;}*/
/*.compareCount .IconCompare{background: #333333!important;box-shadow: 1px 0 5px #333!important;}*/
/*.keyInc .item .keyImg{width: auto !important;margin-right: 5px;}*/
/*.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary{background-color: var(--highlight-color) !important;
    border-color: var(--highlight-color) !important;}*/
/*.bg-aqua{background-color: #333333 !important;}*/
/*.bg-green{background-color: #333333 !important;}*/
/*.bg-yellow{background-color: #333333 !important;}*/
/*.small-box h3{color: #ef7f21;}*/
/*.small-box>.small-box-footer{color: #ef7f21;}*/
/*#changeContentByCategorySelect{color:#fff}*/
/*.dt-right-selct .dt-2-btn {color:#fff}*/
/*a.view-btn{border: 2px solid #ef7f21; color: #ef7f21;padding: 5px 10px; display: inline-block;}*/
/*.panel-primary>.panel-heading{background-color: #ef7f21; border-color: #ef7f21;}*/
/*.panel-primary{border-color: #ef7f21;}*/
/*.pagination li.active a{background-color: #ef7f21; border-color: #ef7f21;}*/
/*.pagination li.active a:hover, .pagination li.active a:focus{background-color: #ef7f21; border-color: #ef7f21;}*/
/*.checkbox_popup .checkmark{border: 2px solid #ef7f21;}*/
/*.checkbox_popup input:checked+.checkmark{border: 2px solid #ef7f21;}*/
/*.checkbox_popup input:checked+.checkmark:after{border-left: 2px solid #ef7f21; border-bottom: 2px solid #ef7f21;}*/
/*a.getquote_btn:hover {color:#fff}*/
/*.hotelname_wrapper h3 .fa{background: #ef7f21 !important;}*/

@media only screen and (max-width: 768px) {
    .resp-vtabs .resp-tabs-list{display: block;}
    .resp-vtabs ul.resp-tabs-list{display: none;}
}
@media only screen and (max-width: 575px) {
    .round-icno-iconcls2 {left: -18px;}
}
.packageId span.idpack {
    float: left;
    padding: 4px 0px;
    color: #777 !important;
    font-size: 11px;
    line-height: 15px;
    width: 100%;
}
.packageId {
    text-align: center !important;
    padding: 5px 15px 5px 15px;
    color: #444 !important;
    font-size: 12px;
    line-height: 15px;
    width: 100%;
    cursor: pointer;
}
.comp-cont {
    display: block;
     
}
.packageId span.idpack_itinerary {
    font-size: 15px;
    margin-top: 20px;
    display: block;
}
.idpack_itinerary a {
    color: inherit;
}
.verticalTab .sidemenu-box .packageId .idpack_itinerary .quick-icon {
    display: inline-block;
    padding: 8px 16px;
    color: var(--highlight-color);
    border: 1px solid var(--highlight-color);
}
.btn-enquiry {
    border: 1px solid var(--highlight-color);
    color: var(--black-bg-color);
}
.toursimage picture img {
    height: 205px;
    object-fit: cover;
    width:100%;
}
a.flight-inventory-action {
    font-size: 18px;
    color: #204566;
    padding: 2px;
    cursor:pointer;
}



/*Theme 3 Login page CSS Start*/
.theme-3 .bg-login-banner {
    background-color: #d3e3fd;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
  }
  .theme-3 .bg-login-pattern {
    position: absolute;
    top: 10px;
    left: -150px;
  }
  .theme-3 .bg-login-pattern img {
    max-width: 220px;
  }
  .theme-3 .login-img img {
    max-width: 100%;
  }
  .theme-3 .bg-login-pattern2 {
    position: absolute;
    bottom: 20px;
    right: -135px;
  }
  .theme-3 .bg-login-pattern2 img {
    max-width: 220px;
  }
  .theme-3 .login-with-slider {
    display: flex;
    width: 100%;
  }
  .theme-3 .login-wrap {
    width: 40%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border-bottom-right-radius: 0;
  }
  .theme-3 .login-wrap .nav-tabs {
    display: flex;
    border-bottom: none;
  }
  .theme-3 .login-wrap .nav-tabs .nav-item {
    flex: 1;
  }
  .theme-3 .login-wrap .nav-tabs .nav-item .nav-link {
    width: 100%;
    border: none;
    margin-bottom: 0;
    background: var(--highlight-color);
    color: #fff;
    border-radius: 0;
    height: 37px;
    line-height: 27px;
    text-align: center;
  }
  .theme-3 .login-wrap .nav-tabs .nav-item .nav-link.active {
    background: #fff;
    color: var(--highlight-color);
  }
  .theme-3 .login-wrap .login-heading {
    font-size: 18px;
  }
  .theme-3 .login-wrap .login-description {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .theme-3 .login-wrap .tab-content {
    height: calc(100% - 40px);
    padding: 20px 30px;
  }
  .theme-3 .login-wrap .input-wrap {
    margin-bottom: 20px;
  }
  .theme-3 .login-wrap .input-wrap input {
    width: 100%;
    border: 2px solid var(--highlight-color);
    border-radius: 10px;
    padding: 2px 12px;
    outline: 0;
    height: 32px;
  }
  .theme-3 .login-captcha-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .theme-3 .login-captcha-info .input-group {
    margin-bottom: 0;
    flex-wrap: initial;
    width: auto;
  }
  .theme-3 .login-captcha-info .captchaLogin {
    background-image: url(../../../images/cat.png) !important;
    width: 66px;
    height: 29px;
    border: 0;
    padding: 5px;
    font-size: 16px;
    color: #252525;
  }
  .theme-3 .login-captcha-info .captcha-refresh {
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
    margin-right: 10px;
  }
  .theme-3 .login-captcha-info .captcha-refresh img {
    width: 20px;
  }
  .theme-3 .login-captcha-info #captcha {
    border: 2px solid var(--highlight-color);
    border-radius: 10px;
    padding: 2px 12px;
    height: auto;
    box-shadow: none;
    height: 32px;
  }
  .theme-3 .login-submit-info {
    padding: 0 20px;
  }
  .theme-3 .login-submit-info .checkbox-wrap {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
    display: flex;
  }
  .theme-3 .login-submit-info .checkbox-wrap input {
    margin-right: 5px;
  }
  .theme-3 .login-submit-info .lost-password {
    text-decoration: none;
    color: #252525;
    font-size: 14px;
  }
  .theme-3 .login-submit-info .signin-btn {
    background: var(--highlight-color);
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 10px;
    width: 100%;
    margin-top: 15px;
    text-transform: uppercase;
  }
  .theme-3 .logo-header {
    text-align: right;
    margin-bottom: 10px;
  }
  .theme-3 .logo-header .logo-wrap {
    max-width: 230px;
    margin-left: auto;
  }
  .theme-3 .logo-header .logo-wrap img {
    max-width: 100%;
  }
  .theme-3 .login-slider-wrap {
    width: 60%;
  }
  .theme-3 #login-slider {
    margin-top: 37px;
    border: 3px solid #fff;
    border-bottom-right-radius: 40px;
    overflow: hidden;
    position: relative;
    background: #fff;
  }
  .theme-3 .login-slider-item {
    position: relative;
  }
  .theme-3 .login-slider-item figure {
    margin-bottom: 0;
  }
  .theme-3 .login-slider-item figure img {
    height: 372px;
    object-fit: cover;
  }
  .theme-3 .login-slider-content {
    color: #fff;
    position: absolute;
    height: 85%;
    top: 50%;
    transform: translateY(-50%);
    width: 83%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 15px;
    border-radius: 20px;
    overflow: hidden;
  }
  .theme-3 .login-slider-content::before {
    content: '';
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
  .theme-3 .login-slider-content h3 {
    position: relative;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
  }
  .theme-3 .login-slider-content ul {
    position: relative;
    margin-top: 10px;
  }
  .theme-3 .login-slider-content ul li {
    position: relative;
    text-decoration: none;
    padding-left: 30px;
    font-size: 16px;
    list-style-type: none;
    margin-bottom: 10px;
  }
  .theme-3 .login-slider-content ul li::before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 4px;
    transform: none;
    font-size: 12px;
    background: var(--highlight-color);
    width: 18px;
    height: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  .theme-3 #login-slider .owl-nav .owl-prev, .theme-3 #login-slider .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
  .theme-3 #login-slider .owl-nav .owl-prev {
    left: 7px;
  }
  .theme-3 #login-slider .owl-nav .owl-next {
    right: 7px;
  }
  .theme-3 #login-slider .owl-nav .owl-prev span, .theme-3 #login-slider .owl-nav .owl-next span {
    font-size: 30px;
    line-height: 22px;
    color: var(--highlight-color);
  }
  .theme-3 .price-change-section {
    background-color: var(--highlight-color); 
    position: relative;
    overflow: hidden;
  }
  .theme-3 .price-change-section-bg-patten {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -180px;
  }
  .theme-3 .price-change-section-bg-patten img {
    max-width: 280px;
  }
  .theme-3 .price-change-section-bg-patten2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -210px;
  }
  .theme-3 .price-change-section-bg-patten2 img {
    max-width: 250px;
  }
  .theme-3 .price-change-info {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .theme-3 .price-change-info h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .theme-3 .price-change-info p {
    font-size: 18px;
  }
  .theme-3 .price-change-info ul {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .theme-3 .price-change-info ul li {
    list-style-type: none;
    font-size: 18px;
  }
  .theme-3 .price-change-img {
    margin-bottom: 0;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .theme-3 .price-change-img svg {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% + 1px);
    width: auto;
  }
  .theme-3 .price-change-img svg path {
    fill: var(--highlight-color);
  }
  .theme-3 .price-change-img img {
    max-width: 100%;
    height: 100%;
  }
  .theme-3 .login-footer {
    background: var(--highlight-color);
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #f1f1f1;
  }
  .theme-3 .login-footer .footer-nav {
    display: flex;
    padding-left: 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .theme-3 .login-footer .footer-nav li {
    list-style-type: none;
    margin-right: 30px;
    position: relative;
    margin-top: 5px;
  }
  .theme-3 .login-footer .footer-nav li:last-child {
    margin-right: 0;
  }
  .theme-3 .login-footer .footer-nav li::after {
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    right: -15px;
    top: 2px;
    background: #fff;
  }
  .theme-3 .login-footer .footer-nav li:last-child:after {
    display: none;
  }
  .theme-3 .login-footer .footer-nav li a {
    color: #fff;
  }
  .theme-3 .login-footer .copyright {
    color: #fff;
    font-size: 12px;
  }
  .theme-3 .login-footer .copyright a {
    background: #fff;
    padding: 2px 3px;
    border-radius: 2px
  }
  .theme-3 .login-footer .media {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .theme-3 .login-footer .media a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
  }
  @media (min-width: 1400px) {
    .theme-3 .container {
        max-width: 1320px;
    }
  }
  @media (max-width: 767px) {
    .theme-3 .logo-header {
        margin-bottom: 15px;
    }
    .theme-3 .login-with-slider {
      flex-direction: column;
    }
    .theme-3 .login-wrap {
      width: 100%;
    }
    .theme-3 .login-slider-wrap {
      width: 100%;
    }
    .theme-3 #login-slider {
      margin-top: 20px;
    }
    .theme-3 .login-slider-content h3 {
      font-size: 20px;
    }
    .theme-3 .price-change-info h2 {
      font-size: 24px;
    }
    .theme-3 .price-change-info p {
      font-size: 16px;
    }
    .theme-3 .price-change-info ul li {
      font-size: 16px;
    }
    .theme-3 .login-footer {
        padding: 20px 0;
    }
  }
  @media (max-width: 575px) {
    .theme-3 .bg-login-pattern2 {
        display: none;
    }
    .theme-3 .price-change-section-bg-patten {
        display: none;
    }
    .theme-3 .price-change-section-bg-patten2 {
        right: -186px;
    }
    .theme-3 .price-change-section-bg-patten2 img {
        max-width: 220px;
    }
  }
/*Theme 3 Login page CSS End*/

/*Theme 4 Login page CSS Start*/
@import url('https://fonts.cdnfonts.com/css/sf-pro-display');
.theme-4 {
    font-family: 'SF Pro Display', sans-serif !important;
}
.flex-direction-column {
    flex-direction: column;
}
.theme-4-pt-10 {
    padding-top: 10px;
}
.theme-4-pt-20 {
    padding-top: 20px;
}
.theme-4-pt-30 {
    padding-top: 30px;
}
.theme-4-pt-40 {
    padding-top: 40px;
}
.theme-4-pt-50 {
    padding-top: 50px;
}
.theme-4-pt-60 {
    padding-top: 60px;
}
.theme-4-pt-70 {
    padding-top: 70px;
}
.theme-4-pt-80 {
    padding-top: 80px;
}

.theme-4-pb-10 {
    padding-bottom: 10px;
}
.theme-4-pb-20 {
    padding-bottom: 20px;
}
.theme-4-pb-30 {
    padding-bottom: 30px;
}
.theme-4-pb-40 {
    padding-bottom: 40px;
}
.theme-4-pb-50 {
    padding-bottom: 50px;
}
.theme-4-pb-60 {
    padding-bottom: 60px;
}
.theme-4-pb-70 {
    padding-bottom: 70px;
}
.theme-4-pb-80 {
    padding-bottom: 80px;
}

@media(min-width: 992px) {
    .theme-4 #welcome-slider .welcome-slider-info {
        max-width: 446px;
        margin-left: auto;
        width: 100%;
    }
    .theme-4 .login-form-wrap {
        max-width: 446px;
        margin-right: auto;
        width: 100%;
    }
}
@media(min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    .theme-4 #welcome-slider .welcome-slider-info {
        max-width: 560px;
    }
    .theme-4 .login-form-wrap {
        max-width: 560px;
    }
}

.navigation-theme-4 {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 1px 2px 0px;
    padding: .75rem 1rem;
}
.navigation-theme-4 .navbar-toggler .toggler-icon {
  display: block;
  width: 27px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: var(--highlight-color);
  border-radius: 3px;
  z-index: 1;
  transition-duration: 0.5s;
}
.navigation-theme-4 .navbar-toggler .toggler-icon::before {
  transition-duration: 0.5s;
  position: absolute;
  width: 27px;
  height: 3px;
  background-color: var(--highlight-color);
  content: "";
  top: -8px;
  left: 0;
}
.navigation-theme-4 .navbar-toggler .toggler-icon::after {
  transition-duration: 0.5s;
  position: absolute;
  width: 27px;
  height: 3px;
  background-color: var(--highlight-color);
  content: "";
  top: 8px;
  left: 0;
}
.navigation-theme-4 .navbar-toggler[aria-expanded="true"] .toggler-icon {
  background: transparent;
}
.navigation-theme-4 .navbar-toggler[aria-expanded="true"] .toggler-icon::before {
  transform: rotateZ(45deg) scaleX(1) translate(3px, 8px);
}
.navigation-theme-4 .navbar-toggler[aria-expanded="true"] .toggler-icon::after {
  transform: rotateZ(-45deg) scaleX(1) translate(3px, -8px);
}
.navigation-theme-4 .navbar-brand img {
    max-width: 120px;
}
.navigation-theme-4 .navbar-toggler {
    height: 40px
}
.navigation-theme-4 .register-btn {
    background: var(--highlight-color);
    color: #fff;
    font-weight: 500;
    border-radius: 8px;
}
.navigation-theme-4 .navbar-nav .nav-item {
    margin-right: 35px;
}
.navigation-theme-4 .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    padding: 4px;
}
.navigation-theme-4 .navbar-nav .nav-item .nav-link:hover {
    border-bottom: 2px solid var(--highlight-color);
    color: #000;
}

/*Theme 4 Login page CSS Start*/
.theme-4 .main-section {
    background-color: #fefaf6;
    /*padding: 70px 0;*/
    position: relative;
}
.theme-4 .main-section::before {
    content: '';
    background-image: url(../../../images/world-map.png);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 50%;
    background-size: cover;
    opacity: .8;
    border-left: 1px solid #989898;
}
.theme-4 .main-section::after {
    content: '';
    width: 50%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    font-size: 20px;
    /*background: #F4F1FC;*/
}
.theme-4 .main-section-title {
    font-size: 56px;
    font-weight: bold;
    margin-top: 15px;
}
.theme-4 .main-section-title span {
    color: var(--highlight-color);
}
.theme-4 .main-section-description {
    font-size: 24px;
    color: #5d6f7d;
}
.theme-4 .get-in-touch-btn {
    background: var(--highlight-color);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 8px;
    margin-top: 25px;
}
.theme-4 .counter-list {
    display: flex;
    padding-left: 0;
    margin-top: 50px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
}
.theme-4 .counter-list:before {
    content: '';
    height: 1px;
    width: 40%;
    background: #989898;
    position: absolute;
    top: 0;
}
.theme-4 .counter-list li {
    display: inline-flex;
    flex-direction: column;
    margin-right: 30px;
}
.theme-4 .counter-list li:last-child {
    margin-right: 0;
}
.theme-4 .counter-list li strong {
    font-size: 30px;
}
.theme-4 .counter-list li span {
    line-height: 18px;
    margin-top: 4px;
}
.theme-4 #welcome-slider {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
}
.theme-4 #welcome-slider .owl-stage-outer, .theme-4 #welcome-slider .owl-stage {
    height: 100%;
}
.theme-4 #welcome-slider .owl-item {
    box-shadow: none;
    height: 100%;
    display: flex;
    align-items: center;
}
.theme-4 #welcome-slider .owl-item.active {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.theme-4 #welcome-slider .welcome-slider-item {
    position: relative;
    height: 100%;
}
.theme-4 #welcome-slider .owl-item figure {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.theme-4 #welcome-slider .owl-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.theme-4 #welcome-slider .welcome-slider-info {
    max-width: 560px;
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
}
.theme-4 #welcome-slider .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.theme-4 #welcome-slider .owl-dots .owl-dot {
    background: #d9d9d9;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 2px;
}
.theme-4 #welcome-slider .owl-dots .owl-dot.active {
    background: var(--highlight-color);
}

.theme-4 .login-form {
    border: 2px solid #FBAC23;
    padding: 30px;
    border-radius: 15px;
    background: #fff;
    max-width: 420px;
    margin: 70px 0;
    margin-left: auto;
}
.theme-4 .login-form .login-title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 0;
}
.theme-4 .login-form .login-description {
    font-size: 16px;
}
.theme-4 .radio-list {
    display: flex !important;
    margin-bottom: 15px;
}
.theme-4 .radio-list .radio {
    margin-right: 1.5rem;
    position: relative;
    margin-top: 0;
}
.theme-4 .radio-list .radio input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin-left: 0;
}
.theme-4 .radio-list .radio .radio-label {
    margin-bottom: 0;
    padding: 4px 0;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.theme-4 .radio-list .radio input[type=radio]:checked + .radio-label {
    color: var(--highlight-color);
    border-bottom: 1px solid var(--highlight-color);
}
.theme-4 .input-wrap {
    position: relative;
    margin-bottom: 12px;
}
.theme-4 .input-wrap i {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #989898;
    font-size: 16px;
}
.theme-4 .input-wrap .form-control {
    padding-left: 36px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    height: 40px;
}
.theme-4 .login-form .login-btn {
    background: var(--highlight-color);
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    display: block;
    width: 100%;
    text-transform: uppercase;
}
.theme-4 .login-form .forgot-password {
    color: #000;
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}

.theme-4 .login-form .login-captcha-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.theme-4 .login-form .login-captcha-info .input-group {
    margin-bottom: 0;
    width: 100%;
}
.theme-4 .login-form .login-captcha-info .captcha-value-wrap {
    width: 110px;
    flex-shrink: 0;
}
.theme-4 .login-form .login-captcha-info .captchaLogin {
    background-image: url(../../../images/cat.png) !important;
    width: 68px;
    height: 40px;
    border: 0;
    padding: 5px;
    font-size: 16px;
    color: #252525;
    border-radius: 4px;
}
.theme-4 .login-form .login-captcha-info .captcha-refresh {
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
    margin-right: 10px;
}
.theme-4 .login-form .login-captcha-info .captcha-refresh i {
    color: var(--highlight-color);
    font-size: 20px;
}
.theme-4 .login-form .login-captcha-info .captcha-refresh img {
    width: 20px;
}
.theme-4 .login-form .login-captcha-info #captcha {
    border-radius: 4px;
    box-shadow: none;
    height: 40px;
}

.theme-4 .section-heading {
    margin-bottom: .875rem;
    font-size: 40px;
    font-weight: 700;
}
.theme-4 .heading-underline {
    position: relative;
    display: inline-block;
    padding-bottom: .5rem;
}
.theme-4 .heading-underline::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #212529;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.theme-4 .section-heading2 {
    position: relative;
    padding-left: 15px;
    font-size: 40px;
}
.theme-4 .section-heading2::before {
    content: '';
    position: absolute;
    width: 4px;
    height: calc(100% - 7px);
    left: 0;
    background: var(--highlight-color);
    top: 5px;
    border-radius: 4px;
}
.theme-4 .section-heading2 span {
    font-weight: bold;
    color: var(--highlight-color);
}
.theme-4 .section-heading3 span {
    font-weight: bold;
    color: var(--highlight-color);
}
.theme-4 .section-heading4 {
    font-weight: bold;
}
.theme-4 .section-heading4 span {
    color: var(--highlight-color);
}
.section-heading3 {
    font-size: 40px;
}

[class*="col-"]:has(.why-block) {
    padding: 0;
}
.theme-4 .why-block {
    background: var(--highlight-color);
    color: #fff;
    padding: 50px 20px;
    text-align: center;
    overflow: hidden;
}
.theme-4 .why-block img {
    width: auto;
    margin: 0 auto;
}
[class*="owl-item"]:has(.why-block):nth-child(odd) .why-block {
    background: #fefaf6;
    color:var(--highlight-color);
}
[class*="owl-item"]:has(.why-block):nth-child(odd) .why-block img {
    filter: drop-shadow(0px 1000px 0 var(--highlight-color));
    transform: translateY(-1000px);
}
.theme-4 .why-block h3 {
    font-size: 20px;
    margin-top: 20px;
}

.theme-4 #products-slider {
    margin-top: 20px;
    margin-bottom: 10px;
}
.theme-4 #products-slider .owl-item {
    border-radius: 10px;
}
.theme-4 #products-slider .owl-item:nth-child(1), .theme-4 #products-slider .owl-item:nth-child(6) {
    background-image: linear-gradient(to bottom, #bc4d4d, #c35c5c, #ca6b6a, #d17979, #d78888);
}
.theme-4 #products-slider .owl-item:nth-child(2), .theme-4 #products-slider .owl-item:nth-child(7) {
    background-image: linear-gradient(to bottom, #4b5a8f, #5368a2, #5a77b4, #6286c8, #6896db);
}
.theme-4 #products-slider .owl-item:nth-child(3), .theme-4 #products-slider .owl-item:nth-child(8) {
    background-image: linear-gradient(to bottom, #aed8aa, #9ad3b5, #8dcdbe, #88c5c5, #8abcc6);
}
.theme-4 #products-slider .owl-item:nth-child(4), .theme-4 #products-slider .owl-item:nth-child(9) {
    background-image: linear-gradient(to bottom, #482f81, #59408f, #6a529e, #7b64ac, #8c77bb);
}
.theme-4 #products-slider .owl-item:nth-child(5), .theme-4 #products-slider .owl-item:nth-child(10) {
    background-image: linear-gradient(to bottom, #266fa7, #397bb4, #4988c1, #5995cf, #68a2dc);
}
.theme-4 .product-block {
    min-height: 230px;
    padding: 20px;
    position: relative;
    display: block;
}
.theme-4 .product-block h3 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}
.theme-4 .product-block img {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    filter: invert(1);
}

.theme-4 .banner-wrap img {
    width: 100%;
    max-width: 100%;
}

.theme-4 .destination-block {
    text-align: center;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}
.theme-4 .destination-block figure {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 20px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.theme-4 .destination-block figure img {
    filter: drop-shadow(0px 1000px 0 var(--highlight-color));
    transform: translateY(-1000px);
}
.theme-4 .destination-block span {
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
}

.theme-4 .partner-block {
    background-color: #fff;
    padding: 15px;
    border: 1px solid transparent;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 12px;
    margin-left: 8px;
    margin-right: 8px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.theme-4 .partner-block img {
    width: auto !important;
    margin: 0 auto;
    max-height: 100%;
}

#testimonials-slider {
    margin-top: 20px;
}
.theme-4 .testimonials-block {
    border-top: 10px solid var(--highlight-color);
    border-radius: 10px;
    background: #f1f1f1;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 503px;
}
.theme-4 .testimonials-block i {
    font-size: 28px;
    margin-bottom: 30px;
}
.theme-4 .testimonials-block p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 25px;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}
.theme-4 .testimonials-block figure {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: auto;
    margin-bottom: 20px;
}
.theme-4 .testimonials-block figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.theme-4 .testimonials-block h4 {
    font-size: 20px;
    font-weight: bold;
}
.theme-4 .testimonials-block h5 {
    font-size: 18px;}

.theme-4 .register-section {
    background-color: #f4f1fc;
    padding: 70px 0;
    position: relative;
}
.theme-4 .register-section::after {
    content: '';
    width: 1px;
    height: 60%;
    left: 50%;
    position: absolute;
    background: #989898;
    top: 50%;
    transform: translateY(-50%);
}
.theme-4 .register-block {
    text-align: center;
}
.theme-4 .register-block h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.theme-4 .register-block .btn {
    border: 2px solid var(--highlight-color);
    border-radius: 4px;
    padding: 8px 20px;
    text-transform: uppercase;
    color: var(--highlight-color);
}
.theme-4 .register-block .btn:hover {
    background: var(--highlight-color);
    color: #fff;
}

.theme-4 .hotel-portfolio-block {
    background-color: #fff;
    padding: 15px;
    border: 1px solid transparent;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 12px;
    margin-left: 8px;
    margin-right: 8px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.theme-4 .hotel-portfolio-block img {
    width: auto !important;
    margin: 0 auto;
    max-height: 100%;
}

.theme-4 .news-block {
    display: block;
    margin-top: 20px;
}
.theme-4 .news-block figure {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}
.theme-4 .news-block figure img {
    max-width: 100%;
}
.theme-4 .news-block h3 {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
}
.theme-4 .news-block .btn {
    color: #000;
    text-decoration: underline;
    padding: 0;
    font-weight: 600;
    color: var(--highlight-color);
}

.slide-nav-theme-4 {
    padding-left: 30px;
    padding-right: 30px;
}
.slide-nav-theme-4 .owl-nav .owl-prev, .slide-nav-theme-4 .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--highlight-color) !important;
    color: #fff !important;
    font-size: 30px !important;
    border-radius: 50%;
}
.slide-nav-theme-4 .owl-nav .owl-prev {
    left: -40px;
}
.slide-nav-theme-4 .owl-nav .owl-next {
    right: -40px;
}
.slide-nav-theme-4 .owl-nav .owl-prev span, .slide-nav-theme-4 .owl-nav .owl-next span {
    line-height: 0;
    margin-top: -5px;
}

.slide-nav2-theme-4 .owl-nav .owl-prev, .slide-nav2-theme-4 .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--highlight-color) !important;
    color: #fff !important;
    font-size: 30px !important;
    border-radius: 50%;
}
.slide-nav2-theme-4 .owl-nav .owl-prev {
    left: 5px;
}
.slide-nav2-theme-4 .owl-nav .owl-next {
    right: 5px;
}
.slide-nav2-theme-4 .owl-nav .owl-prev span, .slide-nav2-theme-4 .owl-nav .owl-next span {
    line-height: 0;
    margin-top: -5px;
}

.theme-4 footer {
    background: #303030;
    color: #fff;
    padding: 50px 0;
}

.theme-4 .footer-nav-heading {
    margin-bottom: 15px;
}
.theme-4 .footer-para {
    font-size: 13px;
    text-align: justify;
}
.theme-4 .footer-nav {
    padding-left: 0;
}
.theme-4 .footer-nav li {
    list-style-type: none;
    margin-bottom: 10px;
}
.theme-4 .footer-nav li a {
    color: #f9f9f9;
}

.theme-4 .footer-contact-info {
    padding-left: 0
}
.theme-4 .footer-contact-info li {
    list-style-type: none;
    margin-bottom: 10px;
    font-size: 13px;
    color: #fff;
}
.theme-4 .footer-contact-info li i {
    width: 15px;
}
.theme-4 .footer-contact-info li span {
    color: #fff;
}

.theme-4 .footer-bottom {
    background: #303030;
    color: #fff;
    padding: 20px 0;
    border-top: 1px solid #5a5a5a;
}
.theme-4 .footer-bottom .copyright {
    margin: 2px 0;
}
.theme-4 .footer-bottom .media {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.theme-4 .footer-bottom .media a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}
.theme-4 .footer-bottom .media a img {
    width: 20px;
    height: 20px;
}

.theme-4 .gallery-block {
    height: 300px;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
}
.theme-4 .gallery-block img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* start about page css */
.theme-4 .about-heading {
    font-size: 56px;
    margin-top: 15px;
}
.theme-4 .about-heading span {
    color: var(--highlight-color);
    font-weight: bold;
}
.theme-4 .team-block {
    margin-top: 20px;
}
.theme-4 .team-block figure {
    border-radius: 4px;
    overflow: hidden;
}
.theme-4 .team-block figure img {
    max-width: 100%;
}
.theme-4 .team-block h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 0;
}
.theme-4 .team-block p {
    font-size: 16px;
    font-weight: 600;
    color: #5d6f7d;
}

.theme-4 .know-more-section {
    position: relative;
    padding: 0 0 90px;
    overflow: hidden;
}
.theme-4 .know-more-section:before {
    content: '';
    background-image: url(../../../images/landmarks-skyline.png);
    background-size: 1020px auto;
    background-position: center bottom;
    background-repeat: repeat-x;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .3;
}
.theme-4 .know-more-section .container {
    position: relative;
}
.theme-4 .know-more-section .about-us-btn {
    padding: 8px 24px;
    background: #fbac23;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
    text-align: center;
}
.theme-4 .know-more-section .contact-us-btn {
    padding: 8px 24px;
    background: var(--highlight-color);
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 600;
}
/* end about page css */

/* start contact page css */
.theme-4 .inner-banner {
    background-image: url(../../../images/bg-banner-yutrp.jpg);
    background-color: var(--highlight-color);
    padding: 75px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.theme-4 .inner-banner-title {
    color: #fff;
    font-size: 72px;
    font-weight: 600;
    text-transform: uppercase;
}
.theme-4 .contact-info-block a {
    color: #000;
    text-decoration: underline !important;
}
.theme-4 .contact-info-link {
    color: #9299a1;
    display: block;
}
.theme-4 .package-query-form {

}
.theme-4 .package-query-form .form-control {
    border: 1px solid var(--highlight-color);
    margin-bottom: 5px;
    border-radius: 4px;
    height: 48px;
}
.theme-4 .package-query-form textarea.form-control {
    height: 80px;
}
.theme-4 .package-query-form .package-query-btn {
    padding: 12px 24px;
    background: #fbac23;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    border: 0;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
}
.theme-4 .visit-sub-heading {
    padding: 8px 24px;
    background: #fbac23;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
}

.theme-4 .visit-section {
    position: relative;
    padding: 0px 0 120px;
    overflow: hidden;
}
.theme-4 .visit-section::before {
    content: '';
    background-image: url(../../../images/landmarks-skyline.png);
    background-size: 1600px auto;
    background-position: center bottom;
    background-repeat: repeat-x;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .3;
}
.theme-4 .address-block {
    text-align: center;
    padding: 10px 100px;
    margin-top: 20px;
}
.theme-4 .address-block h3 {
    padding: 8px 24px;
    background: var(--highlight-color);
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    border: 0;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
}
/* end contact page css */

/* start support page css */
.theme-4 .escalate-queries-section {
    position: relative;
    padding: 40px 0 140px;
    overflow: hidden;
}
.theme-4 .escalate-queries-section::before {
    content: '';
    background-image: url(../../../images/landmarks-skyline.png);
    background-size: 1600px auto;
    background-position: center bottom;
    background-repeat: repeat-x;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .3;
}
.theme-4 .query-block {
    border: 1px solid #fbac23;
    padding: 15px;
    border-radius: 4px;
    margin-top: 30px;
}
.theme-4 .query-block h3 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #6E6E6E;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.theme-4 .query-block ul {
    padding-left: 0;
    margin-bottom: 0;
}
.theme-4 .query-block ul li {
    list-style-type: none;
    color: #6E6E6E;
    margin-bottom: 4px;
}
.theme-4 .query-block ul li i {
    width: 20px;
    font-size: 16px;
    vertical-align: middle;
}
/* end support page css */

/* start career page css */
.theme-4 .career-block {
    background: #EDEDED;
    padding: 35px 30px;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
}
.theme-4 .career-block h3 {
    font-size: 20px;
    min-height: 47px;
    margin-bottom: 20px;
    font-weight: 600;
}
.theme-4 .career-block p {
    margin-bottom: 0;
    margin-top: auto;
}
.theme-4 .career-block p i {
    color: #FF0000;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 4px;
}
.theme-4 .resume-id {
    padding: 8px 32px;
    background: #fbac23;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 40px;
}
.theme-4 .resume-id a {
    color: #fff;
}
.theme-4 .careers-gallery-section {
    position: relative;
    padding: 0px 0 80px;
    overflow: hidden;
}
.theme-4 .careers-gallery-section::before {
    content: '';
    background-image: url(../../../images/landmarks-skyline.png);
    background-size: 1600px auto;
    background-position: center bottom;
    background-repeat: repeat-x;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .3;
}
/* end career page css */

@media (max-width: 1199px) {
    .slide-nav-theme-4 .owl-nav .owl-prev, .slide-nav-theme-4 .owl-nav .owl-next {
        width: 30px;
        height: 30px;
    }
    .slide-nav-theme-4 .owl-nav .owl-prev {
        left: -10px;
    }
    .slide-nav-theme-4 .owl-nav .owl-next {
        right: -10px;
    }
    .theme-4 .address-block {
        padding: 10px 50px;
    }
    .theme-4 .career-block {
        padding: 30px 25px;
    }
}

@media (max-width: 991px) {
    .navigation-theme-4 .navbar-toggler {
        order: 1;
        padding: 0;
        border: 0;
        overflow: hidden;
    }
    .navigation-theme-4 .navbar-toggler-icon {
        filter: drop-shadow(0px 1000px 0 var(--highlight-color));
        transform: translateY(-1000px);
    }
    .navigation-theme-4 .navbar-collapse {
        flex-grow: initial;
        position: absolute;
        top: 100%;
        background: #f9f9f9;
        width: 100%;
        left: -100%;
        padding: 0.5rem 1rem;
        transition: .3s all ease-out;
        height: calc(100vh - 72px) !important;
        overflow-y: auto;
    }
    .navigation-theme-4 .navbar-collapse.show {
        left: 0;
        width: 270px;
    }
    .navigation-theme-4 .navbar-brand {
        order: 2;
        margin: 0 .5rem;
    }
    .navbar-nav .nav-item .nav-link {
        padding: .5rem 0;
    }
    .navigation-theme-4 .register-btn {
        order: 3;
    }
    .navigation-theme-4 .navbar-collapse {
        order: 4;
    }
    .theme-4 .inner-banner-title {
        font-size: 64px;
    }
    .theme-4 .footer-para {
        margin-bottom: 10px;
    }
    .theme-4 .address-block {
        padding: 10px 30px;
    }
}

@media (max-width: 767px) {
    .theme-4 .section-heading {
        font-size: 32px;
    }
    .theme-4 .section-heading2 {
        font-size: 32px;
    }
    .section-heading3 {
        font-size: 32px;
    }
    .theme-4 .main-section {
        background-color: #fff;
        padding: 40px 0 0;
    }
    .theme-4 .main-section::before {
        display: none;
    }
    .theme-4 .main-section::after {
        display: none;
    }
    [class*="col-"]:has(#welcome-slider) {
        background-color: #fefaf6;
    }
    .theme-4 #welcome-slider .owl-item {
        padding: 40px 20px;
    }
    .theme-4 .main-section-title {
        font-size: 36px;
        margin-top: 0;
        display: none;
    }
    .theme-4 .main-section-description {
        font-size: 40px;
        line-height: 48px;
        color: #393939;
        text-transform: capitalize;
    }
    .theme-4 .get-in-touch-btn {
        margin-top: 10px;
        border-radius: 4px;
        padding: .325rem .5rem;
        font-size: 1rem;
    }
    .theme-4 .counter-list {
        margin-top: 40px;
    }
    .theme-4 .counter-list:before {
        width: 70%;
    }
    .theme-4 .login-form {
        margin-left: initial;
        max-width: 100%;
        margin-bottom: 30px;
        padding: 0 0 40px;
        border: none;
        margin: 0;
    }
    .theme-4 .register-section::after {
        display: none;
    }
    .theme-4 .product-block {
        min-height: 150px;
        padding: 15px;
    }
    .theme-4 .product-block h3 {
        font-size: 16px;
    }
    .theme-4 .product-block img {
        height: 60px;
    }
    .theme-4 .destination-block figure {
        height: 100px;
    }
    .theme-4 .destination-block span {
        font-size: 14px;
    }
    .theme-4 .partner-block {
        height: 70px;
    }
    .theme-4 .hotel-portfolio-block {
        height: 70px;
    }
    .theme-4 .testimonials-block {
        min-height: 480px;
    }
    .theme-4 .testimonials-block p {
        font-size: 14px;
    }
    .theme-4 .gallery-block {
        height: 150px;
    }
    .theme-4 .footer-bottom .media {
        justify-content: flex-start;
        margin-top: 5px;
    }
    .theme-4 .address-block {
        margin-top: 0;
        padding: 10px;
        display: flex;
    }
    .theme-4 .address-block h3 {
        margin-bottom: 10px;
    }
    .theme-4 .address-block p {
        margin-bottom: 10px;
    }
    .theme-4 .address-block .address-block-heading-wrap {
        min-width: 140px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .theme-4 .address-block .address-block-para-wrap {
        text-align: left;
        margin-left: 10px;
    }
    .theme-4 .inner-banner {
        padding: 30px 0;
    }
    .theme-4 .inner-banner-title {
        font-size: 36px;
    }
    .theme-4 .visit-sub-heading {
        padding: 8px 20px;
        font-size: 20px;
        margin-top: 0;
    }
    .theme-4 .resume-id {
        padding: 8px 20px;
        font-size: 20px;
        margin-top: 20px;
    }
    .theme-4 .career-block h3 {
        font-size: 18px;
    }
    .theme-4 .footer-nav-heading {
        margin-bottom: 8px;
        font-size: 1.25rem;
        margin-top: 1rem;
    }
    .theme-4 .footer-nav li {
        margin-bottom: 4px;
        font-size: .875rem;
    }
}

@media (max-width: 575px) {
    .navigation-theme-4 .navbar-brand img {
        max-width: 100px;
    }
    .navigation-theme-4 .register-btn {
        border-radius: 4px;
        padding: .325rem .5rem;
    }
    .theme-4 .counter-list li span {
        font-size: 14px;
    }
    .theme-4 .destination-block figure {
        height: 90px;
    }
    .theme-4 .destination-block figure img {
        max-height: 48px;
    }
    .theme-4 .team-block figure {
        margin-bottom: 10px;
    }
    .theme-4 .team-block h3 {
        font-size: 16px;
    }
    .theme-4 .team-block p {
        font-size: 14px;
    }
    .theme-4 .career-block h3 {
        margin-bottom: 10px;
    }
    .theme-4 .career-block {
        min-height: 200px;
    }
    .theme-4 .address-block {
        padding: 5px;
    }
    .theme-4 .address-block h3 {
        font-size: 16px;
    }
    .theme-4 .address-block p {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .navigation-theme-4 .register-btn span {
        display: none;
    }
    .theme-4 .counter-list li {
        margin-right: 20px;
    }
    .theme-4 .destination-block span {
        margin-bottom: 0px;
    }
}

@media (max-width: 400px) {
    .theme-4 .main-section-description {
        font-size: 32px;
        line-height: 40px;
    }
}
.no-border{
    border: 0px !important;
}
/*Theme 4 Login page CSS End*/



