.pagination {
    display: inline-block
}

.pagination a {
    font-size: 18px;
    font-weight: 500;
    color: #09f;
    float: left;
    text-decoration: none;
    transition: background-color .3s;
    margin: 0 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center
}

.pagination a.active {
    background-color: #09f;
    color: #fff;
    border: 1px solid #09f;
   
}

.pagination a:hover {
    background: #09f;
    color: #fff
}

.alert-success {
    background: #a5ffa5;
    padding: 5px 10px;
    border-radius: 10px;
    margin: 5px
}

.call-contact {
    transition: all linear 0.3s;
    display: inline-block
}

.call-contact:hover {
    transform: translateX(5px)
}

.contact-social-twitter {
    transition: transform 0.5s;
    display: inline-block
}

.contact-social-twitter:hover {
    transform: translateY(-5px);
    color: #1DA1F2
}

.contact-social-facebook {
    transition: transform 0.5s;
    display: inline-block
}

.contact-social-facebook:hover {
    transform: translateY(-5px);
    color: #3b5998
}

.contact-social-instagram {
    transition: transform 0.5s;
    display: inline-block
}

.contact-social-instagram:hover {
    transform: translateY(-5px);
    color: #E4405F
}

.contact-social-linkedin {
    transition: transform 0.5s;
    display: inline-block
}

.contact-social-linkedin:hover {
    transform: translateY(-5px);
    color: #0077b5
}

address h6 {
    font-weight: 700
}

.adder {
    margin-bottom: 60px
}

.timtest {
    margin: 10px 5px 10px 5px;
    border-radius: 12px;
    padding: 20px;
    background-color: whitesmoke
}

.timtwist1 {
    display: inline-block;
    margin: 10px 5px 10px 5px;
    border-radius: 12px;
    padding: 20px;
    background-color: whitesmoke;
    display: block
}

.contact-design {
    background: whitesmoke;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px
}

.table td,
.table th {
    padding: 12px 15px;
    
    text-align: center;
    font-size: 16px;
    text-wrap: nowrap;
}

@media (max-width: 768px) {

    .table td,
    .table th {
        font-size: 12px
    }

    .heading {
        font-size: 17px;
    }
}

.table th {
    background-color: var(--color-tertiary);
    color: #fff
}

.table tbody tr:nth-child(even) {
    background-color: #FFF8DC
}

.push {
    background-color: orange;
    color: #fff;
}

.push:hover {
    background-color: #a6831d;
    color: #fff
}

.our-service-page h4 {
    text-decoration: none
}

.footer-about-social-icon ul li {
    display: inline-block
}

.footer-links a i {
    font-size: 2em;
    margin-right: 10px
}

#submitbtn3 {
    color: #fff
}

#qteform1 ::placeholder {
    color: grey;
    font-weight: 400
}

#qteform1 input {
    margin-bottom: 9px;
    color: #000;
    font-weight: 700
}

#qteform1 p {
    margin-bottom: 6px;
    padding-left: 5px
}

#qteform1 div label {
    margin: -7px 5px;
    height: 16px;
    line-height: 15px;
    font-size: 12px;
    background: #fff;
    position: absolute;
    width: fit-content
}

#clear {
    background-color: whitesmoke;
    border: 1px solid #ddd
}

.modal.btn {
    background-color: #ffc107;
    color: #fff;
    border: 1px solid #ddd
}

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

.design {
    padding: 27px 34px;
    background: #ffc107;
    border-radius: 50%;
    font-size: 2em;
    width: 100px;
    color: #fff;
    margin-right: 12px
}

.but {
    background-color: var(--color-tertiary);
    color: #fff
}

.but:hover {
    background-color: #8b6903;
    color: #fff
}

#sticky-side {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    align-items: center;
    z-index: 1
}

.contact-btn {
    height: 50px;
    width: 150px;
    background-color: orange;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transform: translatex(50px) rotate(-90deg);
    cursor: pointer;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px
}

#side-box {
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    height: auto;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    max-width: 400px;
    margin-right: -400px;
    z-index: 9999;
    transition: all .5s;
    box-sizing: border-box
}

#side-box .side-header {
    display: block;
    background-color: orange;
    border-radius: 100px;
    padding: 0 0 0 15px;
    font-size: 20px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    position: relative
}

.btn-submit {
    background-color: #be2e27
}

.btn-submit:hover {
    background-color: green
}

#side-box .side-header i {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.open-box {
    margin-right: 0 !important
}

.link {
    margin: -19px 0 10px -12px;
    color: var(--color-primary)
}

.btn-link {
    margin: 0 0 10px 0
}

.btn-link:hover {
    color: var(--color-tertiary);
    text-decoration: underline
}

.breadcumb-area h3 {
    font-size: 2.5em;
    color: #fff
}

.subcat li {
    color: #5a5a5a
}

.but {
    background-color: var(--color-tertiary);
    color: #fff
}

.but:hover {
    background-color: #e9b61a;
    color: #fff
}

.regions {
    background-color: #f96702;
    color: #000;
    border: 2px solid #f96702;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 4px #8c8c8c;
    padding: 10px;
    text-align: center
}

.ahov {
    color: #000
}

.ahov:hover {
    color: #0069eb
}

.cl {
    background: whitesmoke;
    padding-top: 30px;
    padding-bottom: 30px;
    border: solid 1px #ddd;
    border-radius: 10px;
    margin: 2px
}

.cal1 {
    border: solid 1px #ddd;
    border-radius: 10px;
    margin: 2px;
    box-shadow: 1px 1px 3px 1px #000;
    cursor: pointer
}

.cal1:hover {
    border: solid 1px #ddd;
    border-radius: 10px;
    margin: 2px;
    box-shadow: none;
    cursor: pointer
}

.cal2 {
    border: solid 1px #ddd;
    border-radius: 10px;
    margin: 2px;
    box-shadow: 1px 1px 3px 1px #000;
    cursor: pointer
}

.cal2:hover {
    border: solid 1px #ddd;
    border-radius: 10px;
    margin: 2px;
    box-shadow: none;
    cursor: pointer
}

.column {
    background: whitesmoke;
    border-radius: 12px;
    padding-top: 12px;
}

.srvcicn {
    max-width: 130px
}

.txtcl {
    color: darkslateblue
}

.txtcl h4 {
    font-weight: 700
}

.footersec {
    margin-bottom: 50px
}

.footersec a {
    color: #fff
}

footer {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, #544006 0%, #d49f08 35%, #3f3108 100%)
}

.wid1 {
    position: absolute;
    background-color: blue;
    border-radius: 50%;
    padding: 10px;
    color: #fff
}

.wid1:hover {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    color: blue
}

.wid2 {
    position: absolute;
    background-color: green;
    border-radius: 50%;
    padding: 10px;
    color: #fff
}

.wid2:hover {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    color: green
}

.iconwid {
    color: #fff
}

.iconwid:hover {
    color: #fff
}

.iconwidget {
    color: #fff
}

.iconwidget:hover {
    color: #fff
}

.mycards {
    background: #775a04;
    transition: all 1s ease
}

.mycards:hover {
    background: #524211
}

.mycards a {
    color: #fff
}

.top-up {
    margin-bottom: 50px
}

hr {
    border-color: #fff;
    border: .1px solid #fff
}

.input-form {
    background-color: whitesmoke
}

.btn-footer {
    border: none
}

.btn-footer:hover {
    border: 1px solid whitesmoke
}

.linked-social {
    transition: transform 0.5s;
    display: inline-block
}

.linked-social:hover {
    transform: translateY(-5px)
}

.regions-in {
    transition: transform 0.5s;
    display: inline-block
}

.regions-in:hover {
    transform: translateX(5px);
    color: #ffc107
}

.regions-i {
    transition: transform 0.5s;
    display: inline-block
}

.regions-i:hover {
    color: #ffc107
}

.citycard {
    padding: 8px 0
}

.close-cl {
    background-color: #d0a93587;
    border-radius: 50%;
    padding: 0 10px 0 10px;
    align-items: center
}

.close-cl:hover {
    background-color: #b58a0c87
}

main {
    background-color: white;
}

.btn-17,
.btn-17 *,
.btn-17 :after,
.btn-17 :before,
.btn-17:after,
.btn-17:before {
  border: 0 solid;
  box-sizing: border-box;
}
.btn-17 {
  -webkit-tap-highlight-color: 
transparent;
  -webkit-appearance: button;
  background-color: 
#000;
  background-image: none;
  color: 
#fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
  text-transform: uppercase;
}
.btn-17:disabled {
  cursor: default;
}
.btn-17:-moz-focusring {
  outline: auto;
}
.btn-17 svg {
  display: block;
  vertical-align: middle;
}
.btn-17 [hidden] {
  display: none;
}
.btn-17 {
  border-radius: 99rem;
  border-width: 2px;
  padding: 0.8rem 3rem;
  z-index: 0;
}
.btn-17,
.btn-17 .text-container {
  overflow: hidden;
  position: relative;
}
.btn-17 .text-container {
  display: block;
  mix-blend-mode: difference;
}
.btn-17 .text {
  display: block;
  position: relative;
}
.btn-17:hover .text {
  -webkit-animation: move-up-alternate 0.3s forwards;
  animation: move-up-alternate 0.3s forwards;
}
@-webkit-keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(80%);
  }
  51% {
    transform: translateY(-80%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(80%);
  }
  51% {
    transform: translateY(-80%);
  }
  to {
    transform: translateY(0);
  }
}
.btn-17:after,
.btn-17:before {
  --skew: 0.2;
  background: 
#fff;
  content: "";
  display: block;
  height: 102%;
  left: calc(-50% - 50% * var(--skew));
  pointer-events: none;
  position: absolute;
  top: -104%;
  transform: skew(calc(150deg * var(--skew))) translateY(var(--progress, 0));
  transition: transform 0.2s ease;
  width: 100%;
}
.btn-17:after {
  --progress: 0%;
  left: calc(50% + 50% * var(--skew));
  top: 102%;
  z-index: -1;
}
.btn-17:hover:before {
  --progress: 100%;
}
.btn-17:hover:after {
  --progress: -102%;
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
}

.star {
    font-size: 2rem !important;
    color: lightgray;
    cursor: pointer;
}

.star:hover,
.star:hover~.star {
    color: gold;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:checked~label {
    color: rgba(225, 195, 20, 0.919);
}

