body {
	margin:0;
	padding:0;
	font-family: 'Poppins', sans-serif;
}
.top-left.h2-topleft ul li a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.2px;
}
ul#mobilemenu li a i {
    border: 1px solid #fff;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 21px;
    border-radius: 20px;
    color: #fff;
    font-size: 11px;
    margin: 0 2px 0 0;
}
.head_gp {
    margin:0 0 0 0;
    padding:0 0 0 0;
}
.top_header {
    background-color: #000;
    padding: 8px 0px 10px 0px;
    position: relative;
    z-index: 9;
}
.top_tall {
    position: relative;
}
.top_tall ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
}
.top_tall ul li {
    list-style: none;
    display: inline-block;
    margin: 0 6px 0 0;
}
.top_tall ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 0px 0px 2px #00000042;
    margin: 0 0px 0 -6px;
    display: block !important;
}
.top_tall ul li a i {
    background: #3b599800;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    margin-right: 4px;
    text-align: center;
    text-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    border-radius: 0px;
    padding: 0 10px 0 0px;
}
.top_social {
    position: relative;
    text-align: right;
}
.top_social ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
}
.top_social ul li {
    list-style: none;
    display: inline-block;
}
.top_social ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    text-shadow: 0px 0px 2px #00000042;
    margin: 0 -13px 0 0px;
    display: block !important;
}
.top_social ul li a i {
    background: #3b599800;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    margin-right: 4px;
    text-align: center;
    text-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    border-radius: 0px;
    padding: 0 10px 0 0px;
}

.main-banner {
    background-image: url(../images/main-banner03.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0 50px 0;
    margin: 0px 0 0 0;
}
.main-banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000001a;
}
.main-banner-captions {
    position: relative;
}
.main-banner-captions h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-shadow: #000 0px 1px 2px;
    margin: 0 0 0px 0;
    text-align: right;
}
.main-banner-captions h1 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-shadow: #000 0px 1px 2px;
    margin: 0 0 22px 0;
    text-align: right;
    line-height: 50px;
}
.top_destinations {
    padding: 33px 0 42px 0;
    position: relative;
    background: #f0fffec2;
}
.des_gp a {
    text-decoration:none;
}
.top_destinations_captions {
    text-align: center;
    margin-bottom:22px;
}
.top_destinations_captions h2 {
    color: #164b7a;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    line-height: normal;
    border-radius: 71px;
    padding: 0px 10px 0 10px;
    margin: 0 0 19px 0;
}
.top_destinations_captions h2:before {
    content: " ";
    position: absolute;
    top: 41px;
    left: 13px;
    width: 61px;
    height: 3px;
    background-color: #f7931c;
}
.top_destinations_captions h2 span {
    font-size: 24px;
    color: #f7931c;
}
.top_destinations_captions h2:after {
    position: absolute;
    content: '';
    left: 73px;
    bottom: -12px;
    background-color: #f7931c;
    background-size: cover;
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    transform: rotate(0deg);
    border-radius: 35px;
}
.dest_hding{
    margin-bottom:20px;
    text-align:center;
    font-family:'Asap', sans-serif;
}
 .dest_hding h3{
    color:#333;
}
 .dest_hding h3 span{
    color:#f15a22;
}
 .dest_hding p{
    color:#171717;
}
 .main_grid{
    display:table;
    position:relative;
    margin:0 auto;
    padding:0;
    width:100%;
    list-style:none;
    text-align:center;
    border:solid 1px #fff;
}
 .effect_img{
    background:#000;
    position:relative;
    overflow:hidden;
    text-align:center;
    cursor:pointer;
}
 .effect_img img{
    position:relative;
    display:block;
    min-height:100%;
    max-width:100%;
    height:300px;
    width:100%;
}
.effect_img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 16%);
    top: 0;
    left: 0;
    z-index: 1;
}
 .effect_img figcaption{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:0px;
    color:#fff;
    text-transform:uppercase;
    font-size:1.25em;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    z-index:2;
}
 .effect_img figcaption::after{
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    -webkit-transform:scale(1,0);
    transform:scale(1,0);
}
 .effect_img figcaption::before{
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    -webkit-transform:scale(0,1);
    transform:scale(0,1);
}
 .effect_img figcaption::before, .effect_img figcaption::after{
    position:absolute;
    top:30px;
    right:30px;
    bottom:30px;
    left:30px;
    content:'';
    opacity:0;
    -webkit-transition:opacity 0.35s, -webkit-transform 0.35s;
    transition:opacity 0.35s, transform 0.35s;
}
 .effect_img:hover img{
    opacity:0.4;
}
 .effect_img:hover figcaption::before, .effect_img:hover figcaption::after{
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1);
}
.effect_img figcaption h3 {
    margin-bottom: 0;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}
.des_gp2 {
    margin:0 0 0 0;
    padding:0 0 0 0;
}
 .effect_img h3{
    padding-top:29%;
    -webkit-transition:-webkit-transform 0.35s;
    transition:transform 0.35s;
    -webkit-transform:translate3d(0,-20px,0);
    transform:translate3d(0,-20px,0);
}
.effect_img p {
    margin: 0 0 6px 0;
    color: #f7931c;
    font-weight: 700;
    text-transform: uppercase;
}
.effect_img h4 {
    font-size: 13px;
    padding: 0 45px;
    line-height: 21px;
    font-weight: 300;
    color: #fff;
    text-shadow: #000 0px 1px 2px;
    text-transform: capitalize;
}
 .effect_img:hover h3, .effect_img:hover p{
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}
 .effect_img figcaption a{
    z-index:1000;
    text-indent:200%;
    white-space:nowrap;
    font-size:0;
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
 .why_img img {
     border-radius: 2px;
     border-top: 6px solid #f7931c;
     border-right: 6px solid #0b475e;
}

.blog-img img {
    overflow:hidden !important;
    transition:1s ease !important;
}
.blog-img {
    position: relative;
    overflow:hidden;
    transition:1s ease;
}
.blog-img img:hover {
    transform:scale(1.1, 1.1);
    transition:1s ease;
    border-radius:6px;
}
.blog-img span {
    position: absolute;
    top: 4px;
    right: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-shadow: #000 0px 1px 2px;
    z-index: 9;
}
.about_read_btn {

}
.about_left_list {
    margin: 18px 0 0 0;
}
.about_left_list ul {
    margin:0;
    padding:0;
    display:block;
}
.about_left_list ul li {
    display: inline-block;
    width: 49%;
    background: #0b475e;
    margin: 0 0 14px 0;
    padding: 5px 10px 7px 12px;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.about_left_list ul li i {
    background: #f7931c;
    color: #fff;
    margin: 0 6px 0px 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 2px;
    font-size:14px;
}
.h2-about {
    padding: 48px 0 52px 0;
    position: relative;
}
.blog-item {
    position: relative;
}
.blog-item:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000029;
    z-index: 1;
    border-radius: 6px;
}
.envelope {
    width: 70px;
    height: 70px;
    float: left;
    margin: 0 25px 0 0;
}
.social-icon {
    margin-top: 5px;
}
.social-icon h2 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.social-icon ul {
    padding: 0;
}
.social-icon ul li {
    list-style: none;
    display: inline-block;
    padding-right: 0px;
}
.social-icon ul li a {
    font-size: 18px;
    color: #ffffff;
}
.payment_icons {
    margin-bottom: 0px;
    margin-top: 43px;
    text-align:center;
}
.payment_icons {
    padding: 0px 0 0px 0;
    text-align: right;
}
.payment_icons ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.payment_icons ul li {
    display: inline-block;
    cursor: pointer;
    margin: 0 5px 12px 5px;
}
.footer_pay ul {
    margin: 0;
    padding: 0;
    display: block;
}
.footer_pay ul li {
    list-style: none;
    display: inline-block;
    margin: 5px 4px 0 0;
}
.footer_desclimer p {
    color: #fff;
    font-size: 13px;
    text-align: justify;
    line-height: 23px;
    padding: 16px 0 20px 0;
    border-top: 1px solid white;
    margin: 19px 0 0 0;
}
.needs_hp {
    border: dashed 1px #ffffff;
    padding: 6px 14px 6px 14px;
    border-radius: 6px;
    margin: 7px 0 0 0;
}
.needs_hp p a i {
    color: #fff;
    border: 1px solid white;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 20px;
    font-size: 15px;
}

.tollfree_footer {
    float: right;
}
.tollfree_footer a {
    color: #fff;
    background: #f7931c;
    font-size: 20px;
    font-weight: 600;
    border-radius: 40px;
    padding: 6px 12px 6px 12px;
    outline: 1px dashed #fff;
}
.tollfree_footer a span {

}
.tollfree_footer a i {
    
}


.qickes_link_toll h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 7px 0;
    color: #fff;
}
.needs_hp p {
    font-size: 13px;
    color: #fff;
    margin: 0px 0 0px 0;
}
.needs_hp p a {
    text-decoration: none;
    display: block;
    font-weight: 600;
    padding: 0px 0 0 0;
    color: #fff;
    font-size: 18px;
}

.about_pg_area {
    padding: 45px 0px 50px 0px;
    position: relative;
}
.contact-right input {
    width: 100%;
    height: 49px;
    background: #fff;
    padding: 0px 0 0 13px;
    border: 1px solid #d6d5d5;
    border-radius: 4px;
}
.contact-right h4 {
    margin: 0 0 14px 0;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.contact-list {
    padding: 48px 0px 44px 0;
}

.pb_banner {
    background-image:url(../images/privacy-banner.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    z-index: 1;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.pb_banner:before {
    content:" ";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#00000021;
    z-index:9;
}
.pb_title {
    position: relative;
    z-index: 99;
}
.pb_title h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 3px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-shadow: #000 0px 1px 2px;
}
.pb_title ul li {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}
.pb_title ul li:last-child {
  margin-right: 0;
}
.pb_title ul li:last-child a {
  color: #f7931c;
}
.pb_title li:last-child:before {
  content: "|";
  margin-right: 10px;
  color: #fff;
  font-weight: 500;
}
.pb_title li a {
  font-size:16px;
  color: #fff;
  font-weight:500;
  text-shadow:#000 0px 1px 2px;
}

.h2-privacy {
    padding: 35px 0 35px 0;
    position: relative;
    background: #f9f9f9;
}
.privacy_cont h2 {
    margin: 0 0 5px 0;
    font-size: 24px;
    font-weight: 600;
    color: #f7931c;
    position: relative;
    line-height: normal;
}
.privacy_cont h3 {
    margin: 0 0 5px 0;
    font-size: 21px;
    font-weight:600;
    color: #0b475e;
    position: relative;
    line-height: normal;
    background: #f6ffff;
    padding: 0px 1px 0px 6px;
    border-left: 4px solid #f7931c;
}
.privacy_cont h4 {
    margin: 0 0 5px 0;
    font-size:18px;
    font-weight:600;
    color: #0b475e;
    position: relative;
    line-height: normal;
    background: #faffff;
    padding: 0px 1px 0px 6px;
    border-left: 4px solid #f7931c;
}
.privacy_cont p {
    font-size: 13px;
    color: #333;
    margin: 0 0 7px 0;
}



.terms_banner {
    background-image:url(../images/terms-banner.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    z-index: 1;
    position: relative;
    padding-top:50px;
    padding-bottom:50px;
}
.terms_banner:before {
    content:" ";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#00000021;
    z-index:9;
}
.terms_title {
    position: relative;
    z-index: 99;
}
.terms_title h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 3px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-shadow: #000 0px 1px 2px;
}
.terms_title ul li {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}
.terms_title ul li:last-child {
  margin-right: 0;
}
.terms_title ul li:last-child a {
  color: #f7931c;
}
.terms_title li:last-child:before {
  content: "|";
  margin-right: 10px;
  color: #fff;
  font-weight: 500;
}
.terms_title li a {
  font-size:15px;
  color: #fff;
  font-weight:500;
  text-shadow:#000 0px 1px 2px;
}

.h2-terms {
    padding: 35px 0 35px 0;
    position: relative;
    background: #f9f9f9;
}
.terms_cont h2 {
    margin: 0 0 5px 0;
    font-size: 24px;
    font-weight: 600;
    color: #f7931c;
    position: relative;
    line-height: normal;
}
.terms_cont h3 {
    margin: 0 0 5px 0;
    font-size: 21px;
    font-weight:600;
    color: #0b475e;
    position: relative;
    line-height: normal;
    background: #faffff;
    padding: 0px 1px 0px 6px;
    border-left: 4px solid #f7931c;
}
.terms_cont h4 {
    margin: 0 0 5px 0;
    font-size:18px;
    font-weight:600;
    color: #0b475e;
    position: relative;
    line-height: normal;
    background: #faffff;
    padding: 0px 1px 0px 6px;
    border-left: 4px solid #f7931c;
}
.terms_cont p {
    font-size: 13px;
    color: #333;
    margin: 0 0 7px 0;
}

.desti-banner01 {
    background-image: url(../images/desti-banner01.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0 52px 0;
}
.desti-banner01:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}
.desti-banner02 {
    background-image: url(../images/desti-banner02.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0 52px 0;
}
.desti-banner02:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}
.desti-banner03 {
    background-image: url(../images/desti-banner03.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0 52px 0;
}
.desti-banner03:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}
.desti-banner04 {
    background-image: url(../images/desti-banner04.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0 52px 0;
}
.desti-banner04:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}
.desti-banner-captions {
    position: relative;
    margin: 48px 0 0 0;
}
.desti-banner-captions h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-shadow: #000 0px 1px 2px;
    margin: 0 0 0px 0;
    text-align: right;
}
.h2-desti {
    padding: 35px 0 35px 0;
    position: relative;
    background: #f9f9f9;
}
.desti_cont h2 {
    margin: 0 0 5px 0;
    font-size: 24px;
    font-weight: 600;
    color: #f7931c;
    position: relative;
    line-height: normal;
}
.desti_cont h3 {
    margin: 0 0 5px 0;
    font-size: 21px;
    font-weight:600;
    color: #0b475e;
    position: relative;
    line-height: normal;
    background: #faffff;
    padding: 0px 1px 0px 6px;
    border-left: 4px solid #f7931c;
}
.desti_cont h4 {
    margin: 0 0 5px 0;
    font-size:18px;
    font-weight:600;
    color: #0b475e;
    position: relative;
    line-height: normal;
    background: #faffff;
    padding: 0px 1px 0px 6px;
    border-left: 4px solid #f7931c;
}
.desti_cont p {
    font-size: 13px;
    color: #333;
    margin: 0 0 7px 0;
}

.widget.footer-menu ul li {
    display: block;
    margin: 0 26px 0px 0;
}
.widget.about-info p {
    text-align: justify;
    padding: 0 13px 0 0px;
    font-size: 13px;
    line-height: 23px;
}
.footer-widget {
    margin: 11px 0 0 0;
}

.footer_des {
    margin: 0px 0 0 0;
}
.footer_des h3 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    margin:0px 0 0px 0;
}
/*.footer_des h3:before {
    content: " ";
    position: absolute;
    top: 35px;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: #f7931c;
}
.footer_des h3:after {
    content: " ";
    position: absolute;
    top: 33px;
    left: 60px;
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 25px;
}*/
.footer_pay {
    margin: 4px 0 1px 0;
    position: relative;
    text-align: center;
}
.footer_des_link {
    margin-top:0px;
}
.footer_des_link ul li {
    display: inline-block;
    margin: 0 26px 0px 0;
}
.footer_des_link li a {
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.custom_row_footer {
    margin: 18px -1px 0 -1px;
    background: #0b475e;
    border-radius: 4px;
    padding: 10px 0 10px 0;
}


@media only screen and (min-width:320px) and (max-width:360px) {
#responsive-menu {
    position: absolute !important;
    top: 0px !important;
    right: 0 !important;
}
.seori-header {
    padding: 0 0 4px 0;
}
.logo a img {
    width: 198px;
    margin: -10px 0 0 0;
}
.slicknav_btn {
    background-color: #0b475e !important;
    margin: 5px 5px 10px !important;
}
.slicknav_nav {
    background: #0b475e !important;
    width: 100% !important;
    padding: 7px 12px !important;
}
.des_gp2 {
    margin: 0;
    padding: 0 15px 0px 15px;
}
.des_gp3 {
    margin: 0;
    padding: 0 15px 5px 15px;
}
.des_gp {
    margin: 0;
    padding: 0 0px 0px 0px;
}
.main-banner-captions h4 {
    display: none;
}
.main-banner {
    padding: 42px 0 16px 0;
}
.main-banner-captions h1 {
    display: none;
}
.payment_icons {
    display: none;
}
.section-title h2:before {
    display: none;
}
.section-title h2:after {
    display: none;
}
.section-padding {
    padding: 36px 0px 10px 0;
}
.section-title {
    margin-bottom: 31px;
}
.section-title h2 span {
    font-size: 22px;
    color: #f7931c;
}
.service-item {
    height: auto;
}
.destinations_hd h2:before {
    display:none;
}
.destinations_hd h2:after {
    display:none;
}
.destinations_hd h2 span {
    font-size: 20px;
    color: #f7931c;
}
.destinations_hd {
    margin-bottom: 30px;
}
.remb-30 {
    margin-bottom: 0px !important;
}
.h2-about {
    padding: 8px 0 0px 0 !important;
    position: relative;
}
.about-left h2:before {
    display:none;
}
.about-left h2:after {
    display:none;
}
.about-left p {
    margin-top: 4px;
    margin-bottom: 10px;
}
.about_left_list ul li {
    width: 100%;
}
.review {
    padding: 40px 0 34px 0;
}
.subscribe-bg {
    padding: 6px 0 8px 0 !important;
}
.envelope {
    float: none;
    margin: 0 auto 9px auto;
}
.subscribe-left {
    text-align: center;
    margin-bottom: 8px !important;
}
.subscribe-box button {
    width: 54px !important;
}
.footer-widget {
    margin: 0 0 18px 0;
    position: relative;
}
.mmbe-30 {
    margin-bottom: 0px !important;
}
.footer_pay ul li { 
    margin: 0 4px 7px 0;
}
.footer_pay {
    text-align: center;
}
.footer {
    padding-top: 34px;
    padding-bottom: 17px;
}
.custom_row_footer {
    margin: 0px 0px 19px 0px;
    background: #0a313f;
    border-radius: 4px;
    padding: 10px 0 10px 0;
}
.ab_banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.ab_banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.about_pg_area {
    padding: 30px 0px 36px 0px;
    position: relative;
}
.cb-banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.cb-banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.rtmb-30 {
    margin-bottom: 14px !important;
}
.contact-list {
    padding: 36px 0px 32px 0 !important;
}
.contact-right .form-group {
    margin-bottom: 10px;
}
.contact-form {
    padding-bottom: 36px;
}
.pb_banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.pb_banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.h2-privacy {
    padding: 28px 0 30px 0;
}
.terms_banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.terms_banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.terms_title h2 {
    font-size: 22px;
}
.h2-terms {
    padding: 28px 0 30px 0;
}
.desti-banner-captions {
    position: relative;
    margin: 0px 0 0 0;
}
.desti-banner01 {
    padding: 43px 0 18px 0;
}
.desti-banner02 {
    padding: 43px 0 18px 0;
}
.desti-banner03 {
    padding: 43px 0 18px 0;
}
.desti-banner04 {
    padding: 43px 0 18px 0;
}
.desti-banner05 {
    padding: 43px 0 18px 0;
}
.desti-banner-captions h1 {
    display: none;
}
.h2-desti {
    padding: 25px 0 22px 0;
}
.top_social {
    position: relative;
    text-align: right;
    display: none;
}
.top_tall {
    position: relative;
    text-align: center;
}
.top_tall ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0px 0 0;
}
.top_tall ul li a {
    margin: 0 0px 0 0px;
    font-size:15px;
}
.top_destinations_captions h2:before {
    display: none;
}
.top_destinations_captions h2:after {
    display: none;
}
}




@media only screen and (min-width:360px) and (max-width:480px) {
#responsive-menu {
    position: absolute !important;
    top: 0px !important;
    right: 0 !important;
}
.seori-header {
    padding: 0 0 4px 0;
}
.logo a img {
    width: 198px;
    margin: -10px 0 0 0;
}
.slicknav_btn {
    background-color: #0b475e !important;
    margin: 5px 5px 10px !important;
}
.slicknav_nav {
    background: #0b475e !important;
    width: 100% !important;
    padding: 7px 12px !important;
}
.des_gp2 {
    margin: 0;
    padding: 0 15px 0px 15px;
}
.des_gp3 {
    margin: 0;
    padding: 0 15px 5px 15px;
}
.des_gp {
    margin: 0;
    padding: 0 0px 0px 0px;
}
.main-banner-captions h4 {
    display: none;
}
.main-banner {
    padding: 42px 0 16px 0;
}
.main-banner-captions h1 {
    display: none;
}
.payment_icons {
    display: none;
}
.section-title h2:before {
    display: none;
}
.section-title h2:after {
    display: none;
}
.section-padding {
    padding: 36px 0px 10px 0;
}
.section-title {
    margin-bottom: 31px;
}
.section-title h2 span {
    font-size: 22px;
    color: #f7931c;
}
.service-item {
    height: auto;
}
.destinations_hd h2:before {
    display:none;
}
.destinations_hd h2:after {
    display:none;
}
.destinations_hd h2 span {
    font-size: 20px;
    color: #f7931c;
}
.destinations_hd {
    margin-bottom: 30px;
}
.remb-30 {
    margin-bottom: 0px !important;
}
.h2-about {
    padding: 8px 0 0px 0 !important;
    position: relative;
}
.about-left h2:before {
    display:none;
}
.about-left h2:after {
    display:none;
}
.about-left p {
    margin-top: 4px;
    margin-bottom: 10px;
}
.about_left_list ul li {
    width: 100%;
}
.review {
    padding: 40px 0 34px 0;
}
.subscribe-bg {
    padding: 6px 0 8px 0 !important;
}
.envelope {
    float: none;
    margin: 0 auto 9px auto;
}
.subscribe-left {
    text-align: center;
    margin-bottom: 8px !important;
}
.subscribe-box button {
    width: 54px !important;
}
.footer-widget {
    margin: 0 0 18px 0;
    position: relative;
}
.mmbe-30 {
    margin-bottom: 0px !important;
}
.footer_pay ul li { 
    margin: 0 4px 7px 0;
}
.footer_pay {
    text-align: center;
}
.footer {
    padding-top: 34px;
    padding-bottom: 17px;
}
.custom_row_footer {
    margin: 0px 0px 19px 0px;
    background: #0a313f;
    border-radius: 4px;
    padding: 10px 0 10px 0;
}
.ab_banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.ab_banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.about_pg_area {
    padding: 30px 0px 36px 0px;
    position: relative;
}
.cb-banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.cb-banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.rtmb-30 {
    margin-bottom: 14px !important;
}
.contact-list {
    padding: 36px 0px 32px 0 !important;
}
.contact-right .form-group {
    margin-bottom: 10px;
}
.contact-form {
    padding-bottom: 36px;
}
.pb_banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.pb_banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.h2-privacy {
    padding: 28px 0 30px 0;
}
.terms_banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.terms_banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.terms_title h2 {
    font-size: 22px;
}
.h2-terms {
    padding: 28px 0 30px 0;
}
.desti-banner-captions {
    position: relative;
    margin: 0px 0 0 0;
}
.desti-banner01 {
    padding: 43px 0 18px 0;
}
.desti-banner02 {
    padding: 43px 0 18px 0;
}
.desti-banner03 {
    padding: 43px 0 18px 0;
}
.desti-banner04 {
    padding: 43px 0 18px 0;
}
.desti-banner05 {
    padding: 43px 0 18px 0;
}
.desti-banner-captions h1 {
    display: none;
}
.h2-desti {
    padding: 25px 0 22px 0;
}
.top_social {
    position: relative;
    text-align: right;
    display: none;
}
.top_tall {
    position: relative;
    text-align: center;
}
.top_tall ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0px 0 0;
}
.top_tall ul li a {
    margin: 0 0px 0 0px;
    font-size:15px;
}
.top_destinations_captions h2:before {
    display: none;
}
.top_destinations_captions h2:after {
    display: none;
}
}




@media only screen and (min-width:480px) and (max-width:768px) {
#responsive-menu {
    position: absolute !important;
    top: 0px !important;
    right: 0 !important;
}
.seori-header {
    padding: 0 0 4px 0;
}
.logo a img {
    width: 198px;
    margin: -10px 0 0 0;
}
.slicknav_btn {
    background-color: #0b475e !important;
    margin: 5px 5px 10px !important;
}
.slicknav_nav {
    background: #0b475e !important;
    width: 100% !important;
    padding: 7px 12px !important;
}
.des_gp2 {
    margin: 0;
    padding: 0 15px 0px 15px;
}
.des_gp3 {
    margin: 0;
    padding: 0 15px 5px 15px;
}
.des_gp {
    margin: 0;
    padding: 0 0px 0px 0px;
}
.main-banner-captions h4 {
    display: none;
}
.main-banner {
    padding: 42px 0 16px 0;
}
.main-banner-captions h1 {
    display: none;
}
.payment_icons {
    display: none;
}
.section-title h2:before {
    display: none;
}
.section-title h2:after {
    display: none;
}
.section-padding {
    padding: 36px 0px 10px 0;
}
.section-title {
    margin-bottom: 31px;
}
.section-title h2 span {
    font-size: 22px;
    color: #f7931c;
}
.service-item {
    height: auto;
}
.destinations_hd h2:before {
    display:none;
}
.destinations_hd h2:after {
    display:none;
}
.destinations_hd h2 span {
    font-size: 20px;
    color: #f7931c;
}
.destinations_hd {
    margin-bottom: 30px;
}
.remb-30 {
    margin-bottom: 0px !important;
}
.h2-about {
    padding: 8px 0 0px 0 !important;
    position: relative;
}
.about-left h2:before {
    display:none;
}
.about-left h2:after {
    display:none;
}
.about-left p {
    margin-top: 4px;
    margin-bottom: 10px;
}
.about_left_list ul li {
    width: 100%;
}
.review {
    padding: 40px 0 34px 0;
}
.subscribe-bg {
    padding: 6px 0 8px 0 !important;
}
.envelope {
    float: none;
    margin: 0 auto 9px auto;
}
.subscribe-left {
    text-align: center;
    margin-bottom: 8px !important;
}
.subscribe-box button {
    width: 54px !important;
}
.footer-widget {
    margin: 0 0 18px 0;
    position: relative;
}
.mmbe-30 {
    margin-bottom: 0px !important;
}
.footer_pay ul li { 
    margin: 0 4px 7px 0;
}
.footer_pay {
    text-align: center;
}
.footer {
    padding-top: 34px;
    padding-bottom: 17px;
}
.custom_row_footer {
    margin: 0px 0px 19px 0px;
    background: #0a313f;
    border-radius: 4px;
    padding: 10px 0 10px 0;
}
.ab_banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.ab_banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.about_pg_area {
    padding: 30px 0px 36px 0px;
    position: relative;
}
.cb-banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.cb-banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.rtmb-30 {
    margin-bottom: 14px !important;
}
.contact-list {
    padding: 36px 0px 32px 0 !important;
}
.contact-right .form-group {
    margin-bottom: 10px;
}
.contact-form {
    padding-bottom: 36px;
}
.pb_banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.pb_banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.h2-privacy {
    padding: 28px 0 30px 0;
}
.terms_banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.terms_banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.terms_title h2 {
    font-size: 22px;
}
.h2-terms {
    padding: 28px 0 30px 0;
}
.desti-banner-captions {
    position: relative;
    margin: 0px 0 0 0;
}
.desti-banner01 {
    padding: 43px 0 18px 0;
}
.desti-banner02 {
    padding: 43px 0 18px 0;
}
.desti-banner03 {
    padding: 43px 0 18px 0;
}
.desti-banner04 {
    padding: 43px 0 18px 0;
}
.desti-banner05 {
    padding: 43px 0 18px 0;
}
.desti-banner-captions h1 {
    display: none;
}
.h2-desti {
    padding: 25px 0 22px 0;
}
.top_social {
    position: relative;
    text-align: right;
    display: none;
}
.top_tall {
    position: relative;
    text-align: center;
}
.top_tall ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0px 0 0;
}
.top_tall ul li a {
    margin: 0 0px 0 0px;
    font-size:15px;
}
.top_destinations_captions h2:before {
    display: none;
}
.top_destinations_captions h2:after {
    display: none;
}
}



