.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}


.thnkyoywrp {
    text-align: center;
    display: block;
    padding: 220px 0 110px;
}
.thnkyoywrp .button_wrapper a {
    margin: 0 auto;
}
.frm-btn input {
    z-index: -2;
    background: linear-gradient(to right,rgb(17 94 234) 0%,#9E1B62 100%);
    background-position: 0 0;
    background-size: cover;
    border-radius: 4px;
    color: #fff;
}

.serv-form .btn{
    z-index: -2;
    background: linear-gradient(to right,rgb(17 94 234) 0%,#9E1B62 100%) !important;
    background-position: 0 0;
    background-size: cover;
    border-radius: 4px;
    color: #fff !important;
}    
.abts {
    margin-left: 15px;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(to right,rgb(17 94 234) 0%,#9E1B62 100%); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to right,rgb(17 94 234) 0%,#9E1B62 100%); 
}