@import url('//fonts.googleapis.com/css2?family=Yantramanav:wght@300;400;500;700;900&display=swap');


body {
	color: #000 !important;
 	font-family: 'Yantramanav', sans-serif !important;
  	font-weight: 400 !important;
}

body h1,body h2,body h3,body h4{
	margin-bottom: 10px;
	font-weight: 600;
    color: #060E27;
}

body h1 {
    font-size: 2.8rem;
}

body h2 {
    font-size: 2.125rem;
}

body h2 {
    color: #060E27;
}

body h6{
	font-weight: 400;
	margin-bottom: 10px;
    line-height: 1.25;
    color: #8E8E93;
}

body p{
	font-size: 1.0625em;
	margin-bottom: 10px;
    line-height: 1.25;
    color: #8E8E93;
}

body a:hover,
body a:focus,
body a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.btn.btn1 {
    background: #c74f19;
    color: #fff;
    border: 1px solid #c74f19;
    min-width: 160px;
    padding: 12px 15px;
    border-radius: 50px;
    box-shadow: none !important;
    outline: none !important;
    font-size: 1em;
    font-weight: 400;
    margin-top: 15px;
    white-space: inherit;
}
.btn.btn1:hover {
	background: #060E27;
	border-color: #060E27;
	color: #fff;
}

.btn.btn-border {
    background: transparent;
    color: #c74f19;
    border: 1px solid #c74f19;
}
.btn.btn-border:hover {
    background: #060E27;
    border-color: #060E27;
    color: #fff;
}

.btn.btn-blue {
    background: #46B8EA;
    color: #fff;
    border: 1px solid #46B8EA;
}
.btn.btn-blue:hover {
	background: #060E27;
	border-color: #060E27;
	color: #fff;
}

.btn.btn-blue2 {
    background: #3A53A4;
    color: #fff;
    border: 1px solid #3A53A4;
}
.btn.btn-blue2:hover {
    background: #060E27;
    border-color: #060E27;
    color: #fff;
}

.btn.btn-pink {
    background: #ED365C;
    color: #fff;
    border: 1px solid #ED365C;
}
.btn.btn-pink:hover {
    background: #060E27;
    border-color: #060E27;
    color: #fff;
}

.btn.btn-blue-border {
    background: transparent;
    color: #428efb;
    border: 1px solid #428efb;
}
.btn.btn-blue-border:hover {
	border-color: #060E27;
	color: #fff;
}

.btn.btn-blue-border2 {
    background: transparent;
    color: #3A53A4;
    border: 1px solid #3A53A4;
}
.btn.btn-blue-border2:hover {
	background: #3A53A4;
	border-color: #3A53A4;
	color: #fff;
}

.btn.btn-gray-border {
    background: transparent;
    color: #8E8E93;
    border: 1px solid #D1D1D6;
}
.btn.btn-gray-border:hover {
    background: #3A53A4;
    border-color: #3A53A4;
    color: #fff;
}

.btn.btn-gray-border.back{
    border-radius: 8px;
    font-size: .9375em;
    padding: 6px 15px;
    min-width: auto;
    white-space: nowrap;
}

.btn.border-5 {
    border-radius: 5px !important;
}

.padding1{
	padding-top: 3em;
	padding-bottom: 3em;
}
.padding2{
    padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 65px;
    padding-right: 65px;
}
.padding3{
    padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 30px;
    padding-right: 30px;
}

body .text-dark {
    color: #5a5a5a !important;
}
body .text-29 {
    color: #292929 !important;
}
body .text-8e {
    color: #8E8E93 !important;
}
body .text-b6 {
    color: #B6C9F5 !important;
}
body .text-3a{
    color: #3A53A4 !important;
}
body .text-555 {
    color: #555 !important;
}
body .text-03 {
    color: #03A66D !important;
}
body .text-black {
    color: #000 !important;
}
body .text-blue{
	color: #0c509f !important;
}
body .text-blue2 {
    color: #46B8EA !important;
}
body .text-blue3 {
    color: #0F2A4D !important;
}
body .text-orange{
    color: #C74F19 !important;
}
body .text-green {
    color: #1C955B !important;
}
body .text-blue-dark{
    color: #060e27 !important;
}
body .text-red {
    color: #ED365C !important;
}
body .text-yellow{
    color: #FCB315 !important;
}

.text-11{
    font-size: 11px;
    line-height: 1.2;
}
.text-12{
    font-size: .75rem;
    line-height: 1.2;
}
.text-13{
    font-size: .8125rem;
    line-height: 1.2;
}
.text-14{
    font-size: .875rem;
}
.text-15{
    font-size: .9375rem;
}

.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}


/*header*/
.header {
	position: relative;
    z-index: 9;
}
.header-top {
    background: linear-gradient(180deg, #009ed1, #0c509f);
    color: #fff;
    padding: 8px 65px;
    /* box-shadow: 0 0 10px .1px rgb(0 0 0 / 40%); */
    background: #F2F2F7;
}

.header .logo-1 {
    width: 180px;
}

.header .become {
	display: inline-block;
	border: 1px solid #e5e5ea;
	border-radius: 4px;
	padding: 5px 15px;
	white-space: nowrap;
	font-size: .85em;
	background: #E5E5EA;
	color: #8E8E93;
    margin-right: 10px;
}

.header .btn.login-btn {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 6px 0px;
    /* min-width: 80px; */
    margin-left: 15px;
    white-space: nowrap;
    font-size: .85em;
    box-shadow: none !important;
    outline: none !important;
}

.header .user-icon {
    padding: 4px 5px;
}

/*dropdown1*/
.header .dropdown1 button.btn-secondary {
    background: transparent !important;
    padding: 4px 10px;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
    color: #060E27;
}

.header .dropdown1 .dropdown-menu {
    left: auto !important;
    right: 0;
    top: 0;
    transform: translate3d(0px, 32px, 0px) !important;
    min-width: auto;
    box-shadow: 0 0 8px 0.1px rgb(0 0 0 / 15%);
    border-color: rgb(0 0 0 / 5%);
    min-width: 60px;
    text-align: center;
}

.header .dropdown1 .dropdown-menu .dropdown-item {
    padding: 4px 20px;
    font-size: .9375em;
}

.header .dropdown1 .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #0c509f;
}
.header .dropdown1 button.btn-secondary img{
	width: 20px;
}
.header .dropdown1 .dropdown-menu .dropdown-item img{
	width: 20px;
}
.header .dropdown1 .usr {
    background: #3A53A4;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    margin-right: 4px;
}

.header .dropdown1 button.btn-secondary.thb {
    background: #3A53A4 !important;
    color: #fff;
    padding: 4px 9px 2px !important;
    font-size: 12px;
}

/*header-login*/
.header .user-drop .dropdown-menu{
    min-width: 140px;
    text-align: left;
}
.header .user-drop .user-img{
    border-radius: 100%;
}

/*header-profile*/
.header-profile .logo-1 {
    width: 160px;
}
.header-profile .profile-name img {
    width: 25px;
    min-width: 25px;
    height: 25px;
    border-radius: 100%;
}

.header-profile .profile-name .img {
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #fff;
}

.header-profile .profile-name {
    padding: 4px 10px 4px 0;
}

.header-profile .profile-name .name {
    font-size: .9em;
}

.header .notif {
    background: #F2F2F7;
    color: #3E5B97;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
}

.header .covid-info {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #DAE4FA;
}

.covid-info i.fa-shield-alt {
    background: #3A53A4;
    color: #DAE4FA;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.header .dropdown1 button.btn-secondary.notif {
    background: #F2F2F7 !important;
    color: #3E5B97 !important;
    line-height: 38px;
    padding: 0 !important;
    font-size: 1rem !important;
}

.header .dropdown1.notify-drop .scrollbar {
    max-height: 250px;
}
.header .dropdown1.notify-drop .dropdown-menu {
    text-align: left;
    min-width: 320px;
}

.header .dropdown1.notify-drop li {
    padding: 10px 14px;
}

.header .dropdown1.notify-drop .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    white-space: normal;
}

.header .dropdown1.notify-drop .dropdown-menu .dropdown-item img {
    width: 40px;
    min-width: 40px;
}

.header .dropdown1.notify-drop .dropdown-menu .dropdown-item h6 {white-space: nowrap;}

.header .big-drop .dropdown1 {}

.dropdown1.big-drop {}

.dropdown1.big-drop .dropdown-menu {
    width: 635px;
    text-align: left;
    padding: 15px 0;
}

.dropdown1.big-drop .dropdown-menu .big-langu {}

.dropdown1.big-drop .dropdown-menu .big-langu .big-box {
    width: 25%;
}

.dropdown1.big-drop .dropdown-menu .big-langu .big-box .dropdown-item {
    display: flex;
    align-items: center;
    color: #999;
    white-space: normal;
}

.dropdown1.big-drop .dropdown-menu .big-langu .big-box .dropdown-item img {
    margin-right: 10px;
    vertical-align: middle;
}
.dropdown1.big-drop .dropdown-menu .big-langu .big-box .dropdown-item.active {
    background: transparent;
    color: #3a53a4;
}

.dropdown1.big-drop .dropdown-menu .big-langu .big-box .dropdown-item .cur{
    color: #000;
    font-weight: 500;
}
.dropdown1.big-drop .dropdown-menu .big-langu .big-box .dropdown-item.active .cur{
    color: #3a53a4;
}



/*header-menu*/
.header-menu{
	background: #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 20px 80px;
}
nav.navbar{
	padding: 0;
}
nav.navbar .navbar-toggler {
    border: 0;
    padding: 0;
    margin-left: 10px;
    box-shadow: none !important;
    outline: none !important;
}
nav.navbar .navbar-nav .nav-link {
    color: #060E27;
    font-size: .9375em;
    font-weight: 500;
    padding: 0px 20px;
    border-right: 1px solid #D1D1D6;
}
nav.navbar .navbar-nav .nav-link:hover {
    color: #3A53A4;
}
nav.navbar .navbar-nav .nav-link.active {
    color: #3A53A4;
}


/*form 1*/
.form1 .form-control {
    border: 0;
    border-radius: 5px;
    height: 50px;
    box-shadow: none !important;
    outline: none;
    color: #000;
}
.form1 .form-control.members{
    max-width: 90px;
    background: transparent;
    color: #fff;
    padding: 0;
    font-weight: 500;
}
.form1 .form-control.members option{
    color: #000;
}
/*checkbox*/
.form1 .custom-checkbox .custom-control-label::before, 
.form1 .custom-checkbox .custom-control-label::after {
    border-radius: 1px !important;
    box-shadow: none !important;
    outline: none !important;
}
.form1 .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #0c509f;
}

/*right*/
.custom-control.right {
    padding-right: 1.5em;
    padding-left: 0;
}

.form1 .custom-checkbox.right .custom-control-label::before, 
.form1 .custom-checkbox.right .custom-control-label::after {
    right: -20px;
    left: auto;
}

.form1 label.btn.btn-secondary {
    background: transparent;
    color: #B6C9F5;
    border: 1px solid #B6C9F5;
    border-radius: 50px !important;
    font-size: .8125em;
    padding: 8px 15px;
    line-height: 1;
    box-shadow: none !important;
    outline: none !important;
}
.form1 label.btn.btn-secondary.active {
    background: #B6C9F5;
    color: #3A53A4;
    border-color: #B6C9F5;
}


/*form 2*/
.form2 .label {
    color: #555;
    font-size: .9375em;
    font-weight: 500;
}
.form2 .label .star {
    color: #a50000;
}
.form2 .form-control {
    border-radius: 5px;
    height: 50px;
    box-shadow: none !important;
    outline: none;
    color: #000;
    border-color: #66b9e9;
}
.form2 .form-control.members{
    max-width: 90px;
    background: transparent;
    color: #c74f19;
    padding: 0;
    font-weight: 500;
}

.asreq{
    color:#ff0000;
}

/*icon-box*/
.form2 .icon-box{
	position: relative;
}
.form2 .icon-box .icon {
    position: absolute;
    top: 16px;
    right: 12px;
    color: #8E8E93;
}
.form2 .icon-box .form-control {
    padding-right: 35px;
}

.form2 .icon-box.right{
    position: relative;
}
.form2 .icon-box.right .icon {
    position: absolute;
    top: 16px;
    left: 10px;
    width: 20px;
}
.form2 .icon-box.right .form-control {
    padding-left: 35px;
    padding-right: 12px;
}

.form2 .custom-control-label{
  font-size: 1.1em;
  color: #292929;
}
.form2 .custom-control-label::before {
    background: transparent;
    border: 1px solid #808080;
    border-radius: 50% !important;
    box-shadow: none !important;
    outline: none !important;
}
.form2 .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #0c509f;
}

.form2 .thb-box{
    position: relative;
}
.form2 .thb-box .thb {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    line-height: 44px;
    background: #0C50A0;
    text-align: center;
    color: #fff;
    border-radius: 5px 0 0 5px;
}
.form2 .thb-box .form-control {
    padding-left: 70px;
}

/*checkbox*/
.form2 .custom-checkbox .custom-control-label::before, .form2 .custom-checkbox .custom-control-label::after {
    border-radius: 1px !important;
}
.form2 .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #0c509f;
}

.form-border .form-control {
    /*border-color: #a3a3a3 !important;*/
}

.form-border .form-control.bg-gray{
    background: #ebebee;
    border-color: #ebebee !important;
}
.form-control.border-gray{
    border-color: #D1D1D6 !important;
}
.form-control.border-gray:focus{
    border-color: #3A53A4 !important;
}


/*tel-input*/
.form2 .intl-tel-input {
	width: 100%;
}
.form2 .intl-tel-input .selected-flag{
    height: 50px;
}

.form2 .form-control.add-border {
    border-color: #aaa !important;
    height: 30px;
}


/*input-file type design*/

.input-file { 
  position:relative; 
  overflow:hidden;  
  padding:0;
  display:block;
  max-width:100%;
  cursor:pointer;
}

.input-file .add { 
  color: #00afec;
}
.input-file .add img{
	width: 40px;
} 

.input-file .material-icons {
  float:left;
  font-size:16px; 
  line-height:inherit;
  margin-right:4px;
}

.input-file ins { 
  white-space:nowrap; 
  display: block;
  max-width:100%; 
  overflow:hidden; 
  text-overflow:ellipsis; 
  font-size:12px;
}

.input-file:after {
  content:""; 
  display:block; clear:both; 
} 

.input-file input { 
  width:0.1px; 
  height:0.1px;
  opacity:0;
  overflow:hidden;
  position:absolute; 
  top:-100px;
  z-index:-1; 
}

/*form-wallet*/
.form.form-wallet .form-control {
    border-color: #C7C7CC !important;
    height: 50px;
    color: #060E27;
    font-size: 18px;
    font-weight: 500;
}

.form.form-wallet .form-control:focus {
    border-color: #3a53a4 !important;
}
.form.form-wallet .icon-box .icon{
    top: 17px;
}
.form.form-wallet .icon-box .icon.fa-money-bill {
    top: 12px;
    background: #EAFDE6;
    color: #1C955B;
    font-size: 12px;
    width: 24px;
    height: 24px;
    padding-top: 7px;
    text-align: center;
    border-radius: 2px;
}
.form.form-wallet .bg-gray{
    background: #F2F2F7;
    border-color: #F2F2F7 !important;
}
.heading1{
	color: #0c509f;
	margin-bottom: 2.5em;
}
.heading1 .more{
	color: #c74f19;
	font-weight: 500;
	margin-left: 5px;
}
.heading1 .btn.btn1{
    color: #c74f19;
    background: #fff;
    border-color: #fff;
    font-size: .3em;
    min-width: auto;
    margin-top: 0;
    padding: 4px 15px;
}


.alert.alert-warning {
    background: #fcebd5;
    border-color: #fcebd5;
    color: #000;
}



/*banner-section*/
.banner-section .banner-section-in{
    background: url('../images/ted-bryan-yu-5mezpWin6T8-unsplash.png');
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    margin-bottom: 5em;
}
.banner-section .overlay{
    padding-top: 7em;
    background: rgb(2 21 44 / 40%);
    border-radius: 16px;
    padding-left: 20px;
    padding-right: 20px;
}
.banner-section .text-overlay {
    background: #00000040 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 6px 10px;
}
.banner-section .title1{
    font-size: 2.5rem;
}

.banner-section .btns-box {
    text-align: center;
    margin-bottom: 16px;
}
.banner-section .btns-box .btn.btn-chef {
    display: inline-block;
    border: 1px solid #3A53A4;
    border-radius: 50px;
    padding: 6px 20px;
    min-width: 200px;
    white-space: nowrap;
    font-weight: 500;
    background: #fff;
    color: #3A53A4;
    margin: 5px 8px;
    box-shadow: none !important;
    outline: none !important;
}

.banner-section .btns-box .btn.btn-chef.active {
    background: #3A53A4;
    color: #fff;
    border-color: #3A53A4;
}

.banner-section .form-box{
    background: transparent;
    /* border-radius: 10px; */
    /* box-shadow: 0 0 10px 0.1px rgb(0 0 0 / 30%); */
    /* padding: 20px; */
    margin-top: 7em;
    margin-bottom: -4em;
}

.banner-section .form-box .nav-tabs-box {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 6px;
}
.banner-section .form-box .nav.nav-tabs {
    border-bottom: 0px solid #dcdcdc;
    /* margin: 0 -4px; */
}

.banner-section .form-box .nav-tabs .nav-item {
    width: 100%;
    margin-right: 8px;
}

.banner-section .form-box .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.banner-section .form-box .nav-tabs .nav-link {
    border: 0;
    border-bottom: 0px solid transparent;
    background: #fff;
    font-size: .875em;
    font-weight: 500;
    color: #0c509f;
    padding: 15px 15px;
    /* padding-left: 48px; */
    white-space: nowrap;
    text-align: center;
    position: relative;
    border-radius: 4px;
    margin-right: 4px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.banner-section .form-box .nav-tabs .nav-link i {
    font-size: 15px;
    margin-right: 5px;
    vertical-align: middle;
}

.banner-section .form-box .nav-tabs .nav-link.active {
    border-color: #0c509f;
    background: #3A53A4;
    color: #fff;
}

.banner-section .form-box .nav-tabs .nav-link img {
    width: 24px;
    margin-right: 2px;
    position: absolute;
    left: 15px;
}

.banner-section .form-box .tab-content .tab-box {
    padding: 40px 50px 25px;
    background: #3A53A4;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 16%);
    border-radius: 8px;
}
.banner-section .form-box .btn.btn1 {
    border-radius: 5px;
    min-width: auto;
}

.banner-section.recommend .overlay{
    padding-top: 4em !important;
    padding-bottom: 4em !important;
}

.bg-grey{
	background: #f3f5f7;
}

/*.dropdown-check*/
.dropdown-check {
    margin-bottom: 0;
}
.dropdown-check dd, 
.dropdown-check dt {
    margin:0px;
    padding:0px;
}
.dropdown-check ul {
    margin: -1px 0 0 0;
}
.dropdown-check dd {
    position:relative;
}
.dropdown-check a, 
.dropdown-check a:visited {
    color: #999;
    text-decoration:none;
    outline:none;
    font-size: .875em;
    font-weight: 400;
}
.dropdown-check dt a {
    background-color: #ffffff;
    display:block;
    padding: 13px 12px;
    height: 50px;
    overflow: hidden;
    border:0;
    width: 100%;
    border-radius: 5px;
    color: #888;
}
.dropdown-check dt .multiSel {
    color: #000;
}
.dropdown-check dt a span, 
.multiSel span {
    cursor:pointer;
    display:inline-block;
    padding: 0 3px 2px 0;
}
.dropdown-check dd ul {
    background-color: #fff;
    border:0;
    color: #000;
    display:none;
    left:0px;
    padding: 15px;
    position:absolute;
    top:2px;
    width:100%;
    list-style:none;
    /* height: 100px; */
    overflow: auto;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    z-index: 2;
}
.dropdown-check span.value {
    display:none;
}
.dropdown-check dd ul li a {
    padding:5px;
    display:block;
}
.dropdown-check dd ul li a:hover {
    background-color:#fff;
}




/*product-div*/
.product-div {
	position: relative;
	background: #fff;
}
.product-div .img {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.product-div .img img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.product-div .view {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #fff;
    color: #5A5A5A;
    border-radius: 20px;
    padding: 5px 8px 3px 8px;
    font-size: 13px;
    line-height: 1;
}
.product-div .tag span {
    background: #F2F2F7;
    color: #8E8E93;
    border-radius: 8px;
    padding: 4px 10px;
    font-size: .75em;    
    margin-bottom: 4px;
    display: inline-block;
}
.product-div .tag .off {
    background: #3a53a4;
    color: #fff;
}


.promotions-section .product-div .img {
    border-radius: 8px;
    overflow: hidden;
}
.product-div .txt {
    padding: 20px 10px;
}
.product-div .title{
	color: #0c509f;
	font-style: italic;
}
.product-div .subtitle{
	color: #0c509f;
	margin-bottom: 0
}
.product-div .heart {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgb(0 0 0 / 30%);
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 6px;
    z-index: 2;
}
.product-div .btn.btn1{
	margin-left: 4px;
    font-size: .9em;
    min-width: 100px;
    white-space: nowrap;
}
.product-row {
    margin-right: -5px !important;
    margin-left: -5px !important;
}
.product-row .box{
	margin-bottom: 1.5em;
	padding-right: 5px;
    padding-left: 5px;
}


/*swiper1*/
.swiper1 .swiper-container{
	padding-bottom: 3em;
}

.swiper1 .swiper-pagination-clickable .swiper-pagination-bullet {
    border-radius: 50px;
    width: 45px;
    height: 4px;
}
.swiper1 .swiper-pagination-bullet-active {
    background: #0c509f;
}


/*paln-section*/
.plan-section .plan-box{
	background: #fff;
	border-radius: 10px;
    padding: 2em 1em;
}
.plan-section .plan-row .box{
	color: #228280;
	text-align: center;
}
.plan-section .plan-row .box i{
    font-size: 2.8em;
    margin-bottom: 20px;
}


/*Travel section*/
.travel-section .travel-box{
	background: #fff;
	border-radius: 10px;
    padding: 5em 3em;
}
.travel-section .travel-row .logos{
	margin-top: 3em;
}
.travel-section .travel-row .logos .logo-box{
	width: 20%;
}
.travel-section .travel-row .logos img {
    height: 50px;
    object-fit: contain;
}



/*flexibility section*/
.flexibility-section .flexibility-box{
	border-radius: 10px;
	position: relative;
	overflow: hidden;
    margin-bottom: 2em;
}
.flexibility-section .flexibility-box img {
    min-height: 260px;
    object-fit: cover;
}

.flexibility-section .flexibility-box .flexibility-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3em 3em;
}

/*app-section*/
.app-section .btn.btn1{
    background: #292929;
    border-color: #292929;
    color: #fff;
}


/*banner-section2*/
.banner-section2{
	background: url('https://safet-travel.com/assets/images/banner2.png');
	background-size: cover;
    background-position: center;
    border-radius: 16px;
    overflow: hidden;
}
.banner-section2 .overlay{
	padding: 5em 0;
	background: rgb(2 21 44 / 40%);
}
.banner-section2 .title1{
    font-size: 2.5rem;
}

.banner-section2 .btns{
	margin-top: 3em;
}
.banner-section2 .btn.btn1{
	border-radius: 8px;
}
.banner-section2 .text-overlay{
    background: #00000040 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 6px 10px;
}

/*whysafe-section*/
.whysafe-section .whysafe-box{
	background: #0c509f;
	border-radius: 10px;
    padding: 4em 1em;
}
.whysafe-section .whysafe-row .box{
	color: #fff;
	text-align: center;
}
.whysafe-section .whysafe-row .box i{
    font-size: 2em;
    margin-bottom: 20px;
}
.whysafe-section .logos{
	margin-top: 3em;
}
.whysafe-section .logos .logo-box{
	width: 20%;
}
.whysafe-section .logos img {
    height: 50px;
    object-fit: contain;
}


/*services-section*/
.services-section .services-box{
	background: #0c509f;
	border-radius: 10px;
    padding: 4em 1em;
}
.services-section .services-row .box {
    margin-top: 2em;
}
.services-section .services-row .box .title{
	color: #0c509f;
}
.services-section .services-row .box img{
    margin-bottom: 20px;
}
.services-section .services-row .box .more{
	margin-top: 20px;
	text-align: right;
	display: block;
	color: #00afec;
}

/*services-section2*/
.services-section2 .services-box{
	background: #0c509f;
	border-radius: 10px;
    padding: 4em 1em;
}
.services-section2 .services-row .box {
    margin-top: 2em;
    text-align: center;
}
.services-section2 .services-row .box .title{
	color: #00998e;
}
.services-section2 .services-row .box img{
    margin-bottom: 20px;
}

/*partner-section*/
.partner-section .partner-box{
	background: #0c509f;
	border-radius: 10px;
    padding: 4em 1em;
}
.partner-section .partner-row .box {
    margin-top: 2em;
}
.partner-section .partner-row .box .title{
	color: #00998e;
}
.partner-section .partner-row .box .more{
	margin-top: 20px;
	text-align: right;
	display: block;
	color: #00afec;
}
.partner-section .partner-row .partner-img {
	margin-top: 2em;
}
.partner-section .partner-row .partner-img img{
    margin-right: 15px;
    width: 60px;
    min-width: 40px;
}

.list1{
	list-style: none;
}
.list1 li{
	position: relative;
	padding-left: 40px;
}
.list1 li img{
	position: absolute;
	left: 0;
	width: 20px;
}

/*features*/
.features-section .features-row {
    background: #0c509f;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.features-section .features-row .txt{
	padding: 3em;
}
.features-section .features-row .list1 li{
	margin-bottom: 2.5em;
}
.features-section .features-row .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*journey section*/
.journey-section .journey-box{
	border-radius: 10px;
	position: relative;
	overflow: hidden;
    margin-bottom: 2em;
    background: url('https://safet-travel.com/assets/images/tim-gouw.png');
    background-size: cover;
    padding: 3em 1em;
    text-align: center;
}
.journey-section .journey-box img {
    min-height: 260px;
    object-fit: cover;
}

.journey-section .journey-box .forminline{
    border-radius: 50px;
    background: #fff;
    overflow: hidden;
}
.journey-section .journey-box .forminline .form-group {
    margin-bottom: 0;
}
.journey-section .journey-box .forminline .form-control{
	border-radius: 50px;
}
.journey-section .journey-box .forminline .btn.btn1 {
    height: 50px;
    background: #00afec;
    border-color: #00afec;
}

/*login-section*/
.login-section {
    background: url(https://safet-travel.com/assets/images/banner2.png);
    background-size: cover;
}
.login-section .overlay{
    padding: 5em 0;
    background: rgb(0 0 0 / 40%);
}
.login-section .login-box {
    background: #ececec;
    background: linear-gradient(180deg, #ececec, #dfdfdf);
    padding: 2em 3em;
    width: 100%;
    max-width: 500px;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
}


/*stay-section*/
.stay-section {
    background: url(https://safet-travel.com/assets/images/banner2.png);
}

.stay-section .overlay {
    padding: 5em 0;
}

.stay-section .form-box {
    background: linear-gradient(180deg, #eaebec, #e1dbd8);
}
.stay-section .form-box .tab-content .tab-box {
    padding: 0;
    background: #ededed;
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

.stay-section .tab-content .stay-box {
    background: #f3f5f7;
    border-bottom: 1px solid #00afec;
}

.stay-section .tab-content .stay-box .box {
    padding: 10px;
}

.stay-section .tab-content .stay-box .title {
    color: #00afec;
    margin-bottom: 2px;
}
.stay-section .tab-content .stay-box .img {
    width: 120px;
    min-width: 80px;
}
.stay-section .tab-content .stay-box .overview .btn.btn-blue {
    min-width: 100px;
    margin-right: 20px;
    padding: 4px 15px;
}
.stay-section .tab-content .stay-box .overview i{
	color: #747474;
    font-size: 1.6em;
}



/*banner-slider*/
.banner-slider{}

.banner-slider .swiper-pagination {
    width: auto !important;
    min-height: auto;
    left: auto !important;
    right: 5%;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}

.banner-slider .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #6f8c9a;
    width: 12px;
    height: 12px;
    display: block;
    margin: 4px auto !important;
}

.banner-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #5090ea;
}



/*category-menu*/
.category-menu{
	position: relative;
	margin-top: -3em;
	z-index: 9;
}
.category-menu .nav li {
	width: 14.28%
}
.category-menu .nav li a {
    font-size: .9em;
    color: #0c509f;
    font-weight: 500;
    padding: 15px 10px;
    position: relative;
    border: 0;
    text-align: center;
    border-radius: 6px;
    background: #f6f6f6;
    margin: 0 5px;
    box-shadow: 0 2px 4px 0.1px rgb(0 0 0 / 8%);
    height: 100%;
}
.category-menu .nav li a.active {
    background: #0c509f;
    background: linear-gradient(0deg, #009ed1, #0c509f);
    color: #fff;
}
.category-menu .nav .nav-link img {
    height: 60px;
    margin: auto;
    /*margin-bottom: 4px;*/
    display: block;
}

/*category-menu2*/
.category-menu2{
	position: relative;
	background: #fff;
	padding-top: 15px;
	padding-bottom: 5px;
}

.category-menu2 .nav li {
    padding-bottom: 10px;
}
.category-menu2 .nav li a {
    font-size: .95em;
    color: #5a5a5a;
    font-weight: 500;
    padding: 8px 10px;
    position: relative;
    border: 1px solid #4072b1;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    margin: 0 5px;
    height: 100%;
}
.category-menu2 .nav li a.active {
    background: #4072b1;
    color: #fff;
}



/*form-section*/
.form-section{

}
.form-section .form-box {
    border: 1px solid #71bdea;
    border-radius: 10px;
    padding: 2em 2em;
    margin-bottom: 1.5em;
    background: #fff;
    /*overflow: hidden;*/
}

.form-section .summary-box {
    background: #f3fbfe;
    padding: 1.5em 1em;
    border-radius: 8px;
}

.stay-section .form-box .tab-content .tab-box {
    padding: 0;
    background: #ededed;
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

/*stay-box*/
.form-section .stay-box {
    background: #fff;
    border: 1px solid #00afec;
    border-radius: 8px;
    margin-bottom: .5em;
}

.form-section .stay-box .box {
    padding: 10px;
}

.form-section .stay-box .title {
    color: #0c509f;
    margin-bottom: 5px;
}
.form-section .stay-box .img {
    width: 140px;
    min-width: 90px;
}
.form-section .stay-box .overview .btn.btn-blue {
    min-width: 100px;
    margin-right: 20px;
    padding: 4px 15px;
}
.form-section .stay-box .overview i{
	color: #747474;
    font-size: 1.6em;
}

/*gallery-row*/
.form-section .gallery-row {
    margin-right: -5px;
    margin-left: -5px;
}
.form-section .gallery-row .box{
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.form-section .gallery-row .img-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.form-section .gallery-row .edit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(0 0 0 / 60%);
    color: #fff;
    text-align: right;
    padding: 10px 10px;
    font-size: .85em;
}

.form-section .gallery-row .check {
    position: absolute;
    right: 8px;
    top: 8px;
    overflow: hidden;
}

.form-section .gallery-row .check label.custom-control-label {
    height: 20px;
    width: 20px;
}

.form-section .gallery-row .check .custom-checkbox .custom-control-label::before, 
.form-section .gallery-row .check .custom-checkbox .custom-control-label::after {
    border-color: #fff;
    border-radius: 50% !important;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}

.form-section .gallery-row .check .custom-control.custom-checkbox {
    padding: 0;
}
.form-section .car-gallery .edit{
    background: #fff;
    color: #1db0e9;
} 


/*.gallery-row2 */

.gallery-row2 .box-inner {
    background: #f6f6f6;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    border: 2px solid transparent;
}

.gallery-row2 .box-inner .txt2 {
    background: #fff;
    padding: 5px 8px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.gallery-row2 .box-inner .txt2 .title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gallery-row2 .box-inner img{
    height: 250px;
    object-fit: cover;
}

.gallery-row2 .box-inner.main-photo {
    border-color: #428efb;
}

.gallery-row2 .box-inner.main-photo .main-p {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background: #428efb;
    color: #fff;
    border-radius: 20px;
    padding: 1px 12px;
    font-size: 12px;
}


/*fs-side*/
.form-section .fs-side .fs-box {
    background: #fff;
    padding: 20px 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.form-section .fs-side .fs-box h6 {
    font-size: .9rem;
}

.form-section .photo-edit .img {
    position: relative;
}

.form-section .photo-edit .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #cbcbcb !important;
    opacity: 1 !important;
    font-size: 1.2em;
}


.form-section .payment-row .payment {
    border: 1px solid #71bdea;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 5px;
}

.form-section .payment-row .payment img {
    width: 50px;
    height: 35px;
    object-fit: contain;
    margin-right: 10px;
}

.form-section .another-website-row .another-website {
    border: 1px solid #71bdea;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 5px;
}

.form-section .another-website-row .another-website img {
    width: 50px;
    height: 40px;
    object-fit: contain;
    margin-right: 15px;
}


.form-section .plan-box{
	background: #fafafa;
	border-radius: 2px;
    padding: 1em;
    margin-top: 2em;
}
.form-section .plan-row .box {
	margin-top: 1.5em;
}
.form-section .plan-row .box img{
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
}


.form-section .alert.alert-border {
    border: 1px solid #428efb;
    border-radius: 0;
}


.form-section .car-select .btn.btn1 {
    min-width: 110px;
    font-size: .9em;
}
.form-section .car-select .btn.btn1.delete {
    color: #a3050d;
    border-color: #a3050d;
}
.form-section .car-select .btn.btn1.delete:hover {
    color: #fff;
    border-color: #292929;
}

/*modal-photoedit*/
.modal-photoedit{

}
.modal-photoedit .img {
    position: relative;
    background: #f3f3f3;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modal-photoedit .img img{
    object-fit: contain;
}

.modal-photoedit .modal-content {
    border-radius: 12px;
    border: 0;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
}

/*quantity-form*/
.form-section .quantity-form {
    display: inline-block;
    position: relative;
}
.form-section .quantity-form input[type=number] {
    width: 60px;
    height: 34px;
    text-indent: 10px;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #a3a3a3;
    border-radius: 4px;
}
.form-section .quantity-form .qty-plus {
    position: absolute;
    right: 6px;
    top: 3px;
}
.form-section .quantity-form .qty-minus {
    position: absolute;
    right: 6px;
    bottom: 3px;
}

.form-section input[type=number]::-webkit-inner-spin-button,
.form-section input[type=number]::-webkit-outer-spin-button {
    opacity: 0;
}

.form-section .extras-row {
    padding: 1.5em 2em;
}
.form-section .extras-row .extras1 i {
    color: #0e94f7;
    margin-right: 20px;
    font-size: 1.5em;
}
.form-section .extras-row .extras1 img {
    margin-right: 12px;
    height: 40px;
}

/*custom-toggle*/
.custom-toggle input[type=checkbox] {
  display: none;
}
.custom-toggle input[type=checkbox] + label {
  display: flex;
  align-items: center;
  color: #333;
  cursor: pointer;
}
.custom-toggle input[type=checkbox] + label span {
  display: block;
  width: 60px;
  height: 30px;
  margin: 0 10px;
  border-radius: 1000px;
  background: #ccedd4;
  position: relative;
  transition: background 0.2s ease-in;
}
.custom-toggle input[type=checkbox] + label span:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: #1da03b;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  transition: left 0.2s ease-in;
}
.custom-toggle input[type=checkbox] + label:before, input[type=checkbox] + label:after {
  font-size: 16px;
  font-weight: 600;
  padding-top: 3px;
  transition: opacity 0.2s ease-in;
}
.custom-toggle input[type=checkbox] + label:before {
  content: attr(data-off);
  opacity: 1;
}
.custom-toggle input[type=checkbox] + label:after {
  content: attr(data-on);
  opacity: 0.5;
}
.custom-toggle input[type=checkbox]:checked + label span {
  background: #91d09f;
}
.custom-toggle input[type=checkbox]:checked + label span:after {
  left: 33px;
}
.custom-toggle input[type=checkbox]:checked + label:before {
  opacity: 0.5;
}
.custom-toggle input[type=checkbox]:checked + label:after {
  opacity: 1;
}





/*complete-section*/
.complete-section {
    background: url(https://safet-travel.com/assets/images/banner2.png);
    background-size: cover;
}
.complete-section .overlay{
    padding: 5em 0;
    background: rgb(0 0 0 / 40%);
}
.complete-section .complete-box {
    background: #ececec;
    background: linear-gradient(180deg, #ececec, #dfdfdf);
    padding: 5em 3em 4em 3em;
    width: 100%;
    max-width: 500px;
    margin: auto;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.complete-section .complete-box .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #767676 !important;
    opacity: 1 !important;
    font-size: 1.4em;
}

.complete-section .complete-box .img1 {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
}


/*preview-section*/
.preview-section{

}
.preview-section .gallery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.preview-section .gallery .img1{
    height: 358px;
}
.preview-section .gallery .img2{
    height: 220px;
}
.preview-section .gallery .img3{
    height: 130px;
}
.preview-section .gallery .box{
    position: relative;
}
.preview-section .gallery .overlay-txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    text-align: center;
    z-index: 1;
}

/*card-box*/
.preview-section .card-box {
    /*border: 1px solid #79a7f8;*/
    border-radius: 6px;
    overflow: hidden;
    padding: 0 10px;
    margin-bottom: 15px;
}

.preview-section .card-box .c-left {
    /*border-right: 1px solid #3d8bff;*/
}

.preview-section .card-box .facilities {
    margin-bottom: 10px;
}
.preview-section .card-box .facilities img {
    height: 24px;
    object-fit: contain;
}

.preview-section .card-box .card-box-header {
    margin-left: -10px;
    margin-right: -10px;
    background: #f4f5fa;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.preview-section .card-box .card-box-header .number {
    background: #fff;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 24px;
    font-size: .85em;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    border: 2px solid #000;
}

.preview-section .card-box .hotel-row {
    padding: 15px 0;
    border-bottom: 1px solid #3d8bff;
}
.preview-section .card-box .hotel-row:last-child {
    border: 0;
}

.preview-section .card-box .hotel-row .benefits {
    margin-bottom: 10px;
    color: #3d8bff;
}

.preview-section .card-box .hotel-row .benefits h6 small{
    font-weight: 500;
}

.preview-section .preview-tabs-box .nav-link {
    border: 0;
    border-bottom: 2px solid transparent;
    font-weight: 500;
    color: #000;
    padding: 8px 20px;
    text-align: center;
    position: relative;
}

.preview-section .preview-tabs-box .nav-link.active {
    color: #3d8bff;
    border-color: #3d8bff;
    background: transparent;
}

.preview-section .preview-tabs-box .nav.nav-tabs {
    margin-left: 10px;
}



.preview-section .tab-content .tab-box{
    padding: 1em 0;
}

/*preview-section*/
.preview-section .ranking .rank-in {
    background: #FAFAFA;
    border-radius: 8px;
    padding: 40px;
    height: 100%;
}
.preview-section .ranking .star-icon i {
    color: #fda639;
    font-size: 1.4em;
    margin-right: 2px;
}
.preview-section .ranking .ar-rank{
   font-size: 4em;
   font-weight: 600;
   color: #3A53A4;
}
.preview-section .ranking .ar-rank span{
   font-size: 70%;
    color: #555; 
   font-weight: 500;
}

.preview-section .ranking.star-bar {
   margin-bottom: .5em;
}
.preview-section .ranking.star-bar .r-star{
}
.preview-section .ranking.star-bar .r-star .star-icon i {
    font-size: 1em;
}
.preview-section .ranking.star-bar .r-bar{
   width: 100%;
   padding: 0 5px;
}
.preview-section .ranking.star-bar .r-star2{
   
}
.preview-section .ranking.star-bar .progress{
    height: .5rem;
    background-color: #ebebeb;
    border-radius: 0px;
}
.preview-section .ranking .star-bar .progress-bar{
   background: #3A53A4;
}
.preview-section .ranking .star-icon2 i {
    color: #fda639;
    font-size: 1.4em;
}

.ranking .star-bar {
    margin-bottom: 1.5em;
    color: #3A53A4;
}

.preview-section .progress {
    height: 10px;
    border-radius: 50px;
    background: #E5E5EA;
    margin-top: 4px;
}

.preview-section .progress .progress-bar {
    border-radius: 50px;
    background: #3d8bff;
}

.preview-section .amenities-box {
    border: 0;
    border-bottom: 1px solid #79a7f8;
    border-radius: 0;
}
.preview-section .amenities-box .amenities {
    margin-bottom: 10px;
}
.preview-section .amenities-box .amenities img {
    height: 24px;
    object-fit: contain;
}
.preview-section .tag span {
    background: #F2F2F7;
    color: #8E8E93;
    border-radius: 8px;
    padding: 4px 10px;
    font-size: .75em;    
    margin-bottom: 4px;
    display: inline-block;
}
.preview-section .tag .off {
    background: #3a53a4;
    color: #fff;
}

/*transport*/
.transport-section .transport-row {
    background: #fff;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
}
.transport-section .transport-row .txt{
    padding: 2em;
}
.transport-section .transport-row .list1 li{
    margin-bottom: 2.5em;
}
.transport-section .transport-row .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*allpartner*/
.allpartner-section .allpartner-row {
    background: #428efb;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
}
.allpartner-section .allpartner-row .txt{
    padding: 2em;
}
.allpartner-section .allpartner-row .list1 li{
    margin-bottom: 2.5em;
}

.allpartner-section .allpartner-row .img {
    padding: 10px 25px 10px 25px;
}
.allpartner-section .allpartner-row .logos {
    background: #fff;
    border-radius: 10px;
    padding: 1.5em 3em;
}
.allpartner-section .allpartner-row .logos .l-box {
    margin: .5em 0;
}
.allpartner-section .allpartner-row .logos img {
    width: auto;
    height: 80px;
    object-fit: contain;
}

/*profile-section*/
.profile-section .profile-left{
    background: #FAFAFA;
}
.profile-section .ul-list {
    padding: 10px 0;
    margin-bottom: 30px;
}
.profile-section .ul-list ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.profile-section .ul-list li {
    text-align: left;
    padding: 8px 0px;
    margin: 10px 0;
    color: #060E27;
    font-weight: 400;
    font-size: 1em;
}
.profile-section .ul-list li:hover{
  color: #000;
}
.profile-section .ul-list li.active{
  color: #3A53A4;
}

.profile-section .ul-list li a{
  color: inherit;
}

/*new*/
.profile-section .ul-list.new li {
    margin: 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    position: relative;
    padding-right: 22px;
}

.profile-section .ul-list.new li i {
    color: #B9B9B9;
    position: absolute;
    right: 0;
    top: 12px;
}

.profile-section .ul-list.new li.active i {
    color: #3A53A4;
}

.profile-section .ul-list.new li:first-child {
    border-top: 1px solid rgb(0 0 0 / 10%);
}


.profile-section .profile{
  /*border-bottom: 1px solid rgb(0 0 0 / 10%);*/
    margin-bottom: 40px;
}
.profile-section .profile .img-box {
    position: relative;
    width: 170px;
    height: 170px;
    border-radius: 100%;
}
.profile-section .profile .img1 {
    width: 170px;
    height: 170px;
    border-radius: 100%;
    object-fit: cover;
}

.profile-section .profile .img-box .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #3A53A4;
    border: 1px solid #3A53A4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 11px 2px;
    font-size: 1.25em;
}
.profile-section .profile .txt{
    padding: 15px 0;
}
.profile-section .profile .txt .coin {
    width: 20px;
    margin-right: 6px;
    vertical-align: middle;
}


.profile-section .sidebar-mobile .pc-close{
    display: none;
}


.profile-sidebar-menu {
    margin-bottom: 1em;
}
.profile-sidebar-menu .nav .sidebar-mobile-btn {
    background: #000;
    background: linear-gradient(180deg, #009ed1, #0c509f);
    border-radius: 2px;
    color: #fff !important;
    padding: 8px 15px;
}
.profile-sidebar-menu .nav .sidebar-mobile-btn i{
    margin-right: 5px;
}

.profile-section .balance-box {
    width: 100%;
    max-width: 180px;
    background: #f6f6f6;
    padding: 10px 15px;
    margin-bottom: 10px;
    margin-left: 10px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 40%);
    border-radius: 5px;
}

.profile-section .balance-box img {
    width: 17px;
    margin-left: 1px;
    vertical-align: middle;
}
.profile-section .balance-box .bal {
    color: #1C955B;
}

.profile-section .balance-box .bal i {
    background: #EAFDE6;
    font-size: 12px;
    width: 24px;
    height: 24px;
    padding-top: 7px;
    text-align: center;
    border-radius: 2px;
}

.profile-section .balance-box.new {
    padding: 0;
    margin-left: 40px;
    background: transparent;
    box-shadow: none;
    width: auto;
}

.profile-section .nav-tabs.tab1 {
    border: 0;
    margin-bottom: 30px;
}

.profile-section .nav-tabs.tab1 .nav-link {
    background: #f4f4f4;
    color: #c74f19;
    border-radius: 50px;
    border: 0;
    margin-right: 10px;
    font-weight: 500;
    padding: 6px 18px;
    margin-bottom: 10px;
}

.profile-section .nav-tabs.tab1 .nav-link.active {
    background: #c74f19;
    color: #fff;
}


/*table1*/
.table1 thead {
    background: #f6f6f6;
}



/*breadcrumb-section*/

.breadcrumb-section{
}
.breadcrumb-section .breadcrumb{
   background: none;
   padding-left: 0;
   padding-right: 0;
}
.breadcrumb-section li {
   font-size: .9em;
   font-weight: 400;
   color: #999;
}
.breadcrumb-section li a{
   color: #999;
}
.breadcrumb-section .breadcrumb-item.active {
    color: #0d47a1;
}
.breadcrumb-section .breadcrumb-item+.breadcrumb-item::before{
   content: '>'
}

/*top-search-section*/
.top-search-section {
    padding-top: 1em;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
}

.top-search-section .form-control {
    border-radius: 50px;
}


/*restaurant-section*/
.restaurant-section .sidebar .sidebar-box {
    background: #fff;
    /* border: 1px solid #71bdea; */
    border-radius: 8px;
    /* box-shadow: 0 2px 4px rgb(0 0 0 / 5%); */
    padding: 15px;
    margin-bottom: 1em;
    box-shadow: 0px 3px 6px #00000029;
}

.restaurant-section .sidebar .sidebar-box .title {
    color: #060E27;
    font-weight: 500;
}
.restaurant-section .sidebar .sidebar-box .custom-control-label{
    color: #555;
    font-size: 1em;
    line-height: 24px !important;
}
.restaurant-section .sidebar .sidebar-box hr{
    border-color: rgb(0 0 0 / 12%); 
}

/*range slidecontainer*/
.restaurant-section .sidebar .slidecontainer {
    width: 100%;
    margin-top: 10px;
}

.restaurant-section .sidebar .slidecontainer .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #ededed;
    outline: none;
    opacity: 1;
    border-radius: 50px;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.restaurant-section .sidebar .slidecontainer .slider:hover {
    opacity: 1;
}

.restaurant-section .sidebar .slidecontainer .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #3d8bff;
    border-radius: 100%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    cursor: pointer;
}

.restaurant-section .sidebar .slidecontainer .slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #3d8bff;
    border-radius: 100%;
    box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
    cursor: pointer;
}
.restaurant-section .sidebar .slidecontainer .price-box {
    width: 160px;
    border: 1px solid #707070;
    margin: auto;
    margin-top: 15px;
    border-radius: 4px;
    padding: 3px 8px;
}

.restaurant-section .content .content-box {
    background: #fff;
    border: 1px solid #71bdea;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 5%);
    padding: 15px;
    margin-bottom: 15px;
}
.restaurant-section .content .hotel-row {
    background: #fff;
    border: 1px solid #3d8bff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 5%);
    padding: 5px;
    margin-bottom: 6px;
}

.restaurant-section .content .hotel-row .text-box{
    border-right: 1px solid rgb(0 0 0 / 12%);
}
.restaurant-section .content .hotel-row .rate-btn{
    background: #c74f19;
    border-color: #c74f19;
    color: #fff;
    min-width: auto;
    padding: 0;
}
.restaurant-section .content .hotel-row .btn.btn-off {
    font-size: .9em;
    padding: 3px 15px;
    background: #0c509f;
    border-color: #0c509f;
}

.restaurant-section .content .hotel-row .heart {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgb(0 0 0 / 30%);
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 6px;
    z-index: 2;
}

.restaurant-section .content .hotel-row .heart i {
    color: #fff;
}
.restaurant-section .content .hotel-row .heart i.fas.fa-heart {
    color: #ed365c !important;
}
.restaurant-section .content .hotel-row .safe-img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    z-index: 2;
}

.restaurant-section .content .hotel-row .big-img {
    height: 175px;
    object-fit: cover;
}

.restaurant-section .content .hotel-row .small-img {
    height: 75px;
    object-fit: cover;
}

.restaurant-section .filter-drop{

}

.restaurant-section .content .user-img{
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

/*hotel-row.new*/
.restaurant-section .content .hotel-row.new {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 16%);
    border: 1px solid #E5E5EA;
    overflow: hidden;
    padding: 0;
}

.restaurant-section .content .hotel-row.new .swiper-slide {
    height: auto;
}

.restaurant-section .content .hotel-row.new .swiper-slide img {
    width: 100%;
    height: 100%;
    max-height: 285px;
    min-height: 285px;
    object-fit: cover;
}

.restaurant-section .content .hotel-row.new .swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    align-items: center;
}

.restaurant-section .content .hotel-row.new .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    opacity: .5;
}

.restaurant-section .content .hotel-row.new .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    opacity: 1;
}
.restaurant-section .content .hotel-row.new .star-icon i {
    color: #fbb41b;
    font-size: .8em;
}
.restaurant-section .content .hotel-row.new .tag {
    margin-bottom: 16px;
}

.restaurant-section .content .hotel-row.new .tag span {
    background: #F2F2F7;
    color: #8E8E93;
    border-radius: 8px;
    padding: 4px 10px;
    font-size: .75em;    
    margin-bottom: 4px;
    display: inline-block;
}
.restaurant-section .content .hotel-row.new .tag .off {
    background: #3a53a4;
    color: #fff;
}
.restaurant-section .content .hotel-row.new .date {
    border: 1px solid #D1D1D6;
    border-radius: 8px;
    padding: 8px 15px;
    color: #555555;
    font-size: .8125em;
    line-height: 1;
    display: inline-block;
}

.restaurant-section .content .hotel-row.new .offer {
    position: absolute;
    top: 0;
    left: -8px;
    background: #ED365C;
    color: #fff;
    font-size: .8125em;
    padding: 3px 10px 0px;
    min-width: 50px;
    text-align: center;
    border-radius: 8px 0 0 0;
    z-index: 2;
}

.restaurant-section .content .hotel-row.new.preview {
    overflow: visible;
}

.restaurant-section .content .hotel-row.new.preview .swiper-slide img {
    border-radius: 8px 0 0 8px;
}

.restaurant-section .content .airline-box .air-logo {
    width: 60px;
}


/*filter-drop*/
.restaurant-section .filter-drop .dropdown1 button.btn-secondary {
    background: transparent !important;
    padding: 4px 15px;
    border: 1px solid #000;
    box-shadow: none !important;
    outline: none !important;
    color: #000;
    border-radius: 3px;
    min-width: 100px;
    text-align: left;
    position: relative;
}
.restaurant-section .filter-drop .dropdown1 button.btn-secondary:hover {
    color: #c74f19;
    border-color: #c74f19;
}
.restaurant-section .filter-drop .dropdown1 button.btn-secondary::after {
    position: absolute;
    right: 10px;
    top: 13px;
}

.restaurant-section .filter-drop .dropdown1 .dropdown-menu {
    left: auto !important;
    right: 0;
    transform: translate3d(0px, 32px, 0px) !important;
    box-shadow: 0 0 8px 0.1px rgb(0 0 0 / 15%);
    border-color: rgb(0 0 0 / 5%);
}

.restaurant-section .filter-drop .dropdown1 .dropdown-menu .dropdown-item {
    padding: 4px 20px;
}

.restaurant-section .filter-drop .dropdown1 .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #0c509f;
}
.restaurant-section .filter-drop .dropdown1 button.btn-secondary img{
    width: 20px;
}
.restaurant-section .filter-drop .dropdown1 .dropdown-menu .dropdown-item img{
    width: 20px;
}

.restaurant-section .content .hotel-row.guide .swiper-container {
    border-radius: 8px;  
}

/*dropdown2*/
.dropdown2 button.btn-secondary {
    background: transparent !important;
    padding: 0;
    padding-right: 18px;
    border: 0px solid #000;
    box-shadow: none !important;
    outline: none !important;
    color: #555;
    border-radius: 3px;
    min-width: 100px;
    text-align: left;
    position: relative;
    font-size: 1.0625em;
}
.dropdown2 button.btn-secondary:hover {
/*     color: #c74f19;
    border-color: #c74f19; */
}
.dropdown2 button.btn-secondary::after {
    position: absolute;
    right: 10px;
    top: 13px;
}
.dropdown2 button.btn-secondary i {
    position: absolute;
    right: 0;
    top: 6px;
    font-size: .875em;
}

.dropdown2 .dropdown-menu {
    left: auto !important;
    right: 0;
    transform: translate3d(0px, 32px, 0px) !important;
    box-shadow: 0 0 8px 0.1px rgb(0 0 0 / 15%);
    border-color: rgb(0 0 0 / 5%);
}

.dropdown2 .dropdown-menu .dropdown-item {
    padding: 4px 20px;
}

.dropdown2 .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #3A53A4;
}
.dropdown2 button.btn-secondary img{
    width: 20px;
}
.dropdown2 .dropdown-menu .dropdown-item img{
    width: 20px;
}



/*preview-section*/
.preview-section .course-box {
    padding-bottom: 10px;
}
.preview-section .course-box .btn{
    font-size: .9em;
    padding: 3px 15px;
}

.preview-section .booking-form {
    background: #fafafa;
    margin: 0 -10px;
    margin-top: 1em;
    padding: 3em 1em 2em 1em;
    border-top: 2px solid #79a7f8;
}

.preview-section .booking-form .btn.btn1 {
    border-radius: 5px;
    font-size: 1em;
    padding: 6px 15px;
}

.preview-section .booking-form-details {
    background: #fafafa;
    margin: 0 -10px;
    margin-top: 1em;
    padding: 3em 1em 2em 1em;
    border-top: 2px solid #79a7f8;
}


.preview-section .comment-box{
    border-bottom: 1px solid #ededed;
    padding: 20px 15px;
}
.preview-section .comment-box:last-child{
    border: 0;
}
.preview-section .comment-box .img {
    margin-right: 3em;
    text-align: center;
}
.preview-section .comment-box .img1 {
    border-radius: 100%;
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin: auto;
    margin-bottom: 1em;
}
.preview-section .comment-box .vip {
    background: #eaba36;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: -20px;
    padding: 4px 10px;
    font-size: .65em;
    border-radius: 4px;
    line-height: 1;
}
.preview-section .comment-box .fa-star{
    color: #fbb41b;
}


.preview-section .popular-row .box-in {
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    border-radius: 10px;
    overflow: hidden;
}

.preview-section .popular-row .box-in .txt {
    padding: 1em;
}
.preview-section .popular-row .box-in .img {
    position: relative;
}
.preview-section .popular-row .box-in .heart {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgb(0 0 0 / 30%);
    color: #fff;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
}
.preview-section .popular-row .box-in .hours {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #fff;
    color: #c95621;
    border-radius: 4px;
    border: 1px solid #c95621;
    width: auto;
    text-align: center;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: .85em;
    font-weight: 500;
    line-height: .85;
}

/*product-slider*/
.preview-section .product-slider{
    position: relative;
}

.preview-section .product-slider .box-in {
    /* box-shadow: 0 2px 10px rgb(0 0 0 / 15%); */
    /* border-radius: 10px; */
    /* overflow: hidden; */
}
.preview-section .product-slider .box-in .star-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    min-width: auto;
    padding: 2px 12px;
}

.preview-section .product-slider .txt {
    padding: 20px 10px;
}
.preview-section .product-slider .box-in img {
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.preview-section .product-slider .swiper-product {
    padding-bottom: 4em;
}

.preview-section .product-slider .swiper-button-prev, 
.preview-section .product-slider .swiper-button-next {
/*     border-radius: 100%;
    width: 32px;
    height: 32px;
    background-color: #f6f6f6;
    background-size: 50% 50%;
    outline: none; */
    background-color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border: 1px solid #D1D1D6;
    top: 50%;
    transform: translateY(-50%);
    background-size: 7px 24px;
}

.preview-section .product-slider .swiper-button-prev {
    left: -20px;
    background-image: url('http://safet-travel.com/assets/images/arrow-left.svg');
}
.preview-section .product-slider .swiper-button-next {
    right: -20px;
    background-image: url('http://safet-travel.com/assets/images/arrow-right.svg');
}

.preview-section .product-slider .swiper-container{
    padding-bottom: 3em;
}

.preview-section .product-slider .swiper-pagination-clickable .swiper-pagination-bullet {
    background: #B6C9F5;
    opacity: 1;
}
.preview-section .product-slider .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #3A53A4;
}


/*dining-form-box*/
.dining-form-box .form2 .form-control {
    border: 0;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    padding: 4px 0 !important;
    height: 35px;
}

.dining-form-box .form2 .icon-box.right {
    padding-left: 40px;
}

.dining-form-box .form2 .icon-box.right .icon {
    top: 9px;
}


/*plan-trip-ssection*/
.plan-trip-ssection .plan-tab {
    background: #fff;
    padding: 15px 10px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 8%);
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.plan-trip-ssection .plan-tab:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    border: 1px solid #d2d6d9;
    bottom: 27px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.plan-trip-ssection .plan-tab .box {
    text-align: center;
    width: 20%;
    z-index: 1;
}

.plan-trip-ssection .plan-tab .box p {
    font-style: italic;
    color: #656565;
    font-weight: 500;
}

.plan-trip-ssection .plan-tab .circle {
    background: #fff;
    width: 26px;
    height: 26px;
    border: 2px solid #d2d6d9;
    border-radius: 50%;
    margin: auto;
    font-size: .8em;
    padding: 1px;
    padding-top: 5px;
}

.plan-trip-ssection .plan-tab .circle.active {
    background: linear-gradient(180deg, #009ed1, #0c509f);
    color: #fff;
    border: 0;
}

/*flight-box*/
.plan-trip-ssection .flight-box{
    padding-top: 1em;
    padding-bottom: 1em;
}

.plan-trip-ssection .flight-box .flight-circle {
    background: #c74f19;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
    font-size: 1.5em;
    margin-right: 8px;
}

.plan-trip-ssection .flight-box .plan {
    position: relative;
    font-size: 1.65em;
}

.plan-trip-ssection .flight-box .plan:before {
    content: '';
    width: 100%;
    border-top: 2px dashed #fff;
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
}

/*flight-box2*/
.plan-trip-ssection .flight-box2 {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.plan-trip-ssection .flight-box2 .flight-box2-top{
    background: url('http://safet-travel.com/assets/images/banner2.png');
    background-size: cover;
    background-position: center;
}
.plan-trip-ssection .flight-box2 .flight-box2-content{
    padding: 1em;
}

.plan-trip-ssection .flight-box2 .flight-box2-content .plus-circle {
    background: #fff;
    border: 1px solid #c74f19;
    color: #dddddd;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding-top: 1px;
    font-size: 2.2em;
    margin-right: 8px;
}


.plan-trip-ssection .flight-box2 .flight-left {
    border-right: 1px solid #c9c9c9;
}


.plan-trip-ssection .flight-box2 .flight-left .flight-car {
    margin-top: 2em;
    margin-bottom: 1.5em;
}
.plan-trip-ssection .flight-box2 .flight-left .flight-car .item {
    color: #707070;
    text-align: center;
    margin: 0 1.5em;
}

.plan-trip-ssection .flight-box2 .flight-left .flight-car .item.active {
    color: #000;
}
.plan-trip-ssection .flight-box2 .flight-left .flight-car .circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding-top: 4px;
    font-size: 1.8em;
    margin-bottom: 6px;
}
.plan-trip-ssection .flight-box2 .flight-left .flight-car .active .circle {
    background: #c74f19;
    color: #fff;
    font-size: 1.4em;
    padding-top: 7px;
}
.plan-trip-ssection .flight-box2 .flight-left .way .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #c74f19;
    border-color: #c74f19;
}

.plan-trip-ssection .flight-box2 .flight-left .flight-form .icon-box.right.change {
    position: relative;
}

.plan-trip-ssection .flight-box2 .flight-left .flight-form .icon-box.right.change .change-txt {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #a3a3a3;
}

.plan-trip-ssection .flight-box2 .flight-left .flight-form .icon-box.right.change .form-control {
    padding-right: 55px;
}

.plan-trip-ssection .flight-box2 .flight-left .more-detail {
    position: relative;
}
.plan-trip-ssection .flight-box2 .flight-left .more-detail .form-control {
    height: 55px;
    padding-top: 0;
    padding-bottom: 16px;
}

.plan-trip-ssection .flight-box2 .flight-left .more-detail .more-d {
    position: absolute;
    bottom: 6px;
    margin-left: 36px;
    font-size: 85%;
    z-index: 1;
}
.plan-trip-ssection .flight-box2 .flight-left .exchange {
    background: linear-gradient(180deg, #c74f19, #e9682e);
    color: #fff;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    bottom: -22px;
    right: 15px;
    z-index: 1;
}
.plan-trip-ssection .flight-box2 .flight-left .charges-box {
    background: #fff;
    padding: 20px 15px;
    box-shadow: 0 0px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
}

/*airline-box*/
.plan-trip-ssection .airline-box {
    background: #fff;
    box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
    border-radius: 4px;
    padding: 0 10px;
    margin-bottom: 1em;
    position: relative;
}
.plan-trip-ssection .airline-box:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    box-shadow: inset -2px 0px 2px rgb(0 0 0 / 10%);
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.plan-trip-ssection .airline-box:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    box-shadow: inset 2px 0px 2px rgb(0 0 0 / 10%);
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.plan-trip-ssection .airline-box .box {
    padding-top: 10px;
    padding-bottom: 10px;
}

.plan-trip-ssection .airline-box .box .img1 {
    height: 110px;
    object-fit: contain;
}

.plan-trip-ssection .airline-box .btn.btn1 {
    min-width: 120px;
}

.plan-trip-ssection .airline-box .box.middle-box {
    background: #fff9f7;
}

.plan-trip-ssection .airline-box2 {
    border-bottom: 1px dotted #e3dedd;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 10px 10px;
}
.plan-trip-ssection .airline-box2:last-child{
    border-bottom: 0;
}

.plan-trip-ssection .airline-box2:before, 
.plan-trip-ssection .airline-box2:after {
    display: none;
}

/*car-box*/
.plan-trip-ssection .car-box .btn-type {
    color: #c74f19;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    background: #fff;
    border-color: #fff;
    font-size: .85em;
}
.plan-trip-ssection .car-box:before, 
.plan-trip-ssection .car-box:after {
    display: none;
}

.plan-trip-ssection .flight-box2 .booking-details-from {
    padding: 1em 0 2em 0;
}
.plan-trip-ssection .flight-box2 .booking-details-from .form-control {
    border-radius: 50px;
}

.plan-trip-ssection .flight-box2 .booking-details-from .form-to {
    position: absolute;
}

.plan-trip-ssection .flight-box2 .booking-details-from .form-to .f-t {
    position: absolute;
    top: 2px;
    left: 36px;
    font-size: 80%;
    color: #999;
}

.plan-trip-ssection .flight-box2 .booking-details-from .form-to .form-control {
    padding-bottom: 0;
    padding-top: 10px;
}

.plan-trip-ssection .flight-box2 .booking-details-from .plane-center {
    position: absolute;
    top: 15px;
    left: 49%;
    transform: translateX(-50%);
    font-size: .85em;
}
.plan-trip-ssection .flight-box2 .booking-details-from .icon-box.right .icon {
    color: #999;
    font-size: .9em;
    top: 14px;
    left: 12px;
}

/*airline-booking-box*/
.plan-trip-ssection .airline-booking-box{
    border: 1px solid #e3dedd;
    background: #fff;
}
.plan-trip-ssection .airline-booking-box .refundable {
    background: #fff9f7;
    padding: 1em;
}


/*car-details*/
.plan-trip-ssection .car-details-left{
    border-right: 1px solid #c9c9c9;
}

.plan-trip-ssection .car-details-right .price-includes .box {
    margin-bottom: 12px;
}
.plan-trip-ssection .car-details-right .price-includes img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    object-fit: cover;
}
.plan-trip-ssection .car-details-right .price-includes .text {
    text-align: center;
    padding: 5px;
}

/*related-car*/
.plan-trip-ssection .car-details-right .related-car .box {
    margin-bottom: 1em;
}
.plan-trip-ssection .car-details-right .related-car img {
    width: 100px;
}

.plan-trip-ssection .car-details-right .related-car .text {
    text-align: center;
    padding: 5px;
}
.plan-trip-ssection .car-details-right .related-car .text .btn.btn1 {
    min-width: auto;
    font-size: .75em;
    padding: 3px 10px;
}

/*hotels-section*/
.hotels-section .hotel-box {
    background: #fff;
    box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 1em;
    position: relative;
}

.hotels-section .hotel-box .img {
    width: 220px;
    min-width: 220px;
}

.hotels-section .hotel-box .txt {
    width: 100%;
    padding-left: 2em;
}


/*meeting-point*/
.meeting-point .dropdown-submenu {
    position: relative;
}

.meeting-point .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}



.meeting-point .dropdown-menu {
    position: static !important;
    transform: translate3d(0px, 0px, 0px) !important;
    width: 240px;
    border: 0;
    padding-top: 0;
}

.meeting-point .dropdown {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 1em;
}

.meeting-point .dropdown button.btn.btn-default {
     margin-right: 10px !important;
     background: transparent;
     border: 1px solid #a3a3a3;
     box-shadow: none;
     outline: none;
     width: 190px;
     text-align: left;
     position: relative;
}

.meeting-point .dropdown-submenu ul.dropdown-menu {
    position: absolute !important;
    left: 0;
    top: 45px;
}

.meeting-point .dropdown button.btn.btn-default:after {
    position: absolute;
    right: 10px;
    top: 16px;
}

.meeting-point .dropdown-menu li a {
    display: block;
    padding: 8px 10px;
    padding-right: 20px;
    padding-left: 30px;
    border: 1px solid #bfbfbf;
    margin-bottom: 8px;
    margin-right: 10px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    font-size: .95em;
}

.meeting-point .dropdown-menu li a.test:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    top: 18px;
    right: 6px;
}
.meeting-point .dropdown-menu li a img{
    height: 18px;
    width: 18px;
    position: absolute;
    left: 10px;
    object-fit: contain;
    top: 10px;
}


.meeting-point .dropdown-menu {
    position: static !important;
    transform: translate3d(0px, 0px, 0px) !important;
    width: 240px;
    border: 0;
    padding-top: 0;
}

.meeting-point .dropdown {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 1em;
}

.meeting-point .dropdown button.btn.btn-default {
     margin-right: 10px !important;
     background: transparent;
     border: 1px solid #a3a3a3;
     box-shadow: none;
     outline: none;
     width: 190px;
     text-align: left;
     position: relative;
}

.meeting-point .dropdown-submenu ul.dropdown-menu {
    position: absolute !important;
    left: 0;
    top: 45px;
    background: #f6f6f6;
    border: 1px solid #8a8a8a;
    padding: 10px;
}

.meeting-point .dropdown button.btn.btn-default:after {
    position: absolute;
    right: 10px;
    top: 16px;
}

.meeting-point .dropdown-menu li a {
    display: block;
    padding: 8px 10px;
    padding-right: 20px;
    border: 1px solid #bfbfbf;
    margin-bottom: 8px;
    margin-right: 10px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    font-size: .95em;
    background: #fff;
}

.meeting-point .dropdown-menu li a.test:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    top: 18px;
    right: 6px;
}
.meeting-point .dropdown-submenu ul.dropdown-menu li a {
    border: 0;
    text-align: left;
    margin: 0;
    padding: 10px 0px;
    border-bottom: 1px solid #afafaf;
    border-radius: 0;
    background: transparent;
}

.meeting-point .dropdown-submenu ul.dropdown-menu li:last-child a {
    border: 0;
}



/*table-01*/
.table-01 td {
    padding: 5px 8px !important;
}

/*button-group-pills*/
.button-group-pills .btn {
  border-radius: 5px;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-right: 6px;
  border-color: #a3a3a3;
  background-color: #FFF;
  color: #444;
  padding: 6px 10px;
  min-width: 70px;
  box-shadow: none !important;
  outline: none !important;
}
.button-group-pills .btn.active {
  border-color: #428efb;
  background-color: #428efb;
  color: #FFF;
  box-shadow: none;
}
.button-group-pills .btn:hover {
  border-color: #428efb;
  background-color: #428efb;
  color: #FFF;
}
.button-group-pills input[type="checkbox"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}


.restaurant-section2 .sidebar .sidebar-box .custom-control-label{
    line-height: 1.2;
}


/*.explorer-modal*/
.explorer-modal .modal-dialog {
    max-width: 1200px;
}
.explorer-modal .modal-body {
    padding: 2em 2em;
}

.explorer-modal .explorer-row {
    margin-left: -5px;
    margin-right: -5px;
}

.explorer-modal .explorer-row .explorer-col {
    padding: 0 5px;
    margin-bottom: 10px;
    width: 20%;
}

.explorer-modal .explorer-row .explorer-col .col-in {border-radius: 10px;overflow: hidden;}

.explorer-modal .explorer-row .explorer-col .col-in .img {
    position: relative;
    height: 250px;
}

.explorer-modal .explorer-row .explorer-col .col-in .img .img1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.explorer-modal .explorer-row .explorer-col input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}

.explorer-modal .explorer-row .explorer-col label {
  display: block;
  position: relative;
  cursor: pointer;
  height: 100%;
}

.explorer-modal .explorer-row .explorer-col label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #0c509f;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
  z-index: 1;
}

.explorer-modal .explorer-row .explorer-col :checked + label {
  border-color: #ddd;
}

.explorer-modal .explorer-row .explorer-col :checked + label:before {
  content: "✓";
  background-color: #0c509f;
  transform: scale(1);
}

.explorer-modal .explorer-row .explorer-col :checked + label img {
  z-index: -1;
}


/*privilege-menu*/
.privilege-menu {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
}
.privilege-menu .nav.nav-tabs {
    border-bottom: 0;
}

.privilege-menu .nav-tabs .nav-link {
    background: #f6f6f6;
    color: #c74f19;
    text-align: center;
    position: relative;
    display: inline-block;
    border-radius: 50px;
    padding: 4px 15px;
    padding-left: 50px;
    /* min-width: 150px; */
    white-space: nowrap;
    margin: 5px 8px 5px 0;
    box-shadow: none !important;
    outline: none !important;
    border: 0;
}

.privilege-menu .nav-tabs .nav-link.active {
    background: #c74f19;
    color: #fff;
}

.privilege-menu .nav-tabs .nav-link img {
    height: 18px;
    margin-right: 2px;
    position: absolute;
    left: 15px;
}

.profile-section .dropdown1 button.btn-secondary {
    background: transparent !important;
    padding: 4px 10px;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
    color: #000;
}

.profile-section .dropdown1 .dropdown-menu {
    left: auto !important;
    right: 0;
    transform: translate3d(0px, 32px, 0px) !important;
    min-width: auto;
    box-shadow: 0 0 8px 0.1px rgb(0 0 0 / 15%);
    border-color: rgb(0 0 0 / 5%);
    min-width: 160px;
}

.profile-section .dropdown1 .dropdown-menu .dropdown-item {
    padding: 4px 20px;
}

.profile-section .dropdown1 .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #0c509f;
}

/*privilege-slider*/
.privilege-slider .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #6f8c9a;
    width: 12px;
    height: 12px;
}

.privilege-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #5090ea;
}

/*privilege-product*/
.privilege-product{
    background: #f6f6f6;
    padding: 15px;
    margin: 1em 0;
}
.privilege-product .box {
    margin-bottom: 15px;
}
.privilege-product .product-in {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px rgb(0 0 0 / 10%);
}

.privilege-product .product-in .img {
    padding: 10px;
}

.privilege-product .product-in .txt {
    padding: 15px 15px;
    padding-top: 0;
}


.privilege-details {}

.privilege-details .p-img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}
 .product-top img {
    width: 100px;
    min-width: 60px;
    border-radius: 5px;
}

.privilege-details .product-box .p-box {
    background: #fafafa;
    padding: 15px;
    border-radius: 2px;
    height: 100%;
}

.privilege-product .btn-redeem{
    background: linear-gradient(180deg, #009ed1, #0c509f) !important;
    border: 0 !important;
    min-width: 120px;
}



/*swiper1*/
.privilege-product .swiper2 .swiper-container{
    padding-bottom: 4em;
}

.privilege-product .swiper2 .swiper-pagination-clickable .swiper-pagination-bullet {
    border-radius: 50px;
    width: 15px;
    height: 15px;
}
.privilege-product .swiper2 .swiper-pagination-bullet-active {
    background: #3d8bff;
    box-shadow: 0 0 0px 2px #fff, 0 0 0px 3px #3d8bff;
}


.profile-section{

}
.profile-section .nav-tabs-box {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 0;
}
.profile-section .nav-tabs-box .nav.nav-tabs {
    border-bottom: 2px solid #dcdcdc;
}

.profile-section .nav-tabs-box .nav-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid transparent;
    font-weight: 500;
    color: #000;
    padding: 10px 20px;
    white-space: nowrap;
    text-align: center;
    position: relative;
}

.profile-section .nav-tabs-box .nav-tabs .nav-link.active {
    border-color: #c74f19;
    background: transparent;
    color: #c74f19;
}

.privilege-product .box.bw .product-in {
    filter: grayscale(1);
    position: relative;
    overflow: hidden;
}

.privilege-product .box.bw .product-in:before {
    content: '';
    background: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}



/*coin-box*/
.privilege-product .coin-box {
    background: #fff;
    margin-bottom: 8px;
    border-radius: 6px;
    padding: 1.5em 1.5em;
}

.privilege-product .coin-box .coin img {
    width: 50px;
}

.privilege-product .coin-box .coin {
    margin-right: 1em;
}

.privilege-product .coin-box .point {
    white-space: nowrap;
    color: #39b54a;
}

.privilege-product .coin-box .point i {
    font-size: 40%;
    vertical-align: super;
}

.privilege-product .coin-box .title {
    color: #39b54a;
    font-weight: 500;
}


.privilege-product .coin-box.earn .title {
    color: #333;
}

.privilege-product .coin-box.earn .coin img {
    filter: grayscale(1);
}

.privilege-product .coin-box.earn .point {
    color: #ec0d2f;
}

/*payment-section*/
.payment-section .form2 .payment-pay .custom-control {
    box-shadow: 0 3px 10px rgb(0 0 0 / 12%);
    border-radius: 8px;
    padding: 12px;
    padding-left: 35px;
}

.payment-section .form2 .payment-pay .custom-control .img-lb {
    width: 90%;
    height: 50px;
    object-fit: contain;
    object-position: left;
}
.payment-section .form2 .booking-frm .form-control {
    border-radius: 2px;
    height: 36px;
}

/*pagination-div*/
.pagination-div .pagination .page-link {
    border: 1px solid #E5E5EA;
    border-radius: 8px !important;
    padding: 8px 14px;
    font-size: .9375em;
    margin: 0 5px;
    box-shadow: none !important;
    outline: none !important;
    color: #8E8E93 !important;
}

.pagination-div .pagination .active .page-link {
    background: #3A53A4;
    border-color: #3A53A4;
    color: #fff !important;
}










/*scrollbar*/
.scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: none;
	border-radius: 10px;
	background-color: #dddbda;
}

.scrollbar::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: none;
	background-color: #b9b9b9;
}

.tagsinput {
    border: 2px solid #428efb;
    background: transparent;
    padding: 15px;
    width: 100%;
    height: 200px;
    overflow-y: auto;
}
div.tagsinput span.tag {
    border: 1px solid #bdc0b6;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 5px;
    text-decoration: none;
    background: #bcbcbc;
    color: #000;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: helvetica;
    font-size: 13px;
}
div.tagsinput span.tag a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    font-size: 11px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #c74f19;
}

input:focus + .slider {
  box-shadow: 0 0 1px #c74f19;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

/*bootstrap-tagsinput*/
.input-tags {
  width: 100%;
  padding: 15px;
  display: block;
  margin: 0 auto;
}

.label-info {
  background-color: #5bc0de;
  padding: 3px;
}
.bootstrap-tagsinput {
    width: 100%;
    padding: 10px 12px !important;
    border-radius: 5px;
    box-shadow: none !important;
    outline: none;
    color: #000;
    border-color: #66b9e9 !important;
    min-height: 140px;
}

.bootstrap-tagsinput span.tag {
    background: #ededed;
    color: #8f8f8f;
    font-size: 14px;
    margin-bottom: 6px;
    display: inline-block;
    border-radius: 20px;
    padding: 4px 12px;
}

.bootstrap-tagsinput span.tag span {
    background: #a50000;
    color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    line-height: 1.1;
}


/*bulk-row*/
.bulk-row .clndr{
    border-right: 1px solid #efefef;
}
.bulk-row .form1 .form-control {
    height: 32px;
    padding: 4px 10px;
}

.bulk-row .form1 .form-group {
    margin-bottom: 10px;
}

.bulk-row .googleCalendar{
    overflow: hidden;
    overflow-x: auto;
}

.bulk-row .googleCalendar iframe{
    width: 100%;
    min-width: 600px;
    height: 600px;
}

.bulk-row .bulk-cl img {
    width: 100px;
    height: 55px;
    border-radius: 5px;
    object-fit: cover;
}

/*table-clndr*/
.table.table1.table-clndr thead th {
    border: 1px solid #ddd;
    padding: 5px 10px;
}
.table.table1.table-clndr tbody td {
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-size: .85em;
    min-width: 50px;
}
.table.table1.table-clndr tbody td.first {
    width: 220px;
    min-width: 220px;
}
.table.table1.table-clndr .room-avb {
    position: absolute;
    top: 4.5px;
    left: 230px;
    right: 0;
    color: #48ca48;
    background: rgb(72 202 72 / 15%);
    border-radius: 50px 0 0 50px;
    font-size: .9em;
    padding: 2px 10px;
}

.bulk-row .tags .tag{
    background: #ededed;
    color: #8f8f8f;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 20px;
    padding: 2px 8px;
    margin-right: 7px;
}
.bulk-row .tags .tag i {
    background: #a50000;
    color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    line-height: 1.7;
    font-size: 9px;
    margin-left: 4px;
}


/*.star*/
.stars a {
    color: #FCB315;
    font-size: .8em;
}
.stars a:hover {
    color: #FCB315;
}

.stars span {
    font-size: .8125em;
    color: #8E8E93;
}

.star-icon i,
.star-icon a {
    color: #FCB315;
    font-size: .8em;
}
.stars a:hover {
    color: #FCB315;
}

.star-icon span {
    font-size: .8125em;
    color: #8E8E93;
}

/*lg-user*/
.lg-user .img img {
    width: 80px;
    min-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

/*.itinerary-div */
.itinerary-div {
    position: relative;
    padding-left: 5px;
    height: 100%;
}

.itinerary-div .itinerary-in {
    position: relative;
    padding-left: 18px;
}

.itinerary-div .itinerary-in i {
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 10px;
    color: #e41e4a;
}

.itinerary-div:before {
    content: '';
    position: absolute;
    left: 9.5px;
    top: 9px;
    width: 1px;
    height: calc(100% - 90px);
    background: #e41e4a;
    z-index: 1;
}

/*.lg-quantity */
.lg-quantity {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgb(0 0 0 / 5%);
    margin-bottom: 15px;
}


/*.counter */
.counter {
  width: 100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter .up, 
.counter .down {
  display: block;
  color: #000;
  font-size: 20px;
  padding: 0 7px;
  margin: 5px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 2px;
  width: 24px;
  min-width: 24px;
  line-height: 26px;
  height: 24px;
  user-select: none;
  background: #ededed;
  text-align: center;
}
.counter .up:hover, 
.counter .down:hover {
  color: #010200;
}

.counter input {
  appearance: none;
  border: 0;
  background: transparent;
  text-align: center;
  width: 42px;
  line-height: 24px;
  font-size: 20px;
  border-radius: 5px;
  font-weight: 500;
}

/*local-slider*/
.local-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    height: 380px;
}
.local-slider .swiper-slide img {
    object-fit: cover;
}
.local-slider .swiper-slide video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.local-slider .swiper-button-prev, 
.local-slider .swiper-button-next {
    border-radius: 2px;
    width: 28px;
    height: 40px;
    background-color: rgb(255 255 255 / 50%);
    background-size: 50% 50%;
    outline: none;
}

.local-slider .swiper-button-prev {
    left: 5px;
    background-image: url('http://safet-travel.com/assets/images/arrow-left.svg');
}
.local-slider .swiper-button-next {
    right: 5px;
    background-image: url('http://safet-travel.com/assets/images/arrow-right.svg');
}

/*swiper-local-profile*/
.swiper-local-profile .swiper-container{
    padding-bottom: 2.5em;
}
.swiper-local-profile .swiper-slide img {
    border-radius: 6px;
}

.swiper-local-profile .swiper-pagination-clickable .swiper-pagination-bullet {
    border-radius: 50px;
    width: 45px;
    height: 4px;
}
.swiper-local-profile .swiper-pagination-bullet-active {
    background: #0c509f;
}

.swiper-local-profile .swiper-button-prev {
    left: 5px;
    background-image: url('http://safet-travel.com/assets/images/arrow-left-w.svg');
}
.swiper-local-profile .swiper-button-next {
    right: 5px;
    background-image: url('http://safet-travel.com/assets/images/arrow-right-w.svg');
}
.swiper-local-profile .swiper-button-prev, 
.swiper-local-profile .swiper-button-next {
    border-radius: 2px;
    width: 28px;
    height: 40px;
    background-color: transparent;
    background-size: 50% 50%;
    outline: none;
}

.text-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-ellipsis2{
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 47px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-ellipsis3{
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 47px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*destinations*/
.destinations {
    position: relative;
    padding-left: 20px;
    list-style: none;
}
.destinations li {
     position: relative;
     padding-left: 26px;
}

.destinations i {
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 9px;
    color: #fff;
    background: #e41e4a;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
    z-index: 2;
}

.destinations:before {
    content: '';
    position: absolute;
    left: 27.5px;
    top: 9px;
    width: 1px;
    height: calc(100% - 8px);
    background: #e8e8e8;
    z-index: 1;
}

/*faq-section*/
.profile-section h6 {
    font-size: .875em;
}

/*terms*/
.terms p {
    font-size: .875em;
}
.terms p strong {
    font-size: 16px;
    color: #060e27;
}

/*.accordion1*/
.accordion1{
}

.accordion1 .card {
    margin-bottom: 0px;
    background: #fff;
    border: 0;
    border-bottom: 1px solid rgb(0 0 0 / .1);
}
.accordion1 .card-header {
    padding: 0;
    position: relative;
    border: 0;
}
.accordion1 .card-header a {
    padding: 15px;
    display: block;
}
.accordion1 .card-header h5{
    font-size: 1.02em;
    font-weight: 600;
    line-height: 1.4;
}
.accordion1 .card-header a {
    padding: 10px 0px;
    display: block;
    background: #fff;
    color: #000;
    padding-right: 30px;
    font-size: .9em;
    transition: all .4s ease;
}
/*.accordion1 .card-header a.collapsed {
    background: #09102a;
    color: #fff;
}*/


.accordion1 .card .card-header .collapsed i:before{
    content: "\f105";

}
.accordion1 .card .card-header i{
    position: absolute;
    right: 15px;
    top: 13px;
}
.accordion1 .card .card-body {
    border-top: 1px solid rgb(0 0 0 / .1);
    padding: 15px 0;
}

/*faq-nav*/
.faq-nav .nav-link {
    padding: 5px 0px;
    color: #000;
    font-size: 1em;
}

.faq-nav .nav-link:hover {
    color: #0c509f;
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
}




/*list-all*/
.list-all {
    border: 0;
}

.list-all .nav .nav-item {
}
.list-all .nav .nav-item .nav-link {
    text-align: center;
    color: #555555;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 12px 30px;
    font-size: .8125em;
    white-space: nowrap;
    border-radius: 6px;
    margin: 4px 0;
    margin-right: 10px;
    font-weight: 500;
}

.list-all .nav .nav-item .nav-link.active {
    border-color: #3A53A4;
    color: #fff !important;
    background: #3A53A4;
}
.list-all .nav .nav-item .nav-link i {
    font-size: 15px;
    margin-right: 5px;
    vertical-align: middle;
}

/*list-all-01*/
.list-all-01 {
    overflow-x: auto;
    border: 0;
    padding: 10px 2px;
}

.list-all-01 .nav .nav-item {
}
.list-all-01 .nav .nav-item .nav-link {
    text-align: center;
    color: #3A53A4;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 12px 30px;
    font-size: .8125em;
    white-space: nowrap;
    border-radius: 6px;
    margin-right: 10px;
    font-weight: 500;
}

.list-all-01 .nav .nav-item .nav-link.active {
    border-color: #3A53A4;
    color: #fff !important;
    background: #3A53A4;
}
.list-all-01 .nav .nav-item .nav-link i {
    font-size: 15px;
    margin-right: 5px;
    vertical-align: middle;
}


/*list-all-02*/
.list-all-02 {
    overflow-x: auto;
    border: 0;
}
.list-all-02 .nav {
   border-bottom: 1px solid rgb(0 0 0 / 10%);
   padding-bottom: 20px;
}
.list-all-02 .nav .nav-item {
}
.list-all-02 .nav .nav-item .nav-link {
    text-align: center;
    color: #8e8e93;
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 2px 15px;
    font-size: .9375em;
    white-space: nowrap;
    border-radius: 50px;
    margin-right: 10px;
}

.list-all-02 .nav .nav-item .nav-link.active {
    border-color: #3A53A4;
    color: #B6C9F5 !important;
    background: #3A53A4;
}



/*trvl-box*/
.trvl-box .tr-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.transaction-box {
    margin-bottom: 15px;
}

.transaction-box .icon1 {
    background: #FEF6D0;
    color: #D8920F;
    font-size: 16px;
    width: 38px;
    height: 38px;
    padding-top: 11px;
    text-align: center;
    border-radius: 2px;
    margin-top: 4px;
}

.transaction-box .tr-txt {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 10px;
}

.transaction-box .icon1.gray {
    background: #D1D1D6;
    color: #fff;
}


/*dropdown-01*/

.dropdown-01 button.btn {
    background: transparent !important;
    border: 0;
    padding: 0;
    font-size: .9375em;
    box-shadow: none !important;
    outline: none !important;
    color: #8E8E93 !important;
}
.dropdown-01 button.btn::after{
   vertical-align: middle;
}
.dropdown-01 .dropdown-menu{
    border: 1px solid rgb(0 0 0 / 5%);
    box-shadow: 0 4px 15px rgb(0 0 0 / 8%);
    border-radius: 4px;
}
.dropdown-01 .dropdown-item {
   font-size: .9375em;
   color: #8E8E93;
}
.dropdown-01 .dropdown-item i {
   font-size: .7em;
   margin-right: 9px;
   width: 12px;
}

.dropdown-01 .dropdown-item:hover {
   background: transparent;
   color: #3a53a4;
}

/*privilege-box*/
.privilege-box {
    background: #fff;
    box-shadow: 0px 3px 6px rgb(58 83 164 / 24%);
    border: 1px solid #D1D1D6;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.privilege-box .img {
    position: relative;
}

.privilege-box .img img {
    max-width: 160px;
    min-width: 160px;
    height: 100%;
    object-fit: cover;
}

.privilege-box  .txt {
    padding: 15px 20px;
}
.privilege-box .cat {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #fff;
    color: #060E27;
    border-radius: 8px;
    padding: 2px 8px;
    font-size: 11px;
}

.privilege-box .bal i {
    background: #FEF6D0;
    color: #D8920F;
    font-size: 12px;
    width: 24px;
    height: 24px;
    padding-top: 7px;
    text-align: center;
    border-radius: 2px;
}
.redeem .img img {
    max-width: 120px;
    min-width: 120px;
}

.privilege-box.redeem  {
    position: relative;
}

.privilege-box.redeem:before {
    content: '';
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 4px;
    z-index: 1;
    box-shadow: inset 0px 1px 5px rgb(58 83 164 / 12%);
    border: 1px solid #D1D1D6;
}
.privilege-box.redeem:after {
    content: '';
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 4px;
    z-index: 1;
    box-shadow: inset 0px 1px 5px rgb(58 83 164 / 12%);
    border: 1px solid #D1D1D6;
}
.privilege-box.coupon-used .img img {
    filter: grayscale(1);
}

/*voucher-slider*/
.voucher-slider .swiper-slide img{
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.voucher-slider .swiper-pagination {
    bottom: 0 !important;
}
.voucher-slider .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: transparent;
    border: 1px solid #8E8E93;
    width: 8px;
    height: 8px;
}

.voucher-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #8E8E93;
}




/*form3*/
.form3 .label {
    color: #b3b6bd;
    font-weight: 500;
    margin-bottom: 3px;
}
.form3 .form-control {
    background: rgb(255 255 255 / 85%);
    color: #060E27;
    border-radius: 8px
    border: 1px solid rgb(0 0 0 / 40%);
    height: 50px;
    box-shadow: none !important;
    outline: none !important;
    padding: 5px 25px;
    font-size: .9em;
    font-weight: 500;
}
.form3 .form-control:focus {
	background: rgb(255 255 255 / 85%);
	border-color: #3A53A4;
}
.form3 .form-control::placeholder {
	color: #555D69;
    font-size: .85em;
    font-weight: 400;
}
.form3 .form-control.radius {
    border-radius: 50px;
}
.form3 .icon-box {
    position: relative;
}

.form3 .icon-box .icon {
    position: absolute;
    top: 11px;
    left: 18px;
    color: #8E8E93;
    background: #F2F2F7;
    border-radius: 50%;
    width: 28px;
    min-width: 28px;
    height: 28px;
    font-size: .85em;
    text-align: center;
    padding-top: 7px;
}

.form3 .icon-box .form-control {
    padding-left: 55px !important;
}
.form3 .icon-box.input_wrap .input_label{
    left: 55px;
}

.form3 .icon-box.right .icon {
    left: auto;
    right: 18px;
}

.form3 .icon-box.right .form-control {
    padding-left: 20px !important;
    padding-right: 55px !important;
}
.form3 .icon-box.input_wrap.right .input_label{
    left: 20px;
}

.form3 .icon-box2 {
    position: relative;
}
.form3 .icon-box2 .icon2 {
    position: absolute;
    top: 11px;
    right: 20px;
    color: #8E8E93;
    background: #F2F2F7;
    border-radius: 50%;
    width: 28px;
    min-width: 28px;
    height: 28px;
    font-size: .85em;
    text-align: center;
    padding-top: 7px;
}

.form3 .icon-box2 .form-control {
    padding-right: 45px !important;
}
.form3 .icon-box .bgt,
.form3 .icon-box2 .bgt {
    background: transparent;
    width: auto;
    min-width: auto;
    font-size: 0.9em;
}


.form3 .input_wrap { 
	position:relative;
}
.form3 .input_wrap .form-control {
    padding: 16px 20px 5px 20px;
}
.form3 .input_wrap .input_label {
    font-size: .9em;
    color: #C7C7CC;
    position: absolute;
    top: 14px;
    left: 20px;
    margin-bottom: 0;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    pointer-events: none;
}

.form3 .input_wrap .input_label.fx,
.form3 .input_wrap .form-control:focus + .input_label,
.form3 .input_wrap .form-control:valid + .input_label{
	font-size: .75em;
	top: 2px;
	color: #8E8E93;
}

/*custom-checkbox*/
.form3 .custom-checkbox1 label {
    color: #666;
    font-size: 1em;
}

.form3 .custom-checkbox1 label::before {
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
}

.form3 .custom-checkbox1 input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 7px;
    left: -18px;
    display: table;
    width: 4px;
    height: 8px;
    border: 2px solid #576bb1;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form3 .custom-checkbox1 .custom-control-input:checked~.custom-control-label::before {
    background: #fff;
}

/*custom-checkbox2*/
.form3 .custom-checkbox2 label {
    color: #666;
    font-size: 1em;
    line-height: 1.65;
}
.form3 .custom-checkbox2 .custom-control-input:checked~.custom-control-label::before {
    background: #3A53A4;
    border-color: #3A53A4;
}

.form3 .custom-checkbox2 .custom-control-label::before {
    width: 20px;
    height: 20px;
    border-radius: 1px;
    background: transparent;
    border: 1px solid #707070;
    box-shadow: none !important;
}

.form3 .custom-checkbox2 .custom-control-label::after {
    top: 6px;
    left: -1.35rem;
}

/*custom-checkbox3*/
.form3 label {
    color: #060E27;
    font-size: 1.0625em;
}
.form3 .error {
    color: red;
}
.form3 .custom-checkbox3 label {
    color: #666;
    font-size: 1em;
}
.form3 .custom-checkbox3 label h6{
    line-height: 2;
}

.form3 .custom-checkbox3 label::before {
    border: 1px solid #8E8E93;
    border-radius: 50%;
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
}

.form3 .custom-checkbox3 input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 7px;
    left: -18px;
    display: table;
    width: 4px;
    height: 8px;
    border: 2px solid #576bb1;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form3 .custom-checkbox3 .custom-control-input:checked~.custom-control-label::before {
    background: #fff;
}

/*custom-radio1*/
.form3 .custom-radio1 label.custom-control-label {
    color: #060E27;
    font-size: .95em;
    font-weight: 500;
}

.form3 .custom-radio1 .custom-control-label::before {
    box-shadow: none !important;
    outline: none !important;
    border: 2px solid #8e8e93;
    background: #fff;
}

.form3 .custom-radio1 .custom-control-input:checked~.custom-control-label::after {
    background-image: url('https://safet-travel.com/assets/images/radio.svg');
}

.form3 .custom-radio1 .custom-control-input:checked~.custom-control-label::before {
    background: #fff;
    border-color: #3a53a4;
}
.form3 .custom-control-label{
    font-size: 1.0625em;
    color: #292929;
}
.form3 .custom-control-label::before {
    background: transparent;
    border: 1px solid #808080;
    border-radius: 50% !important;
    box-shadow: none !important;
    outline: none !important;
}
.form3 .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #0c509f;
}

.form3 .thb-box{
    position: relative;
}
.form3 .thb-box .thb {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    line-height: 44px;
    background: #0C50A0;
    text-align: center;
    color: #fff;
    border-radius: 5px 0 0 5px;
}
.form3 .thb-box .form-control {
    padding-left: 70px;
}

/*checkbox*/
.form3 .custom-checkbox .custom-control-label::before, .form2 .custom-checkbox .custom-control-label::after {
    border-radius: 1px !important;
}
.form3 .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #0c509f;
}

/*tel-input*/
.form3 .intl-tel-input {
    width: 100%;
}
.form3 .intl-tel-input .selected-flag{
    height: 50px;
}

.form3 .form-control.add-border {
    border-color: #aaa !important;
    height: 30px;
}


/*login-box2*/
.login-box2 .form3 .input_wrap .input_label {
    color: #9e9e9e;
}
.login-box2 .form3 .icon-box .bgt,
.login-box2 .form3 .icon-box2 .bgt {
    color: #555D69;
}
.login-box2 .or {
    position: relative;
    text-align: center;
    max-width: 220px;
    margin: auto;
    margin-top: 2em;
}

.login-box2 .or:before {
	content: '';
	width: 40px;
	height: 1px;
	background: rgb(0 0 0 / 40%);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 0;
}
.login-box2 .or:after {
    content: '';
    width: 40px;
    height: 1px;
    background: rgb(0 0 0 / 40%);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 0;
}

.login-box2 .or p {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 1px 15px;
    color: #060E27;
    font-size: 1em;
    font-weight: 500;
}

/*social*/
.login-box2 .social {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 1.5em;
}

.login-box2 .social li {
    display: inline-block;
}

.login-box2 .social li a {
    display: inline-block;
    font-size: 1.4em;
    margin: 0 8px;
    width: 64px;
    height: 64px;
    padding: 4px;
    padding-top: 17px;
    color: #333;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 6px 20px rgb(58 83 164 / 15%);
}

.login-box2 .social li a:hover {
    color: #000;
}
.login-box2 .form3 .input_wrap .form-control {
    border-radius: 50px;
}


/*modal1*/
.modal1 button.close {
    color: #0F2A4D;
    opacity: 1;
    font-size: 2em;
    padding: 20px 30px 10px 10px;
    float: none;
    display: inline-block;
    line-height: .75;
    box-shadow: none !important;
    outline: none !important;
}

.modal1 .modal-body {
    padding: 40px 30px;
}

.modal .modal-content {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 40%);
    border: 0 !important;
}

/*track-trip-section*/
.track-trip-section {
    background: url(../images/ted-bryan-yu-5mezpWin6T8-unsplash.png);
    background-size: cover;
    background-position: center;
}
.track-trip-section h1{
    color: #3d5998;
}
.track-trip-section p{
    color: #3d5998;
}

.track-trip-section img.qr {
    width: 80px;
}

.track-trip-section img.store {
    width: 140px;
    display: block;
    margin: 4px 0;
}

.promotions-section .product-div .img img {
    height: 188px;
}


/*swiper-new*/
.swiper-new {
    position: relative;
}
.swiper-new .swiper-button-prev, 
.swiper-new .swiper-button-next {
    background-color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border: 1px solid #D1D1D6;
    top: 50%;
    transform: translateY(-50%);
    background-size: 7px 24px;
}

.swiper-new .swiper-button-prev {
    margin-left: -28px;
}

.swiper-new .swiper-button-next {
    margin-right: -28px;
}

.swiper-new .swiper-container{
    padding-bottom: 3em;
}

.swiper-new .swiper-pagination-clickable .swiper-pagination-bullet {
    background: #B6C9F5;
    opacity: 1;
}
.swiper-new .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #3A53A4;
}

.btn.location{
    background: #F2F2F7 !important;
    font-size: 13px !important;
    color: #8E8E93 !important;
}

.near-section .list-all .nav .nav-item .nav-link {
    box-shadow: none;
}

.near-section .list-all .nav .nav-item .nav-link.active {
    background: #DAE4FA;
    color: #3A53A4 !important;
}
.near-section .category{

}
.near-section .category .ctg-left{
    width: 80px;
    min-width: 80px;
}
.near-section .category .ctg-right{
    width: calc(100% - 70px);
}


.btn.view-all {
    border-color: #E5E5EA !important;
    color: #555 !important;
    min-width: auto;
    border-radius: 8px !important;
    font-size: 15px;
}
.btn.view-all:hover {
    background: #dae4fa !important;
    color: #3A53A4 !important;
}

.secure-safe {
    background: url(../images/ted-bryan-yu-5mezpWin6T8-unsplash.png);
    background-size: cover;
    background-position: center;
    padding: 35px 15px;
    border-radius: 4px;
    overflow: hidden;
}

/*new-box*/
.new-box {
    background: #fff;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 16%);
    border: 1px solid #E5E5EA;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 20px;
}

.heart-circle {
    display: inline-block;
    background: rgb(0 0 0 / 30%);
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: .52em;
    padding-top: 7px;
}

/*course-list*/
.list-all.course-list .nav .nav-item .nav-link {
    background: #FAFAFA;
    color: #555;
    box-shadow: none;
}

.list-all.course-list .nav .nav-item .nav-link.active {
    background: #DAE4FA;
    color: #3A53A4 !important;
}

/*rating-list*/
.list-all.rating-list .nav .nav-item .nav-link {
    background: transparent;
    color: #555;
    box-shadow: none;
    border-bottom: 2px solid #E5E5EA;
    padding: 10px 15px;
    margin: 0;
    border-radius: 0;
}

.list-all.rating-list .nav .nav-item .nav-link.active {
    background: transparent;
    color: #3A53A4 !important;
    border-color: #3A53A4;
}
.list-all.rating-list .nav .nav-item .nav-link img {
    height: 35px;
    object-fit: contain;
}

/*promotions-page*/
.promotions-page .content .hotel-row.new {
    padding: 15px;
}

.promotions-page .content .hotel-row.new .img-prm {
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.promotions-page .promotions-row {}

.promotions-page .promotions-row .box {
    margin-bottom: 20px;
}

.promotions-page .promotions-row .box-in {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.promotions-page .promotions-row .box .img1 {
    height: 188px;
    object-fit: cover;
}

.promotions-page .promotions-row .box .img-logo {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 100px;
    z-index: 9;
}

.promotions-page .promotions-row .box .txt {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgb(0 0 0 / 25%);
}

.promotions-page .promotions-row .box .work {
    background: #FCB315;
    color: #fff;
    border-radius: 4px;
    padding: 8px 10px 6px;
    display: inline-block;
}


.promotions-page .promotions-row.details .box .img1 {
    height: auto;
    min-height: 280px;
    max-height: 480px;
}

.promotions-page .promotions-row.details h1 {
    font-size: 5vw;
}

.promotions-page .promotions-row.details .img-logo {
    width: 15vw;
    min-width: 120px;
}

/*ticket-box*/
.ticket-box .t-box {
    margin-bottom: 20px;
}

.ticket-box .hotel-row.new {
    margin-bottom: 0 !important;
    padding: 10px !important;
    overflow: visible !important;
    position: relative;
}

.ticket-box .hotel-row.new:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 4px;
    z-index: 1;
    /* box-shadow: inset 0px 1px 5px rgb(58 83 164 / 12%); */
    border: 1px solid #D1D1D6;
    border-left: 0;
    border-bottom: 0;
}
.ticket-box .hotel-row.new:after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 4px;
    z-index: 1;
    /* box-shadow: inset 0px 1px 5px rgb(58 83 164 / 12%); */
    border: 1px solid #D1D1D6;
    border-right: 0;
    border-top: 0;
}

.ticket-box .hotel-row.new .txt {
    padding: 15px 10px;
    padding-bottom: 0;
}

.ticket-box .hotel-row.new .swiper-slide img {
    border-radius: 8px;
    height: 180px !important;
}

.ticket-box .view {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #fff;
    color: #5A5A5A;
    border-radius: 20px;
    padding: 5px 8px 3px 8px;
    font-size: 13px;
    line-height: 1;
    z-index: 2;
}
.ticket-box .hotel-row.new .dropdown2 .dropdown-item {
    white-space: normal;
}
.ticket-box .hotel-row.new .dropdown2 .dropdown-menu {
    width: 280px;
    max-height: 250px;
    right: 0;
}

/*get-help*/
.get-help .box {
    text-align: center;
    width: 110px;
    padding: 10px;
}

.get-help .box img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    text-align: center;
}

/*get-box*/
.get-box .img1 {
    width: 28px;
    min-width: 28px;
    height: 28px;
    border-radius: 5px;
}


/*.discover-div*/
.discover-div .icon {
    width: 120px;
    height: 120px;
    line-height: 130px;
    font-size: 3em;
    background: #FAFAFA;
    color: #8E8E93;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 15px;
}

/*.guests-input*/
.guests-input button {
    position: relative;
    width: 100%;
    height: 50px;margin: 0px;
    padding: 6px 12px;
    background-color: #fff;
    border: 0px solid #d8d8d8;
    border-radius: 5px;
    text-overflow: ellipsis;
    font-size: 17px;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    text-align: left;
    color: #484848;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
;outline: none !important;}
.guests-input {
    position: relative;
  width: 100%;
  margin: 0 auto;
  
}
.guests-input button {
    cursor: pointer;
}
.guests-input button:after,
.guests-input button:before {
    content: " ";
    width: 10px;
    height: 2px;
    border-radius: 2px;
    background-color: #484848;
    position: absolute;
    top: 22px;}
.guests-input button:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 15px
}
.guests-input button:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 21px
}
.guests-input button.open:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.guests-input button.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.guests-input__options {
    position: absolute;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
    box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
    border-radius: 2px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    z-index: 2;
}
.guests-input__options.open {
    opacity: 1;
    height: 216px;
    border-radius: 6px;
    padding: 15px;
}
.guests-input__ctrl {
    display: inline-block;
    border: 1px solid #999;
    font-size: 20px;
    color: #999;
    padding: 0;
    width: 25px;height: 25px;line-height: 25px;
    border-radius: 50px;
    margin-left: 10px;
    cursor: pointer;
    text-align: center;-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
.guests-input__ctrl.disabled {
    color: #d8d8d8;
    border-color: #d8d8d8;
    cursor: default
}
.guests-input__value {
    display: block;
    cursor: default
}
.guests-input__value span {
    display: inline-block;
    padding-right: 5px
}
.guests-input__ctrl:hover {
    background: #3a53a4;
    color: #fff;
    border-color: #3a53a4;
}

.hotel-row.new .guests-input button {
    border: 1px solid rgb(0 0 0 / 10%);
}

.transport-dates.list-all-01 .nav .nav-item .nav-link {
    min-width: 140px;
    padding: 8px 30px;
}

.transport-dates.list-all-01 .nav .nav-item .nav-link span {
    color: #8E8E93;
    font-size: 11px;
}

.transport-dates.list-all-01 .nav .nav-item .nav-link.active span {
    color: #fff;
}

/*.time-line*/

.time-line .tl {
    padding-bottom: 38px;
    position: relative;
}

.time-line .tl .tl-icon {
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #3A53A4;
    background: #3A53A4;
    border-radius: 50%;color: #fff;
    font-size: 8px;
    text-align: center;
    line-height: 14px;
}

.time-line .tl .tl-box {
    padding-left: 35px;
}

.time-line .tl .tl-icon.plan {
    background: #fff;
    width: 10px;
    height: 10px;
    left: 3px;
}

.time-line .tl:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 4px;
    width: 1px;
    height: 100%;
    background: rgb(0 0 0 / 8%);
}

.time-line .tl:last-child:before {
    display: none;
}

















/* scrollbar */
.scrollbar{
    overflow: auto;
}
.scrollbar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar
{
    width: 4px;
    height: 4px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb
{
    width: 4px;
    height: 4px;
    background-color: #8E8E93;
}


/*footer*/
.footer{
	background: #3A53A4;
	color: #fff;
}
.footer .logo-f {
    width: 210px;
}
.footer .nav-f .nav-link {
    padding: 0px 0;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 1.0625em;
    color: #B6C9F5;
}
.footer .nav-f .nav-link:hover {
	color: #fff;
}
.footer .copy{
}
.footer .become {
    border-color: #B6C9F5 !important;
    color: #B6C9F5 !important;
    border-radius: 4px;
    padding: 6px 15px !important;
    margin-top: 20px;
}

.footer .logos img {
    height: 80px;
    object-fit: contain;
    margin-right: 30px;
    margin-bottom: 30px;
}

.footer .hr-f {
    border-width: 2px;
    border-color: rgb(255 255 255 / 20%);
    margin-top: 20px;
    margin-bottom: 40px;
}

.footer .social {
    margin: 0 -10px;
}

.footer .social .nav-link {
    color: #fff;
    border: 1px solid #ffffff;
    font-size: .95em;
    padding: 0;
    border-radius: 50%;
    width: 30px;
    min-width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    margin: 0 8px;
    transition: all .4s ease;
}
.footer .social .nav-link:hover {
    color: #3a53a4;
    background: #fff;
}

.footer .social .nav-link svg {
    width: 22px;
    height: 22px;
    margin-top: -2px;
}

.footer .social .nav-link svg g {
    fill: #fff;
}

.footer .social .nav-link:hover svg g {
    fill: #3a53a4;
}