@charset "UTF-8";
@import"https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&amp;display=swap";
@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600;700&amp;display=swap";
@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,500;0,700;1,100&amp;display=swap";

/*!
* Bootstrap v4.6.2 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
    --blue: #df8b00;
    ;
    --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: #df8b00;
    ;
    --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", "Liberation 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
}

*,
*:before,
*:after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}




ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

img.a1 {
    width: 100%;
    max-width: 45px;
}

.pd-top-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-title {
    margin-bottom: 45px;
    position: relative;
}

.text-center {
    text-align: center !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.justify-content-center {
    justify-content: center !important;
}

.feature-offer.text-center {
    padding: 15px;
    padding-top: 0;

}

.feature-offer.text-center .speciality1 {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(237 56 0), rgb(253 125 33), rgb(253 203 2));
    border-image-slice: 1;
    width: 100%;
}

.feature-offer.text-center .speciality {
    border-left: none;
    padding: 16px !important;
    color: var(--thm-black);
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 0px 11px 0px #0000000d;
    position: relative;
    overflow: hidden;
}

.feature-offer.text-center .speciality::before {
    content: '';
    background-image: linear-gradient(90deg, rgba(254, 147, 5, 1) 0%, rgba(255, 227, 3, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.feature-offer.text-center .icon {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.feature-offer.text-center .speciality p,
.feature-offer.text-center .speciality:hover p {
    color: #000;
}

.feature-offer.text-center p {
    margin-bottom: 0;
    position: relative;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

.feature-offer.text-center .speciality2 {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(14 11 198), rgb(108 108 255), rgb(108 108 255));
    border-image-slice: 1;
    width: 100%;
}

.feature-offer.text-center .speciality {
    border-left: none;
    padding: 16px !important;
    color: var(--thm-black);
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 0px 11px 0px #0000000d;
    position: relative;
    overflow: hidden;
}

.feature-offer.text-center .speciality3 {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(239 114 122), rgb(239 114 122), rgb(234 144 160));
    border-image-slice: 1;
    width: 100%;
}

.feature-offer.text-center .speciality {
    border-left: none;
    padding: 16px !important;
    color: var(--thm-black);
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 0px 11px 0px #0000000d;
    position: relative;
    overflow: hidden;
}

.feature-offer.text-center .speciality4 {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(221 206 77), rgb(255 233 62), rgb(254 232 62));
    border-image-slice: 1;
    width: 100%;
}

.feature-offer.text-center .speciality {
    border-left: none;
    padding: 16px !important;
    color: var(--thm-black);
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 0px 11px 0px #0000000d;
    position: relative;
    overflow: hidden;
}

a {
    color: #df8b00;
    ;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,
.h1 {
    font-size: 2.5rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 1.75rem
}

h4,
.h4 {
    font-size: 1.5rem
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 720px
    }
}

@media (min-width: 992px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px
    }
}

@media (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .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-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}



.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    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:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem #df8b00;
}

.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::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

select.form-control[size],
select.form-control[multiple],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    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,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem #df8b00;
 
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.width {
        transition: none
    }
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

@media (prefers-reduced-motion: reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}

.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,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
    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-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.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-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:hover,
.navbar-toggler:focus {
    text-decoration: none
}

@media (max-width: 575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width: 767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        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
    }
}

@media (max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff80
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #ffffffbf
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: #ffffff;
    border-color: #ffffff;
}


@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
}



@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
}



@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}



.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}



.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translateY(-50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}


@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@media (prefers-reduced-motion: reduce) {

    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.p-0 {
    padding: 0 !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }
}

@media print {

    *,
    *:before,
    *:after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body,
    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    text-align: center !important;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.html) center center no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/slick.html);
    src: url(fonts/slickd41dd41d.html?#iefix) format("embedded-opentype"), url(fonts/slick-2.html) format("woff"), url(fonts/slick-3.html) format("truetype"), url(fonts/slick-4.html#slick) format("svg")
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\	;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "\2190"
}

[dir=rtl] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "\2192"
}

[dir=rtl] .slick-next:before {
    content: "\2190"
}

.slick-slider {
    margin-bottom: 0
}

.slick-dots {
    position: absolute;
    bottom: -5px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: left;
    margin-left: 0
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\2022";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-star:before {
    content: "\f005"
}

.fa-phone:before {
    content: "\f095"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-whatsapp:before {
    content: "\f232"
}

@media (min-width: 1200px) {
    .container {
        max-width: 1250px
    }
}

body {
    color: #000;
    font-size: 16px;
    font-family: Cormorant Garamond, serif;
    overflow-x: hidden !important
}

.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700
}

a {
    font-weight: bolder;
}

.form-control {
    font-family: Roboto, sans-serif
}

.customReadMoreDiv p:before {
    font-family: FontAwesome;
    content: "\f101";
    display: inline-block;
    padding-right: 3px;
    padding-bottom: 3px;
    vertical-align: middle;
    font-weight: 700;
    color: #df8b00;
    ;
}

.customReadMoreDiv p {
    font-family: Roboto, sans-serif;
    font-weight: 300
}

h3.offerPrice span {
    margin-left: 5px
}

h3.offerPrice span:nth-child(1) {}

h3.offerPrice span:nth-child(3) {
    font-family: Cormorant Garamond, serif;
    font-size: 14px
}

.btnImgCall img {
    max-width: 70px
}

.navbar-brand {
    font-weight: 700;
    font-family: Roboto, sans-serif;
    text-transform: uppercase
}

#header {
    padding: 0;
    background: #ffffff;
}

#header a.nav-link {
    color: black;
    font-weight: 700;
    font-family: Roboto, sans-serif
}

#header li.nav-item {
    align-self: center;
    justify-content: center
}

#banner {
    position: relative;
    background-image: url(./bannerr.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 125px 0
}

.banner-text h1 {
    font-size: 62px;
    font-family: Cormorant Garamond, serif;
    color: #fff;
    line-height: 90px;
    margin-bottom: 0;
    margin-top: 15px;
    background: rgba(0, 0, 0, .5);
    padding: 10px;
    display: inline
}

.banner-text h4 {
    font-size: 38px;
    color: #fff;
    font-family: Cormorant Garamond, serif;
    line-height: 36px;
    margin-bottom: 30px;
    background: rgba(0, 0, 0, .6);
    display: inline-block;
    padding: 10px;
    font-weight: 700
}

.destination {
    padding: 7px;
    margin: 0;
    list-style-type: none;
    background: #df8b00;
    display: inline-block;
    text-align: center
}

.destination li {
    padding: 0 13px 0 0;
    color: #fff;
    font-size: 20px;
    margin: 0 10px 0 4px;
    list-style-type: none;
    display: inline-block;
    text-transform: uppercase;
    font-family: Cormorant Garamond, serif;
    border-right: solid 1px #000;
    line-height: 14px;
    font-weight: 700
}

.destination li:last-child {
    border-right: none
}

.banner-text {
    margin-top: 115px;
    text-align: center;
}

.free-quotes {
    background: #fff;
    position: relative
}

.sale-30 {
    position: absolute;
    left: -91px;
    top: -43px;
    z-index: 99;
    display: none
}

.free-quotes .get-free {
    background: #df8b00;
    ;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 30px;
    position: relative;
    font-weight: 700
}

.free-quotes .get-free:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #df8b00;
    ;
    bottom: -11px;
    left: 50%
}

.free-quotes .get-free-qoute {
    padding: 30px;
    background: #f1f0ee
}

.free-quotes .get-free-qoute .form-control {
    border-radius: 0
}

.btn-enq {
    background: #df8b00;
    ;
    border-radius: 50px;
    font-size: 18px;
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bolder
}

.btn-enq:hover {
    background: #008ca1;
    color: #fff
}

.best-price {
    position: absolute;
    right: 100px;
    top: -90px;
    z-index: 99;
    opacity: .5;
    transform: rotate(-25deg)
}

.h1-global {
    font-size: 44px;
    font-family: Cormorant Garamond, serif;
    position: relative;
    color: #1f3a53;
    margin-top: 20px;
    margin-bottom: 23px;
}

.h1-global:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 1px;
    background: #6ade3a;
    content: "";
    width: 16%;
    margin: 0 auto
}

.h1-global span {
    font-family: Cormorant Garamond, serif;
    color: #1166a6
}

.packages {
    margin-top: 20px
}

.packages figure {
    position: relative;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all 1s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    transform: scale(1)
}

.packages figure:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1.06)
}

.packages .pack img {
    width: 400px;
    height: 300px !important;
    object-fit: cover;
}

.packages .budget {
    position: absolute;
    top: -8px;
    right: -7px;
    display: none
}

.packages h2 {
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.packages h3 {
    font-size: 20px;
    margin-bottom: .5rem;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.packages h3 span {
    color: #df8b00;
    ;
}

.itnry {
    padding: 10px 0;
    margin: 0;
    list-style-type: none;
    border-bottom: solid 1px #cfcfcf;
    border-top: solid 1px #cfcfcf
}

.itnry li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
    width: 19%;
    text-align: center;
    font-size: 14px;
    color: #20241e;
}

.itnry li.active {
    color: #df8b00;
    ;
}

.itnry li.active figure {
    opacity: .3
}

.itnry li figure {
    padding: 0;
    margin: 0
}

.itnry li p {
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-family: Roboto, sans-serif
}

.customReadMore {
    margin-top: 20px
}

.customReadMore h5 {
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    background: linear-gradient(to right, #000 20%, #fdb305 40%, #fdb305 60%, #000 80%);
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 2s linear infinite
}

@keyframes shine {
    to {
        background-position: 200% center
    }
}

.customReadMore a {
    color: #008ca1
}

.price-tag {
    border-bottom: solid 1px #cfcfcf;
    border-top: solid 1px #cfcfcf;
    padding: 10px 0;
    margin-top: 20px;
    float: left;
    width: 100%
}

.btn-detail {
    float: right
}

.btn-detail .btn {
    background: #df8b00;
    ;
    border-radius: 50px;
    font-size: 14px;
    padding: 6px 21px;
    color: #ffff;
    text-transform: uppercase;
    font-weight: bolder;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.btn-detail.btn-smart {
    max-width: 50%
}

a.btn.btn-detail.btn-whatsapp {
    background: green
}

.btn-call-whatsapp a {
    float: left
}

.btn-call-whatsapp a:nth-child(2) {
    margin-left: 5px
}

#confused {
    background-attachment: scroll;
    background-image: linear-gradient(to right, #954545, #040101);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 25px 0 50px;
    background-size: cover;
}

#confused h1 {
    margin-bottom: 50px
}

.white-color {
    color: #fff !important
}

.requirement {
    background: #df8b00;
    ;
    border-radius: 50px;
    font-size: 18px;
    padding: 6px 50px;
    color: #fff;
    text-transform: uppercase
}

.requirement:hover {
    background: #19e5d3;
    color: #fff
}

#footer {
    background: black;
    padding: 50px
}

.ftr-link {
    padding: 0;
    margin: 0 0 80px;
    list-style-type: none;
    text-align: center
}

.ftr-link li {
    padding: 0 12px;
    margin: 0;
    list-style-type: none;
    display: inline-block;
    color: #fff;
    border-right: solid 1px #fff;
    font-size: 18px;
    line-height: 15px;
    text-transform: uppercase
}

.ftr-link li:last-child {
    border-right: none
}

.ftr-h4 {
    color: #fff;
    font-family: Cormorant Garamond, serif;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.ftr-h5 {
    color: #fff;
    font-family: Cormorant Garamond, serif;
    font-size: 18px;
    margin-top: 20px;
    text-transform: uppercase
}

.approved {
    margin-top: 42px
}

.ftr-cnt {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.ftr-cnt li {
    padding: 0 0 0 40px;
    margin: 0 0 10px;
    list-style-type: none;
    font-size: 24px;
    color: #fff;
    position: relative;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 20px
}

.ftr-cnt li a {
    color: #fff;
    font-weight: 700
}

.ftr-cnt li a:hover {
    text-decoration: none
}

#copywrite {
    background: #353535;
    padding: 12px 0;
    text-transform: uppercase
}

#copywrite p {
    margin: 0;
    padding: 0;
    color: #fff
}

.coi-pop .modal-header {
    background: #df8b00;
}

.coi-pop .modal-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700
}

.coi-pop .close {
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: 1
}

#thank-you {
    padding: 100px
}

#thank-you a {
    color: #1166a6
}

.inner_mobile>.container {
    max-width: 100%
}

.inner_mobile {
    width: 100%;
    max-width: 100%;
    bottom: 0;
    background: #ffd200;
    position: fixed
}

._col_m {
    border-right: 1px solid #0004d0;
    color: #f7f7f7;
    height: 100%;
    justify-content: center;
    background: #243a51;
    cursor: pointer
}

._btn_bm {
    margin: 0;
    width: 100%;
    background: transparent;
    border: none;
    color: #000;
    padding: 10px 0;
    font-size: 700
}

._btn_bm,
._col_bm,
._col_m {
    text-align: center;
    font-size: 22px
}

.fa-1x {
    font-size: 31px !important;
    margin-top: 13px;
    color: #fff
}

.section_mobile,
.mobile-footer {
    display: none
}

.btn-mobile {
    display: block
}

.get-a-free-quote {
    position: fixed;
    top: 50%;
    z-index: 999;
    right: 0
}

.logo {
    margin-top: 4px
}

.logo-m {
    display: none
}

@keyframes blink-animation {
    to {
        visibility: hidden
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden
    }
}

#nationalTourismAward {
    background: #fafafa;
    padding-top: 0
}

#nationalTourismAward .container {
    padding: 50px 0
}

#nationalTourismAward .slick-prev:before {
    color: #000
}

#nationalTourismAward .slick-next:before {
    color: #000
}

@media only screen and (max-width: 1200px) {
    .best-price-2 {
        position: absolute;
        left: 73px;
        top: -48px;
        z-index: 99;
        opacity: .5;
        transform: rotate(-25deg);
        width: 100px
    }

    .sale-30 {
        position: absolute;
        left: -51px;
        top: -11px;
        width: 67px;
        z-index: 99
    }

    .best-price {
        position: absolute;
        right: 90px;
        top: -139px;
        width: 117px;
        z-index: 99
    }

    .banner-text h1 {
        font-size: 46px;
        line-height: 45px
    }

    .banner-text h4 {
        font-size: 32px
    }

    .destination li {
        font-size: 15px
    }

    .itnry li {
        width: 18%;
        font-size: 12px
    }

    .packages h3 {
        font-size: 18px;
        min-height: 43px
    }

    .packages h2,
    .price-tag .price {
        font-size: 18px
    }

    .btn-detail .btn {
        font-size: 16px
    }

    .ftr-cnt li {
        font-size: 20px
    }

    .ftr-link li {
        margin: 0 0 13px
    }
}

@media only screen and (max-width: 992px) {
    #tourdiscription:before {
        left: 57%
    }

    img.img-fluid1 {
        width: 100%;
        max-width: 116px;
    }

    .free-quotes .get-free {
        font-size: 22px;
        padding: 10px 0
    }

    .free-quotes .get-free-qoute {
        padding: 20px 10px 10px
    }

    .banner-text h1 {
        font-size: 32px
    }

    .banner-text h4 {
        font-size: 27px
    }

    .destination li {
        font-size: 12px;
        margin: 0 2px;
        padding: 0 9px 0 0
    }

    .h1-global {
        font-size: 35px
    }

    .packages h2,
    .packages h3 {
        font-size: 15px
    }

    .customReadMore h5 {
        font-size: 16px
    }

    .btn-mobile {
        display: block;
        float: none
    }

    .ftr-cnt li {
        font-size: 14px;
        padding: 0 0 0 30px
    }

    .ftr-cnt li img {
        width: auto
    }

    .logo {
        margin-top: 0
    }
}

@media only screen and (min-width: 768px) {
    span.smartLook {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .logo-m {
        display: block
    }

    .logo {
        display: none
    }

    .logo {
        margin-top: 0
    }

    .btn-detail .btn {
        width: 100%
    }

    .btn-mobile {
        display: inline-block;
        float: none;
        width: 100%
    }

    .get-a-free-quote,
    .btn-dsktp {
        display: none
    }

    .section_mobile {
        display: block
    }

    .section_mobile .col-md-9 {
        width: 75%
    }

    #confused {
        background-attachment: scroll
    }

    #copywrite p {
        font-size: 12px
    }

    #copywrite {
        padding: 10px 0;
        margin-bottom: 44px
    }

    .hidden-md,
    .trusted {
        display: none
    }

    .ftr-link {
        display: none;
        padding: 0;
        margin: 0 0 20px
    }

    .ftr-link li {
        font-size: 13px
    }

    #banner {}

    #banner .col-sm-8,
    #banner .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .banner-text {
        text-align: center
    }

    #banner .free-quotes {
        margin-top: 0
    }

    #banner .free-quotes .get-free {
        font-size: 30px
    }

    #banner .destination li {
        font-size: 15px
    }

    #banner .banner-text h1 {
        font-size: 28px
    }

    .h1-global {
        font-size: 27px;
        line-height: 35px
    }

    .approved {
        margin-top: 0;
        margin-bottom: 15px
    }

    .ftr-h4 {
        margin-bottom: 10px
    }

    #footer {
        padding: 20px 0 0
    }

    a.btn.btn-detail.btn-phone,
    a.btn.btn-detail.btn-whatsapp {
        max-width: 50px
    }

    #nationalTourismAward .slick-next {
        right: unset
    }

    #nationalTourismAward .slick-prev {
        left: unset
    }
}


@media only screen and (max-width: 568px) {
    .h1-global {
        margin-top: 25px
    }

    .sale-30 {
        position: absolute;
        left: 6px;
        top: -11px;
        width: 71px;
        z-index: 99
    }

    .banner-text h1 {
        font-size: 28px
    }

    .best-price {
        position: absolute;
        right: 42px;
        top: -59px;
        width: 117px;
        z-index: 99
    }

    #banner .banner-text {
        margin-top: 110px !important
    }

    .requirement {
        font-size: 12px;
        padding: 6px 15px
    }

    .approved {
        margin-top: 0;
        margin-bottom: 15px
    }

    #banner {
        background-image: url(banner-original.e7c007b3.jpg);
        background-size: cover;
        padding: 25px 0 0;
        background-position: center center;
        background-position-y: -271px;
    }

    #thank-you {
        padding: 50px 0
    }
}

@media only screen and (max-width: 450px) {
    .banner-text h4 {
        font-size: 20px;
        font-weight: 700
    }

    #banner .banner-text h1 {
        font-size: 22px
    }

    .best-price {
        position: absolute;
        right: 20px;
        top: 93px;
        width: 84px;
        z-index: 99
    }

    .sale-30 {
        position: absolute;
        left: -6px;
        top: -55px;
        width: 71px;
        z-index: 6
    }

    .logo img {
        margin: 0 auto
    }

    #thank-you {
        padding: 20px 0
    }

    .packages h3 {
        min-height: unset
    }

    .col-md-smart-btn-left {
        width: 30% !important
    }

    .col-md-smart-btn-right {
        width: 70% !important
    }

    .col-md-6.col-sm-6.btn-detail.btn-smart.btn-mobile.btn-call-whatsapp a img {
        max-width: 30px;
        margin-top: 6px
    }

    .btn-detail.btn-smart {
        max-width: 100%
    }
}

@media only screen and (max-width:992px) {
    .nav-arisone {
        display: none
    }
}