*{
    padding: 0;
    margin: 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none!important;
  margin: 0!important;
}
#exampleModal {
  padding-right: 0px !important;
}
.modal-open {
  padding-right: 0px !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield!important;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
::-webkit-scrollbar
{
  width: 0px;
  background-color: #FFFFFF;
  padding:2px;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
}
::-webkit-scrollbar-thumb
{
  background: #bebebe;
  margin: 2px;
}
body{
  background: #FFFFFF;
}
body, html{
  overflow-x: hidden;
  font-family: "generalsans-medium";
}
@font-face {
  font-family: "generalsans-bold";
  src: url(../fonts/otf/generalsans-bold.otf);
}
@font-face {
  font-family: "generalsans-light";
  src: url(../fonts/otf/generalsans-light.otf);
}
@font-face {
  font-family: "generalsans-medium";
  src: url(../fonts/otf/generalsans-medium.otf);
}
@font-face {
  font-family: "generalsans-regular";
  src: url(../fonts/otf/generalsans-regular.otf);
}
@font-face {
  font-family: "generalsans-semibold";
  src: url(../fonts/otf/generalsans-semibold.otf);
}


@font-face {
  font-family: "generalsans-bold";
  src: url(../fonts/ttf/generalsans-bold.ttf);
}
@font-face {
  font-family: "generalsans-light";
  src: url(../fonts/ttf/generalsans-light.ttf);
}
@font-face {
  font-family: "generalsans-medium";
  src: url(../fonts/ttf/generalsans-medium.ttf);
}
@font-face {
  font-family: "generalsans-regular";
  src: url(../fonts/ttf/generalsans-regular.ttf);
}
@font-face {
  font-family: "generalsans-semibold";
  src: url(../fonts/ttf/generalsans-semibold.ttf);
}
.common_padding_top {
  padding-top:70px;
}
.common_padding_bottom {
  padding-bottom: 70px;
}
.common_paragraph p {
  font-size: 16px;
  color: #485057;
  font-weight: 500;
  line-height: 20px;
}
.flex_title p {
    width: 460px;
}
.common_title {
    color: #030722;
    font-size: 42px;
    font-weight: 500;
}
/* fix icons */
.fixed_icons {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 999;
}
.fixed_icons a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0px;
  border: 1px dashed #ffffff41;
  color: #fff;
  font-size: 30px;
}
.fix_mail {
  background: #0165f7;
}
.fix_phone {
  background: linear-gradient(170.76deg, #ED1821 28.16%, #632600 109.72%);
}
.fix_whatsapp {
    background: #25d366;
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 34px;
    animation: pulse-animation 2s infinite;
    z-index: 999;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(72 200 87 / 39%);
}
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.common_title_wrap .sub_title::before {
  background: #ffffff;
}
.thank_you_icon img {
    width: 110px;
    filter: brightness(0);
}
.thankyou-page {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
	background: #FFF4F4;
}
.thankyou-main-div {
  padding: 50px;
  background: #FFF4F4;
  text-align: center;
}
.common_btn {
    display: flex
;
    align-items: center;
    background: #D52228;
    border: 0;
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    /* text-transform: capitalize; */
    width: fit-content;
    text-decoration: none;
    justify-content: center;
    transition: all .5s linear;
    overflow: hidden;
    position: relative;
}
.common_btn::after {
    content: "";
    position: absolute;
    inset: -120%;
    background: linear-gradient(75deg, rgba(255, 255, 255, 0) 40%, rgb(255 255 255 / 33%), rgba(255, 255, 255, 0) 60%);
    animation: shark-wrap 3.5s infinite;
    transform: translateX(-100%);
}
.common_btn:hover{
  color: #fff;
  background: linear-gradient(170.76deg, #ED1821 28.16%, #632600 109.72%);
  transition: all .5s linear;
}
.head_centre {
  text-align: center;
  margin-bottom: 60px;
}
.flex_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.flex_title .common_title{
  margin: 0;
}
.flex_title .footer_title{
  margin: 0;
}
.bg_light{
  background: #FFF4F4;
}
.bg_dark{
  background: #0E141F;
}
.width_96 {
    width: 96%;
    margin: auto;
}
.small_title {
    color: #D52228;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.btn_white{
  background: #fff;
  color: #030722;
}
.form_wrap .btn_white {
    margin-top: 80px;
}
.text_red {
    color: #D52228;
    display: inline-block;
}
@keyframes shark-wrap {
  to {
    transform: translateX(100%);
  }
}
.wpcf7 form .wpcf7-response-output{
	margin: 0!important;
}