arhtml {
    scroll-behavior: smooth;
}

.my-container {
    border: 1px solid green;
}

.my-row {
    border: 3px solid red;
    height: 300px;
}

.my-col {
    border: 3px dotted blue;
}


.carousel .carousel-item {
    height: 390px;
}

.carousel-item img {
    position: absolute;
    /*object-fit: cover;*/
    top: 0;
    left: 0;
    min-height: 390px;
}


@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

section {
    padding: 50px 0px;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#footer {
    background: #1f2421 !important;
}

#footer h5 {
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
    padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
    color: #ffffff;
    font-size: 14px;

}

#footer ul.social li a:hover {
    color: #eeeeee;
    font-size: 14px;
}

#footer ul.quick-links li {
    font-size: 14px;
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 50;
    font-size: 14px;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
    font-size: 14px;

}

#footer ul.quick-links li:hover a i {
    font-weight: 50;
    font-size: 14px;

}

.info_child {
    padding: 1rem;
}

.trip-package-title {
    white-space: nowrap;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
}


.header-text {
    font-size: 1.1rem;
    margin-top: 5px;
    font-family: 'Montserrat',
        sans-serif;
}

.topic-text {
    font-size: 1rem;
    margin-top: 5px;
    font-family: 'Montserrat',
        sans-serif;
}

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}



/* slider startes */


/* CSS Document */

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

nav a {
    font-weight: bold;
    font-size: 0.9rem;

}

.box {
    width: 250px;
    height: 290px;
    background-color: #1e1e26;
    border-radius: 10px;
    box-shadow: 2px 10px 12px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 20px 10px;
}

.model {
    height: 350px;
    max-height: 100%;
    max-width: 100%;
}

.details {
    /* display: flex;
	flex-direction: column;
	align-items: center;
	width: 300px; */
    background-image: url('../img//hillsjpg.jpg');

}

.details p {
    font-family: calibri;
    font-weight: bold;
    color: #6a6a74;
    text-align: center;
    margin-top: 20px;
}

.marvel {
    color: #32323e;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: bebas kai;
    font-size: 25px;
}

.logo {
    height: 60px;
}

.box:hover {
    background-color: #17171d;
    transform-style: preserve-3d;
    transform: scale(1.02);
    transition: all ease 0.3s;
}

.box:hover .marvel {
    color: #c0292b;
    transition: all ease 0.5s;
}

/*--responsive for mobile phone--*/
@media(max-width:720px) {
    .box {
        width: 100%;
        height: 250px;
    }

    .model {
        height: 250px;
    }

    .details p {
        font-size: 16px;
        width: 250px;
    }

}

.font-1rem {
    font-size: 1.2rem;
}

.font-1rem {
    font-size: 1.2rem;
}

/* slider content */
.trip-container {
    height: 350px;
    position: relative;
    text-align: left;
}

.trip-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.trip-title {
    position: absolute;

}

.font-14 {
    font-size: 20px;
    color: white;
}
.font-10 {
    font-size: 10px;
}
.font-8 {
    font-size: 8px;
}
.font-6 {
    font-size: 6px;
}
.font-12 {
    font-size: 12px;
    color: white;
}

.font-rem8{
    font-size: 3.2rem;
}

.font-13{
    font-size: 13px;
}
.font-50{
    font-size: 50px;
}

.font-18 {
    font-size: 18px;
}
.font-22 {
    font-size: 22px;
}

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.font-20 {
    font-size: 20px;
}

.font-19 {
    font-size: 19px;
}

/*
.slick-slide{
    margin-left: 40px;
}

.slick-slide img{
    width: 100%;
} */

/* the slides */
.slick-slide {
    margin: 0 48px;
}

/* the parent */
.slick-list {
    margin: 0 -49px;
}

.navbar{
    padding: 0 !important;
}

.below-nav {
    /* margin-left: 50px;
        margin-right: 50px; */
}


.navbar-dark .navbar-brand {
    font-size: 1.2rem;
    color: #da2128;
}



.card-body {
    /* margin: 0px;
    padding: 0px; */
}

.card-body p {
    margin: 0.2rem;
    padding: 0px;
    margin-left: 13px;
}

.card-body h5 {
    font-weight: bold;
    margin: 0.8rem;
    padding: 0px;
}

.card-body h5:hover {
    color: #da2128;
    font-weight: bold;
    margin: 0.8rem;
    padding: 0px;
}

.color-danger {
    color: #da2128;

}

.card-outer {
    margin-right: 0px;
    padding: 0px;
}

.img-outer {
    margin: 0px;
    padding: 0px;
}

.card-brder {}

.tour-duration {
    /* margin-right: 20px; */
    font-size: 0.8rem;
}

.font-20 {
    font-size: 50px;
}

.icon-bottom {
    margin: 15px;
    margin-top: 20px;
}

.font-15 {
    font-size: 35px;
}

.font-14 {
    font-size: 14px;
}

.bg-yellow-light {
    background-color: #ffb74d;
}

.bg-pink-strong {
    background-color: #c2185b;
}

.bg-blue-strong {
    background-color: #17a2b8;
}

.bg-white {
    background-color: #fff;
}

.bg-white-transparent {
    border: 2px solid;
    border-radius: 25px;
    border-color: rgba(253, 253, 253, 0.733);
    background-color: rgba(253, 253, 253, 0.733);
}

.text-white {
    color: #fff;
}

.height-80 {
    height: 80px;
}

.height-120 {
    height: 120px;
}
.height-180 {
    height: 180px;
}
/* .height-300 {
    height: 300px;
} */

.height-70 {
    height: 70px;
}

.fill-clear-bg{
    background-color: #007b5e;
}

.margin-left-50 {
    margin-left: 150px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-top-bottom-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}


.margin-top-10 {
    margin-top: 10px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-left-65 {
    margin-left: 65px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}
.margin-bottom-120 {
    margin-bottom: 120px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-bottom-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.margin-top-bottom-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}
.padding-bottom-50 {
    padding-bottom: 50px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}

.margin-left-right-40 {
    margin-right: 40px;
    margin-left: 40px;
}



.height-264 {
    height: 264px;
}



/* TOP Bar */
.top-bar {
    background: #555;
    color: #fff;
    font-size: 0.9rem;
    padding: 1px 0;
}

.top-bar.top-bar-light {
    background: #fff;
    color: #555;
    border-bottom: 1px solid #ddd;
}

.top-bar.top-bar-light a.login-btn,
.top-bar.top-bar-light a.signup-btn {
    color: #555 !important;
}

.top-bar.top-bar-light a.login-btn span,
.top-bar.top-bar-light a.signup-btn span {
    display: inline-block;
}

.top-bar p {
    margin-bottom: 0;
    font-size: 0.75rem;
}

.top-bar ul {
    margin-bottom: 0;
}

.top-bar a.login-btn,
.top-bar a.signup-btn {
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none !important;
    font-size: 0.75rem;
    font-weight: 700;
    margin-right: 10px;
}

.top-bar a.login-btn i,
.top-bar a.signup-btn i {
    margin-right: 10px;
}

.top-bar ul.social-custom {
    margin-left: 20px;
}

.top-bar ul.social-custom li {
    padding: 0;
    margin: 0;
}


.top-bar ul.social-custom a {
    text-decoration: none !important;
    font-size: 0.7rem;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #999;
    text-align: center;
    border-radius: 50%;
    margin: 0;
}

.top-bar ul.social-custom a:hover {
    background: #4fbfa8;
    color: #fff;
}

.top-bar .contact-info {
    margin-right: 20px;
}

.top-bar .contact-info a {
    font-size: 0.8rem;
}

.bread-crumps p {
    font-family: 'Montserrat',
        sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
}

.detail-top p {
    font-family: 'Montserrat',
        sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
}

.border-line {
    border-style: solid;
}


/* .detail  */

.bs-color {
    background-color: blueviolet;
    color: white;
}

.center {
    text-align: center;
    /* border: 3px solid green; */
}

.overflowAuto {
    overflow-x: hidden;
    overflow-y: auto;
    /*   height: calc(100vh - 163px); */
}

/* Solid border */
hr.solid {
    margin: 0px;
    padding: 0px;
}


.itenary {
    margin: 0.5rem;
    padding-left: 1rem;
}

.inner {
    margin: 0;
    padding: 0;
}

/* .card-body {
    padding: 0 !important;
    margin: 0;
} */

.extras {
    /* background-color: antiquewhite; */
    padding-top: 0.5rem;
}

.background-red-color-btn {
        border-color: #eb1c23;
    background-color: white;
        color: #eb1c23;
}
.background-red-color-btn:hover {
        border-color: #eb1c23;
    background-color: #eb1c23;
        color: white;
}

.button-book button {
    background-color: #fff;
    color: #eb1c23;
    border-color: #eb1c23;
}

.button-book button:hover {
    background-color: #eb1c23;
    color: #fff;
    border-color: #eb1c23;
}



.button-block button {
    background-color: #eb1c23;
    color: #fff;
    border-color: #eb1c23;
}

.button-block button:hover {
    background-color: #fff;
    color: #eb1c23;
    border-color: #eb1c23;
}

.duration p {
    font-size: 0.8rem;
}

.duration {
    margin: 0;
    padding: 0;
}

.extra-icon {
    color: #eb1c23;
}

.text-black {
    color: #343a40;
}
.text-white {
    color: #ffffff;
}

.bottom-border{
    border-bottom: 0.2px solid white;
    margin-top: 3px;
}

.text-color-primary {
    color: #eb1c23;
}

.text-color-blue {
    color: #445e93;
}

/* Visa */

.overlay-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-position: center;
    background-size: cover;
}


.visa-inside p {
    margin-left: 0;
    margin-right: 0;
    font-size: 0.9rem;
}

.card-price p {
    font-weight: bold;
    font-size: 1.4rem;
    color: #c0292b;
}

.body-text {
    margin-left: 15px;
}

.card-body {
    /* margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
    margin-bottom: 10px; */
}


.card-header {
    padding-top: 5px;
    padding-bottom: 5px;
}


/* VISA DETAIL BANNER */
.banner {
    position: relative;
    /* min-height: 75vh; */
    height: 60px;
    background-size: 80%;
    background-size: cover;
    background-position: right;
    padding: 200px 0 200px;
}
.banner-package {
    position: relative;
    /* min-height: 75vh; */
    background-size: 80%;
    background-size: cover;
    background-position: right;
}

/* login reg */
.tt_head {
    font-size: 28px;
    font-weight: 700;
}

.cta_register p {
    font-weight: 1000;
    font-family: 'Secular One', sans-serif;
}

.cta_register p {
    font-weight: 1000;
    font-family: 'Secular One', sans-serif;
}

..cta_register_login {
    margin-top: 50px;
}

.cta_register_login a {
    background-color: #da2128;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 2px solid #fff;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.cta_register_login a:active {
    background-color: #da2128;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 2px solid #000000;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.cta_register_login a:hover {
    background-color: #000000;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 2px solid #000000;
    margin-top: 10px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.login_topic p {
    font-weight: 1000;
    font-family: 'Secular One', sans-serif;
}

.login_form label {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
}

.login_form button {
    border: 2px solid #da2128;
    background-color: #da2128;
    margin-top: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    font-family: segoe-ui-bold;
}

.login_form button:hover {
    border: 2px solid #000000;
    background-color: #000000;
    margin-top: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 30px;
    padding-right: 30px;
    color: #ffffff;
    font-family: segoe-ui-bold;
}

.height-250 {
    height: 250px;
}


.center-new {
    width: 150px;
    margin: 40px auto;
}

  .affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
  }

  .affix + .container-fluid {
    padding-top: 70px;
  }

/* VISA DETAIL - Collapse */
.link-collapse a {
    width: 100%;
    text-align: left;
}

#navbar {
    z-index: 1000;
  overflow: hidden;
  background-color: #333;
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #04AA6D;
  color: white;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}


#searchInput {
    width: 60%;
    height: 40px;
    margin: 0 auto;
    border: none;
    border: solid 0.5px black;
    color: rgb(0, 0, 0);
    background-color: #e8e8e8;
    padding: 10px;
    border-radius: 15px;
    margin: 10px 0;
}
#searchInputVisa {
    width: 60%;
    height: 50px;
    margin: 0 auto;
    border: none;
    /* border: solid 0.5px black; */
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 15px;
    margin: 10px 0;
}
#more {display: none;}

#searchButtonVisa {
    background-color: #ff0000;
    border: solid 0.5px #ff0000;
    border-radius: 15px;
    color: white;
    height: 50px;
    font-weight: bold;
}
#searchButton {
    background-color: #ff0000;
    border: solid 0.5px #ff0000;
    border-radius: 15px;
    color: white;
    font-weight: bold;
}
/*
.test-preview{
    margin: 0;
    padding: 0;
   width: 100%;
        height:100vh;
}

    img{
        width: 100%;
        height: 100vh;
        position: absolute;
        z-index: -100;
    }
    .text{
        position: absolute;
        text-align: center;
        padding: 10px;
        font-size: 20px;
        width: 200px;
        height: 100px;
        color: white;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .TR{
        top: 80px;
        right: 20px;
    }
    .BR{
        bottom: 20px;
        right: 20px;
    }

    .C{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .BL{
        bottom: 20px;
        left: 20px;
    }

.TL{
    top: 80px;
    right: 20px;
}

.TL{
top: 20px;
left: 20px;
} */

.image-bg{
      position: relative;
  text-align: center;
  color: white;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ex3 {
  height: 140px;
  overflow: auto;
}

.left_arrow{
    position: absolute;
    top: 50%;
    left: -10px;
    font-size: 25px;
    height: 35px;
    width: 35px;
    background: #297bb7;
    color: #fff;
    border-radius: 50%;
    z-index: 99;
    text-align: center;
    line-height: 1.3;
    border: 3px solid #fff;
    cursor: pointer;
    transition: .3s;
}

.left_arrow:hover{
    background: #246c4e;
    background-color: #246c4e;
}

.right_arrow{
    position: absolute;
    top: 50%;
    right: -6px;
    font-size: 25px;
    height: 35px;
    width: 35px;
    background: #297bb7;
    color: #fff;
    border-radius: 50%;
    z-index: 99;
    text-align: center;
    line-height: 1.3;
    border: 3px solid #fff;
    cursor: pointer;
    transition: .3s;
}
.right_arrow:hover{
    background: #246c4e;
    background-color: #246c4e;
}

.slick-dots{
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots li{
    display: inline-block;
    margin: 0px 10px;
}

.slick-dots li button{
    font-size: 0;
    height: 0.5px;
    width: 0.5px;
    background: #000;
}

.outer {
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .search-top{
     position: fixed;
     z-index: 100;
     /* top: 0; */
 }

 /* .spl-topic{
    font-size: 3.2rem;
 } */


 @media (min-width: 544px) {

 .spl-topic{
    font-size: 2rem;
 }


  /*1rem = 16px*/
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
 .spl-topic{
    font-size: 1rem;
 }

   /*1rem = 16px*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .spl-topic{
    font-size: 3.2rem;
 }

  /*1rem = 16px*/
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
   .spl-topic{
    font-size: 3.2rem;
 }

  /*1rem = 16px*/
}

.read-more-container{
    display: flex;
    flex-direction: column;
    color: #111;
}

.text-tt-container{
    padding: 2rem;
    line-height: 1.4rem;
}

.read-more-btn{
    color: #0984e3;
}

.read-more-text{
    display: none;
}

.read-more-text_show{
    display: inline;
}
