:root
{
    --primary-color:#ff6e19;
    --white:#ffffff;
    --red:#ff6e19;
    --yellow:#FFD801;
    --bg-color:#fefee2;
    --menu-color:#161921;
/*    --main-bt-color:*/
    --common-color:#ff6e19;
}
p{
        text-align: justify;
    line-height: 26px;
    font-size: 14px;
}
body
{
     font-family: "Open Sans", sans-serif;
}
header {
    border-bottom: 1px solid #00000017;
}
section.inner_section2.table_card
{
    padding-top: 0px;
}
.content_card_ratting p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0px;
}
::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff!important;
}

::placeholder {
  color: #fff!important;
}
.navbar .nav-item .dropdown-menu {
    display: none;
}

.navbar .nav-item:hover .dropdown-menu {
    display: block;
}

.navbar .nav-item .dropdown-menu {
    margin-top: 0;
}
.navbar-nav .dropdown-menu {
    margin-top: 0;
    border-radius: 0px;
    padding: 0px;
    background: #ff8400;
    color: #fff;
}

li.dropdown-item a,
li.dropdown-submenu a {
    color: #ffffff;

}



li.dropdown-item a:hover,
li.dropdown-submenu a:hover {
    color: #000000;
    background: transparent !important;
}

li.dropdown-submenu,
li.dropdown-item {
    background: transparent !important;
}



.dropdown-submenu {
    position: relative;
}

/*
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}
*/

.dropdown-submenu:hover .dropdown-menu {
    display: inline-block !important;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;

}

section:nth-child(even) {
    background: #ff6e190d;
    padding: 30px 0px;
    margin: 30px 0px;
}

.headings h2 {
    font-size: 24px;
}

.headings {
    padding-top: 0px;
    text-align: center;
    font-size: 2px;
}
.owl-carousel .owl-stage-outer
{
    z-index: 999;
}
.owl-carousel .owl-nav span,
.owl-carousel .owl-nav span:hover{
    font-size: 55px;
  color: #000;
    height: 0;
    width: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
}

.owl-carousel.owl-theme .owl-nav button.owl-next, .owl-carousel.owl-theme .owl-nav button.owl-prev {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    width: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    position: absolute;
    z-index: 999999999;
   box-shadow: 1px 0px 2px #00000070;
}

.owl-theme .owl-nav {
    margin-top: 10px;

    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-next {
   

    right: 0;
}


.owl-carousel .owl-nav button.owl-prev {
   
  
    left: 0;
}

/*--- Reset ---*/

a
{
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

button
{
    outline:none;
}

.owl-nav.disabled {
    display: block !important;
}
#navmenu {
    justify-content: right;
}

li.nav-item.google_translate {
    margin-left: 20px;
}

.nav-link {
    color: var(--menu-color);
    font-weight: 600;
 line-height: 36px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 15px;
}

.nav-link:hover{
    color: #ff6e19;
}


.banner_form form {
    background: #ff6e19;
    padding: 20px;
    border-radius: 5px;
}
.action_links a {
    background: var(--red);
    color: var(--white) !important;
    margin-left: 15px;
    text-align: center;
    padding: 8px 15px !important;
    display: inline-block;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    line-height: 35px;
    margin: 0px;
}


section.section3.book_now {
    background: transparent;
    padding: 0px;
}



/*-- Banner Form --*/

/*

.banner_slide .owl-nav span {
    font-size: 80px;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .6);
        line-height: 0;
}
*/




.banner_slide .item img
{
   width: 100%;
    height: 400px;
    object-fit: cover; 
}


.banner_form h3 {
    font-size: 20px;
    color: #ffff;
    /* padding-top: 1%; */
    margin: 0px 0px 20px;
}
.captions {
    padding: 0px 70px;
}

/*
.banner_slide .owl-nav .owl-prev {

      padding: 20px 50px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin: 0px !important;
}

.banner_slide .owl-nav .owl-next
{
    
  
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 20px 50px;
    margin: 0px !important;
}
*/
.table_card td {
    vertical-align: middle;
}
.table_card
{
    margin-bottom: 0px!important;
}

.banner_form {
        margin-bottom: 45px;

    display: inline-block;
    width: 100%;
    margin-top: -6%;
 padding: 0px 40px;
    position: relative;
    z-index: 999;
}
.about_data a {
    background: var(--red);
    display: inline-block;
    padding: 5px 15px;
    color: #fff !important;
    border-radius: 5px;
    min-width: 125px;
    text-align: center;
}

.form-bx .form-control {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #fff;
    padding: 0px;
    color: #fff;
}

.form-bx .form-group {
    width: 100%;
    padding-right: 20px;
}

span.call_now {
    float: right;
    font-size: 23px;
}

.form-bx {
    align-items: center;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

.form-group {
    width: 100%;
}

.btn_group button {
    border: 0px;
    border-radius: 4px;
    min-width: 150px;
    background: #ffffff;
    height: 44px;
    padding: 0px 20px;
    font-weight: 600;
}
/*--- Custom ---*/



.main_menu {
    /* background: var(--primary-color); */
    box-shadow: 0px 0px 3px #0000004d;
}




.main_menu .img-responsive {
    max-width: 80px;
}


.ribben_line {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.banner_slide .item
{
    position: relative;
}

.overlay_wrap {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: #0000004f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}


.banner_slide h1
{
    white-space: nowrap;
    font-size:52px;
    line-height: 65px;
    font-weight: 700;
  margin-bottom: 40px;
    transition: none 0s ease 0s;
  
 
    text-transform: uppercase;
}

.banner_slide h3
{
    font-size: 27px;
}

.banner_slide h3 span {
    display: inline-block;
    width: 175px;
    background: #fff;
    height: 1px;
    vertical-align: middle;
    margin: 0px 45px;
}

.banner_slide p{
    margin: 20px 0px 30px;
    font-size: 20px;
}


/*--- Section 2 ---*/
.package_wrap {
    display: inline-block;
    width: 100%;
}




.box-package .item img {
    max-width: 100%;
    border-radius: 10px;
}

.box-package .item .days-nights {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
}


.img_wrap {
position: relative;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
    max-height: 400px;
}
.box-package .item .days-nights {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px 0px;
}

.box-package h3 {
    color: #424242;
    width: 100%;
    display: inline-block;
    padding: 12px 0 0;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
}
.box-package .price-text {
    display: block;
    color: var(--red);
    font-weight: 500;
  
    font-size: 17px;
}

.box-package .price-text span {
    color: #000;
    font-size: 13px;
    font-weight: 400;
}

a.btn_links {
    display: block;
    border: 1px solid var(--red);
    background: var(--red);
    color: var(--white);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 7px 25px 6px;
    text-transform: uppercase;
    margin-top: 10px;
    height: 45px;
    line-height: 30px;
}



.package_slide .owl-nav .owl-prev {


}

.package_slide .owl-nav .owl-next
{
    

}


}
.package_slide .owl-nav {

}

/*--- Section 3 ---*/

.img_slide {

  
}

.img_slide_link
{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: left;
    padding: 0px 75px;
        background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .3) 48%, rgba(0, 0, 0, 0) 59.65%);
    text-align: left;
}

.title-wrap {
    border-left: 3px solid var(--red);
    margin-bottom: 14px;
    padding: 3px 0 3px 12px;
}
.full_img_slide h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 35.2px;
 
    margin-bottom: 0;
}

.full_img_slide h3 {
    font-size: 16px;
    margin-bottom: 5px;
    padding-bottom: 0;
}

.full_img_slide {
    padding-top: 50px;
}
.full_img_slide .item {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

ul.listed_sites {
    padding: 0px;
    list-style: none;
    display: inline-flex;
    align-items: center;
    margin: 0px;
}

listed_sites li:after{
        display: inline-block;
    width: 3px;
    height: 3px;
    content: "";
    opacity: .5;
    background: #FFF;
    vertical-align: middle;
    margin: 0 5px;
}

p.tour_info {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
        margin-top: 10px;
}


.main_btn{
            margin-top: 32px;
    height: 40px;
    background: var(--red);
   min-width: 132px;
    border-radius: 5px;
    color: var(--white)
}

.full_img_slide small{
        display: block;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    opacity: .5;
    margin-top: 10px;
    text-align: right;
    padding-right: 10px;
}

/*--section4 --*/

.wrap_cards_call h3 {
    font-size: 17px;
    color: #000;
    margin: 20px 0px 15px;
}

span.save_now_batch {
    display: flex;
    position: absolute;
    z-index: 3;
    width: max-content;
    background: linear-gradient(93deg, #ff7b26, #ec048c);
    margin-top: 15px;
    height: 22px;
    align-items: center;
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 8px;
}

small.daysnight {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin-right: 5px;
}
span.final_price {
    display: flex;
    align-items: center;
    color: #202020;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-right: 5px;
}

span.cut_price {
    display: flex;
    align-items: center;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: line-through;
        margin: 0px 10px;
}

span.save_now {
    display: flex;
    align-items: center;
    padding: 5px 2px;
    color: #0b822a;
    font-size: 9px;
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;
    background: linear-gradient(90deg, rgba(11, 130, 42, .11) 3.64%, rgba(11, 130, 42, .1));
    display: inline-block;
    padding: 3px 5px;
}

a.call_packages {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    border-radius: 7px;
    border: 1px solid #ff6e19;
    background: #fff;
    color:#ff6e19;
    font-size: 14px;
    font-weight: 600;
    width: 51px;
    font-size: 24px;
}

a.view_packages {
    color: #fff;
    width: calc(100% - 61px);
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    border-radius: 7px;
    border: 1px solid #ff6e19;
    background: #ff6e19;
}
small.dotss {
    background: #515151;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 0px 0px 0px 5px;
}

.min_batch {
    background: linear-gradient(93deg, #ff7b26, #ec048c);
    display: inline-block;
    font-size: 9px;
    color: #fff;
    border-radius: 10px;
    padding: 3px 10px;
}
.route_details p {
    margin: 0px;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #515151;
    /* width: max-content; */
}

.action_links_btns {
    display: inline-flex;
    width: 100%;
    align-items: center;
        margin-top: 15px;
    justify-content: space-between;
}

.price-text {
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    justify-content: left;
}
.route_details {
    display: flex;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 186, 10, .1), rgba(255, 186, 10, 0));
    position: relative;
    border-radius: 5px;
    margin-bottom: 2px;
    padding: 5px 5px;
    overflow: hidden;
}

.form-bx .btn_group {
    min-width: 185px;
    text-align: right;
}

.daysbadge {
    display: inline-flex;
    align-items: center;
    background: #ff6e19;
    border-radius: 13px;
    color: #fff;
    position: absolute;
    right: 5px;
    z-index: 1;
    font-weight: bold;
    bottom: 10px;
    padding: 5px 10px;
}
.daysbadge img {
    width: 30px !important;
    height: 30px;
    margin-right: 5px;
}
 

/*-- section5 --*/

/*
.package_links {
    background: var(--bg-color);
}
*/

.listings_links li
{
    padding: 10px 0px;
}
.listings_links li a
{
    color: #000;
}

/*-- Section 6 --*/

.wrap_cards h5 {
    color: #212220;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 4px;
}

.wrap_cards p
{
    margin: 0px;
/*    font-size: 16px;*/
}

.fig_content {
    padding-left: 20px;
}

.wrap_cards {
    display: inline-flex;
    align-items: center;
    justify-content: left;
        padding: 30px 0px;
}


/*section7*/

.package_grid_img img {
    width: 100%;
}

a.col_img {
    position: relative;
       transition: 0.6s;
    overflow: hidden;
}

a.col_img .package_grid_img img{
    width: 100%;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
a.col_img:hover .package_grid_img img{
  -webkit-transform: scale(1.08);
    transform: scale(1.08);
      -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.wrap_gimg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #00000021;
    /* height: 100%; */
    padding: 30px;
}
.common_colls {
    margin-bottom: 20px;
}

.common_colls .text-white {
    margin: 0px;
}

a.col_img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
/*-- section9 --*/

a.link_btn {
    background: var(--red);
    display: inline-block;
    padding: 5px 15px;
    color: #fff !important;
    border-radius: 5px;
    min-width: 125px;
    text-align: center;
}

.table_card a
{
    color: #000;
}

/*-- Footer -- */

footer
{
    background: #0E1E2C;
}

.address li {
    color: #fff;
    display: inline-block;
    width: 100%;
    margin: 3px 0px;
    font-size: 14px;
    line-height: inherit;
}

.read_more_card .readmore {
    text-align: left;
    text-decoration: none;
    font-size: .9rem;
    /* color: #1e6047; */
    display: block;
    padding: .2rem 0;
    font-weight: 500;
    margin-top: -0.2rem;
    /* background: #ddd; */
    display: inline-block;
    float: left;
    margin: 10px 0px;
}
.about_data {
    text-align: left;
}
/*
.inner_contents p {
    font-size: 15px;
    line-height: inherit;
}
*/
.about_us p {
    line-height: 27px;
}
.contents_hide_cards
{
    margin: 25px 0px;
}
.table_card td:last-child {
    text-align: center;
}
.group_btns_slide {
    text-align: center;
    margin-top: 28px;
}

.group_btns_slide button {
    background: transparent;
    border: 0px;
    box-shadow: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ff6e19;
}

.about_data h4 {
    text-align: left;
    font-size: 22px !important;
    line-height: 35px;
    margin-bottom: 7px;
    font-weight: 600;
    color: #ff6e19;
}
.read_more_card .readmore:after{
    content: "";
    display: none;
}

.read_more_card .readmore.show span:first-child {
    display: inline;
        color: #ff6e19;
}

.read_more_card .readmore.show span:last-child {
    display: none;
        color: #ff6e19;
}

.read_more_card .readmore:not(.show) span:first-child {
    display: none;
        color: #ff6e19;
}

.read_more_card .readmore:not(.show) span:last-child {
    display: inline;
        color: #ff6e19;
}

.read_more_card .highlights {
    text-align: left;
}


.read_more_card a {
    color: #fff;
    font-size: 12px;
/*    display: inline-block;*/
}

.full_footer .read_more_card a:hover{
    color: var(--red);
    cursor: pointer;
}

.read_more_card a:after {
    content: " ";
    background: #ddd;
    width: 4px;
    height: 3px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 7px;
    margin-left: 10px;
}
.read_more_card {
    border-top: 1px solid rgba(108, 108, 108, .5);
    padding: 15px;
}
footer ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
li.titler {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 20px;
}
.linkers a {
    font-size: 14px;
    color: #c4c4c4;
    padding: 4px 0;
    display: inline-block;
    text-transform: capitalize;
    line-height: 18px;
}

.address li span {
    color: #ff6e19;
    font-weight: 600;
}



.linkers a:hover{
    color: #ff6e19;
}
.row.inner_rows {
    flex-direction: column;
}
footer h3 {
    font-size: 14px;
    /* letter-spacing: .02em; */
    /* line-height: 23px; */
    font-weight: 700;
    color: #fff;
    margin: 20px 20px 10px 0px;
}

span.subscribe {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}




.frow1 img {
    max-width: 335px;
    
}
.ftr-cnt i
{
    color: #fff;
    margin-right: 3px;
}

.ftr-cnt a
{
 color: #fff; 
    font-size: 14px;
}

.col_footer {
    padding: 35px 0px 30px;
}
.cautions
{
    text-align: center;
    color: var(--white);
}

.cautions p {
    color: #aaa;
    font-size: 12px;
    border-top: 1px solid rgba(108, 108, 108, .5);
    padding: 10px;
    text-align: left;
    margin-bottom: 0px;
}

.copyright {
    color: #8c8c8c;
    padding: 12px 10px 17px;
    border-top: 1px solid rgba(108, 108, 108, .5);
        justify-content: space-between;
}

.copyright .com_content {
  font-size: 12px;
    font-weight: 500;
    width: auto;
}

.copyright ul {
    display: inline-flex;
    align-items: center;
}

.content_cm a {
    font-size: 12px;
    font-weight: 500;
    color: #d8d8d8;
    padding: 0px;
    margin: 0px 10px;
}

    .only_mobile_contacts
{
    display: none;
}

.col_inside p
{
    text-align: justify;
}
@media only screen and (max-width:1199px)
{
    .commonfrows {
    margin: 15px 0px;
}
}

@media only screen and (max-width:992px)
{
    .with_banner section
{
    margin-bottom: 40px!important;
}
    
        .counter-card-wrap:not(:nth-child(n + 3)) {
        border-bottom: 1px dashed #a4acb9;
        padding-bottom: 30px;
    }
        .counter-card-wrap:nth-child(2) {
        border-right: none;
    }
    
        .counter-card-wrap:nth-child(n+3) {
        padding-top: 30px;
    }
    
    .main_contact_page .row .col-md-5,
     .main_contact_page .row .col-md-7,
     .main_contact_page .row .col-md-6  
    .main_about_page .row .col-md-5,
     .main_about_page .row .col-md-7,
     .main_about_page .row .col-md-6
    {
        width: 100%;
    }
    
     .main_contact_page .row .col-md-5.left_call{
        margin-bottom: 30px;
    }
    
         .main_about_page .sec_one_col .right_part,
    .main_about_page .sec_two_col .left_part{
        margin-top: 30px;
    }
    
    .min_contents {

    justify-content: flex-start!important;
}
    
    .form_contact_page {
    padding: 40px;
}


    
      .only_mobile_contacts {
        display: block;
        width: auto;
    }
    
    
    
    #navmenu {
    padding: 0px 15px;
    background: #00000005;
}
    .only_mobile_contacts a {
    color: #ff6e19;
    margin: 0px 0px 0px 20px;
    vertical-align: middle;
    font-weight: 600;
}


    
    .ratting_info
    {
        display: none!important;
    }
    .copyright .com_content {
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    margin: 3px 0px;
}
    .action_links a {
        margin: 0px 0px 10px;
        text-align: center;
        width: 100%;
        margin-top: 5px;
    }
.banner_form
    {
        display: none;
    }
    .banner_slide p {
    margin: 5px 0px 5px;
    font-size: 14px;
}
    
        .table_card .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }

.overlay_wrap {

    background: #0000008f;
}

    .banner_slide {
    margin-bottom: 40px;
}
    
        .row_listings .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
        padding: 0px 20px;
    }

  .row_listings .col-md-3 {
        flex: 0 0 auto;
        width: 50%;
    }

    .banner_slide h1 {
    white-space: nowrap;
    font-size: 25px;
    line-height: 0px;
    font-weight: 700;
    margin-bottom: 25px;
    transition: none 0s ease 0s;
    text-transform: uppercase;
}
    
    .col-md-8.left_col_data,
  .col-md-4.right_col_data
    {
        flex: 0 0 auto;
        width: 100%;
    }
    
    .right_col_data
    {
        margin-top: 25px;
    }
}
.tour_overview h2.mb-1 {
    font-size: 18px;
    margin-bottom: 10px !important;
    display: inline-block;
    width: 100%;
}
.details_pages section.inner_content_main {
    padding-top: 0px;
}

/*----- Details Page ----*/

.details_pages .form-control
{
    height: 40px;
    border-radius: 0px;
}


.details_pages .input-group-text {

    height: 40px;
    border-radius: 0px;
    max-width: 40px;
    background: transparent;
    border-right: 0px !important;
}
.details_pages .iti__country-list
{
        min-width: 375px;
    width: 100%;
}

.details_pages .iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

.details_pages input::-ms-input-placeholder,
.details_pages textarea::-ms-input-placeholder { /* Edge 12-18 */
  color: #000!important;
    font-size:14px;
}

.details_pages input::placeholder ,
.details_pages textarea::placeholder {
  color: #000!important;
    font-size: 14px;
}

@media only screen and (max-width:768px)
{
    
    .custom_modal .wrap_cross
    {
        right: 5px;
        top: 5px;
    }
    
    .banner_slide .item img
    {
        height: auto!important;
    }
    .left_container
    {
        display: none;
    }
    .wrap_title_cols h1
    {
        font-size: 20px;
    }
    .details_pages .inner_content_main .nav-pills .nav-link
    {
        white-space: nowrap;
    }
    .details_pages .inner_content_main li.nav-item.mb-3
    {
        width: auto;
    }
    .details_pages .inner_content_main ul.nav.nav-pills.package-nav-pills.navtab_inline_scroller
    {
            width: 100%;
    flex-wrap: nowrap;
    overflow: auto;
    }
    
    
    
    .padding_slider .owl-nav
    {
        display: none;
    }
    
    
    .table_card td
    {
        padding: 4px;
            font-size: 13px;
    }
    .form_col_flex.half_finputs
    {
        display: inline-block;
        width: 100%;
    }
    
    .form_col_flex .input-group {
    position: relative;
    max-width: 100%;
}
    
    
    .destination_cols h1 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: inherit;
}
    .destination_card .wrap_destinations
    {
            display: inline-block;
    }
    
    .destination_card .img_overflow {
    margin-bottom: 20px;
}
.main_contents_list h2 {
    font-size: 24px;
    line-height: normal;
}


    .destination_card .action_view a {

    width: 100%;
    margin: 0px;
}
.destination_card .main_contents_list {
    width: 100%;
    padding: 0px;
}
.testimonials_slider .owl-nav
    {
        display: none;
    }
    
    #navmenu {
    background: #dddddd26;
    padding: 5px 15px;
    border-radius: 4px;
}
    .table_card .col-md-12 {
    overflow: auto;
}
    
    a.link_btn
    {
        min-width: inherit;
    text-align: center;
    }
    #call_foot {
        display: inline-flex !important;
    }
    
    .row.full_footer.copyright {
    padding-bottom: 80px;
}

    .commonfrows {
        width: 45%;
    }
    
    .frow1.commonfrows {
    width: 100%;
}
    .headings .img-responsive {
    width: 100%;
}
   span.liner,
    .banner_slide p,
    .full_img_slide{
        display: none!important;
    }
    
    .row_listings .col-md-3,
    .row_listings .col-md-4{
        flex: 0 0 auto;
        width: 100%;
    }
}


@media only screen and (max-width:500px)
{
    .only_mobile_contacts {
        display: inline-block;
        text-align: center;
                max-width: 200px;
    }
    
        .only_mobile_contacts a {
        color: #ff6e19;
        margin: 4px 0px;
        vertical-align: middle;
        font-weight: 600;
        display: inline-block;
        width: 100%;
    }

}

/*------- Mobile Footer -----*/

div#call_foot a {
width: 100%;
    max-width: 50%;
    text-align: center;
    font-size: 20px;
    padding: 16px 5px;
    color: #fff;
    cursor: pointer;
}

a.mob_f3.mob_common {
    background: #3c73ac;
}

.mob_footer {
 display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    background: #ff6e19;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
}

a.mob_f2.mob_common {
    background: #034ea1;
}

.mob_footer p {
    margin: 0px;
    text-align: center;
}

.navbar-toggler:focus {
    box-shadow: none;
    border: 0px;
}

/*
---------------------
--- Inner Pages ---
-------------------*/

/*--- Listing Page ---*/

.hvr-box {
    display: inline-flex;
    align-items: center;
    justify-content: left;
    width: 100%;
}

img.iconer {
    max-width: 90px;
    border: 2px solid #ff6e19;
    border-radius: 50px;
    height: 90px;
    padding: 5px;
    /* background: #ff6e19; */
}

.hvr-inner {
    color: #000;
    padding-left: 20px;
}

h3 {
    font-size: 16px;
    font-weight: 700;
}

.testi_tabs p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.meta_info_user span
{
    display: inline-block;
    width: 100%;
    color: #000;
}

.meta_info_user {
    margin-top: 10px;
    display: none;
}
.testimonials_slider .hvr-box
{
    text-align: center;
    display: inline-block;
    width: 100%;
        padding: 40px 0px 0px;
}
.testimonials_slider .testi_tabs {
    padding: 0px;
    border: 0px;
}
.testimonials_slider .hvr-inner {
    border: 1px solid #ddd;
    padding: 60px 20px 15px;
}
.testimonials_slider .iconer {

margin: 0 auto 15px;
    width: 100%;
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999999;
    background: #fff;
}

.testimonials_slider.owl-carousel .owl-nav button.owl-next {
    right: -35px;
}
.testimonials_slider.owl-carousel .owl-nav button.owl-prev
{
       left: -35px;
}
.parent_title
{
    font-size: 24px;
    margin-bottom: 6px;
    font-weight: 700;
}
a.testi_tabs {
    border: 1px solid #ddd;
    padding: 15px 20px;
}

.testimonials_slider .wrap_cards {
    padding: 0px;
}


.faqs_section {font-weight:normal;}
.faqs_section .card-header a {
    display: block;
    color: #333;
    font-size: 16px;
    text-align: left;
}
.faqs_section .card {margin-bottom:10px;text-align: left;}
.faqs_section .card-header {background:#f2f2f2;padding:8px 15px;}
.faqs_section .card-body {padding:10px;font-size:15px;}
.card-header .card-link:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    font-weight: bold;
    font-size: 18px;
}
.card-header .card-link.collapsed:after {
    content: "\f106";
}

.offers_block h4.list-group-item {
    font-size: 17px;
    background: #ff6e19;
    border: 0px;
    font-weight: 600;
    padding: 15px 15px;
}

p.list-group-item b {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

p.list-group-item{
    font-size: 15px;
}


section.sliders
{margin-bottom: 0px!important;}


.inner_pages section.sliders
{margin-bottom: 50px!important;
padding-bottom: 0px;}


.ratting_contents .strong {
    font-weight: 700;
}

.ratting_contents {
        text-align: justify;
}

.rate_view h5 {
    font-weight: 700;
/*    color: #ff6e19;*/
    padding-top: 20px;
    padding-bottom: 10px;
}

.rate_view h3 {
    font-size: 24px;
}

.rate_view h4 {
    font-size: 16px;
}

.rattings {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
}

.wrap_heading_details p
{
    margin: 0px;
}

.ratting_info {
    display: inline-flex;
    align-items: center;
}

p.star-container {
    margin: 0px 10px;
}
.star-container .fa{
    color: #ff6e19;
}
.rate_view span.rating-badge {
    background: #ff6e19;
    padding: 3px 7px;
    font-size: 15px;
    color: #fff;
}
.rate_view a.font-smallest{
    margin: 0px !important;
}

.min_banner {
    background: #ffc994;
    padding: 40px 20px;
}

.min_banner h2 {
    font-size: 20px;
    margin: 0px;
}

.title_h1
{
    font-size: 24px;
    font-weight: 600;
}


.inner_pages section:nth-child(even)
{
    background: #ffffff;
}


.ratting_contents .group_btns_slide {
    text-align: left;
    margin-top: 0px!important;
    
}
.hidden_contents {
    padding-bottom: 15px;
}
.ratting_contents .group_btns_slide button {
    padding: 0px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
}


/*
a.testi_tabs:hover{
    background: var(--red);
}

a.testi_tabs:hover p,
a.testi_tabs:hover h3,
a.testi_tabs:hover .main_info,
a.testi_tabs:hover .location{
    color: var(--white);
}

a.testi_tabs:hover img.iconer
{
    border-color:#fff;
}
*/

.listing_cards_packages .top_links .img_wrap .img-responsive {
    width: 100%;
}

.heading_inner {
    padding-top: 10px;
    margin-bottom: 20px;
}

.listing_cards_packages .wrap_cards_call {
    margin-bottom: 35px;
}



/*--- Details Page ---*/


.wrap_dual_floats {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.wrap_dual_floats .form-floating
{
    width: 49%;
}
.form-floating>label
{
    font-size: 15px;
}

.advance_note ul {
    margin: 0px;
    padding: 10px 15px 15px 30px;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
}



.advance_note {
    padding: 25px 0px 0px;
    /* font-weight: initial; */
}




.inner_content_main .days_card .day_heading {
    display: flex;
    font-size: 18px;
    background: #f2f2f2;
    margin-bottom: 10px;
}


.days_card .day_heading .days {
    margin-right: 25px;
    background: #ff6e19;
    padding: 10px;
    position: relative;
        color: #fff;
}
.days_card .day_heading .days:before {
    content: '';
    position: absolute;
    top: 10px;
    right: -15px;
    border-left: 15px solid #ff6e19;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.days_card .day_heading .days_title {
    padding-top: 10px;
}


.inclusion_box ul {
    padding-left: 0;
    list-style: none;
    line-height: 25px;
  
        font-size: 14px;
}

.inclusion_box ul i {
    color: #ff6e19;
}
.inner_content_main li.nav-item.mb-3 {
    margin: 0px !important;
    width: 32%;
text-align: center;
}

.inner_content_main ul.nav.nav-pills.package-nav-pills.navtab_inline_scroller {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.inner_content_main h4.mb-1 {
    font-size: 20px;
    margin-bottom: 15px !important;
    display: inline-block;
    width: 100%;
}
.inner_content_main .tab-content {
    border: 1px solid #C4C4C4;
    padding: 15px 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.inner_content_main .nav-pills .nav-link
{    border-radius: 10px 10px 0 0;
        background-color: #ff6e191f;
    color: #000000;
    
}
.inner_content_main .nav-pills .nav-link.active, .inner_content_main .nav-pills .show>.nav-link
{
        background-color: #ff6e19;
    color: #ffffff;
    
}

.padding_slider a.testi_tabs {
    padding: 0px;
    border: 0px;
}

.padding_slider .wrap_cards
{
    padding: 0px;
}

.inner_content_main .price_cards {
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;

    margin-bottom: 30px;
}
.inner_content_main p.main_amount {
    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
    color: #202020;
    margin-bottom: 0px;
}
.inner_content_main small {
    font-size: 12px;
    line-height: 18px;
    color: #8e8e8e;
}
.lined_price
{
      font-size: 18px;
    line-height: 27px;
    color: #515151;
    text-decoration: line-through; 
}
.inner_content_main .sale_price {
 
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
}
.inner_content_main .final_price {
    color: #202020;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    margin-right: 0px;
}

.inner_content_main form {
    padding: 15px 10px 10px;
}

.form-floating>.form-control, .form-floating>.form-select
{
    height: 55px !important;
    margin-bottom: 10px;
}
.inner_content_main .min_title {
    color: #202020;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-transform: capitalize;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px;
}
.inner_content_main .price_cards a,
.inner_content_main .price_cards button{
    display: inline-block;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 51px;
    border-radius: 7px;
    border: 1px solid #ff6e19;
    background-color: #ff6e19;
    color: #fff!important;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
}

.form-floating textarea.form-control {
    height: inherit !important;
}

.wrap_title_cols h1{
    font-size: 26px;
    line-height: 1.2;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.flex_row_mini {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

p.trip-duration {
    margin: 0px;
}

.wrap_title_cols {
    margin-bottom: 20px;
}

span.night_wraps {
    margin-left: 5px;
}

p.trip-duration {
    margin: 0px 0px 10px;
    color: #ff6e19;
    font-weight: 500;
}

.wrap_title_cols .p-0 {
    font-size: 14px;
}

.trip-duration .fa {
    color: #ff6e19;
}

section.inner_slider {
    padding: 0px;
}

.right_col_data .wrap_form_col
{
    position: sticky;
    top: 5%;
}

.padding_slider .wrap_cards
{
       background-size: cover;
    height: 55vh;
    margin-right: 10px;
    width: 100%;
        cursor: pointer;
    background-position: center;
}



.padding_slider .owl-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px;
    z-index: 9999;
}



/*
--------------------
Destinations Page
--------------------*/


.wrap_destinations {
    display: inline-flex;
    width: 100%;
    border-top: 1px solid #0000003d;
    padding-top: 25px;
    margin-top: 25px;
}
.action_view 
{
    text-align: right;
}
.action_view a {
    background: var(--red);
    color: var(--white) !important;
    margin-left: 15px;
    text-align: center;
    padding: 8px 15px !important;
    display: inline-block;
    border-radius: 4px;
}

.destination_img img{
    width: 100%;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.destination_img {
    width: 100%;
    min-width: 200px;
    overflow: hidden;

   
}

.img_overflow
{
        border: 1px solid #ddd;
    padding: 5px;
    height: fit-content;
}

.main_contents_list {
    padding-left: 25px;
    display: inline-block;
}

.destination_img:hover img{
  -webkit-transform: scale(1.08);
    transform: scale(1.08);
      -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.destination_cols h1 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 700;
}
.main_contents_list h4 {
    font-size: 21px;
}
.main_contents_list h2 {
    font-size: 22px;
    font-weight: 700;
}
.destination_listings p {
 
    text-align: justify;
}

/*---- BreadCrumb ----*/

.breadcumb-wrapper {
    background: url(../images/bg_images/1.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 100px 0px;
    color: var(--white);
    position: relative;
}
.breadcumb-title {
    font-weight: 700;
    line-height: 1.18;
    color: var(--white-color);
    margin: -.19em 0 -.19em 0;
}
.breadcumb-content {
    background: #00000094;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 30px 0 -.5em 0;
    list-style-type: none;
    position: relative;
}

.breadcumb-menu a, .breadcumb-menu li, .breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 400;
    font-size: 18px;
    color: var(--white-color);
}

.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 5px;
    list-style: none;
    position: relative;
}


/*--- About Us Page ----*/


main.with_banner section
{
    margin-bottom: 25px;
}

.col_inside h2 {
  
/*    font-size: 38px;*/
    font-weight: 600;
/*    line-height: 45px;*/
    margin: 5px 0px 20px;
}

.title_side_wrap .ribben_line {
    margin: 0px 0px 30px;
}



.left_part img.img-responsive {
    width: 100%;
  

}

.sec_two_col .col_inside
{
    position: relative;
}
.vid_overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #00000069;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
}

a.play_vid {
    background: #fff;
    max-width: 80px;
    width: 100%;
    height: 80px;
    border-radius: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--red);;
    color: var(--red);;
    font-size: 25px;
    line-height: normal;
}
a.play_vid:hover {
     background:var(--red);; 
     color: #fff;
     border: 2px solid #fff;
}
.sec_one_col .col_inside > img
{
     max-width: 495px; 
            filter: drop-shadow(2px 4px 6px #000);
    border-radius: 15px;
    width: 100%;
}



.counter
{
   
    text-align: center;
}

.counter-count {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin: 0px;
    vertical-align: middle;
}
.wrap_counts span {
    font-size: 35px;
    font-weight: 700;
    vertical-align: middle;
}
img.min_iimg {
    width: 100%;
    max-width: 50px;
}

.count_img
{
    width: 80px;
    height: 80px;
    font-size: 35px;
    line-height: inherit;
   background-color: rgba(255, 255, 255, .1);
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter
{
    color: #fff;
}
count_img:after {
    content: "";
    position: absolute;
    inset: 10px;
    background-color: inherit;
    border-radius: inherit;
}
.counter-card-wrap{
    border-right: 1px dashed #a4acb9;
}

.counter-card-wrap:last-child {
    border-right: 0px;
}

section.counters_section {
    background: #161921!important;
}



img.min_iimg {
    width: 100%;
    max-width: 40px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    /* border: 10px solid #000; */
    /* box-sizing: content-box; */
    /* border-radius: 50%; */
}

span.min_title {
    font-size: 20px;
    font-weight: 600;
color: var(--red);
}

.about_icons {
    min-width: 55px;
    background-color: #1619210d;
    color: #16192175;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    margin-right: 15px;
}

.icon_titles h4 {
    font-weight: 700;
}

.row.wrap_mini_cols {
    padding-top: 20px;
}

.min_contents {
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

.sec_two_col .left_part .col_inside
{
    border-radius: 50%;
    overflow: hidden;
    filter: drop-shadow(2px 4px 6px #000);
}

.play_vid:after, .play_vid:before, .ripple-animation {
    -webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: var(--ripple-ani-duration);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple;
}




/*---- Contact Us ----*/

.icon_contacts span {
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--red);
    color: var(--white);
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 15px;
}

.contact_data {
    display: flex;
    width: 100%;
    align-items: center;
    width: 100%;
}

.contacts_infos span
{
    display: inline-block;
    width: 100%;
}

.contacts_infos span a {
    color: #000000ba;
}

.wrap_location {
    box-shadow: 0 8px 30px rgba(4, 6, 66, .08);
    border-radius: 10px;
    padding: 40px;
    background-color: var(--white);
    position: relative;
}

.header_mini_contact {
    margin-top: 35px;
}

.header_mini_contact h3 {
    margin-bottom: 15px;
}
.contactForm h2
{
        margin-top: -.28em;
    margin-bottom: 35px;
    position: relative;
        border-bottom: 2px solid #e4e4e4;
    padding-bottom: 15px;
    font-weight: 600;
}
.contactForm h2:after {
    content: "";
    height: 2px;
    width: 80px;
    background-color: var(--red);
    position: absolute;
    bottom: -2px;
    left: 0;
}

.form_contact_page {
    padding: 120px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.form_contact_page h2 {
    text-align: center;
    margin: 0px 0px 25px;
    font-weight: 700;
}

.form_col_flex .form-control, 
.form_col_flex .form-select, 
.form_col_flex input, 
.form_col_flex select, 
.form_col_flex textarea {
    height: 56px;
    padding: 0 20px 0 20px;
    padding-left: 45px;
    border: 1px solid transparent;
    color: #687179;
    background-color: #e9eff6;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
 
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.form_col_flex .form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #687179!important;
    font-size: 14px;
}

.form_col_flex .form-control::placeholder {
  color: #687179!important;
    font-size: 14px;
}
.form_col_flex .input-group {
    position: relative;
    max-width: 49%;
}



.form_col_flex .input-group > span {
  
    position: absolute;
    right: 20px;
    left: 0;
    font-size: 16px;
    color: #93a5be;
    height: 100%;
    background: transparent;
    border: 0px;
    width: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
        z-index: 99999999;
}

.form_col_flex.half_finputs {
display: inline-flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

.form_contact_page .form_col_flex .input-group textarea


{
    padding: 14px 15px 15px 45px !important;
}
.form_col_flex .input-group textarea {
    min-height: 130px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 5px;
}
.form_col_flex .input-group span#form_input5 {
    align-items: flex-start;
    padding-top: 16px;
}
.wrap_map iframe {
    height: 480px;
}
.full_finputs .input-group
{
    max-width: 100%;
}
.input-group.mb-3.button_input {
    margin: 0px !important;
    height: 56px;
}
.button_input button {
    background: var(--red);
    border: 0px;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
}


/*

-----------------------------------

Pop Up modal 
---------------------------------*/

/*---- Datepicker CSS ---*/

.whatsapp_calll .img-responsive {
    max-width: 24px;
}

.action_links_btns a.view_packages
{
        width: calc(100% - 120px);

}

#ui-datepicker-div
{
    z-index:999999999!important;
}

.ui-datepicker .ui-datepicker-header {
    background: #ff6e19;
    color: #fff;
}

.ui-widget-header .ui-icon
{
    background: url(../images/datepicker/ui-icons_444444_256x240.png) no-repeat!important;
     background-position: -80px -192px!important;
}

.ui-widget-header a.ui-datepicker-next.ui-corner-all .ui-icon
{
        background-position: -48px -192px!important;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px!important;
}
.ui-widget-content a {
    color: #333;
    text-align: center !important;
    background: transparent !important;
    border: 0px !important;
}

.ui-widget-content a:hover,
.ui-widget-content a:focus{
    background: #00000099 !important;
    color: #fff;
}

.ui-widget-header a:hover,
.ui-widget-header a:focus
{
    background: transparent!important;
}
a.ui-state-default.ui-state-highlight,
a.ui-state-default.ui-state-active{
    background: #ff6e19 !important;
    color: #fff;
}

.ui-state-disabled .ui-state-default
{
    text-align: center!important;
    cursor: no-drop;
    border: 0px;
    background: transparent;
}

/*-----------------------*/


.call_details {
    text-align: center;
    padding: 20px 0px 15px;
    border-top: 1px solid #ddd;
    margin-top: 25px;
}
.call_details p {
    text-align: center;
    font-weight: bold;
}.container-fluid.right_container {
    padding: 0px 30px 20px;
    background: #fff;
}

/*
.wrap_cross {
    padding: 12px 15px;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    display: flex;
    align-items: center;
    justify-content: right;
}
*/

.wrap_cross {
 display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -15px;
    z-index: 9;
    background: #fff;
    box-shadow: 0px 0px 2px #0000007a;
    border-radius: 50%;

    font-size: 13px;
    color: #ff6e19;
}
.wrap_cross .close_modal {
    padding: 9px 9px;    
    outline: none;
    box-shadow: none;
}
.call_details a {
    color: #ff6e19;
    font-size: 23px;
}

.textarea_g textarea.form-control {
    height: 100px;
    padding: 6px !important;
}
.custom_modal .btn.btn-primary {
    background: #ff6e19;
    border: 0px;
    border-radius: 0px;
    width: 100%;
    height: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

.grid_flex .wrap_flex_icons {
    padding: 0px 10px;
}
.grid_flex .wrap_flex_icons p {
    text-align: center;
    line-height: normal;
}
.custom_modal h2 {
    font-size: 25px;
    font-weight: 500;
    color: #ff6e19;
    margin: 20px 0px 10px;
}



textarea.form-control.white_inuts {
    min-height: 85px;
}




.form-control:active,
.form-control:hover,
.form-control:focus
{
    box-shadow: none;
    outline: none;
}

.custom_modal .modal-content
{
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border: 0px;
    border-radius: 0px;
}

.custom_modal .modal-body {
    padding: 0px;
    background: #f2f2f2;
}

.custom_modal .form-control
{
    height: 40px;
    border-radius: 0px;
}

.custom_modal
{
    background: #00000047;
}
.custom_modal .input-group-text {

    height: 40px;
    border-radius: 0px;
    max-width: 40px;
    background: transparent;
    border-right: 0px !important;
}
.custom_modal .iti__country-list
{
        min-width: 375px;
    width: 100%;
}
.left_container {
    background: #f2f2f2;
    padding: 10px 10px;
    max-width: 315px;
}

.wrap_dual_flex_pop {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.custom_modal .iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom_modal .modal-dialog {
    max-width: 750px;
}

.left_container .up_first img.img-responsive{
    width: 40px;
    /* float: left; */
}


.left_container .up_second img.img-responsive{
    width: 50px;
    /* float: left; */
}

.left_container .up_first .wrap_flex_icons {
    display: inline-flex;
    align-items: center;
}

.left_container h3 {
    font-size: 20px;
    margin: 20px 0px 30px;
    text-align: center;
    font-weight: 500;
    color: var(--red);
}

.left_container h5 {
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
}
.left_container p {
    font-size: 13px;
    color: #666;
    margin: 1px 0px 0px;
}

.mt15
{
    margin-top: 25px;
}

.grid_flex {
    display: inline-flex;
    width: 100%;
    text-align: center;
    justify-content: space-between;
}



textarea.form-control {
    padding: 0px !important;
}


.custom_modal input::-ms-input-placeholder,
.custom_modal textarea::-ms-input-placeholder { /* Edge 12-18 */
  color: #000!important;
    font-size:14px;
}

.custom_modal input::placeholder ,
.custom_modal textarea::placeholder {
  color: #000!important;
    font-size: 14px;
}