/*------------------All Basic--------------------------*/
body{
    /*font-weight: bold;*/
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif!important;
    /*font-family: 'futura', sans-serif!important;*/
    font-size: 15px;
}
nav {
    background-color: #fff;
    padding: 0!important;
    color: #333333;

}
.login-btn .dropdown-menu.multi-level {
    right: 255px!important;
}
.signup-btn .dropdown-menu.multi-level {
    right: -50px!important;
}
.text-right{
    text-align: right;
    text-align: -webkit-right!important;
}
.text-adjust{
    text-align: justify;
}
button:focus{
outline: none!important;
}
header {
    font-size: 15px;
}
.navbar-brand{
	padding: 0;
}
header i {
    color: #333!important;
}
.navbar-brand img{
width: 140px;
height: 55px;
}
.mt-10{
    margin-top: 10px;
}
.dropdown-menu.multi-level.show{
    text-align: center;
}
/* nav .dropdown-menu.multi-level.show{
    display: block;
    right: 100px!important;
} */
.dropdown-menu.multi-level.show li:hover {
    background-color: #6b0e3d;
    color: #fff;
}
.sub-header {
    background-color: #4d4d4d;
    min-height: 40px;
    padding: 5px 10px;
    color: #fff;
}
.sub-header-list{
    text-align: center;
    margin: 0
}
.sub-header-list li {
    display: inline-block;
    padding: 2px 30px;
}
.sub-header-list{
	margin: 0;
	padding: 0;
}
.sub-header-list .dropdown-menu li{
	display: block;
}
.sub-header-list .dropdown-menu{
	background-color: #4d4d4d!important;
	color: #fff!important;
}
.navbar-icon-div li {
    list-style: none;
    display: inline-block;
    /* width: 79px; */
    padding: 5px 10px;
    text-align: center;
    position: relative;
}
.navbar-icon-div .show .dropdown-menu {
    right: 5px;
}
.navbar-icon-div .show li {
    display: block;
}
.navbar-icon-div ul {
    margin: 0;
    padding: 0;
}
select.currency-picker {
    width: 70px;
    /* padding: 0px 10px; */
    background-color: transparent;
    border: none;
    color: #333!important;
}
select.currency-picker option {
    margin: 40px;
    background: #333333;
    color: #fff;
    /*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);*/
}
select.currency-picker option:hover{
	background-color: #f5a623;
}
select.currency-picker option[value="1"]:hover {
  background: red!important;
}
.btn-group .dropdown-menu.open.show li {
    
    white-space: nowrap;
    margin: 0!important;
    padding: 0!important;
    line-height: 7px;
}
.pt-100{
    padding-top: 100px;
}
.pb-40{
    padding-bottom: 40px
}
a:focus {
    outline: none!important;
}
.btn-group .dropdown-menu.open.show li:focus {
    outline: none;
    box-shadow: none;
}
.btn-group.bootstrap-select.fit-width.show .dropdown-menu{
    height: 150px;
    overflow: auto;
    padding: 0 5px;
}
.btn-group .dropdown-menu.open.show li{
    padding: 0px;
}
.dropdown-menu.open.show .lang-name{
    display: block;
    padding-left: 5px;
}
.lang-name{
    display: none;
}
.lang-list {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}
.btn-group .btn {
    background-color: transparent!important;
    border: none;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    color: #333;
}
.bootstrap-select .dropdown-toggle::after {
    margin-top: 5px;
}
.bootstrap-select.btn-group .btn .filter-option{
    width: auto!important;
}
.bootstrap-select:not([class*=span]):not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	margin: 0!important;
}
.btn-group{
	margin: 0;
}
.btn-group .btn:hover{
	color: #000;
}
.bootstrap-select .btn:focus{
	outline: none!important;
}
.btn-group .dropdown-menu.open.show .dropdown-menu{
	display: block!important;
}
.bootstrap-select>.btn {
    width: 100%;
    padding-right: 10px!important;
}
.navbar-icon-div li i {
    font-size: 15px;
}
.navbar-icon-div{
    color:#333;
}
.travel-btn{
    background: linear-gradient(to bottom left, #077FC6 20%, #02469D 100%);
     border: 2px solid  #077FC6;
  border-radius: 10px;
  color: #fff;
  padding: 7px 15px;
}
.travel-btn:hover {
    color: #02469d!important;
    background:transparent!important;
}

.section-title-side-lines .heading-decor {
    font-size: 32px;
}
.section-title-side-lines .heading-decor:before, .section-title-side-lines .heading-decor:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 2px;
    color: inherit;
    background: currentColor;
}
.section-title-side-lines .heading-decor {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 55px;
    margin: 0 0 22px;
}
.section-title-side-lines .heading-decor:after {
    left: auto;
    right: 0;
}
.navbar-brand img {
    border-radius: 20px;
    width: 250px;
    height: 150px;
    border: 5px solid #6b0e3d;
}
a.navbar-brand {
    position: absolute;
    top: 10px;
}
/*---------------------All Basic Ends------------*/
/*----------------------Home Page------------*/
.img-cont-box {
    padding: 10px;
    background-color: #fff;
    text-align: center;
    border-radius:20px;
    transition: transform 0.3s ease-in-out;
    
}
.img-cont-box:hover{
    transform: translateY(-5px);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.22), 0 0 3px 0 rgba(0, 0, 0, 0.08);
}
.img-cont-box h4{
    color: #6b0e3d;
}
.img-cont-box img {
   /* margin-bottom: 15px;*/
    /* border-radius: 20px; */
    width: 60px;
    height: 60px;
}
nav.navbar {
    padding: 20px 0!important;
    background-color: #6b0e3d;
}
.head-btn {
    background-color: #fff;
    color: #6b0e3d;
    padding: 5px 10px;
    border-radius: 10px;
    border: 2px solid #fff;
}
.head-btn:hover {
    color: #fff;
    background-color: #6b0e3d;
    border: 2px solid #fff;
}
.slider2 img {
    width: 100%;
    height: 500px;
}
.search-div {
	padding: 10px 32px 0 32px;
    position: absolute;
    top: 550px;
    width: 1000px;
    background-color: #fff;
    z-index: 99;
    border-radius: 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.22), 0 0 3px 0 rgba(0, 0, 0, 0.08);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff!important;
    background: linear-gradient(to bottom left, #077FC6 20%, #02469D 100%);
    border-color: #dee2e6 #dee2e6 #fff!important;
}
.nav-item .nav-link i {
    color: #333!important;
}
.nav-link.active i {
    color: #fff!important;
}
.single-form input, .contact-form .single-form textarea {
    width: 100%;
    height: 42px;
    padding: 0 30px;
    font-size: 16px;
    color: #777;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    background-color: #f8f7fd;
}
.search-div-inputs {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 24px 0;
}
.search-div-inputs .form-group {
    margin-bottom: 0;
}
.tab-pane form{
	margin: 0;
}
.search-div-inputs .search-input {
    width: 85%;
}
.search-div-inputs .search-button {
    width: 13%;
    margin-left: 15px;
}
.bg-two{
	padding-top: 60px;
    /*background-color: #f2f1ef;*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 420px;
    border-bottom: 1px solid #ddd;
}
.top-img {
    /*width: 25%;*/
    background-size: 100% 100%;
    min-height: 340px;
   /* margin: 7px 7px;*/
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}
.top-collection-main {
    display: flex;
    align-items: center;
    width: 100%;
}
.top-img img{
	border-radius: 20px;
	width: 100%;
	transition: transform 0.3s ease-in-out;
}
/*.top-img:hover{
	transform: scale(1.05);
	transform: translateY(-5px);
}*/
.collect-div {
    margin: 7px;
    width: 200px;
    position: relative;
    transition: transform 0.3s ease-in-out;
}
.collect-div .overlay-name {
    width: 100%;
    position: absolute;
    padding: 20px 7px;
    top: 1px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: transform 0.3s ease-in-out;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.55), rgba(0,0,0,0));
    text-align: center;
}
.collect-div:hover{
	transform: scale(1.05);
}
.collect-div .overlay-name p {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}
.top-collection-main a {
    width: 20%;
}
.bg-three{
    padding: 40px 0;
	background-color: #f2f1ef;
    /*min-height: 480px;*/
    /*display: flex;
    align-items: center;*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-bottom: 1px solid #ddd;
}
.blog-div-img {
    position: relative;
    min-height: 366px!important;
    background-size: 100% 100%;
    border-radius: 20px!important;
}
.overlay-activity-cont {
    position: absolute;
    /* display: flex; */
    /* align-items: center; */
    /* vertical-align: middle; */
  
    top: 35%;
    /* left: 49%; */
    text-align: center;
    width: 100%;
}
.badge-off{
    background: linear-gradient(to bottom left, #077FC6 20%, #02469D 100%);
    color:#fff;
}
.price del {
    font-size: 13px;
    padding-left: 5px;
}
.price p {
    margin: 0;
}
.overlay-activity-cont .overlay-heading{
	color: #fff;
	font-size: 30px;
}
.overlay-activity-cont .overlay-cont{
	font-size: 15px;
	color: #fff;
}
.overlay-activity-cont .overlay-viewMore{
	color: #fff;
	border:1px solid #fff;
	border-radius: 10px;
	padding: 5px 10px;
}
.activity-img img {
    width: 100%;
    border-radius: 20px;
}
.activity-div{
	border-radius: 20px;
	margin:12px 0;
	transition: transform 0.3s ease-in-out;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.08);
}
.activity-div:hover{
transform: translateY(-5px);
}
.activity-div ul{
    background-color: #fff;
    position: relative;
    height: 144px;
    padding: 0 12px 12px 12px;
    line-height: 1.2;
    box-sizing: border-box;
    border-top: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.activity-div li{
	list-style: none;
}
.activity-div ul li:first-child {
    padding-top: 8px;
}
.activity-div ul .title {
    font-size: 16px;
    font-weight: 800;
    width: 82%;
    text-align: left;
    display: inline-block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 38px;
    overflow: hidden;
}
.activity-div ul .star_box {
    margin-top: 6px;
}
.activity-div .t_gray {
    color: #888;
}
.activity-div .t12 {
    font-size: 12px;
}
.activity-div .price {
    position: absolute;
    bottom: 12px;
    width: calc(100% - 24px);
}
.activity-div .m_star_v2 {
    color: #f5a623;
}
.activity-div .t_main {
    color: #ff5722;
}
.activity-div .t14 {
    font-size: 14px;
}
.activity-div .price .g_right {
    position: relative;
    top: 5px;
    font-size: 12px;
}
.activity-div .g_right {
    float: right;
}
.overlay-name {
	border-radius: 20px;
    padding: 10px 12px;
    top: 13px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: transform 0.3s ease-in-out;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.55), rgba(0,0,0,0));
}
.activity-content{
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.activity-img{
    position: relative;
	min-height: 225px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.hotel-offer {
    position: absolute;
    margin-left: -13px;
    padding-top: 20px;
}
.hotel-offer:before {
    content: "";
    position: absolute;
    margin-top: 0px;
    margin-top: 8px;
    margin-left: 0px;
    background-color: #051d56;
    /* background-color: transparent; */
    width: 13.9px;
    height: 30px;
    -webkit-clip-path: polygon(100% 50%, 100% 100%, 100% 100%, 0% 50%);
    clip-path: polygon(6 5, 55% 23, 100% 100%, -8% 100%);
    z-index: 99;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.hotel-offer p small {
    font-size: 14px;
    color: #fff;
     background: linear-gradient(to bottom left, #077FC6 20%, #02469D 100%);
    padding: 6px 10px 4px 9px;
    /* border-radius: 0px 0 35px 0; */
}
.activity-img .overlay-name{

    width: 100%;
    position: absolute;
    border-radius: 0px;
    padding: 2px 12px;
    top: auto;
    bottom: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: transform 0.3s ease-in-out;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.55));
}
.bg-four{
	background-image: url(../images/artical-1.jpg);
    min-height: 400px;
    /*display: flex;
    align-items: center;*/
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    border-bottom: 1px solid #ddd;
}
.home-about-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*.home-about-content {
    width: 61%;
    z-index: 99;
}*/
.four-dark{
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.10), rgba(0,0,0,0.55));
    min-height: 400px;
}
.home-about-content p{
	text-align: start;
    color: #fff;
}
.home-about-content p a{
	color: #077FC6;
}
.home-about-img svg{
	position: fixed;
}
.home-about-img {
    position: absolute;
    right: 0;
    top: 0;
}
.polygon-each-img-wrap img {
    height: 400px;
}
/*.polygon-each {
		padding: 10px;
		text-align: center;
	}*/

/*.polygon-each-img-wrap img {
		margin-bottom: 10px;
	}*/

/*.polygon-each-img-wrap:hover {
		background: #eee;
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}*/
.polygon-clip-trapezoid {
		-webkit-clip-path: polygon(0% 100%, 34% 0%, 100% 0%, 100% 100%);
		clip-path: polygon(0% 100%, 34% 0%, 100% 0%, 100% 100%);
		/*-webkit-clip-path: url("#polygon-clip-trapezoid");
		clip-path: url("#polygon-clip-trapezoid");*/
	}
.bg-five{
	background-color: #f2f1ef;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-bottom: 1px solid #ddd;
}
.bg-six, .bg-seven, .bg-featured, .bg-blog{
	/*padding-top: 85px;*/
    background-color: #f2f1ef;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 500px;
    border-bottom: 1px solid #ddd;
}
.offer-main .offer-img{
	margin: 20px 0;
	padding: 0 15px;
	width: 100%;
	/*height: 288px;*/
	transition: transform 0.3s ease-in-out;
}
.offer-img img {
    height: 170px;
    width: 100%;
    border-radius: 10px;
}
.offer-img:hover img{
	transform: scale(1.05);
}
.slider1 button.slick-next, .slider1 button.slick-next:hover {
  position: absolute;
    top: 45%!important;
    right: -45px;
    z-index: 1;
    width: 40px;
    height: 50px;
    background-color: rgba(0,0,0,0.3);
    background-image: url(../images/icon-right.png);
    /* background-size: 31px; */
    border-radius: 2px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y:center;
}
.slider1 button.slick-prev, .slider1 button.slick-prev:hover {
  position: absolute;
    top: 45%!important;
    left: -45px;
    z-index: 1;
    width: 40px;
    height: 50px;
    background-color: rgba(0,0,0,0.3);
    background-image: url(../images/icon-left.png);
    /* background-size: 31px; */
    border-radius: 2px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y:center;
}
.bg-six .artical-div {
	border-radius: 20px;
    margin: 10px 15px;
	transition: transform 0.3s ease-in-out;
	box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2);
}
.artical-div .artical-img-div{
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	min-height:250px;
	background-size: 100% 100%;
}
.artical-div .artical-img-div img{
	width: 100%;
}
.artical-div:hover{
	transform: translateY(-6px);
}
.slider button.slick-prev {
    border-radius: 50%;
    position: absolute;
    top: 45%!important;
    left: -45px;
    z-index: 1;
    width: 40;
    height: 40px;
    background-color: #077FC6;
    background-image: url(../images/icon-left.png);
    /* background-size: 31px; */
    border-radius: 100%;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: center;
}
 .slider button.slick-prev:hover{
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.72), 0 0 3px 0 rgba(0, 0, 0, 0.48);
}

.slider button.slick-next  {
  position: absolute;
    top: 45%!important;
    right: -45px;
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: #077fc6;
    background-image: url(../images/icon-right.png);
    /* background-size: 31px; */
    border-radius: 100%;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y:center;
}
.slider button.slick-next:hover{
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.72), 0 0 3px 0 rgba(0, 0, 0, 0.48);
}
.artical-div .artical-content-div {
    background-color: #fff;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.artical-div .artical-content-div p{
	margin: 0;
}
.artical-button-div button {
    margin: 0;
    padding: 10px 5px;
    /* font-size: 13px; */
}
.artical-button-div {
    width: 32%;
}
.slick-slide:focus {
    outline: none!important;
    box-shadow: none;
}
.featured-big-div{
    min-height: 410px;
    width: 50%;
    background-size: 100% 100%;
    border-radius: 20px;
    margin: 0 3px 0 5px;
     transition: transform 0.3s ease-in-out;
}
.featured-big-div:hover{
transform: translateY(6px);
}
.featured-small-div{
    min-height: 250px;
    width: 50%;
    background-size: 100% 100%;
    margin: 0 5px 0 2px;
}
.featured-small-div .featured-image-div {
    margin: 5px;
    width: 50%;
    min-height: 200px;
    border-radius: 20px;
}
.featured-small-div-upper {
    width: 100%;
    display: flex;
    align-items: center;
}
.featured-small-div-lower {
    width: 100%;
    display: flex;
    align-items: center;
}
.featured-trip-main {
    width: 100%;
    display: flex;
    align-items: center;
}
.featured-trip-main-two {
    width: 100%;
    display: flex;
    align-items: center;
}
.featured-image-div {
    margin: 5px;
    width: 25%;
    min-height: 200px;
    border-radius: 20px;
     transition: transform 0.3s ease-in-out;
}
.featured-image-div:hover{
    transform: translateY(6px);
}
.destination-overlay {
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.10), rgba(0,0,0,0.65));
    padding: 10px;
    width: 100%;
    color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.destination-div {
    position: relative;
    transition: transform 0.3s ease-in-out;
    margin: 15px 0;
}
.destination-div:hover{
    transform: translateY(6px);
}
.destination-div img{
    height: 250px;
    width: 100%;
    border-radius: 20px;
}
.bg-blog .destination-div img{
    height: 320px;
    width: 100%;
    border-radius: 20px;
}
.bg-blog .destination-overlay hr {
    color: #fff;
    background-color: #fff;
    margin: 5px;
}
.destination-overlay span {
    font-size: 13px;
}
.destination-overlay h4 {
    margin: 0;
}
/*------------------------City-------------*/
.bg-city{
    background-color: #f2f1ef;
    padding-bottom: 10px; 
}
.seo_link_title {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #333333;
    margin: 32px 0 16px 0;
}
.seo_link a {
    display: inline-block;
    margin-bottom: 8px;
    color: #666666;
    line-height: 16px;
    margin-right: 10px;
    font-size: 13px;
}
.seo_link a:hover{
    color: #077FC6;
}
.seo_link a:after {
    content: "";
    margin-left: 10px;
    border-left: 1px solid #b2b2b2;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
}
.seo_more_btn {
    font-size: 14px;
    font-weight: bold;
    color: #077FC6;
    cursor: pointer;
}
.div-highlight-main {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.div-highlight-img img {
    width: 70px;
    border-radius: 50%;
}
.div-highlight-cont{
    padding-left: 15px; 
}
.div-highlight-cont p {
    font-weight: bold;
    margin: 0;
}
.div-highlight-cont span {
    font-size: 13px;
}

.testimonial-div {
    position: relative;
}
.testimonial-div-cont {
    background-color: #fff;
    padding: 60px 15px 15px 15px;
    position: relative;
    margin: 40px 20px 10px;
    text-align: center;
}
.testimonial-div-cont h5{
color: #077FC6;
}
.testimonial-div-cont p{
font-size: 15px;
}
.testimonial-div-img {
    margin: 0 115px auto;
    /* left: 0; */
    border-radius: 50%;
    border: 10px solid #fff;
    z-index: 9999;
    position: absolute;
    top: -35px;
}
    .testimonial-div-img img {
    width: 100px;
    border-radius: 50%;
    z-index: 9999;
}
.bg-partners ul {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-partners {
    padding: 10px;
    text-align: center;
    background-color: #333;
    color: #fff;
    border-bottom:1px solid #fff;
}
.bg-partners li {
    display: inline-block;
    list-style: none;
}
.bg-partners p {
    margin: 0;
    text-align: right;
    font-size: 14px;
}
.bg-partners h5{
font-weight: bold;
}
.bg-partners li a {
    margin-left: 15px;
    font-size: 30px;
    padding: 0 20px;
}
/*--------------------------Footer---------------*/
.foot-showing {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}
.footer_logo img {
    width: 150px;
    height: 150px;
}
.travel-need input {
    width: 185px!important;
    border-top-left-radius: 10px!important;
    border-bottom-left-radius: 10px!important;
}
.travel-need .input-group-append button {
    margin: 0;
    padding: 5px 5px 5px;
    font-size: 15px;
}
/*.travel-need span{
 color:#dc632a;
 float: right;
 font-size: 15px;
}*/
.travel-need ul.category.quick-1 {
    width: 50%;
}
.travel-need span img {
    margin: 2px;
    width: 40px;
    height: 15px;
}
.travel-need .quick-menu {
    display: flex;
    justify-content: center;
    width: 100%;

}
.white-cl{
    color: #fff;
}
.travel-need {
    background-color: #6b0e3d;
    padding: 25px 0px;
}
.travel-need img {
    border-radius: 20px;
    border:1px solid #fff;
    height: 150px;
    width: 250px;
}
.travel-need h4{
    font-weight: bold;
        color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}
.travel-need .category{
        list-style: none;
    padding: 0;
}
.travel-need .category li a{
        color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.category li {
    margin-bottom: 5px;
    display: block;
}
.sect-1 .about-title h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bolder;
}
.sect-1 .about-title strong{
    color: #3f51b5;
    font-weight: bolder;
}
.sect-1 .about-logo img{
    width: 245px;
}
.travel-need hr{
    border-top:2px solid #735f47;
}
/*.category li i {
    color: #dc632a;
}*/
.social_link a {
    /* margin-top: 30px; */
    display: inline-block;
}
.social_link a i {
    margin-right: 10px;
    padding: 6px;
    border-radius: 50%;
   /* border: 1px solid #fff;*/
    width: 30px;
    color:#140601;
    font-size: 17px;
    background-color: #fff;
}
.travel-need .input-group label{
	color: #fffs;
}
.foot-subscribe p{
font-size: 13px;
color: #fff;
margin: 0;
}
.foot-subscribe span{
    font-size: 12px;
    color: #fff;
    opacity: 0.7;
}
.foot-help p{
    color: #fff;
    /*opacity: 0.7;*/
}

/*-----------------------------Footer  ends-----------*/
/*-----------------Home Page ends-------------*/
/*------------------Signup & Login Start---------------------*/
#forgot-password .modal-content {
    border-radius: 20px;
    border-top:  4px solid #6b0e3d;
    border-left:  3px solid #6b0e3d;
    border-right:  3px solid #6b0e3d;
    border-bottom:  4px solid #6b0e3d;
}
#Login .modal-content {
    border-radius: 20px;
    border-top:  4px solid #02469D;
    border-left:  3px solid #02469D;
    border-right:  3px solid #02469D;
    border-bottom:  4px solid #02469D;
}
.form-heading{
    font-size: 20px;
    font-weight: bolder;
}
.modal .social-icon1 {
    background-color: #f1f1f1;
    height: 80px;
    width: 80px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.modal .social-icon2 {
    background-color: #f1f1f1;
    height: 80px;
    width: 80px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.modal p {
    color: #dfdfdf;
    font: 20px sans-serif;
    margin-top: 10px;
    text-align: center;
    /* text-transform: uppercase; */
}
.modal p.background {
  position: relative;
  z-index: 1;
}
.modal p.background:before {
  border-top: 1px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.modal p.background span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding: 0 10px;
}

.modal input[type="text"],.modal input[type="password"],.modal input[type="email"] {
  width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
  color: #aaa;
}

/*.modal input[type="text"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}*/

.modal .inputWithIcon input[type="text"],.modal .inputWithIcon input[type="password"],.modal .inputWithIcon input[type="email"] {
  padding-left: 40px;
}
.modal .inputWithIcon {
  position: relative;
}

.modal .inputWithIcon i {
  position: absolute;
  left: 0;
  top: 10px;
  padding: 15px;
  color: #aaa;
  transition: 0.3s;
  font-size: 15px;
}

/*.modal .inputWithIcon input[type="text"]:focus + i {
  color: dodgerBlue;
}*/

.modal .inputWithIcon.inputIconBg i {
  background-color: #dfdfdf;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}
.modal .inputWithIcon input::placeholder {
    font-size: 15px;
}
.social-icon1 img {
    width: 75%;
}
.social-icon2 img {
    width: 75%;
}
.modal{
    background-color: rgba(255, 255, 255, 0.45);
    padding-top: 25px;
}
/*.modal .inputWithIcon.inputIconBg input[type="text"]:focus + i {
  color: #fff;
  background-color: dodgerBlue;
}*/
.modal .captcha {
    background-color:#f9f9f9;
    border:2px solid #d3d3d3;
    border-radius:5px;
    color:#4c4a4b;
    display:flex;
    justify-content:center;
    align-items:center;
}

@media screen and (max-width: 500px) {
    .modal .captcha {
        flex-direction:column;
    }
    .modal .text {
        margin:.5em!important;
        text-align:center;
    }
    .modal .logo {
        align-self: center!important;
    }
    .modal .spinner {
        margin:2em .5em .5em .5em!important;
    }
}

.modal .text {
    font-size:15px;
    font-weight:700;
    margin-right:1em;
    margin-top: -11px;
    margin-left: 10px;
}
.modal .modal-content.spinner {
    position:relative;
    width:2em;
    height:2em;
    display:flex;
    margin:2em 1em;
    align-items:center;
    justify-content:center;
}
.modal input[type="checkbox"] { position: absolute; opacity: 0; z-index: -1; }
.modal input[type="checkbox"]+.checkmark {
    display:inline-block;
    width:2em;
    height:2em;
    background-color:#fcfcfc;
    border:2.5px solid #c3c3c3;
    border-radius:3px;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor: pointer;
}
.modal input[type="checkbox"]+.checkmark span {
    content:'';
    position:relative;
    margin-top:-3px;
    transform:rotate(45deg);
    width:.75em;
    height:1.2em;
    opacity:0;
}
.modal input[type="checkbox"]+.checkmark>span:after {
    content:'';
    position:absolute;
    display:block;
    height:3px;
    bottom:0;left:0;
    background-color:#029f56;
}
.modal input[type="checkbox"]+.checkmark>span:before {
    content:'';
    position:absolute;
    display:block;
    width:3px;
    bottom:0;right:0;
    background-color:#029f56;
}
.modal input[type="checkbox"]:checked+.checkmark { 
    animation:2s spin forwards;
}
.modal input[type="checkbox"]:checked+.checkmark>span { 
    animation:1s fadein 1.9s forwards;
}
.modal input[type="checkbox"]:checked+.checkmark>span:after {animation:.3s bottomslide 2s forwards;}
.modal input[type="checkbox"]:checked+.checkmark>span:before {animation:.5s rightslide 2.2s forwards;}
@keyframes fadein {
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes bottomslide {
    0% {width:0;}
    100% {width:100%;}
}
@keyframes rightslide {
    0% {height:0;}
    100% {height:100%;}
}
.modal .logo {
    display:flex;
    flex-direction:column;
    align-items:center;
    height:100%;
    align-self:flex-end;
    margin: 2px 0px 2px 90px;
}
.modal .logo img {
    height:2em;
    width:2em;
}
.modal .logo p {
    color:#9d9ba7;
    margin:0;
    font-size:15px;
    font-weight:700;
    margin:.4em 0 .2em 0;
}
.modal .logo small {
    color:#9d9ba7;
    margin:0;
    font-size:10px;
}
@keyframes spin {
    10% {
        width:0;
        height:0;
        border-width:6px;
    }
    30% {
        width:0;
        height:0;
        border-radius:50%;
        border-width:1em;
        transform: rotate(0deg);
        border-color:rgb(199,218,245);
    }
    50% {
        width:2em;
        height:2em;
        border-radius:50%;
        border-width:4px;
        border-color:rgb(199,218,245);
        border-right-color:rgb(89,152,239);
    }
    70% {
        border-width:4px;
        border-color:rgb(199,218,245);
        border-right-color:rgb(89,152,239);
    }
    90% {
        border-width:4px;
    }
    100% {
        width:2em;
        height:2em;
        border-radius:50%;
        transform: rotate(720deg);
        border-color:transparent;
    }
}
::selection {
    background-color:transparent;
    color:teal;
}
::-moz-selection {
    background-color:transparent;
    color:teal;
}
.login-btn {
    font-weight: bold;
    color: red;
    font-size: 15px;
}
span.all-acc {
    font-size: 15px;
}
/*-------------------Signup & Login Ends--------------------*/
/*---------Local Expert Page Start--------------------------*/
.bg-banner{
    min-height: 300px;
    background-size: cover;
}
.works-div-cont h5 {
    font-weight: bold;
}
.works-div-cont p {
    /* font-weight: bold; */
    font-size: 15px;
}
.works-div-main {
    padding: 35px 0;
}
/*---------Local Expert Page Ends--------------------------*/
/*----------------Product lisiting Starts-----------------*/
.social-fixed-buttons .facebook-icon{
    background-color: #3a5899;
    color: #fff;
    padding: 13px 15.5px;
    transition: padding .15s ease-in-out;
}
.social-fixed-buttons .facebook-icon:hover,.social-fixed-buttons .whatsapp-icon:hover,.social-fixed-buttons .twitter-icon:hover,.social-fixed-buttons .envelope-icon:hover,.social-fixed-buttons .pinterest-icon:hover,.social-fixed-buttons .share-icon:hover {
    padding-left: 50px;
}
.social-fixed-buttons .whatsapp-icon{
    background-color: #4cc346;
    color: #fff;
    padding: 13px 13.6px;
    transition: padding .15s ease-in-out;
}
.social-fixed-buttons .twitter-icon{
    background-color: #1ca1f3;
    color: #fff;
      padding: 13px 12.7px;
      transition: padding .15s ease-in-out;
}
.social-fixed-buttons .pinterest-icon{
    background-color: #cb2026;
    color: #fff;
    padding: 13px 12.7px;
    transition: padding .15s ease-in-out;
}
.social-fixed-buttons .envelope-icon{
    background-color: #858585;
    color: #fff;
    padding: 13px 12.6px;
    transition: padding .15s ease-in-out;
}
.social-fixed-buttons .share-icon {
    background-color: #f1f1f1;
    color: red;
    text-align: center;
    transition: padding .15s ease-in-out;
}
.social-fixed-buttons .share-icon p.mark-num {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.social-fixed-buttons .share-icon p {
    background-color: #dfdfdf;
    font-size: 8px;
    font-weight: bold;
    margin: 0;
    line-height: 17px;
}
.social-fixed-buttons {
    position: fixed;
    top: 43%;
    z-index: 99;
    width: 40px;
}
/*.social-fixed-buttons a{
    padding: 13px;
}*/
.social-fixed-buttons li {
    list-style: none;
    line-height: 45px;
}
/*----------------Product lisiting Ends-------------------*/
/*---------------About Page---------------------*/
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #077FC6;
    content: "›";
    font-weight: bold;
}
.breadcrumb-item.active {
    color: #077FC6;
}
.breadcrumb{
    background-color: transparent;
        padding: .75rem 0rem;
}
.big-flag-img{
        object-fit: cover;
    height: 450px;
}
.partner-div img{
    width: 120px;
}
.profile-img img{
    border-radius: 100%;
    width: 165px;
    height: 165px;
    border: 1px solid #979797;
    object-fit: cover;
}
.profile-cont h4 {
    font-weight: bold;
}
.profile-cont span{
    font-weight: bold;
    color: #02469d;
}
.profile-cont {
    margin-top: 15px;
}

/*---------------Static Page ends---------------*/
/*---------------Agent Register form Start-----------*/
label span{
    color: red;
}
.form-define-head h4 {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 20px;
}
.form-define-head h4 span {
    display: inline-block;
    background: #e5efff;
    padding: 7px 15px;
    border-radius: 3px; 
    color: #0b65ed;
    text-transform: capitalize;
    font-size: 14px;
    margin-right: 5px;
    font-weight: bold;
}
.language-form{}
.agent-form {
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    /*box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.22), 0 0 3px 0 rgba(0, 0, 0, 0.08);*/
}
.agent-form hr{
width: 100%;
}
.agent-form .intl-tel-input {
    width: 100%;
}
.staresd {
    justify-content: center;
    display: flex;
    align-items: center;
    background: #e5efff;
    border: 2px dashed #0b65ed;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    margin: 20px 0;
}
.staresd .imgup p {
    font-size: 13px;
    margin: 0;
    line-height: 23px;
    color: #0b65ed;
}
.imgup input[type="file"] {
    position: absolute;
    width: 100%;
    text-indent: -5000px;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
input[type="hidden" i] {
    display: none;
    -webkit-appearance: initial;
    background-color: initial;
    cursor: default;
    padding: initial;
    border: initial;
}
/*---------------Agent Register form Ends-----------*/
/*---------------------career start---------------*/
.career-show-div{
     transition: transform 0.2s ease-in-out;
     border: 3px solid #ddd;
     border-radius: 20px;
    -webkit-box-shadow: 0 5px 5px 4px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}
.career-show-div:hover{
    transform: translateY(-8px);
}
.career-heading {
    text-align: center;
    background-color: darkblue;
    color: #fff;
    padding: 10px;
     border-top-right-radius: 20px;
     border-top-left-radius: 20px;
}
.career-heading p{
    margin:0;
    font-size: 18px;
}
.career-image img{
    width: 100%;
    height: 300px;
     /*border-bottom-right-radius: 20px;
     border-bottom-left-radius: 20px;*/
}
.career-cont {
    padding: 0 15px 10px;
}
/*.career-form-background{
    background-image: url(../images/about-bg.jpg);
    background-size: cover;
    min-height: 565px;
}*/
.parallax {
  /* The image used */
  background-image: url("../images/about-bg.jpg");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.career-form-background .form-all, .form-all {
    background-color: #e5efff;
    border: 1px solid transparent;
    max-width: 580px;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
}
.career-form-background .form-header-group .form-header, .form-header-group .form-subHeader {
    color: #02469D;
    font-size: 12px;
}
.career-form-background .form-header-group {
    padding: 20px 0px 20px 0px;
        margin: 50px 36px 80px 36px;
        text-align: right;
        background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    border-color: #e8bb23;
}
.career-form-background .form-header-group.hasImage>.header-text {
    display: table-cell;
    width: 55%;
    text-align: center;
}
.carrer-form-background .htvam {
    vertical-align: middle;
    text-align: center;
}
.career-form-background h2.form-header {
    font-size: 20px!important;
    font-weight: bold;
}
.career-form-background .form-line {
    padding: 12px 36px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin: 6px 0;
    width: 100%;
    box-sizing: border-box;
    clear: both;
    display: block;
    position: relative;
}
.career-form-background .form-label.form-label-auto {
    display: inline-block;
    float: left;
    text-align: left;
    word-break: break-word;
    width: 150px;
    color: #02469D;
}
.career-form-background .form-label {
   
    display: inline-block !important;
    vertical-align: top;
    width: 30% !important;
    font-size: 14px !important;
    color: #02469D;
}
.career-form-background .form-label-right+.form-input, .form-label-left+.form-input {
    display: inline-block;
    width: 68%!important;
}
.walkin-refer li label {
    padding-left: 10px;
}
.walkin-refer {
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.walkin-refer li{
    list-style: none;
}
.new-upload{
    padding: 0;
    margin-top: 27px!important;
    margin: 0;
}
.multi-select-icon label {
    border-radius: 5px;
    border: 1px solid #ced4da;
    padding: 5px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
}
.multi-select-icon label img {
    height: 60px;
    width: 60px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}
.multi-select-icon span {
    font-weight: bold;
    color: #000;
}
.multi-select-icon li {
    display: inline-block;
    width: 300px;
    text-align: center;
}
.multi-select-icon ul {
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inherit!important;
    justify-content: space-between!important;
    width: 100%;
}
.agent-form .calendar {
  padding:8px;
  background: #ffffff;
  border-radius: 4px;
  font-size:18px;
  border: 1px solid #333333;
}
.ui-datepicker {
  background: #ffffff;
  border-radius: 15px;
}
.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background: #6cc417;
  margin-bottom: 10px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}
.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}
.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #333333;
}
.ui-datepicker-title {
  text-align: center;
  font-size:25px;
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #6cc417;
  margin-bottom: 5px;
  font-size: 18px;
}
.ui-state-default {
  display: block;
  text-decoration: none;
  color: #333333;
  line-height: 40px;
  font-size: 16px;
}
.ui-state-default:hover {
  color: #ffffff;
  background:#6cc417;
  border-radius:50px;
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}
.ui-state-highlight {
  color: #ffffff;
  background-color:#52d017;
  border-radius:50px;
}
}
.ui-state-active {
  color: #ffffff;
  background-color:#6cc417;
  border-radius:50px;
}
.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

/*.career-form-background .form-all:before {
    top: 0;
    right: -160px;
    width: 160px;
}
.career-form-background .form-all:before {
    content: "";
    background-image: url(//www.jotform.com/uploads/vanvell/form_files/logo.png);
    display: inline-block;
    height: 177px;
    position: absolute;
    background-size: 160px 177px;
    background-repeat: no-repeat;
    width: 100%;
}*/
.form-multiple-column[data-columncount="2"] .form-radio-item, .form-multiple-column[data-columncount="2"] .form-checkbox-item {
    width: 50%;
}
.form-multiple-column .form-radio-item, .form-multiple-column .form-checkbox-item {
    display: inline-flex;
    margin-top: 5px;
    float: left;
}
.form-checkbox-item:not(#foo) input:checked + label:after {
    opacity: 1;
}
.form-checkbox-item:not(#foo) input:checked + label:after {
    opacity: 1;
}
.form-checkbox-item:not(#foo) label:after {
    background-color: #02469D;
    box-shadow: 0 2px 0 0 #02469D, 2px 2px 0 0 #02469D, 4px 2px 0 0 #02469D, 6px 2px 0 0 #02469D;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.form-checkbox-item:not(#foo) label:after {
    content: '';
    position: absolute;
    z-index: 10;
    display: inline-block;
    opacity: 0;
    top: 8px;
    left: 9px;
    width: 3px;
    height: 3px;
}
[data-type="control_fullname"] .form-sub-label-container {
    width: 100%;
}
.form-sub-label-container {
    display: inline-block;
    margin-right: 5px;
}
.form-sub-label {
    font-size: 0.786em;
    margin-top: 3px;
    color: #02469D;
}
.form-dropdown {
    border-color: #ffffff;
    color: #1b1b1b;
    -webkit-appearance: menulist-button;
    height: 30px;
}
.career-form-background .form-textbox, .form-textarea {
    border-width: 1px;
    border-color: #ffffff;
    color: #1b1b1b;
    padding: 7px 3px 5px 3px;
}
.career-form-background .form-textbox, .form-textarea, .form-dropdown {
    outline: none;
    width: 100% !important;
}
.form-checkbox-item:not(#foo) {
    position: relative;
}
.form-checkbox-item:not(#foo) label {
    line-height: 18px;
    float: left;
    margin-left: 37px;
}

.form-checkbox-item:not(#foo) label {
    display: block;
    color: #02469d;
}
.form-checkbox-item:not(#foo) input[type="checkbox"], .form-checkbox-item:not(#foo) input[type="radio"] {
    display: none;
}
.form-checkbox-item:not(#foo) label:before {
    border: 2px solid #02469D;
}
.form-checkbox-item:not(#foo) label:before {
    content: '';
    position: absolute;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 4px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.form-checkbox-item:not(#foo) label:after {
    content: '';
    position: absolute;
    z-index: 10;
    display: inline-block;
    opacity: 0;
    top: 8px;
    left: 9px;
    width: 3px;
    height: 3px;
}
.form-radio-item label, .form-checkbox-item label {
    width: 100%;
}
.form-checkbox-item:not(#foo) {
    margin-bottom: 0;
    position: relative;
}
ul.form-section.page-section {
    padding: 0;
}
ul.form-section.page-section li {
list-style: none;
}
.header-logo-right {
    margin-left: 1em;
}
.form-header-group.hasImage>.header-logo {
    display: table-cell;
}
li[data-type="control_checkbox"], [data-type="control_radio"] {
    display: inline-block;
}
.form-single-column .form-checkbox-item, .form-single-column .form-radio-item {
    width: 100%;
}
.form-single-column .form-radio-item, .form-single-column .form-checkbox-item {
    display: flex;
    align-items: flex-start;
}
.intl-tel-input{
    width: 100%;
}
/*---------------------Career ends-----------------*/
/*---------------------Supplier-registeration Start--------*/
.bg-banner-small{
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}
.supp-regist hr{
width: 100%;
}
.div-supplier-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 15px;
}
.div-supplier-main .supplier-icon img {
    width: 120px;
}
.div-supplier-main .supplier-cont {
    padding-left: 20px;
}
.supplier-cont h5 {
    font-weight: bold;
    font-size: 17px;
}
@charset "UTF-8";
/* Tabs */
.tabbed {
  position: relative;
}
.tabbed figure {
  display: block;
  margin: 0;
  clear: both;
  z-index: 9;
}
.tabbed figure .tab_form {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 100%;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  text-align: left;
  margin: 0;
}
.tabbed figure .tab_form .tab_inner > *:first-child {
  margin-top: 0;
}
.tabbed figure .tab_form .tab_inner > *:last-child {
  margin-bottom: 0;
}
.tabbed > input {
  display: none;
}
.tabbed nav {
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.tabbed nav label {
  width: 25%;
  padding: 8px 20px;
  color: #fff;
  cursor: pointer;
  transition: background-color .5s;
}

.theme-1.tabbed {
  display: flex;
  flex-wrap: wrap;
}
.theme-1.tabbed figure {
  width: 75%;
  margin-top: 10px;
}
.theme-1.tabbed figure .tab_form {
  height: 0;
  background: #fff;
  text-align: left;
}
.theme-1.tabbed figure .tab_form .tab_inner {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
}
.theme-1.tabbed nav {
  width: 23%;
  height: 100%;
  display: block;
  margin: 10px 20px 0 0 ;
  border-radius: 20px;
}
.theme-1.tabbed nav label {
  display: block;
  width: 100%;
  padding: 8px 20px;
  border: 1px solid #ddd;
  background: #fff;
  color: #000;
  font-size: 13px;
  cursor: pointer;
  margin-bottom: 0px;
  margin-right: 4px;
  transition: background-color .5s;
}
.theme-1.tabbed nav label:hover {
  /*background: rgba(0, 150, 255, 0.5);*/
  background-color: #02469D;
  color: #fff;
}
.theme-1.tabbed nav label:active {
    background: #02469D;
  color: #fff;
  border-left: 5px solid #02469D;
}

.theme-2.tabbed figure {
  padding-top: 35px;
}
.theme-2.tabbed figure .tab_form .tab_inner {
  padding: 15px;
  border: 1px solid #0096ff;
  background-color: #ffffff;
}
.theme-2.tabbed nav {
  position: absolute;
  width: 100%;
}
.theme-2.tabbed nav label {
  border: 1px solid #0096ff;
  background: #0096ff;
  width: 10%;
  margin-right: 4px;
}
.theme-2.tabbed nav label:hover {
    background: #02469D;
  color: #fff;
}
.theme-2.tabbed nav label:active {
  background: #02469D;
  color: #fff;
}

.theme-3.tabbed {
  display: flex;
  flex-wrap: wrap;
}
.theme-3.tabbed figure {
  width: 75%;
}
.theme-3.tabbed figure .tab_form {
  height: 0;
  background: #fff;
  text-align: left;
}
.theme-3.tabbed figure .tab_form .tab_inner {
  padding: 20px;
  border: 1px solid #0096ff;
}
.theme-3.tabbed nav {
  width: 25%;
  height: auto;
  display: block;
}
.theme-3.tabbed nav label {
  display: block;
  width: 80%;
  padding: 8px 20px;
  color: #0096ff;
  cursor: pointer;
  margin-bottom: 4px;
  margin-right: 4px;
  padding-left: 30px;
  text-align: left;
  position: relative;
}
.theme-3.tabbed nav label:before {
  content: '➤';
  position: absolute;
  left: -20px;
  top: 2px;
  opacity: 0;
  font-size: 24px;
  transition: opacity .5s, left .5s;
}
.theme-3.tabbed nav label:hover:before {
  opacity: 1;
  left: -8px;
}
.theme-3.tabbed nav label:active:before {
  opacity: 1;
  left: -8px;
}

@media (max-width: 767px) {
  .theme-1.tabbed nav {
    width: 100%;
  }
  .theme-1.tabbed nav label {
    width: calc( 100% - 40px );
    display: block;
    float: none;
    margin: 4px 0;
    border-bottom: 1px solid #0096ff !important;
  }
  .theme-1.tabbed nav label:after {
    display: none !important;
  }
  .theme-1.tabbed figure {
    width: 100%;
  }

  .theme-3.tabbed nav {
    width: 100%;
  }
  .theme-3.tabbed figure {
    width: 100%;
    margin-top: 20px;
  }
}
.tabbed #tab1_1:checked ~ figure .tab1 {
  opacity: 1;
  visibility: visible;
  height: auto;
  border-radius: 20px;
}

.tabbed #tab1_2:checked ~ figure .tab1 {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.tabbed #tab1_3:checked ~ figure .tab1 {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.theme-1 #tab1_1:checked ~ nav label[for='tab1_1'] {
    background: #02469d;
    color: #fff;
    /* border-left: 5px solid #02469d; */
    /*border-top-right-radius: 20px;
    border-top-left-radius: 20px;*/
}

.theme-2 #tab1_2:checked ~ nav label[for='tab1_2'] {
  background: #ffffff;
  border-bottom-color: #ffffff;
  color: #0096ff;
}

.theme-3 #tab1_3:checked ~ nav label[for='tab1_3']:before {
  opacity: 1;
  left: 0px;
}

.tabbed #tab2_1:checked ~ figure .tab2 {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.tabbed #tab2_2:checked ~ figure .tab2 {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.tabbed #tab2_3:checked ~ figure .tab2 {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.theme-1 #tab2_1:checked ~ nav label[for='tab2_1'] {
    background: #02469D;
  color: #fff;
  border-left: 5px solid #02469d;
}

.theme-2 #tab2_2:checked ~ nav label[for='tab2_2'] {
  background: #ffffff;
  border-bottom-color: #ffffff;
  color: #0096ff;
}

.theme-3 #tab2_3:checked ~ nav label[for='tab2_3']:before {
  opacity: 1;
  left: 0px;
}
.theme-3 #tab2_3:checked ~ nav label[for='tab2_3']:before {
  opacity: 1;
  left: 0px;
}

.tabbed #tab3_1:checked ~ figure .tab3 {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.tabbed #tab3_2:checked ~ figure .tab3 {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.tabbed #tab3_3:checked ~ figure .tab3 {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.theme-1 #tab3_1:checked ~ nav label[for='tab3_1'] {
    background: #02469D;
  color: #fff;
  border-left: 5px solid #02469d;
}

.theme-2 #tab3_2:checked ~ nav label[for='tab3_2'] {
    background: #02469D;
  color: #fff;
  border-bottom-color: #ffffff;
}

.theme-3 #tab3_3:checked ~ nav label[for='tab3_3']:before {
  opacity: 1;
  left: 0px;
}

.tabbed #tab4_1:checked ~ figure .tab4 {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.tabbed #tab4_2:checked ~ figure .tab4 {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.tabbed #tab4_3:checked ~ figure .tab4 {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.theme-1 #tab4_1:checked ~ nav label[for='tab4_1'] {
    background: #02469D;
  color: #fff;
  border-left: 5px solid #02469d;
}

.theme-2 #tab4_2:checked ~ nav label[for='tab4_2'] {
  background: #ffffff;
  border-bottom-color: #ffffff;
  color: #0096ff;
}

.theme-3 #tab4_3:checked ~ nav label[for='tab4_3']:before {
  opacity: 1;
  left: 0px;
}

.tabbed #tab5_1:checked ~ figure .tab5 {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.tabbed #tab5_2:checked ~ figure .tab5 {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.tabbed #tab5_3:checked ~ figure .tab5 {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.theme-1 #tab5_1:checked ~ nav label[for='tab5_1'] {
    background: #02469D;
  color: #fff;
  border-left: 5px solid #02469d;
}

.theme-2 #tab5_2:checked ~ nav label[for='tab5_2'] {
  background: #ffffff;
  border-bottom-color: #ffffff;
  color: #0096ff;
}

.theme-3 #tab5_3:checked ~ nav label[for='tab5_3']:before {
  opacity: 1;
  left: 0px;
}
.box-header {
    border-bottom: 2px solid #f4f4f4;
    color: #555;
    padding: 0px;
}
.box-header h3{
    font-size: 20px;
}
.tab_inner label {
    font-weight: bold;
}
.tab_inner ul{
    padding:0;
}
.tab_inner li{
   list-style: none;
}
/*.tab_inner .important-doc{
    height: 400px;
    overflow-y: scroll;
}*/
.tab_inner .consent-area {
    margin: 20px 0;
    font-size: 13px;
}
.tab_inner .consent-area h5 {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}
.tab_inner .consent-area li {
    list-style: ;
    list-style: decimal;
}
/*----------------------Supplier registeration Ends----------*/
/*------------------Product Detail Start--------------*/
.product-detail-heading h4 {
    font-weight: bold;
    display: flex;
    align-items: center;
}
.product-detail-heading span {
    font-size: 13px;
}
.product-detail-heading .address{
    font-size: 10px;
    color:#b5adad;
}
.showing-offers ul.pricing-point li {
    list-style: none;
    font-size: 10px;
    display: inline-block;
    padding: 0 6px;
    color: #b5adad;
}
.showing-offers {
    margin-left: 10px;
    border: 10px solid #dfdfdf;
    border-bottom: 5px solid #dfdfdf;
    border-radius: 20px;
}
.side-offers{
    display: flex;
}
.side-offers .big-heart {
    font-size: 45px;
    color: #077FC6;
}
.showing-offers ul.pricing-point{
    padding: 0;
    text-align: center;
}
.show-offer-price {
    padding: 5px 15px 0;
}
.show-offer-notes{

}
.show-offer-price h2 {
    color: orangered;
    font-weight: bold;
}
.show-offer-price span {
    color: orangered;
    font-weight: bold;
    font-size: 14px;
}
.show-offer-price .start {
    color: #000;
    font-weight: normal;
}
ul.product-feature li {
    display: inline-block;
    font-size: 10px;
    padding: 0 10px 0 0;
}
ul.product-feature {
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.product-feature i {
    font-size: 16px;
}
.overview-cont p {
    font-size: 12px;
}
.overview-cont h4 {
    font-weight: bold;
    font-size: 20px;
}
.package-main h4{
  font-weight: bold;
    font-size: 20px;
}
.accordian-head-show {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accordian-head-show p{
    margin:0;
}
.bg-red{
    background-color: red;
    color: #fff;
    padding: 1px 5px;
    font-size: 9px;
    margin-right: 3px;
}
.bg-green{
    background-color: #4cc417;
    color: #fff;
    padding: 1px 5px;
    font-size: 9px;
    margin-left: 2px;
}
.accordian-head-right span {
    font-size: 11px;
}
.package-main .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #ddd;
    border-radius: 15px;
        margin: 0 0 15px 0;
}
.package-main .content{
    background-color:#ddd!important;
    border:1px solid #fff;
        border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
}
.age-left span {
    font-size: 9px;
}
.age-left p {
    font-weight: bold;
    margin: 0;
}
.age-pricing {
        margin: 10px 0px;
    border-radius: 5px;
    background-color: #fff;
    /* align-items: center; */
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 0;
}
.age-pricing .touchspin {
  border: none;
}
.age-pricing .bootstrap-touchspin-down ,.age-pricing .bootstrap-touchspin-up{
  background:#fff;
  color:#02469d;
}
.age-right {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bootstrap-touchspin {
    width: 67%;
    margin-bottom: 7px;
}



audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
     ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
     ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

/*mark {
    background: #ff0;
    color: #000;
}*/

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
     ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
     ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
     ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;

  font-size: 13px;
  font-weight: 700;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: #fff;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #fff;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #077FC6;

  color: #fff !important;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #077FC6;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #ff8c00;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #ff8c00;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #02469d;

  color: #fff !important;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #ff8c00;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: ##ff8c00;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;

  color: #077FC6;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}

.datepicker .dow {

  border-bottom: 1px solid #e7e7e7;

  color: #9b8079;
  font-size: 13px;
}

.datepicker-months .prev,
.datapicker-months .next,
.datepicker-years .prev,
.datepicker-years .next {
  width: 58px;
}

.datepicker-days tbody td:nth-child(6),
.datepicker-days tbody td:nth-child(7) {
  color: #D44;
}

@import url("normalize.css");
@import url("datepicker.css");



/* app */
.charset {
    box-shadow: 1px 1px 10px #000;
}


.app:after {
    content: "";
    display: table;
    clear: both;
}
    .app__side {
        background: #333;
        width: 35%; height: 100%;
        padding: 40px;
        float: left;

        color: #ff8c00;
    }
    .app__main {
        background: #fbf9fa;
        width: 100%;
         height: 265px;
        float: left;
        padding: 0px;
        margin-top: 10px;
    }



/* b-calendar */
.calendar {
    padding: 0px;
}
    .calendar .datepicker {
        width: 100%;
    }
        .calendar .datepicker table {
            width: 100%;
        }


.visuals-video h4{
    font-weight: bold;
    font-size: 20px;
}
 .visuals-video p{
    color: #02469D;
    font-weight: bold;
 }       
 .thing-to-know h4,.booking-policy h4,.location h4{
    color:#02469D;
    font-weight: bold;
 }
 .booking-policy li i {
    color: chartreuse;
}
.booking-policy li {
    list-style: none;
    font-size: 13px;
}
.booking-policy ul {
    padding: 0;
}
.booking-policy {
    font-size: 14px;
    line-height: 24px;
}
.buddy-link {
    float: right;
    width: 290px;
    text-align: center;
}
.buddy-coin-link{
    font-weight: bold;
color: red;
font-size: 12px;
}
.map{
    height: 300px;
}
.thing-to-know ul {
    padding: 0 0 0 200px;
}
.thing-to-know li {
    font-size: 13px;
}
.highlight h4{
    font-size:20px;
    font-weight: bold;
}
.highlight p{
color: #02469d;
font-weight: bold;
}
.need-help-div {
    border-top: 5px solid #dfdfdf!important;
    border: 10px solid #dfdfdf;
    width: 290px;
    float: right;
    border-radius: 20px;
    padding: 10px;
}
.need-help-item {
    display: flex;
}
.need-head-icon {
    padding-right: 10px;
}
.need-help-cont p {
    color: #796c6c;
    margin: 0;
    font-weight: bold;
}
.need-help-cont span{
    font-weight: bold;
}
.need-help-item .live-chat{
color: green;
text-decoration: underline;
}
.rating_div .review-info li {
    list-style: none;
    display: inline-block;
    padding: 0 10px 0 0;
}
.rating_div .review-info {
    padding: 0;
}
.review-info .badge-tag {
    color: #000;
    background-color: #dfdfdf;
}
.review-cont span {
    color: #6b5b5b;
    font-size: 13px;
}
.review-cont {
    background-color: #f1f1f1;
    padding: 10px;
}
.review-cont h4 {
    font-size: 15px;
    font-weight: bold;
}
.review-cont p {
    margin: 0;
}
.review-img img {
    width: 100px;
    height: 50px;
    margin: 0 5px 10px;
    border-radius: 5px;
}
.review-info .fa-star.checked {
    color: darkturquoise;
}
.review_box {
    margin-bottom: 0;
}
.reviews h4{
color: #02469D;
font-size: 20px;
font-weight: bold;
}
.review_rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    width: 100%;
}
span.star-num {
    margin-right: 15px;
}
.fa-star {
    color: #ccc;
}
.rating-detail {
    width: 30%;
}
.rating-star-view {
    width: 30%;
}
.rating-progress {
    width: 40%;
}
.rating-num {
    font-size: 11px;
    margin-bottom: 7px;
}
.progress {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: none;
  margin-bottom: 7px;
}
.progress.progress-xs {
  height: 5px;
  margin-top: 5px;
}
.progress.progress-sm {
  height: 10px;
  margin-top: 5px;
}
.progress.progress-lg {
  height: 25px;
}
.progress.vertical {
  position: relative;
  width: 20px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
.progress.vertical > .progress-bar {
  width: 100% !important;
  position: absolute;
  bottom: 0;
}
.progress.vertical.progress-xs {
  width: 5px;
  margin-top: 5px;
}
.progress.vertical.progress-sm {
  width: 10px;
  margin-top: 5px;
}
.progress.vertical.progress-lg {
  width: 30px;
}

.progress-bar {
  background-color: #2196F3;
  box-shadow: none;
}
.progress-bar.text-left {
  text-align: left;
}
.progress-bar.text-left span {
  margin-left: 10px;
}
.progress-bar.text-right {
  text-align: right;
}
.progress-bar.text-right span {
  margin-right: 10px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress-bar-success {
  background-color: #64DD17;
}
.progress-bar-green{
    background-color: green;
}
.progress-bar-warning{
    background-color: #fdd017;
}
/*------------------Product Detail ends---------------*/
/*-----------------------Coming-soon-----------*/

.coming-soon-main {
    background-image:url(../images/local-expert.jpg);
    height:550px;
    background-size:100% 100%;
}
.coming-soon-main .dark-div {
    background-color:#000;
    opacity:0.8;
    min-height:550px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}
.popEffect {
    display:block;
    text-align:left;
    text-indent:8px;
}
.popEffect span {
    top:-50px;
    font-weight:bold;
    font-size:100px;
    animation:pop 12.5s linear infinite 0s;
    -ms-animation:pop 12.5s linear infinite 0s;
    -webkit-animation:pop 12.5s linear infinite 0s;
    color:#02469d;
    opacity:0;
    overflow:hidden;
    position:absolute;
}
.popEffect span:nth-child(2) {
    animation-delay:2.5s;
    -ms-animation-delay:2.5s;
    -webkit-animation-delay:2.5s;
}
.popEffect span:nth-child(3) {
    animation-delay:5s;
    -ms-animation-delay:5s;
    -webkit-animation-delay:5s;
}
.popEffect span:nth-child(4) {
    animation-delay:7.5s;
    -ms-animation-delay:7.5s;
    -webkit-animation-delay:7.5s;
}
.popEffect span:nth-child(5) {
    animation-delay:10s;
    -ms-animation-delay:10s;
    -webkit-animation-delay:10s;
}
/*Pop Effect Animation*/

@-moz-keyframes pop {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0;
        -moz-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px);
    }
    10% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }
    25% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }
    30% {
        opacity: 0;
        -moz-transform: translateY(0px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes pop {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px);
    }
    10% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    25% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    30% {
        opacity: 0;
        -webkit-transform: translateY(0px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-ms-keyframes pop {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0;
        -ms-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px);
    }
    10% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }
    25% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }
    30% {
        opacity: 0;
        -ms-transform: translateY(0px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/*---------coming-soon ends--------------------------*/

/*--------------signup-------------*/
.main-btn {
    color: #fff;
    background-color: #6b0e3d;
    padding: 10px 15px;
    border-radius: 10px;
    border: 2px solid #6b0e3d;
   
}



.main-btn:hover {
    color: #6b0e3d;
    background-color: #fff;
}
.login-form-div {
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-form-div .sign-up-form {
    border-radius: 10px;
   /* padding: 20px;*/
    /*border: 1px solid #6b0e3d;*/
    border-top: 4px solid #6b0e3d;
    border-left: 3px solid #6b0e3d;
    border-right: 3px solid #6b0e3d;
    border-bottom: 4px solid #6b0e3d;
    box-shadow: 0 -5px 16px 0 rgba(0,0,0,0.3), 0 5px 16px 0 rgba(0,0,0,0.3);
}
.tab-pane .logo img {
    width: 160px;
    margin-bottom: 15px;
}
.tab-pane form h5 {
    font-weight: 600;
    color: #6b0e3d;
}
.bg-gray {
    background-color: #ddd;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.side-tab-button {
    margin: 40px 0 0px ;
}
#myTabContent {
    padding: 10px 0px;
    margin:10px 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #6b0e3d;
    color: #fff;
}
.nav-pills .nav-link:hover {
    background-color: #6b0e3d;
    color: #fff;
}
.nav-pills .nav-link {
    background-color: #fff;
    color: #6b0e3d;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}
.logo img {
    margin: 10px 15px;
    width: 150px;
    height: 110px;
}
.sign-up-form h5{
color: #6b0e3d;
font-weight: 600;
}
.link-btn {
    color: #6b0e3d!important;
    font-weight: bold;
}
.nav.nav-pills li {
    margin: 10px 0;
    text-align: center;
    margin: 10px auto;
    position: relative;
}
.side-tab-button h6 {
    text-align: center;
    color: #6b0e3d;
    font-size: 25px;
    font-weight: bold;
}
.side-tab-button .logo {
    margin-bottom: 50px;
}
h2.section-title-side-lines {
    color: #6b0e3d;
}
.nav-link img {
    width: 80px;
}
.title-user {
    font-weight: bold;
    color: #fff;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 50%;
  font-size: 18px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.nav-item .image {
    position: relative;
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.nav-item:hover img{
  opacity: 0.3;
}

.nav-item:hover .title-user {
  opacity: 1;
}
.img-cont-div {
    margin: 0 auto;
    background-color: #6b0e3d;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    padding: 30px 0;
}

.icon-button {
    background-color: white;
    border-radius: 3.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1.7rem;
    height: 3.6rem;
    line-height: 2.6rem;
    margin: 0 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 3.6rem;
}

/* Circle */
.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
    width: 0;
}
.icon-button:hover span {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 2.6rem;
    margin: -1.8rem;
}

/* Icons */
.icon-button i {
    background: none;
    color: white;
    height: 3.6rem;
    left: 0;
    line-height: 3.6rem;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
    width: 3.6rem;
    z-index: 10;
}





.twitter span {
    background-color: #4099ff;
}
.facebook span {
    background-color: #3B5998;
}
.instagram span {
    background: linear-gradient(to top left, #33ccff 0%, #ff99cc 100%);
}
.tumblr span {
    background-color: #34526f;
}
/*.instagram span {
    background-color: #E1306C;
}*/
.youtube span {
    background-color: #bb0000;
}
.pinterest span {
    background-color: #cb2027;
}



.icon-button .fa-twitter {
    color: #4099ff;
}
.icon-button .fa-facebook {
    color: #3B5998;
}
.icon-button .fa-tumblr {
    color: #34526f;
}
.icon-button .fa-instagram {
    color: #E1306C;
}
/*.icon-button .fa-instagram {
    color: #517fa4;
}*/
.icon-button .fa-youtube {
    color: #bb0000;
}
.icon-button .fa-pinterest {
    color: #cb2027;
}




.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook,
.icon-button:hover .fa-instagram,
.icon-button:hover .fa-tumblr,
.icon-button:hover .fa-instagram,
.icon-button:hover .fa-youtube,
.icon-button:hover .fa-pinterest {
    color: white;
}

.cont-banner {
    position: absolute;
    /* bottom: 0; */
    left: 120px;
    bottom: 60px;
    border-radius: 20px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.23);
    /*background-color: rgba(255, 255, 255, 0.53);*/
    color: #fff;
}
.banner-main {
    position: relative;
}
.cont-banner p {
    font-size: 20px;
    font-weight: bold;
}
.cont-banner h3 {
    font-size: 50px;
    font-weight: bolder;
    text-transform: uppercase;
}
input.drop-down-text-dark{
    color: #000!important;
}
.required-field::after {
    content: "*";
    color: red;
}


.btn-group.bootstrap-select.form-select.newselect {
    
    width: 100% !important;
}

.btn-group.bootstrap-select.form-select.newselect button {
    border: 1px solid #ccc;
}

.btn-group.bootstrap-select.form-select.newselect button::after {
    display: none;
}

.bootstrap-select .dropdown-toggle::after{
  display: none;
}
.newslectbox .dropdown-menu.open.show {
    transform: translate3d(0px, 48px, 0px) !important;
  }
  .newslectbox button {
    border: 1px solid #ccc !important;
}