.nav-item,
body {
    font-size: 14px
}

body {
    font-family: Roboto, sans-serif
}

a {
    -webkit-transition: .25s all;
    transition: .25s all;
    color: #3c69ae
}

.bg-primary,
.btn-primary,
.list-group-item.active {
    background-color: #e59202!important;
    color: #fff!important
}

.text-primary {
    color: #e59202!important
}

.list-group-item.active,
btn-primary {
    border-color: #3c69ae
}

h2,
h4 {
    color: #105cd2;
    font-weight: 700
}

.figure-caption {
    color: #000
}

.btn,
.card {
    overflow: hidden;
    -webkit-transition: .25s box-shadow;
    transition: .25s box-shadow
}

.card:focus,
.card:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.pattern {
    background: linear-gradient(#3c69ae, rgba(36, 82, 155, .84));
    color: #fff;
    position: relative
}

.pattern:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/flockbg.png) top center #6b269b;
    background-size: 105px 105px;
    z-index: -1
}

.book-us .fa,
.dropdown-toggle::after {
    display: none
}

.bestSeller .card,
.dropdown-submenu,
.nav-page .card {
    position: relative
}
.bestSeller .card h4{
    height:53px;
}

.blue {
    background: #336ac1;
    background: -moz-linear-gradient(top, #4084ee 0, #336ac1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4084ee), color-stop(100%, #336ac1));
    background: -webkit-linear-gradient(top, #4084ee 0, #336ac1 100%);
    background: -o-linear-gradient(top, #4084ee 0, #336ac1 100%);
    background: -ms-linear-gradient(top, #4084ee 0, #336ac1 100%);
    background: linear-gradient(to bottom, #4084ee 0, #336ac1 100%);
    color: #fff!important
}

.associatebox,
.book-us {
    background-repeat: no-repeat
}

.blue h2,
.pattern h2 {
    color: inherit
}

header i {
    padding-right: 5px
}

header hr {
    margin: 0
}

header .nav-link {
    font-weight: 600;
    text-transform: uppercase
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%
}

.review {
    margin-bottom: 10px;
    color: #000
}

.form-group i:hover,
.star {
    color: orange;
    margin-top: -10px
}

.bestSeller span,
.nav-page span {
    position: absolute;
    top: 0;
    right: 0
}

.book-us {
    background-image: url(../img/monk-sitting.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed
}

.book-us ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px
}

.ourBlog .card {
    color: #000
}

.associate ul,
.product .nav-tabs .nav-item {
    margin-bottom: 0
}

.associate ul li,
.associatebox {
    display: inline-block
}

.associate h1 {
    margin: 10px 0 0
}

.associatebox {
    margin: 10px 0 5px;
    width: 35px;
    height: 30px
}

.a1,
.a2,
.a3,
.a4,
.a5,
.a6 {
    background-image: url(../img/associate.jpg);
    background-position: -40px 0
}

.a2,
.a3,
.a4,
.a5,
.a6 {
    background-position: -78px 0
}

.a3,
.a4,
.a5,
.a6 {
    background-position: -158px 0
}

.a4,
.a5,
.a6 {
    background-position: -119px 0
}

.a5,
.a6 {
    background-position: -202px 0
}

.a6 {
    background-position: -336px 0
}

.social-icon-footer a {
    color: #fff;
    font-size: 20px;
    margin-right: 15px
}

.product .nav-tabs a,
footer a {
    color: #fff
}

.product .nav-item .active {
    border-radius: 0;
    background-color: #105cd2;
    color: #fff
}

.product .nav-tabs .nav-link {
    border: 0;
    text-align: center;
    font-size: 13px!important;
    font-weight: 700
}

.product .nav-tabs .nav-link i {
    font-size: 2em
}

.product h5 {
    color: #336ac1
}

.product #price li {
    padding-left: 15px
}

.product #price .exclude li:before,
.product #price .include li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: green
}

.child-mobile,
.fixed,
.navbar,
.search-form form {
    width: 100%
}

.product #price .exclude li:before {
    content: "\f00d";
    color: red
}

.product #testimonial i,
.review .fa-star {
    color: orange
}

.dropdown:hover>.dropdown-menu {
    display: block
}

@media (max-width:768px) {
    footer {
        text-align: center
    }
    footer .form-inline button {
        margin: 10px auto 0
    }
}

@media (min-width:992px) {
    .parent:hover {
        background: #f7f7f7;
        border-radius: 4px
    }
    .parent:hover>.child {
        display: block
    }
    .nav-item.parent>.nav-link,
    .parent>.nav-link {
        position: relative
    }
    .nav-item.parent>.nav-link:after,
    .parent>.nav-link:after {
        content: "\f0da";
        position: absolute;
        font-family: FontAwesome, sans-serif;
        top: 2px;
        right: 0
    }
    .nav-item.parent>.nav-link:after {
        content: "\f0d7";
        top: 20px;
        left: 0;
        text-align: center
    }
    .child {
        display: none;
        position: absolute;
        z-index: 1040;
        min-width: 180px
    }
    .child .nav-link {
        font-size: .83rem;
        padding: 0!important;
        color: rgba(0, 0, 0, .9)!important
    }
    .child .list-group-item {
        background: #f7f7f7;
        padding: .5rem;
        color: rgba(0, 0, 0, .9)
    }
    .child .list-group-item a {
        width: 100%;
        text-align: left
    }
    .child .child {
        left: 100%;
        top: 0
    }
}

.child {
    display: none
}

.collapse-icon {
    position: absolute;
    z-index: 1030;
    top: 4px;
    right: 0;
    background: #4185ef;
    color: #fff;
    border: 1px solid #4185ef;
    outline: 0;
    cursor: pointer;
    font-size: 1.2rem
}

.collapse-icon:focus,
.collapse-icon:hover {
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    color: #1d3d6c;
    border: 1px solid #1d3d6c;
    outline: 0
}

.child-mobile .list-group-item {
    background: #f7f7f7;
    padding: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0
}

.colorBack {
    background: #f7f7f7;
    margin-top: 10px
}

.colorBack>.nav-link {
    color: #000!important
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .9)
}

.our-team,
.our-team h2 {
    padding: 1rem 0
}

.our-team .team-details h3 {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

.our-team .team-details span {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: .5rem;
    display: block
}

.our-team .team-details {
    text-align: justify
}

.foot-cont,
.heading-carausel,
.social-icons,
section h2 {
    text-align: center
}
.footer-btm{
    background:#105cd2;
}
.footer-btm .a:hover {
    color: #fff!important;
    text-decoration: none!important
}

.footer-btm a:hover,
.panel a:hover {
    text-decoration: none
}

.head-text {
    position: absolute;
    bottom: 30%;
    left: 10%;
    right: 10%;
    color: #fff;
    font-family: Roboto, sans-serif
}

.heading-carausel {
    font-size: 70px;
    color: #fff;
    text-shadow: 5px 5px 5px #000
}

.paragraph-carousel {
    text-align: center;
    font-size: 16px;
    font-weight: 500
}

@media (max-width:936px) {
    .heading-carausel {
        font-size: 50px
    }
    .paragraph-carousel {
        font-size: 13px
    }
}

@media (max-width:800px) {
    .heading-carausel {
        font-size: 40px
    }
    .paragraph-carousel {
        font-size: 12px
    }
}

@media (max-width:700px) {
    .head-text {
        top: 17%
    }
    .paragraph-carousel {
        display: none
    }
}

@media (max-width:400px) {
    .heading-carausel {
        font-size: 30px
    }
}



.footer-btm h5 {
    color: #bad5ff;
    font-weight: 600
}

.btn-primary,
.btn-primary:hover {
    border: 1px solid #e59202!important;
    font-weight: 600!important
}

@-webkit-keyframes blinker {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.card .blue {
    background: #e59202;
    background: -webkit-linear-gradient(to right, #e59202, #f7b733);
    background: linear-gradient(to right, #e59202, #f7b733)
}

.welcome {
    background: #fff
}

.btn-primary:hover {
    color: #e59202!important;
    background-color: #fff!important
}

.btn-success:hover {
    color: #105cd2!important;
    background-color: #fff!important
}

.bg-sec {
    background-color: #105cd2!important;
    color: #fff!important
}

.fixed {
    position: fixed!important;
    top: 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .16), 0 5px 10px 0 rgba(0, 0, 0, .12)
}

.navbar {
    background: #fff;
    z-index: 1000;
    position: relative
}

.btn-success,
.btn-success:hover {
    border: 1px solid #1C9909 !important;
    font-weight: 600!important;
    background-color: #1C9909
}

.navbar-nav {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.search-form {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    background: #105CD2;
    top: 100%;
    left: 0;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    transition: .3s linear
}

.search-form.expanded {
    opacity: 1;
    pointer-events: initial;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1)
}

.search-form .form-group {
    position: relative;
    margin: 0;
    padding: 1rem
}

.search-form .btn {
    position: absolute;
    top: 16px;
    right: 16px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.star__ratings {
    color: #ED8A19;
    font-family: FontAwesome, sans-serif
}

section .card b {
    color: #000!important
}

.top-header,
.top-header .fa {
    color: #fff!important
}

.cdsROW.narrow {
    width: 100%!important
}

.cdsROW.border,
.widSSPData {
    border: 5px solid #00a680!important
}

.top-header {
    background-color: #4084ee!important
}
.p-2 {
    letter-spacing: 1px!important;
    color: #fff;
    padding: 2px!important;
    font-weight: 700;
    font-family: sansita
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Sansita, sans-serif!important
}

.back-col {
    color: #105cd2;
    padding-bottom: 6px
}

label {
    margin-top: 1rem
}

.social-icon-contact a {
    color: #e59202;
    font-size: 40px;
    margin-right: 15px
}

.social-icons {
    margin-top: 20px
}

.footer-btm a:hover {
    color: #fff!important
}

.btn-pack {
    width: 20%!important
}

.cont-sec {
    padding: 20px;
    border: 2px solid #fff;
    background-image: url(https://www.amazingnepaltrek.com/dist/frontend/img/bg2.jpg)!important;
    background-position: 0 0!important;
    background-repeat: repeat!important
}

.sp-btn {
    padding: 2px;
    background-color: #28a745;
    color: #fff;
    margin-right: 100px;
    box-shadow: none;
    animation: blinker 1s linear infinite
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

@media screen and (max-width:1024px) {
    .sp-btn {
        margin-right: 0;
        margin-top: 5px;
        margin-bottom: 5px
    }
}

.navpack {
    padding: .7rem
}

@media (max-width:700px) {
    .head-text {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        color: #fff;
        font-family: Roboto, sans-serif;
        background: 0 0!important
    }
    .head-text .heading-carausel {
        color: #105cd2!important;
        text-shadow: none!important
    }
    .no-dis {
        display: none
    }
    .book-now-mb,
    .ta-wid {
        display: block!important
    }
}

.bst-price,
.slid-rev,
.slide-rev-right,
.userchoice {
    position: absolute
}

.book-now-mb,
.content,
.ta-wid {
    display: none
}

.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 15px
}

#CDSRATINGWIDGET147,
#CDSWIDEXC,
.rec {
    width: 100%!important
}

.panel,
.rel-pa {
    border: 1px solid #ccc
}

.content {
    padding: 0 18px;
    overflow: hidden;
    background-color: #f1f1f1
}

#CDSROWLOC147 {
    display: none!important
}

footer li {
    color: #fff!important
}

.userchoice {
    background-color: #e59202!important;
    z-index: 100;
    left: -200px;
    top: -60px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    offset-rotate: 20px;
    transform: rotate(-45deg);
    padding: 105px 200px 10px 130px;
    font-family: sansita
}

.ico-txt h4,
.icon-left {
    color: #e59202
}

@media (max-width:360px) {
    .userchoice {
        font-size: 15px;
        font-weight: 500;
        left: -178px;
        padding: 80px 200px 10px 130px
    }
    .rec {
        width: 60%!important
    }
}

@media (max-width:411px) {
    .userchoice {
        font-size: 15px;
        font-weight: 500;
        left: -178px;
        padding: 80px 200px 10px 130px
    }
    .rec {
        width: 60%!important
    }
    .rec-om {
        margin-top: 4px!important;
        margin-bottom: 4px!important
    }
    .recommend h4 {
        margin-top: 5px!important;
        margin-bottom: 5px!important
    }
}

@media (max-width:414px) {
    .userchoice {
        font-size: 15px;
        font-weight: 500;
        left: -178px;
        padding: 80px 200px 10px 130px
    }
    .rec {
        width: 60%!important
    }
    .rec-om {
        margin-top: 4px!important;
        margin-bottom: 4px!important
    }
    .recommend h4 {
        margin-top: 5px!important;
        margin-bottom: 5px!important
    }
}

.act-bar,
.panel-body,
.panel-heading,
.price-bar,
.rel-pa {
    padding: 15px
}

@media (max-width:768px) {
    .btn {
        font-size: 1rem
    }
    .rec {
        width: 60%!important
    }
    .rec-om {
        margin-top: 4px!important;
        margin-bottom: 4px!important
    }
    .recommend h4 {
        margin-top: 5px!important;
        margin-bottom: 5px!important
    }
}

@media (max-width:1024px) {
    .head-text {
        bottom: 10%
    }
    .nav-item.parent>.nav-link:after {
        top: 40px
    }
}

#CDSWIDSSP {
    width: 100%!important
}

.rec-om {
    text-align: center
}

.tit-a {
    margin-top: 30px
}

.tit-a h2 {
    text-align: center!important;
    font-size: 2.5rem
}

.icon-left {
    display: inline-block
}

.ico-txt {
    display: inline-grid;
    margin-left: 5px
}

.side-ico,
.sidebar-p h6 {
    color: #297cbb
}

.txta {
    font-size: 18px;
    font-weight: 800
}

.icon-g {
    border-bottom: 1px solid #ccc
}

.side-ico {
    display: table-cell
}

.sidebar-p {
    width: 100%;
    background-color: #f7f7f7
}

.price-bar,
.price-bar h2,
.price-bar h4 {
    color: #fff!important;
    text-align: center
}

.price-bar {
    background-color: #105cd2
}

.panel {
    background-color: #fff;
    color: #ccc;
    margin-bottom: 10px;
    cursor: pointer
}

.panel a,
.panel h6 {
    color: #000
}

.panel h6 {
    margin-bottom: 0!important;
    font-size: 18px;
    font-weight: 600
}

.panel-body {
    color: #000;
    margin-top: 10px
}

.inq-side {
    width: 100%;
    margin-top: 0!important
}

.rel-trip h4 {
    text-align: center!important
}

.page-wrap td,
.tit-a h1 {
    text-align: center
}

.img-small-boxed,
.img-small-boxed img {
    object-fit: cover;
    width: 100%;
    height: 230px
}

.rel-trip {
    margin-bottom: 20px
}

.page-wrap table,
.rel-pa {
    margin-bottom: 15px
}

.rel-t {
    font-size: 16px
}

.panel-heading:hover {
    background-color: #eee
}

.panel-body .fa-star:before {
    color: #f29c06!important
}

.page-wrap table {
    border-collapse: collapse;
    border: 1px solid #ddd;
    background-color: #f2f2f2
}

.page-wrap p,
ul {
    font-size: 16px!important
}

.imp-nav {
    color: #ff4747!important
}

.slid-rev {
    bottom: 4%;
    left: 2%
}

@media (max-width:1024px) {
    .slid-rev,
    .slide-rev-right {
        display: none
    }
}

.slide-rev-right {
    bottom: 2%;
    right: 2%;
    width: 22%;
    background-color: #fffbaa;
    padding: 5px;
    border-radius: 0 10px
}

.slide-rev-right h5 {
    font-size: 14px!important;
    font-weight: 600!important
}

.slide-rev-right p {
    margin-bottom: 4px!important;
    font-size: 12px!important
}

.slide-rev-right .btn {
    padding: 0!important;
    font-size: 15px!important
}

.slide-rev-right .review {
    margin-bottom: 2px!important
}

.slide-rev-right .owl-item {
    width: 286.77px!important;
    margin-right: 40px!important
}

.our-team .col-md-6 {
    margin-bottom: 15px
}

.bst-price {
    width: 35%;
    left: 0;
    top: 0
}

#ofad {
    display: none;
    margin-bottom: 10px
}

#ofad img {
    width: 100%
}

.tit-a h1 {
    color: #105cd2
}
