@font-face {
  font-family: nexaThin;
  src: url(../fonts/NexaThin.otf);
}
@font-face {
  font-family: nexaLight;
  src: url(../fonts/NexaLight.otf);
}
@font-face {
  font-family: nexaBook;
  src: url(../fonts/NexaBook.otf);
}
@font-face {
  font-family: nexaBold;
  src: url(../fonts/NexaBold.otf);
}
@font-face {
  font-family: nexaBlack;
  src: url(../fonts/NexaBlack.otf);
}


body {
    font-family: nexaBook !important;
}
.row.row-clr {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
a, button {
    transition: all ease 0.4s;
}
button:focus {
    outline: none !important;
}
.more-link svg {
    width: 26px;
    height: 26px;
    margin-left: 10px;
    position: relative;
    left: 0;
    top: -3px;
    transition: all ease 0.4s;
} 
.title span .more-link svg {
    top: 0px;
}
.more-link:hover svg {
    left: 8px;
    transition: all ease 0.4s;
}
.more-link {
    font-family: nexaLight !important;
    color: #6c6c6c;
    font-size: 16px;
	cursor: pointer;
    text-decoration: none;
}
.more-link:hover {
    color: #959595;
    text-decoration: none;
}
.more-link.blue {
    font-family: nexaBlack !important;
    color: #54b8ba;
    letter-spacing: 1px;
    display: block;
}
.more-link.blue svg {
    color: #54b8ba;
}
.title {
    font-family: nexaBold !important;
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 1px;
}
.title2 {
    font-family: nexaBold !important;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 1px;
}
.title.blue,
.title2.blue {
    color: #045052;
}
.title.light-blue {
    color: #54b8ba;
}
.title span {
    position: absolute;
    right: 0px;
}
.body-txt {
    font-family: nexaLight !important;
    color: #918f90;
}
.body-txt2 {
    font-family: nexaLight !important;
    font-size: 18px;
    color: #656363;
}
.body-txt.black {
    color: #000000;
}
.inner {
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 9;
}
.boxshadow {
    box-shadow: 0 0rem 0.6rem rgba(0,0,0,.08)!important;
}
.img-box {
    border-radius: 6px;
    overflow: hidden;
}
.plane-bg {
    position: absolute;
    bottom: -80px;
    margin: auto;
    width: 100%;
    z-index: 0;
}
.wt-form .form-control::-webkit-input-placeholder {
  color: #d3d2d2;
  font-family: nexaLight;
}
.wt-form .form-control:-ms-input-placeholder {
  color: #d3d2d2;
  font-family: nexaLight;
}
.wt-form .form-control::placeholder {
  color: #d3d2d2;
  font-family: nexaLight;
}
.wt-form .form-control {
    font-family: nexaLight;
    color: #656363;;
    font-size: 13px;
    line-height: normal;
    height: calc(2.4em + 0.75rem + 2px);
    border-radius: 6px;
}
.wt-form label {
    font-family: nexaBold !important;
    color: #045052;
    margin-bottom: 0;
}
.wt-form .form-group {
    margin-bottom: 25px;
}
.wt-form .form-control:focus {
    color: #045052;
    border-color: #045052;
    box-shadow: none;
}
.custom-file-upload {
    margin-top: 45px;
    position: relative;
}
.custom-file-upload label, .custom-file-upload input {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
}
.custom-file-upload input {
    opacity: 0;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.custom-file-upload .icon {
    width: 100px;
    height: 45px;
    display: inline-block;
    position: absolute;
    border: 1px solid #ced4da;
    border-radius: 6px;
    color: #54b8ba;
    cursor: pointer;
    right: 85px;
    top: -10px;
}
.custom-file-upload .icon svg {
    margin: auto;
    top: 20%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    width: 28px;
    height: 28px;
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.custom-file-upload small {
    margin-top: 10px;
    color: #d3d2d2 !important;
    font-family: nexaLight;
}
.mt-20 {
    margin-top: 20px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-80 {
    margin-bottom: 80px;
}
.error {
    font-size: 13px;
    margin-top: 4px;
}
.grecaptcha-badge {
    z-index: 9;
}
.box .tag {
    position: absolute;
    top: 15px;
    background-color: #54b8ba;
    color: #fff;
    font-size: 14px;
    padding: 3px 20px 0px;
}
.box .tag:after {
    content: "";
    position: absolute;
    width: 17.5px;
    height: 17.5px;
    background-color: #54b8ba;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
    right: -8px;
}
nav.bc-ul-main {
    position: relative;
    z-index: 9;
}
.bc-ul-main .breadcrumb {
    flex-wrap: wrap;
    padding: 8px 15px 6px;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    justify-content: flex-end;
}
.bc-ul-main .breadcrumb li,
.bc-ul-main .breadcrumb li a {
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
    color: #918f90;
}
.custom-popup .modal-dialog {
    max-width: 80%;
}
.custom-popup .modal-body,
.custom-popup .modal-body .img, 
.custom-popup .modal-body .txt {
    padding: 0;
}
.custom-popup .modal-content {
    border-radius: 0;
}
.custom-popup .modal-body .img, 
.custom-popup .modal-body .txt {
    margin: auto;
}
.custom-popup button.close {
    position: absolute;
    right: 5px;
    top: 3px;
    z-index: 9;
    color: red;
    opacity: 1;
}
.custom-popup .modal-body .txt {
    padding-left: 5%;
	padding-right: 2%;
}
.go-next-main {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 15%;
    animation: bounce 4s infinite;
    z-index: 99;
    cursor: pointer;
}
.go-next-btn {
    color: #ffffff;
    font-size: 1.4rem;
    opacity: 0.8;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.go-next-btn:hover {
    color: #ffffff;
    opacity: 1;
}
.go-next-main svg {
    width: 22px;
	height: 22px;
}



/*Header style*/
.nav-main {
    padding: 20px 10%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    width: 100%;
    transition-duration: 0.4s;
}
.nav-main.scrolled {
    padding: 10px 10%;
    background-color: rgb(34 34 34 / 90%);
}
.nav-main.scrolled .main-nav .navbar-brand img {
    width: 100px;
    height: auto;
    transition-duration: 0.4s;
}
.nav-main.scrolled nav.main-nav {
    padding: 0 0 15px;
}
.nav-main.scrolled nav.main-nav:after {
    width: 200px;
    transition-duration: 0.4s;
}
.nav-main.scrolled .main-nav .nav-item .nav-link.main-links:after {
    bottom: -22px;
}
nav.main-nav:after {
    width: 220px;
    transition-duration: 0.4s;
}
nav.main-nav {
    padding: 0 0 25px;
    display: flex;
    align-items: flex-end;
    border-bottom: 2px solid rgb(255 255 255 / 25%);
    position: relative;
}
.main-nav .navbar-brand img {
    width: 200px;
    height: auto;
    transition-duration: 0.4s;
}
.main-nav .nav-item .nav-link {
    padding: 0rem 1rem;
}
.main-nav .nav-item .nav-link {
    color: #ffffff !important;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: normal;
    padding: 0 30px !important;
}
.main-nav .nav-item.social-list {
    display: flex;
    padding-left: 30px;
}
.main-nav .nav-item.search-item {
    padding-left: 20px;
    padding-right: 0;
    display: none;
}
.main-nav .nav-item.search-item .search-btn {
    cursor: pointer;
}
.main-nav .nav-item.social-list .nav-link {
    padding: 0 0 0 25px !important;
    font-size: 18px;
}
.main-nav .nav-item .nav-link.main-links {
    position: relative;
}
.main-nav .nav-item .nav-link.main-links:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 80%;
    height: 2px;
    bottom: -32px;
    left: 30px;
    right: 0;
    margin: auto;
    opacity: 0;
    transition-duration: 0.4s;
}
.main-nav .nav-item.active .nav-link.main-links:after {
    opacity: 1;
    transition-duration: 0.4s;
}
.main-nav .nav-item .nav-link.main-links:hover:after {
    opacity: 0.5;
    transition-duration: 0.4s;
}
.sw-main {
    position: fixed;
    top: -120%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background-color: #222222;
    transition: all cubic-bezier(.785,.135,.15,.86) 0.4s;
}
.sw-main.open {
    top: 0;
    transition: all cubic-bezier(.785,.135,.15,.86) 0.4s;
}
.search-box {
    position: absolute;
    text-align: center;
    width: 90%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 2;
    right: 0;
    left: 0;
    margin: auto;
}
.csw-btn {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 30px;
    color: #878787;
}
.csw-btn svg {
    width: 25px;
    height: 25px;
}
.sw-main .search-btn {
    background-color: transparent;
    border: 1px solid #6c6c6c;
    padding: 8px 50px;
    color: #6c6c6c;
    font-weight: 600;
}
.sw-main .form-control {
    width: 90% !important;
    height: calc(1.8em + .75rem + 2px);
    border-radius: 0;
    color: #6c6c6c; 
    border: none;
    border-bottom: 1px solid #6c6c6c;
    background-color: transparent;
    font-family: nexaBook !important;
}
.sw-main .form-control:focus {
    border-color: #ffffff !important;
    box-shadow: none;
    background-color: transparent;
    color: #838383;
}
.sw-main .form-control::-webkit-input-placeholder {
  color: #6c6c6c; 
  font-family: nexaBook !important;
}
.sw-main .form-control:-ms-input-placeholder {
  color: #6c6c6c;
  font-family: nexaBook !important; 
}
.sw-main .form-control::placeholder {
  color: #6c6c6c; 
  font-family: nexaBook !important;
}
/*End Header style*/

/*Page Styles*/
#home-slider .carousel-txt {
    color: #ffffff;
    position: absolute;
    text-align: left;
    width: 80%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 2;
    right: 0;
    left: 0;
    margin: auto;
}
#home-slider .carousel-txt h1 {
    font-size: 70px;
    line-height: normal;
    font-family: nexaBold !important;
    margin-bottom: 15px;
    text-shadow: 0 0 15px rgb(0 0 0 / 30%), 0 0 5px rgb(0 0 0 / 30%);
}
#home-slider .carousel-txt h1 span {
	font-size: 90px;
	font-family: nexaThin !important;
}
#home-slider .carousel-txt h2 {
    font-size: 22px;
    margin-bottom: 50px;
    color: #dddddd;
    max-width: 50%;
    text-shadow: 0 0 15px rgb(0 0 0 / 30%), 0 0 5px rgb(0 0 0 / 30%);
    font-family: nexaLight !important;
}
#home-slider .carousel-txt a svg {
    width: 26px;
    height: 26px;
    left: 8px;
    position: relative;
    transition: all ease 0.4s;
} 
#home-slider .carousel-txt a:hover svg {
    left: 18px;
    transition: all ease 0.4s;
}
#home-slider .carousel-txt a, #home-slider .carousel-txt a:hover {
    color: #ffffff;
    text-decoration: none;
    font-family: nexaBlack !important;
    letter-spacing: 1px;
}
#home-slider .carousel-indicators {
    display: flex;
    justify-content: space-between;
    bottom: 20px;
}
#home-slider .carousel-indicators li {
    width: auto;
    height: auto;
    background-color: transparent;
    color: #ffffff;
    text-indent: initial;
    opacity: 1;
    position: relative;
}
#home-slider .carousel-indicators li:after {
    content: "";
    position: absolute;
    background-color: #6c6c6c;
    width: 2px;
    height: 100%;
    top: -2px;
    left: -40px;
    transition-duration: 0.4s;
}
#home-slider .carousel-indicators li p {
    font-family: nexaBook !important;
    font-size: 18px;
    margin-bottom: 0;
    color: #6c6c6c;
    transition-duration: 0.4s;
}
#home-slider .carousel-indicators li span {
    font-family: nexaThin !important;
    color: #6c6c6c;
    transition-duration: 0.4s;
}
#home-slider .carousel-indicators li.active p,
#home-slider .carousel-indicators li.active span {
    color: #ffffff;
    transition-duration: 0.4s;
}
#home-slider .carousel-indicators li.active:after {
    background-color: #ffffff;
    transition-duration: 0.4s;
}
#home-slider .carousel-control-next, #home-slider .carousel-control-prev {
    background-color: transparent !important;
    border: none !important;
}
#home-slider .carousel-control-next svg, #home-slider .carousel-control-prev svg {
    width: 30px;
    height: 30px;
}
.c-links-main a, .c-links-main a:hover {
    text-decoration: none;
    margin-right: 20px;
    color: #045052;
}
.c-links-main a svg {
    right: 0px;
    position: relative;
    transition-duration: 0.4s;
}
.c-links-main a:hover svg {
    right: -8px;
    transition-duration: 0.4s;
}
.c-links-main a img {
    width: 70px;
    height: auto;
}
.featured-sec {
    background-image: url("../img/desitinations-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.featured-sec .item {
    padding: 70px 30px 0;
}
.featured-sec .box, .item-slider .box {
    background-color: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    transition-duration: 0.4s;
}
.featured-sec .box .txt-box, .item-slider .box .txt-box {
    padding: 30px 40px;
}
.featured-sec .row-nclr {
    margin-right: -30px;
    margin-left: -30px;
}
.featured-sec .box:hover, .item-slider .box:hover {
    transform: translate3d(0,-30px,0);
    transition-duration: 0.4s;
}
.featured-sec .box .txt-box h3, .item-slider .box .txt-box h3 {
    font-family: nexaBold !important;
    color: #045052;
    font-size: 20px;
}
.featured-sec .box .txt-box a, .item-slider .box .txt-box a {
    font-family: nexaBlack !important;
    color: #54b8ba;
    letter-spacing: 1px;
    display: block;
    margin-top: 30px;
    width: 100%;
    position: relative;
}
.featured-sec .box .txt-box a svg, .item-slider .box .txt-box a svg {
    color: #54b8ba;
    position: absolute;
    right: 0px;
    left: initial;
}
.featured-sec .box .txt-box a:hover svg, .item-slider .box .txt-box a:hover svg {
    right: -8px;
    left: initial;
}
.covid-advisory-sec,
.about-sec,
.desitinations-sec {
    padding: 100px 0;
}
.covid-advisory-sec {
    position: relative;
}
.covid-advisory-sec .left,
.covid-advisory-sec .right {
    margin: auto;
}
.covid-advisory-sec .left {
    padding: 0 15% 0 0;
}
.covid-advisory-sec .right {
    padding-right: 0;
}
.covid-advisory-sec .left .more-link.blue {
    margin-top: 50px;
}
.about-sec {
    background-color: #f8f8f8;
}
.about-sec .left {
    padding: 0 6.7% 0 0;
}
.about-sec .right {
    padding-right: 0;
}
.about-sec .right .more-link.blue {
    margin-top: 30px;
}
.about-sec .right .img-box {
    margin-top: 100px;
}
.desitinations-sec {
    background-color: #222222;
    /*background-image: url("../img/desitinations-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}
.item-slider .item {
    padding-top: 70px;
}
#inner-slider .bc-main {
    color: #ffffff;
    position: absolute;
    width: 80%;
    top: 58%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 2;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
#inner-slider .bc-main h1 {
    font-family: nexaBold;
    font-size: 48px;
    margin-bottom: 15px;
    text-shadow: 0 0 15px rgb(0 0 0 / 30%), 0 0 5px rgb(0 0 0 / 30%)
}
#inner-slider .bc-list {
    margin: 0;
    padding: 0;
}
#inner-slider .bc-list li {
    list-style: none;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    opacity: 0.8;
}
#inner-slider .bc-list li p,
#inner-slider .bc-list li a {
    color: #ffffff;
    text-decoration: none;
    font-family: nexaThin;
    text-shadow: 0 0 15px rgb(0 0 0 / 30%), 0 0 5px rgb(0 0 0 / 30%)
}
#inner-slider .bc-list li:after {
    content: "/";
    position: absolute;
    top: 0;
    left: -4px;
}
#inner-slider .bc-list li:nth-child(1):after {
    display: none;
}
.contact-page .footer-top {
    display: none;
}
.contact-page .main-footer {
    background-color: #ffffff;
    padding: 0;
}
.contact-page .main-footer .footer-bottom,
.contact-page .main-footer .footer-bottom a {
    color: #d3d2d2;
    padding: 10px 0;
}
.contact-main .left,
.contact-main .right {
    margin: auto;
}
.contact-main .left {
    padding-right: 12%;
}
.contact-main .right {
    padding-left: 12%;
}
.contact-main .left ul {
    margin: 40px 0 0;
    padding: 0;
}
.contact-main .left ul li {
    list-style: none;
    padding: 6px 0;
}
.contact-main .left ul li a,
.contact-main .left ul li p {
    font-family: nexaLight !important;
    color: #918f90;
    text-decoration: none;
    margin-bottom: 0;
}
.contact-main .left ul li a:hover {
    color: #000000;
}
.contact-main .left ul li.social-links {
    margin-top: 40px;
    padding: 0;
}
.contact-main .left ul li.social-links a {
    padding-right: 20px;
    color: #000000;
}
.contact-main,
.hotels-main,
.visas-main,
.aboutus-main,
.careers-main,
.tickets-main {
    padding: 50px 0;
    position: relative;
}
.package-main {
    padding: 100px 0 0;
    position: relative;
}
form.wt-form {
    padding: 40px;
    background-color: #ffffff;
    box-shadow: 0 .4rem 1rem rgba(0,0,0,.08)!important;
    border-radius: 6px;
    border: 1px solid #f7f7f7;
}
.submit-btn {
    background-color: #045052;
    border: 1px solid #045052;
    color: #ffffff;
    font-family: nexaBold !important;
    letter-spacing: 1px;
    padding: 10px 15px 7px;
    border-radius: 6px;
}
.submit-btn:hover {
    background-color: transparent;
    color: #045052;
}
.submit-btn svg {
    width: 20px;
    height: 20px;
}
form.wt-form .btn-box {
    text-align: right;
}
.contact-main form.wt-form .btn-box {
    margin-top: 140px;
}
.hotels-main .left {
    padding-right: 2%;
}
.hotels-main .right {
    padding-left: 2%;
}

.side-box.icon-box-main {
    margin-top: 0px;
	justify-content: flex-end;
}
.side-box.icon-box-main .items .box {
    min-height: 180px;
    margin-bottom: 30px;
}
.side-box.icon-box-main .items {
    flex: 0 0 40%;
    max-width: 40%;
}
.side-box.icon-box-main .items .box .text-box .icons {
    width: 35px;
    height: 35px;
}
.side-box.icon-box-main .items .box .text-box .icon {
    width: 36px;
}
.side-box.icon-box-main .items .box .text-box h3 {
    margin-top: 20px;
}
.side-box.icon-box-main .items .box .text-box h3 {
    font-size: 16px;
    min-height: 55px;
    margin-top: 30px;
}

.wt-list {
    margin: 40px 0 0;
}
.wt-list li {
    list-style: none;
}
.wt-list li p:before {
    content: "";
    display: inline-block;
    background: url(../img/bullet.svg) no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 15px;
}
.wt-list li p strong {
    color: #000000;
    font-family: nexaBlack;
}
.icon-box-main {
    margin-top: 60px;
}
.icon-box-main .items .box {
    position: relative;
    min-height: 320px;
    border: 2px solid #54b8ba;
    border-radius: 6px;
    background-color: #ffffff;
    transition: all ease 0.4s;
}
.icon-box-main .items .box .text-box {
    position: absolute;
    width: 80%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 2;
    right: 0;
    left: 0;
    margin: auto;
}
.icon-box-main .items .box .text-box .icons {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
}
.icon-box-main .items .box .text-box .icon {
    width: 50px;
    height: auto;
    position: absolute;
    transition: all ease 0.4s;
}
.icon-box-main .items .box .text-box .icon.icon-b {
    opacity: 1;
    transition: all ease 0.4s;
}
.icon-box-main .items .box .text-box .icon.icon-w {
    opacity: 0;
    transition: all ease 0.4s;
}
/*
.icon-box-main .items .box:hover .icon.icon-w {
    opacity: 1;
    transition: all ease 0.4s;
}
.icon-box-main .items .box:hover .icon.icon-b {
    opacity: 0;
    transition: all ease 0.4s;
}
.icon-box-main .items .box:hover  {
    border: 2px solid #045052;
    background-color: #045052;
    transition: all ease 0.4s;
}
.icon-box-main .items .box:hover .text-box h3 {
    color: #ffffff;
}
.icon-box-main .items .box:hover .text-box h3:after {
    background-color: #ffffff;
}
*/
.icon-box-main .items .box .text-box h3 {
    font-family: nexaBold;
    font-size: 20px;
    min-height: 75px;
    margin-top: 35px;
    margin-bottom: 0;
    color: #656363;
    position: relative;
}
.icon-box-main .items .box .text-box h3:after {
    content: "";
    position: absolute;
    background-color: #54b8ba;
    width: 100px;
    height: 2px;
    bottom: -5px;
    left: 0;
}
.plane-bg.inside {
    position: fixed;
    bottom: 0;
}
.service-commit-sec {
    margin-top: 40px;
}
.service-commit-sec .left,
.service-commit-sec .right {
    margin: auto;
}
.service-commit-sec .p-left {
    padding-left: 5%;
}
.service-commit-sec .p-right {
    padding-right: 5%;
}
.package-main .package-row .left, .package-main .package-row .right {
    margin: auto;
}
.package-main .package-row {
    margin: 100px 0;
}
.package-row-main .package-row:nth-child(even) {
    background-color: #f8f8f8;
    padding: 100px 0;
}
.package-row-main .package-row:last-child {
    margin-bottom: 0;
}
.package-row-main .package-row:first-child {
    margin-top: 20px;
}
.package-row-main .package-row:nth-child(even) .img {
    padding-left: 5%;
}
.package-row-main .package-row:nth-child(odd) .img {
    padding-right: 5%;
}
.package-row-main .package-row .body-txt:last-child {
    margin-bottom: 0;
}
.form-sec .left,
.form-sec .right {
    margin: auto;
}
.form-sec .left {
    padding-right: 6%;
}
.form-sec .right {
    padding-left: 12%;
}
.form-sec form.wt-form .btn-box {
    margin-top: 80px;
}
.form-sec .item .box img {
    width: 80px;
    height: auto;
}
.form-sec .item .box {
    padding: 15px 50px 15px 0;
}
.form-sec .item .box h3 {
    font-family: nexaBold !important;
    font-size: 20px;
    margin: 20px 0 10px;
}
/*End Page Styles*/

/*Footer style*/
.main-footer {
    background-color: #222222;
    color: #ffffff;
    padding: 60px 10% 0;
    position: relative;
    z-index: 9;
}
.footer-logo {
    width: 200px;
    height: auto;
}
.main-footer .left,
.main-footer .right {
    padding: 0;
    position: relative;
}
.main-footer .left:after {
    content: "";
    position: absolute;
    background-color: #383838;
    width: 1px;
    height: calc(100% + 40px);
    top: -25px;
    right: 37%;
}
.main-footer .right h3 {
    font-family: nexaBook !important;
    font-size: 18px;
    margin-bottom: 15px;
}
.main-footer .right ul {
    padding: 0;
    margin: 0;
}
.main-footer .right ul li {
    list-style: none;
    padding-bottom: 8px;
}
.main-footer .right ul li:last-child {
    padding-bottom: 0px;
}
.main-footer .right ul li a:hover {
    color: #959595;
    text-decoration: none;
}
.main-footer .right ul li a,
.main-footer .right ul li p {
    color: #6c6c6c;
    font-family: nexaLight !important;
    margin-bottom: 0;
    font-size: 15px;
}
.main-footer .right ul li.social-links {
    padding-top: 10px;
}
.main-footer .right ul li.social-links a {
    padding-right: 15px;
}
.main-footer .footer-bottom,
.main-footer .footer-bottom a {
    margin: 0;
    text-align: center;
    color: #4e4e4e;
    font-size: 14px;
    font-family: nexaThin !important;
    position: relative;
    padding: 70px 0 5px;
}
.main-footer .footer-bottom a {
    padding-left: 25px;
    text-decoration: none;
}
.main-footer .footer-bottom a:hover {
    color: #6c6c6c;
}
.main-footer .footer-bottom a:after {
    content: "";
    position: absolute;
    background-color: #383838;
    width: 1px;
    height: 16px;
    left: 10px;
}

#back-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 9999;
    text-align: center;
    line-height: 30px;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    border-radius: 0px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    border-radius: 0;
    opacity: 0;
}
#back-to-top svg {
    color: #6c6c6c;
    font-size: 22px;
}
#back-to-top:hover svg {
    color: #959595;
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top {
    --animate-duration: 3s;
}
/*End Footer style*/

@media (max-width: 1679px) and (min-width: 1451px) {
    .nav-main {
        padding: 20px 7.5%;
    }
    .nav-main.scrolled {
        padding: 10px 7.5%;
    }
    .main-nav .navbar-brand img {
        width: 160px;
    }
    .main-nav .nav-item .nav-link {
        font-size: 12px;
        padding: 0 20px !important;
    }
    .nav-main.scrolled .main-nav .nav-item .nav-link.main-links:after {
        bottom: -23px;
    }
    nav.main-nav:after {
        width: 260px;
        height: 1px !important;
    }
    .nav-main.scrolled nav.main-nav:after {
        width: 200px !important;
    }
    .main-nav .nav-item.social-list .nav-link {
        padding: 0 0 0 20px !important;
        font-size: 16px;
    }
    .carousel-txt {
        width: 85%;
    }
    .sw-main .form-control {
        width: 85% !important;
    }
    .main-nav .nav-item .nav-link.main-links:after {
        bottom: -33px;
        left: 20px;
    }
    #home-slider .carousel-txt {
        width: 86%;
    }
    #home-slider .carousel-txt h1 {
        font-size: 62px;
    }
    #home-slider .carousel-txt h2 {
        font-size: 20px;
        margin-bottom: 40px;
    }
    #home-slider .carousel-indicators li p {
        font-size: 16px;
        line-height: normal;
    }
    #home-slider .carousel-indicators li span {
        font-size: 14px;
    }
    #home-slider .carousel-indicators {
        bottom: 40px;
    }
	#home-slider .carousel-control-next, #home-slider .carousel-control-prev {
		width: 8%;
	}
    .title {
        font-size: 24px;
    }
    .title2 {
        font-size: 18px;
    }
    .more-link {
        font-size: 14px;
    }
    .inner {
        width: 85%;
    }
    .featured-sec .item {
        padding: 60px 26px 0;
    }
    .item-slider .item {
        padding-top: 60px;
    }
    .featured-sec .row-nclr {
        margin-right: -27px;
        margin-left: -27px;
    }
    .featured-sec .box .txt-box, .item-slider .box .txt-box {
        padding: 25px 30px;
    }
    .featured-sec .box .txt-box h3, .item-slider .box .txt-box h3 {
        font-size: 18px;
    }
    .body-txt {
        font-size: 14px;
    }
	.body-txt2 {
		font-size: 16px;
	}
    .about-sec .right .img-box {
        margin-top: 72px;
    }
	
	.icon-box-main .items .box .text-box h3 {
		font-size: 16px;
	}
	.side-box.icon-box-main .items .box .text-box h3 {
		font-size: 14px;
	}
	.side-box.icon-box-main .items {
		flex: 0 0 48%;
		max-width: 48%;
	}
	.icon-box-main .items .box {
		min-height: 280px;
	}
	.form-sec .item .box img {
		width: 60px;
	}
	.form-sec .item .box h3 {
		font-size: 18px;
	}
	.form-sec .right,
	.contact-main .right {
		padding-left: 10%;
	}
	.custom-file-upload .icon {
		right: 60px;
	}
	.contact-main .left ul li a, .contact-main .left ul li p {
		font-size: 14px;
	}
	
    .main-footer {
        padding: 60px 7.5% 0;
    }
    .footer-logo {
        width: 170px;
    }
    .main-footer .left:after {
        right: 33%;
    }
    .main-footer .right h3 {
        font-size: 16px;
    }
    .main-footer .right ul li a, .main-footer .right ul li p {
        font-size: 14px;
    }
    .main-footer .footer-bottom, .main-footer .footer-bottom a {
        font-size: 12px;
    }
}

@media (min-width: 1401px) and (max-width: 1450px) {
	.custom-popup .modal-dialog {
		max-width: 85%;
	}
    .nav-main {
        padding: 20px 7.5%;
    }
    .nav-main.scrolled {
        padding: 10px 7.5%;
    }
    .main-nav .navbar-brand img {
        width: 160px;
    }
    .main-nav .nav-item .nav-link {
        font-size: 12px;
        padding: 0 20px !important;
    }
    .nav-main.scrolled .main-nav .nav-item .nav-link.main-links:after {
        bottom: -22px;
    }
    nav.main-nav:after {
        width: 260px;
        height: 2px !important;
    }
    .nav-main.scrolled nav.main-nav:after {
        width: 200px !important;
    }
    .main-nav .nav-item.social-list .nav-link {
        padding: 0 0 0 20px !important;
        font-size: 16px;
    }
    .carousel-txt {
        width: 85%;
    }
    .sw-main .form-control {
        width: 85% !important;
    }
    .main-nav .nav-item .nav-link.main-links:after {
        bottom: -32px;
        left: 20px;
    }
    #home-slider .carousel-txt {
        width: 86%;
    }
    #home-slider .carousel-txt h1 {
        font-size: 58px;
    }
	#home-slider .carousel-txt h1 span {
		font-size: 78px;
	}
    #home-slider .carousel-txt h2 {
        font-size: 18px;
        margin-bottom: 40px;
    }
    #home-slider .carousel-indicators li p {
        font-size: 16px;
        line-height: normal;
    }
    #home-slider .carousel-indicators li span {
        font-size: 14px;
    }
    #home-slider .carousel-indicators {
        bottom: 40px;
    }
	#home-slider .carousel-control-next, #home-slider .carousel-control-prev {
		width: 8%;
	}
    .title {
        font-size: 24px;
    }
    .title2 {
        font-size: 18px;
    }
    .more-link {
        font-size: 14px;
    }
    .inner {
        width: 85%;
    }
    .featured-sec .item {
        padding: 60px 26px 0;
    }
    .item-slider .item {
        padding-top: 60px;
    }
    .featured-sec .row-nclr {
        margin-right: -27px;
        margin-left: -27px;
    }
    .featured-sec .box .txt-box, .item-slider .box .txt-box {
        padding: 25px 30px;
    }
    .featured-sec .box .txt-box h3, .item-slider .box .txt-box h3 {
        font-size: 18px;
    }
    .body-txt {
        font-size: 14px;
    }
    .about-sec .right .img-box {
        margin-top: 54px;
    }
	
	.body-txt2 {
		font-size: 16px;
	}
	.icon-box-main .items .box .text-box h3 {
		font-size: 16px;
	}
	.side-box.icon-box-main .items .box .text-box h3 {
		font-size: 14px;
	}
	.side-box.icon-box-main .items {
		flex: 0 0 48%;
		max-width: 48%;
	}
	.icon-box-main .items .box {
		min-height: 280px;
	}
	.form-sec .item .box img {
		width: 60px;
	}
	.form-sec .item .box h3 {
		font-size: 18px;
	}
	.form-sec .right,
	.contact-main .right {
		padding-left: 8%;
	}
	.custom-file-upload .icon {
		right: 60px;
	}
	.contact-main .left ul li a, .contact-main .left ul li p {
		font-size: 14px;
	}
	
    .main-footer {
        padding: 60px 7.5% 0;
    }
    .footer-logo {
        width: 170px;
    }
    .main-footer .left:after {
        right: 33%;
    }
    .main-footer .right h3 {
        font-size: 16px;
    }
    .main-footer .right ul li a, .main-footer .right ul li p {
        font-size: 14px;
    }
    .main-footer .footer-bottom, .main-footer .footer-bottom a {
        font-size: 12px;
    }
}

@media (max-width: 1400px) and (min-width: 1300px) {
	.custom-popup .modal-dialog {
		max-width: 85%;
	}
    .nav-main {
        padding: 20px 7.5%;
    }
    .nav-main.scrolled {
        padding: 10px 7.5%;
    }
    .main-nav .navbar-brand img {
        width: 160px;
    }
    .main-nav .nav-item .nav-link {
        font-size: 12px;
        padding: 0 20px !important;
    }
    .nav-main.scrolled .main-nav .nav-item .nav-link.main-links:after {
        bottom: -22px;
    }
    nav.main-nav:after {
        width: 260px;
        height: 2px !important;
    }
    .nav-main.scrolled nav.main-nav:after {
        width: 200px !important;
    }
    .main-nav .nav-item.social-list .nav-link {
        padding: 0 0 0 20px !important;
        font-size: 16px;
    }
    .carousel-txt {
        width: 85%;
    }
    .sw-main .form-control {
        width: 85% !important;
    }
    .main-nav .nav-item .nav-link.main-links:after {
        bottom: -32px;
        left: 20px;
    }
    #home-slider .carousel-txt {
        width: 86%;
    }
    #home-slider .carousel-txt h1 {
        font-size: 52px;
    }
	#home-slider .carousel-txt h1 span {
		font-size: 74px;
	}
    #home-slider .carousel-txt h2 {
        font-size: 18px;
        margin-bottom: 40px;
    }
    #home-slider .carousel-txt a, #home-slider .carousel-txt a:hover {
        font-size: 14px;
    }
    #home-slider .carousel-indicators li p {
        font-size: 16px;
        line-height: normal;
    }
    #home-slider .carousel-indicators li span {
        font-size: 14px;
    }
    #home-slider .carousel-indicators {
        bottom: 40px;
    }
	#home-slider .carousel-control-next, #home-slider .carousel-control-prev {
		width: 8%;
	}
	.go-next-main {
		bottom: 20%;
	}
    .title {
        font-size: 24px;
    }
    .title2 {
        font-size: 16px;
    }
    .more-link {
        font-size: 14px;
    }
    .inner {
        width: 85%;
    }
    .featured-sec .item {
        padding: 60px 26px 0;
    }
    .item-slider .item {
        padding-top: 60px;
    }
    .featured-sec .row-nclr {
        margin-right: -27px;
        margin-left: -27px;
    }
    .featured-sec .box .txt-box, .item-slider .box .txt-box {
        padding: 25px 30px;
    }
    .featured-sec .box .txt-box h3, .item-slider .box .txt-box h3 {
        font-size: 16px;
    }
    .body-txt {
        font-size: 14px;
    }
    .about-sec .right .img-box {
        margin-top: 26px;
    }
	
	.body-txt2 {
		font-size: 16px;
	}
	#inner-slider .bc-main h1 {
		font-size: 40px;
	}
	.icon-box-main .items .box .text-box h3 {
		font-size: 16px;
		margin-top: 25px;
	}
	.side-box.icon-box-main .items .box .text-box h3 {
		font-size: 14px;
		margin-bottom: 25px;
	}
	.side-box.icon-box-main .items {
		flex: 0 0 48%;
		max-width: 48%;
	}
	.side-box.icon-box-main .items .box .text-box h3:after {
		bottom: 0px;
	}
	.icon-box-main .items .box {
		min-height: 280px;
	}
	.form-sec .item .box img {
		width: 60px;
	}
	.form-sec .item .box h3 {
		font-size: 18px;
	}
	.form-sec .right,
	.contact-main .right {
		padding-left: 6%;
	}
	.form-sec .item .box {
		padding: 15px 35px 15px 0;
	}
	.custom-file-upload .icon {
		right: 60px;
	}
	.contact-main .left ul li a, .contact-main .left ul li p {
		font-size: 14px;
	}
	.icon-box-main .items .box .text-box .icon {
		width: 45px;
	}
	
    .main-footer {
        padding: 60px 7.5% 0;
    }
    .footer-logo {
        width: 170px;
    }
    .main-footer .left:after {
        right: 33%;
    }
    .main-footer .right h3 {
        font-size: 16px;
    }
    .main-footer .right ul li a, .main-footer .right ul li p {
        font-size: 14px;
    }
    .main-footer .footer-bottom, .main-footer .footer-bottom a {
        font-size: 12px;
    }
}

@media (max-width: 1299px) and (min-width: 1200px) {
	.custom-popup .modal-dialog {
		max-width: 90%;
	}
    .nav-main {
        padding: 20px 2%;
    }
    .nav-main.scrolled {
        padding: 10px 2%;
    }
    .main-nav .navbar-brand img {
        width: 160px;
    }
    .main-nav .nav-item .nav-link {
        font-size: 11px;
        padding: 0 20px !important;
    }
    .nav-main.scrolled .main-nav .nav-item .nav-link.main-links:after {
        bottom: -23px;
    }
    nav.main-nav:after {
        width: 260px;
        height: 2px !important;
    }
    .nav-main.scrolled nav.main-nav:after {
        width: 200px !important;
    }
    .main-nav .nav-item.social-list .nav-link {
        padding: 0 0 0 20px !important;
        font-size: 15px;
    }
    .carousel-txt {
        width: 85%;
    }
    .sw-main .form-control {
        width: 84% !important;
    }
    .main-nav .nav-item .nav-link.main-links:after {
        bottom: -33px;
        left: 20px;
    }
    #home-slider .carousel-txt {
        width: 86.5%;
    }
    #home-slider .carousel-txt h1 {
        font-size: 48px;
    }
	#home-slider .carousel-txt h1 span {
		font-size: 68px;
	}
    #home-slider .carousel-txt h2 {
        font-size: 16px;
        margin-bottom: 40px;
    }
    #home-slider .carousel-txt a, #home-slider .carousel-txt a:hover {
        font-size: 14px;
    }
    #home-slider .carousel-indicators li p {
        font-size: 16px;
        line-height: normal;
    }
    #home-slider .carousel-indicators li span {
        font-size: 14px;
    }
    #home-slider .carousel-indicators {
        bottom: 40px;
        margin-right: 7%;
        margin-left: 10%;
    }
	#home-slider .carousel-control-next, #home-slider .carousel-control-prev {
		width: 8%;
	}
	.go-next-main {
		bottom: -5%;
	}
    .title {
        font-size: 24px;
    }
    .title2 {
        font-size: 16px;
    }
    .more-link {
        font-size: 14px;
    }
    .inner {
        width: 95.9%;
    }
    .featured-sec .item {
        padding: 60px 26px 0;
    }
    .item-slider .item {
        padding-top: 60px;
    }
    .featured-sec .row-nclr {
        margin-right: -24px;
        margin-left: -24px;
    }
    .featured-sec .box .txt-box, .item-slider .box .txt-box {
        padding: 25px 30px;
    }
    .featured-sec .box .txt-box h3, .item-slider .box .txt-box h3 {
        font-size: 16px;
    }
    .body-txt {
        font-size: 14px;
    }
    .about-sec .right .img-box {
        margin-top: 24px;
    }
	
	.body-txt2 {
		font-size: 16px;
	}
	#inner-slider .bc-main h1 {
		font-size: 40px;
	}
	#inner-slider .bc-main {
		top: 65%;
	}
	.icon-box-main .items .box .text-box h3 {
		font-size: 15px;
		margin-top: 25px;
	}
	.side-box.icon-box-main .items .box .text-box h3 {
		font-size: 14px;
		margin-bottom: 25px;
	}
	.side-box.icon-box-main .items {
		flex: 0 0 48%;
		max-width: 48%;
	}
	.side-box.icon-box-main .items .box .text-box h3:after {
		bottom: 0px;
	}
	.icon-box-main .items .box {
		min-height: 260px;
	}
	.form-sec .item .box img {
		width: 55px;
	}
	.form-sec .item .box h3 {
		font-size: 16px;
	}
	.form-sec .right,
	.contact-main .right {
		padding-left: 4%;
	}
	.form-sec .item .box {
		padding: 15px 35px 15px 0;
	}
	.custom-file-upload .icon {
		right: 60px;
	}
	.contact-main .left ul li a, .contact-main .left ul li p {
		font-size: 14px;
	}
	.icon-box-main .items .box .text-box .icon {
		width: 45px;
	}
	
    .main-footer {
        padding: 60px 2% 0;
    }
    .footer-logo {
        width: 170px;
    }
    .main-footer .left:after {
        right: 33%;
    }
    .main-footer .right h3 {
        font-size: 16px;
    }
    .main-footer .right ul li a, .main-footer .right ul li p {
        font-size: 14px;
    }
    .main-footer .footer-bottom, .main-footer .footer-bottom a {
        font-size: 12px;
    }
    #back-to-top {
        right: 12px;
    }
}

@media (max-width: 1199px) and (min-width: 1024px) {
	.custom-popup .modal-dialog {
		max-width: 90%;
	}
    .nav-main {
        padding: 20px 2%;
    }
    .nav-main.scrolled {
        padding: 10px 2%;
    }
    .main-nav .navbar-brand img {
        width: 120px;
    }
    .main-nav .nav-item .nav-link {
        font-size: 11px;
        padding: 0 15px !important;
    }
    .nav-main.scrolled .main-nav .nav-item .nav-link.main-links:after {
        bottom: -23px;
    }
    nav.main-nav:after {
        width: 160px !important;
        height: 2px !important;
    }
    .nav-main.scrolled nav.main-nav:after {
        width: 200px !important;
    }
    .main-nav .nav-item.social-list .nav-link {
        padding: 0 0 0 20px !important;
        font-size: 15px;
    }
    .carousel-txt {
        width: 85%;
    }
    .sw-main .form-control {
        width: 84% !important;
    }
    .main-nav .nav-item .nav-link.main-links:after {
        bottom: -33px;
        left: 15px;
    }
    #home-slider .carousel-txt {
        width: 86.5%;
    }
    #home-slider .carousel-txt h1 {
        font-size: 40px;
    }
	#home-slider .carousel-txt h1 span {
		font-size: 58px;
	}
    #home-slider .carousel-txt h2 {
        font-size: 14px;
        margin-bottom: 40px;
    }
    #home-slider .carousel-txt a, #home-slider .carousel-txt a:hover {
        font-size: 14px;
    }
    #home-slider .carousel-indicators li p {
        font-size: 16px;
        line-height: normal;
    }
    #home-slider .carousel-indicators li span {
        font-size: 14px;
    }
    #home-slider .carousel-indicators {
        bottom: 40px;
        margin-right: 7%;
        margin-left: 10%;
    }
	#home-slider .carousel-control-next, #home-slider .carousel-control-prev {
		width: 8%;
	}
	.go-next-main {
		bottom: -2%;
	}
    .title {
        font-size: 24px;
    }
    .title2 {
        font-size: 16px;
    }
    .more-link {
        font-size: 14px;
    }
    .inner {
        width: 95.9%;
    }
    .featured-sec .item {
        padding: 60px 15px 0;
    }
    .item-slider .item {
        padding-top: 60px;
    }
    .featured-sec .row-nclr {
        margin-right: -17px;
        margin-left: -17px;
    }
    .featured-sec .box .txt-box, .item-slider .box .txt-box {
        padding: 15px 15px;
    }
    .featured-sec .box .txt-box h3, .item-slider .box .txt-box h3 {
        font-size: 16px;
    }
    .body-txt {
        font-size: 14px;
    }
    .about-sec .right .img-box {
        margin-top: 48px;
    }
    .covid-advisory-sec .left {
        padding: 0 5% 0 0;
    }
    .about-sec .left {
        padding: 0 2.2% 0 0;
    }
	
	.body-txt2 {
		font-size: 15px;
	}
	#inner-slider .bc-main h1 {
		font-size: 40px;
	}
	#inner-slider .bc-main {
		top: 65%;
	}
	.icon-box-main .items .box .text-box h3 {
		font-size: 14px;
		margin-top: 25px;
	}
	.side-box.icon-box-main .items .box .text-box h3 {
		font-size: 14px;
		margin-bottom: 25px;
		min-height: 65px;
	}
	.side-box.icon-box-main .items {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.side-box.icon-box-main .items .box .text-box h3:after {
		bottom: 0px;
	}
	.icon-box-main .items .box {
		min-height: 260px;
	}
	.form-sec .item .box img {
		width: 50px;
	}
	.form-sec .item .box h3 {
		font-size: 14px;
	}
	.form-sec .right,
	.contact-main .right {
		padding-left: 0%;
	}
	.form-sec .left {
		padding-right: 0%;
	}
	.contact-main .left {
		padding-right: 8%;
	}
	.form-sec .item .box {
		padding: 15px 35px 15px 0;
	}
	.custom-file-upload .icon {
		right: 60px;
	}
	.contact-main .left ul li a, .contact-main .left ul li p {
		font-size: 14px;
	}
	.icon-box-main .items .box .text-box .icon {
		width: 45px;
	}
	.desitinations-sec {
		padding: 40px 0 70px;
	}
	.covid-advisory-sec, .about-sec {
		padding: 70px 0;
	}
	.featured-sec {
		padding: 70px 0;
	}
	.contact-main, .hotels-main, .visas-main, .aboutus-main, .careers-main, .tickets-main {
		padding: 70px 0;
	}
	.icon-box-main {
		margin-top: 40px;
	}
	.icon-box-main .items .box .text-box h3:after {
		bottom: 10px;
	}
	.mb-80 {
		margin-bottom: 40px;
	}
	.package-main {
		padding: 70px 0 0;
	}
	.package-main .package-row {
		margin: 70px 0;
	}
	.package-row-main .package-row:nth-child(even) {
		padding: 70px 0;
	}
	.wt-form label {
		font-size: 14px;
	}
	
    .main-footer {
        padding: 60px 2% 0;
    }
    .footer-logo {
        width: 170px;
    }
    .main-footer .left:after {
        right: 29%;
    }
    .main-footer .right h3 {
        font-size: 16px;
    }
    .main-footer .right ul li a, .main-footer .right ul li p {
        font-size: 12px;
    }
    .main-footer .footer-bottom, .main-footer .footer-bottom a {
        font-size: 12px;
    }
    #back-to-top {
        right: 12px;
    }
}

@media (max-width: 1023px) and (min-width: 992px) {
	.custom-popup .modal-dialog {
		max-width: 90%;
	}	
    .nav-main {
        padding: 20px 2%;
    }
    .nav-main.scrolled {
        padding: 10px 2%;
    }
    .main-nav .navbar-brand img {
        width: 120px;
    }
    .main-nav .nav-item .nav-link {
        font-size: 10px;
        padding: 0 15px !important;
    }
    .nav-main.scrolled .main-nav .nav-item .nav-link.main-links:after {
        bottom: -24px;
    }
    nav.main-nav:after {
        width: 260px;
        height: 2px !important;
    }
    .nav-main.scrolled nav.main-nav:after {
        width: 200px !important;
    }
    .main-nav .nav-item.social-list .nav-link {
        padding: 0 0 0 20px !important;
        font-size: 15px;
    }
    .carousel-txt {
        width: 85%;
    }
    .sw-main .form-control {
        width: 80% !important;
    }
    .main-nav .nav-item .nav-link.main-links:after {
        bottom: -34px;
		left: 15px;
    }
    #home-slider .carousel-txt {
        width: 86.5%;
    }
    #home-slider .carousel-txt h1 {
        font-size: 40px;
    }
	#home-slider .carousel-txt h1 span {
		font-size: 58px;
	}
    #home-slider .carousel-txt h2 {
        font-size: 14px;
        margin-bottom: 40px;
    }
    #home-slider .carousel-txt a, #home-slider .carousel-txt a:hover {
        font-size: 14px;
    }
    #home-slider .carousel-indicators li p {
        font-size: 16px;
        line-height: normal;
    }
    #home-slider .carousel-indicators li span {
        font-size: 14px;
    }
    #home-slider .carousel-indicators {
        bottom: 40px;
        margin-right: 7%;
        margin-left: 10%;
    }
	#home-slider .carousel-control-next, #home-slider .carousel-control-prev {
		width: 8%;
	}
	.go-next-main {
		bottom: -2%;
	}	
    .title {
        font-size: 24px;
    }
    .title2 {
        font-size: 16px;
    }
    .more-link {
        font-size: 14px;
    }
    .inner {
        width: 95.9%;
    }
    .featured-sec .item {
        padding: 60px 15px 0;
    }
    .item-slider .item {
        padding-top: 60px;
    }
    .featured-sec .row-nclr {
        margin-right: -17px;
        margin-left: -17px;
    }
    .featured-sec .box .txt-box, .item-slider .box .txt-box {
        padding: 15px 15px;
    }
    .featured-sec .box .txt-box h3, .item-slider .box .txt-box h3 {
        font-size: 14px;
    }
    .body-txt {
        font-size: 13px;
    }
    .about-sec .right .img-box {
        margin-top: 52px;
    }
    .covid-advisory-sec .left {
        padding: 0 5% 0 0;
    }
    .about-sec .left {
        padding: 0 1.7% 0 0;
    }
	
	.body-txt2 {
		font-size: 15px;
	}
	#inner-slider .bc-main h1 {
		font-size: 40px;
	}
	#inner-slider .bc-main {
		top: 65%;
	}
	.icon-box-main .items .box .text-box h3 {
		font-size: 14px;
		margin-top: 25px;
	}
	.side-box.icon-box-main .items .box .text-box h3 {
		font-size: 14px;
		margin-bottom: 25px;
		min-height: 65px;
	}
	.side-box.icon-box-main .items {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.side-box.icon-box-main .items .box .text-box h3:after {
		bottom: 0px;
	}
	.icon-box-main .items .box {
		min-height: 260px;
	}
	.form-sec .item .box img {
		width: 50px;
	}
	.form-sec .item .box h3 {
		font-size: 14px;
	}
	.form-sec .right,
	.contact-main .right {
		padding-left: 0%;
	}
	.form-sec .left {
		padding-right: 0%;
	}
	.contact-main .left {
		padding-right: 8%;
	}
	.form-sec .item .box {
		padding: 15px 35px 15px 0;
	}
	.custom-file-upload .icon {
		right: 60px;
	}
	.contact-main .left ul li a, .contact-main .left ul li p {
		font-size: 14px;
	}
	.icon-box-main .items .box .text-box .icon {
		width: 45px;
	}
	.desitinations-sec {
		padding: 40px 0 70px;
	}
	.covid-advisory-sec, .about-sec {
		padding: 70px 0;
	}
	.featured-sec {
		padding: 70px 0;
	}
	.contact-main, .hotels-main, .visas-main, .aboutus-main, .careers-main, .tickets-main {
		padding: 70px 0;
	}
	.icon-box-main {
		margin-top: 40px;
	}
	.icon-box-main .items .box .text-box h3:after {
		bottom: -5px;
	}
	.mb-80 {
		margin-bottom: 40px;
	}
	.package-main {
		padding: 70px 0 0;
	}
	.package-main .package-row {
		margin: 70px 0;
	}
	.package-row-main .package-row:nth-child(even) {
		padding: 70px 0;
	}
	.wt-form label {
		font-size: 14px;
	}
	
    .main-footer {
        padding: 60px 2% 0;
    }
    .footer-logo {
        width: 170px;
    }
    .main-footer .left:after {
        right: 29%;
    }
    .main-footer .right h3 {
        font-size: 16px;
    }
    .main-footer .right ul li a, .main-footer .right ul li p {
        font-size: 14px;
    }
    .main-footer .footer-bottom, .main-footer .footer-bottom a {
        font-size: 12px;
    }
    #back-to-top {
        right: 12px;
    }    
}

@media (max-width: 991px) and (min-width: 767px) {}

@media (min-width: 991px) {}

.m-view {
    display: none !important;
}
.m-hide {
    display: block !important;
}
@media (max-width: 991px) {
	.custom-popup .modal-body .txt {
		padding: 40px;
	}
    .m-view {
        display: block !important;
    }
    .m-hide {
        display: none !important;
    }
	.side-box.icon-box-main .items {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.side-box.icon-box-main {
		margin-top: 40px;
	}
	.side-box.icon-box-main .items .box {
		min-height: 320px;
		margin-bottom: 40px;
	}
	.side-box.icon-box-main .items .box .text-box .icons {
		width: 50px;
		height: 50px;
	}
	.side-box.icon-box-main .items .box .text-box .icon {
		width: 50px;
	}
    .nav-main, .nav-main.scrolled {
        padding: 0;
        position: fixed;
        background-color: rgb(34 34 34 / 85%);
    }
    nav.main-nav,
    .nav-main.scrolled nav.main-nav {
        padding: 0.5rem 1rem;
        align-items: center;
        border-bottom: none;
    }
    #home-slider {
        margin-top: -2px;
    }
    nav.main-nav:after,
    .main-nav .nav-item .nav-link.main-links:after,
    .main-footer .left:after {
        display: none;
    }
    .main-nav .nav-item .nav-link {
        font-size: 16px;
        padding: 15px 0px !important;
        text-align: center;
    }
    .main-nav .nav-item.social-list {
        display: flex;
        padding-left: 0;
        justify-content: space-around;
        margin-top: 20px;
    }
    .main-nav .nav-item.search-item {
        padding-left: 0;
        padding-right: 0;
    }
    .main-nav .navbar-nav {
        padding: 20px 0;
    }
    .sw-main .form-control {
        width: 75% !important;
    }
    #home-slider .carousel-txt {
        text-align: center;
    }
    #home-slider .carousel-txt h2 {
        font-size: 22px;
        color: #dddddd;
        max-width: 100%;
    }
    #home-slider .carousel-txt h1 {
        font-size: 40px;
    }
	#home-slider .carousel-txt h1 span {
		font-size: 58px;
	}
    #home-slider .carousel-txt h2 {
        font-size: 18px;
    }
    #home-slider .carousel-indicators {
        display: block;
        text-align: center;
        margin-right: 10%;
        margin-left: 10%;
    }
    #home-slider .carousel-indicators li:after {
        width: 100%;
        height: 1px;
        top: initial;
        bottom: -8px;
        left: 0;
        right: 0;
    }
    .featured-sec {
        margin-top: -2px;
    }
    .featured-sec .title {
        text-align: left !important;
    }
    .covid-advisory-sec .right {
        padding: 40px 0 0;
    }
    .about-sec .left {
        padding: 0 0 40px;
    }
    .about-sec .right {
        padding: 0;
    }
    .about-sec .right .img-box {
        margin-top: 40px;
    }
	
	.mb-80 {
		margin-bottom: 40px;
	}
	.service-commit-sec .p-right {
		padding-right: 15px;
		padding-top: 40px;
	}
	.service-commit-sec .p-left {
		padding-left: 15px;
		padding-top: 40px;
	}
	.icon-box-main .items .box {
		margin-bottom: 40px;
	}
	.icon-box-main .items:last-child .box {
		margin-bottom: 0px;
	}
	.package-row-main .package-row .img {
		padding-right: 15px !important;
		margin-bottom: 40px;
	}
	.package-row-main .package-row:nth-child(even) .img {
		padding-left: 15px;
	}
	.form-sec .left {
		padding-right: 15px;
	}
	.form-sec .right {
		padding-left: 15px;
		padding-top: 40px;
	}
	.custom-file-upload .icon {
		right: 0;
	}
	.contact-main .left {
		padding-right: 15px;
	}
	.contact-main .right {
		padding-left: 15px;
		padding-top: 40px;
	}
	.hotels-main .left {
		padding-right: 15px;
	}
	.hotels-main .right {
		padding-left: 15px;
	}
	
    .main-footer .left {
        padding: 0 0 60px;
    }
    .main-footer .right .item {
        padding-bottom: 60px;
    }
    .main-footer .right .item:last-child {
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
	.custom-popup .modal-dialog {
		max-width: 100%;
	}
	.custom-popup .modal-body .txt {
		padding: 20px;
	}
    #home-slider .carousel-txt h1 {
        font-size: 30px;
    }
	#home-slider .carousel-txt h1 span {
		font-size: 48px;
	}
    #home-slider .carousel-txt h2 {
        font-size: 15px;
    }
    .main-nav .navbar-brand img {
        width: 120px;
    }
    #home-slider .carousel-indicators {
        display: none;
    }
    .title {
        font-size: 22px;
    }
    .title span {
        position: relative;
        display: block;
        right: initial;
        margin-top: 15px;
    }
    .more-link svg {
        top: -1px;
    }
    .inner {
        width: 90%;
    }
    .featured-sec .row-nclr {
        margin-right: 0;
        margin-left: 0;
    }
    .featured-sec .item {
        padding: 30px 0px 0;
    }
    .covid-advisory-sec .left {
        padding: 0;
    }
    #home-slider .carousel-txt {
        top: 60%;
    }
    .sw-main .form-control {
        width: 100% !important;
        padding: 0.375rem 0rem;
    }   
    .sw-main .search-btn {
        width: 100%;
        margin-top: 40px;
        padding: 10px 50px 8px;
    }   
    .featured-sec .box .txt-box h3, .item-slider .box .txt-box h3 {
        font-size: 20px;
    }
    .title2 {
        font-size: 18px;
    }
	.featured-sec .box:hover, .item-slider .box:hover {
		transform: translate3d(0,0px,0);
	}
	.item-slider .item {
		padding-top: 40px;
	}
	#inner-slider .bc-main {
		width: 90%;
	}
	#inner-slider .bc-main h1 {
		font-size: 38px;
	}
	#inner-slider .bc-list li {
		opacity: 1;
	}
	.package-main .package-row {
		margin: 70px 0;
	}
	.package-row-main .package-row:nth-child(even) {
		padding: 70px 0;
	}
	.main-footer {
		padding: 60px 4% 0;
	}
	.contact-main, .hotels-main, .visas-main, .aboutus-main, .careers-main, .tickets-main {
		padding: 70px 0;
	}
	form.wt-form {
		padding: 40px 15px;
	}
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
.go-next-main {
		bottom: 30%;
	}
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
.go-next-main {
		bottom: -2%;
	}
}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.go-next-main {
		bottom: -2%;
	}
}
