/*=================================================== Page Reset CSS ===============================================*/
* {
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
body, html {
    min-height: 100%;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #ECF6F8;
    color: #000;
    font-size: 13px;
    font-family: museosans, Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 300;
    overflow-x: hidden;
    
}
*,:after,:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
}
ul:not(.browser-default) {
  list-style-type: none;
}

ul:not(.browser-default) > li {
  list-style-type: none;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover,a:focus {
  outline: none;
}
a:focus {
  outline: none!important;
}
::-webkit-input-placeholder {
  color: #d1d1d1;
}

::-moz-placeholder {
  color: #d1d1d1;
}

:-ms-input-placeholder {
  color: #d1d1d1;
}

::-ms-input-placeholder {
  color: #d1d1d1;
}

::placeholder {
  color: #d1d1d1;
}

button {
  outline: 0;
}

button:focus,button:hover {
  outline: 0;
}
small {
  font-size: 75%;
}
label {
  font-size: 15px;
  color: #4a4a4a;
  font-weight: 400;
}
input {
  outline: 0;
}

input:focus,input:hover {
  outline: 0!important;
}

button {
  outline: 0;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
button:focus,button:hover {
  outline: 0;
}
circle {
  -webkit-tap-highlight-color: transparent;
}
strong {
  font-weight: 500;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    display:block;
    background:none;
}
select:focus {
    outline: 0px;
}
option {
    font-weight: normal;
    white-space: pre;
    min-height: 2em;
    padding: 1px 2px 1px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 11px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-size: 11px;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-size: 11px;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-size: 11px;
}
::-ms-input-placeholder { /* Microsoft Edge */
   font-size: 11px;
}

::placeholder { /* Most modern browsers support this now. */
   font-size: 11px;
}
:focus {
    outline: 0px;
}
.clearfix {
    clear: both;
}
.btn i {
    vertical-align: initial;
    margin-left: 5px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}
.custom-control-label::before {
    top: 0.15rem;
    width: 18px;
    height: 18px;
}
.custom-control-label::after {
    top: 0.18rem;
    width: 18px;
    height: 18px;
}
.modal-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}
/*=================================================== Do Not Change These Containers & Wrapers CSS LG XL ================================================*/
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 1920px) {
    .ctrl-wraper {
        width: 1600px;
        margin: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 1440px) {
    .ctrl-wraper {
        width: 100%;
        margin: auto;
    }
}
/*=================================================== Top Bar & Nav Menu CSS ================================================*/
.header {
  position: relative;
  z-index: 9;
  transition: z-index 5s ease 5s;
  max-width: 100%;
  padding-top:5px;
}
.header .top {
    padding: 20px 0 0px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.header .top .left-contact {
    display: flex;
    margin-top: 0;
    letter-spacing: 0.3px;
    padding-left: 140px;
}
.header .top .left-contact span {
    font-size: 20px;
    font-weight: 600;
    color: #495057;
    justify-content: center;
    align-items: flex-start;
}

.header .top .left-contact a {
    display: block;
    color: #ff8b06;
    font-size: 20px;
    font-weight: 900;
    position: relative;
    padding-left: 10px;
}
.header .top .left-contact a:hover {
    text-decoration: none;
}
.header .top .left-contact a small {
    letter-spacing: 0px;
    font-size: 60%;
    color: #000000;
    font-weight: 600;
}
.header .top .right-contact {
    width: 50%;
    justify-content: flex-end;
    display: flex;
    position: relative;
}
.header .top .right-contact .btn-manage-booking {
    color: #212c64;
    font-size: 20px;
    font-weight: 600;
    padding: 0px;
    margin:0px;
    position: relative;
    justify-content: end;
}
.header .top .right-contact .btn-manage-booking i {
    font-size: 16px;
}
/* ==================================================== Nav Menu ===================================================*/
.cntrlogo-navmenu {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 5px;
    margin-bottom: 60px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 5px solid #ff8b06;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 5px solid #f6821b;
}
.cntrlogo-navmenu .container-fluid {
  transition: all .8s ease;
}

.cntrlogo-navmenu .logo-center {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  margin: auto;
  max-width: 100px;
  z-index: 1;
  max-width: 120px;
}
.cntrlogo-navmenu .logo-center img  {
    display: block;
    box-shadow: 0 0 0 8px #fff;
    border-radius: 5%;
    line-height: 0;
    background-color: #fff;
    z-index: 1;
}
.cntrlogo-navmenu .navbar {
    padding: 0;
    background: #0c3e6a;
}
.cntrlogo-navmenu .navbar .navbar-nav {
    justify-content: space-around;
    width: 100%;
    margin-left: 125px;
}
.cntrlogo-navmenu .navbar .nav-item {
    text-align: center;
    transition: all 0s ease .5s;
    padding-left: 15px;
    padding-right: 15px;
}
.cntrlogo-navmenu .navbar .nav-item:before {
    content: "";
    background-color: #f6821b;
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: height .5s ease 0s;
}
.cntrlogo-navmenu .navbar .nav-item .nav-link {
    text-transform: uppercase;
    font-family: inherit;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    transition: color .5s ease 0s;
    width: 100%;
}
.cntrlogo-navmenu .navbar .nav-item:hover:before {
  height: 100%;
}
.cntrlogo-navmenu .navbar .nav-item:hover .nav-link {
  color: #fff;
}
.cntrlogo-navmenu .navbar .nav-item.active {
  position: relative;
}
.cntrlogo-navmenu .navbar .nav-item.active:before {
    height: 100%;
    background-color: transparent;
}
.cntrlogo-navmenu .navbar .nav-item.active .nav-link {
    color: #ffc693;
}
.partial-nav-dots {
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
  cursor: pointer;
  height: 18px;
  display: none;
  border: none;
  background: 0 0;
  z-index: 1;
}
.navbar-toggler {
  position: absolute;
  top: 4px;
  border: none;
  padding: 0;
  font-size: 23px;
  right: 10px;
}

/*======================================= Home Banner & Booking Form =====================================*/
.search-form {
  margin-bottom: 75px;
}

.search-form .ctrl-inner-wraper {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 100px;
}

.search-form .ctrl-inner-wraper .cntbox {
    display: inline-block;
    margin-bottom: 50px;
    text-align: left;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (max-width:992px) {
  .search-form .ctrl-inner-wraper .cntbox {
    margin-bottom: 80px;
  }
}
.search-form .ctrl-inner-wraper .cntbox .sec-heading {
    font-size: 55px;
    padding-top: 30px;
    font-weight: 800;
    color: #0c3e6a;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.search-form .ctrl-inner-wraper .cntbox .sec-heading span {
    color: #f6821b;
}
.search-form .ctrl-inner-wraper .cntbox .deals-row {
  display: flex;
  flex-direction: row;
}

.search-form .ctrl-inner-wraper .cntbox .deals-row .leftbox ul {
    width: 90%;
}
.search-form .ctrl-inner-wraper .cntbox .deals-row .leftbox ul li {
    background: #ffffff;
    padding: 15px;
    border-radius: 5px;
    color: #0c3e6a;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    border-left: 5px solid #ff8b06;
}
.search-form .ctrl-inner-wraper .cntbox .deals-row .leftbox ul li i {
    color: #0c3e6a;
    font-size: 18px;
    margin-right: 5px;
}
/*=========== Home Review===========This Needs to Be Sorted=========*/
.cus-reviews {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.cus-reviews .vertical .slick-list {
    max-height: 300px;
    background: #fff;
    width: 95%;
    padding: 30px;
    border-radius: 15px;
}

.cus-reviews .csreview-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  opacity: 0;
}

@media (min-width: 768px) {
.cus-reviews .csreview-item {
    flex-direction: row;
  }
}

@media (min-width: 1360px) {
.cus-reviews .csreview-item {
    margin-bottom: 10px;
  }
}

@media (min-width: 1920px) {
.cus-reviews .csreview-item {
    margin-bottom: 40px;
  }
}

.cus-reviews .csreview-item.slick-active {
  opacity: 1;
}

.cus-reviews .csreview-item .cs-thumb {
  margin-right: 0px;
  width: 130px;
}

@media (min-width: 768px) {
.cus-reviews .csreview-item .cs-thumb {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
.cus-reviews .csreview-item .cs-thumb {
    margin-right: 20px;
  }
}
.cus-reviews .csreview-item .cs-content {
  position: relative;
  width: 100%;
  display: inline-block;
}

@media (max-width: 992px) {
  .cus-reviews .csreview-item .cs-content {
    width: 70%;
  }
}
.cus-reviews .csreview-item .cs-content h5 {
    margin: 0px;
    color: #0c3e6a;
}
.cus-reviews .csreview-item .cs-content p {
    font-size: 14px;
    font-family: inherit;
    font-style: italic;
    color: #252525;
    line-height: 1.5;
    margin-bottom: 0;
}

.cus-reviews .csreview-item .cs-content .rating {
    position: relative;
    margin-bottom: 10px;
    display: block;
}

.cus-reviews .csreview-item .cs-content .rating i {
    display: inline-block;
    color: #ff9800;
    font-size: 18px;
}
.cus-reviews .csreview-item .cs-content .rating i:after {
    opacity: 1;
}
.cus-reviews .slick-dots {
  bottom: -10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .cus-reviews .slick-dots {
    bottom: -20px !important;
  }
}
.cabservice-bnr {
    padding-top: 25px;
    height: 12px;
}

.cabservice-bnr .ctrl-wraper2 {
  display: flex;
  position: relative;
  flex-direction: column;
}

@media (min-width:768px) {
  .cabservice-bnr .ctrl-wraper2 {
    flex-direction: row-reverse;
  }
}

.cabservice-bnr img {
  width: auto!important;
}

.cabservice-bnr .dottedtext2 {
  position: absolute;
  left: -100px;
  right: auto!important;
  top: 600px;
  width: 100%;
  z-index: -1;
}

.cabservice-bnr .cap {
  width: 100%;
  position: static;
  padding: 0;
  text-align: right;
}

@media (min-width:1440px) {
  .cabservice-bnr .cap {
    width: 100%;
    left: 0;
    top: 0;
    padding: 0;
  }
}

.cabservice-bnr .cap h2 {
  text-transform: uppercase;
  color: #212c64;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: inherit;
  float: right;
}

@media (min-width:479px) {
  .cabservice-bnr .cap h2 {
    width: 320px;
    font-size: 36px;
    line-height: 36px;
  }
}

@media (min-width:576px) {
  .cabservice-bnr .cap h2 {
    width: 100%;
    font-size: 40px;
    line-height: 40px;
  }
}

@media (min-width:768px) {
  .cabservice-bnr .cap h2 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    float: unset;
  }
}

@media (min-width:992px) {
  .cabservice-bnr .cap h2 {
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
}

@media (min-width:1360px) {
  .cabservice-bnr .cap h2 {
    font-size: 62px;
    line-height: 62px;
    margin-bottom: 25px;
    letter-spacing: 3px;
  }
}

@media (min-width:1440px) {
  .cabservice-bnr .cap h2 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 30px;
    letter-spacing: 6px;
  }
}

.cabservice-bnr .cap h2 span {
  color: #ff8b06;
  font-family: inherit;
}

.cabservice-bnr .cap strong {
    background-color: #ff8b06;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

@media (min-width:479px) {
  .cabservice-bnr .cap strong {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (min-width:768px) {
  .cabservice-bnr .cap strong {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 18px;
  }
}

@media (min-width:992px) {
  .cabservice-bnr .cap strong {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    width: 100%;
  }
}

@media (min-width:1360px) {
    .cabservice-bnr .cap strong {
        margin-bottom: 30px;
        font-size: 18px;
        padding: 10px 25px 10px 25px;
    }
}

.cabservice-bnr .cap strong:before {
  content: "";
  height: 100%;
  width: 2000px;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  position: absolute;
  background-color: #0c3e6a;
  z-index: -1;
}

.cabservice-bnr .cap p {
  text-transform: uppercase;
  color: #212c64;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
}

@media (min-width:576px) {
  .cabservice-bnr .cap p {
    white-space: pre-line;
  }
}

@media (min-width:1360px) {
  .cabservice-bnr .cap p {
    letter-spacing: 2px;
    font-size: 13px;
    line-height: 20px;
  }
}

@media (min-width:1440px) {
  .cabservice-bnr .cap p {
    letter-spacing: 4px;
  }
}

/*=========================== Search Form =====================*/
 .formbox {
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
  height: auto;
}

@media (min-width: 576px) {
   .formbox {
    padding: 40px;
    border-radius: 40px;
  }
}

@media (min-width:1360px) {
    .search-form .ctrl-inner-wraper .cntbox {
        flex: 0 0 55%;
        max-width: 55%;
    }
   .formbox {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (min-width: 1920px) {
    .search-form .ctrl-inner-wraper .cntbox {
        flex: 0 0 60%;
        max-width: 60%;
    }
   .formbox {
        flex: 0 0 40%;
        max-width: 40%;
  }
}
 .formbox .pnl-header {
  margin-bottom: 30px;
}
 .formbox .pnl-header h4 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
}

.formbox .pnl-body {
  position: relative;
}

 .formbox .pnl-body form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

 .formbox .pnl-body form .form-field {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width:1200px) {
   .formbox .pnl-body form .form-field {
    width: 45%;
  }
}

.formbox .pnl-body form .mandatory-field {
    font-size: 15px;
    text-align: right;
    margin-top: 5px;
    padding-right: 10px;
}
.form-field label {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 500;
}
@media (max-width: 991px) {
.form-field {
    margin-bottom: 15px;
}

}
.form-field .custom-input {
    border: none;
    border-bottom: 1px solid #f89605;
    padding: 7px 0;
    color: #3b3a3a;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    width: 100%;
    border-radius: 0px;
    font-weight: 600;
    padding-left: 10px;
    background: none;
    box-shadow: none;
    position: relative;
    top: inherit;
    right: inherit;
    z-index: inherit;
}
.form-field i {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 25px;
    cursor: pointer;
    pointer-events: none;
    color: #0c3e6a4d;
}
.icon-location select:focus + i, .icon-time select:focus + i, .icon-calendar input:focus + i, .icon-promo input:focus + i {
    color: #ff8b06;
}
.form-error {
    font-size: 14px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    right: 25px;
    z-index: 1;
    background-color: #ff8d85;
    font-weight: normal;
    display: inline-block;
    padding: 2px 8px;
    color: #fff;
}
.form-error:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    right: 10%;
}
@media (min-width: 1440px) {
    .formbox .form-searchbtn {
        padding-left: 20px;
    }
    .formbox .quick-guide {
        padding-left: 30px;
    }
}
.btn-search-now {
  background-color: #0c3e6a;
  padding: 12px 50px 12px 15px;
  border-radius: 30px;
  font-size: 15px;
  line-height: 13px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}
.btn-search-now:hover {
 color: #fff;   
}
@media (max-width: 1920px) {
  .btn-search-now {
    padding: 18px 90px 18px 25px;
  }
}
@media (max-width:1360px) {
  .btn-search-now {
    padding: 18px 70px 18px 25px;
  }
}
.btn-search-now i {
    color: #fff;
    position: absolute;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #ff8b06;
    font-size: 24px;
    line-height: 30px;
    padding: 7px;
    right: -2px;
    top: -2px;
    width: 55px;
    height: 55px;
}
.btn-search-now i:hover { 
    background: #0c3e6a;
    color: #ff8b06;
}
/*============================ review slider home page ===========================================*/
.slider {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.slider__container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  white-space: nowrap;
}

.slider__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  visibility: hidden;
}

.slider__item {
  position: relative;
  height: 100%;
  width: 100%;
  display: inline-block;
}
/*============================ Footer ===========================================*/
footer {
    padding-top: 50px;
}
footer:before {
    content: "";
    width: 100%;
    height: calc(100% - -10px);
    background-image: linear-gradient(0deg, #0c3e6a 0%, #0c3e6a 100%);
    position: absolute;
    bottom: 0px;
}
footer .ftr-main-sec {
    padding-bottom: 20px;
}
footer .ftr-main-sec .ftr-headng {
    color: #ecf6f8;
    margin-bottom: 15px;
}
footer .ftr-main-sec .about .footer-logo {
    margin-right: 2%;
    float: left;
    height: 120px;
    width: 120px;
}
footer .ftr-main-sec .about span { 
    color: #fff;
}

footer .ftr-main-sec .menu ul li {
    margin-bottom: 5px;
    font-size: 14px;
}
footer .ftr-main-sec .menu ul li a {
    color: #fbab36;
}
footer .ftr-main-sec .reachus p {
    color: #ecf6f8;
    margin-bottom: 5px;
    font-size: 14px;
}

footer .ftr-main-sec .social .subscribe-social .btn-subscribe {
    color: #191919;
    background-color: #ffb007;
    border-color: #efefef;
}
footer .ftr-main-sec .social .subscribe-social .btn-subscribe:hover {
    background-color: #ff8b06;
}
footer .ftr-main-sec .social .subscribe-social .social-links  {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
footer .ftr-main-sec .social .subscribe-social .social-links li {
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
}
footer .copyright {
    padding-top: 30px;
}
footer .copyright p {
    font-size: 15px;
    font-weight: 500;
    color: #bbbbbb;
    text-transform: inherit;
}
footer .paymment-icon {
    padding: 20px;
}
/*===================================== Scroll Bar ================================*/
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
    max-height: 550px !important;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.8;
}

.scrollbar-inner > .scroll-element .scroll-element_track {background-color: #29598a;}
.scrollbar-inner > .scroll-element .scroll-bar {background-color: #90c7ff;}
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #29598a;}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #29598a;}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

/*===================================== Site Loader ================================*/
.site-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fffffff0;
}
.site-loader .placeholder {
    top: 50%;
    z-index: 99999;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}
.site-loader .placeholder img {
    background: #ecf6f8;
    border-radius: 25px;
    border: 5px solid #242021;
}
.site-loader .placeholder h3 {
    position: relative;
    color: rgb(246 130 27);
    font: 40px museosans,Arial,Helvetica,sans-serif;
    font-weight: 800;
}
.site-loader .placeholder h3:before {
    content: attr(data-text);
    position: absolute;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    color: #0c3e6a;
    animation: loading 6s linear infinite;
}
@keyframes loading {
    0% {
        max-width: 0;
    }
}
/*=============================== BootStrap Notice Messages ===============================*/
.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 20px;
    font-size: 14px;
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #009688;
}
.notice-success>strong {
    color: #009688;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}
/*=========================== Site Page Common CSS ==================================== */
.site-pages .ctrl-wraper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 40px;
}
.site-pages .page-bar {
    padding: 20px 10px 20px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #fff;
    box-shadow: none;
}
.site-pages .page-bar .page-header h3 {
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 0px;
    font-weight: 900;
    color: #0c3e6a;
}
.site-pages .cat-list li {
	text-align: left;
	font-size: 16px;
	color: #333f4b;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
	font-weight: 400;
}

@media (min-width: 480px) {
	.site-pages .cat-list li {
		width: 49%;
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) {
	.site-pages .cat-list li {
		width: 100%;
	}
}

.site-pages .cat-list li a {
	color: #0f4c81;
	font-weight: 700;
	position: relative;
	text-decoration: none;
}
.site-pages .cat-list li a:hover {
    color: #066db9;
}
.site-pages .cat-list li .active {
    color: #ff8601;
}

@media (min-width: 768px) {
	.site-pages .cat-list li:last-child {
		margin-bottom: 0px;
	}
}
@media (min-width: 1200px) {
    .sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}
.sticky {
    top: 0;
}
.site-pages .view-features .features-point {
    margin-bottom: 20px;
}
.site-pages ul li {
    margin-bottom: 5px;
}
.site-pages ul li b {
    padding-right: 5px;
}
/*========================== Support Page ============================*/
.site-pages .cs-left-side {
    float: left;
    max-width: 70%;
    width: 70%;
    padding: 30px;
    order: unset;
    margin-bottom: 0px;
    background-color: #fff;
    border-right: 3px solid #f8f8f8;
}
.site-pages .cs-right-side {
    padding: 30px;
    max-width: 30%;
    width: 30%;
    order: unset;
    background-color: #0c3e6a;
    overflow: hidden;
}
/*========================== Terms Page ============================*/
.site-pages .terms-list li a {
    color: #fff;
}
