/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
}

ul{
	list-style:none;
	list-style-type:none
	;padding-inline-start:0;
	padding-left:0;
	margin-bottom:0;
}
@media(min-width:768px){
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-track{background-color:#eee}
::-webkit-scrollbar-thumb{background-color:#333}
::-webkit-scrollbar-thumb:hover{background-color:#444}
}

.custscroll::-webkit-scrollbar,.custscroll::-webkit-scrollbar-thumb{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
.custscroll::-webkit-scrollbar-track{background:transparent}
.custscroll:hover::-webkit-scrollbar-thumb{background-color:#ccc}
.custscroll::-webkit-scrollbar-thumb:hover{background-color:#999}


.custscrollA::-webkit-scrollbar{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
.custscrollA::-webkit-scrollbar-track{background:transparent}
.custscrollA::-webkit-scrollbar-thumb{background-color:#ccc;border-radius: 6px;}
.custscrollA::-webkit-scrollbar-thumb:hover{background-color:#999}


@media(min-width: 1366px){
.cmpad{
    max-width: 1526.4px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 54px;
    padding-right: 54px;
}
}
@media(max-width: 1366px){
.cmpad{
	padding-left:80px;
	padding-right:80px;
}
}
@media(max-width: 991px){
.cmpad{
	padding-left:40px;
	padding-right:40px;
}
}
@media(max-width: 767px){
.cmpad{
	padding-left:15px;
	padding-right:15px;
}

}


@keyframes moveRight{
	0%{
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}
	50%{
		transform: translateX(5px);
		-webkit-transform: translateX(5px);
	}
	100%{
		transform: translate(0px);
		-webkit-transform: translate(0px);
	}
}
@keyframes moveLeft{
	0%{
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}
	50%{
		transform: translateX(-5px);
		-webkit-transform: translateX(-5px);
	}
	100%{
		transform: translate(0px);
		-webkit-transform: translate(0px);
	}
}
@keyframes moveDown{
	0%{
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	50%{
		transform: translateY(5px);
		-webkit-transform: translateY(5px);
	}
	100%{
		transform: translate(0px);
		-webkit-transform: translate(0px);
	}
}


.mat-drawer-content{
	overflow: hidden !important;
}

/**********CUSTOM SELECT************/

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #141669;
  width: 100%;
  height: 40px;
  margin-top: 10px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 15px;
  border-radius: .3rem;
  border: 1px solid #141669;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #141669 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #fbfbfb;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
	box-shadow: 3px 6px 20px rgba(0,0,0,.1);
	border-radius: .3rem;
	min-width: 150px;
}
.select-options li {
  margin: 0;
  padding: 8px 0;
  text-indent: 15px;
  color: #666;
  border-top: 1px solid #ddd;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #141669;
  background: #fbfbfb;
}
.select-options li[rel="hide"] {
  display: none;
}


/**********TABLE************/
.mytable{
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border: 1px solid #ddd;
    border-right: 0;
}
.mytable td, .mytable th{
    border: 1px solid #ddd;
    padding: .75rem;    vertical-align: middle;
    border-width: .5px;
}
.mytable thead th{
    vertical-align: middle;
    color: #f7f7f7;
    background-color: #141669;
    border-color: #2faf6a;
    font-weight: 500;
}
.mytable tbody{
	color: #888;
}
.mytable tbody tr{
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.mytable tbody tr:hover{
    color: #666;
    background-color: #f5fbf8;
}



/*--------------------------------*/
/*************HEADER***************/
/*--------------------------------*/
header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    
    transform: translateZ(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased; /* seems to do the same in Safari */
}

header.sticky{
    /*box-shadow: 0 0 20px rgba(0,0,0,.2);*/
}

header .headtop{
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 15px;
	padding-top: 15px;
	height: 81px;
	background-color: #fff;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
header.sticky .headtop{
	height: 0;
	border: 0;
    padding-top: 0;
    padding-bottom: 0;
}
header .headtop .mainrow{
	position: relative;
	justify-content: space-between;
}

header .search{
    width: calc(65% - 260px);
    padding-left: 50px;
}
header .search .input-group{
	height: 50px;
    border: 1px solid #92d0ae;
}
header .search .input-group input{
	font-size: .875rem;
	height: 100%;
	border: none;
    border-left: 1px solid #92d0ae;
    outline: 0;
    box-shadow: none;
}
header .search .dropdown-toggle::after{
	display: none;
}
header .search .dropdown-toggle{
	min-width: 120px;
	text-align: left;
}
header .search .dropdown-toggle,
header .search button,
header .search button:focus{
	font-size: .875rem;
	height: 100%;
    outline: 0;
    box-shadow: none;
}
header .search .btnsrch{
    border-left: 1px solid #92d0ae;
    border-radius: 0;
}
header .search .dropdown-menu{
	padding: 0;
	border-radius: 0;
    border: none;
    box-shadow: 4px 8px 20px rgba(0,0,0,0.05);
}
header .search .dropdown-menu li{
	border-bottom: 1px solid #f7f7f7;
}
header .search .dropdown-menu li:last-child{
	border-bottom: none;
}
header .search .dropdown-menu li>a{
	display: block;
    padding: 7px 15px;
    cursor: pointer;
    font-size: .875rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header .search .dropdown-menu li>a:hover{
	background-color: #141669;
	color: #fff;
}

header .search form{
	position: relative;
}
.searchlist{
    position: absolute;
    z-index: 1;
    top: 50px;
    right: 0;
    left: 0;
    background-color: #fff;
    border-radius: 0.3rem;
    box-shadow: 5px 7px 20px rgb(0 0 0 / 10%);
    padding: 10px 0;
}
.searchlist ul{
    display: flex;
    flex-flow: column;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}
.searchlist ul li{
    margin: 0 !important;
}
.searchlist ul li a{
    display: flex;
    align-items: center;
    color: #666;
    font-size: .875rem;
    line-height: 1.2;
    padding: 5px 10px;
}
.searchlist ul li a:hover{
    color: #141669;
    background-color: rgba(6,149,72,.1);
    text-decoration: none;
}
.searchlist ul li a .icon{
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    display: flex;
    margin-right: 8px;
    border: 1px solid #eee;
    border-radius: 0.3rem;
}
.searchlist ul li a .name{
    display: flex;
    align-items: center;
    height: 34px;
    overflow: hidden;
}

@media(max-width: 767px){
.searchlist{
    top: 40px;
}
}
@media(max-width: 440px){
header .search form{
	position: unset;
}
}



header .topmenu{
    font-size: .875rem;
}
header .topmenu ul{
	display: flex;
    justify-content: flex-end;
    margin-top: 13px;
    margin-left: 15px;
}
header .topmenu ul li{
	padding-right: 15px;
	border-right: 1px solid #ddd;
	color: #999;
}
header .topmenu ul li:nth-child(1){
	margin-right: 15px;
}
header .topmenu ul li:last-child{
	border-right: none;
}
header .topmenu ul li.app span{
	margin-right: 10px;
}
header .topmenu ul li.app a{
	margin-right: 10px;
}
header .topmenu ul li.app a:last-child{
	margin-right: 0;
}
header .topmenu ul li a{
	color: #333;
	text-decoration: none;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
header .topmenu ul li a:hover{
	color: #141669;
}
header .topmenu ul li a img{
	width: 26px;
	margin-top: -6px;
	filter: opacity(30%);
	-webkit-filter: opacity(30%);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
header .topmenu ul li a:hover img{
	filter: opacity(100%);
	-webkit-filter: opacity(100%);
}


header .actionbtn button{
	width: 100%;
    height: 100%;
    line-height: 50px;
    border: none;
    font-size: .875rem;
    border-radius: .3rem;
    padding: 0 20px;
    outline: 0;
    box-shadow: none;
    color: #141669;
    background-color: #ffffff;
    box-shadow: 4px 7px 20px rgba(6,149,72,.08);
}
header .actionbtn button img{
	width: 18px;
    margin-right: 5px;
    margin-top: -5px;
}
header .actionbtn button.dropdown-toggle::after{
	display: none;
}
header .actionbtn .dropdown-menu{
	min-width: 200px;
	padding: 0;
	margin: 0;
	border: none;
	overflow: hidden;
	box-shadow: 4px 3px 20px rgba(0,0,0,.1);
}
header .actionbtn .dropdown-menu a{
	padding: 15px;
    color: #666;
    font-size: .875rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header .actionbtn .dropdown-menu img{
    width: 20px;
    margin-right: 10px;
    margin-top: -4px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header .actionbtn .dropdown-item:hover,
header .actionbtn .dropdown-item.active, 
header .actionbtn .dropdown-item:active{
	background-color: #141669;
	color: #fff;
}
header .actionbtn .dropdown-item:hover img,
header .actionbtn .dropdown-item.active img, 
header .actionbtn .dropdown-item:active img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}


header .headbottom{
	position: relative;
	background-color: #fff;
}
header .headbottom .mainrow{
	position: relative;
}
header .headbottom .mainmenu{
	display: flex;
	flex-flow: wrap;
}
header .megamenu,
header .normalmenu{
	position: initial;
	overflow: hidden;
	display: block;
    height: 60px;
    line-height: 50px;
	min-width: auto;
}
header .megamenu a.mainli,
header .normalmenu a.mainli{
	color: #000;
	display: block;
	padding: 0 15px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
header .megamenu a.mainli.active,
header .normalmenu a.mainli.active{
	border-color: #dd0735;
	color: #dd0735;
}
header .megamenu a.mainli:hover, header .megamenu:hover a.mainli, header .megamenu:hover a.mainli.active,
header .normalmenu a.mainli:hover, header .normalmenu:hover a.mainli, header .normalmenu:hover a.mainli.active{
    color: #000;
    /*color: #ffffff;*/
    /*background-color: rgba(6,149,72,0.05);*/
    text-decoration: none;
}
header .megamenu a.mainli img,
header .normalmenu a.mainli img{
	width: 24px;
    margin-top: -6px;
    margin-right: 3px;
}
header .megamenu a.mainli.all{
    font-size: 16px;
	/*background-color: #072af8;*/
}
header .menuright{
	position: absolute;
	right: 120px;
	display: flex;
}
header .normalmenu.subscribe .subsicon{
	background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjMDAwMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0zMS4xLDc2LjJoMTguM2MzLjYsNCw4LjgsNi41LDE0LjYsNi41YzEwLjgsMCwxOS41LTguOCwxOS41LTE5LjVjMC02LjUtMy4xLTEyLjItOC0xNS43VjMxLjhjMC04LTYuNS0xNC41LTE0LjUtMTQuNSAgIEgzMS4xYy04LDAtMTQuNSw2LjUtMTQuNSwxNC41djI5LjlDMTYuNiw2OS43LDIzLjEsNzYuMiwzMS4xLDc2LjJ6IE0yMS42LDMxLjhjMC01LjIsNC4zLTkuNSw5LjUtOS41SDYxYzUuMiwwLDkuNSw0LjMsOS41LDkuNXYxMyAgIGMtMi4xLTAuNy00LjMtMS4xLTYuNi0xLjFjLTEuNywwLTMuMywwLjItNC45LDAuNkgyOS40djVoMjAuOGMtMS41LDEuNS0yLjcsMy4xLTMuNyw1SDI5LjR2NWgxNS4zYy0wLjMsMS4zLTAuNCwyLjYtMC40LDMuOSAgIGMwLDIuOSwwLjYsNS42LDEuNyw4aC0xNWMtNS4yLDAtOS41LTQuMy05LjUtOS41VjMxLjh6IE00Ni44LDYzLjJjMC05LjQsNy42LTE3LDE3LTE3czE3LDcuNiwxNywxN3MtNy42LDE3LTE3LDE3ICAgUzQ2LjgsNzIuNiw0Ni44LDYzLjJ6Ij48L3BhdGg+PHJlY3QgeD0iMjkuNCIgeT0iMzQuMiIgd2lkdGg9IjMzLjIiIGhlaWdodD0iNSI+PC9yZWN0PjxwYXRoIGQ9Ik02MC4yLDc0LjZjMC41LDAsMS0wLjMsMS4yLTAuOGMwLjItMC42LTAuMS0xLjQtMC43LTEuNmMtNC44LTEuOC03LjMtNy4xLTUuNS0xMS45YzAuOS0yLjMsMi42LTQuMiw0LjgtNS4yICAgYzIuMy0xLDQuOC0xLjEsNy4xLTAuM2MyLjcsMSw0LjcsMy4yLDUuNiw1LjhsLTIuMy0wLjFsMy40LDYuN2w0LjEtNi4zbC0yLjUtMC4xYy0wLjktMy44LTMuNy02LjktNy40LTguMyAgIGMtNi4xLTIuMy0xMi45LDAuOS0xNS4xLDYuOWMtMi4zLDYuMSwwLjksMTIuOSw2LjksMTUuMUM1OS45LDc0LjYsNjAuMSw3NC42LDYwLjIsNzQuNnoiPjwvcGF0aD48L2c+PC9zdmc+");
}

header .megamenu-content {
	display: flex;
    align-items: center;
	position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    box-shadow: 0 20px 20px 0px rgba(0,0,0,0.1);
    z-index: 1;
    height: 0;
    min-height: 0;
    max-height: 80vh;
    padding: 0 15px;
    margin-top: 10px;
	overflow: hidden;
	transition: all .3s ease;
}
header .megamenu:hover .megamenu-content {
  	display: flex;
    min-height: 24rem;
    height: 24rem;
    border-top: 1px solid #f7f7f7;
}
header .megamenu-content .menuitems{
	margin-top: 0;
	margin-bottom: .5rem;
}
header .megamenu-content .menuitems .nav{
	border-right: 1px solid #ddd;
	padding-right: 15px;
    overflow: auto;
    height: 200px;
    flex-flow: column;
}
header .nav-pills .nav-link{
	height: 40px;
    line-height: 1.8;
    color: #333;
    font-size: 15px;
    text-align: left;
    padding: 5px 10px;
    border-radius: 5px;
}
header .nav-pills .nav-link.active, header .nav-pills .show>.nav-link{
	background-color: #141669;
	color: #ffffff;
}
header .megamenu-content ul.menulist{
	display: flex;
	flex-flow: wrap;
	line-height: 2.8;
}
header .megamenu-content ul.menulist li{
	width: calc(100% / 3);
}
header .megamenu-content ul.menulist li a{
	color: #333;
}
header .megamenu-content ul.menulist li a:hover{
	text-decoration: none;
	color: #141669;
}

header .cart{
	position: absolute;
	right: 0;
}
header .cart a{
	color: #141669;
    height: 50px;
    box-shadow: none !important;
    padding: 0;
    margin-top: 6px;
}
header .cart a .icon{
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	margin-right: 5px;
	background-color: #f7f7f7;
}
header .cart a .value{
	position: absolute;
    top: 8px;
    margin-left: -24px;
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-size: .75rem;
    border-radius: 50%;
    background-color: #141669;
    color: #fff;
}
header .menuimg img{
	max-height: 350px;
	display: block;
	margin: auto;
}
header .searchscroll{
	display: none;
}
header .notibell{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin-right: 15px;
    background-color: rgba(6,149,72,.1);
    margin-top: 12px;
    position: relative;
}
header .notibell img{
	width: 20px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
header .notibell:hover img{
	transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
}
header .notibell .count{
	position: absolute;
    top: -2px;
    right: -8px;
    width: 18px;
    height: 18px;
    line-height: 19px;
    border-radius: 50%;
    background-color: #141669;
    color: #fff;
    text-align: center;
    font-size: 10px;
}


@media(max-width: 1300px){
header .search {
    width: calc(60% - 230px);
    padding-left: 20px;
}
}

@media(max-width: 1200px){
header .search {
    min-width: 350px;
}
header .megamenu a.mainli, header .normalmenu a.mainli{
	font-size: .875rem;
	padding: 0 10px;
}
}

@media(max-width: 1080px){
header .topmenu ul li.app span{
	display: none;
}
}

@media(max-width: 991px){
header .megamenu a.mainli.all{
	display: none;
}
header .scrollmenu button{
	border: none;
	display: block;
	background-color: rgba(6,149,72,.1);
    width: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header.sticky .scrollmenu button{
    width: 40px;
    padding: 0 8px;
}
header .topmenu{
	display: none;
}
header .cart a span.rate{
	display: none;
}
header .menuright{
	right: 65px;
}
header .actionbtn button{
	padding: 0 10px;
    font-size: 1.3rem;
}
header .actionbtn button img{
	margin-right: 0;
}
header .actionbtn button span{
	display: none;
}
header .megamenu a.mainli img, header .normalmenu a.mainli img{
	width: 18px;
}

header .resmenu{
	width: 22px;
	position: absolute;
}
header .resmenu button{
	border: none;
	background-color: transparent;
	outline: 0;
	margin-top: 10px;
}
header.sticky .notibell{
	display: none;
}
}

@media(max-width: 767px){
header .search-panel,
header .cart{
	display: none;
}
header .headtop{
	height: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
}
header .resmenu button{
	margin-top: 0;
}
header .menuright{
	right: 15px;
}
header .notibell{
	margin-right: 0;
	margin-top: 6px;
}
header .notibell .count{
	top: 0;
}
header .search .input-group{
	border: 1px solid #92d0ae;
	background-color: transparent;
	height: 38px;
	border-radius: .3rem;
	overflow: hidden;
}
header .search .input-group input,
header .search .btnsrch{
	background-color: transparent;
	border: none;
	padding: 0 10px;
}
header .search .btnsrch span{
	font-size: 1.25rem;
	background-color: #fff;
}
header .search{
    width: calc(100% - 220px);
    margin-right: 20px;
    min-width: auto;
}

header .headtop .mainrow{
    align-items: center;
}
header .resactbtn{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 10px;
}
header .resactbtn button{
	border: none;
	outline: 0;
	background-color: transparent;
	position: relative;
}
header .resactbtn button:after{
	display: none;
}
header .resactbtn button img{
	width: 26px;
}
header .resactbtn button.reslocate{
	background-color: rgba(6,149,72,.1);
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
header .resactbtn .dropdown-menu{
	right: 0;
	left: auto;
	width: 180px;
    border: none;
    padding: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: -2px 6px 20px rgba(0,0,0,.1);
}
header .resactbtn .dropdown-menu a:hover{
	background-color: #141669;
	color: #fff;
}
header .headbottom .mainrow,
header .headtop .mainrow{
	margin-right: 0;
	margin-left: 0;
}
header.sticky .headbottom .mainrow{
	justify-content: space-between;
}
header .headbottom{
	background-color: rgba(6,149,72,.1);
}
header .headbottom .mainmenu{
	flex-flow: nowrap;
    overflow-x: auto;
}
header .megamenu, header .normalmenu{
	flex: none;
	height: auto;
	line-height: normal;
    margin: 10px 0;
	margin-right: 10px;
}
header .megamenu:last-child, header .normalmenu:last-child{
	margin-right: 0;
}
header .megamenu a.mainli, header .normalmenu a.mainli{
	border: 1px solid #ddd;
	padding: 10px 15px;
	border-radius: 2rem;
}
header.sticky .searchscroll{
	display: block;
	width: 100%;
	margin-right: 0;
}
header.sticky .searchscroll .input-group{
	border: none;
	height: 48px;
}
header.sticky .searchscroll input{
	height: 48px;
}
header.sticky .searchscroll .btnsrch{
	width: 36px;
}
header.sticky .searchscroll .btnsrch span{
	background-color: transparent;
}
}

@media(max-width: 575px){
header .headtop{
	height: 60px;
}
header .headbottom .mainmenu{
	width: calc(100% - 54px);
}
header.sticky .headbottom .mainmenu{
	width: 100%;
}
header .megamenu, header .normalmenu{
	margin-top: 6px;
	margin-bottom: 6px;
}
header .notibell{
	width: 32px;
	height: 32px;
	margin-top: 4px;
}
header .notibell img{
	width: 18px;
}
header .notibell .count{
	right: -10px;
}
header .megamenu a.mainli, header .normalmenu a.mainli{
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
}
header .resmenu{
	width: 20px;
}

header .search{
	width: calc(100% - 140px);
    margin-right: 10px;
}
header .resactbtn button.reslocate{
	width: 30px;
	height: 30px;
}
header .resactbtn button img{
	width: 20px;
}
header .resactbtn button.resnoti .count{
	width: 12px;
	height: 12px;
	right: -2px;
}
header .actionbtn button{
	height: 36px;
	line-height: 36px;
}
header .actionbtn .dropdown-menu a{
	padding: 10px 15px;
}
header .actionbtn .dropdown-menu img{
	width: 16px;
}
}

@media(max-width: 360px){
header .search{
    padding-left: 15px;
    width: calc(100% - 115px);
}

header .resmenu {
    width: 16px;
}
}

@media(min-width: 1440px){
header .headbottom,
header .headtop{
	max-width: 1526.4px;
}
}



/*///////////RESPONSIVE HEADER***************/

@media(min-width: 992px){
.header_resp{
	display: none;
}
}
.header_resp{
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    z-index: 9999;
}
.cd-dropdown-trigger{
    padding: 0;
    border-radius: 0;
}
.cd-dropdown-trigger .fa{
	font-size: 22px;
	color: #141669;
}

.cd-dropdown .hdtop{
	background-color: rgba(245, 245, 245,.1);
	border-color: #141669;
	width: 100%;
    position: relative;
    z-index: 1;
	height: 65px;
	padding: 0;
}
.cd-dropdown{
	background-color: rgba(0, 0, 0, 0.7);
}
.cd-dropdown>.cd-dropdown-content{
	width: 80%;
	right: 20%;
	background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.cd-dropdown-content{
	padding-top: 0 !important;
}
.cd-dropdown-content ul{
    padding-top: 65px;
    background-color: #fff;
}
.cd-dropdown-content a, .cd-dropdown-content ul a{
	color: #666;
	border: none;
	border-bottom: 1px solid #ddd;
}
.cd-dropdown .cd-close{
    right: 1rem;
    top: 1rem;
    height: 22px;
    width: 22px;
    background-color: #141669;
    border-radius: 50%;
    z-index: 9;
    display: none;
}
.closebarz{
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	left: 80%;
	cursor: zoom-out;
}

@media(max-width: 360px){
.closebarz{
    display: none;
}
.cd-dropdown>.cd-dropdown-content{
    width: 100%;
    right: 0;
}
.cd-dropdown .cd-close{
    display: block;
}
}


.cd-dropdown-content a, .cd-dropdown-content ul a{
    height: 45px;
    line-height: 45px;
    /*font-size: .875rem;*/
}
.cd-dropdown-content a:hover, .cd-dropdown-content ul a:hover{
    background-color: #efefef;
    text-decoration: none;
    color: #141669;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after{
	background: #cfcfcf !important;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before{
	background: #fff;
	width: 2px;
	height: 12px;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after{
	height: 1px;
}
.has-children > a img.img-menu{
    max-width: 20px;
    margin-right: 10px;
}
.hdtop .upic{
	padding-top: 20px;
	margin-left: 10px;
    width: 100px;
    float: left;
    height: 65px;
}
.hdtop .upic img{
    display: block;
    margin: auto;
    width: 100px;
}
.menu-user{
	padding-top: 12px;
    color: #666;
    width: calc(100% - 90px);
    padding-left: 20px;
    padding-right: 15px;
    float: left;
}
.menu-user .uname{
	font-size: 14px;
}
.menu-user span{
	display: block;
	line-height: 20px;
	font-size: 12px;
}
.menu-acc{
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #ddd;
}
.menu-acc a{
	display: flex;
	flex-flow: column;
	justify-content: center;
    align-items: center;
	text-align: center;
	font-size: .7rem;
	line-height: normal;
    height: 60px;
    width: 100%;
    border: none;
}
.menu-acc a img{
	width: 26px;
	margin-bottom: 4px;
}

.accbtns button{
    width: 50%;
    float: left;
    color: white;
    border: none;
    height: 35px;
    line-height: 35px;
    background-color: #df2b6e;
}
.accbtns button:last-child{
    background-color: #e83f7e;
}

.accdet{
    display: table;
    width: 100%;
    border-bottom: 1px solid #cfcfcf;
}
.accdet button{
    width: 50%;
    float: left;
    color: #df2b6e;
    height: auto;
    border: none;
    border-right: 1px solid #ddd;
    background-color: #fff;
    font-size: 10px;
    padding: 8px 5px;
}
.accdet button:last-child{
    border-right: none;
}
.accdet button span{
    display: block;
    color: #666;
    font-size: 14px;
}
.accdet button span i.fa{
    margin-right: 3px;
}

.addrec{
    display: table;
    width: 100%;
}
.addrec a, .addrec a:focus {
    display: block;
    color: #fff !important;
    text-decoration: none;
    background: linear-gradient(-45deg, #ff4d89, #ff0057, #e91e72, #ffabc8);
    background-size: 400% 400%;
    animation: gradient 4s ease infinite;
}
.addrec a:hover{
    animation: none;
    color: #fff !important;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.addrec a span.fa{
    margin-right: 5px;
}
.addrec a i.fa{
    float: right;
    margin-top: 15px;
}


@media(max-width: 480px){
.menu-acc p{
	line-height: 5px;
	font-size: 10px;
}
.hdtop .upic{
    width: 100px;
}
.menu-user{
    width: calc(70% - 40px);
}
.menu-acc a{
	font-size: .65rem;
}
}

