.logo {
  position: absolute;
  top: 20px;
  left: 80px;
  width:300px;
}
@media only screen and (max-width: 768px) {
  .logo {
    margin: auto;
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 200px;
  }
  .logo img {
    width: 200px !important;
    height: auto !important;
  }
  .sticky-contact-no{
    display: none !important;
  }
}
.contact-no {
  position: absolute;
  top: 15px;
  right: 160px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.color-10{
  background-color:  #131B0B
}
.modal-content button.form-control{
  background-color:  #FFD500 !important;
  color: #000 !important;
}
.contact-no a:hover {
  text-decoration: none;
  color: rgb(234, 175, 11)
}
@media only screen and (max-width: 768px) {
  .contact-no {
    font-size: 18px;
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }
}
.mkt-title {
  margin-top: 20px;
  font-weight: 700;
  color: #f1ff34;  
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
}
@media only screen and (max-width: 1300px) {
  .mkt-title {
  font-size: 36px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .mkt-offer {
    font-size: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .mkt-title {
  font-size: 40px !important;
  text-align: center;
  margin-top: 0 !important;
  }
}
.mkt-offer {
  margin-top: 60px ;
  font-weight: 700;
  color: #fff;
  font-size: 72px;
  font-family: 'Roboto Condensed', sans-serif;
}
@media only screen and (max-width: 768px) {
  .mkt-offer {
    margin-top: 20px !important;
    font-size: 36px !important;
    text-align: center;
  }
}

.mkt-destination {
  padding: 0;
  margin-top : 80px;
  list-style-type: none;
}
@media only screen and (max-width: 768px) {
  .mkt-destination {
    margin-top: 20px;    
    text-align: center;
  }
}
.mkt-destination li {
  padding: 0 13px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 10px 0 4px;
  list-style-type: none;
  display: inline-block;
  border-right: solid 1px #fecd2a;
  line-height: 14px;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .mkt-destination li {
    font-size: 14px;
  }
}
.mkt-destination li:last-child {
  border-right: none;
}
.mkt-bg__item {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -999;
}

.mkt-bg__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .mkt-bg__item img {
    height: 420px;
  }
}
@media only screen and (max-width: 768px) {
  .mkt-content {
    height: 310px;
  }
}
.bg-gradient-1 {
  background-image: radial-gradient(
    circle 827px at 47.3% 48%,
    rgba(255, 255, 255, 1) 0%,
    rgba(138, 192, 216, 1) 90%
  );
}
.bg-gradient-2 {
  background-image: radial-gradient(
    circle 1192px at 21.5% 49.5%,
    rgba(91, 21, 55, 1) 0.1%,
    rgba(0, 0, 0, 1) 100.2%
  );
}
.bg-gradient-3 {
  background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(4,159,108,1) 0%, rgba(194,254,113,1) 90.1% );
}
.mkt-form {
  position: sticky !important;
  transition: all ease-in-out 0.5s;
  top: 5px;
}
.itinerary-form {
  position: sticky !important;
  transition: all ease-in-out 0.5s;
  top: 110px;
}
.swiper .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: ".";
  width: 100%;
  justify-items: center;
  align-items: center;
}
.swiper .content-wrapper .content {
  padding: 0;
  text-align: center;
  display: grid;
  justify-items: center;
  align-items: center;
  margin: 0 auto;
  color: #000;
}
.swiper .content-wrapper .content :first-child {
  margin: 0;
}
.swiper .content-wrapper .content .swiper-avatar {
  width: 100%;
  height: 400px;
}
.swiper .content-wrapper .content .swiper-avatar img {
  border-radius: 10px;
  height: 100%;
}
.swiper .content-wrapper .content .cite {
  font-size: 14px;
  font-weight: bold;
}
.swiper .swiper-slide {
  margin: 0;
  height: auto;
  width: 100%;
  padding: 0;
  opacity: 0.2;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}
.swiper .swiper-slide.swiper-slide-active {
/* Created with https://www.css-gradient.com */
  background: #3d3e3e;
  opacity: 1;
  transform: scale(1.1);
}
.swiper .swiper-nav-wrapper {
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: auto;
  padding-top: 3em;
}
.swiper .swiper-nav-wrapper .swiper-button-next,
.swiper .swiper-nav-wrapper .swiper-button-prev {
  top: 0;
  top: auto;
  left: auto;
  right: auto;
  position: relative !important;
}
.swiper .swiper-nav-wrapper .swiper-button-next:after,
.swiper .swiper-nav-wrapper .swiper-button-prev:after {
  display: none;
}
.swiper .swiper-nav-wrapper .swiper-button-next,
.swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='9px' height='16px' viewBox='0 0 9 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='chevron-right' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M8.674805,7.066406 L1.924805,0.316406 C1.696288,0.105468 1.432619,0 1.133789,0 C0.834959,0 0.57129,0.105468 0.342773,0.316406 C0.114257,0.544923 0,0.808592 0,1.107422 C0,1.406251 0.114257,1.669921 0.342773,1.898438 L6.301758,7.857422 L0.342773,13.816406 C0.114257,14.044923 0,14.308592 0,14.607422 C0,14.906251 0.114257,15.169921 0.342773,15.398438 C0.465821,15.521485 0.584472,15.609375 0.69873,15.662109 C0.812989,15.714844 0.958007,15.741211 1.133789,15.741211 C1.309571,15.741211 1.454589,15.714844 1.568848,15.662109 C1.683106,15.609375 1.801757,15.521485 1.924805,15.398438 L8.674805,8.648438 C8.903321,8.419921 9.017578,8.156251 9.017578,7.857422 C9.017578,7.558592 8.903321,7.294923 8.674805,7.066406 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
.swiper .swiper-nav-wrapper .swiper-button-prev,
.swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='9px' height='16px' viewBox='0 0 9 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='chevron-right' transform='translate(4.508789, 7.870605) rotate(-180.000000) translate(-4.508789, -7.870605) translate(-0.000000, -0.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M8.674805,7.066406 L1.924805,0.316406 C1.696288,0.105468 1.432619,0 1.133789,0 C0.834959,0 0.57129,0.105468 0.342773,0.316406 C0.114257,0.544923 0,0.808592 0,1.107422 C0,1.406251 0.114257,1.669921 0.342773,1.898438 L6.301758,7.857422 L0.342773,13.816406 C0.114257,14.044923 0,14.308592 0,14.607422 C0,14.906251 0.114257,15.169921 0.342773,15.398438 C0.465821,15.521485 0.584472,15.609375 0.69873,15.662109 C0.812989,15.714844 0.958007,15.741211 1.133789,15.741211 C1.309571,15.741211 1.454589,15.714844 1.568848,15.662109 C1.683106,15.609375 1.801757,15.521485 1.924805,15.398438 L8.674805,8.648438 C8.903321,8.419921 9.017578,8.156251 9.017578,7.857422 C9.017578,7.558592 8.903321,7.294923 8.674805,7.066406 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

.swiper-pagination {
  margin: 0;
  padding: 0;
  width: auto;
  position: relative !important;
  display: block;
  width: auto;
}
.swiper-pagination .swiper-pagination-bullets {
  margin: 0;
}
.swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  background: #fff !important;
}

.swiper-pagination-bullet {
  background: #fff !important;
  transition: all 0.2s ease-in-out;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  bottom: 0;
  top: 0;
  bottom: 0;
  width: auto;
  padding: 0 1.5em;
}

.swiper-pagination-bullet-active {
  transform: scale(1.5);
}
body .wrapper,
html .wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 1.5em;
  border-radius: 10px !important;
  background: #18181b;
}

.info-wrap h3 {
  color: #fff;
}

.info-wrap .dbox {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
}
.info-wrap .dbox:last-child {
  margin-bottom: 0;
}
.info-wrap .dbox p {
  margin-bottom: 0;
}
.info-wrap .dbox p span {
  font-weight: 600;
  color: #fff;
}
.info-wrap .dbox p a {
  color: #fff;
}
.info-wrap .dbox .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.info-wrap .dbox .icon span {
  font-size: 20px;
  color: #fff;
}
.info-wrap .dbox .text {
  width: calc(100% - 50px);
}

@media (min-width: 992px) {
  .info-wrap {
    margin-top: -20px;
    margin-bottom: -20px;
    border-radius: 5px;
  }
}
.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #007bff;
}

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

.animate-border.border-white:after {
  border-color: #fff;
}

.animate-border.border-yellow:after {
  border-color: #f5b02e;
}

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff;
}

.animate-border.border-ash:after {
  border-right-color: #eef0ef;
  border-left-color: #eef0ef;
}

.animate-border.border-offwhite:after {
  border-right-color: #f7f9f8;
  border-left-color: #f7f9f8;
}

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%;
  }
  50% {
    width: 90%;
  }
  100% {
    width: 10%;
  }
}

@keyframes primary-long {
  0% {
    width: 80%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}

.footer-company-info{
  position: relative;
}
.dk-footer {
  padding: 75px 0 0;
  background-color: #151414;
  position: relative;
  z-index: 2;
}
.dk-footer .contact-us {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 80px;
}
.dk-footer .contact-us .contact-info {
  margin-left: 50px;
}
.dk-footer .contact-us.contact-us-last {
  margin-left: -80px;
}
.dk-footer .contact-icon i {
  font-size: 24px;
  position: relative;
  color: #007bff;
}
.p-t-adr{
    top: 10px !important;
}
.dk-footer-box-info {
  position: absolute;
  top: -72px;
  background: #202020;
  padding: 40px;
  z-index: 2;
}
.footer-social-link ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-social-link li {
  display: inline-block;
}
.footer-social-link a i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #000;
  margin-right: 5px;
  color: #fff;
}
.footer-social-link a i.fa-facebook {
  background-color: #3b5998;
}
.footer-social-link a i.fa-twitter {
  background-color: #55acee;
}
.footer-social-link a i.fa-pinterest-p {
  background-color: #E60023;
}
.footer-social-link a i.fa-linkedin {
  background-color: #0976b4;
}
.footer-social-link a i.fa-instagram {
  background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-awarad p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-left: 20px;
  padding-top: 15px;
}
.footer-logo img{
  width: 285px;
  height: auto;
}
.footer-info-text {
  margin: 26px 0 32px;
  color: rgba(206, 245, 250, 0.83);
}

.footer-left-widget {
  padding-left: 80px;
}
@media only screen and (max-width: 768px) {
  .footer-left-widget {
    padding-left: 0px !important;
  }
  .mtx5{
    margin-top: 500px;
  }
}
.footer-widget .section-heading {
  margin-bottom: 35px;
}

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.footer-widget ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget li {
  margin-bottom: 18px;
}

.footer-widget p {
  margin-bottom: 27px;
}

.footer-widget a {
  color: #878787;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-widget a:hover {
  color: #007bff;
}

.footer-widget:after {
  content: "";
  display: block;
  clear: both;
}

.dk-footer-form {
  position: relative;
}
.dk-footer-form input[type="email"] {
  padding: 14px 28px;
  border-radius: 50px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
}
.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::-webkit-input-placeholder {
  color: #878787;
  font-size: 14px;
}
.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::placeholder {
  color: #878787;
  font-size: 14px;
}
.dk-footer-form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 24px 12px 17px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 1px solid #007bff;
  background: #007bff;
  color: #fff;
}
.dk-footer-form button:hover {
  cursor: pointer;
}

/* ==========================
      
          Contact
      
      =============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-icon {
  position: absolute;
}
.contact-icon i {
  font-size: 36px;
  top: -5px;
  position: relative;
  color: #007bff;
}

.contact-info {
  margin-left: 75px;
  color: #fff;
}
.contact-info h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #202020;
}
.copyright span,
.copyright a {
  color: #878787;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.copyright a:hover {
  color: #007bff;
}
.copyright-menu {
  display: flex;
justify-content: center;
}

.copyright-menu ul {
  text-align: right;
  margin: 0;
  display: flex;
}

.copyright-menu li {
  display: inline-block;
  padding-left: 20px;
}

.back-to-top {
  position: static;
  right:10px;
  bottom: 10px;
  z-index: 2;
}
.back-to-top .btn-dark {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2e2e2e;
  border-color: #2e2e2e;
  display: none;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.back-to-top .btn-dark:hover {
  cursor: pointer;
  background: #fa6742;
  border-color: #fa6742;
}
.top-form{
  padding:10px;
	margin:40px auto 25px auto ;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	z-index:999;
}

.top-form .heading{
	/* background-image: radial-gradient( circle 450px at 48.5% 41.5%,  rgba(226,153,43,1) 0%, rgba(243,68,22,1) 90% ); */
  background-image: linear-gradient(to right, #0f0c29, #302b63, #24243e);
	padding: 10px 30px 10px 30px;
	margin: -30px -30px 30px -30px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);

}
.top-form .heading > span{
	display: block;
	margin-top: 2px;
	font: 13px Arial, Helvetica, sans-serif;
}
.shiny-btn {
	border-radius: 50px;
	border: none;
	background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(255,197,61,1) 0%, rgba(255,94,7,1) 90% );
	position: relative;
	overflow: hidden;
}

.shiny-btn::before {
	content: "";
	width: 15rem;
	height: 1.5rem;
	position: absolute;
	top: -70%;
	left: -60%;
	background-color: #f2e8cf;
	transform: rotateZ(115deg);
	transition: left 800ms ease, transform 800ms ease;
}

.shiny-btn:hover:before {
	left: 70%;
}

.shiny-btn:active {
	transform: scale(0.98);
}

.form-control {
padding-left: 10px;
margin-top: 5px;
width:100%;
background-color: #fff;
}
.height-70px{height: 70px}
.query-btn {
  background-image: linear-gradient(to right, #0f0c29, #302b63, #24243e);
  color: #fff;
  padding: 2px;
  font-size: 1.2rem;
  font-weight: 600;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  transition-duration: 0.2s;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .query-btn {
  margin-top: 0px;
  }
  .form-control {
    margin-top: 0px !important;
    }
  .mt-why-us{
    margin-top: 30px !important;
  }
}
.query-btn:hover {
  /* background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(238,204,39,1) 0%, rgba(252,173,3,1) 44.7%, rgba(238,204,39,1) 90% ); */
  background-image: linear-gradient(to right, #ff512f, #f09819);
  box-shadow: 0px 2px 5px 5px #97B1BF;
  color: #fff;
}
.bg-why-us{
  /*background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(251,221,19,1) 0.1%, rgba(255,153,1,1) 90% );*/
  /* background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(222,168,248,1) 0%, rgba(168,222,248,1) 21.8%, rgba(189,250,205,1) 35.6%, rgba(243,250,189,1) 52.9%, rgba(250,227,189,1) 66.8%, rgba(248,172,172,1) 90%, rgba(254,211,252,1) 99.7% ); */
  background-color:#ffb703;

}
.featureIcon img{
  height: 50px;
  width: auto;
}
.sticky-contact-no{
  display: none;
}
.header.is-sticky .sticky-contact-no{
  padding-right: 30px;
  padding-top: 10px;
  display: inline-block;
}
@media only screen and (max-width: 361px) {
  .mkt-back-button{
    display: none;
  }
}
.modal-content .img {
  height: 600px !important;
}
@media (max-width: 767.98px){
  .modal-content .img {
      height: 440px !important;
      background-position: top center !important;
  }
}

.accordion__content .text-15{
    color: #382f2f;
}

.quote-button {
  position: fixed;
  bottom: 42%;
  left: -60px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  padding: 3px 20px;
  background: linear-gradient(to bottom right,#1653d8,#01062c);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  z-index: 999;
  border-radius: 5px;
  text-transform: uppercase;
}
.quote-button:hover {
  color: rgb(255, 230, 0);
}
.news-section{
background-color: #f3efeb;
    
}
.call-button {
  position: fixed;
   bottom: 42%;
  right: -45px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  padding: 3px 20px;
  /*background: linear-gradient(to bottom right,#60a4fc,#0139d3);*/
  background: linear-gradient(to bottom right, #5957d5, #0139d3, #144e99);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  z-index: 999;
  border-radius: 5px;
  text-transform: uppercase;
}
.call-button:hover {
  color: rgb(255, 230, 0);
}