/*
Theme Name: MyTourism
Author: Nikhil Chauhan
Description: My Semi Custom Theme
Version: 0.0.1
Tags: bootstrap
*/
body{
	background-image: url("https://indiantravelsbooking.com/wp-content/uploads/2021/02/background1.png");
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: 100% 100%;
  	/*background-position: right 50px;*/
	overflow-x: hidden;
}
/*.navbar {
	height: 80px;
	z-index: 1000;
	background-repeat: no-repeat;
	background-size:100% 100%;
	background: rgba(0, 0, 0, .2);
	margin-bottom: 0px !important;
	
}*/
p{
	font-size: 15px;
}
/*#mainCarousel {
	margin-top: -80px;
}*/
.carousel-item > img {
	height: 500px !important;
	filter: brightness(90%); 
}
.carousel-caption{
	background: rgba(200, 54, 54, 0.5);
	padding: 33px;
}
/*#nav_ul{
	color: #fff;
	font-size: 20px;
}*/
/*.nav-item{
	width: 150px;
}
.nav-link{
	position: absolute;
}*/
/*.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }*/
.navbar-toggler{
	background: #ccc;
}
#nav_ul li{
  display: inline;
  padding: 25px;
  text-decoration: none;
}
ul {
	list-style-type:none;
}
.navbar a{
	/*color: #fff; */
    text-decoration: none;
}
.navbar a:hover{
    /*color: #fe4066 !important;*/
    /*font-size: 22px;*/
    /*font-weight: 500;*/
}
.company_logo {
	/*position: absolute;
	width: 180px; height: 165px; margin-top: -70px;*/
    /*width: 120px;*/
    width: 210px;
    margin-top: -30px;
    margin-bottom: -30px;
    z-index: 2;
    position: absolute;
}
a, a:hover {
	text-decoration: none;
	color: #fe4066;
}

#page_top_bg_img{
	height: 380px !important;
	/*margin-top: -100px;*/
	background-repeat: no-repeat;
	background-size:100% 100%;
	color: #fff;
	text-align: center;
	position: relative;
}
#page_top_bg_img img{
	height: 100%;
	width: 100%;
	filter: brightness(80%); 
}
#page_top_bg_img div{
	float: left;
    position: absolute;
    left: 15%;
    top: 55%;
    z-index: 1000;
    /*padding: 5px;*/
    color: #FFFFFF;
}
.itinerary_desc{
	margin-left: 10px;
}
/*.package_card{
	background: #424141 !important;
}*/
.package_card_img{
	padding: 0px;
}
footer{
	/*background: #2a2a2a;*/
	background: #f8f6f6;
	color: #5c5758;
	margin-top: 100px;
	padding: 40px;
}
footer a{
	color: #8c8889;
}
footer a:hover{
    color: #fe4066 !important;
}
a {
	color: #000;
}
.divBg {
	background: rgba(200, 54, 54, 0.5);
	color: #fff;
	padding: 33px;
}
.divBg a {
	color: #fff;
}
#package_tabs{
	background: rgba(180, 50,50,0.8);
    color: #fff;
}
.tab-pane{
	overflow-x: hidden;
	padding: 25px;
}
#myTabContent{
	/*min-height: 500px;*/
    overflow: auto;
}
.card_sm{
	width: 100%; 
	height: 250px
}
#package_pg_title{
	text-align: left;
	background: rgba(0, 0, 0, .3);
	padding: 18px;
	border-radius: 10px;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background: #fe4066;
    border-radius: 30px !important;
}

.input-icon {
    float: right;
    margin-right: 12px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
}
.popup_msg{
	display: none;
}
.footer_icons{
	font-size: 30px;
	margin: 10px
}
.dropdown-menu{
	z-index: 2;
}
/*.round_card_1{
	border-radius: 16px 0px 0px 16px !important;
}
.round_card_1{
	border-radius: 0px 16px 16px 0px !important;
}*/
#footer_logo_div{
	height: 55px;
}