body {
    font-family: "Outfit", sans-serif;
    color: #000000;
}
a {
    text-decoration: none;
}
a:hover {
    transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
}
body img {
    max-width: 100%;
}
figure {
    margin: 0;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}
ul li {
    font-size: 14px;
    list-style: none;
}
a:hover,
a:focus {
    text-decoration: none;
}
.btn {
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    padding: 0 18px;
    font-weight: 500;
}
.btn b {
    position: relative;
    z-index: 1;
    font-weight: 500;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none;
}

.btn-primary {
    border: solid 1px #e30101;
    background-color: #e30101;
    color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus-visible,
.btn-primary.show {
    box-shadow: none;
    background: #e30101 !important;
    border: 1px solid #e30101 !important;
}

.btn-secondary {
    border: solid 1px #ffffff;
    background-color: #ffffff;
    color: #000000;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
}

.btn-border {
    border: solid 1px #ffffff;
    background-color: transparent;
    color: #ffffff;
}
.btn-border:hover,
.btn-border:focus,
.btn-border:active {
    background: transparent;
    border: 1px solid #ffffff;
}

.btn-outline {
    border: solid 1px #000000;
    background-color: transparent;
    color: #040404;
    height: 39px;
    min-width: 115px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    background: transparent;
    border: 1px solid #040404;
}
.btn-service {
    background-color: #39c9dd;
    color: #fff;
}
.btn-service:hover,
.btn-service:focus,
.btn-service:active {
    background-color: #000000;
    color: #fff;
}

.btn.btn-primary:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(227, 1, 1, 0.4),
        0 4px 23px 0 rgba(227, 1, 1, 0.15), 0 8px 10px -5px rgba(227, 1, 1, 0.2);
    box-shadow: 0 14px 26px -12px rgba(227, 1, 1, 0.4),
        0 4px 23px 0 rgba(227, 1, 1, 0.15), 0 8px 10px -5px rgba(227, 1, 1, 0.2);
}
.btn.btn-secondary:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(240, 242, 245, 0.4),
        0 4px 23px 0 rgba(240, 242, 245, 0.15),
        0 8px 10px -5px rgba(240, 242, 245, 0.2);
    box-shadow: 0 14px 26px -12px rgba(240, 242, 245, 0.4),
        0 4px 23px 0 rgba(240, 242, 245, 0.15),
        0 8px 10px -5px rgba(240, 242, 245, 0.2);
}
.btn.btn-border:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(240, 242, 245, 0.4),
        0 4px 23px 0 rgba(240, 242, 245, 0.15),
        0 8px 10px -5px rgba(240, 242, 245, 0.2);
    box-shadow: 0 14px 26px -12px rgba(240, 242, 245, 0.4),
        0 4px 23px 0 rgba(240, 242, 245, 0.15),
        0 8px 10px -5px rgba(240, 242, 245, 0.2);
}
.btn.btn-outline:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.4),
        0 4px 23px 0 rgba(0, 0, 0, 0.15), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.4),
        0 4px 23px 0 rgba(0, 0, 0, 0.15), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.preloader {
    position: fixed;
    overflow: hidden;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #000000;
}
.preloader video {
    width: 100% !important;
    height: 100% !important;
}

.heading h2 {
    font-weight: 600;
    font-size: 56px;
    line-height: 60px;
    color: #000000;
    margin: 0px 0px 20px 0px;
}
.heading h3 {
    font-weight: 500;
    font-size: 42px;
    line-height: 48px;
    color: #000000;
    margin: 0px 0px 20px 0px;
}
.heading p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #6a6a6a;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img {
    max-width: 86px;
}
.navigation {
    display: flex;
    align-items: center;
}
.menubtn {
    display: flex;
}
.navigation .menubtn .btn-primary {
    margin: 0 0 0 15px;
}
.navigation .btn,
.menubtn .dropdown {
    display: inline-flex;
    color: #ffffff;
    min-width: 147px;
}
.item-btn .touch-button {
    display: none;
}
.menubtn .dropdown > a.btn-primary {
    margin: 0 0 0 10px;
}
.btn-border.show {
    border: solid 1px #ffffff;
    background-color: #ffffff;
}
.btn-border.show b {
    color: #000000;
}
.applicationstatus {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    width: 251px;
    right: 0 !important;
    left: auto !important;
    top: 10px !important;
    border: none;
    padding: 15px 22px 12px;
}
.applicationstatus .form-group {
    margin: 0 0 10px;
}
.applicationstatus .form-group label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin: 0 0 5px;
}
.applicationstatus .form-control {
    height: 30px;
    border: 1px solid #ababab;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.15));
    border-radius: 5px;
    padding: 6px;
}
.applicationstatus .form-control {
    box-shadow: none;
}
.applicationstatus .btn.btn-primary {
    width: 100%;
    height: 30px;
    margin: 20px 0 0;
}

.loginsignup {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    width: 251px;
    right: 0 !important;
    left: auto !important;
    top: 10px !important;
    border: none;
    padding: 25px 22px;
}
.navigation .loginsignup-btn:first-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d1d0d1;
}
.navigation .loginsignup-btn a {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    display: flex;
    align-items: center;
    position: relative;
    height: 50px;
    padding: 5px 50px 5px 18px;
}
.navigation .loginsignup-btn a span {
    font-weight: 400;
    display: block;
    width: 60px;
    font-size: 12px;
    line-height: 14px;
    color: #010101;
    padding: 0 0 0 18px;
}
.navigation .loginsignup-btn a figure {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 42px;
    background: #e30101;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    border-radius: 0px 4px 4px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.banner-section {
    position: relative;
}
.banner-section .container {
    position: relative;
    z-index: 1;
}
.banner-section:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 114px;
    background: linear-gradient(180deg, #000000 25.95%, rgba(0, 0, 0, 0) 100%);
}
header {
    padding: 11px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.fullbg {
    position: relative;
}
.fullbg:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.fullbg video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    display: flex;
}
.flashing-message {
    background-color: #14c5d0;
    padding: 5px 0px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 0;
}
.flashing-message p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    text-align: center;
    margin: 0;
}

.banner-content {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-content h1 {
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto 20px;
    position: relative;
    max-width: 750px;
}
.banner-content h4 {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    -webkit-text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    margin: 0px 0px 5px 0px;
}
.banner-content p {
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    -webkit-text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    margin: 0px 0px 25px 0px;
}
.banner-content p a {
    font-weight: 400;
    text-decoration: underline;
    color: #ffffff;
}
.banner-content .btn {
    min-width: 165px;
}
.banner-content .btn {
    margin: 0 5px;
}
.searchform {
    width: 512px;
    margin: 0 auto 18px;
    position: relative;
}
.searchform .form-control {
    font-weight: 300;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    height: 46px;
    color: #000000;
}
.searchform button {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: none;
    background: transparent;
}
.searchform-mobile {
    display: none;
}

.combo-package {
    padding: 50px 0 100px;
}
.combo-package .heading h2 {
    font-size: 32px;
    line-height: 48px;
}
.combobox {
    background-color: #ffffff;
    border: 2px solid #f2f2f2;
    text-align: center;
    border-radius: 10px;
    margin: 30px 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.active.center .combobox {
    scale: 1.1;
    border: 1.5px solid #14c5d0;
    -webkit-box-shadow: inset 0px 0px 14px 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 14px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
.combobox h4 {
    background: #14c5d0;
    border-radius: 10px 10px 0px 0px;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin: 0;
    padding: 18px 10px;
}
.combobox ul {
    padding: 15px 15px 15px;
}
.combobox ul li {
    text-align: left;
    position: relative;
    padding: 0 0 25px 25px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}
.combobox ul li figure {
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
    width: 15px;
}
.combobox ul li figure img {
    margin: auto;
}
.combobox .btn-primary {
    margin: 0 0 30px;
    height: 40px;
    width: 185px;
}

.package-slider {
    padding: 0 120px;
}
.package-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url("../images/left-arrow-big.svg") no-repeat center !important;
    background-size: 11px !important;
}
.package-slider .owl-nav .owl-prev:hover {
    background-color: #dfdfdf !important;
}
.package-slider .owl-nav .owl-prev span {
    font-size: 0;
}
.package-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url("../images/right-arrow-big.svg") no-repeat center !important;
    background-size: 11px !important;
}
.package-slider .owl-nav .owl-next:hover {
    background-color: #dfdfdf !important;
}
.package-slider .owl-nav .owl-next span {
    font-size: 0;
}
.package-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
    margin: 0;
    padding: 8px 10px;
}

.whybookus {
    padding: 100px 0;
}
.whybookus .heading {
    margin: 0px 0px 60px 0px;
}
.bookwithus-section {
    display: flex;
    justify-content: space-between;
}
.bookwithus-section li {
    text-align: center;
}
.bookwithus-section li figure {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 111px;
    width: 111px;
    margin: auto;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #f3f3f3;
    background-color: #16c6d1;
    position: relative;
}
.bookwithus-section li figure:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #f3f3f3;
    transform: scale(0);
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.bookwithus-section li:hover figure:after {
    transform: scale(1);
}
.bookwithus-section li figure img {
    position: relative;
    z-index: 1;
}
.bookwithus-section li span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0 0;
}

.offer-section {
    background: #f3f3f3 url("../images/offerbg.svg") no-repeat top center;
    background-size: 1260px;
    height: 100%;
    width: 100%;
    padding: 65px 0 65px 0;
}
.offer-section .container {
    max-width: 1200px;
}
.offer-section .heading {
    margin: 0 0 30px;
}
.offer-section .heading h2 {
    font-weight: 600;
    font-size: 56px;
    line-height: 60px;
    color: #000000;
    margin: 0px 0px 18px 0px;
}
.offer-section .heading p {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #515151;
    margin: 0;
}
.offerbox {
    background: #ffffff;
    margin: 25px 15px;
    -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    overflow: hidden;
}
.offer-content {
    padding: 15px;
}
.offer-content h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.offer-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #707070;
    margin: 0 0 32px;
}
.offer-content .btn-outline {
    border: solid 1px #e30101;
    color: #e30101;
    height: 45px;
    min-width: 148px;
}
.offer-content .btn-outline:hover,
.offer-content .btn-outline:focus,
.offer-content .btn-outline:active {
    border: 1px solid #e30101;
}
.offer-content .btn-outline:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(227, 1, 1, 0.4),
        0 4px 23px 0 rgba(227, 1, 1, 0.15), 0 8px 10px -5px rgba(227, 1, 1, 0.2);
    box-shadow: 0 14px 26px -12px rgba(227, 1, 1, 0.4),
        0 4px 23px 0 rgba(227, 1, 1, 0.15), 0 8px 10px -5px rgba(227, 1, 1, 0.2);
    background-color: #e30101;
    color: #fff;
}

.best-package {
    padding: 95px 0 40px;
}
.lightheading {
    font-size: 80px;
    font-weight: 800;
    color: #f2f2f2;
    display: block;
    text-align: center;
    line-height: 60px;
}
.best-package .heading {
    margin: 0 0 75px;
}
.packagelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.packagelist li {
    width: 25%;
}
.packagebox {
    overflow: hidden;
}
.packagebox figure {
    overflow: hidden;
}
.packagebox figure img {
    width: 100%;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.packagebox:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.packagebox {
    position: relative;
}
.packagebox:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.65) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.65) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.65) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.packagecontent {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 38px 16px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    z-index: 1;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.packagecontent strong {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.packagecontent span {
    display: block;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
.overlaycontent {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: -100%;
    z-index: 1;
    padding: 35px 23px 80px 23px;
    background-color: rgba(0, 0, 0, 0.8);
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.overlaycontent strong {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 22px;
}
.overlaycontent span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0 0 10px 20px;
    position: relative;
}
.overlaycontent span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.overlaycontent .btn-primary {
    position: absolute;
    left: 23px;
    bottom: 38px;
    height: 46px;
    width: 160px;
    font-size: 20px;
    font-weight: 500;
}
.packagebox:hover .packagecontent {
    bottom: -100%;
}
.packagebox:hover .overlaycontent {
    bottom: 0;
}

.offerimg-slider figure {
    position: relative;
    overflow: hidden;
}
.offerimg-slider figure:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.offerimg-slider figure img {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.offerimg-slider figure:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.offerimg-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 20px;
    border-radius: 0 50px 50px 0;
    background: rgba(255, 255, 255, 0.8) url("../images/left-arrow.svg")
        no-repeat center !important;
}
.offerimg-slider .owl-nav .owl-prev span {
    font-size: 0;
}
.offerimg-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 20px;
    border-radius: 50px 0 0 50px;
    background: rgba(255, 255, 255, 0.8) url("../images/right-arrow.svg")
        no-repeat center !important;
}
.offerimg-slider .owl-nav .owl-next span {
    font-size: 0;
}
.offerimg-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
    margin: 0;
    padding: 8px 10px;
}
.offerimg-slider .owl-dots .owl-dot {
    margin: 0 5px;
    width: 8.84px;
    height: 8.84px;
}
.offerimg-slider .owl-dots .owl-dot span {
    background-color: #d9d9d9;
}

.mapsection {
    background: #ffffff url("../images/world-mapbg.png") no-repeat center;
    min-height: 818px;
    display: flex;
    align-items: center;
}

.review-section {
    background: linear-gradient(180deg, #14c5d0 0%, #92d4fc 166.17%);
    padding: 69px 0 27px;
}
.review-content {
    padding: 0px 20px 0px 0px;
}
.review-content h3 {
    font-weight: 700;
    font-size: 64px;
    line-height: 60px;
    color: #ffffff;
    margin: 0 0 10px;
    -webkit-text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.3);
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.review-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    margin: 0;
}
.review-slider {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
}
.review-slider .owl-stage-outer .item {
    padding: 10px 10px 0px;
}
.review-slider .owl-stage-outer .item .reviewbox {
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}
.reviewbox {
    display: flex;
    background-color: #ffffff;
    padding: 15px 13px;
}
.reviewbox figure {
    width: 41%;
}
.reviewbox .user-review {
    width: 59%;
    padding: 12px 0 8px 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.user-review p {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 0;
}
.user-review h5 {
    display: block;
    padding: 40px 0 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin: 0;
}
.owl-dots {
    text-align: center;
    margin: 20px 0 0;
}
.owl-dots .owl-dot {
    margin: 0 7px;
}
.owl-dots .owl-dot span {
    display: block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
}
.owl-dots .owl-dot.active span {
    background: #e30101;
}

.aboutus-section {
    padding: 60px 0;
}
.about-left {
    max-width: 550px;
}
.about-left h3 {
    font-weight: 600;
    font-size: 56px;
    line-height: 60px;
    color: #000000;
    margin: 0px 0px 25px 0px;
}
.about-left p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 0px 0px 20px 0px;
}
.about-right {
    display: flex;
}
.about-right figure {
    width: 34%;
}
.about-right-content {
    width: 66%;
    padding: 20px 0 0 25px;
}
.about-right-content p {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 0 0 20px;
}
.about-right-content h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin: 30px 0 0;
}
.about-right-content span {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.video-section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    overflow: hidden;
}
.video-small {
    width: 60%;
    padding-left: 12px;
}
.video-small figure:first-child {
    margin-bottom: 15px;
}
.video-large {
    width: 40%;
    padding-right: 12px;
}

.skylinebg {
    background: url("../images/skyline-img.svg") no-repeat bottom center;
    height: 245px;
    width: 100%;
    opacity: 0.7;
    border-bottom: 2px solid #858b8b;
}

.footer {
    background-color: #515151;
    padding: 35px 0 15px 0;
}
.footer-menu li {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    padding: 0 0 12px;
}
.footer-menu li:last-child {
    padding: 0;
}
.footer-menu li a {
    text-decoration: none;
    color: #ffffff;
}
.footer-menu li a:hover {
    color: #e30101;
}
.footerlink {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
}
.footerlink h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #fff;
    min-width: 180px;
}
.footerlink ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footerlink ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    padding: 0 15px 0 0;
    position: relative;
}
.footerlink ul li:after {
    position: absolute;
    content: "";
    right: 7px;
    top: 2px;
    bottom: 0;
    margin: auto;
    height: 12px;
    width: 1px;
    background-color: #ffffff;
}
.footerlink ul li:first-child {
    padding-left: 0;
}
.footerlink ul li:last-child:after {
    display: none;
}
.footerlink ul li a {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
.footerlink ul li a:hover {
    color: #e30101;
}

.flogo img {
    max-width: 131px;
}
.bottomlink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #fff;
    margin: 15px 0 0;
    padding: 15px 0 0;
}
.bottomlink ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}
.bottomlink ul li {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    padding: 0 8px;
    position: relative;
}
.bottomlink ul li:after {
    position: absolute;
    content: "";
    right: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    height: 12px;
    width: 1px;
    background-color: #ffffff;
}
.bottomlink ul li:first-child {
    padding-left: 0;
}
.bottomlink ul li:last-child:after {
    display: none;
}
.bottomlink ul li a {
    text-decoration: none;
    color: #ffffff;
}
.bottomlink ul li a:hover {
    color: #e30101;
}
.bottomlink p {
    color: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 12px;
}

.visaimg {
    text-align: center;
}
.subscribebox {
    display: flex;
    align-items: center;
    margin: 0 0 33px;
}
.subscribebox .form-control {
    width: 190px;
    height: 35px;
    border: none;
    background: #ffffff;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    max-width: 100%;
}
.subscribebox .btn {
    height: 35px;
    margin-left: 20px;
}
.col-md-4.col-6.col-sm-6 {
    position: relative;
}

.graybg {
    background-color: #f3f3f3;
    padding: 25px 0 20px;
}
.newletter-section {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}
.newletter-section:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 1px;
    background-color: #7a7a7a;
}
.folllowus {
    width: 50%;
    padding-right: 100px;
}
.folllowus h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 5px;
}
.folllowus p {
    font-size: 16px;
    margin: 0 0 22px;
    color: #565656;
}
.social-link {
    display: flex;
    align-items: center;
}
.social-link li {
    margin: 0 7px 0 0;
}
.social-link li a img {
    position: relative;
    top: 0;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.social-link li a img:hover {
    top: -5px;
}
.subscribe {
    width: 50%;
    padding-left: 120px;
}
.subscribe h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 5px;
}
.subscribe p {
    font-size: 16px;
    margin: 0 0 22px;
    color: #565656;
}
.subscribeform {
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 380px;
}
.subscribeform .form-control {
    background-color: #d9d9d9;
    border: none;
    font-weight: 300;
    height: 34px;
    color: #000000;
    font-size: 16px;
    margin-right: 15px;
}
.subscribeform .form-control:focus {
    box-shadow: none;
    border: none;
}
.subscribeform .btn-primary {
    height: 34px;
    font-size: 14px;
    font-weight: 400;
    min-width: 90px;
}

.stop-scroll {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.innerbanner {
    height: 610px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.accordion-section {
    padding: 65px 0 30px;
}
.accordion-section .accordion-item {
    margin: 0 0 35px;
    border: 0;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.accordion-section .accordion-button {
    background: transparent;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #000000;
}
.accordion-section .accordion-button:after {
    background-image: url("../images/accordion-arrow.svg");
    width: 20px;
    height: 12px;
}
.accordion-section .accordion-body p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 0 0 15px;
}
.accordion-section .accordion-body p:last-child {
    margin: 0;
}
.accordion-section .accordion-button:focus {
    box-shadow: none;
}
.accordion-section .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.accordion-section #privacyaccordion .accordion-button {
    line-height: 29px;
}

.tab-section {
    padding: 70px 0 50px 0;
}
.tab-section .heading {
    margin: 0px 0px 60px 0px;
    position: relative;
}
.tab-section .nav-tabs {
    margin: 0 0 50px;
    justify-content: center;
    background-color: transparent;
    border-bottom: 9px solid #eae7e7;
}
.tab-section .nav-tabs li {
    width: 33.33%;
    position: relative;
    border-right: 1px solid #d9d9d9;
}
.tab-section .nav-tabs li:last-child {
    border-right: none;
}
.tab-section .nav-tabs li .nav-link {
    width: 100%;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #000000;
    background: transparent;
    border: none;
}
.tab-section .nav-tabs li .nav-link.active {
    color: #019cf8;
}
.tab-section .nav-tabs li .nav-link:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -9px;
    height: 9px;
    width: 0;
    background-color: #019cf8;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.tab-section .nav-tabs li .nav-link.active:after {
    width: 100%;
}

.tab-section .heading p {
    font-size: 16px;
    line-height: 24px;
    color: #515151;
}

.tour-slider {
    padding: 0 65px;
}
.tourbox {
    background: #fdfdfd;
    text-align: center;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin: 30px 5px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.tourbox h4 {
    font-size: 42px;
    line-height: 42px;
    color: #000;
    font-weight: 500;
    margin: 0;
    text-align: left;
}
.entrybg {
    background: #f3f3f3 url("../images/tourvisa-bg.png") no-repeat center;
    min-height: 159px;
    width: 100%;
    background-size: cover;
    position: relative;
    padding: 18px 15px 0;
}
.entrybg h5 {
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    background-color: #e30101;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 4px 12px;
}
.entrybg span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #ffffff;
}
.tourbox ul {
    padding: 25px 15px 5px;
    border-bottom: 1px solid #000;
    margin: 0 0 15px;
}
.tourbox ul li {
    text-align: left;
    position: relative;
    padding: 0 0 15px 22px;
    font-weight: 400;
    font-size: 14px;
    color: #6a6a6a;
    line-height: 16px;
}
.tourbox ul li figure {
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
    width: 15px;
}
.tourbox ul li figure img {
    margin: auto;
    max-width: 13px;
}
.tourbox .btn-primary {
    margin: 0 0 5px;
    min-width: 206px;
    height: 46px;
}
.tourbox .know-more {
    padding: 0 0 15px;
}
.tourbox .know-more a {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #019cf8;
}
.tourprice {
    text-align: left;
    padding: 0 10px;
    margin: 0 0 20px;
}
.price {
    padding: 0 0 3px 0;
}
.price strong {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    padding: 0 5px 0 0;
}
.price small {
    vertical-align: top;
    font-size: 10px;
    font-weight: 300;
}
.price span {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #e30101;
}
.price span del {
    color: #655d5c;
}

.tour-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url("../images/left-arrow-big.svg") no-repeat center !important;
    background-size: 11px !important;
}
.tour-slider .owl-nav .owl-prev:hover {
    background-color: #dfdfdf !important;
}
.tour-slider .owl-nav .owl-prev span {
    font-size: 0;
}
.tour-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url("../images/right-arrow-big.svg") no-repeat center !important;
    background-size: 11px !important;
}
.tour-slider .owl-nav .owl-next:hover {
    background-color: #dfdfdf !important;
}
.tour-slider .owl-nav .owl-next span {
    font-size: 0;
}
.tour-slider .owl-dots {
    text-align: center;
    margin: 0;
    padding: 8px 10px;
}
.tour-slider .owl-dots .owl-dot {
    margin: 0 7px;
}
.tour-slider .owl-dots .owl-dot span {
    background-color: #8d8d8d;
}
.tour-slider .owl-dots .owl-dot.active span {
    background-color: #e30101;
}

.about-section {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0 140px 0;
}
.about-section h3 {
    width: 100%;
    font-weight: 500;
    font-size: 42px;
    line-height: 48px;
    color: #000000;
    margin: 0 0 35px;
}
.aboutus-content {
    width: 52%;
    padding: 10px 0 0 25px;
    position: relative;
}
.aboutus-content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #515151;
    margin: 0 0 50px;
}
.aboutus-content p strong {
    font-weight: 500;
}
.aboutus-content p a {
    color: #000000;
}
.aboutus-content p:last-child {
    margin: 0;
}
.aboutus-img {
    width: 48%;
}

.successrate {
    background-color: #39c9dd;
    max-width: 100%;
    width: 525px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 6px 20px 12px 20px;
    justify-content: space-between;
    position: absolute;
    left: -75px;
    bottom: -50px;
}
.successbox strong {
    font-size: 64px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    display: block;
    -webkit-text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
}
.successbox span {
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    display: block;
    -webkit-text-shadow: 0px 0 4px rgba(0, 0, 0, 0.45);
    text-shadow: 0px 0 4px rgba(0, 0, 0, 0.45);
}

.explore-section {
    padding: 100px 0 50px 0;
}
.explorebox {
    width: 262px;
    min-height: 263px;
    margin: 10px auto;
    background: linear-gradient(180deg, #ffffff 72%, #b2f9fd 100%);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 23px 15px;
    text-align: center;
}
.explorebox h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 25px;
    color: #000000;
}
.explorebox ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    padding: 0 0 20px 15px;
    text-align: left;
    position: relative;
}
.explorebox ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000000;
}

.outmazed-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 80px 0;
}
.outmazed-content {
    width: 55.5%;
    padding: 0;
}
.outmazed-img {
    width: 44.5%;
    text-align: center;
}
.outmazed-content h3 {
    width: 100%;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    margin: 0 0 35px;
}
.outmazed-content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 0 0 30px;
}
.outmazed-content p a {
    color: #000000;
}
.outmazed-content p:last-child {
    margin: 0;
}

.service-section {
    background-color: #f3f3f3;
    padding: 55px 0 80px;
}
.servicelist {
    margin: 60px 0 0;
}
.servicebox {
    border-radius: 4px;
    overflow: hidden;
    background-color: #ffffff;
}
.servicecontent {
    padding: 20px 15px 15px 15px;
}
.servicecontent h4 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
}
.servicecontent p {
    font-size: 16px;
    font-weight: 300;
    color: #515151;
}
.servicecontent .btn-service {
}

.application-section {
    padding: 150px 20px 150px;
    display: grid;
    grid-column-gap: 44px;
    grid-template-columns: 200px 1fr 150px;
    overflow: hidden;
}
.buttons-element button {
    border-radius: 6px;
    height: 40px;
    width: 200px;
    margin-bottom: 20px;
    text-align: left;
    justify-content: flex-start;
}
.buttons-element button img {
    margin-right: 15px;
}
.button-row {
    position: relative;
}
.form-button {
    padding: 75px 0px 0px 0px;
}
.remove_traveller {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 22px;
    height: 22px;
    background: #ff0000;
    border: 1px solid #000000;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.buttons-element .nav-tabs {
    border: none;
}
.buttons-element .btn-active {
    background-color: #14c5d0;
    border: none;
    color: #ffffff;
}
.buttons-element .btn-gray {
    background-color: #d9d9d9;
}
.buttons-element .btn-gray img {
    filter: brightness(0);
}
.buttons-element .add-traveller {
    background-color: #ffffff;
    border: 1px solid #6a6a6a;
    border-radius: 5px;
}
.form-button > button,
.form-button > .btn {
    border-radius: 6px;
    height: 40px;
    width: 155px;
    margin-bottom: 20px;
}
.form-button .btn-primary {
    background-color: rgba(227, 1, 1, 0.8);
}
.form-button .btn-exit {
    border: 1px solid rgba(106, 106, 106, 0.7);
    border-radius: 5px;
}
.traveller-heading {
    margin: 0 0 20px;
}
.traveller-heading h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 0;
}
.applicationform .form-group {
    margin: 0 0 25px;
}
.applicationform .col-sm-6 .col-4 .form-group {
    margin: 0;
}
.applicationform .col-sm-6 .form-group .row {
    margin: 0;
}
.applicationform .col-sm-6 .form-group .col-4 {
    padding: 0 5px;
}
.applicationform .form-group label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 0 0 10px;
}
.applicationform .form-group label small {
    display: inline-block;
    padding: 0 0 0 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6a6a6a;
}
.applicationform .form-group label a {
    display: inline-block;
    margin: 0 0 0 5px;
}
.applicationform .form-group label > img {
    margin: 0 0 0 10px;
}
.applicationform .form-group label .required {
    color: #ff0000;
}
.applicationform .form-group .form-control {
    height: 42px;
    border: 1px solid #868686;
    border-radius: 5px;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.applicationform .form-group select.form-control {
    background: url("../images/select-arrow.svg") no-repeat 98% center;
}
.applicationform .form-group .form-control:focus {
    box-shadow: none;
}
.service_input {
    border-bottom: 1px solid #dadada;
    padding: 0 0 15px;
    margin: 0 0 20px;
}
.application-accordion {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    padding: 24px 32px;
}
.application-accordion .accordion-item {
    margin: 0 0 30px;
}
.application-accordion .accordion-item:last-child {
    margin: 0;
}
.application-accordion .accordion-button {
    background-color: #ededed !important;
    border-radius: 6px !important;
    padding: 11px 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}
.application-accordion .accordion-button::after {
    position: absolute;
    top: 0;
    right: 15px;
    content: "";
    bottom: 0;
    margin: auto;
    background: url("../images/accordion-gray-arrow.svg") no-repeat center;
    width: 18px;
    height: 11px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.application-accordion .accordion-button:not(.collapsed)::after {
    background: url("../images/accordion-gray-arrow.svg") no-repeat center;
    width: 18px;
    height: 11px;
}
.formbox {
    padding: 25px 0;
    border-bottom: 1px solid #dadada;
}

.formstep {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin: 0 0 15px;
}
.formstep li {
    padding: 0px 15px;
    position: relative;
    width: 33.33%;
    text-align: center;
}
.formstep li:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 50%;
    background-color: #e7e4e4;
    left: -5px;
    top: 15px;
}
.formstep li:after {
    position: absolute;
    content: "";
    height: 8px;
    width: 50%;
    background-color: #e7e4e4;
    right: -5px;
    top: 15px;
}
.formstep li .count {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: auto;
    background-color: #d9d9d9;
    border: 4px solid #d9d9d9;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    z-index: 1;
}
.formstep li .stepdetail {
    display: block;
    margin: -20px 0 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.5);
}
.formstep li a {
    color: rgba(48, 62, 103, 0.5);
    text-decoration: none;
    display: block;
    text-align: center;
}
.formstep li.active .count {
    border: 4px solid #14c3ce;
    background-color: #f3f3f3;
}
.formstep li.complete::after,
.formstep li.complete::before {
    background-color: #14c3ce;
}
.formstep li.complete .count {
    border: 4px solid #14c3ce;
    background-color: #f3f3f3;
}
.formstep li.active::before {
    background-color: #14c3ce;
}
.formstep li.active .stepdetail {
    color: rgba(0, 0, 0, 1);
}
.formstep li:first-child:before {
    border-radius: 5px 0 0 5px;
}
.formstep li:last-child:after {
    border-radius: 0 5px 5px 0;
}

.attachmentbox h6 {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #6a6a6a;
    margin: 0 0 5px;
}
.borderbox {
    background: #ffffff;
    border: 1px dashed #868686;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
}
.borderbox figure {
}
.borderbox p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #ababab;
    margin: 0;
}
.borderbox span {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #ababab;
    display: block;
}
.browsebtn {
    margin: 10px 0;
    position: relative;
}
.browsebtn input {
    position: absolute;
    width: 106px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    cursor: pointer;
}
.browsebtn a {
    pointer-events: none;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #0a5dfe;
}
.fileinfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0 0;
}
.fileinfo span {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #6a6a6a;
}

.contact-section {
    background-color: #ffffff;
    padding: 94px 0 60px;
}
.contactbox {
    display: flex;
    flex-wrap: wrap;
    max-width: 964px;
    margin: auto;
}
.contact_info {
    width: 35%;
}
.contact_info li {
    display: block;
    margin: 0 0 43px;
}
.contact_info li:last-child {
    margin: 0;
}
.contact_info li > div {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 10px 10px 10px 75px;
    position: relative;
    min-height: 84px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.contact_info li figure {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background: rgba(20, 197, 208, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_info li strong {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    color: #141414;
    padding: 0 0 5px;
}
.contact_info li span {
    display: block;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #6a6a6a;
}
.contact_info li span a {
    text-decoration: none;
    color: #6a6a6a;
}
.contact_form {
    width: 65%;
    padding: 0px 0px 0px 40px;
}
.form-section {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 28px 26px;
    height: 100%;
}
.form-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 34px;
}
.form-heading h5 {
    font-weight: 500;
    font-size: 28px;
    line-height: 26px;
    color: #141414;
    margin: 0;
}
.form-section .form-group {
    margin: 0 0 18px;
}
.form-section label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 0 0 8px;
}
.form-section .form-control {
    height: 40px;
    font-size: 14px;
    border: 1px solid rgba(141, 141, 141, 0.6);
    color: #000000;
    border-radius: 5px;
}
.form-section .form-control {
    box-shadow: none;
    border: 1px solid rgba(141, 141, 141, 0.6);
}
.form-section textarea.form-control {
    height: 76px;
    resize: none;
}
.form-section .btn-primary {
    margin: 13px 0 0;
}

.googlemap-section {
    padding: 50px 0;
}
.googlemap-section .heading {
    margin: 0px 0px 25px 0px;
}
.googlemap-section .heading h3 {
    margin: 0px 0px 15px 0px;
}
.googlemap {
    width: 964px;
    margin: auto;
    max-width: 100%;
}
.googlemap iframe {
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 100%;
    height: 523px;
}

.tourismlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tourismlist li {
    margin: 0 0 45px;
}
.tourismbox {
    background: #ffffff;
    position: relative;
    border: 3px solid #e8e8e8;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}
.tourismbox figure {
    position: relative;
    width: 18.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.tourismbox figure:after {
    position: absolute;
    content: "";
    left: -70px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 313px;
    height: 432px;
    border-radius: 50%;
    transform: matrix(0.9, 0.43, -0.25, 0.97, 0, 0);
    background: #e8e8e8;
    -webkit-box-shadow: inset 0px 0px 19px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 19px rgba(0, 0, 0, 0.2);
}
.tourismbox figure img {
    position: relative;
    z-index: 1;
}
.tourism-content {
    width: 81.5%;
    padding: 25px 35px;
}
.tourism-content h4 {
    font-weight: 500;
    font-size: 28px;
    line-height: 29px;
    color: #000000;
    margin: 0 0 10px;
}
.tourism-content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: #515151;
    margin: 0 0 20px;
}
.tourism-content p strong {
    display: block;
    font-weight: 400;
    margin: 0 0 20px;
    font-size: 20px;
}
.tourismlist li:nth-child(2n + 2) .tourismbox {
    flex-direction: row-reverse;
}
.tourismlist li:nth-child(2n + 2) .tourismbox figure::after {
    left: auto;
    right: -70px;
}

.business {
    position: relative;
}
.business:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 97px;
    width: 1044px;
    background: url("../images/vertical-line.svg") no-repeat center;
    z-index: -1;
}
.business ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px auto 100px;
    position: relative;
    width: 866px;
    max-width: 100%;
}
.business ul li {
    width: 20%;
    height: 512px;
}
.business ul li figure {
    height: 173px;
    width: 173px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    position: relative;
    background-color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.business ul li figure:hover {
    background-color: #e8e8e8;
}
.business ul li figure:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(180deg, #0f86b2 0%, #89d4ce 100%);
    z-index: 1;
}
.business ul li figure:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 140px;
    border: 1px dashed #d9d9d9;
    z-index: -1;
}
.business ul li figure img {
    max-height: 95px;
}
.business ul li:nth-child(2n + 1) {
    display: flex;
    align-items: flex-start;
}
.business ul li:nth-child(2n + 1) figure:after {
    bottom: -140px;
}
.business ul li:nth-child(2n + 1) figure:before {
    bottom: -140px;
}
.business ul li:nth-child(2n + 2) {
    display: flex;
    align-items: flex-end;
    z-index: -1;
}
.business ul li:nth-child(2n + 2) figure:after {
    top: -140px;
    bottom: auto;
}
.business ul li:nth-child(2n + 2) figure:before {
    top: -140px;
    bottom: auto;
}

.whitebox {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    margin: 60px 0 0;
}
.whitebox-space {
    padding: 24px 32px;
}

.checkout-collapse {
    background: #ededed;
    border-radius: 6px;
    padding: 0 29px;
    margin: 0 0 40px;
}
.checkout-item {
    border-bottom: 1px solid #000000;
}
.checkout-item:last-child {
    border-bottom: none;
}
.checkout-item > a {
    display: flex;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    padding: 16px 120px 16px 0;
    position: relative;
}
.checkout-item > a img {
    margin: 0 22px 0 0;
}
.checkout-item > a strong {
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 21px;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}
.checkout-item .accordion-button::after {
    position: absolute;
    top: 0;
    right: 8px;
    content: "";
    bottom: 0;
    margin: auto;
    background: url("../images/accordion-black-arrow.svg") no-repeat center;
    width: 18px;
    height: 11px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.checkout-item .accordion-button:not(.collapsed)::after {
    background: url("../images/accordion-black-arrow.svg") no-repeat center;
    width: 18px;
    height: 11px;
}

.collapsecheckout-content {
    padding: 0px 50px 20px 45px;
}
.collapsecheckout-content li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}
.collapsecheckout-content li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 0;
}
.collapsecheckout-content li p strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 0 10px 0 0;
}
.collapsecheckout-content li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.bottom-detail {
    display: flex;
    justify-content: space-between;
    padding: 0 30px 25px;
}
.order-detail {
    width: 384px;
    margin-left: auto;
}
.order-detail h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin: 0 0 8px;
}
.orderdetail-content {
    background: #ededed;
    border-radius: 10px;
    padding: 20px;
}
.orderdetail-content ul {
    margin: 0 0 58px;
}
.orderdetail-content ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.5px solid #ababab;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 7px 0px;
}
.orderdetail-content ul li span {
    font-weight: 400;
}
.orderdetail-content ul li strong {
    font-weight: 500;
    display: inline-block;
    padding: 30px 0 0 0;
}
.orderdetail-content ul li strong:last-child {
    font-weight: 600;
}
.customcheckbox {
    margin: 0 0 15px;
    display: block;
}
.customcheckbox label {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #6a6a6a;
}
.customcheckbox label a {
    color: #1e56e8;
}
.applycodebox {
    margin: 0 0 20px;
    position: relative;
}
.applycodebox .form-control {
    height: 50px;
    background: #ffffff;
    border-radius: 5px;
    border: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding-right: 105px;
}
.applycodebox .form-control:focus {
    box-shadow: none;
}
.applycodebox .btn-secondary {
    background: #6a6a6a;
    color: #ffffff;
    height: 36px;
    width: 92px;
    font-size: 16px;
    line-height: 19px;
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.applycodebox .btn-secondary b {
    font-weight: 400;
}
.orderdetail-content .btn-primary {
    width: 100%;
}

.successful-msg {
    background: #ededed;
    border-radius: 6px 6px 0px 0px;
    padding: 20px 10px 17px;
    margin: 0 0 30px;
    text-align: center;
}
.successful-msg figure {
    margin: 0 0 15px;
}
.successful-msg h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin: 0 0 10px;
}
.successful-msg p {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    margin: 0 0 15px;
}

.detail-section {
    width: 50%;
}
.detail-section h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin: 0 0 24px;
}
.detail-section ul li {
    padding: 0 0 15px;
}
.detail-section ul li strong {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
}
.detail-section ul li span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #6a6a6a;
}
.detail-section ul li span img {
    margin: 0 0 0 10px;
}

.application-section.middlesection {
    display: block;
}
.middlesection .applicationform {
    width: 1425px;
    margin: auto;
    max-width: 100%;
}
.offer-slider-section {
    padding: 0 30px 50px;
}
.offer-slider-section .owl-stage-outer {
    padding: 20px 0 0;
    border-top: 1px solid #000000;
}
.offer-slider-section .item {
    padding: 30px 30px;
}
.offer-slider-section .offerbox img {
    width: 100%;
}
.offer-slider-section .offer-content h5 {
    text-transform: capitalize;
    font-weight: 400;
}
.offer-slider-section .offer-content p {
    margin: 0 0 20px;
}
.offer-slider-section .owl-dots {
    margin: 0;
}
.offer-slider-section .owl-dots .owl-dot span {
    background: #a3a3a3;
}
.offer-slider-section .owl-dots .owl-dot.active span {
    background: #e30101;
}
.offer-slider-section .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -15px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url("../images/left-arrow-big.svg") no-repeat center !important;
    background-size: 11px !important;
}
.offer-slider-section .owl-nav .owl-prev:hover {
    background-color: #dfdfdf !important;
}
.offer-slider-section .owl-nav .owl-prev span {
    font-size: 0;
}
.offer-slider-section .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -15px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url("../images/right-arrow-big.svg") no-repeat center !important;
    background-size: 11px !important;
}
.offer-slider-section .owl-nav .owl-next span {
    font-size: 0;
}

.modal-dialog.modal-lg {
    width: 770px;
    max-width: 100%;
}
.modal-content .btn-close {
    outline: none;
    padding: 0;
    background-color: #ffffff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 12px;
    opacity: 1;
    position: absolute;
    top: -11px;
    right: -11px;
    z-index: 1;
}
.modal-content .btn-close:focus {
    box-shadow: none;
}
.modal-content {
    border-radius: 10px;
}
.loginform {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.loginform-content {
    width: 50%;
    padding: 45px 48px;
    overflow-y: auto;
}
.loginform-img {
    width: 50%;
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
    position: relative;
    background: url("../images/loginbg.jpg") no-repeat center;
    background-size: cover;
    min-height: 548px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.loginform-img:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        180deg,
        rgba(20, 197, 208, 0.8) 0%,
        rgba(20, 197, 208, 0.8) 100%
    );
}
.loginform-img img {
    position: relative;
    z-index: 1;
}
.loginform-content h4 {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0.025em;
    color: #2b2b2b;
    margin: 0 0 30px;
}
.loginform-content h4 span {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.07em;
    color: #ababab;
}
.loginform-content .form-group {
    margin: 0 0 15px;
}
.loginform-content label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin: 0 0 5px;
}
.loginform-content .form-group label .required {
    color: #ff0000;
}
.loginform-content .form-control {
    height: 40px;
    padding: 6px;
    border: 1px solid #ababab;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.loginform-content .form-control::-webkit-input-placeholder {
    color: #000000;
}
.loginform-content .form-control::-moz-placeholder {
    color: #000000;
}
.loginform-content .form-control:-ms-input-placeholder {
    color: #000000;
}
.loginform-content .form-control::-ms-input-placeholder {
    color: #000000;
}
.loginform-content .form-control::placeholder {
    color: #000000;
}
.loginform-content .form-group select.form-control {
    background: url("../images/select-arrow.svg") no-repeat 98% center;
}
.loginform-content .form-control:focus {
    box-shadow: none;
}
.loginform-content .form-check label {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #6a6a6a;
}
.forgotpassword a {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #141414;
}
.fullbtn {
    width: 100%;
}
.social-login.form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -10px 15px;
}
.social-login .btn-outline {
    width: 50%;
    margin: 0 10px;
    border: 1px solid #ababab;
    font-weight: 400;
    height: 40px;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #2b2b2b;
}
.social-login .btn-outline img {
    margin: 0 10px 0 0;
}
.loginform-content .form-group p {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #2b2b2b;
}
.loginform-content .form-group p a {
    text-decoration: none;
    color: #2b2b2b;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
}
.loginform-content .btn-outline {
    height: 45px;
}
.custominput {
    position: relative;
}
.custominput a img {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.required-heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #e30101;
    margin: 40px 0 20px;
}
.custominput.form-control {
    display: flex;
    align-items: center;
    cursor: text;
}
.custominput.form-control input[type="file"] {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    opacity: 0;
}
.custominput.form-control > a {
    pointer-events: none;
}
.boxheight.mCustomScrollbar {
    height: 348px;
    margin-top: 15px;
}
.boxheight.mCustomScrollbar .mCSB_inside > .mCSB_container {
    margin-right: 15px;
}

@media (min-width: 992px) {
}
@media (min-width: 768px) {
}
@media (max-width: 1399.98px) {
    .package-slider {
        padding: 0 60px;
    }
    .about-left {
        max-width: 450px;
    }
    .tour-slider {
        padding: 0 40px;
    }
    .aboutus-img {
        width: 55%;
    }
    .aboutus-content {
        width: 45%;
    }
    .aboutus-content p {
        margin: 0 0 30px;
    }
    .tourismbox figure {
        width: 20.5%;
    }
    .tourismbox figure::after {
        left: -80px;
    }
    .tourismlist li:nth-child(2n + 2) .tourismbox figure::after {
        right: -80px;
    }
    .tourism-content {
        width: 79.5%;
    }
    .tourbox h4 {
        font-size: 34px;
        line-height: 36px;
    }
}
@media (max-width: 1199.98px) {
    .logo {
        width: auto;
    }
    .logo img {
        max-width: 74px;
    }
    .navigation .btn {
        height: 40px;
        font-size: 12px;
        padding: 0 10px;
        min-width: 120px;
    }
    .package-slider {
        padding: 0 30px;
    }
    .tour-slider {
        padding: 0 30px;
    }
    .tourbox h4 {
        font-size: 32px;
    }

    .tab-section {
        padding: 70px 0 30px 0;
    }
    .tab-section .nav-tabs li .nav-link {
        font-size: 26px;
        line-height: 32px;
    }

    .innerbanner {
        height: 500px;
    }
    .explore-section {
        padding: 20px 0 20px 0;
    }
    .about-section {
        padding: 80px 0 80px 0;
    }
    .aboutus-content p {
        font-size: 16px;
        line-height: 22px;
    }
    .aboutus-img {
        width: 50%;
    }
    .aboutus-content {
        width: 50%;
    }
    .successrate {
        position: relative;
        left: auto;
        bottom: auto;
    }
    .successbox strong {
        font-size: 50px;
        line-height: 60px;
    }
    .successbox span {
        font-size: 22px;
        line-height: 24px;
    }

    .application-section {
        grid-column-gap: 25px;
        grid-template-columns: 170px 1fr 130px;
    }
    .buttons-element button {
        width: 170px;
    }
    .form-button > button,
    .form-button > .btn {
        width: 130px;
    }

    .contact_info {
        width: 38%;
    }
    .contact_form {
        width: 62%;
    }
    .col-sm-6 .row {
        margin: 0 -5px;
    }
    .col-sm-6 .col-4,
    .col-sm-6 .col-8 {
        padding: 0px 5px;
    }

    .offer-slider-section .item {
        padding: 30px 20px;
    }

    .tourismbox figure {
        width: 24%;
    }
    .tourismbox figure::after {
        left: -125px;
        width: 350px;
    }
    .tourismlist li:nth-child(2n + 2) .tourismbox figure::after {
        right: -120px;
    }
    .tourism-content {
        width: 76%;
    }

    .heading h2 {
        font-size: 42px;
        line-height: 48px;
    }
    .heading h3 {
        font-size: 36px;
        line-height: 40px;
    }

    .about-section h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .subscribe {
        padding-left: 100px;
    }
    .folllowus {
        padding-right: 80px;
    }
    .lightheading {
        font-size: 60px;
    }
    .best-package .heading {
        margin: 0 0 45px;
    }
    .offer-section .heading h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .review-content h3 {
        font-size: 50px;
        line-height: 50px;
    }
    .review-content p {
        font-size: 18px;
    }
    .mapsection {
        min-height: inherit;
    }
    .packagelist li {
        width: 50%;
    }
}
@media (max-width: 991.98px) {
    header {
        z-index: 9;
    }
    .logo {
        margin: auto;
        position: relative;
        z-index: 10;
        width: auto;
    }
    .logo img {
        max-width: 55px;
    }
    .navigation .menubtn .btn-primary {
        margin: 0;
    }
    .searchform-mobile {
        z-index: 8;
        display: block;
    }
    .searchform-mobile .searchform {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        right: 0;
        padding: 0px 10px;
        width: 100%;
        top: 60px;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .searchform-mobile.show .searchform {
        opacity: 1;
        visibility: visible;
    }
    .searchform .form-control {
        background: rgba(255, 255, 255, 1);
    }
    .review-section {
        padding: 30px 0 25px;
    }
    .review-content {
        margin: 0 0 30px;
    }
    .review-content h3 br {
        display: none;
    }
    .review-slider {
        width: 100%;
    }
    .reviewbox figure {
        width: 24%;
    }
    .reviewbox .user-review {
        width: 76%;
    }
    .aboutus-section .col-6 {
        width: 100%;
    }
    .about-left {
        max-width: 100%;
        margin-bottom: 50px;
    }
    .about-right-content {
        padding: 0 0 0 25px;
    }
    .skylinebg {
        height: 150px;
        background-size: 100%;
    }
    .subscribebox {
        margin: 0;
    }
    .searchtour img {
        margin-top: -4px;
    }
    .tab-section .nav-tabs li .nav-link {
        font-size: 22px;
        line-height: 28px;
    }
    .tour-slider {
        padding: 0 45px;
    }

    .accordion-section #privacyaccordion .accordion-button {
        font-size: 22px;
        line-height: 24px;
    }
    .innerbanner {
        height: 350px;
    }
    .about-section {
        padding: 50px 0;
    }
    .about-section h3 {
        margin: 0 0 20px;
    }
    .aboutus-content {
        padding: 0 0 30px;
        width: 100%;
    }
    .aboutus-content p {
        margin: 0 0 20px;
    }
    .aboutus-img {
        width: 100%;
        text-align: center;
        margin: 0 0 25px;
    }
    .aboutus-img img {
        width: 100%;
    }
    .outmazed-section {
        padding: 50px 0;
        flex-direction: column-reverse;
    }
    .outmazed-content h3 {
        margin: 0 0 20px;
    }
    .outmazed-img {
        width: 100%;
        text-align: center;
    }
    .outmazed-img figure img {
        max-height: 350px;
    }
    .outmazed-content {
        width: 100%;
        padding: 0;
    }
    .explorebox {
        width: 310px;
    }

    .application-section {
        display: block;
        grid-column-gap: 0;
        grid-template-columns: inherit;
    }
    .application-accordion .accordion-item {
        margin: 0 0 20px;
    }
    .buttons-element {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        grid-column-gap: 20px;
        overflow-y: auto;
        padding: 12px 0px 0 0;
    }
    .buttons-element button {
        width: 150px;
        padding: 0 15px;
    }
    .buttons-element button img {
        margin-right: 10px;
    }
    .form-button > button,
    .form-button > .btn {
        width: 160px;
        margin: 40px 5px 0;
    }
    .form-button {
        padding: 0px 0px 40px 0px;
        text-align: center;
        overflow: hidden;
    }
    .buttons-element .nav-tabs {
        grid-column-gap: 20px;
        flex-wrap: inherit;
    }

    .contact-section {
        padding: 40px 0;
    }
    .contact_info li {
        margin: 0 0 25px;
    }
    .contact_info {
        width: 100%;
    }
    .contact_form {
        width: 100%;
        padding: 50px 0 0;
    }

    .applicationstatus,
    .loginsignup {
        right: auto !important;
        left: 0 !important;
    }
    .modal-dialog.modal-lg {
        width: 700px;
    }
    .loginform-content {
        padding: 35px 25px;
    }
    .boxheight.mCustomScrollbar .mCSB_inside > .mCSB_container {
        margin-right: 25px;
    }

    .tourismbox {
        flex-wrap: wrap;
    }
    .tourismbox figure {
        width: 100%;
        padding: 15px 0px;
    }
    .tourismbox figure img {
        max-height: 150px;
    }
    .tourismbox figure::after {
        left: 0;
        width: 100%;
        top: -240px;
        bottom: auto;
        transform: inherit;
    }
    .tourismlist li:nth-child(2n + 2) .tourismbox figure::after {
        right: auto;
    }
    .tourism-content {
        width: 100%;
        padding: 35px 20px;
    }
    .tourism-content h4 {
        font-size: 22px;
        line-height: 24px;
    }
    .tourism-content p {
        font-size: 16px;
        line-height: 20px;
    }

    .bottomlink {
        flex-direction: column;
    }
    .flogo img {
        max-width: 100px;
    }
    .footerlink ul li a {
        font-size: 14px;
    }

    .subscribe {
        padding-left: 20px;
    }
    .folllowus {
        padding-right: 20px;
    }
    .subscribe h3 {
        font-size: 26px;
    }
}
@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }
    .banner-content {
        width: 100%;
    }
    .fullbg video {
        height: 250px;
    }
    .searchform,
    .banner-btn {
        display: none;
    }
    .banner-content h4 {
        font-size: 20px;
        line-height: 23px;
    }
    .banner-content p {
        font-size: 14px;
        line-height: 16px;
        margin: 0;
    }
    .flashing-message p {
        font-size: 14px;
        line-height: 16px;
    }
    .combo-package {
        padding: 30px 0 30px;
    }
    .combo-package .heading h2 {
        font-size: 20px;
        line-height: 20px;
    }
    .package-slider {
        padding: 0;
    }
    .package-slider .owl-nav .owl-prev {
        left: -5px;
    }
    .package-slider .owl-nav .owl-next {
        right: -5px;
    }
    .combobox {
        margin: 0;
    }
    .active.center .combobox {
        scale: inherit;
    }
    .offer-section {
        padding: 25px 0 25px 0;
    }
    .offer-section .heading {
        margin: 0 0 20px;
    }
    .offer-section .heading h2 {
        font-size: 20px;
        line-height: 20px;
        margin: 0px 0px 15px 0px;
    }
    .offer-section .heading p {
        font-size: 14px;
        line-height: 16px;
    }
    .offerimg-slider figure {
        height: 257px;
        overflow: hidden;
    }
    .offerimg-slider figure img {
        width: 100%;
        height: 257px;
        object-fit: cover;
    }
    .owl-dots .owl-dot {
        margin: 0 5px;
    }
    .whybookus {
        padding: 30px 0;
    }
    .whybookus .heading {
        margin: 0px 0px 0px 0px;
    }
    .heading h2 {
        font-size: 20px;
        line-height: 23px;
        margin: 0px 0px 10px 0px;
    }
    .heading h3 {
        font-size: 30px;
        line-height: 36px;
    }
    .heading p {
        font-size: 14px;
        line-height: 16px;
    }
    .review-content {
        margin: 0 0 20px;
    }
    .review-content h3 {
        font-size: 20px;
        line-height: 23px;
        margin: 0px 0px 10px 0px;
    }
    .review-content p {
        font-size: 14px;
        line-height: 16px;
    }
    .reviewbox figure {
        width: 28%;
    }
    .reviewbox .user-review {
        width: 72%;
    }
    .user-review p {
        font-size: 14px;
        line-height: 16px;
    }
    .aboutus-section {
        padding: 30px 0;
    }
    .about-left h3 {
        font-size: 20px;
        line-height: 20px;
        margin: 0px 0px 15px 0px;
    }
    .about-left p {
        font-size: 14px;
        line-height: 16px;
    }
    .about-right-content p {
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
    }
    .about-right {
        flex-wrap: wrap;
        position: relative;
    }
    .about-right figure {
        width: 48px;
        height: 48px;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid rgba(106, 106, 106, 0.6);
        position: absolute;
        left: 0;
        top: 0;
    }
    .about-right-content {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        width: 100%;
    }
    .about-right-content h5 {
        padding: 5px 0 0 60px;
        order: 1;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        color: #6a6a6a;
        margin: 0;
    }
    .about-right-content span {
        padding: 0 0 15px 60px;
        font-weight: 500;
    }
    .service-section {
        padding: 25px 0 30px;
    }
    .servicelist {
        margin: 20px 0 0;
    }
    .about-section {
        padding: 25px 0 35px;
    }
    .aboutus-content {
        padding: 0;
    }
    .successbox strong {
        font-size: 26px;
        line-height: 32px;
    }
    .successbox span {
        font-size: 16px;
        line-height: 18px;
    }
    .video-small {
        width: 100%;
        padding: 0 12px;
    }
    .video-small figure {
        margin-bottom: 15px;
    }
    .video-small figure img {
        width: 100%;
    }
    .video-large {
        width: 100%;
        padding: 0 12px;
    }
    .subscribebox .form-control {
        width: 70%;
    }
    .flogo {
        display: none;
    }
    .mobilehide {
        display: none;
    }
    .visaimg {
        display: none;
    }

    .wwd_card {
        width: 200px;
        margin: 20px 10px;
    }
    .wwd_card figure {
        width: 78px;
        height: 78px;
        margin: 0 auto 20px;
    }
    .wwd_card figure img {
        max-width: 32px;
    }
    .wwd_card h4 {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 19px;
    }

    .skylinebg {
        height: 100px;
    }

    .package-slider .owl-stage,
    .wedo-slider .owl-stage,
    .offer-slider .owl-stage {
        padding-left: 0 !important;
    }

    .accordion-section {
        padding: 30px 0 50px;
    }
    .accordion-button::after {
        position: absolute;
        right: 10px;
        top: 20px;
    }
    .accordion-section .accordion-item {
        margin: 0 0 20px;
    }
    .accordion-section .accordion-button {
        font-size: 18px;
        line-height: 20px;
    }
    .accordion-section #privacyaccordion .accordion-button {
        font-size: 18px;
        line-height: 20px;
    }
    .accordion-section .accordion-body p {
        font-size: 14px;
        line-height: 16px;
    }

    .innerbanner {
        height: 250px;
    }
    .banner-content h1 {
        font-size: 20px;
        line-height: 23px;
        margin: 0;
    }
    .banner-content h1:after {
        display: none;
    }

    .tab-section {
        padding: 0px 0 20px 0;
    }
    .tab-section .heading {
        margin: 0px 0px 40px 0px;
    }
    .tab-section .heading p {
        font-size: 14px;
        line-height: 16px;
    }
    .tab-section .nav-tabs {
        margin: 0 -12px 40px;
        border-bottom: none;
    }
    .tab-section .nav-tabs li {
        border-right: none;
    }
    .tab-section .nav-tabs li .nav-link {
        font-size: 14px;
        line-height: 16px;
        padding: 8px 5px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.5);
        background-color: #f3f3f3;
        border-radius: 0;
    }
    .tab-section .nav-tabs li .nav-link.active {
        background-color: #e0e0e0;
        color: #000000;
    }
    .tab-section .nav-tabs li .nav-link.active::after {
        display: none;
    }
    .tour-slider {
        padding: 0 15px;
    }
    .tour-slider .owl-nav .owl-prev {
        left: -10px;
    }
    .tour-slider .owl-nav .owl-next {
        right: -10px;
    }
    .active.center .tourbox {
        margin: 30px 5px;
    }

    .tourbox {
        margin: 10px 5px 10px 5px;
    }

    .explorebox {
        width: 262px;
        margin: 10px;
    }
    .explore-slider .owl-stage {
        padding-left: 0 !important;
    }
    .explorebox ul li {
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
        padding: 0 0 15px 12px;
    }
    .about-section h3 {
        margin: 0 0 20px;
        font-size: 20px;
        line-height: 20px;
    }
    .aboutus-content p {
        font-size: 14px;
        line-height: 16px;
    }
    .outmazed-content h3 {
        margin: 0 0 20px;
        font-size: 20px;
        line-height: 20px;
    }

    .application-section {
        padding: 30px 15px 0px;
    }
    .application-accordion {
        padding: 20px 15px;
    }
    .formbox {
        padding: 25px 0 10px 0;
    }
    .applicationform .form-group {
        margin: 0 0 15px;
    }
    .applicationform .form-group label {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 5px;
    }
    .applicationform .form-group .form-control {
        font-size: 14px;
        line-height: 16px;
    }
    .formstep li .stepdetail {
        font-size: 14px;
        line-height: 16px;
        min-height: 32px;
        margin: -30px 0 10px;
    }

    .googlemap {
        padding: 0 15px;
    }
    .googlemap iframe {
        height: 170px;
    }

    .whitebox-space {
        padding: 20px 15px;
        margin: 30px 0 0;
    }
    .checkout-collapse {
        padding: 0 10px;
    }
    .checkout-item > a {
        font-size: 14px;
        line-height: 16px;
        padding: 16px 120px 16px 0;
    }
    .checkout-item > a img {
        margin: 0 8px 0 0;
        max-width: 16px;
    }
    .checkout-item > a strong {
        right: 30px;
        height: 14px;
        font-size: 14px;
        line-height: 14px;
    }
    .checkout-item .accordion-button::after,
    .checkout-item .accordion-button:not(.collapsed)::after {
        right: 0;
        background-size: 12px;
    }
    .collapsecheckout-content {
        padding: 0px 30px 20px 25px;
    }
    .collapsecheckout-content li p {
        font-size: 14px;
        line-height: 14px;
    }
    .collapsecheckout-content li p strong {
        font-size: 14px;
        line-height: 14px;
        padding: 0 5px 0 0;
    }
    .collapsecheckout-content li span {
        font-size: 14px;
        line-height: 14px;
    }
    .order-detail {
        width: 100%;
        margin-left: 0;
    }

    .bottom-detail {
        flex-direction: column;
        padding: 0 15px 25px;
    }
    .detail-section {
        width: 100%;
        padding-bottom: 40px;
    }
    .application-section.middlesection {
        padding: 120px 15px 20px;
    }

    .loginform {
        flex-direction: column-reverse;
    }
    .applicationstatus,
    .loginsignup {
        top: auto !important;
    }
    .modal-dialog.modal-lg {
        width: auto;
        margin: 15px;
    }
    .loginform-content {
        width: 100%;
        padding: 20px 15px;
    }
    .loginform-img {
        width: 100%;
        min-height: 140px;
        border-radius: 10px 10px 0px 0px;
    }
    .loginform-img img {
        max-height: 109px;
    }
    .boxheight.mCustomScrollbar .mCSB_inside > .mCSB_container {
        margin-right: 20px;
    }
    .boxheight.mCustomScrollbar {
        padding-right: 0;
    }

    .tourismbox figure::after {
        height: 451px;
        top: -270px;
        width: 1000px;
        left: auto;
        right: -250px;
    }
    .tourismlist li:nth-child(2n + 2) .tourismbox figure::after {
        right: -250px;
    }
    .tourismbox figure img {
        max-height: 130px;
    }
    .tourism-content {
        padding: 35px 15px;
    }
    .tourism-content h4 {
        font-size: 18px;
        line-height: 21px;
    }
    .tourism-content p {
        font-size: 14px;
        line-height: 18px;
        color: #494949;
    }
    .tourismlist li {
        margin: 0 0 35px;
    }

    .business {
        display: none;
    }
    .tourismlist {
        margin: 30px 0px 0px 0px;
    }

    .footerlink {
        align-items: flex-start;
        flex-direction: column;
        margin: 0 0 10px;
    }
    .footerlink h4 {
        min-width: inherit;
        margin: 0px 0px 5px 0px;
    }
    .footerlink ul li {
        padding: 3px 15px 3px 0;
    }

    .tourbox h4 {
        font-size: 30px;
        line-height: 30px;
    }
    .newletter-section::after {
        height: 1px;
        width: 100%;
    }
    .subscribe {
        padding: 0;
        width: 100%;
    }
    .folllowus {
        padding: 0 0 25px;
        width: 100%;
    }
    .subscribe h3 {
        font-size: 22px;
    }
    .folllowus p {
        font-size: 14px;
        margin: 0 0 15px;
    }

    .best-package {
        padding: 30px 0 30px;
    }
    .best-package .heading {
        margin: 0 0 20px;
    }
    .lightheading {
        font-size: 30px;
        line-height: 30px;
    }
    .overlaycontent .btn-primary {
        font-size: 18px;
    }

    .bookwithus-section {
        flex-wrap: wrap;
    }
    .bookwithus-section li {
        width: 50%;
        padding: 0 0 15px;
    }
    .bookwithus-section li figure {
        height: 90px;
        width: 90px;
    }
    .bookwithus-section li figure img {
        max-width: 40px;
    }
    .bookwithus-section li span {
        font-size: 16px;
        margin: 5px 0 0;
    }
}
@media (max-width: 479.98px) {
    .active.center .tourbox {
        margin: 30px 5px;
    }
    .packagelist li {
        width: 100%;
    }
}

.styled-selectors {
    position: relative;
}
.styled-selectors input[type="checkbox"]:not(old),
.styled-selectors input[type="radio"]:not(old):not(.style_none_checkbox) {
    width: 14px;
    height: 14px;
    opacity: 0;
    position: absolute;
    left: -1px;
    cursor: pointer;
}

.styled-selectors input[type="checkbox"]:not(old) + label,
.styled-selectors input[type="radio"]:not(old) + label {
    display: inline-block;
    padding-left: 28px;
    cursor: pointer;
}
.styled-selectors input[type="checkbox"]:not(old) + label {
    background: url(../images/uncheck.svg) no-repeat;
    background-position: 0px 2px;
}
.styled-selectors input[type="checkbox"]:checked + label {
    background: url(../images/check.svg) no-repeat;
    background-position: 0px 2px;
}
.styled-selectors input[type="radio"]:not(old) + label {
    background: url(../images/radio-uncheck.png) no-repeat;
    background-position: 0px 2px;
}
.styled-selectors input[type="radio"]:checked + label {
    background: url(../images/radio-checked.png) no-repeat;
    background-position: 0px 2px;
}

.menubtn .userdropdown {
    margin-left: 20px;
    min-width: auto;
}
.menubtn .userdropdown > a {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    position: relative;
    padding: 0 20px 0 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.menubtn .userdropdown > a:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 6px;
    width: 12px;
    background: url(../images/dropdown-white-arrow.svg) no-repeat;
    background-size: 12px;
}
.menubtn .userdropdown figure {
    height: 30px;
    width: 30px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.menubtn .userdropdown > a span {
    display: block;
    font-weight: 400;
    font-size: 9px;
    line-height: 12px;
    color: #ffffff;
}
.menubtn .userdropdown .username {
    left: auto !important;
    right: 0 !important;
}
.dropdown-menu ul {
    display: block !important;
}
.dropdown-menu ul li a {
    color: #000000 !important;
}
.dropdown-menu ul li a:hover {
    color: #e30101 !important;
}

.dashboard-header {
    background-color: #515151;
    padding: 11px 0;
    position: fixed;
    z-index: 9;
}
.dashboard-header .container {
    position: relative;
    z-index: 1;
}
.dashboard-header .logo img {
    max-height: 76px;
}
.dashboard-section {
    display: flex;
    padding-top: 98px;
    height: 100vh;
}
.left-dashboard {
    width: 248px;
    background: #f3f3f3;
}
.right-dashboard {
    width: 100%;
    padding: 40px 10px 40px 40px;
    overflow-y: auto;
}
.right-dashboard .dashboard-title {
    display: none;
}

.traveller-status .formstep li {
    width: 25%;
}
.traveller-status .formstep li::before {
    left: 0;
}
.traveller-status .formstep li::after {
    right: 0;
}

.dashboard-title {
    padding: 15px 15px 15px 70px;
    position: relative;
    border-bottom: 1px solid #14c5d0;
    margin: 0 0 20px;
}
.dashboard-title figure {
    height: 20px;
    width: 20px;
    position: absolute;
    left: 30px;
    top: 20px;
}
.dashboard-title strong {
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #000000;
}
.dashboard-title span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: -0.01em;
    color: #6a6a6a;
}
.dashboard-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.dashboard-menu li {
    position: relative;
    margin: 0 0 10px;
}
.dashboard-menu li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: rgba(20, 197, 208, 0.3);
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.dashboard-menu li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #14c5d0;
    box-shadow: inset 2px 0px 4px rgba(0, 0, 0, 0.25);
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.dashboard-menu li.active:after,
.dashboard-menu li:hover:after {
    width: 100%;
}
.dashboard-menu li.active:before,
.dashboard-menu li:hover:before {
    width: 8px;
}
.dashboard-menu li.active a {
    border: 1px solid #12b5bf;
}
.dashboard-menu li a {
    display: block;
    padding: 7px 10px 7px 70px;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #141414;
    border: 1px solid transparent;
    z-index: 1;
}
.dashboard-menu li a img {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.bottom-menu {
    border-top: 1px solid rgba(106, 106, 106, 0.5);
    padding: 30px 0px 20px 0px;
}

.filter-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 2px;
    position: relative;
}
.filter-head:after {
    position: absolute;
    content: "";
    right: 0;
    top: 12px;
    height: 1px;
    width: 100%;
    background-color: #e7e4e4;
    z-index: -1;
}
.filter-head h4 {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    padding: 0 15px 0 0;
    position: relative;
    background-color: #ffffff;
    z-index: 1;
    margin: 0;
}
.filter-head > span {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: rgba(106, 106, 106, 0.6);
    display: block;
    width: 100%;
}
.searchbox {
    position: relative;
    width: 298px;
    max-width: 100%;
    margin-left: auto;
}
.searchbox .form-control {
    font-weight: 400;
    height: 35px;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    border: 1px solid rgba(106, 106, 106, 0.5);
    border-radius: 5px;
}
.searchbox .form-control:focus {
    box-shadow: none;
}
.searchbox a {
    position: absolute;
    right: 10px;
    top: 4px;
}
.filter-head .dropdown {
    padding: 0 15px;
    background-color: #ffffff;
    z-index: 1;
}
.filter-head .dropdown:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 36px;
    width: 1px;
    background-color: #d0d5dd;
}
.filter-head .dropdown .dropdown-toggle:after {
    display: none;
}
.filter-head .dropdown .dropdown-toggle:before {
    position: absolute;
    content: "";
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 6px;
    width: 12px;
    background: url(../images/dropdown-black-arrow.svg) no-repeat;
    background-size: 12px;
}

.filter-head .btn-outline {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #424242;
    min-width: inherit;
    height: 35px;
    padding: 0px 30px 0px 10px;
    border: 1px solid rgba(106, 106, 106, 0.5);
}
.filter-head .btn-outline:hover {
    box-shadow: none;
}
.filter-head .btn-outline img {
    margin-right: 5px;
}
.filter-head .dropdown-menu li {
    padding: 3px 10px;
}
.filter-head .styled-selectors {
    display: block;
}
.filter-head .styled-selectors input[type="checkbox"]:not(old) + label {
    display: block;
    padding: 0 20px 0 0;
    background-position: center right;
}

.aplicationbox {
    background: #f3f3f3;
    border-radius: 10px;
    margin: 20px 0 0;
    padding: 10px 25px;
    position: relative;
}
.aplication-content h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #344054;
    margin: 0 0 5px;
}
.aplication-content ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.aplication-content ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #667085;
    position: relative;
    padding: 0 22px 0 0;
}
.aplication-content ul li:after {
    position: absolute;
    content: "";
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
    width: 1px;
    background-color: #d0d5dd;
}
.aplication-content ul li:last-child {
    padding-right: 0;
}
.aplication-content ul li:last-child:after {
    display: none;
}
.aplication-content ul li strong {
    font-weight: 600;
    font-size: 14px;
    color: #1d2939;
    display: inline-block;
}
.redtext {
    color: #e30101 !important;
}
.aplication-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #d0d5dd;
    margin: 0px 0px 10px;
    padding: 0px 0px 5px;
}
.statusbar {
    font-weight: 400;
    font-size: 14px;
    color: #667085;
}
.statusbar strong {
    font-weight: 600;
    font-size: 14px;
}
.inprogress {
    color: #e8ae00;
}
.approved {
    color: #4caf50;
}
.failed {
    color: #e30101;
}
.visadetail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 5px;
}
.visadetail p {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    margin: 0;
}
.visaprice strong {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    position: relative;
    padding: 0 22px 0 0;
}
.visaprice strong:after {
    position: absolute;
    content: "";
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
    width: 1px;
    background-color: #d0d5dd;
}
.visaprice a {
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #020202;
    padding-right: 25px;
}
.visaprice a:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 7px;
    background: url(../images/dropdown-black-arrow.svg) no-repeat center;
    background-size: 14px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.visaprice a.collapsed:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.traveller-status {
    padding: 15px 0 25px;
}
.view-detail p {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #6a6a6a;
    margin: 0 0 10px;
}
.status-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #d0d5dd;
    margin: 0px 0px 45px;
    padding: 0;
}
.status-title h5 {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    margin: 0;
}
.status-title h5 strong {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
.traveller-status .formstep {
    margin: 0 0 30px;
}
.traveller-status .formstep li:first-child:before,
.traveller-status .formstep li:last-child:after {
    display: none;
}
.btn:disabled {
    pointer-events: none;
    opacity: 0.65;
}

.productdetail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.productbox {
    background: #f3f3f3;
    border-radius: 10px;
    margin: 20px 0 0;
    padding: 20px 25px;
    position: relative;
}
.productno {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #1d2939;
    margin: 0;
}
.productdate {
    font-weight: 400;
    font-size: 14px;
    line-height: 33px;
    color: #1d2939;
}
.productprice {
    font-weight: 600;
    font-size: 14px;
    line-height: 33px;
    color: #1d2939;
}
.mastercard {
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: #1d2939;
    margin: 0;
    min-width: 180px;
    text-align: left;
}
.product-collapse {
    padding-right: 15px;
    position: relative;
}
.product-collapse:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 7px;
    background: url(../images/dropdown-black-arrow.svg) no-repeat center;
    background-size: 14px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product-collapse.collapsed:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.product-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 25px;
    margin: 10px 0 0;
    border-top: 1px solid #000;
}
.product-type ul {
    display: flex;
}
.product-type ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    text-transform: capitalize;
    color: #1d2939;
    padding: 0 50px 0 0;
}
.product-type ul li:last-child {
    padding-right: 10px;
}
.product-type ul li strong {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #1d2939;
}
.product-type ul li strong img {
    max-width: 14px;
    margin: 0 10px 0 0;
}
.warningmsg {
    background: #2c2c2c;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.04em;
    text-transform: capitalize;
    color: #fffcfc;
    position: relative;
    padding: 15px 15px 15px 58px;
    min-height: 60px;
    width: 240px;
}
.warningmsg img {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.productdetail > .btn {
    height: 35px;
    min-width: 126px;
}
.pending-btn {
    color: #e8ae00;
    font-size: 16px;
    border: 1px solid #e8ae00;
}
.pending-btn:hover {
    color: #e8ae00;
    font-size: 16px;
    border: 1px solid #e8ae00;
}
.successful-btn {
    color: #61b764;
    font-size: 16px;
    border: 1px solid #61b764;
}
.successful-btn:hover {
    color: #61b764;
    font-size: 16px;
    border: 1px solid #61b764;
}
.failed-btn {
    color: #e30101;
    font-size: 16px;
    border: 1px solid #e30101;
}
.failed-btn:hover {
    color: #e30101;
    font-size: 16px;
    border: 1px solid #e30101;
}

.profilebox {
    background-color: #f3f3f3;
    border-radius: 10px;
    margin: 20px 0 0;
    padding: 20px 0 30px;
    position: relative;
}
.profilebox h4 {
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    color: #000000;
    padding: 5px 25px 16px;
    margin: 0;
}

.infosection {
    padding: 0 25px 0 25px;
    background-color: #f3f3f3;
    border-top: 1px solid #bebbbb;
}
.infosection.active {
    background-color: #fff;
}
.infosection .infosection-inner {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 74px;
    flex-wrap: wrap;
}
.infosection:last-child {
    border-bottom: 1px solid #bebbbb;
}
.infosection h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6a6a6a;
    min-width: 250px;
    margin: 0;
}
.infosection strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #141414;
    display: flex;
    align-items: center;
}
.infosection strong a {
    color: #141414;
    display: flex;
    align-items: center;
}
.infosection strong a img {
    margin-right: 15px;
}
.infosection strong .verified {
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    color: #125dee;
    display: flex;
    margin-left: 20px;
}
.infosection strong .verified img {
    margin-right: 3px;
}
.infosection .userprofile {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #000;
}
.infosection .changephoto {
    position: absolute;
    right: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #125dee;
    width: 105px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
}
.infosection .changephoto input {
    position: absolute;
    width: 105px;
    height: 20px;
    right: 0;
    opacity: 0;
    cursor: pointer;
}
.infosection .changephoto a {
    right: 0;
    pointer-events: none;
    z-index: 1;
}
.infosection a.edit {
    position: absolute;
    right: 20px;
    display: inline-block;
    text-decoration: underline;
}
.infocollapse {
    display: none;
}
.infocollapse .row {
    width: 500px;
}
.infocollapse .form-group {
    margin: 0px 0px 10px 0px;
}
.infocollapse label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6a6a6a;
}
.infocollapse .form-control {
    height: 42px;
    border: 1px solid #868686;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.infocollapse .form-control.form-control-lg {
    line-height: inherit;
    padding: 0.5rem 0.8rem;
}
.infocollapse .form-control:focus {
    box-shadow: none;
}
.infocollapse select.form-control {
    background: url("../images/select-arrow.svg") no-repeat 95% center;
}
.genderlist {
    display: flex;
    flex-direction: column;
}
.genderlist li {
    padding: 10px 0 0;
}
.genderlist li {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6a6a6a;
}

.profile-head {
    position: relative;
}
.agentverified {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 0px 25px 0px 35px;
}
.agentverified > img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.agentverified h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin: 0;
}
.agentverified .verified {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #125dee;
    display: flex;
}
.agentverified .verified img {
    margin-right: 3px;
}

.infosection.active .infocollapse {
    align-items: flex-start;
    padding: 20px 0px 30px 0px;
}
.infosection.active .infocollapse {
    display: flex;
}
.infosection.active .infosection-inner > strong,
.infosection.active .infosection-inner .edit {
    display: none;
}
.actionbtn {
    display: flex;
    position: absolute;
    right: 20px;
    top: 52px;
}
.actionbtn a {
    margin-left: 30px;
    display: inline-block;
}

.tablebox {
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.shareimg {
    width: 27px;
    height: 27px;
    border: 1px solid #a3a3a3;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 4px;
}
.tablebox .table {
    margin: 0 0 50px;
    min-width: 1140px;
}
.tablebox .table thead tr th {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    background: #f3f3f3;
    padding: 26px 20px;
}
.tablebox .table thead tr th:first-child {
    border-radius: 10px 0 0px 0px;
}
.tablebox .table thead tr th:last-child {
    border-radius: 0 10px 10px 0px;
}
.tablebox .table tbody tr td {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
    padding: 26px 20px;
}
.tablebox .table tbody tr td del {
    color: #e30101;
}
.tablebox .table tbody tr td .btn-primary {
    height: 30px;
    padding: 0 25px;
}
.tablebox .table tbody tr td a.viewdetail {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    display: inline-block;
    margin-right: 20px;
    padding-right: 25px;
    position: relative;
    color: #019cf8;
}
.tablebox .table tbody tr td a.viewdetail.collapsed {
    color: #020202;
}
.tablebox .table tbody tr td a.viewdetail:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 7px;
    background: url(../images/dropdown-black-arrow.svg) no-repeat center;
    background-size: 14px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tablebox .table tbody tr td a.viewdetail.collapsed:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.product-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 25px;
    margin: 10px 0 0;
    border-top: 1px solid #000;
}
.tablebox .table tbody tr td:nth-child(1) {
    width: 150px;
}
.tablebox .table tbody tr td:nth-child(2) {
    width: 300px;
}
.tablebox .table tbody tr td:nth-child(3) {
    width: 120px;
}
.tablebox .table tbody tr td:nth-child(4) {
    width: 140px;
}
.tablebox .table tbody tr td:nth-child(5) {
    width: 140px;
}
.tablebox .table tbody tr td:nth-child(6) {
    width: 250px;
    text-align: right;
}
.visatype {
    padding: 10px 0 0;
    border-top: 1px solid #dadada;
    margin: 10px 0 0;
}
.visatype li {
    font-weight: 400;
    font-size: 14px;
    padding: 8px 0 8px 15px;
    line-height: 16px;
    color: #6a6a6a;
    position: relative;
}
.visatype li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6a6a6a;
}

.tabsection {
    display: flex;
    align-items: center;
    margin: 25px 0 30px;
}
.tabsection .btn-primary {
    height: 35px;
    min-width: 126px;
    margin-left: 25px;
}
.tablebox.producttable .table thead tr th {
    background: #e6e6e6;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #6a6a6a;
    border: none;
}
.tablebox.producttable .table thead tr th:first-child {
    border-radius: 10px 0 0px 10px;
}

.tablebox.producttable .table tbody tr td {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #121212;
    background: #f3f3f3;
    padding: 15px 20px;
    border-top: 10px solid #ffffff;
    border-bottom: 10px solid #ffffff;
}
.tablebox.producttable .table tbody tr td:first-child {
    border-radius: 15px 0 0px 15px;
}
.tablebox.producttable .table tbody tr td:last-child {
    border-radius: 0 15px 15px 0;
}
.tablebox.producttable .table tbody tr td strong {
    font-weight: 600;
    display: inline-block;
    padding: 0 0 0 5px;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.tablebox.producttable
    .table
    tbody
    td
    .styled-selectors
    input[type="checkbox"]:not(old) {
    width: 19px;
    height: 19px;
}
.tablebox.producttable
    .table
    tbody
    td
    .styled-selectors
    input[type="checkbox"]:not(old)
    + label {
    padding: 2px 0 2px 28px;
}
.tablebox.producttable
    .table
    tbody
    td
    .styled-selectors
    input[type="checkbox"]:not(old)
    + label {
    background: url(../images/uncheck-big.svg) no-repeat;
    background-position: 0px 0;
}
.tablebox.producttable
    .table
    tbody
    td
    .styled-selectors
    input[type="checkbox"]:checked
    + label {
    background: url(../images/check-big.svg) no-repeat;
    background-position: 0px 0;
}
.tablebox.producttable .table tbody tr td a.viewdetail {
    font-size: 14px;
    line-height: 16px;
}
.tabsection .nav-tabs {
    width: 70%;
    border-bottom: 1px solid #e7e4e4;
}
.tabsection .nav-tabs li {
    width: 25%;
}
.tabsection .nav-tabs li .nav-link {
    border: none;
    margin: auto;
    width: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.7);
    position: relative;
}
.tabsection .nav-tabs li .nav-link.active {
    font-size: 16px;
    line-height: 20px;
    color: #14c5d0;
}
.tabsection .nav-tabs li .nav-link.active:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background-color: #14c5d0;
    border-radius: 3px;
}

.right-dashboard .application-section {
    padding: 10px 0;
    grid-template-columns: 180px 1fr 0;
    grid-column-gap: 5px;
}
.right-dashboard .form-button {
    padding: 0;
}
.right-dashboard .form-button .buttons-element button {
    width: 180px;
}
.right-dashboard .applicationform {
    padding: 0 0 0 25px;
}
.addnewrow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 10px 0 5px;
}
.addproductlist {
    display: flex;
    align-items: center;
    width: calc(100% - 150px);
    flex-wrap: wrap;
}
.addproductlist li {
    padding: 0 15px 10px 0;
    position: relative;
}
.addproductlist li span {
    border: 1px solid #6a6a6a;
    border-radius: 5px;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #141414;
    padding: 9px 10px;
}
.addproductlist li a {
    width: 13px;
    height: 13px;
    background: #e30101;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.45);
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    right: 10px;
}
.addnewrow .btn-primary {
    height: 35px;
}
.addnew {
    padding: 0 15px 0 0;
    background-color: #ffffff;
    position: relative;
}
.addnewbtn {
    display: flex;
    align-items: center;
    border: 1px solid #6a6a6a;
    border-radius: 5px;
    background-color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000;
    padding: 2px 8px 2px 10px;
}
.addnewbtn img {
    margin-left: 5px;
}
.addnewdropdown {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 1;
    min-width: 302px;
    background: #ededed;
    border-radius: 0px 0px 6px 6px;
    -webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
}
.addnewdropdown.show {
    opacity: 1;
    visibility: visible;
}
.addnewdropdown .nav-pills li {
    width: 33.33%;
}
.addnewdropdown .nav-pills li .nav-link {
    font-style: normal;
    width: 100%;
    border-radius: 0;
    border: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    background: #ffffff;
    color: #000000;
    border-right: 1px solid #bebbbb;
}
.addnewdropdown .nav-pills li:first-child .nav-link {
    border-radius: 6px 0 0 0;
}
.addnewdropdown .nav-pills li:last-child .nav-link {
    border-radius: 0 6px 0 0;
    border: none;
}
.addnewdropdown .nav-pills li .nav-link.active {
    font-weight: 400;
    background: #ededed;
}
.addnewdropdown .tab-content ul {
    padding: 15px 0 30px;
}
.addnewdropdown .tab-content ul li a {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #121212;
    padding: 7px 18px;
}
.addnewdropdown .tab-content ul li a:hover {
    background: #d9d9d9;
}

.application-status {
    background: #f3f3f3;
    padding: 60px 0;
}
.status-section {
    display: flex;
    justify-content: space-between;
    padding: 0 0 40px;
    border-bottom: 1px solid #d0d5dd;
    margin: 0px auto 80px;
}
.status-content {
    width: calc(100% - 205px);
    padding: 0 20px 0 0;
}
.status-content h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 52px;
    color: #344054;
}
.status-content ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.status-content ul li {
    font-weight: 400;
    font-size: 19px;
    line-height: 27px;
    color: #667085;
    padding: 0 50px 0 0;
    position: relative;
}
.status-content ul li:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    right: 24px;
    height: 28px;
    width: 1px;
    background-color: #d0d5dd;
}
.status-content ul li:last-child {
    padding: 0;
}
.status-content ul li:last-child:after {
    display: none;
}
.status-content ul li strong {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #1d2939;
}
.status-section .btn-primary {
    opacity: 0.5;
    height: 40px;
    min-width: 205px;
}
.status-step .formstep {
    margin: 0 -10px 50px;
}
.status-step .formstep li {
    width: 25%;
}
.status-step .formstep li .stepdetail {
    font-weight: 600;
}
.status-step .formstep li:first-child:before,
.status-step .formstep li:last-child:after {
    display: none;
}
.status-step p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    font-style: italic;
    text-align: center;
    color: #6a6a6a;
    margin: 0 0 15px;
}
.status-step p strong {
    font-weight: 600;
    color: #141414;
}

.trending-activity {
    padding: 85px 0 60px;
}
.trending-activity h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #344054;
    margin: 0 0 45px;
}
.trending-activity ul {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.trending-activity ul li {
    width: 25%;
    padding: 0 15px 30px;
}
.activitybox {
    position: relative;
}
.activitybox figure {
    display: inline-block;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.activitycontent {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding: 6px;
    display: flex;
}
.activitycontent > div {
    background: rgba(20, 20, 20, 0.3);
    width: 100%;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.activitycontent:hover > div {
    background: rgba(20, 20, 20, 0.7);
}
.activitycontent h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    -webkit-text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    margin: 0;
    text-transform: uppercase;
}
.activitycontent h4 a {
    color: #ffffff;
    text-decoration: none;
}
.activitycontent span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.025em;
    color: #d9d9d9;
    margin: 5px 0 0;
}
.activitycontent span img {
    margin: 0 8px 0 0;
}
.activitycontent .btn-border {
    margin: 20px 0 0;
    height: 30px;
    min-width: 143px;
    font-weight: 400;
    font-size: 14px;
}
.activitycontent .btn-border:hover {
    background-color: #fff;
}

.loading-status {
    text-align: center;
}
.loading-status figure img {
    max-width: 80px;
}
.loading-status strong {
    display: block;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #e30101;
}
.loading-status span {
    display: block;
    font-weight: 400;
    font-size: 19px;
    line-height: 27px;
    color: #667085;
}

.status-title h5 span {
    display: inline-block;
    padding: 0 0 0 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: #667085;
}
.tabsection .filter-head {
    margin-left: 15px;
}
.tabsection .filter-head .dropdown {
    padding: 0 0 0 15px;
}
.tabsection .filter-head .btn-outline {
    height: 33px;
}

.orderdetaillink a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #020202;
    display: inline-block;
}

#orderdetailModal .modal-xl {
    max-width: 952px;
}
#orderdetailModal .modal-xl .modal-body {
    padding: 0 0 20px;
}
#orderdetailModal .modal-content .btn-close {
    background-color: #e30101;
    background-image: none;
}

.pl-0 {
    padding-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}

.right-dashboard .whitebox-space {
    margin: 20px 10px 20px 10px;
}

.billing-detail {
    width: calc(100% - 400px);
}
.billing-detail h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin: 0 0 8px;
}

.billing-detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 25px;
}
.billing-detail-row .styled-selectors:first-child {
    margin-right: 30px;
}
.billing-detail-row .styled-selectors input[type="radio"]:not(old) + label {
    background: url(../images/radio-uncheck.svg) no-repeat;
    background-size: 17px;
    background-position: 0px 2px;
}
.billing-detail-row .styled-selectors input[type="radio"]:checked + label {
    background: url(../images/radio-checked.svg) no-repeat;
    background-size: 17px;
    background-position: 0px 2px;
}
.carddetail {
    display: flex;
    align-items: center;
}
.carddetail figure:last-child {
    margin-left: 25px;
}

.billingbox {
    display: none;
}
.billingbox.on {
    display: block;
}
.walletbox h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 0 0 20px;
}
.available-balance {
    background: #f5f5f5;
    border-radius: 5px;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    padding: 18px 18px;
    margin: 0 0 24px;
}
.walletcollapserow {
    margin: 0 0 24px;
}
.walletcollapse {
    display: block;
    background: #f5f5f5;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    text-decoration: none;
    padding: 8px 18px;
    position: relative;
}
.walletcollapse:after {
    position: absolute;
    content: "";
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 9px;
    background: url(../images/dropdown-black-arrow.svg) no-repeat center;
    background-size: 18px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.walletcollapse.collapsed:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.walletcollapse img {
    margin-right: 15px;
}
.collapseinput {
    padding: 20px 0 0;
}
.collapseinput .form-control {
    border: 1px solid rgba(141, 141, 141, 0.6);
    border-radius: 5px;
    height: 40px;
    color: #000000;
}
.collapseinput .form-control:focus {
    box-shadow: none;
}
.cardbox .form-group {
    margin: 0 0 20px;
}
.cardbox .form-group label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    display: block;
    margin: 0 0 8px;
}
.cardbox .form-group .form-control {
    background: #f5f5f5;
    border-radius: 5px;
    border: none;
    height: 40px;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.cardbox .form-group .form-control:focus {
    box-shadow: none;
}
.forminput {
    position: relative;
}
.forminput img {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .tablebox .table {
        min-width: 1000px;
    }
    .tablebox .table tbody tr td:nth-child(2) {
        width: 280px;
    }
    .tablebox .table tbody tr td:nth-child(4) {
        width: 160px;
    }
    .tablebox .table tbody tr td:nth-child(5) {
        width: 160px;
    }
    .tablebox .table tbody tr td:nth-child(6) {
        width: 230px;
    }
}
@media (max-width: 1199.98px) {
    .right-dashboard {
        padding: 20px 10px 20px 20px;
    }
    .dashboard-section {
        padding-top: 88px;
    }

    .product-type ul li {
        padding: 0 30px 0 0;
    }
    .infosection h5 {
        min-width: 170px;
    }
    .infocollapse .row {
        width: 450px;
    }
    .actionbtn {
        top: 60px;
    }

    .tablebox .table thead tr th {
        padding: 20px 15px;
    }
    .tablebox .table tbody tr td {
        padding: 20px 15px;
    }
    .tablebox .table tbody tr td:nth-child(1) {
        width: 120px;
    }
    .tablebox .table tbody tr td:nth-child(2) {
        width: 280px;
    }
    .tablebox .table tbody tr td:nth-child(3) {
        width: 100px;
    }
    .tablebox .table tbody tr td:nth-child(4) {
        width: 120px;
    }
    .tablebox .table tbody tr td:nth-child(5) {
        width: 120px;
    }
    .tablebox .table tbody tr td:nth-child(6) {
        width: 250px;
        text-align: right;
    }

    .trending-activity ul li {
        padding: 0 10px 30px;
    }
    .activitycontent h4 {
        font-size: 16px;
    }

    .tabsection {
        flex-wrap: wrap;
    }
    .tabsection .nav-tabs {
        width: 100%;
        margin: 0px 0px 30px 0px;
    }

    .agent-product-type.product-type {
        align-items: flex-start;
        flex-direction: column;
    }
    .agent-product-type.product-type ul {
        display: block;
    }
    .agent-product-type.product-type ul li {
        padding: 0 0 15px 0;
    }

    .billing-detail {
        width: calc(100% - 350px);
    }
    .order-detail {
        width: 350px;
    }
    .carddetail figure:last-child {
        margin-left: 15px;
    }
    .billing-detail-row .styled-selectors:first-child {
        margin-right: 15px;
    }
    .billing-detail-row .styled-selectors input[type="radio"]:not(old) + label {
        font-size: 14px;
    }

    .infosection .infosection-inner {
        padding: 10px 0px 0 0px;
    }
    .business::after {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .dashboard-section {
        padding-top: 70px;
    }
    .left-dashboard {
        width: 215px;
    }
    .dashboard-title {
        padding: 10px 10px 10px 40px;
    }
    .dashboard-title figure {
        left: 14px;
    }
    .dashboard-title figure img {
        max-width: 16px;
    }
    .dashboard-title strong {
        font-size: 16px;
        line-height: 14px;
    }
    .dashboard-title span {
        font-size: 14px;
    }
    .dashboard-menu li a {
        padding: 5px 5px 5px 40px;
        font-size: 14px;
    }
    .dashboard-menu li a img {
        left: 14px;
    }
    .bottom-menu {
        padding: 15px 0px 10px 0px;
    }
    .filter-head h4 {
        font-size: 18px;
    }
    .searchbox {
        width: 230px;
    }
    .aplication-top .statusbar {
        font-size: 0;
    }
    .aplication-top .statusbar strong {
        font-size: 12px;
        color: #ffffff;
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 0px 10px 0px 0px;
        padding: 6px 11px;
    }
    .aplication-top .inprogress {
        background-color: #e8ae00;
    }
    .aplication-top .approved {
        background-color: #4caf50;
    }
    .aplication-top .failed {
        background-color: #e30101;
    }
    .visaprice a {
        font-size: 14px;
    }
    .traveller-status .formstep li .stepdetail {
        font-size: 14px;
    }
    .traveller-status .formstep li {
        padding: 0px 5px;
    }
    .view-detail p {
        font-size: 14px;
        line-height: 18px;
    }
    .menubtn .userdropdown .username {
        left: 0 !important;
        right: auto !important;
    }

    .productdetail {
        display: block;
    }
    .productbox {
        padding: 10px 15px;
    }
    .productno {
        line-height: 19px;
        margin: 0px 0px 10px 0px;
        border-bottom: 1px solid #e7e4e4;
        padding: 6px 0px 15px 0px;
    }
    .productdetail > .btn {
        height: 30px;
        min-width: 101px;
        font-size: 14px;
        line-height: 16px;
        position: absolute;
        right: 15px;
        top: 10px;
    }
    .product-collapse {
        position: absolute;
        top: 71px;
        right: 15px;
    }
    .productdate {
        line-height: 18px;
        display: block;
    }
    .productprice {
        font-size: 16px;
        line-height: 19px;
        position: absolute;
        top: 73px;
        right: 35px;
    }
    .mastercard {
        line-height: 18px;
    }

    .actionbtn {
        top: 78px;
        right: 0;
    }
    .actionbtn a {
        margin-left: 10px;
    }
    .infosection a.edit {
        right: -10px;
    }
    .infosection .changephoto {
        right: 0;
    }

    .status-content {
        width: calc(100% - 175px);
    }
    .status-section .btn-primary {
        min-width: 175px;
    }
    .status-content h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .status-content ul {
        align-items: flex-start;
        flex-direction: column;
    }
    .status-content ul li {
        font-size: 16px;
        line-height: 19px;
        padding: 0;
    }
    .status-content ul li::after {
        display: none;
    }
    .status-content ul li strong {
        font-size: 18px;
        line-height: 22px;
    }
    .trending-activity ul li {
        width: 50%;
    }

    .status-title h5 span {
        display: block;
        padding: 0;
    }
    .agentverified {
        padding: 0px 0 0px 35px;
    }

    .right-dashboard .applicationform {
        padding: 0 5px;
    }
    .addproductlist li span {
        font-size: 13px;
    }
    .right-dashboard .form-button .buttons-element button {
        width: 150px;
    }

    .right-dashboard .bottom-detail {
        flex-direction: column;
    }
    .billing-detail {
        width: 100%;
        margin: 0 0 20px;
    }
    .right-dashboard .order-detail {
        width: 100%;
    }
    .business::after {
        background-size: 835px;
    }
    .business ul li figure {
        height: 139px;
        width: 139px;
    }
    .business ul li:nth-child(2n + 2) figure::after {
        top: -165px;
    }
    .business ul li:nth-child(2n + 1) figure::after {
        bottom: -165px;
    }
}
@media (max-width: 767.98px) {
    .dashboardpage {
        padding: 0 0 70px;
    }
    .dashboard-section {
        height: auto;
    }
    .left-dashboard {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9;
    }
    .application-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        -webkit-box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.15);
        box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.15);
    }
    .dashboard-menu .application-menu li {
        margin: 0;
        width: 33.33%;
        text-align: center;
    }
    .dashboard-menu .application-menu li a {
        display: flex;
        flex-direction: column;
        padding: 10px 15px;
        border: none;
        font-size: 12px;
    }
    .dashboard-menu .application-menu li a img {
        left: auto;
        top: auto;
        right: auto;
        position: relative;
    }
    .dashboard-menu li.active::before,
    .dashboard-menu li:hover::before {
        display: none;
    }
    .dashboard-menu li:after {
        height: 3px;
        background: #000000;
        top: -1px;
    }
    .left-dashboard .bottom-menu,
    .left-dashboard .dashboard-title {
        display: none;
    }
    .right-dashboard {
        padding: 0 0 20px 0;
    }
    .right-dashboard.mCustomScrollbar {
        height: 550px;
    }
    .filter-head h4 {
        display: none;
    }
    .filter-head:after,
    .filter-head .dropdown:after {
        display: none;
    }
    .filter-head-mobile {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding: 0px 10px;
        position: relative;
    }
    .filter-head {
        margin: 0;
        padding: 0;
    }
    .filter-head .btn-outline {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        height: 30px;
        border: 1px solid rgba(106, 106, 106, 0.5);
    }
    .searchbox .form-control {
        height: 30px;
    }
    .tabsection .filter-head .btn-outline {
        height: 30px;
    }
    .filter-head .dropdown {
        padding: 0;
        width: 100%;
        margin-left: 10px;
    }
    .searchbox {
        margin: 0;
        width: calc(100% - 88px);
        padding: 0 0 0 0;
    }
    .aplicationbox {
        padding: 10px 10px;
        margin: 20px 10px 0;
    }
    .aplication-content h5 {
        font-size: 16px;
        padding-right: 75px;
    }
    .aplication-content ul li::after {
        display: none;
    }
    .visaprice strong {
        padding: 0 0 15px;
    }
    .visaprice strong::after {
        display: none;
    }
    .visadetail {
        align-items: flex-start;
    }
    .visadetail p {
        width: calc(100% - 100px);
    }
    .visaprice {
        text-align: right;
        display: flex;
        flex-direction: column;
    }
    .visaprice a {
        padding-right: 20px;
    }
    .filter-head .dropdown-menu {
        right: 1px !important;
    }
    .statusbar {
        font-size: 0;
    }
    .traveller-status .formstep li .stepdetail {
        margin: -25px 0 2px;
    }
    .traveller-status .btn-primary {
        height: 34px;
    }
    .right-dashboard .dashboard-title {
        display: block;
        border: none;
        background-color: #f3f3f3;
    }

    .product-type {
        align-items: flex-start;
        padding: 15px 0 5px;
    }
    .product-type ul {
        flex-direction: column;
        padding: 0px 10px 0px 0px;
    }
    .product-type ul li {
        padding: 0 0 10px 0;
        font-size: 14px;
        line-height: 17px;
    }
    .product-type ul li strong {
        font-size: 14px;
        line-height: 17px;
    }
    .product-type ul li:last-child {
        padding-right: 0;
    }
    .warningmsg {
        font-size: 12px;
        padding: 10px 10px 10px 45px;
        min-height: 45px;
        width: 200px;
    }
    .warningmsg img {
        max-width: 28px;
    }

    .profilebox {
        margin: 20px 10px 0;
    }
    .profilebox.active .infocollapse {
        width: 100%;
        padding: 20px 40px 20px 0px;
    }
    .infocollapse .row {
        width: 100%;
    }
    .infosection h5 {
        min-width: 100px;
        font-size: 14px;
        padding-right: 15px;
    }
    .infocollapse .form-control {
        padding: 0px 6px;
    }
    .infocollapse select.form-control {
        background-size: 12px;
    }
    .shareimg {
        top: -1px;
    }
    .tablebox .table thead tr th {
        padding: 15px 15px;
        font-size: 16px;
        line-height: 18px;
    }
    .tablebox .table tbody tr td {
        padding: 15px 15px;
        font-size: 14px;
        line-height: 18px;
    }

    .status-step .formstep {
        margin: 0 -5px 50px;
    }
    .status-step .formstep li {
        padding: 0px 5px;
    }
    .status-section {
        flex-direction: column;
    }
    .status-content {
        width: 100%;
        padding: 0 0 20px;
    }
    .status-content h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .status-content ul li {
        font-size: 14px;
    }
    .status-content ul li strong {
        font-size: 16px;
        line-height: 19px;
    }
    .status-section .btn-primary {
        min-width: 175px;
        width: 175px;
        margin: auto;
    }
    .status-step p {
        font-size: 14px;
        line-height: 19px;
    }
    .status-step p br {
        display: none;
    }
    .loading-status strong {
        font-size: 20px;
        line-height: 25px;
    }
    .loading-status span {
        font-size: 14px;
        line-height: 19px;
    }

    .trending-activity {
        padding: 30px 0 20px;
    }
    .trending-activity h2 {
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 20px;
    }

    .tab-content {
        padding: 0px 0 10px;
    }
    .tabsection {
        width: 100%;
        margin: 0 0 20px;
    }
    .tabsection .nav-tabs {
        width: 100%;
        margin: 0px 0px 15px 0px;
    }
    .tabsection .searchbox {
        width: calc(100% - 110px);
    }
    .tabsection .btn-primary {
        height: 33px;
        min-width: 100px;
        margin-left: 10px;
    }

    .tab-content .aplicationbox {
        margin: 20px 0 0;
    }
    .tab-content .aplicationbox:first-child {
        margin-top: 0;
    }
    .tabsection .filter-head {
        margin-left: 0;
    }
    .tabsection .filter-head .dropdown {
        padding: 0 0 0 15px;
        margin: 0;
    }

    .orderdetaillink a {
        font-size: 14px;
    }
    .infosection .changephoto {
        font-size: 14px;
        width: 90px;
    }
    .infocollapse .form-control.form-control-lg {
        font-size: 14px;
        padding: 0.6rem 0.8rem;
    }

    .filter-head span {
        display: none;
    }
    .addnewrow {
        width: calc(100% - 100px);
        margin: 0;
    }
    .addnew {
        padding: 38px 0px 0px 0px;
    }
    .addnewrow .btn-primary {
        position: absolute;
        right: 10px;
        top: 0;
        padding: 0px 10px;
        font-size: 12px;
        height: 30px;
    }
    .addproductlist {
        width: 100%;
    }
    .addproductlist li span {
        font-size: 12px;
        padding: 5px 5px;
    }
    .addnewdropdown {
        left: auto;
        right: 0;
        top: 70px;
    }

    .billing-detail-row .styled-selectors input[type="radio"]:not(old) + label {
        padding-left: 20px;
    }
    .carddetail figure:last-child {
        margin-left: 10px;
    }
    .carddetail figure img {
        max-width: 35px;
    }
    .available-balance {
        font-size: 20px;
        line-height: 25px;
        padding: 10px 18px;
        margin: 0 0 15px;
    }
    .walletcollapserow {
        margin: 0 0 15px;
    }
}
@media (max-width: 479px) {
    .trending-activity ul li {
        padding: 0 10px 30px;
        width: 100%;
    }
}

.filter-head span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(106, 106, 106, 0.6);
}
.total-balance-strip {
    background-color: #b0e5e9;
    padding: 20px;
    border-radius: 10px;
    border: 3px solid rgba(76, 208, 217, 0.5);
    position: relative;
    margin-bottom: 29px;
}
.total-balance-strip::before {
    position: absolute;
    content: "";
    left: -3px;
    top: 50%;
    width: 4px;
    height: 64px;
    background-color: #000000;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.total-balance-strip span {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #6a6a6a;
    margin-bottom: 7px;
    display: block;
}
.total-balance-strip p {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
}
.account-detail-box {
    margin-bottom: 35px;
}
.account-detail-box .left-box {
    width: 60%;
    padding: 16px 20px 16px 16px;
    border-radius: 10px;
    background-color: #f3f3f3;
}
.account-detail-box .right-box {
    width: 40%;
}
.box-top-bar .left-text {
    width: 50%;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}
.box-top-bar .left-text img {
    margin-right: 17px;
}
.box-top-bar .right-text {
    width: 50%;
    text-align: right;
    border-bottom: 1px solid #e7e4e4;
    padding-right: 10px;
}
.box-top-bar .right-text span {
    font-size: 16px;
    font-weight: 400;
    color: #6a6a6a;
}
.box-top-bar .right-text span strong {
    color: #000000;
    font-weight: 400;
}
.bank-detail-start {
    padding: 17px 0 7px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e7e4e4;
}
.bank-detail-start span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #6a6a6a;
}
.bank-detail-start span strong {
    color: #000000;
    font-weight: 400;
}
.reference-box p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
    line-height: 20px;
}
.reference-box .short-note {
    font-size: 14px;
    font-style: italic;
    color: #000000;
    font-weight: 400;
}
.reference-field input {
    width: calc(100% - 151px);
}
.reference-field button {
    width: 126px;
    height: 35px;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    margin-left: 25px;
}
.account-detail-box .right-box .inner-wrap {
    margin-left: 35px;
    padding: 16px 16px 25px;
    border-radius: 10px;
    background-color: #f3f3f3;
    height: 100%;
}
.account-detail-box .right-box .filter-head h4 {
    background-color: #f3f3f3;
}
.account-detail-box .right-box .filter-head::after {
    z-index: 0;
}
.top-up-fields {
    margin-top: 22px;
}
.top-up-fields .btn-group {
    margin: 0 -8px;
}
.top-up-fields .btn-group .top-up-select {
    width: 25%;
    padding: 0 8px;
}
.top-up-fields .btn-group .top-up-select:nth-last-child(1) {
    margin-right: 0;
}
.top-up-fields .btn-group .top-up-select label {
    width: 100%;
    border: 1px solid #6a6a6a;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 300;
    color: #6a6a6a;
}
.top-up-fields .btn-group .top-up-select .btn-check:checked + .btn {
    background-color: #e30101;
    color: #fff;
    border-color: #e30101;
}
.top-up-fields button.btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-top: 37px;
    width: 126px;
    height: 35px;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
}
.balance-history .filter-head:after {
    top: 20px;
}
.detail-list p {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.detail-list img {
    width: 14px;
    height: 14px;
}
.balance-history .product-type {
    border-color: #e7e4e4;
    max-width: 1360px;
}
.balance-history .product-type .order-details-btn {
    text-decoration: underline;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}
.productprice.pending-price {
    color: #e8ae00;
}
.productprice.failed-price {
    color: #e30101;
}
.productprice.success-price {
    color: #61b764;
}

.total-balance-strip.bg-white {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.total-balance-strip.bg-white::before {
    left: 0;
}
.total-balance-strip .top-up-button {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 126px;
    height: 35px;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
}
.wallet2-section .account-detail-box .left-box {
    width: 100%;
}
.wallet2-section .account-detail-box .filter-head h4 {
    background-color: #f3f3f3;
}
.wallet2-section .account-detail-box .filter-head h4 img {
    margin-right: 17px;
}
.wallet2-section .account-detail-box .filter-head::after {
    z-index: 0;
}
.wallet2-section .bank-detail-start {
    width: 50%;
    border-bottom: 0;
    border-right: 1px solid #e7e4e4;
}
.wallet2-section .reference-box {
    width: 50%;
    padding-left: 40px;
}
.reference-box .formstep {
    margin-top: 50px;
}
.reference-box .formstep li:after {
    width: 100%;
}
.reference-box .formstep li:before {
    display: none;
}
.reference-box .formstep li .count {
    margin: 0;
}
.reference-box .formstep li {
    padding: 0;
    width: 33.33%;
}
.reference-box .formstep li .stepdetail {
    text-align: left;
}
.reference-box .formstep {
    justify-content: flex-start;
    margin: 50px 0;
}
.reference-box span {
    font-size: 16px;
    font-weight: 400;
    color: #6a6a6a;
}

.filter-head.justify-content-between .dropdown {
    padding-left: 30px;
}
.filter-head.justify-content-between .dropdown::after {
    left: 15px;
}

.login-section {
    padding-top: 98px;
}
.login-section .loginform {
    padding: 40px 0;
    margin: auto;
    width: 790px;
    max-width: 100%;
}
.login-section .loginform-text {
    width: 59%;
    overflow: inherit;
    padding: 0px 80px 0px 0px;
}
.login-section .loginform-text h3 {
    font-size: 42px;
    font-weight: 600;
    line-height: 47px;
    margin: 0 0 28px;
    color: #2d2d2d;
}
.login-section .loginform-text ul li {
    font-size: 20px;
    font-weight: 400;
    color: #2d2d2d;
    padding: 0 0 10px;
}
.login-section .loginform-text ul li img {
    margin: 0 14px 0 0;
}
.login-section .loginform-content {
    width: 41%;
    padding: 0;
    overflow: inherit;
}

.loginform-content .nav-tabs {
    border: none;
    min-height: 96px;
    border-radius: 4px;
    background: #f6f6f6 url("../images/loginbg.png") no-repeat center;
    background-size: cover;
    align-items: center;
}
.loginform-content .nav-tabs .nav-item {
    width: 50%;
}
.loginform-content .nav-tabs .nav-link {
    padding: 0;
    margin: auto;
    color: #b7b7b7;
    text-decoration: none;
    border: none;
}
.loginform-content .nav-tabs .nav-link img {
    opacity: 0.2;
}
.loginform-content .nav-tabs .nav-link.active {
    border: none;
    background-color: transparent;
    color: #171717;
}
.loginform-content .nav-tabs .nav-link.active figure {
    position: relative;
    display: inline-block;
}
.loginform-content .nav-tabs .nav-link.active figure:after {
    position: absolute;
    content: "";
    top: 21px;
    right: 2px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #e30101;
    opacity: 0.6;
}
.loginform-content .nav-tabs .nav-link.active img {
    opacity: 1;
}
.loginform-content .nav-tabs .nav-link span {
    display: block;
}

.banner-section {
}
header {
    position: fixed;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
header.sticky {
    background-color: #515151;
    z-index: 9;
}

.blog-section {
    padding: 55px 0 0 0;
}
.blog-section .nav-tabs {
    border: none;
    margin: 0 0 75px;
    justify-content: center;
}
.blog-section .nav-tabs .nav-item {
    margin: 0 20px;
}
.blog-section .nav-tabs .nav-item .nav-link {
    padding: 0px 28px;
    border: none;
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.42px;
    opacity: 0.5;
    color: #515151;
    border-radius: 3px;
}
.blog-section .nav-tabs .nav-item .nav-link.active {
    color: #000;
    opacity: 1;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.23);
}

.bloglist ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 40px;
}
.bloglist ul li {
    width: 33.33%;
    padding: 0 10px 20px;
}
.blogbox {
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    padding: 13px;
}
.blogbox figure {
    margin: 0 0 18px;
    border-radius: 5px;
    overflow: hidden;
}
.blogbox figure img {
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blogbox figure:hover img {
    transform: scale(1.1);
}
.blogbox strong {
    display: inline-block;
    border-radius: 4px;
    background: rgba(227, 1, 1, 0.2);
    padding: 6px 24px;
    color: #e30101;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.24px;
    margin: 0 0 12px;
}
.blogbox h4 {
    display: block;
    color: #181a2a;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.6px;
    margin: 0 0 14px;
}
.blogbox h4 a {
    color: #181a2a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blogbox h4 a:hover {
    color: #e30101;
}
.blogbox span {
    display: block;
    color: #97989f;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.24px;
}
.loadmore {
    text-align: center;
}
.loadmore .btn-outline {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #696a75;
    border: 1px solid #d2d2d6;
    height: 48px;
    min-width: 123px;
}

.blog-detail {
    padding: 98px 0 0;
}
.detail-content {
    width: 980px;
    max-width: 100%;
    margin: auto;
    padding: 74px 0 0;
}
.detail-content .blog-category {
    display: inline-block;
    border-radius: 4px;
    background: rgba(227, 1, 1, 0.2);
    padding: 6px 24px;
    color: #e30101;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.24px;
    margin: 0 0 17px;
}
.detail-content .posttime {
    display: block;
    color: #97989f;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.24px;
    margin: 0 0 26px;
}
.detail-content h2 {
    display: block;
    color: #181a2a;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 0.63px;
    margin: 0 0 10px;
}
.detail-content figure {
    margin: 0 0 48px;
}
.detail-content p {
    color: #181a2a;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.24px;
    margin: 0 0 20px;
}

.notificationlist {
    margin: 25px 0;
}
.notificationlist li {
    font-size: 13px;
    display: block;
    padding: 15px 15px 15px 100px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #f3f3f3;
}
.notificationlist li figure.notification_icon {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.notificationlist li h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.notificationlist li a h3 {
    color: #000000;
}
.notificationlist li p {
    margin-bottom: 7px;
    font-size: 16px;
    color: #707070;
    line-height: 1.2;
}
.notificationlist li span {
    font-size: 13px;
    color: #707070;
    display: inline-block;
}
.notificationlist li figure.notification_web_figure {
    margin: 0 0 10px;
}

.pagination_group .pagination .page-item .page-link {
    color: #000;
}
.pagination_group .pagination .page-item .page-link:focus {
    box-shadow: none;
}
.pagination_group .pagination .page-item.active .page-link {
    background-color: #515151;
    border-color: #515151;
    color: #fff;
}

.dropdown.notification-dropdown {
    min-width: inherit;
}
.dropdown.notification-dropdown .dropdown-menu {
    transform: inherit;
    left: auto !important;
    right: 0 !important;
    min-width: 270px;
}
.dropdown.notification-dropdown .dropdown-menu ul {
    max-height: 300px;
    overflow-y: auto;
}
.dropdown.notification-dropdown .dropdown-menu li {
    border-bottom: 1px solid #eee;
}
.dropdown.notification-dropdown .dropdown-menu li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 7px 11px;
    text-decoration: none;
}
.dropdown.notification-dropdown .dropdown-menu li a figure {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background-color: #8bc34a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown.notification-dropdown .dropdown-menu li a,
.dropdown.notification-dropdown .dropdown-menu li a:hover {
    color: #000 !important;
}
.dropdown.notification-dropdown .dropdown-menu li a .menu-info {
    width: calc(100% - 46px);
}
.dropdown.notification-dropdown .dropdown-menu li a p {
    margin: 0;
    font-size: 13px;
    line-height: 16px;
}
.dropdown.notification-dropdown .dropdown-menu li a span {
    font-size: 11px;
    color: #aaa;
}
.dropdown.notification-dropdown .dropdown-menu .viewall {
    display: block;
    color: #000;
    text-align: center;
    border-top: 1px solid #eee;
    padding: 10px 0 5px 0;
    font-size: 12px;
}
.dropdown.notification-dropdown a.dropdown-toggle {
    display: flex;
    padding-right: 20px;
    position: relative;
}
.dropdown.notification-dropdown a.dropdown-toggle:after {
    display: none;
}
.dropdown.notification-dropdown a.dropdown-toggle:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 6px;
    width: 12px;
    background: url(../images/dropdown-white-arrow.svg) no-repeat;
    background-size: 12px;
}
.dropdown.notification-dropdown a.dropdown-toggle .badge {
    position: absolute;
    right: 14px;
    top: 1px;
    padding: 0;
    background-color: #e30101;
    color: #fff;
    font-weight: 300;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexnav li.item-with-ul a.btn.btn-border {
    padding-right: 10px;
}

.mobilerightbar {
    display: none;
}

.traveller-status .text-center .btn.btn-primary {
    margin: 0 2px 5px;
}

.body_scroll_off {
    overflow: hidden;
}

.express-apply {
    margin: 50px 0 0;
    padding-top: 30px;
    border-top: 1px solid #d0d5dd;
}
.express-apply p {
    font-size: 16px;
    line-height: 24px;
    color: #515151;
    margin: 15px 0 0;
}

@media (max-width: 1199.98px) {
    .box-top-bar .left-text {
        font-size: 17px;
    }
    .account-detail-box .right-box .filter-head h4 {
        font-size: 17px;
    }
    .reference-box .formstep li .stepdetail {
        font-size: 13px;
    }
    .login-section {
        padding-top: 88px;
    }
    .blog-detail {
        padding: 88px 0 0;
    }
    .detail-content {
        padding: 40px 0 0;
    }
    .detail-content h2 {
        font-size: 36px;
    }

    .navigation .btn,
    .menubtn .dropdown {
        min-width: inherit;
    }
    .dropdown.notification-dropdown a.dropdown-toggle {
        padding-left: 15px;
    }

    .right-dashboard .whitebox-space {
        padding: 24px 15px;
    }
}
@media (max-width: 991.98px) {
    .account-detail-box .left-box {
        width: 100%;
    }
    .account-detail-box .right-box {
        width: 100%;
        margin-top: 30px;
    }
    .account-detail-box .right-box .inner-wrap {
        margin-left: 0;
    }
    .total-balance-strip p {
        font-size: 20px;
    }
    .total-balance-strip span {
        font-size: 14px;
        line-height: 16px;
    }
    .wallet2-section .bank-detail-start {
        width: 100%;
        border-bottom: 1px solid #e7e4e4;
        border-right: 0;
    }
    .wallet2-section .reference-box {
        width: 100%;
        padding-left: 0;
    }
    .reference-box .formstep li:after {
        top: 16px;
    }
    .total-balance-strip {
        margin: 0 10px 25px;
    }
    .login-section {
        padding-top: 70px;
    }

    .login-section .loginform-text {
        padding: 0px 30px 0px 0px;
    }
    .login-section .loginform-text h3 {
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 25px;
    }
    .login-section .loginform-text ul li {
        font-size: 18px;
    }

    .blog-section .nav-tabs .nav-item {
        margin: 0 5px;
    }
    .blog-section .nav-tabs {
        margin: 0 0 45px;
    }
    .blog-section .nav-tabs .nav-item .nav-link {
        padding: 5px 28px;
        font-size: 22px;
    }
    .bloglist ul li {
        width: 50%;
    }

    .blog-detail {
        padding: 70px 0 0;
    }
    .detail-content {
        padding: 25px 0 0;
    }
    .detail-content h2 {
        font-size: 28px;
    }
    .detail-content figure {
        margin: 0 0 25px;
    }

    .mobilerightbar {
        display: flex;
        position: absolute;
        right: 12px;
    }
    .mobilerightbar .dropdown.notification-dropdown {
        margin-right: 15px;
    }

    .menubtn .dropdown.notification-dropdown {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .wallet-section .filter-head-mobile {
        flex-direction: row;
    }
    .wallet-section .filter-head-mobile h4 {
        display: block;
    }
    .wallet-section .filter-head-mobile .filter-head {
        width: 100%;
    }
    .wallet-section .filter-head-mobile .filter-head::after {
        display: block;
    }
    .wallet2-section .account-detail-box .filter-head h4 img {
        margin-right: 10px;
    }
    .wallet2-section .account-detail-box .filter-head h4 {
        font-size: 17px;
        padding: 0;
    }

    .login-section {
        padding-top: 70px;
    }

    .login-section .loginform-text {
        width: 100%;
        padding: 0px 0px 20px 0px;
    }
    .login-section .loginform-content {
        width: 100%;
    }
    .login-section .loginform {
        flex-direction: inherit;
    }
    .login-section .loginform-text h3 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 15px;
    }
    .login-section .loginform-text ul li {
        font-size: 16px;
        padding: 0 0 5px;
    }
    .login-section .loginform-text ul li img {
        max-width: 16px;
    }

    .blog-section {
        padding: 30px 0 0 0;
    }
    .blog-section .nav-tabs {
        margin: 0 0 30px;
    }
    .blog-section .nav-tabs .nav-item .nav-link {
        padding: 5px 15px;
        font-size: 16px;
    }

    .detail-content .blog-category {
        margin: 0 0 10px;
    }
    .detail-content h2 {
        font-size: 22px;
    }
    .detail-content .posttime {
        margin: 0 0 15px;
    }
    .detail-content figure {
        margin: 0 0 15px;
    }
    .detail-content p {
        font-size: 14px;
        margin: 0 0 15px;
    }

    .notification-section {
        padding: 0px 12px;
    }
    .notification-section .filter-head h4 {
        display: block;
    }
    .notificationlist li {
        padding: 15px 15px 15px 80px;
    }
    .notificationlist li figure.notification_icon {
        width: 50px;
        height: 50px;
        padding: 10px;
    }
    .notificationlist li p {
        font-size: 14px;
    }

    .infosection .infosection-inner {
        padding: 10px 0px 0 0px;
    }

    .notification_sidebar_li {
        display: none;
    }

    .dropdown.notification-dropdown a.dropdown-toggle .badge {
        top: -6px;
    }

    .modal-content .btn-close {
        top: -5px;
        right: -5px;
    }
    .filter-head .btn-outline img {
        margin-left: 5px;
    }
    .right-dashboard.mCustomScrollbar .mCSB_inside > .mCSB_container {
        margin-right: 10px;
    }
    .filter-head .btn-outline {
        font-size: 13px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
        padding: 4px 30px 3px 10px;
    }
    .balance-history {
        padding: 0px 0px 0px 10px;
    }
    h5.productno span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        max-width: 65%;
    }

    .searchform-mobile .searchform {
        top: 71px;
    }
}
@media (max-width: 576px) {
    .bank-detail-start span {
        font-size: 14px;
    }
    .box-top-bar .left-text {
        width: 100%;
    }
    .box-top-bar .right-text {
        width: 100%;
        text-align: left;
        margin-top: 15px;
    }
    .reference-field input {
        width: 100%;
    }
    .reference-field button {
        margin-top: 15px;
        margin-left: 0;
    }
    .top-up-fields .btn-group .top-up-select label {
        font-size: 14px;
        height: 38px;
    }
    .total-balance-strip {
        padding: 15px;
    }
    .reference-box p {
        font-size: 15px;
    }
    .total-balance-strip .top-up-button {
        right: 10px;
        top: 25px;
        width: 80px;
    }
    .bloglist ul {
        margin: 0 0 20px;
    }
    .bloglist ul li {
        width: 100%;
        padding: 0 0 20px;
    }
    .loadmore .btn-outline {
        height: 40px;
        min-width: 120px;
    }
}

#all_form_data {
    margin: 20px 0px 0px 0px;
}

.menubtn .userdropdown > a span.name_heading {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.infosection .userprofile .editProfile_name_heading {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.application-accordion .select2-container {
    z-index: initial;
}
.scroll_stop {
    overflow: hidden;
}

.noty_bar.noty_theme_default.noty_layout_topRight .noty_message span {
    display: block;
}

@media (min-width: 768px) {
    .dashboard-menu {
        overflow-y: auto;
    }
}
@media (max-width: 991px) {
    #all_form_data {
        margin: 0px;
    }
    .banner-content h1 {
        font-size: 40px;
        line-height: 38px;
    }
}
@media (max-width: 767px) {
    #all_form_data {
        margin: 60px 0 0 0px;
    }

    .application-section {
        padding: 80px 15px 0px;
    }
    .application-section .form-button {
        padding: 0px 0px 0px 0px;
    }
    .buttons-element .add-traveller,
    .buttons-element .btn-active {
        font-size: 14px;
    }

    .orderdetail-content {
        padding: 20px 10px;
    }
    .borderbox {
        padding: 10px !important;
    }
    .fileinfo {
        flex-wrap: wrap;
    }
    .application-menu {
        align-items: flex-start;
        white-space: nowrap;
        overflow-y: auto;
    }
    .dashboard-menu .application-menu li a {
        line-height: 14px;
    }
    .aplication-top .statusbar .btn-primary {
        min-width: 76px;
        font-size: 12px;
        height: 36px;
        padding: 0 10px;
    }
    .orderdetail-content ul li span {
        font-size: 14px;
        min-width: 90px;
        text-align: right;
    }
    .productno {
        width: 68%;
        padding-right: 10px;
    }

    .fullbg {
        height: 300px;
        background-image: url("../images/banner-video.gif");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .fullbg video {
        display: none;
    }
    .banner-btn {
        display: block;
        margin: 20px 0 0;
    }
    .banner-content .btn {
        min-width: inherit;
        font-size: 14px;
        padding: 0 10px;
    }
    .banner-content h1 {
        font-size: 20px;
        line-height: 23px;
    }
}
@media (max-width: 360px) {
    .banner-content .btn {
        font-size: 13px;
        height: 38px;
    }
}
/*16-11-2023*/
@media (min-width: 1200px) {
    .tourbox h4 {
        font-size: 24px !important;
        line-height: 34px;
    }
}

@media (max-height: 750px) {
    .producttable .table-responsive {
        max-height: 350px;
    }
    .producttable.tablebox .table {
        margin: 0;
    }
}

/* add on for new functionality */

.whatsapp_chat {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    background-color: #27d045;
    position: fixed;
    transition: all 0.5s;
    bottom: 3%;
    left: 3%;
    z-index: 11;
    border-radius: 30px;
    cursor: pointer;
}
.whatsapp_chat img {
    width: 60px;
}
.whatsapp_chat span {
    padding-right: 20px;
    transition: all 0.5s;
}
.whatsapp_chat:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.whatsapp_chat:hover > span {
    display: flex;
}

body.no-scroll {
    overflow: hidden;
}

/* promtotion start  */

.promotion {
    display: block; /* Hidden by default */
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

.promotion-content {
    background-color: #fefefe;
    margin: 6% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    text-align: center;
    position: relative; /* Added for close button positioning */
}

.close {
    color: #aaa;
    position: absolute;
    top: -10px;
    right: 5px;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
}
.promotion_image {
    width: 100%;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
}

/* promotion end */

.promotion_slider.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: #aaa;
}
.promotion_slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: #e30101;
}
