*
{
    margin: 0px;
    padding: 0px;
}
img
{
    width: 100%;
}
.dn
{
    display: none !important;
}
.db
{
    display: block !important;
}
:root
{
    --primary-colors: rgb(58,58,58);
    --secondary-color: rgb(252,150,9); 
    --p: #151b1d;
    --hash: rgb(119,119,119);
    --third-color: rgb(164,53,240);
}
.p-btn
{
    background-color: var(--secondary-color);
    color: #fff;
    border: 1px solid var(--secondary-color);
    padding: 5px 20px;
    border-radius: 5px;
}
.dis-btn{
    background-color: rgb(58,58,58);
    color: #fff;
    border: 1px solid rgb(58,58,58);
    padding: 5px 20px;
    border-radius: 5px;
}
.main_menu_btn_mc sup
{
   background-color: #fff;
   padding: 0px 4px;
   line-height: 100% !important;
   color: var(--secondary-color);
   border-radius: 10px;
}
p
{
    margin-bottom: 0 !important;
}
.bg_second
{
    background-color: rgba(147, 107, 232, 0.05);;
}

h1
{
    font-size: 2.5rem !important;
}

p
{
    font-size: 1.1rem !important;
}
@font-face {
font-family: lato_regular;
src: url("../fonts/lato/lato-regular.ttf");
}
@font-face {
font-family: lato_bold;
src: url("../fonts/lato/lato-bold.ttf");
}
body,h1,h2,h3,h4,h5,h6,span,div,p
{
font-family: lato_regular;
}
h2
{
    font-size: 2rem !important;
    font-family: lato_bold !important;
}
h4
{
    font-size: 2rem !important;
}
h6
{
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    font-family: lato_bold;
}
.section_p
{
    padding: 50px 0px;
}
.secondary_bg
{
    background-color: var(--secondary-color) !important;
}
.nav-link
{
  color: var(--p) !important;
  font-size: 1em;
  font-weight: 400 !important;
}
.header_nav
{
    padding: 10px 0px;
}
.logo
{
    max-width: 150px;
}
.main_menu_list
{
    list-style: none;
    display: flex;
    height: 100%;
    align-items: center;
}

.p_li
{
    margin-left: 25px;
}
.main_menu_list li a
{
    color: #151b1d;
    font-size: 1rem;
    font-weight: 500;
}
.sub_menu_b
{
    position: relative;
}
.sub_menu_l
{
    position: absolute;
    top: 10;
    right:-10px;
    width: 200px;
    z-index: 5;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    padding: 15px 0px 15px 10px;
    list-style: none;
    background-color: #fff;
    border-radius: 5px;
    display: none;
}
.sub_menu_b:hover .sub_menu_l
{
   display: block !important;
}
.sub_menu_li
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sub_menu_li i
{
    font-size: 10px !important;
}
.sub_menu_l li
{
    padding: 5px 15px 5px 5px;
}
.sub_sub_menu_b
{
    position: relative;
}
.sub_sub_menu_b:hover .sub_sub_menu_mc
{
  display: block;
}
.sub_sub_menu_mc
{
    position: absolute;
    left: 180px;
    top: 13px;
    width: 200px;
    max-height: 100px;
    overflow-y: scroll;
    background: transparent;
    display: none;
}

.sub_sub_menu_mc::-webkit-scrollbar {
    width: 5px !important;
}
.sub_sub_menu_mc::-webkit-scrollbar-thumb
{
    background: #ff5801 !important;
}

.sub_menu_list
{
    margin-left: 13px !important;
    list-style: none;
    padding-left: 0px !important;
    background-color: #fff;
    border-radius: 5px;
}
.sub_menu_list li
{
   padding: 10px;
}
.nav_btn
{
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    color: #fff !important;
    font-family: 'lato_regular' !important;
}

/* Banner section start */
.banner_mc .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .banner_mc .owl-nav button.owl-prev {
    left: 0;
  }
  .banner_mc .owl-nav button.owl-next {
    right: 0;
  }
  
  .banner_mc .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .banner_mc .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .banner_mc .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  .banner_mc .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .banner_mc .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
  .banner_mc span {
      font-size: 70px;    
      position: relative;
      top: -5px;
  }
  .banner_mc .owl-nav button:focus {
      outline: none;
  }
/* Banner section end */

.c_item_inner
{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 190px 0px;
}
.c_item_inner button
{
    background-color: var(--secondary-color);
    color: #fff;
    padding: 8px 20px;
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    margin-top: 20px;
}
.c_item_inner h1
{
    color: #fff;
    font-weight: 700;
    font-family: "lato_regular";
    line-height: 130%;
}
.c_item_inner p
{
    color: #fff;
    font-family: "lato_regular";
}
.inner_1
{
    background-image: linear-gradient(rgba(10,57,79, 0.4), rgba(10,57,79, 0.5)), url(../images/france-eiffel-tower.jpg);
}
.inner_2
{
    background-image: linear-gradient(rgba(10,57,79, 0.4), rgba(10,57,79, 0.4)), url(../images/thames-river.jpg);
}
.banner_mc .owl-dots
{
    display: none;
}
.popular_destinations_mc
{
    padding: 100px;
}
.popular_destinations_inner_mc
{
    padding: 0px 100px;
}
.card_mc
{
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid rgb(221,221,221);
    margin-top: 25px;
}
.c_card_mc_i
{
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/france-eiffel-tower.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.c_card_mc_i p
{
    font-size: 2rem !important;
    color: #fff !important;
}
.card_mc p
{
    color: var(--hash);
}
.card_mc img
{
    width: 100%;
    border-radius: 15px;
}
.card_mc .row
{
    align-items: center;
}
.card_mc button
{
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    font-size: 14px;
    padding: 2px 4px;
    color: #fff;
    margin-top: 13px;
    border-radius: 5px;
}
.cost_mc
{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgb(197,197,197);
    border-bottom: 1px solid rgb(197,197,197);
    margin-top: 12px;
    padding: 5px 0px;
}
.destinations_btn_mc
{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.destinations_btn_mc button {
    background-color: var(--primary-colors);
    border: 1px solid var(--primary-colors);
    font-size: 1.5rem,;
    padding: 5px 35px;
    color: #fff;
    margin-top: 13px;
    border-radius: 5px;
}
.destinations_btn_mc button i{
    margin-left: 5px;
}

.second_color
{
    color: var(--secondary-color);
}
.cost_mc p span
{
    color: var(--secondary-color);
}
.menu_tabs
{
    margin-left: 50px;
}
.count_section_mc h2
{
    font-size: 3rem !important;
    color: var(--secondary-color);
  
}
.count_card_mc
{
    padding: 50px 0px;
    text-align: center;
}
.destinations_second_card
{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    min-width: 100%;
    min-height: 460px;
    position: relative;
    border-radius: 20px; 
}
.destinations_second_card div
{
    background-image: linear-gradient(rgb(255, 255, 255, 0),rgb(0, 0, 0, 0.5) 70%);
    border-radius: 0px 0px 20px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 20px;
}
.destinations_second_card h3
{
    color: #fff;
    font-family: lato_bold;
    font-weight: 600 !important;
    font-size: 1.3rem !important;
}
.destinations_second_card p
{
    color: #fff;
    font-family: lato_bold;
    font-weight: 600 !important;
    font-size: 1rem !important;
}
.destinations_second_card_r
{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    min-width: 100%;
    min-height: 200px;
    border-radius: 20px;
    position: relative;
}
.destinations_second_card_r div
{
    background-image: linear-gradient(rgb(255, 255, 255, 0),rgb(0, 0, 0, 0.5) 70%);
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100% !important;
    padding: 10px;
    border-radius: 0px 0px 20px 20px;
}
.destinations_second_card_r h3
{
    color: #fff;
    font-family: lato_bold;
    font-weight: 600 !important;
    font-size: 1.3rem !important;
}
.destinations_second_card_r p
{
    color: #fff;
    font-family: lato_bold;
    font-weight: 600 !important;
    font-size: 1rem !important;
}
.right_row
{
    align-items: center;
    height: 100%;
}
.second_banner_mc
{
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url("../images/france-eiffel-tower.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
   padding: 100px 0px;
}
.second_banner_mc h1
{
    color: #fff;
}
.second_banner_mc p
{
    color: #fff;
}
.second_banner_mc button
{
    color: #fff;
    background-color: var(--secondary-color);
    border-radius: 5px;
    border: 1px solid var(--secondary-color);
    padding: 6px 20px;
    margin-top: 20px;
}

/* Corosel start */
#carousel_1 .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  #carousel_1 .owl-nav button.owl-prev {
    left: 0;
  }
  #carousel_1 .owl-nav button.owl-next {
    right: 0;
  }
  
  #carousel_1 .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  #carousel_1 .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  #carousel_1 .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  #carousel_1 .owl-dots button.owl-dot:focus {
    outline: none;
  }
  #carousel_1 .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
  #carousel_1 span {
      font-size: 70px;    
      position: relative;
      top: -5px;
  }
  #carousel_1 .owl-nav button:focus {
      outline: none;
  }
/* Corosel end */

.our_clients center p
{
  color: var(--secondary-color);
  font-weight: 500 !important;
}
.our_clients_card
{
    text-align: center;
    padding: 5% 13%;
}
.our_clients_card p
{
    margin-top: 15px;
}
.our_clients_card p b
{
   color: var(--secondary-color);
}
.our_clients_card span
{
    font-size: 2rem !important;
    color: var(--secondary-color);
}
footer h5
{
    font-size: 1.5rem !important;
    font-family: lato_bold;
    font-weight: 500;
}
footer ul
{
    list-style: none;
    padding-left: 0px;
    margin-top: 15px;
}
footer ul li
{
    padding-top: 10px;
    display: flex;
    align-items: center;
}
footer ul li p
{
   line-height: 100% !important;
}
footer ul li span
{
    color: var(--secondary-color);
    margin-right: 10px;
    font-size: 1.5rem;
}
a
{
    text-decoration: none !important;
}
footer ul li a
{
   color: var(--p);
   font-size: 1rem !important;
   font-family: lato_regular;    
}
.copy_right_mc
{
    background-color: var(--secondary-color);
    padding: 10px 0px;
   
}
.copy_right_inner
{
    display: flex;
    justify-content: space-between;
}
.copy_right_inner p,.copy_right_inner p a
{
    color: #fff;
}
.inner_page_banner
{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/tourist-man.jpg);
    padding: 30px 0px;
}
.inner_page_banner .row
{
    align-items: center;
}
.inner_page_banner img
{
    width: 100%;
}
.inner_page_banner h4
{
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.inner_page_banner p
{
    color: #fff;
}
.inner_page_banner p span
{
    color: var(--secondary-color);
}
.about_us_mc p span
{
    color: var(--secondary-color);
    font-weight: 600;
}

.about_us_mc h2
{
    margin-top: 20px;
    line-height: 140% !important;
    padding: 0% 20%;
}
.about_us_mc 
{
    margin-top: 20px;
    line-height: 140% !important;
}
.about_text
{
    padding: 0% 10%;
    margin-top: 25px;
}
.about_us_mc button
{
    background-color: var(--secondary-color) !important;
    color: #fff !important;
    padding: 5px 10px !important;
    border: 1px solid var(--secondary-color) !important;
    border-radius: 5px !important;
    margin-top: 30px;
}
.about_us_mc img
{
    width: 40%;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.contact_us_mc .row .col-lg-6 h1
{
   font-weight: 600 ;
}
.contact_us_mc .row .col-lg-6 h6
{
   margin-top: 20px;
}
.contact_us_mc .row .col-lg-6 p
{
   margin-top: 20px;
   padding-right: 20%;
}
.contact_form input[type="text"],.contact_form input[type="email"],.contact_form input[type="password"]
{
    width: 100%;
    border: 1px solid rgb(221,221,221);
    height: 50px;
    border-radius: 10px;
    margin-top: 20px;
}
.contact_form input[type="submit"]
{
    width: 30%;
    border: 1px solid var(--secondary-color);
    height: 50px;
    border-radius: 10px;
    margin-top: 20px;
    background-color: var(--secondary-color);
    color: #fff;
}
.contact_form input[placeholder]
{
    padding-left: 10px;
}
.contact_form textarea
{
    width: 100%;
    border: 1px solid rgb(221,221,221);
    height: 90px;
    border-radius: 10px;
    margin-top: 20px;
}
.contact_form textarea[placeholder]
{
    padding-left: 10px;
}

.description_mc
{
 padding:5px ;
 margin-top: 20px;

}
/* Dash bord section start */
.login_mc
{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.login_mc input[type="text"],.login_mc input[type="password"]
{
  width: 250px;
  height: 40px;
  border: 1px solid rgb(68,171,2);
  border-radius: 10px;
  margin-top: 10px;
}
.login_mc .submit
{
  width: 250px;
  height: 40px;
  border: 1px solid rgb(68,171,2);
  background-color: rgb(68,171,2);
  border-radius: 10px;
  margin-top: 10px;
  color: #fff;
}
.login_mc .submit_f
{
  width: 250px;
  height: 40px;
  border: 1px solid rgb(68,171,2);
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  color: rgb(68,171,2);
}
.login_mc input[placeholder]
{
  padding-left: 10px;
}
.password_mc
{
    position: relative;
    display: inline-block;
}
.password_mc i
{
    position: absolute;
    right: 10px;
    top: 21px;
    cursor: pointer;
}
.login_mc form p
{
    color: #FF1654;
    margin-bottom: 0px !important;
}
.admin_menu_mc
{
    background-color: rgb(61,159,0,0.3);
    padding: 30px 10px 220px 10px;
    margin: 10px;
    border-radius: 20px;
}
.add_post_section
{
    margin: 5%;
}
.admin_menu_mc ul
{
    list-style: none;
}
.admin_menu_mc ul li
{
    padding-top: 20px;
}
.admin_menu_mc ul li a
{
    color: #fff;
    font-size: 1.5rem;
}

.add_post_section form input[type="text"],.add_post_section form input[type="number"],.add_post_section form input[type="file"],.add_post_section select
{
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 13px;
}
.post_add_submit
{
    width: 100%;
    height: 40px;
    border: 1px solid rgb(67,171,2);
    border-radius: 10px;
    margin-top: 13px;
    background-color: rgb(67,171,2);
    color: #fff;
}
.post_add_submit:focus
{
    width: 100%;
    height: 40px;
    border: 1px solid rgb(67,171,2);
    border-radius: 10px;
    margin-top: 13px;
    background-color: #fff;
    color: rgb(67,171,2);
}
.post_add_submit_f
{
    width: 100%;
    height: 40px;
    border: 1px solid rgb(67,171,2);
    border-radius: 10px;
    margin-top: 13px;
    background-color: #fff;
    color: rgb(67,171,2);
}
.add_post_section form input[placeholder]
{
    padding-left: 10px;
    
}
.add_post_section form textarea
{
    width: 100%;
    height: 70px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 13px;
}
.add_post_section form textarea[placeholder]
{
    padding-left: 10px;
    
}

.all_posts_table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  .all_posts_table td, .all_posts_table th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  .all_posts_table tr:nth-child(even){background-color: #f2f2f2;}
  
  .all_posts_table tr:hover {background-color: #ddd;}
  
  .all_posts_table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
  }
  .all_posts_mc
  {
    margin: 20px;
  }
  .actions_mc
  {
    display: flex;
    justify-content: space-around;
  }
  .e_img
  {
    width: 200px;
    margin: 30px 0px;
  }
  .admin_menu_mc img
  {
    width: 100px;
    margin-left: 30px;
    
  }
i.fa-solid.fa-trash.text-danger {
    cursor: pointer !important;
}
.d_d_table_cover
{
    width: 100% !important;
    overflow-x: scroll;
}
.d_d_table_cover::-webkit-scrollbar {
    display: none;
  }


.d_d_table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  .d_d_table td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  .d_d_table tr:nth-child(even){background-color: #f2f2f2;}
  
  .d_d_table tr:hover {background-color: #ddd;}
  
  .d_d_table th {
    padding: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
    background-color: rgb(220,71,65,0.6);
  }
  .d_d_img img
  {
    width: 200px;
    border-radius: 10px;
  }
  ul.pagination {
    display: flex;
    justify-content: end;
    margin-top: 30px;
}
.social_share_mc ul
{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.social_share_mc ul li
{
    margin-left: 15px;
}
.social_share_mc ul li a
{
    padding: 10px 12px;
    border-radius: 50%;
    color: #fff
}
.i_con_mc
{
    display: flex;
    justify-content: end;
}
.i_con_mc i
{
    cursor: pointer !important;
}
.btn_remove
{
    font-size: 1.5rem;
    color: red;
}

/* Dash bord section end */
.mm_ul_list
{
    list-style: none;
}

.mm_ul_list li
{
    margin-top: 20px;
}
.mm_ul_list li a
{
   color: #fff;
   font-size: 1rem;
   font-weight: 500;
}





.description_mc table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100% !important;
}

.description_mc table td, .description_mc table th {
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 14px;
}
.description_mc table td p, .description_mc table th p {
    font-size: 14px !important;
}

.description_mc table tr:nth-child(even){background-color: #f2f2f2;}

.description_mc table tr:hover {background-color: #ddd;}

.description_mc table th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  background-color: #44A901;
  color: white;
}
.category_form input[type="text"],.category_form select
{
    width: 100%;
    height: 40px;
    border: 1px solid rgb(54, 54, 54);
    border-radius: 5px;
    margin-top: 20px;
}
.category_form input[placeholder]
{
    padding-left: 10px;
}
.category_form input[type="submit"]
{
    width: 150px;
    height: 50px;
    border: 1px solid #45AC02;
    border-radius: 5px;
    margin-top: 20px;
    color: #fff;
    background-color: #45AC02;
}
.actions_mc i {
    cursor: pointer;
}


.cat_table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  .cat_table td, .cat_table th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  .cat_table tr:nth-child(even){background-color: #f2f2f2;}
  
  .cat_table tr:hover {background-color: #ddd;}
  
  .cat_table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
  }

  .m_menu_icon
  {
      font-size: 1.5rem;
  }

.m_menu_icon_mc 
{
    display: none !important;
}
body
{
    position: relative;
}
.mm_mc
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
     background-color: #45AC02;
     z-index: 6;
     height: 100vh;
     overflow-y: scroll;
     padding: 20px;
}
.cart-table
{
    width: 100%;
}
.cart-table img
{
  width: 100%;
}
.cart-table tbody tr 
{
   display: grid;
   grid-template-columns: 20% 40% 25% 15%;
   align-items: center;
   padding: 10px 0px;
   border-bottom: 1px solid #d4d3d3;
}
.cart-table thead tr 
{
    display: grid;
    grid-template-columns: 20% 40% 25% 15%;
}
.cart-table tbody tr:last-child
{
   border-bottom: none;
}
.cart-table td, .cart-table th
{
   padding: 10px;
}
.cart-table th
{
  color: var(--third-color);
  background-color: rgb(164,53,240,0.1);
}
.cart-table td span
{
   font-weight:bold;
   line-height: 100%;
}
td.actions button
{
   background-color: transparent;
   border: none;
   color: var(--third-color);
}
td.actions a:last-child button
{
   margin-top: 5px;
}
.cost-td button
{
    background-color: transparent;
    border: none;
}
.cost-td a:first-child button
{
    color: var(--third-color);
    font-weight: 600;
}

.cart-mc h3
{
    color: #000;
    font-size: 1.6rem !important;
}
.summary-table
{
    width: 100%;
    margin-top: 30px;
}
.summary-table tr td
{
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}
.summary-table tr td p b span
{
    color: var(--third-color);
}
.summary-table tr td a
{
    width: 100%;
}
.summary-table tr td form
{
   width: 100%;
}
.summary-table tr td  button
{
    background-color: var(--third-color);
    border: 1px solid var(--third-color);
    width: 100%;
    height: 50px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
}



._failed{ border-bottom: solid 4px red !important; }
._failed i{  color:red !important;  }

._success {
    box-shadow: 0 15px 25px #00000019;
    padding: 45px;
    width: 100%;
    text-align: center;
    margin: 40px auto;
    border-bottom: solid 4px #28a745;
}

._success i {
    font-size: 55px;
    color: #28a745;
}

._success h2 {
    margin-bottom: 12px;
    font-size: 1.5rem !important;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px;
}

._success p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #495057;
    font-weight: 500;
    word-break: break-all;
}

.list-of-videos li
{
    margin-top: 20px;
}



.list-of-videos li
{
    margin-top: 20px;
    cursor: pointer;
}


.list-of-videos {
    list-style: none !important;
    padding-left: 0 !important;
}
.list-of-videos li{
    font-family:  lato_bold !important;
    font-weight: 500;
}
.video-list-mc
{
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 10px;
    max-height: 500px;
    overflow-y: scroll;
}
.yvc
{
    font-size: 1.5rem !important;
    margin: 20px 0px;
    text-align: center;
    color: #FC9609;
}
.video-i-f iframe
{
    border-radius: 30px !important;
}





















@media only screen and (max-width: 990px)
{

.right_row .col-lg-6 
{
    margin-top: 25px;
}
.popular_destinations_mc .col-lg-7,.popular_destinations_inner_mc .col-lg-7{
    margin-top: 25px;
}
.popular_destinations_mc,.popular_destinations_inner_mc
{
padding: 50px 0px;
text-align: center;
}
ul.pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}




}


@media only screen and (max-width:  767px)
{

.destinations_second_card
{
    min-height: 200px;
}

h1
{
    font-size: 1.2rem !important;
}
p
{
    font-size: 1rem !important;
}
h2
{
    font-size: 1.5rem !important;
    font-family: lato_bold !important;
}
h4
{
  font-size: 1.5rem !important;
}
.c_item_inner
{
    padding: 50px 0px !important;
    text-align: center;
}
.popular_destinations_mc
{
    padding: 50px 0px;
    text-align: center;
}
.popular_destinations_mc .col-lg-7
{
    margin-top: 25px;
}
.heading_mc
{
    text-align: center;
}

.navbar-brand img {
    max-width: 63px;
}
div#mynavbar {
    text-align: center;
}
.menu_tabs
{
    margin-left: 0px;
}
.right_row .col-lg-6
{
    margin-top: 25px;
}
.destinations_second_card
{
    padding: 130px 0px 0px 0px;
}
.second_banner_mc
{
  text-align: center;
}
.our_clients_card
{
    text-align: center;
    padding: 5% 3%;
}
footer
{
    text-align: center;
}
footer ul li
{
    padding-top: 10px;
    display: block;
    align-items: center;
}

footer ul li p
{
    padding-top: 15px;
   
}
.copy_right_inner
{
    display: block;
}
.copy_right_inner p
{
   font-size: 12px !important;
}
.inner_page_banner
{
    text-align: center;
    padding: 60px 0px;
}
.about_us_mc h2
{
    padding: 0% 2%;
}

.about_text
{
    padding: 0% 3%;
}
.about_us_mc img
{
    width: 80%;
}
.contact_us_mc
{
    text-align: center;
}
.contact_us_mc .row .col-lg-6 p
{
   padding-right: 0%;
}
.m_menu_icon_mc
{
    display: block !important;
    height: 100%;
}
.m_menu_icon_inner
{
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
}
.main_menu_list
{
    display: none;
}
.logo 
{
    max-width: 150% !important;
}
.cart-table-cover 
{
    width: 100%;
    overflow-x: scroll;
}



}