body {
	margin:0;
	padding:0;
	font-family: 'Poppins', sans-serif;
}
.main_header {
    position: relative;
    z-index: 9;
    background: #fff;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    z-index: 999;
    border-radius: 4px;
}
.navbar-toggler {
    padding: 1px 10px 1px 10px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #081b5f00;
    border: 1px solid #081b5f;
    border-radius: 4px;
    transition: box-shadow .15s ease-in-out;
}
.navbar-toggler-icon {
    display: block;
    width: 30px;
    height: 2px;
    vertical-align: middle;
    background-repeat: repeat;
    background-position: center;
    background-size: 100%;
    background: #081b5f;
    margin: 6px 0 6px 0;
}
a.navbar-brand img {
    width: 220px;
  
}
.linking_navbar_main {
    background-color: #ffffff1c;
    box-shadow: 0px 0px 4px #0000000f;
    position: relative;
}
/*
.nav-link {
    display: block;
    padding: 0px 0px 0 0px !important;
    color: #333;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 0.2px;
    position: relative;
    font-weight: 400;
}*/
li.itag {
    margin: 0 11px 0 11px;
    color: #333;
}
.nav-link:focus, .nav-link:hover {
    color: #333;
}
.nav-link:hover {
    color: #333;
}
span.ansnew {
    position: absolute;
    top: -17px;
    right: 0;
    background: #ee562d;
    line-height: 12px;
    display: inline-block;
    padding: 2px 5px 3px 5px;
    font-size: 12px;
    transform: rotate(0deg);
    text-shadow: none;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #fff;
}

a.nav-link i {
    border: 1px solid #333;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 13px;
    color: #333;
    font-weight: 600;
    text-shadow: none;
    border-radius: 20px;
    margin: 0 3px 0 0;
}
.Side_calls {
    margin: 0px 0 0 17px;
    position: relative;
    width: 248px;
    border-left: 1px solid #dedede;
    padding: 0 0px 0 0px;
}
.Side_calls p {
    margin: 0px 0 0px -41px;
    font-size: 13px;
    background: #ffffff00;
    color: #333;
    font-weight: 500;
    text-align: center;
    padding: 2px 0px 2px 0px;
    border-radius: 2px;
    text-transform: capitalize;
}
.Side_calls a {
    font-size: 20px;
    color: #ee562d;
    margin: 0px 0 0 0;
    font-weight: 600;
    padding: 4px 9px 4px 9px;
    border-radius: 2px;
    text-decoration: none;
    line-height: 18px;
    letter-spacing: 0.2px;
    display: inline-block;
}
.Side_calls a img {
    font-size: 13px;
    position: absolute;
    background: #ffffff;
    border: solid 2px #fff;
    right: 2px;
    top: 0px;
    transform: rotate(0deg);
    color: #fff;
    border-radius: 51px;
    border: 1px solid #e4e4e4;
    width: 50px;
    height: 50px;
    padding: 0px;
    box-shadow: 0px 0px 0px #c6c6c6;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0px 4px 0px;
    border-radius: 2px;
}

.why_choose {
    padding: 46px 0 45px 0;
    background: #ffffff;
    position: relative;
}
.why_choose_main {
    background: #fff;
    padding: 17px 16px 13px 65px;
    border-radius: 8px;
    position: relative;
    box-shadow: 2px 1px 4px 0 #00000057;
    height: 132px;
}
.why_choose_main_ico {
    background: #ee562d;
    text-align: center;
    color: #fff;
    height: 52px;
    width: 52px;
    padding-top: 15px;
    position: absolute;
    top: 18px;
    left: 4px;
    border-radius: 57px;
    box-shadow: none;
    float: left;
    margin: 0 14px 0px 0;
    transform: rotate(-90deg);
}
.why_choose_main_ico i {
    font-size: 23px;
    transform: rotate(90deg);
}
.why_choose_main_cont h4 {
    margin: 0 0 15px 0;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    color: #2a1c54;
}
.why_choose_main_cont h4:before {
    content: " ";
    position: absolute;
    top: 26px;
    left: 0;
    background-color: #ee562d;
    width: 40px;
    height: 3px;
}
.why_choose_main_cont p {
    margin: 0 0 0 0;
    font-size: 13px;
    text-align: left;
    line-height: 22px;
}
.why_choose_main_cont p span {
    color: #243271;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.main_banner {
    background-image: url(../images/main-banner.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 100px 0px;
    margin: 0px 0 0 0;
}
.main_banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000004d;
}
.main_banner_captions {
    position: relative;
}
.main_banner_captions h1 {
    margin: 0 0 12px 0;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight:600;
    text-shadow: #000 0px 1px 2px;
    position: relative;
    text-transform: capitalize;
}
.main_banner_captions h6 {
    margin: 0 0 34px 0;
    text-align: center;
    color: #fff;
    font-size: 22px;
    text-shadow: #000 0px 1px 2px;
    font-weight: 600;
    position: relative;
}

.space-ptb {
    padding:20px 0 20px 0;
}
.bg-holder {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    background: #ffffff;
}
.section-title .sub-title {
    display: block;
    margin-bottom: 40px;
}
.section-title .title {
    margin-bottom: 30px;
}
.section-title .sub-title span:before {
    content: "";
    position: absolute;
    background: #ee562d;
    height: 3px;
    width: 90px;
    left: 0;
    top: 40px;
}
.section-title .sub-title span {
    margin:0 0 29px 0;
    position: relative;
    padding-left: 0;
    margin-left: 15px;
    text-transform: capitalize;
    /*font-size:25px;*/
    letter-spacing: 0.2px;
    color: #243271 !important;
    font-weight: 600;
}
.section-title .sub-title span strong {
    color: #ee562d;
    font-weight:600;
}
.section-title.text-center {
    margin: 0 0 24px 0;
}
.section-title .description {
    margin-bottom: 0px;
}
.destination-icon span {
    position: absolute;
    top: 10px;
    left: 9px;
    text-align: left;
    padding: 4px 16px 4px 16px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    background: #ee562d;
    outline: 1px dashed white;
    border-radius: 32px;
    outline-offset: -3px;
}
.description p {
    margin: 0 0 0 0;
    font-size: 13px;
    line-height: 23px;
    color: #333 !important;
    display: inline-block;
}
.destination-plan .destination-icon {
    position: relative;
    border-radius: 6px;
}
.destination-plan .destination-icon img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
    width: 100%;
    background: #fff;
    padding: 0px;
}
.destination-round {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    padding: 4px 0px 0px 0px;
    border-radius: 10px;
}
.destination-round h4 {
    margin: 0 0 14px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-shadow: #000 0px 1px 2px;
    position: relative;
    display: inline-block;
}
.destination-round h4:before {
    content: " ";
    position: absolute;
    top: 32px;
    left: 50%;
    height: 2px;
    width: 40px;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
}
.destination-round p {
    margin:0 0 0 0;
}
.destination-round p i {
    color: #ffd682;
    font-size: 13px;
    margin: 0 3px 0 0;
}
.about_area {
    position: relative;
}
.about_area_img img {
    border-radius: 6px;
}
.about_area_cont img {
    float: left;
    margin: 0 14px 0px 0;
}
.about_area_cont h4 {
    position: relative;
    padding-left: 0px;
    margin: 0 0 25px 0px;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.2px;
    display: inline-block;
    color: #243271;
}

.about_area_cont h4:before {
    content: "";
    position: absolute;
    background: #ee562d;
    height: 3px;
    width: 80px;
    left: 0;
    top: 38px;
}
.about_area_cont p {
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    color: #333;
    padding: 0 0 0 0px;
}
.about_area_cont {
    border-radius: 4px;
    padding: 20px 20px 8px 20px;
    position: relative;
    margin: 0px 0 0 0px;
    background: #fff;
    text-align: center;
}
.about_area_cont h4 span {
    color: #ee562d;
}
.about_area_img a {
    box-shadow: 8px 8px 18px 0px rgb(0 195 255 / 30%);
    background: #ee562d;
    padding: 5px 10px 5px 4px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    border-radius: 4px;
    position: absolute;
    bottom: -52px;
    right: 6px;
    z-index: 9;
    outline: 1px dashed #ffffff;
    outline-offset: -2px;
}
.about_area_img {
    position: relative;
}
.about_area_img a i {
    background: #fff;
    color: #ee562d;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-left: 0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


.demo {
    background: #ffffff;
    padding: 46px 0 26px 0;
    position: relative;
}
.testimonial {
    background: #ffffff;
    padding: 15px 16px 8px 16px;
    margin: 5px 15px 10px 15px;
    position: relative;
    /* box-shadow: 2px 1px 4px 0 #00000057; */
    border-radius: 4px;
    height: 250px;
    border: 1px solid #f1f1f1;
}

.testimonial .title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-transform: capitalize;
    margin-top: 0;
}
.testimonial_hd h4 span {
    color: #ee562d;
}
.testimonial .title span {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    color: #ee562d;
}
.testimonial .description {
    font-size: 13px;
    color: #333;
    line-height: 22px;
    text-align: left;
    margin: 9px 0 9px 0;
}
.testimonial_hd {
    text-align: left;
    width: 100%;
    margin: 0 0 25px 16px;
}
.testimonial_hd img {
    float: left;
    margin: 2px 0px 0px 0;
}
.testimonial_hd h4 {
    color: #243271;
    position: relative;
    padding-left: 0px;
    margin: 0 0 9px 0px;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.2px;
    display: inline-block;
}
.testimonial_hd h4:before {
    content: "";
    position: absolute;
    background: #ee562d;
    height: 3px;
    width: 70px;
    left: 0;
    top: 39px;
}
.testimonial .testimonial-content{
    position: relative;
}
.testimonial .testimonial-content:after {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 20px;
    color: #fea223;
}
.testimonial .pic{
    display: inline-block;
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .content {
    display: inline-block;
    margin: 0px 0;
}
.testimonial .name{
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}
.testimonial .post{
    font-size: 14px;
    color: #555;
    line-height: 24px;
}
.testimonial .rating{
    padding: 0;
    margin: 0;
    list-style: none;
}
.testimonial .rating li {
    display: inline-block;
    color: #fea223;
    font-size: 13px;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #0d8a63;
}
@media only screen and (max-width: 479px){
    .testimonial .testimonial-content:after{
        content: "";
    }
	.section-title .sub-title span:before{display:none;}
}



.News_benifits {
    box-shadow: 0px 1px 3px #ccc;
    border-radius: 10px;
    text-align: center;
    padding: 17px 36px 17px 36px;
}
.News_benifits h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #222;
}
.News_benifits h4 {
    margin: 9px 0 10px 0;
    font-size: 26px;
    font-weight: 600;
    color: #ee562d;
}
.News_benifits p {
    font-size: 13px;
    margin: 8px 0 6px 0;
    color: #222;
}
.News_benifits form {
    position: relative;
}
.News_benifits input {
    width: 100%;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
}
.News_benifits button {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 40px;
    border: none;
    background: #ee562d;
    color: #fff;
    font-size: 14px;
    padding: 0 30px 0 30px;
    border-radius: 4px;
}


.footer_start {
    padding: 35px 0 25px 0;
    background: #1a2432;
    background-size: cover;
}
.ht_link{}
.ht_link h4 {
    font-size: 18px;
    margin: 0 0 24px 0;
    color: #ffffff;
    position: relative;
}

.ht_link h4::after {
    width: 50px;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #ee562d;
    bottom: -12px;
    left: 5px;
}
.ht_link h4::before {
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    background-color: #ee562d;
    border-radius: 50%;
    bottom: -14px;
    left: 3px;
}


.ht_link ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.ht_link ul li {
    display: inline-block;
    margin: 0 42px 6px 0;
}
li.col-md-6.dts_gap {
    width: 50%;
    float: left;
    padding: 0 0 0 0;
}
.ht_link ul li a {
    font-size: 13px;
    color: #ffffff;
    margin: 0px;
    display: block;
    text-decoration: none;
    padding: 0 0px;
    font-weight: 400;
    line-height: 31px;
}


.my_links{}
.my_links h4 {
    font-size: 18px;
    margin: 0 0 24px 0;
    color: #ffffff;
    position: relative;
}

.my_links h4::after {
    width: 50px;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #ee562d;
    bottom: -12px;
    left: 5px;
}
.my_links h4::before {
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    background-color: #ee562d;
    border-radius: 50%;
    bottom: -14px;
    left: 3px;
}

.my_links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.my_links ul li {
    display: block;
}
.my_links ul li a {
    font-size: 13px;
    color: #ffffff;
    margin: 0px;
    display: block;
    text-decoration: none;
    padding: 0 0px;
    font-weight: 400;
    line-height: 28px;
}
.adtip {
    background: #ee562d;
    width: 26px;
    height: 26px;
    line-height: 24px !important;
    text-align: center;
    border-radius: 15px;
    margin-right: 4px;
    border: solid 1px #ffffff;
}

.hfy_discount {
    position: absolute;
    right: 0;
    top: 142px;
    width: 60px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    background: #0b81c5;
    padding-left: 3px;
    padding-right: 0;
    color: #fff;
    font-weight: 600;
}
.hfy_discount:before {
    content: "";
    position: absolute;
    z-index: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid #0b81c5;
    border-bottom: 12px solid transparent;
    left: -12px;
}

.disclamers{}
.disclamers p {
    font-size: 13px;
    margin: 10px 0 0 0;
    border-top: solid 1px #276fa9;
    padding: 14px 0 0px 0;
    text-align: justify;
    color:#f1f1f1;
}

.payment_icons {
    text-align: left;
    padding-bottom: 0px;
    margin-top: 4px;
}
.payment_icons ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.payment_icons ul li {
    display: inline-block;
    cursor: pointer;
    margin: 5px 5px 5px 5px;
}

.copyright_sec_ {
    background: #151e2a;
    border-top: 1px solid #1d2a3c;
    padding: 4px 0 4px 0;
}
.copyright_sec_ p {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    margin: 0;
    color: #fff;
}
.copyright_sec_ p a{ color:#fff; text-decoration:none;}



/*css for about us page*/

.about_banner {
    background-image: url(../images/about-banner.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 62px 0px 62px 0px;
    margin: 0px 0 0 0;
}
.about_banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000005e;
}
.about_banner_captions {
    position: relative;
}
.about_banner_captions h1 {
    margin: 0 0 0px 0;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight:600;
    text-shadow: #000 0px 1px 2px;
    position: relative;
}



/*css for contact us page*/

.contact_banner {
    background-image: url(../images/contact-banner.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 62px 0px 62px 0px;
    margin: 0px 0 0 0;
}
.contact_banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000005e;
}
.contact_banner_captions {
    position: relative;
}
.contact_banner_captions h1 {
    margin: 0 0 0px 0;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight:600;
    text-shadow: #000 0px 1px 2px;
    position: relative;
}

.contact_main {
    padding: 50px 0 50px 0;
    position: relative;
}
.info-item {
    position: relative;
    padding:16px;
    box-shadow: 0 0 15px #ababab;
    border-radius: 10px;
    height: 102px;
}
.info-item_ico {
    width: 40px;
    height: 40px;
    float: left;
    line-height: 40px;
    color: #fff;
    border-radius: 40px;
    margin: 0 8px 0 0;
}
.info-item_ico i {
    width: 40px;
    height: 40px;
    line-height:40px;
    background: #ee562d;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    margin: 0 8px 0 0;
}
.contact_main_details h3 {
    font-size: 20px;
    font-weight: 500;
    color: #222;
    margin: 0 0 2px 0;
}
.contact_main_details a {
    font-size: 15px;
    text-decoration: none;
    color: #243271;
}
.contact-form {
    background: #ffffff;
    padding: 20px 20px 16px 20px;
    border-radius: 10px;
    box-shadow: 0px 1px 3px #ababab;
    margin: 34px 0 0 0;
}
.google_maps {
    background: #fff;
    padding: 2px 2px 0px 2px;
    box-shadow: 0px 1px 3px #ccc;
    border-radius:4px;
}
.contact-form h3 {
    color: #ee562d;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    background: aliceblue;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #000;
    padding: 10px;
    border-radius: 0px;
    width: 100%;
}
.form-group.form-validation {
    margin: 0 0 9px 0;
}

.biz-btn, .biz-btn-black, .biz-btn-white {
    position: relative;
    z-index: 1;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    padding: 5px 18px 5px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    background: #ee562d !important;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    border: none;
    font-weight: 400;
    padding: 8px 30px 9px 30px;
    margin: 8px 0 0 0;
}

/*css for privacy us page*/

.privacy_banner {
    background-image: url(../images/privacy-banner.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 62px 0px 62px 0px;
    margin: 0px 0 0 0;
}
.privacy_banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000005e;
}
.privacy_banner_captions {
    position: relative;
}
.privacy_banner_captions h1 {
    margin: 0 0 0px 0;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight:600;
    text-shadow: #000 0px 1px 2px;
    position: relative;
}
.privacy_main {
    padding:40px 0 40px 0;
    position: relative;
}
.privacy_cont {
    background: #fff;
    padding: 14px 14px 14px 14px;
    border: 1px solid rgba(128,137,150,.1);
    box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    border-radius: 4px;
}
.privacy_cont h2 {
    margin: 0 0 6px 0;
    font-size: 24px;
    font-weight: 600;
    color: #222;
    border-bottom: 1px solid #f3f3f3;
    padding: 0 0 6px 0;
}
.privacy_cont h3 {
    margin: 0 0 6px 0;
    font-size:21px;
    font-weight:600;
    color: #222;
    border-bottom: 1px dashed #f3f3f3;
    padding: 0 0 6px 0;
}
.privacy_cont h4 {
    margin: 0 0 6px 0;
    font-size:18px;
    font-weight:600;
    color: #102536;
    border-bottom: 1px dashed #f3f3f3;
    padding: 0 0 6px 0;
}
.privacy_cont p {
    font-size: 13px;
    text-align: justify;
    line-height: 24px;
    margin: 0 0 7px 0;
}

.privacy_cont ul {
  list-style: unset;
  padding: 0px 0 0 12px;
  margin: 0px;
}
.privacy_cont ul li {
  font-size: 13px;
  text-align: justify;
  line-height: 24px;
  margin: 0 0 7px 0;
}

/*css for terms us page*/

.terms_banner {
    background-image: url(../images/terms-banner.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 62px 0px 62px 0px;
    margin: 0px 0 0 0;
}
.terms_banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000005e;
}
.terms_banner_captions {
    position: relative;
}
.terms_banner_captions h1 {
    margin: 0 0 0px 0;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight:600;
    text-shadow: #000 0px 1px 2px;
    position: relative;
}
.terms_main {
    padding: 40px 0 40px 0;
    position: relative;
}
.terms_cont {
    background: #fff;
    padding: 14px 14px 14px 14px;
    border: 1px solid rgba(128,137,150,.1);
    box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    border-radius: 4px;
}
.terms_cont h2 {
    margin: 0 0 6px 0;
    font-size: 24px;
    font-weight: 600;
    color: #222;
    border-bottom: 1px solid #f3f3f3;
    padding: 0 0 6px 0;
}
.terms_cont h3 {
    margin: 0 0 6px 0;
    font-size:21px;
    font-weight:600;
    color: #222;
    border-bottom: 1px dashed #f3f3f3;
    padding: 0 0 6px 0;
}
.terms_cont h4 {
    margin: 0 0 6px 0;
    font-size:18px;
    font-weight:600;
    color: #102536;
    border-bottom: 1px dashed #f3f3f3;
    padding: 0 0 6px 0;
}
.terms_cont p {
    font-size: 13px;
    text-align: justify;
    line-height: 24px;
    margin: 0 0 7px 0;
}


/*css for destination page*/


/*css for spacial offers page*/

.spacial_banner {
    background-image: url(../images/spacial-offers.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 100px 0px;
    margin: 0px 0 0 0;
}
.spacial_banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000004d;
}
.spacial_banner_captions {
    position: relative;
}
.spacial_banner_captions h1 {
    margin: 0 0 12px 0;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight:600;
    text-shadow: #000 0px 1px 2px;
    position: relative;
    text-transform: capitalize;
}
.spacial_banner_captions h6 {
    margin: 0 0 34px 0;
    text-align: center;
    color: #fff;
    font-size: 22px;
    text-shadow: #000 0px 1px 2px;
    font-weight: 600;
    position: relative;
}


.desti_banner01 {
    background-image: url(../images/desti-banner01.html);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 100px 0px;
    margin: 0px 0 0 0;
}
.desti_banner01:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color:#00000000;
}
.desti_banner02 {
    background-image: url(../images/desti-banner02.html);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 100px 0px;
    margin: 0px 0 0 0;
}
.desti_banner02:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color:#00000000;
}
.desti_banner03 {
    background-image: url(../images/desti-banner03.html);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 100px 0px;
    margin: 0px 0 0 0;
}
.desti_banner03:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color:#00000000;
}
.desti_banner04 {
    background-image: url(../images/desti-banner04.html);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 100px 0px;
    margin: 0px 0 0 0;
}
.desti_banner04:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color:#00000000;
}
.desti_banner05 {
    background-image: url(../images/desti-banner05.html);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 100px 0px;
    margin: 0px 0 0 0;
}
.desti_banner05:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color:#00000000;
}
.desti_banner_captions {
    position: relative;
}
.desti_banner_captions h1 {
    margin: 0 0 16px 0;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    text-shadow: #000 0px 1px 2px;
    position: relative;
    text-transform: uppercase;
}
.desti_area {
    padding: 38px 0 38px 0;
    position: relative;
}
.desti_area_cont {
    background: #fff;
    padding: 14px 14px 14px 14px;
    border: 1px solid rgba(128,137,150,.1);
    box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    border-radius: 4px;
}
.desti_area_cont h2 {
    margin: 0 0 6px 0;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #f3f3f3;
    padding: 0 0 6px 0;
}
.desti_area_cont h3 {
    margin: 0 0 6px 0;
    font-size:22px;
    text-transform: capitalize;
    font-weight: 700;
    color: #102536;
    border-bottom: 1px dashed #f3f3f3;
    padding: 0 0 6px 0;
}
.desti_area_cont h4 {
    margin: 0 0 6px 0;
    font-size:20px;
    text-transform: capitalize;
    font-weight: 700;
    color: #102536;
    border-bottom: 1px dashed #f3f3f3;
    padding: 0 0 6px 0;
}
.desti_area_cont p {
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    margin: 0 0 7px 0;
}







@media only screen and (min-width:320px) and (max-width:360px) {
a.navbar-brand img {
    width: 44px;
    top: -24px;
}
.top_header_mail {
    display: none;
}
.top_header_toll {
    text-align: center;
}
.top_header_toll a {
    font-weight: 500;
}
.linking_navbar_main {
    background-color: #ffffff;
}
.nav-link {
    color: #333;
    text-shadow: none;
    margin: 11px 0 6px 0;
}
.linking_navbar_main {
    background-color: #ffffff;
}
.Side_calls p {
    color: #333;
    right: 0;
    text-shadow: none;
}
.Side_calls {
    margin: 13px 0 13px 0px;
    position: relative;
    width: 250px;
}
.main_banner {
    padding: 10px 0px 10px 0px;
    margin: 0px 0 0 0;
}
.main_banner_captions h6 {
    display: none;
}
.main_banner_captions h1 {
    font-size: 25px;
    line-height: 35px;
    margin: 4px 0 28px 0;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.about_area_cont {
    margin: 0px 0 0 0px;
    padding: 0 0 0 0;
}
.about_area_cont p {
    padding: 0 0 0 0px;
}
.testimonial_hd {
    text-align: center;
    width: 100%;
    margin: 0 auto 22px auto;
}
.testimonial {
    background: #fff;
    padding: 15px 16px 8px 16px;
    margin: 5px 3px 10px 2px;
    position: relative;
    box-shadow: 2px 1px 4px 0 #00000057;
    border-radius: 4px;
    height: auto;
}
.owl-theme .owl-controls {
    margin-top: 0px;
}
.why_choose_main {
    height: auto;
    margin: 0 0 14px 0;
    padding: 17px 16px 13px 72px;
}
.why_choose_main_cont h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    color: #2a1c54;
}
.about_banner {
    padding: 34px 0px 34px 0px;
    margin: 0px 0 22px 0;
}
.why_choose_main:after {
    display: none;
}
.why_choose_main_ico {
    margin: 0 0px 0px 9px;
}
.space-ptb {
    padding: 11px 0 10px 0;
}
.section-title .sub-title span:before {
    content: "";
    position: absolute;
    background: #ee562d;
    height: 3px;
    width: 90px;
    left: 0;
    top: 32px;
}
.destination-plan.text-center.position-relative {
    margin: 0 0 13px 0;
}
.why_choose {
    padding: 25px 0 20px 0;
}
.footer {
    padding: 36px 0 18px 0;
}
.footer_logo img {
    width: 197px;
    margin-top: -10px;
}
.footer_ct {
    margin: 22px 0 18px 0;
}
.use_full_link {
    padding: 0px 0px 20px 0px !important;
}
.footer_pay ul {
    padding: 0px 0px 0px 0px;
}
.footer_pay ul li img {
    margin-right: 7px;
    margin: 0 0 9px 0;
}
.our_news_cont {
    position: relative;
    padding: 30px 0px 0px 0;
    z-index: 9;
}
.our_news_right {
    position: relative;
    padding: 24px 0 30px 0px;
    z-index: 9;
}
.section-title .sub-title span {
    font-size: 19px;
    letter-spacing: 0.2px;
    line-height: 28px;
    margin: 0 0 17px 0;
}
.about_area {
    background: #fff;
    padding: 10px 0 2px 0;
    position: relative;
}
.ht_link ul li {
    display: inline-block;
    width: 100%;
    margin: 0 0 0px 0;
}
.ht_link {
    margin: 0 0 12px 0;
}
.payment_icons {
    text-align: left;
    padding-bottom: 19px;
    margin-top: 4px;
}
.des_gp_main {
    margin: 0 0 0 0 !important;
    padding: 0 15px 0 15px !important;
}
.demo {
    background: #ffffff;
    padding: 18px 0 19px 0;
    position: relative;
}
.contact_details_main {
    margin: 0 0 10px 0;
}
.contact_pg_tx button {
    width: 56%;
    padding: 5px 0px 6px 0px;
}
li.itag {
    display: none;
}

.spacial_banner {
    padding: 10px 0px 15px 0px;
    margin: 0 0 26px 0;
}
.privacy_banner {
    padding: 34px 0px 34px 0px;
}
.terms_banner {
    padding: 34px 0px 34px 0px;
}
.contact_banner {
    padding: 34px 0px 34px 0px;
}
.info-item {
    padding: 15px 16px;
    margin: 0 0 14px 0;
}
.contact-form {
    background: #ffffff;
    padding: 18px 12px 18px 12px;
    border-radius: 10px;
    box-shadow: 0px 1px 3px #ababab;
    margin: 13px 0 0 0;
}
.spacial_banner_captions h6 {
    display: none;
}
.spacial_banner_captions h1 {
    font-size: 25px;
    line-height: 35px;
    margin: 4px 0px 28px 0px;
}
.desti_banner01 {
    padding: 10px 0px 10px 0px;
    margin: 0px 0 0 0;
}
.desti_banner02 {
    padding: 10px 0px 10px 0px;
    margin: 0px 0 0 0;
}
.desti_banner03 {
    padding: 10px 0px 10px 0px;
    margin: 0px 0 0 0;
}
.desti_banner_captions h1 {
    font-size: 26px;
    line-height: 35px;
}
.main_header:after {
    display:none;
}
}

@media only screen and (min-width:360px) and (max-width:480px) {
a.navbar-brand img {
    width:160px;
    top: -21px;
}
.top_header_mail {
    display: none;
}
.top_header_toll {
    text-align: center;
}
.top_header_toll a {
    font-weight: 500;
}
.linking_navbar_main {
    background-color: #ffffff;
}
.nav-link {
    color: #333;
    text-shadow: none;
    margin: 11px 0 6px 0;
}
.linking_navbar_main {
    background-color: #ffffff;
}
.Side_calls p {
    color: #333;
    right: 0;
    text-shadow: none;
}
.Side_calls {
    margin: 13px 0 13px 0px;
    position: relative;
    width: 250px;
}
.main_banner {
    padding: 10px 0px 10px 0px;
    margin: 0px 0 0 0;
}
.main_banner_captions h6 {
    display: none;
}
.main_banner_captions h1 {
    font-size: 25px;
    line-height: 35px;
    margin: 4px 0 28px 0;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.about_area_cont {
    margin: 0px 0 0 0px;
    padding: 0 0 0 0;
}
.about_area_cont p {
    padding: 0 0 0 0px;
}
.testimonial_hd {
    text-align: center;
    width: 100%;
    margin: 0 auto 22px auto;
}
.testimonial {
    background: #fff;
    padding: 15px 16px 8px 16px;
    margin: 5px 3px 10px 2px;
    position: relative;
    box-shadow: 2px 1px 4px 0 #00000057;
    border-radius: 4px;
    height: auto;
}
.owl-theme .owl-controls {
    margin-top: 0px;
}
.why_choose_main {
    height: auto;
    margin: 0 0 14px 0;
    padding: 17px 16px 13px 72px;
}
.why_choose_main_cont h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    color: #2a1c54;
}
.about_banner {
    padding: 34px 0px 34px 0px;
    margin: 0px 0 22px 0;
}
.why_choose_main:after {
    display: none;
}
.why_choose_main_ico {
    margin: 0 0px 0px 9px;
}
.space-ptb {
    padding: 11px 0 10px 0;
}
.section-title .sub-title span:before {
    content: "";
    position: absolute;
    background: #ee562d;
    height: 3px;
    width: 90px;
    left: 0;
    top: 32px;
}
.destination-plan.text-center.position-relative {
    margin: 0 0 13px 0;
}
.why_choose {
    padding: 25px 0 20px 0;
}
.footer {
    padding: 36px 0 18px 0;
}
.footer_logo img {
    width: 197px;
    margin-top: -10px;
}
.footer_ct {
    margin: 22px 0 18px 0;
}
.use_full_link {
    padding: 0px 0px 20px 0px !important;
}
.footer_pay ul {
    padding: 0px 0px 0px 0px;
}
.footer_pay ul li img {
    margin-right: 7px;
    margin: 0 0 9px 0;
}
.our_news_cont {
    position: relative;
    padding: 30px 0px 0px 0;
    z-index: 9;
}
.our_news_right {
    position: relative;
    padding: 24px 0 30px 0px;
    z-index: 9;
}
.section-title .sub-title span {
    font-size: 19px;
    letter-spacing: 0.2px;
    line-height: 28px;
    margin: 0 0 17px 0;
}
.about_area {
    background: #fff;
    padding: 10px 0 2px 0;
    position: relative;
}
.ht_link ul li {
    display: inline-block;
    width: 100%;
    margin: 0 0 0px 0;
}
.ht_link {
    margin: 0 0 12px 0;
}
.payment_icons {
    text-align: left;
    padding-bottom: 19px;
    margin-top: 4px;
}

.demo {
    background: #ffffff;
    padding: 18px 0 19px 0;
    position: relative;
}
.contact_details_main {
    margin: 0 0 10px 0;
}
.contact_pg_tx button {
    width: 56%;
    padding: 5px 0px 6px 0px;
}
li.itag {
    display: none;
}

.spacial_banner {
    padding: 10px 0px 15px 0px;
    margin: 0 0 26px 0;
}
.privacy_banner {
    padding: 34px 0px 34px 0px;
}
.terms_banner {
    padding: 34px 0px 34px 0px;
}
.contact_banner {
    padding: 34px 0px 34px 0px;
}
.info-item {
    padding: 15px 16px;
    margin: 0 0 14px 0;
}
.contact-form {
    background: #ffffff;
    padding: 18px 12px 18px 12px;
    border-radius: 10px;
    box-shadow: 0px 1px 3px #ababab;
    margin: 13px 0 0 0;
}
.spacial_banner_captions h6 {
    display: none;
}
.spacial_banner_captions h1 {
    font-size: 25px;
    line-height: 35px;
    margin: 4px 0px 28px 0px;
}
.desti_banner01 {
    padding: 10px 0px 10px 0px;
    margin: 0px 0 0 0;
}
.desti_banner02 {
    padding: 10px 0px 10px 0px;
    margin: 0px 0 0 0;
}
.desti_banner03 {
    padding: 10px 0px 10px 0px;
    margin: 0px 0 0 0;
}
.desti_banner_captions h1 {
    font-size: 26px;
    line-height: 35px;
}
.main_header:after {
    display:none;
}
}

@media only screen and (min-width:480px) and (max-width:768px) {
a.navbar-brand img {
       width:160px;
    top: -24px;
}
.top_header_mail {
    display: none;
}
.top_header_toll {
    text-align: center;
}
.top_header_toll a {
    font-weight: 500;
}
.linking_navbar_main {
    background-color: #ffffff;
}
.nav-link {
    color: #333;
    text-shadow: none;
    margin: 11px 0 6px 0;
}
.linking_navbar_main {
    background-color: #ffffff;
}
.Side_calls p {
    color: #333;
    right: 0;
    text-shadow: none;
}
.Side_calls {
    margin: 13px 0 13px 0px;
    position: relative;
    width: 250px;
}
.main_banner {
    padding: 10px 0px 10px 0px;
    margin: 0px 0 0 0;
}
.main_banner_captions h6 {
    display: none;
}
.main_banner_captions h1 {
    font-size: 25px;
    line-height: 35px;
    margin: 4px 0 28px 0;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.about_area_cont {
    margin: 0px 0 0 0px;
    padding: 0 0 0 0;
}
.about_area_cont p {
    padding: 0 0 0 0px;
}
.testimonial_hd {
    text-align: center;
    width: 100%;
    margin: 0 auto 22px auto;
}
.testimonial {
    background: #fff;
    padding: 15px 16px 8px 16px;
    margin: 5px 3px 10px 2px;
    position: relative;
    box-shadow: 2px 1px 4px 0 #00000057;
    border-radius: 4px;
    height: auto;
}
.owl-theme .owl-controls {
    margin-top: 0px;
}
.why_choose_main {
    height: auto;
    margin: 0 0 14px 0;
    padding: 17px 16px 13px 72px;
}
.why_choose_main_cont h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    color: #2a1c54;
}
.about_banner {
    padding: 34px 0px 34px 0px;
    margin: 0px 0 22px 0;
}
.why_choose_main:after {
    display: none;
}
.why_choose_main_ico {
    margin: 0 0px 0px 9px;
}
.space-ptb {
    padding: 11px 0 10px 0;
}
.section-title .sub-title span:before {
    content: "";
    position: absolute;
    background: #ee562d;
    height: 3px;
    width: 90px;
    left: 0;
    top: 32px;
}
.destination-plan.text-center.position-relative {
    margin: 0 0 13px 0;
}
.why_choose {
    padding: 25px 0 20px 0;
}
.footer {
    padding: 36px 0 18px 0;
}
.footer_logo img {
    width: 197px;
    margin-top: -10px;
}
.footer_ct {
    margin: 22px 0 18px 0;
}
.use_full_link {
    padding: 0px 0px 20px 0px !important;
}
.footer_pay ul {
    padding: 0px 0px 0px 0px;
}
.footer_pay ul li img {
    margin-right: 7px;
    margin: 0 0 9px 0;
}
.our_news_cont {
    position: relative;
    padding: 30px 0px 0px 0;
    z-index: 9;
}
.our_news_right {
    position: relative;
    padding: 24px 0 30px 0px;
    z-index: 9;
}
.section-title .sub-title span {
    font-size: 19px;
    letter-spacing: 0.2px;
    line-height: 28px;
    margin: 0 0 17px 0;
}
.about_area {
    background: #fff;
    padding: 10px 0 2px 0;
    position: relative;
}
.ht_link ul li {
    display: inline-block;
    width: 100%;
    margin: 0 0 0px 0;
}
.ht_link {
    margin: 0 0 12px 0;
}
.payment_icons {
    text-align: left;
    padding-bottom: 19px;
    margin-top: 4px;
}
.des_gp_main {
    margin: 0 0 0 0 !important;
    padding: 0 15px 0 15px !important;
}
.demo {
    background: #ffffff;
    padding: 18px 0 19px 0;
    position: relative;
}
.contact_details_main {
    margin: 0 0 10px 0;
}
.contact_pg_tx button {
    width: 56%;
    padding: 5px 0px 6px 0px;
}
li.itag {
    display: none;
}

.spacial_banner {
    padding: 10px 0px 15px 0px;
    margin: 0 0 26px 0;
}
.privacy_banner {
    padding: 34px 0px 34px 0px;
}
.terms_banner {
    padding: 34px 0px 34px 0px;
}
.contact_banner {
    padding: 34px 0px 34px 0px;
}
.info-item {
    padding: 15px 16px;
    margin: 0 0 14px 0;
}
.contact-form {
    background: #ffffff;
    padding: 18px 12px 18px 12px;
    border-radius: 10px;
    box-shadow: 0px 1px 3px #ababab;
    margin: 13px 0 0 0;
}
.spacial_banner_captions h6 {
    display: none;
}
.spacial_banner_captions h1 {
    font-size: 25px;
    line-height: 35px;
    margin: 4px 0px 28px 0px;
}
.desti_banner01 {
    padding: 10px 0px 10px 0px;
    margin: 0px 0 0 0;
}
.desti_banner02 {
    padding: 10px 0px 10px 0px;
    margin: 0px 0 0 0;
}
.desti_banner03 {
    padding: 10px 0px 10px 0px;
    margin: 0px 0 0 0;
}
.desti_banner_captions h1 {
    font-size: 26px;
    line-height: 35px;
}
.main_header:after {
    display:none;
}
}