:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}


/** {
    border: 1px solid red;
}*/

html {
    font-family: 'Calibri', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}


@font-face {
    font-family: 'Calibri';
    src: url('/assets/fonts/Calibri/subset-Calibri.eot');
    src: local('Calibri'),
        url('/assets/fonts/Calibri/subset-Calibri.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Calibri/subset-Calibri.woff2') format('woff2'),
        url('/assets/fonts/Calibri/subset-Calibri.woff') format('woff'),
        url('/assets/fonts/Calibri/subset-Calibri.ttf') format('truetype'),
        url('/assets/fonts/Calibri/subset-Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('/assets/fonts/Calibri/subset-Calibri-Bold.eot');
    src: local('Calibri Bold'), local('Calibri-Bold'),
        url('/assets/fonts/Calibri/subset-Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Calibri/subset-Calibri-Bold.woff2') format('woff2'),
        url('/assets/fonts/Calibri/subset-Calibri-Bold.woff') format('woff'),
        url('/assets/fonts/Calibri/subset-Calibri-Bold.ttf') format('truetype'),
        url('/assets/fonts/Calibri/subset-Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('/assets/fonts/Calibri/subset-Calibri-Italic.eot');
    src: local('Calibri Italic'), local('Calibri-Italic'),
        url('/assets/fonts/Calibri/subset-Calibri-Italic.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Calibri/subset-Calibri-Italic.woff2') format('woff2'),
        url('/assets/fonts/Calibri/subset-Calibri-Italic.woff') format('woff'),
        url('/assets/fonts/Calibri/subset-Calibri-Italic.ttf') format('truetype'),
        url('/assets/fonts/Calibri/subset-Calibri-Italic.svg#Calibri-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('/assets/fonts/Calibri/subset-Calibri-BoldItalic.eot');
    src: local('Calibri Bold Italic'), local('Calibri-BoldItalic'),
        url('/assets/fonts/Calibri/subset-Calibri-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Calibri/subset-Calibri-BoldItalic.woff2') format('woff2'),
        url('/assets/fonts/Calibri/subset-Calibri-BoldItalic.woff') format('woff'),
        url('/assets/fonts/Calibri/subset-Calibri-BoldItalic.ttf') format('truetype'),
        url('/assets/fonts/Calibri/subset-Calibri-BoldItalic.svg#Calibri-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}





    @font-face {
      font-family: 'fontello';
      src: url('/assets/fonts/icons/fontello-d302a46d/font/fontello.eot?46359656');
      src: url('/assets/fonts/icons/fontello-d302a46d/font/fontello.eot?46359656#iefix') format('embedded-opentype'),
           url('/assets/fonts/icons/fontello-d302a46d/font/fontello.woff?46359656') format('woff'),
           url('/assets/fonts/icons/fontello-d302a46d/font/fontello.ttf?46359656') format('truetype'),
           url('/assets/fonts/icons/fontello-d302a46d/font/fontello.svg?46359656#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
    .demo-icon {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: never;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }





footer,
nav {
    display: block
}

body {
    margin: 0;
    font-family: 'Calibri', sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 16px;
}

strong {
    font-weight: bold
}

small {
    font-size: 80%
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    vertical-align: middle;
    border-style: none
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: bold;
    line-height: 1.2
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

small {
    font-size: 80%;
    font-weight: normal;
}

.text-light {
    color: gray;
}

.text-white {
    color: white;
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-3,
.col-lg-6,
.col-md-10,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-md-9,
.col-sm-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media (min-width:768px) {
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-group {
    margin-bottom: 1rem
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}


.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:576px) {
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
}

.btn {
    display: inline-block;
    font-weight: normal;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: normal;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}


.dropdown-menu.show {
     display: block; 
}


.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-between;
}

.nav-link {
    display: block;
    padding: 0.1rem 0.1rem;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-tabs {
     
       border: 1px solid var(--gray);
       
}

.navtabshome {
     
       border: 0px solid var(--gray);
       filter: drop-shadow(0px 2px 2px #ccc);

}


.nav-tabs .nav-item {
    margin-bottom: 0px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: none
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #0854aa #0854aa #0854aa;
}

.nav-pills .nav-link {
    border-radius: 0rem
}

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #0854aa
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        justify-content: right;
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.9%29' stroke-miterlimit='0' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-white {
    background-color: #fff !important
}

.border {
    border: 1px solid #dee2e6 !important
}

 .borderrightonly {
    border-right: 1px solid gray !important;
 }

.border-0 {
    border: 0 !important
}

.border-dark {
    border-color: #343a40 !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.d-inline {
    display: inline !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

@media (min-width:576px) {
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
}

@media (min-width:1200px) {
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

@supports ((position:-webkit-sticky) or (position:sticky)) {}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.px-1 {
    padding-right: .25rem !important
}

.px-1 {
    padding-left: .25rem !important
}

.py-2 {
    padding-top: .5rem !important
}

.py-2 {
    padding-bottom: .5rem !important
}

.py-4 {
    padding-top: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important
}

.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.py-5 {
    padding-top: 3rem !important
}

.py-5 {
    padding-bottom: 3rem !important
}

.mr-auto {
    margin-right: auto !important
}

@media (min-width:576px) {
    .mr-sm-3 {
        margin-right: 1rem !important
    }
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.font-weight-bold {
    font-weight: bold !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }
}




.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}





/*** uncss> filename: assets/css/styles.css ***/
@media (min-width: 576px) {
    .rounded-nav {
        border-radius: 50rem !important;
    }
}

@media (min-width: 576px) {
    .rounded-nav .nav-link {
        border-radius: 0rem !important;
    }
}

.with-arrow .nav-link.active {
    position: relative;
}



.nav-pills .nav-link {
    color: #000;
}

.text-uppercase {
    letter-spacing: 0.5px;
}





.footer-clean {
    padding: 50px 0;
    background-color: #fff;
    color: #4b4c4d;
}

.footer-clean ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 0;
}

.footer-clean ul a:hover {
    opacity: 1;
}

.footer-clean .item.social {
    /*text-align: right;*/
}

@media (max-width:767px) {
    .footer-clean .item {
        /*text-align: center;*/
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .footer-clean .item.social {
        /*text-align: center;*/
    }
}






.navigation-clean-button {
    background: #fff;
    padding-top: .36rem;
    padding-bottom: .36rem;
    color: #333;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}



    .hidemob {
    display: none;
}

@media (min-width:768px) {
    .navigation-clean-button {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

.bigshow {
    display: flex;
    flex-direction: column;
    align-self: self-start;
}






}

.navigation-clean-button .navbar-toggler {
    border-color: #ddd;
}

.navigation-clean-button .navbar-toggler:hover,
.navigation-clean-button .navbar-toggler:focus {
    background: none;
}

.navigation-clean-button .navbar-toggler {
    color: #888;
}

.navigation-clean-button .navbar-collapse {
    border-top-color: #ddd;
}

.navigation-clean-button .navbar-nav a.active {
    background: none;
    box-shadow: none;
}

.navigation-clean-button.navbar-light .navbar-nav a.active,
.navigation-clean-button.navbar-light .navbar-nav a.active:focus,
.navigation-clean-button.navbar-light .navbar-nav a.active:hover {
    color: #ffffff;
    box-shadow: none;
    background: #0854aa;
    pointer-events: none;
}

.navigation-clean-button.navbar .navbar-nav .nav-link {
    padding-left: 12px;
    padding-right: 12px;
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link {
    color: #222;
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link:focus,
.navigation-clean-button.navbar-light .navbar-nav .nav-link:hover {
    color: #37434d !important;
    background-color: transparent;
}

.navigation-clean-button .navbar-nav>li>.dropdown-menu {
    margin-top: -5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: 2px;
    white-space: nowrap;
}

.navigation-clean-button .dropdown-menu .dropdown-item:focus,
.navigation-clean-button .dropdown-menu .dropdown-item {
    line-height: 2;
    font-size: 16px;
    color: #37434d;
}

.navigation-clean-button .dropdown-menu .dropdown-item:focus,
.navigation-clean-button .dropdown-menu .dropdown-item:hover {
    background: #eee;
    color: inherit;
}

.search-form .input-group input {
    background-color: #ffffff;
    box-shadow: none;
    color: #4E565C;
    outline: none;
    border: 1px solid #b6c3cd;
    border-right: 0;
    border-left: 0;
}







.single_holiday_package {
    display: flex;
    column-gap: 7px;
    background-color: #fff;
    flex-wrap: wrap;
}

.single_holiday_package {
    flex: 1;
}

.cat {
    text-align: center;border-left: 3px solid #efeee5;padding: 2px 5px;flex-basis: 20%;
}
.single_holiday_package {
    
    flex-basis: 50%;
}

.holiday_package_meta {
    flex-basis: 46%;
    padding: 10px 0px 0;
}

.holiday_package_meta > a {
   color: black;
}

.cursorpointer:hover {
    cursor: pointer;
}







.holiday_package_meta_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;

    

}

.holiday_package_meta_bottom {
    padding: 0px 2px 2px 10px;
    border-top: 3px solid #efeee5;
    margin-left: -7px;
    margin-right: -10px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .1rem 0.1rem;
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, .125);
}




.moboneline {
    width: 100%;
    padding-left: 10px;
    padding-top: 5px;
    display: none;
    border-bottom: 2px solid #e9e9e2;
    border-radius: 0px;
}

@media (min-width: 992px) {
    .mobileIcons {
        display: none;
    }


}

@media (max-width: 991.98px) {
    .topLink {
        display: none;
    }

    .holiday_package_meta_bottom {
        display: none;
    }

    .holiday_package_meta {
    flex-basis: 65%;
}
.singleln {
    display: none;
}



.moboneline {
    display: block;
}


.cat {
    text-align: center;
    border: none;
    padding: 0px 3px 3px 0px;
    flex-basis: 40%;
}



}

@media (max-width: 991.98px) {
    .logo {
        width: 230px;
    }

}

.search-form {
    margin: 20px 5px;
    font: normal 12px sans-serif;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.footer-clean ul a {
    color: inherit;
    text-decoration: none;
    opacity: 1;
}

.footer-clean h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 20px;
}

.topLink {
    background: #0854aa;
}

.navbar.navbar-light.navbar-expand-md.navigation-clean-button {
    font-weight: normal;
    border-bottom: 2px solid #0854aa;
}


@media (max-width: 991.98px) {

    .navbar.navbar-light.navbar-expand-md.navigation-clean-button {

    border-bottom: 0px solid #0854aa;
}


}


.borderline {
    background: linear-gradient(rgba(0, 215, 164, 0.2), white);
    border-bottom: 2px solid #0854aa;
}

.text-center.searchpackages {
    margin-top: 35px;
    margin-bottom: 0px;
    background-color: white;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 2px rgba(33, 37, 41, 0.25);
    height: 415px;
}

.searchpackages2 {
    border-bottom-style: solid;
    border-bottom-color: #0854aa;
    text-align: left;
    border-width: 4px;
}

h6 {
    margin-top: 12px;
    padding-top: 12px;
}

.searchpackagesdrop {
    margin-right: 16px;
    margin-left: 30px;
}

.form-check.searchpackagesform {
    padding-top: 30px;
    padding-bottom: 4px;
/*    text-align: center;*/
}

.text-center.iataagent {
    font-size: 14px;
    font-weight: normal;
    color: #7a7a7a;
    line-height: 1rem;
}

.tourcodeborder {
    color: #0854aa;
    font-size: 16px;
    text-align: center;
    padding: 0px 8px;
}

.detailstour {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 0px solid #efeee5;
    display: flex;
    column-gap: 10px;
}

.tourcode2 {
    background: #ffffff;
    color: #0854aa;
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    border: 1px solid #0854aa;
}

.tourcode33 {
    border-style: solid;
    border-color: #0854aa;
    background: #0854aa;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding: 0px 2px;
}

.footer-clean.footerstyles {
    background: #0854aa;
    color: #ffffff;
    padding-bottom: 5px;
    padding-top: 80px;
}

.d-inline.weaccept {
    padding: 3px 15px;
    text-align: center;
    margin: 0px;
    background-color: #0854aa;
    font-size: 18px;
}

.d-inline.bankdeposit {
    padding: 3px 15px;
    text-align: center;
    margin: 0px;
    background-color: #0854aa;
    font-size: 18px;
}

.banknames {
    border-width: 1px;
    border-style: solid;
    margin-top: -10px;
    border-radius: 18px;
}

.col-md-12.likefollow {
    background: #f9e814;
    display: flex;
    padding-top: 22px;
    padding-bottom: 16px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
}

.fa.fa-star.mobileiconsclass {
    width: 28px;
    height: 27px;
    background-color: blue;
    padding: 4px;
    color: white;
    font-size: 22px;
    line-height: 18px;
    margin-right: 5px;
    border-radius: 50%;
}

.iataicon > div > div > img {
    max-width: 50px;
    margin-bottom: 5px;
}

.CalendarIcon {
    width: 20px;
    margin-right: 8px;
}

.LocationIcon {
    width: 15px;
    margin-right: 12px;
    position: relative;
    top: -2px;
}







  @media (max-width: 991.98px) {



.iataicon > div > div > img {
    max-width: 50px;
    margin-bottom: 10px;
}

.text-center.iataagent {
    font-size: 12px;
}

.text-center.searchpackages {
    height: auto;
}


}


.taboffer {
    max-width: 760px;
    display: block;
    text-align: center;
    margin: 0 auto;
}


#middle-tab {
     border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
}

#hotdeals-tab {
    border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
}



.splide__pagination {
    bottom: -1.5em !important;
}

.splide__pagination__page.is-active {
    background: #0854aa !important;
}





 .splide__arrow {

    background: white!important;

    height: 3em!important;
  
    opacity: 1!important;

    top: 40%!important;

    width: 3em!important;

    border: 1px solid black!important;
}

.splide__arrow svg {

    height: 1.6em!important;
    width: 1.6em!important;
}


.splide__arrow--prev {
    left: -14px!important;
}

.splide__arrow--next {
    right: -14px!important;
}



.topmargin30 {
    padding-top: 30px;
}

table {
  width: 100%;
  border-top: 6px solid red;
  border-left: 1px solid #cbcbcb;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;

}

table p {
    margin-bottom: 0.2rem;
}



th {
 color: #0854aa;
 padding: 5px 10px;
 font-size: 1.2rem;
 text-align: center;

}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

table {
    border-spacing: 0px;
}
table td, table th {
    padding: 5px 10px 2px 10px;
  
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
}

.icobg {
    background-color: white;
    padding: 2px;
    border-radius: 50%;
    color: #0854aa;
    font-size: 75%;
    margin: 4px;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1rem;
}

.item3 {
    text-align: left;
    line-height: 1rem;
}
.item4 {
    text-align: right;
}


/* Medium devices tablets, less than 992px */


.holiday {
   
    margin: 40px 0 30px 0;
    left: 50%;
    transform: translatex(-50%);
    position: relative;
    max-width: 450px;

}






/*home Page slider splide*/

.homeSliderSplide > .splide > div.splide__arrows> button.splide__arrow {


    border: 1px solid #89898940 !important;
    background-color: transparent !important;
}



.homeSliderSplide > .splide  > div.splide__arrows> button.splide__arrow--prev {


    left: .3em !important;
}


.homeSliderSplide > .splide  > div.splide__arrows> button.splide__arrow--next {


    right: .3em !important;
}

.homeSliderSplide > .splide > ul {
    display: none;
}

.homeSliderSplide > .splide > div.splide__arrows > button.splide__arrow> svg {

    height: 1em!important;
    width: 1em!important;

}


.homeSliderSplide > .splide > div.splide__arrows> button:focus {


    outline: none !important;

}




/*home Page slider splide*/










.singleSlider > .splide > div.splide__arrows> button.splide__arrow {


    border: none !important;
    background-color: #00000026 !important;
}



.singleSlider > .splide  > div.splide__arrows> button.splide__arrow--prev {


    left: .3em !important;
}


.singleSlider > .splide  > div.splide__arrows> button.splide__arrow--next {


    right: .3em !important;
}




.singleSlider > .splide > ul {
/*    display: none;*/
padding-bottom: 5px;
}

.singleSlider > .splide > div.splide__arrows > button.splide__arrow> svg {

    height: 1.6em!important;
    width: 1.6em!important;

    fill: #f9f9f9;


}


.singleSlider > .splide > div.splide__arrows> button:focus {


    outline: none !important;

}






  @media (max-width: 991.98px) {
    .item3, .item4 {
    text-align: center;
    
}



.quickviewbutton{
    display: none;
}


.nav-link {

    padding: 0.1rem 0.3rem;
}

    .holiday {

    max-width: 230px;

}


.holiday_package_meta > a > h3 {

    font-size: 1.1rem;
    line-height: 1.1rem;
    margin-bottom: 3px;
    padding-right: 3px;

}




}

.mobincluded {
    width: 46%;
    padding: 4px 0px 4px 4px;
}

.icon-coloryelloe {
    color: #f9cf28;
}

.openarrow {
    font-size: 80%;
    line-height: .8em;
    transform: rotate(90deg);
}

.openarrow2 {
    font-size: 60%;
    line-height: .6em;
    transform: rotate(90deg);
}

#profile1 > div > div > ul > li > p {
    margin-bottom: 0rem;
}




.faqpage > div > div > ul > li > p {
    margin-bottom: 0rem;
}


#otherinfo1 > div > div > ul > li > p {
    margin-bottom: 0rem;
}


.rangeSlider .rangeNub, .rangeSlider .rangeHandle:before {

    border-radius: 0px !important;

    width: 60% !important;
    height: 90% !important;

}

.rangeSlider {
    background-color: #00BCD4 !important;
    height: 0.3em !important;
   
}

.nomar {
    margin-bottom: 0px;
}




.quickdiv > div >  ul > li > p {
  margin-bottom: 0;
}



.detailsoff > p, .detailsoff > ul > li > p {
    margin-bottom: 0px;
}


