@charset "utf-8";
/* CSS Document */
body{
	font-family:"Open Sans";
	margin:0;
	padding:0;
}
@font-face {
    font-family: "Open Sans";
    src:url(../fonts/OpenSans-Regular.ttf);
}
/****** header ***********/

.relative_div{
	position:relative;
}
.header_setting{
	position: absolute;
    width: 100%;
    z-index: 99;
    top: 52px;
}
.header_bg{
	background:#e12f2e;
}
.container {
    width: 1170px;
    max-width: 100%;
}


/***** menu *****/
.navbar-toggleable-md .navbar-nav {
	padding:0 ;
}
.navbar-nav .nav-link{
	    padding:22px 0;
	display:inline-block ;
}
.navbar{
	padding:0px;
}
.navbar-brand{
	display:none;
}
ul.menu{
	font-size:15px ;
}
ul.menu li{
	padding: 0px 1px;
	text-transform:uppercase;
}
ul.menu li:last-child {
    padding:0px;
}
ul.menu li a{
	color:#fff;
	 border-bottom: 5px solid #e12f2e;
    border-top: 5px solid #e12f2e;
}
ul.menu li.active a, ul.menu li a:hover{
	color: #000000;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #8f3247;
}

.logo_pd img{
       padding: 3px 0;
    position: absolute;
    top:-46px;
}
/****** section ******/

.product_detail {
    border-radius: 6px;
    border: 1px solid #dbdbdb;
    margin-bottom: 30px;
}
.product_img {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    position: relative;
	cursor:pointer;
	    border-bottom: 1px solid #dbdbdb;
}
.product_img img{
	  transition: transform 1s;
    -webkit-transition: transform 1s;
	width:100%;
	height:235px;
}
.product_img img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: transform 1s;
    -webkit-transition: transform 1s;
}
.product_img span {
    font-size: 18px;
    color: #fff;
    background-color: #27a81a;
    position: absolute;
    left: 0;
    top: 25px;
    padding: 5px 15px;
}
.product_detail h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
}

.product_detail p {
    font-size: 15px;
    color: #777777;
    margin-bottom: 10px;
}
.product_detail p .sp {
    float: right;
	color: #27a81a;
}
.best_offer_content {
    padding: 20px 15px;
}
.best_offer_content button {
    width: 100%;
    font-size: 16px;
    padding: 8px 0;
    border: none;
    color: #fff;
    cursor: pointer;
	background:#0d96aa;
	border-radius:4px;
}
button:hover{
	opacity:0.8;
}
.top_mg{
	margin-top:-118px;
}
.popular_med{
	margin-top:40px;
	padding-bottom:20px;
	
	
}
.sect_head {
    font-size: 26px;
    color: #333;
    
    margin-bottom:30px;
}
.sect_head span {
    color: #0d96aa;
}

.vision_bg{
	background-color:#e12f2e;
	height:200px;
	   
}
.mission_bg{
	background-color:#8f3247;
	height:200px;
}
.quality_process h4{
	font-size:24px;
	color: #fff;
	
   
}
.quality_process{
	
	 padding:20px 15px;
}
.quality_process p{
	font-size:16px;
	color: #fff;
	margin:0;
}
.lab11_div{
	background:url(../images/lab1.jpg) no-repeat center top;
	background-size:cover;
	width:100%;
	height:400px;
}
.why_bg{
	background:#fff;
	border-radius:6px;
	-webkit-box-shadow: 0 0 5px 2px #dfdfdf;
    -moz-box-shadow: 0 0 5px 2px #dfdfdf;
    box-shadow: 0 0 5px 2px #dfdfdf;
	margin-bottom:40px;
}
.why_choose{
	padding:30px;
	
	text-align:center
}
.why_choose h4{
	font-size: 20px;
}
.why_choose p{
	font-size: 15px;
	color:#666;
	margin-bottom:0;
	}
.why_choose i{
	border-radius: 100px;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.1);
    color: #fff;
    font-size: 24px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    transition: all .3s ease 0s;
    width: 60px;
    -ms-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    cursor: pointer;
}
.why_choose i:hover {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 0 8px #ccc;
}
.why_choose i {
    background-color:#e12f2e;
	margin-bottom:30px;
}
.why_choose h4{
	color: #333;
}

/****package****/
.breadcrumb {
    font-size: 14px;
    margin: 20px 0;
    padding: 8px 15px;
    background-color: #ecf0f1;
}
.breadcrumb .sp {
    color:  #e12f2e;
    margin: 0 3px;
}
.breadcrumb a {
    color: #666666;
    margin: 0 3px;
}
.breadcrumb span{
    color: #e12f2e;
    margin: 0 3px;
}

/****package_end****/
/**product-html-page**/
.product_section .best_offer_content p{
	font-size:14px;
	margin:10px 0 0;
}
.section_part p{
	font-size:14px;
	margin-bottom:30px;
	color:#777;
}
.product_section .img_br{
 margin-bottom:30px;
 border:1px solid #dfdfdf;
}
/**product-html-end**/
/**contac_page**/
.contact_content .form-control{
	margin-bottom:15px;
	color:#888;
	font-size:14px;
}
.contact_content button{
	border: none;
    border-radius: 0.25rem;
	width:100%;
	font-size:16px;
	color:#fff;
	background-color: #e12f2e;
	padding:10px 0;
	cursor:pointer;
	}
.contact_frame iframe{
	width:100%;
	height:400px;
	border:none;
}
.page_load{
position:fixed;
width:100%;
height:100%;
background:rgba(0,0,0,0.4);
top:0;
left:0;
} 
        .centered
        { 
            text-align: center;
    margin: 17% 0;
        }
		.contact_part .sect_head{
			font-size:22px;
		}
		.contact_part p a{
    color: #777;
	text-decoration:none;
}
.contact_part p a:hover{
    color: #e12f2e;
}
.section_part ul{
	padding:0;
	margin:0;
	margin-bottom:30px;
}
.section_part ul li{
	font-size:16px;
	color:#777;
	list-style:none;
	padding-bottom:10px;
}
/**contac_page**/
/****** section-end ******/
/***********footer*****************/
.footer_bg{
	background-color:#333;
	padding: 50px 0 20px;
	color:#adadad;
}
.footer_bg h4{
	font-size:18px;
	margin-bottom:25px;
	color:#fff;
}
.footer_bg p{
	font-size:14px;
}
.fb_mb{
	margin-bottom:30px;
}
ul.footer_menu {
	margin:0;
	padding:0;
}
.footer_menu li{
	list-style:none;
	border-bottom:1px solid #adadad;
	font-size:14px;
	padding:10px 0;
}
.footer_menu li:first-child{
	padding-top:0;
}
.footer_menu li a{
	color:#adadad;
	text-decoration:none;
}
.footer_menu li a:hover{
	color:#e12f2e;
}
.social-link {
    width: 100%;
	
	padding-bottom:30px;
}
.social-link ul{
	margin:0;
	padding:0;
}
.social-link li:nth-child(1) {
    padding: 0;
}
.social-link li {
    display: inline-block;
    list-style:none;
    margin: auto;
    padding-left: 21px;
}
.social-link li a {
    border: 2px solid #c6c6c6;
    border-radius: 50%;
    display: block;
    height: 43px;
    text-align: center;
    width: 43px;
    transition: all ease 0.5s;
	cursor:pointer;
}
.social-link li a:hover{
	background-color:#4692e7;
}
.social-link li a i {
   color:#c6c6c6;
    font-size: 15px;
    line-height: 39px;
    text-align: center;
}
.footer_bottom_bd{
	border-top:1px solid #333333;
	background:#2e2e2e;
}

.footer_bottom_bd h5, .footer_bottom_bd h6 {
    font-size: 12px;
    padding: 20px 0;
    margin: 0;
    color: #c6c6c6;
    text-align: none !important;
}
.footer_bottom_bd h6 {
    float: right;
}
.footer_bottom_bd h6 a {
    color: #c6c6c6;
    cursor: pointer;
}
img {
    max-width: 100%;
    height: auto;
}
.guest_detail{
	border-bottom:1px solid #b1d3da;
	padding:0 15px;
}
img{
	max-width:100%;
	height:auto;
}
/***********media query*****************/
@media screen and (max-width: 1199px){
/***********header***************/

ul.menu li {
    padding: 0 13px;
}
.logo_pd img {
    padding:1px 0;
}
/*********section part************/


}
@media screen and (max-width: 992px){
/***********header***************/
.header_setting .col-md-2{
	display:none;
}
.header_setting .col-md-9{
	width:100%;
}
.header_setting .offset-1{
    margin-left:0;
}
.social_bg{
	display:none;
}
.navbar-brand{
	display:block;
}
.navbar-toggler.navbar-toggler-right {
  cursor: pointer;
}

.navbar-nav .nav-link{
	padding:10px 0 ;
	
	
}
.navbar-toggler-right {
	right:0;
    top: 20px;
}
.navbar-toggler {
	padding:0; 
	}
ul.menu{
	font-size:12px ;
	font-weight:300 ;
	padding-left:0px !important;
}
ul.menu li{
	
	padding:0px;
	border-bottom:1px solid #dcdcdc;
	
}
	ul.menu li a{
	border-bottom:none;
	border-top:none;	
}

ul.menu li.active a{
	border-bottom:none;
	border-top:none;
	
}
ul.menu li a:hover{
	border-bottom:none;
	border-top:none;
	
}
button:focus {
    outline: none !important;
}
ul.menu li:last-child {
    border: none;
}
.logo_pd img {
    display:none;
}
.icon_bg h5{
	text-align:center;
	margin-top:30px;
}
.navbar-toggler .fa{
	    margin-top: 4px;
    background-color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 22px;
}
.navbar-brand img{
	width: 80px;
}
.top_mg {
    margin-top: 30px;
}
.carousel-item img{
	height:300px !important;
}
/*********section part************/

}
@media screen and (max-width: 767px){
	
.footer_bottom_bd h5,  .footer_bottom_bd h6{
	text-align:center !important;
}

.footer_bottom_bd h6{
	float:none;
	
}

.carousel-item img.d-block {
    height: 400px;
}


@media screen and (max-width: 669px){
	/***************Itineary_detail*****************/
	
}
@media screen and (max-width: 597px){
	.heading_pack {
    font-size: 24px;
}
.heading_pack:before {
    
    margin: 0 10px 8px 0;
    
    width: 40px;
}
.heading_pack:after {
    
    margin: 0 0 8px 10px;
   
    width: 40px;
}
.img_height{
	height:200px !important;
}
	
}
@media screen and (max-width: 480px){
	.footer-menu ul li {
    padding-right: 9px;
}
.footer-menu li a {
    font-size: 11px;
}
.social-link li {
    padding-left: 9px;
}	
.footer-menu ul {
    margin: 0;
    margin-left:0;
	    padding: 0;
}
.carousel-item img.d-block {
    height: 300px;
}

.carousel-item img{
	height:200px !important;
}
}
@media screen and (max-width: 460px){
	
}


