@import url("https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap");

/*--------------------*\
    Defaults
\*--------------------*/

body {
  /*font-family: 'Muli', sans-serif;*/
  color: #000;
  background-color: #fff;
  font-size: 17px;
  padding-bottom: 300px;
}
h1,
h2,
h3,
h4,
li,
ol,
ul,
a,
button,
input,
textarea {
  font-family: "Nunito", sans-serif;
}
p {
  font-family: "Muli", sans-serif;
}
.btn-border {
  padding: 12px 30px;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.5s;
  display: inline-block;
}
.btn-border:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.11);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
.clr_green {
  color: #B22234;
}
.clr_black {
  color:#000;
  font-weight:700;
}
.clr_green_dark {
  color: #B22234;

}
body {
  overflow-x: hidden;
}
.clr_green_gradient {
  color: #B22234;
  background: linear-gradient(to bottom right, #B22234, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #BF0A30;
  text-transform: none;
  letter-spacing: 0;
}
.btn-green {
  background: #B22234;
  padding: 14px 40px;
  border-radius: 5px;
  color: #fff !important;
  margin-top: 40px;
  display: inline-block;
  margin-bottom: 10px;
}
.btn-white {
  background: #fff;
  margin-top: 40px;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
}
/*h2,h4,h6{*/
/*font-family: 'Abril Fatface', cursive;*/
/*}*/
body h2 {
  font-family: Nunito;
  text-transform: none;
  letter-spacing: 0;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
}
body h5 {
  font-family: Roboto;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
}
a:hover {
  text-decoration: none;
}

.clr-brand {
  color: #bf9b69 !important;
}
.bg-light {
  background-color: #f2f1ec !important;
}
.btn {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
  padding-left: 20px !important;
  padding-right: 20px !important;
  text-transform: uppercase;
}
/* .btn{
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
} */
.btn-primary {
  background-color: #B22234;
  /* border-color: #B22234; */
  border-color: #B22234 !important;
  color:#fff;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #B22234 !important;
  border-color: #0bb71f !important;
}
.btn-outline {
  border: 1px solid #B22234;
  background-color: transparent;
}
.btn-outline:hover,
.btn-outline:focus {
  border: 1px solid #B22234;
  background-color: #B22234;
}

.btn-outline-grey {
  border: 1px solid rgba(54, 54, 54, 0.3);
  background-color: transparent;
  color: #363636;
}
.btn-outline-grey:hover,
.btn-outline-grey:focus {
  border: 1px solid rgba(54, 54, 54, 0.3);
  background-color: rgba(54, 54, 54, 0.3);
  color: #fff;
}

.btn-dark {
  background-color: #363636;
}
.btn-dark:hover,
.btn-dark:focus {
  background-color: #bf9b69;
}

.btn-light {
  background-color: #fff;
  color: #363636;
}
.btn-light:hover,
.btn-light:focus {
  background-color: #fff;
  color: #363636;
}

.section-title h1 {
  font-size: 39px;
}
.section-title-2 {
  font-size: 39px;
  font-family: "Abril Fatface", cursive;
}
.owl-carousel .owl-item img {
  width: 100%;
}
.owl-nav.disabled {
  /*display: block !important;*/
}

.table td,
.table th {
  border-top: 1px solid #ebebeb;
}
.hr-brand {
  border-top-color: #bf9b69;
}
/*--------------------*\
    Header
\*--------------------*/
header {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  z-index: 5;
}
.main-nav {
  background-color: transparent;
  padding: 0;
}
.navbar-brand img {
  display: block;
  max-width: 200px;
  width: 100%;
}
.navbar-light {
  padding: 0;
}
.navbar-light .navbar-nav {
  align-items: center;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  /* font-family: Nunito Sans; */
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 16px;

  font-weight: 400;
  color: #000;
  opacity: 1 !important;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.navbar-light .navbar-nav .nav-item {
  /* line-height: 100px; */
  padding-top: 36px;
  padding-bottom: 36px;
}
.home .navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #000 !important;
  /*line-height: 2;*/
  display: inline;
}
.home .navbar-light .navbar-nav .nav-link {
  color: #000!important;
}

.navbar-light .navbar-nav .nav-link.phon-num {
    font-weight: 700 !important;
    font-family: "Nunito", sans-serif;
    font-size: 1.3em !important;
    margin: 0;
    padding-right: 0 !important;
    margin-right: 0px;
}
.navbar-light .navbar-nav .nav-item + .nav-item {
  margin-left: 12px;
}

/*--------------------*\
    Home
\*--------------------*/
.section-hero {
  position: relative;
  /* height: 150vh; */
  z-index: -1;
  background-image: url(../img/hero-img.jpg);
  background-repeat: no-repeat;
  /* background-color: rgba(26,178,0,0.53); */
  background-position: top;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* .section-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: -1;
    left: 0;
    background: rgba(0,209,17,0.94);
    background: linear-gradient(135deg,rgba(0,209,17,0.94) 0%,rgba(0,153,2,0.71) 100%);
    opacity: 0.95;
} */
.hero-section-content {
  padding-top: 128px;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.inner-wrapper {
  padding-top: 40px;
  display: block;
  color: #fff;
  position: relative;
}
._title-top,
._title-btm {
  margin-bottom: 24px;
}
.inner-wrapper ._title-top h3,
._title-btm h3 {
  font-family: Nunito;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 36px;
  font-weight: 400;
}
.inner-wrapper ._title-top h1 {
  font-family: Nunito;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 3em;
  line-height: 74px;
  font-weight: 700;
}
.learn-button {
  display: inline;
}
.learn-button .learn-more-btn {
    color: #fff;
    background-color: #B22234;
    font-weight: 700;
    font-size: 1em;
    height: 66px;
    width: 202px;
    letter-spacing: 2px;
    padding: 23px 11px;
    position: relative;
    text-transform: uppercase;
    top: -3px;
    line-height: 20px;
    margin-bottom: 20px;
}
.registration-form {
  display: block;
  position: relative;
  background: #ffff;
  height: 650px;
  border-radius: 20px;
  text-align: center;
}
.whitey {
  background:#fff; !important
}
.registration-form h1 {
  font-family: Nunito;
  text-transform: none;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
section.multiple-option-section {
  display: block;
  position: relative;
  padding: 95px 0px 50px;
}
.section-title {
  width: 100%;
  text-align: center;
}
.section-title h1 {
    font-family: Nunito;
    color: #BF0A30;
    background: linear-gradient(to bottom right, #BF0A30, #960524);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #BF0A30;
    text-transform: none;
    letter-spacing: 0;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
}
.section-title ul {
  list-style: none;
}
.section-title ul li {
  font-family: Nunito;
  text-transform: none;
  letter-spacing: 0;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}

.option-box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 405px;
  background-size: cover;
  background-position: center;
}
.option-box img {
  width: 100%;
  height: 100%;
}
.main-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}
.main-nav.fixed .navbar-light .navbar-nav .nav-link {
  color: #000 !important;
}

.home .navbar-light .navbar-nav .nav-link.active {
  border-bottom: 2px solid #fff !important;
}
.navbar-light .navbar-nav .nav-link.active {
  border-bottom: 2px solid #B22234 !important;
}
.main-nav.fixed .navbar-light .navbar-nav .nav-link.active {
  border-bottom: 2px solid #B22234 !important;
}
.navbar-light .navbar-nav .nav-link {
  padding: 5px 0;
  margin: 0 11px;
}
section.multiple-option-section .section-title p {
  font-family: Nunito;
  text-transform: none;
  letter-spacing: 0;
  font-size: 17px;
  line-height: 36px;
  font-weight: 400;
  color: #333333;
}
section.multiple-option-section .section-title {
  padding: 4%;
}
.financial-option-item-content {
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  /*text-align: center;*/
  background-position: center;
  position: relative;
}
.financial-option-item-content:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #00000075;
  z-index: 1;
  position: absolute;
}
.financial-option-item-content > div {
  position: relative;
  z-index: 2;
}
.financial-option-item a {
  color: #fff;
}
section.financial-options-sec {
  padding-bottom: 100px;
}
.financial-option-item:hover {
  transform: scale(1.06, 1.06);
  transition: all 0.5s;
  -webkit-box-shadow: 8px 5px 95px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 8px 5px 95px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 8px 5px 95px -15px rgba(0, 0, 0, 0.75);
}
/*services section*/
.service-heading {
  color: #002868;
  background: linear-gradient(to bottom right, #002868, #02601f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #BF0A30;
  margin-bottom:25px;
}

.service-heading {
    color: #BF0A30;
    background: linear-gradient(to bottom right, #BF0A30, #960524);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #BF0A30;
}
.heading-class-head {
  color: #002868;

  background: linear-gradient(to bottom right, #002868, #09b203);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #BF0A30;
  padding-top: 130px;
}

.service-p-button {
  font-size: 18px;
  padding: 14px 50px;
  margin-top: 30px;
  color: rgb(255, 255, 255);
  background-color: #B22234;
  visibility: visible;
  border-radius: 4px;
  display: inline-block;
}
.service-p-button span {
  left: 0px;
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    -webkit-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  position: relative;
}
.service-p-button:hover {
  opacity: 0.87;
  color: #fff;
}
.service-img img {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08), 0 13px 45px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
section._service_sec {
  padding: 100px 0;
}
/*services section*/

/*sec_ap_now*/

section.apply-sec {
  padding: 70px;
  background-color: #002868 !important;
  /*margin: 50px 0;*/
}

.apply-sec-p-button {
  color: #000 !important;
  background-color: rgb(255, 255, 255);
  visibility: visible;
  font-size: 18px;
  padding: 23px 50px;
  margin: 65px auto 125px;
  border-radius: 4px;
}
.apply-sec-p-button:hover {
  left: 0px;
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    -webkit-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  position: relative;
}
/*end sec_ap_now*/
.sec-pocket-li ul li {
  float: left;
  min-width: 50%;
}

.pocket-sec-button {
  position: relative;
  color: #000;
  background: #fff;
  background-clip: padding-box;
  /*border: solid 3px transparent;*/
  border-radius: 5px;
  padding: 12px 46px;
  display: inline-block;
  margin-top: 20px;
}
.pocket-sec-button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: #002868;
  background: linear-gradient(125deg, #002868, #02601f);
}
a.pocket-sec-button:hover {
  transition: all 0.5s;
  background: #002868;
  background: linear-gradient(125deg, #002868, #02601f);
  color: #fff;
  /*padding: 12px 46px;*/
  /*border: 3px solid transparent !important;*/
}
a.pocket-sec-button:hover:before {
  /*content: none !important;*/
  /*background-color: transparent;*/
}

section._bottom_apply_nw {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  padding-top: 200px;
  /*margin-top: 100px;*/
  /*margin-bottom: 300px;*/
  color: #fff;
  /*background-color: transparent !important;*/
}
footer._footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: -1;
  will-change: opacity;
  padding: 100px;
}
section {
  /*background: #fff;*/
}
section.sec-pocket {
  padding-bottom: 100px;
  padding-top: 50px;
}

/*business lone*/

section.multiple-option-section.business-lone {
  padding-top: 170px;
}

.financial-option-item {
  margin-bottom: 30px;
}
.feature-image-content {
  height: 800px;
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}
.feature-image-content-text {
  position: absolute;
  left: -105px;
  top: -100px;
  max-width: 589px;
  background: #B22234;
  padding: 100px;
}
.feature-image-content-text p {
  font-family: Nunito;
  text-transform: none;
  letter-spacing: 0;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 50px;
}
section.ready-to-contact {
  margin-top: 150px;
  /*margin-bottom: 300px;*/
  background-repeat: no-repeat;
  padding-bottom: 140px;
  background-image: url(../img/_img_btm.png);
}
.ready_to_contact_content {
  padding: 100px 10px;
  background: #B22234;
  margin-top: -105px;
  border-radius: 10px;
  box-shadow: 0 60px 135px rgba(0, 0, 0, 0.14), 0 15px 65px rgba(0, 0, 0, 0.14);
}

.testimonial_description h4 {
  font-family: Nunito;
  text-transform: none;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

section._testimonial_slider {
  padding: 100px 0;
}

.ready_to_contact_content.text-center h3 {
  font-family: Nunito;
  text-transform: none;
  letter-spacing: 0;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  color: #fff;
}
.item._testimonial_item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 50px;
  border-radius: 10px;
  min-height: 450px;
  align-items: center;
  display: flex;
}
._testimonial_slider .owl-dots button {
  background: #b3aeae !important;
  width: 7px;
  display: inline-block;
  height: 7px;
  border-radius: 5px;
  margin: 4px;
}
._testimonial_slider .owl-dots button:focus {
  outline: none;
}
._testimonial_slider button.owl-dot.active {
  border: 2px solid;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background: transparent !important;
}
.testimonial_description {
  min-height: 450px;
  display: flex;
  align-items: center;
}
.business_line_item {
  background: #f4f4f4;
  padding: 73px 10px;
  text-align: center;
}
.business_line_item a p {
  color: #B22234;
  font-weight: 600;
}
.business_line_item a h6 {
  color: #000;
}
.business-single-desc-content {
  padding: 60px;
}
.business-single-left-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.business-single-desc-content span.btn-green {
  border-radius: 0;
}
.business-single-desc-content p {
  vertical-align: baseline;
  /*font-family: inherit;*/
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  padding: 15px 0;
  line-height: 32px;
}
.single .feature-image-content-text {
  top: -250px;
}
.mission_and_contact_content {
  padding: 130px;
}
.mission_and_contact_content h5 {
  color: #bfbfbf;
  padding-bottom: 14px;
}
.mission_and_contact_content p {
  color: rgba(10, 10, 10, 0.6);
  vertical-align: baseline;
  /*font-family: inherit;*/
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
}
section.mission_and_contact {
  padding-top: 100px;
}
.btn-get-in-touch {
  background-color: #27d800;
  background-image: -webkit-linear-gradient(225deg, #27d800 0%, #27d800 100%);
  background-image: linear-gradient(225deg, #00a651 0%, #002868 100%);
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 6px;
  margin-top: 40px;
  color: #fff;
}
.mission_and_contact_content input:focus,
.mission_and_contact_content textarea:focus {
  outline: none;
  background: #cccccc5e;
  box-shadow: none;
}
.section-title_about.text-center h2 {
  max-width: 557px !important;
  margin: 0 auto;
  padding: 30px 0px;
}
.section-title_about {
  padding-bottom: 120px;
}
.section-title_about h3 {
  font-size: 26px;
}
.inner-wrapper ._title-top h3 {
  max-width: 800px;
  margin: 0 auto;
}
.registration-form {
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 60px 135px rgba(0, 0, 0, 0.14), 0 15px 65px rgba(0, 0, 0, 0.14);
}
.registration-form h1 {
  color: #000;
}
section.section-hero.pay_now_page {
  background-image: url(../img/hero-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;

}
section.section-hero.pay_now_page:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  /* background-color: rgba(55, 173, 34, 0.93); */
  z-index: -1;
}
.dropdown-menu.border-0 {
  box-shadow: 0px 19px 35px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0px 19px 35px rgba(0, 0, 0, 0.11);
}
.main-nav .dropdown-toggle::after {
  content: none;
}
li.nav-item.dropdown:hover .dropdown-menu.border-0 {
  display: block;
  margin-top: 0;
  border-top: 1px solid #000 !important;
  border-radius: 0;
}
._index_mail ._title-top h3 {
  margin-bottom: 41px !important;
}
._index_mail .sec-pocket-li {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}
section.section-hero._index_mail .inner-wrapper {
  padding: 40px;
}
.ready_to_contact_content .btn-border {
  margin-top: 33px;
}
.nav-item .dropdown-item:focus,
.nav-item .dropdown-item:hover {
  background-color: #B22234;
  color: #fff;
  /* box-sizing: content-box; */
  /* margin: 0 -8px 0 -8px; */
  /*padding-left: 6px;*/
  /*padding-right: 6px;*/
}
.nav-item .dropdown-menu {
  padding: 5px 10px !important;
}
.main-header .dropdown-item {
  font-size: 14px;
  padding: 5px 10px;
}
.main-header .dropdown-menu.border-0 {
  padding: 20px 15px !important;
}
.nav-link {
  position: relative;
}
.home .navbar-light .navbar-nav .nav-link::before {
  border-top: 2px solid transparent;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  content: "";
  transform-origin: 0 0;
  transform: scaleX(0);
  transition: transform 0.3s ease-out, border-color 0.3s ease-out;
}
.home .navbar-light .navbar-nav .nav-item:hover .nav-link::before {
  border-top: 2px solid #ffffff;
  transform: scaleX(1);
}
.main-header .btn.nav-link::before {
  content: unset !important;
}
.navbar-light .navbar-nav .nav-link:before {
  border-top: 2px solid transparent;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  content: "";
  transform-origin: 0 0;
  transform: scaleX(0);
  transition: transform 0.3s ease-out, border-color 0.3s ease-out;
}
.navbar-light .navbar-nav .nav-item:hover .nav-link:before {
  border-top: 2px solid #B22234;
  transform: scaleX(1);
}
._title-description p {
  font-size: 26px !important;
}

/* ------- HASEEB CSS -------- */
.cus-main-nav-btn{
	display: block !important;
  color: #fff !important;
}
.cus-thank-you-wrap{
	padding-top: 170px;
}
.cus-thankyou-btn-green{
	padding: 8px 25px !important;
	font-size: 15px;
	font-weight: 700;
	    -ms-transform: translateX(0%) translateZ(0);
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
    -ms-transition: transform 0.7s cubic-bezier(0.85,0,0.12,1);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.85,0,0.12,1);
    transition: transform 0.7s cubic-bezier(0.85,0,0.12,1);
}
.cus-thank-you-botm-btn{
	color: #B22234 !important;
	background: none !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}
.cus-TY-main{
	padding: 140px 100px !important;
}
.cus-TY-bg{
	min-height: 700px;
}
.cus-thank-you-botm-btn{
	padding: 14px 0px 40px;
}
.cus-thank-you-botm-btn .cus-arrow{
	letter-spacing: 0!important;
	position: relative;
}
.cus-thank-you-botm-btn .cus-arrow:before{
	font-family: 'Fontawesome'!important;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    right: -30px;
    width: 26px;
    text-align: center;
    height: 30px;
    top: 50%;
	color: #B22234;
    margin-top: -16px;
    -ms-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
    transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
}
.cus-thank-you-botm-btn:hover .cus-arrow:before{
	-ms-transform: scale(1,1) translateX(9px);
    -webkit-transform: scale(1,1) translateX(9px);
    transform: scale(1,1) translateX(9px);
}
.cus-thank-you-botm-btn .cus-arrow:after{
	position: absolute;
    content: '';
    border-bottom: 1px solid #000;
    height: 1px;
    width: 22px;
    right: 12px;
    top: 50%;
    margin-top: -2px;
    -ms-transform: scale(0,1) translateX(0px);
    -ms-transform-origin: left;
    transform: scale(0,1) translateX(0px);
    transform-origin: left;
    -webkit-transform: scale(0,1) translateX(0px);
    -webkit-transform-origin: left;
    pointer-events: none;
    transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
}

/*------------------------------*/
