.header-buttons {
      max-width: 465px;
      padding: 0;
      display: flex;
      justify-content: flex-end;
      gap: 13px;
    }

    .header-buttons a {
      padding: 8px 24px;
      font-size: 16px;
      font-weight: 500;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      transition: all ease-in-out .2s;
      width: auto;
      height: 40px;
      background: #fff;
      text-decoration: none;
      border: 1px solid #000;
      line-height: 20px;
    }

    .header-buttons a.header-book {
	  color:#fff;
	  background: rgba(248, 114, 82, 1);
      border: 1px solid rgba(248, 114, 82, 1);
	}

 .header-buttons a.header-login:hover {
	 color: #fff;
	background: rgb(0 0 0);
	}
    .header-buttons a.header-book:hover {
	  background: rgb(250 85 45);
      border: 1px solid rgb(250 85 45);	
	}


 .header-buttons a.header-ex-link{
      border:0;
      padding: 9px 0;
      display: block;
      width: max-content;
      padding-right: 25px;
   background: transparent;
}
 .header-buttons a.header-ex-link:after{content: "\f061";font: normal normal normal 16px / 1 FontAwesome;margin-left: 8px;transform: rotate(290deg);position: absolute;top: 12px;}
 .header-buttons a.header-ex-link:hover{
 color: rgb(250 85 45);
 }
@media all and (max-width:991px){
    .header-buttons a.header-book {
	padding: 8px 12px;
	}
    .header-buttons {
        max-width: 440px;
        padding: 0;
        display: flex;
        justify-content: end;
        gap: 10px;
        margin-left: auto;
    }
	 .header-buttons a.header-ex-link{max-width: 130px;overflow:hidden;font-size: 0;}
	.header-buttons a.header-ex-link:before{
		content:"exsited.com";
		font-size: 17px;
	}
}
@media all and (max-width:767px){
	 .header-buttons a.header-ex-link{
		 overflow:hidden;
		 font-size: 0;
		 padding: 8px 10px;
		 color:#fff;
		 background: rgb(10 27 43);
		 border: 1px solid rgb(10 27 43);
		 max-width: unset;
		 width: 100%;
		}
 .header-buttons a.header-book {
	  font-size: 15px;
	  padding: 5px 10px;
	  width: 100%;
	  height: 35px;
	}
	.header-buttons a.header-ex-link:after{
		display:none;
	}
.header-buttons {
    max-width: 100%;
    padding: 0;
    justify-content: space-between;
    gap: 10px;
    margin: 0 auto;
}
	.header-buttons a{
		width:calc(100%/3);
		text-align:center;
	}
}
