@import "../trip_planner/css/layout.css";

.header {
	background-color: #fff
}

.header .navbar.navbar-expand-lg {
	padding: .5rem 1rem
}

.header .navbar.navbar-expand-lg .navbar-brand {
	padding: 0
}

.header .navbar.navbar-expand-lg .navbar-nav .nav-item a {
	background-color: var(--secondary);
	border-radius: 50px;
	width: 100px;
	text-align: center;
	color: #fff;
	margin-left: 15px;
	padding: .375rem 1rem;
	cursor: pointer
}

.header .navbar.navbar-expand-lg .navbar-nav .nav-item a:hover {
	color: #fff;
	background-color: var(--secondary);
}

.main-content-section {
	background: var(--primary);
	padding: 100px 5px;
	min-height: 100vh
}

.main-content-section h1 {
	color: #fff;
	font-size: 50px;
	margin-bottom: 20px;
}

.main-content-section h1 .trwx {
	color: #fff
}

.main-content-section p {
	margin-bottom: 30px;
	color: #fff
}

.login-content {
	text-align: justify;
}

.btn-close {
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.main-content-section .ul-sections h2 {
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold
}
.main-content-section .input-group-text,.password-modal .input-group-text{
	padding: 11px .75rem 11px .75rem;
}
.main-content-section .form-control,.password-modal .form-control {
	border: 1px solid #ced4db;
}
.main-content-section .ul-sections ul {
	padding: 0;
	list-style-type: none
}

.main-content-section .ul-sections ul li {
	list-style-type: none;
	padding: 0 0 0 28px;
	margin: 0 0 10px 0;
	background: url(../images/tick_list.png) no-repeat 0 3px;
	color: #fff
}

.main-content-section .login-box {
	background-color: #fff;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
	padding: 60px 30px;
	border-radius: 10px;
}

.main-content-section .login-box h2 {
	color: var(--primary);
	text-align: center;
	margin-bottom: 40px
}

.main-content-section .login-box label {
	/*font-family: 'source_sans_prosemibold', sans-serif;*/
	font-size: 15px
}

.main-content-section .login-box .forgot-pass {
	color: #007bff;
	cursor: pointer
}

.main-content-section .login-box .btn-submit {
	margin-top: 20px;
	background-color: var(--primary);
	border: 1px solid var(--primary);
	border-radius: 50px;
	color: #fff;
	min-width: 150px;
	padding: .375rem 1rem
}

.main-content-section .login-box .btn-submit:hover {
	background-color: var(--primary);
	border: 1px solid var(--primary)
}

.password-modal .btn-submit {
	margin-top: 10px;
	background-color: #060e9f;
	border: 1px solid #060e9f;
	border-radius: 50px;
	color: #fff;
	min-width: 150px;
	padding: .375rem 1rem
}

.password-modal .btn-submit:hover {
	background-color: #146ce6;
	border: 1px solid #146ce6
}

.register-div label {
	/*font-family: 'source_sans_prosemibold', sans-serif;*/
	font-size: 15px
}

.register-div .btn-submit {
	margin-top: 10px;
	background-color: #060e9f;
	border: 1px solid #060e9f;
	border-radius: 50px;
	color: #fff;
	min-width: 150px;
	padding: .375rem 1rem
}

.register-div .btn-submit:hover {
	background-color: #146ce6;
	border: 1px solid #146ce6
}


.main-header {
	background: none;
}

.main-header .navbar.navbar-expand-xl {
	padding: .5rem 1rem
}

.main-header .navbar.navbar-expand-xl .navbar-brand {
	padding: 0
}

.main-header .navbar.navbar-expand-xl .navbar-nav .nav-item {
	position: relative
}

.main-header .navbar.navbar-expand-xl .navbar-nav .nav-item a {
	color: #333;
	/*font-family: 'source_sans_prosemibold', sans-serif;*/
	font-size: 15px;
	padding: 30px 15px
}

@media(max-width:1199px) {
	.main-header .navbar.navbar-expand-xl .navbar-nav .nav-item a {
		padding: 15px
	}
}

.main-header .navbar.navbar-expand-xl .navbar-nav .nav-item ul {
	list-style-type: none;
	margin: 0
}

.main-header .navbar.navbar-expand-xl .navbar-nav .nav-item.drop-down-ul ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(70%);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
	transition: ease all .3s
}

.main-header .navbar.navbar-expand-xl .navbar-nav .nav-item.drop-down-ul ul a {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	color: #3c1300
}

.main-header .navbar.navbar-expand-xl .navbar-nav .nav-item.drop-down-ul:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible
}

.main-header .navbar.navbar-expand-xl .navbar-nav .nav-item.drop-down-ul li {
	min-width: 180px;
	position: relative
}

.main-header .navbar.navbar-expand-xl .navbar-nav .nav-item.drop-down-ul .drop-down-ul ul {
	top: 0;
	left: calc(70%)
}

.main-header .navbar.navbar-expand-xl .navbar-nav .nav-item.drop-down-ul .drop-down-ul:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%
}

.body-section {
	background-color: #f9f9f9;
	padding: 70px 0;
	min-height: 90vh
}

.body-section .user-section {
	background-color: #fff;
	padding: 30px;
	box-shadow: 0 0 5px #ccc;
	margin-bottom: 30px
}

.body-section .user-section .section-div {
	border: 1px solid #060e9f;
	text-align: center;
	position: relative;
	margin-top: 40px;
	padding: 15px;
	border-radius: 10px
}

.body-section .user-section .section-div .img-div {
	position: absolute;
	top: -36px;
	left: 37%;
	background-color: #fff;
	padding: 5px
}

.body-section .user-section .section-div .img-div img {
	max-height: 50px
}

.body-section .user-section .section-div h6 {
	font-size: 1.2rem;
	margin: 20px 0 10px
}

.body-section .user-section .section-div p {
	color: #716a70;
	margin-bottom: 8px
}

.body-section .user-section .section-div a {
	color: #6690cc;
	cursor: pointer
}

.body-section .user-section .section-div a:hover {
	color: #4075bf
}

.body-section .overview-sec h3 {
	margin-bottom: 30px
}

.body-section .overview-sec .tab-section {
	background-color: #fff;
	padding: 30px;
	box-shadow: 0 0 5px #ccc;
	margin-bottom: 30px
}

.body-section .overview-sec .tab-section nav>.nav.nav-tabs {
	border: 0;
	color: #fff;
	background: #060e9f;
	border-radius: 0
}

.body-section .overview-sec .tab-section nav>div a.nav-item.nav-link,
.body-section .overview-sec .tab-section nav>div a.nav-item.nav-link.active {
	border: 0;
	padding: 10px 20px;
	color: #fff;
	background: #060e9f;
	border-radius: 0
}

.body-section .overview-sec .tab-section nav>div a.nav-item.nav-link.active:after {
	content: "";
	position: relative;
	bottom: -48px;
	left: -20%;
	border: 15px solid transparent;
	border-top-color: #146ce6
}

.body-section .overview-sec .tab-section .tab-content {
	background: #fdfdfd;
	line-height: 25px;
	border: 1px solid #060e9f;
	padding: 15px
}

.body-section .overview-sec .tab-section .tab-content h4 small {
	font-size: 1rem
}

.body-section .overview-sec .tab-section .tab-content .content-sec {
	background: #ddd;
	padding: 15px;
	margin: 20px 0;
	box-shadow: 0 0 5px #ddd
}

.body-section .overview-sec .tab-section nav>div a.nav-item.nav-link:hover,
.body-section .overview-sec .tab-section nav>div a.nav-item.nav-link:focus,
.body-section .overview-sec .tab-section nav>div a.nav-item.nav-link.active {
	border: 0;
	background: #146ce6;
	color: #fff;
	border-radius: 0;
	transition: background .20s linear
}

.body-section .gst-section {
	background-color: #fff;
	padding: 30px;
	box-shadow: 0 0 5px #ccc;
	margin-bottom: 30px
}

.body-section .gst-section .close-btn {
	background-color: #e60b2f;
	color: #fff;
	border: 1px solid #e60b2f;
	min-width: 100px;
	border-radius: 50px;
	padding: .375rem 1rem
}

.body-section .gst-section .close-btn:hover {
	background-color: #e60b2f;
	color: #fff;
	border: 1px solid #e60b2f
}

.body-section .gst-section .save-btn {
	background-color: #060e9f;
	color: #fff;
	border: 1px solid #060e9f;
	min-width: 100px;
	border-radius: 50px;
	padding: .375rem 1rem
}

.body-section .gst-section .save-btn:hover {
	background-color: #146ce6;
	color: #fff;
	border: 1px solid #146ce6
}

.body-section .form-section {
	background-color: #fff;
	padding: 30px;
	box-shadow: 0 0 5px #ccc;
	margin-bottom: 30px
}

.body-section .form-section label {
	/*font-family: 'source_sans_prosemibold', sans-serif;*/
	font-size: 15px
}

.body-section .form-section .nav-tabs {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 7px;
	position: relative;
}

.body-section .form-section .nav-tabs li {
	margin-right: 8px
}

.body-section .form-section .nav-tabs li a {
	border: 1px solid var(--secondary);
	padding: 8px 15px;
	border-radius: 5px 5px 0 0;
	text-decoration: none;
	border-bottom: 0;
	color: var(--secondary);
	/* font-family: 'source_sans_prosemibold', sans-serif; */
}

.body-section .form-section .nav-tabs li a.active, .body-section .form-section .nav-tabs li a:hover {
	background-color: var(--secondary);
	border: 1px solid var(--secondary);
	color: #fff;
	border-bottom: 0;
}

.body-section .form-section .employees-edit-options,
.body-section .form-section .policy-edit-options {
	margin-top: 15px
}

.body-section .form-section .employees-edit-options a,
.body-section .form-section .policy-edit-options a {
	display: block;
	line-height: 38px
}

.body-section .form-section .tab-content a {
	text-decoration: none
}

.body-section .form-section .note-section {
	margin-top: 20px;
	margin-bottom: 0
}

.body-section .form-section .note-section p {
	margin: 0
}

.user-modal label {
	/*font-family: 'source_sans_prosemibold', sans-serif;*/
	font-size: 15px
}

.user-modal .verify-text {
	color: #060e9f
}

.user-modal .note-section {
	background-color: #ddd;
	padding: 15px;
	margin-bottom: 20px
}

.user-modal .note-section p {
	margin: 0
}

.user-modal .close-btn {
	background-color: #e60b2f;
	color: #fff;
	border: 1px solid #e60b2f;
	min-width: 100px;
	border-radius: 50px;
	padding: .375rem 1rem
}

.user-modal .close-btn:hover {
	background-color: #e60b2f;
	color: #fff;
	border: 1px solid #e60b2f
}

.user-modal .save-btn {
	background-color: var(--primary);
	color: #fff;
	border: 1px solid var(--primary);
	min-width: 100px;
	border-radius: 50px;
	padding: .375rem 1rem
}

.user-modal .save-btn:hover {
	background-color: var(--primary);
	color: #fff;
	border: 1px solid var(--primary)
}

.user-modal .gst-btn {
	background-color: var(--primary);
	color: #fff;
	border: 1px solid var(--primary);
	border-radius: 50px;
	padding: .375rem 1rem
}

.user-modal .gst-btn:hover {
	background-color: var(--primary);
	color: #fff;
	border: 1px solid var(--primary)
}

.user-modal .border-div {
	border-top: 2px solid #ccc;
	margin: 30px auto;
	width: 50%;
	position: relative
}

.user-modal .border-div .or-text {
	left: 42%;
	height: 40px;
	background: #eee;
	width: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	position: absolute;
	border-radius: 50px;
	top: -20px
}

footer p {
	margin: 0;
	padding: 25px 0;
	text-align: center;
	/*font-family: 'source_sans_prosemibold', sans-serif;*/
	font-size: 15px
}

.tooltip1 {
	position: relative;
	display: inline-block;
	line-height: inherit !important
}

.tooltip1 .tooltiptext {
	visibility: hidden;
	width: 200px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 35%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity .3s
}

.tooltip1 .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent
}

.tooltip1:hover .tooltiptext {
	visibility: visible;
	opacity: 1
}

.btn.btn-primary {
	/* background-color: var(--primary); */
	/* border: 1px solid var(--primary); */
	/* border-radius: 50px; */
	/* padding: .375rem 1rem; */
	/* color: #fff; */
	/* min-width: 100px; */
}

.btn.btn-primary:hover {
	/* background-color: #133AB6; */
	/* border: 1px solid #133AB6; */
}

.upload-file {
	position: relative
}

.upload-file input[type="file"] {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer
}

.upload-file .upload-btn {
	border: 1px solid #060e9f;
	color: #060e9f;
	padding: .375rem 1rem;
	border-radius: 50px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 15px
}

.popover {
	min-width: 200px
}

.invite-employee,
.create-group {
	position: absolute;
	right: 0
}

@media(max-width:480px) {

	.invite-employee,
	.create-group {}
}

.policy-section {
	border: 1px solid #ddd;
	margin-bottom: 20px
}

.policy-section .section-head {
	background-color: #ddd;
	padding: 10px 15px
}

.policy-section .section-head h4 {
	font-size: 1.25rem;
	margin: 0
}

.policy-section .section-body {
	padding: 15px
}

.booking-section {
	border: 1px solid #ddd;
	margin-bottom: 20px
}

.booking-section .booking-sec-head {
	background-color: #ddd;
	padding: 10px 15px
}

.booking-section .booking-sec-head .delete-btn {
	font-size: 1.2rem;
	color: red;
	cursor: pointer;
	float: right;
	margin-top: 5px
}

.booking-section .booking-sec-body {
	padding: 15px
}

.booking-section .booking-sec-body label {
	margin: 0
}

.booking-section .booking-sec-body p {
	margin: 0;
	color: #666
}

.add-new-tag h4 {
	font-size: 1.25rem;
	color: #007bff;
	margin: 0;
	cursor: pointer
}

.add-new-tag h4:hover {
	color: #060e9f
}

.proceed-btn {
	/* background-color: #060e9f; */
	/* border: 1px solid #060e9f; */
	/* border-radius: 50px; */
	/* padding: .375rem 1rem; */
	/* color: #fff; */
	/* min-width: 100px; */
}

.proceed-btn:hover {
	/* background-color: #146ce6; */
	/* border: 1px solid #146ce6; */
}

#dropdown-content h5,
#radio-content h5,
#multiselect-content h5,
#freetext h5 {
	font-size: 1rem;
	color: #007bff;
	margin: 0;
	cursor: pointer
}

#dropdown-content h5:hover,
#radio-content h5:hover,
#multiselect-content h5:hover,
#freetext h5:hover {
	color: #060e9f
}
.breadcrumb {
	list-style: none;
	display: inline-block;
	background-color: #e7e7e7;
	padding: 0 !important;
	width: 100%;
}

.breadcrumb .icon {
	font-size: 14px
}

.breadcrumb li {
	float: left
}

.breadcrumb li a {
	color: #FFF;
	display: block;
	background: var(--primary);
	text-decoration: none;
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 5px;
	text-align: center;
	margin-right: 23px
}

.breadcrumb li:nth-child(even) a {
	background-color: var(--secondary)
}

.breadcrumb li:nth-child(even) a:before {
	border-color: var(--secondary) var(--secondary) var(--secondary) transparent
}

.breadcrumb li:nth-child(even) a:after {
	border-left-color: var(--secondary)
}

.breadcrumb li:first-child a {
	padding-left: 15px;
	border-radius: 4px 0 0 4px
}

.breadcrumb li:first-child a:before {
	border: 0
}

.breadcrumb li a:after,
.breadcrumb li a:before {
	content: "";
	position: absolute;
	top: 0;
	border: 0 solid #060e9f;
	border-width: 20px 10px;
	width: 0;
	height: 0
}

.breadcrumb li a:before {
	left: -20px;
	border-left-color: transparent
}

.breadcrumb li a:after {
	left: 100%;
	border-color: transparent;
	border-left-color: var(--primary)
}

.breadcrumb li a:hover {
	background-color: var(--secondary)
}

.breadcrumb li a:hover:before {
	border-color: var(--secondary) var(--secondary) var(--secondary) transparent
}

.breadcrumb li a:hover:after {
	border-left-color: var(--secondary)
}

.breadcrumb li a:active {
	background-color: var(--secondary)
}

.breadcrumb li a:active:before {
	border-color: #146ce6 #146ce6 #146ce6 transparent
}

.breadcrumb li a:active:after {
	border-left-color: #146ce6
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	display: none
}

.account-section {
	margin-top: 20px;
}

.account-section .nav-tabs {
	display: block;
	border: 0
}

.account-section .nav-tabs li {
	display: block;
	margin-bottom: 10px
}

.account-section .nav-tabs li a {
	background-color: #fff;
	display: block;
	text-align: center;
	/* font-family: 'source_sans_prosemibold', sans-serif; */
	color: var(--primary);
	padding: 10px;
	font-size: 1.25rem;
	border: 1px solid #ccc;
	font-weight: 400;
}

.account-section .nav-tabs li a .upcoming {
	width: 24px;
	height: 24px;
	background: url('../images/css_sprites.png') -98px -54px;
	display: inline-block
}

.account-section .nav-tabs li a .cancelled {
	width: 24px;
	height: 24px;
	background: url('../images/css_sprites.png') -54px -54px;
	display: inline-block
}

.account-section .nav-tabs li a .completed {
	width: 24px;
	height: 24px;
	background: url('../images/css_sprites.png') -54px -10px;
	display: inline-block
}

.account-section .nav-tabs li a:hover,
.account-section .nav-tabs li a.active {
	background-color: var(--primary);
	color: #fff;
	text-decoration: none;
	border: 1px solid var(--primary)
}

.account-section .nav-tabs li a:hover .upcoming,
.account-section .nav-tabs li a.active .upcoming {
	width: 24px;
	height: 24px;
	background: url('../images/css_sprites.png') -98px -10px;
	display: inline-block
}

.account-section .nav-tabs li a:hover .cancelled,
.account-section .nav-tabs li a.active .cancelled {
	width: 24px;
	height: 24px;
	background: url('../images/css_sprites.png') -10px -54px;
	display: inline-block
}

.account-section .nav-tabs li a:hover .completed,
.account-section .nav-tabs li a.active .completed {
	width: 24px;
	height: 24px;
	background: url('../images/css_sprites.png') -10px -10px;
	display: inline-block
}

.account-section .nav-tabs li a .top-text {
	vertical-align: text-bottom;
	margin-left: 10px;
	position: relative;
	top: 2px;
}

.account-section .tab-content-section {
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 0 5px #ccc;
	margin-bottom: 20px
}

.account-section .tab-content-section h6 {
	font-weight: bold
}

.account-section .tab-content-section p {
	font-size: 14px;
	margin-top: 10px
}

.account-section .tab-content-section .note-section {
	background-color: #ddd;
	padding: 15px;
	margin-bottom: 0
}

.account-section .tab-content-section .note-section p {
	margin: 0
}

.account-section .tab-content-section h5 {
	font-size: 1.1rem;
	text-align: center;
	margin-bottom: 0;
}

.account-section .tab-content-section h5 i {
	color: green;
	font-size: 1.3rem;
	vertical-align: bottom;
	margin-right: 8px
}

.account-section .tab-content-section h5 a {
	text-decoration: none
}

.account-section .tab-content-section h5 a i {
	color: #007bff
}

.account-section .tab-content {
	background-color: #fff;
	padding: 35px 15px;
	box-shadow: 0 0 5px #ccc
}

.account-section .tab-content .plan-btn {
	background-color: #060e9f;
	border: 1px solid #060e9f;
	border-radius: 50px;
	padding: .375rem 1rem;
	color: #fff;
	min-width: 150px;
	display: inline-block;
	text-align: center;
	text-decoration: none
}

.account-section .tab-content .plan-btn:hover {
	background-color: #146ce6;
	border: 1px solid #146ce6
}

.account-section .tab-content h4 {
}

.profile-section {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	position: relative;
	box-shadow: 0 0 5px #ccc
}

.profile-section img {
	display: block;
	margin: auto
}

.profile-section .profile-edit {
	position: absolute;
	top: -3px;
	right: 0;
	cursor: pointer;
	background: white;
	width: 30px;
	height: 24px;
}

.profile-section .profile-edit input[type="file"] {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
}

.profile-section .profile-edit i {
	font-size: 30px;
	color: var(--primary)
}

.profile-section h5 {
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center
}

.profile-section p {
	text-align: center;
	margin: 0
}

.content-div-sec {
	margin-top: 20px
}

.content-div-sec a:hover {
	text-decoration: none
}

.content-div-sec p {
	margin: 0
}

.content-div-sec .border-tp {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 10px
}

#add-traveller .nav-tabs {
	border-bottom: 1px solid #060e9f;
	padding-bottom: 3px;
	margin-bottom: 15px
}

#add-traveller .nav-tabs li {
	margin-right: 8px
}

#add-traveller .nav-tabs li a {
	color: #060e9f;
	padding: 5px 10px;
	border: 1px solid #060e9f;
	border-bottom: 0;
	text-decoration: none
}

#add-traveller .nav-tabs li a:hover,
#add-traveller .nav-tabs li a.active {
	color: #fff;
	background-color: #060e9f
}

.banner-section .my-banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	min-height: 600px
}

.banner-section .my-banner h1 {
	text-align: center;
	font-size: 3.5rem;
	color: #fff;
	padding-top: 10%
}

.banner-section .my-banner h5 {
	text-align: center;
	font-size: 1.5rem;
	color: #fff
}

.banner-section .my-banner h6 {
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	margin: 20px 0 10px
}

.banner-section .my-banner p {
	text-align: center;
	font-size: 1rem;
	color: #fff;
	margin: 0
}

.banner-section .interest-btn {
	background-color: #146ce6;
	color: #fff;
	min-width: 200px;
	padding: .375rem 1rem;
	border-radius: 50px;
	display: inline-block;
	margin-top: 15px
}

.banner-section .interest-btn:hover {
	background-color: #146ce6;
	color: #fff
}

.gift-section {
	background-color: #f3eaed;
	padding: 70px 0
}

.gift-section h3 {
	text-align: center
}

.gift-section .gifts-content-div {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.gift-section .gifts-content-div .gift-items {
	margin-top: 50px;
	border: 1px solid #060e9f;
	padding: 15px;
	border-radius: 5px
}

.gift-section .gifts-content-div .gift-items img {
	display: block;
	margin: auto
}

.gift-section .gifts-content-div .gift-items h6 {
	margin: 10px 0;
	text-align: center;
}

.gift-section .gifts-content-div .gift-items a {
	display: block;
	text-align: center
}

.gift-section .gifts-content-div .gift-items a:hover {
	text-decoration: none
}

.work-section {
	background-color: #f3eaed;
	padding: 70px 0
}

.work-section h3 {
	text-align: center
}

.work-section .section-div {
	border: 1px solid #060e9f;
	text-align: center;
	position: relative;
	margin-top: 40px;
	padding: 15px;
	border-radius: 10px
}

.work-section .section-div .img-div {
	position: absolute;
	top: -36px;
	left: 40%;
	background-color: #f3eaed;
	padding: 5px
}

.work-section .section-div .img-div img {
	max-height: 50px
}

.work-section .section-div h6 {
	font-size: 1.2rem;
	margin: 0 0 10px
}

.work-section .section-div p {
	color: #716a70;
	margin-bottom: 8px
}

.work-section .section-div a {
	color: #6690cc;
	cursor: pointer
}

.work-section .section-div a:hover {
	color: #4075bf
}

.work-section .interest-btn {
	background-color: #060e9f;
	color: #fff;
	min-width: 200px;
	padding: .375rem 1rem;
	border-radius: 50px;
	display: inline-block;
	margin-top: 30px
}

.work-section .interest-btn:hover {
	background-color: #146ce6;
	color: #fff
}

.redeem-section {
	background-color: #f3eaed;
	padding: 70px 0
}

.redeem-section h3 {
	text-align: center
}

.redeem-section .section-div {
	border: 1px solid #060e9f;
	text-align: center;
	position: relative;
	margin-top: 40px;
	padding: 15px;
	border-radius: 10px
}

.redeem-section .section-div .img-div {
	position: absolute;
	top: -36px;
	left: 37%;
	background-color: #f3eaed;
	padding: 5px
}

.redeem-section .section-div .img-div img {
	max-height: 50px
}

.redeem-section .section-div h6 {
	font-size: 1.2rem;
	margin: 20px 0 10px
}

.redeem-section .section-div p {
	color: #716a70;
	margin-bottom: 8px
}

.redeem-section .section-div a {
	color: #6690cc;
	cursor: pointer
}

.redeem-section .section-div a:hover {
	color: #4075bf
}

.redeem-section .interest-btn {
	background-color: #060e9f;
	color: #fff;
	min-width: 200px;
	padding: .375rem 1rem;
	border-radius: 50px;
	display: inline-block;
	margin-top: 30px
}

.redeem-section .interest-btn:hover {
	background-color: #146ce6;
	color: #fff
}

.benefits-section {
	background-color: #fff;
	padding: 70px 0
}

.benefits-section .benefits-ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 50px
}

.benefits-section .benefits-ul li {
	list-style-type: none;
	padding: 0 0 0 28px;
	margin: 0 0 10px 0;
	background: url(../images/tick_list.png) no-repeat 0 3px
}

@media screen and (max-width:1366px) {
	.navbar-nav .drop-down-ul .drop-down-ul ul {
		left: -90%
	}

	.navbar-nav .drop-down-ul .drop-down-ul:hover>ul {
		left: -100%
	}
}

@media screen and (max-width:480px) {

	.resp-invite-employee,
	.resp-create-group {
		display: none;
		margin-top: 15px
	}
}

@media screen and (min-width:481px) {

	.resp-invite-employee,
	.resp-create-group {
		display: none
	}
}

.body-section .gst-section p:first-child {
	color: var(--secondary);
}

.addguest .btn-done span {
	background: var(--secondary) !important;
}

@media(max-width:992px) {
	.body-section .gst-section {
		overflow-x: scroll;
	}
	.main-content-section .login-box {
	padding: 30px 30px;
}
.main-content-section h1 {
	font-size: 30px;
}
}

@media(max-width:768px) {
	.modal-dialog {
		padding-top: 80px;
	}

	.user-modal .gst-btn {
		font-size: 15px;
	}

	.ui-widget.ui-widget-content {
		width: 100% !important;
	}

.body-section .form-section {
	margin-top: 20px;
	padding: 10px;
}
.body-section .form-section .nav-tabs li {
	margin-right: 0;
	width: 100%;
}
.body-section .form-section .nav-tabs li a {
	width: 100%;
	display: block;
}
.invite-employee, .create-group {
	position: relative;
	margin-top: 14px;
}
.body-section .form-section .nav-tabs li a {
	border-radius: 0;
}
}

@media(max-width:565px) {
	.ui-widget.ui-widget-content {
		width: 80% !important;
	}

	.body-section .form-section .nav-tabs li {
		margin-right: 0;
		float: left;
		width: 50%;
	}

	.invite-employee,
	.create-group {
		position: absolute;
		left: 0;
		top: 52px
	}

	.body-section .form-section .employees-edit-options,
	.body-section .form-section .policy-edit-options {
		margin-top: 50px;
	}

	.content-div-sec p {
		margin: 0;
		font-size: 11px;

	}
}


@media(max-width:400px) {
	.user-modal .gst-btn {
		font-size: 14px;
	}

	.body-section .form-section .nav-tabs li a {
		font-size: 11px;
		padding: 8px 7px;
	}

}