@font-face {
  font-family: Gotham_Light;
  src: url(../fonts/Gotham-Light.otf);
}

@font-face {
  font-family: Gotham_Bold;
  src: url(../fonts/GothamBold.ttf);
}

@font-face {
  font-family: Gotham_MediumItalic;
  src: url(../fonts/GothamMediumItalic.ttf);
}

@font-face {
  font-family: Gotham_Thin;
  src: url(../fonts/Gotham-Thin.otf);
}

@font-face {
  font-family: Gotham_Book;
  src: url(../fonts/GothamBook.ttf);
}

@font-face {
  font-family: Gotham_BookItalic;
  src: url(../fonts/GothamBookItalic.ttf);
}

@font-face {
  font-family: SEGOE_UI;
  src: url(../fonts/segoeui.ttf);
}

@font-face {
  font-family: MONTSERRAT_LIGHTITALIC;
  src: url(../fonts/Montserrat-LightItalic.ttf);
}

@font-face {
    font-family: MONTSERRAT_LIGHT;
    src: url(../fonts/Montserrat-Light.ttf);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 5px;
}
 
::-webkit-scrollbar-thumb {
  background: rgb(66, 66, 66); 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(66, 66, 66); 
}

.left-inner-addon {
  position: relative;
}
.left-inner-addon input {
  padding-left: 30px;    
}
.left-inner-addon i {
  position: absolute;
  padding: 10px 24px;
  pointer-events: none;
  color: #fff;
}

.benefits .left-inner-addon i{
  padding: 14px 9px;
  color: #000;
}

.MONTSERRAT_LIGHT{
    font-family: MONTSERRAT_LIGHT;
}

.Montserrat_LightItalic{
    font-family: MONTSERRAT_LIGHTITALIC;
}

.Gotham_Thin{
  font-family: Gotham_Thin;
}

.SEGOE_UI{
  font-family: SEGOE_UI;
}

.Gotham_Light{
  font-family: Gotham_Light;
}

.Gotham_Book{
  font-family: Gotham_Book;
}

.Gotham_BookItalic{
  font-family: Gotham_BookItalic;
}

.Gotham_MediumItalic{
  font-family: Gotham_MediumItalic;
}

.Gotham_Bold{
  font-family: Gotham_Bold;
}

.Montserrat_LightItalic{
  font-family: Montserrat_LightItalic;
}

.full_width{
    width:100%;
}

.margin30{
  margin-top: 30px;
}

.margin50{
  margin-top: 50px;
}

.margin100{
  margin-top: 100px;
}

.color70{
  color: #707070;
}

.custom_padding{
  padding: 50px 100px 0px 96px;
}

.site_subtitle{
  color: #3D3B3B;
  font-size: 16px;
  font-family: Gotham_Light;
  color: rgba(0,0,0,.5);
}
/*** agencysubtype ****/

#checkContainer {
  display: flex;
  align-items: center;
}

#vetCheckContainer {
  display: flex;
  align-items: center;
}

#checkboxLabel {
  font-family: "Helvetica_Neue_Light";
  color: #424242;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  cursor: pointer;
}

input[type="checkbox"] + label {
  font-family: "Helvetica_Neue_Light";
  color: #424242;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  cursor: pointer;
}

input[type="checkbox"]:checked {
  filter: invert(24%) sepia(96%) saturate(2580%) hue-rotate(109deg) brightness(96%) contrast(101%);
  -webkit-filter: invert(24%) sepia(96%) saturate(2580%) hue-rotate(109deg) brightness(96%) contrast(101%);
}
/** Navigation **/
.navbar-expand-lg .navbar-toggler{
  display: block;
}

/*#top{
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
}*/

/*
.collapse {
  display: none;
}
.first_menu div{
  border: 2px solid #707070;
  border-radius: 50px;
  cursor: pointer;
  margin: 0px 5px;
}*/

.first_menu{
  justify-content: flex-end;
}

.first_menu div a{
  padding: 5px 14px;
  font-size: 14px;
 /* font-family: Gotham_Book;*/
  color: #000;
  border: 2px solid #707070;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-toggler:focus{
  outline: none !important;
}
.nav-item{
  cursor: pointer;
  margin: 0px 5px;
}

.nav-link{
  padding: 5px 14px;
  font-size: 14px;
 /* font-family: Gotham_Book;*/
  color: #000;
}

/*.mac .nav-link{
  line-height: 30px;
  padding-bottom: 0px;
}*/

.navbar-nav{
  flex-direction: column !important;
}

/** Body **/
/*.page_content{
  margin-top: 150px;
}*/

.become_a_saint{
  background-image: url('../images/images-03.png');
 /* background-repeat: round;*/
 background-size: 100% 109%;
}

.become_a_saint img{
  margin-top: 17px;
  width: 75%;
}

.become_a_saint p{
  color: #3D3B3B;
  margin-bottom: 10px;
}

.become_a_saint .become_a_saint_second{
  font-size: 20px;
  word-break: break-word;
}

.become_a_saint .become_a_saint_first{
  font-size: 36px;
  margin-top: 20px;
}

.join_the_community{
    border-radius: 50px;
    border-color: transparent;
    background-color: #9B39F7;
    outline-color: #9B39F7;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 40%);
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 7px 22px;
    color: #fff;
}

/*
.common_btn{
    border-radius: 50px ;
    color: #ffffff ;
    background-color: #9B39F7 ;
    font-size: 14px ;
    text-transform: uppercase;
    height: 46px;
    width: 162px !important;
    padding: 0px 22px;
    vertical-align: middle;
}*/

.join_the_community a{
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-size: 14px;
    padding: 0px 22px;*/
}

/*
.rounded-corner-div {
  padding: 10px 20px 20px 20px;
  position: relative;
}

.rounded-corner-div img{
    left: -55px;
    position: absolute;
    top: -19px;
}

.rounded-corner-div::after,.rounded-corner-div::before {
  content: "";
  position: absolute;
  pointer-events: none;
  border: solid 10px;
}

.rounded-corner-div::after {
  left: 10px;
  right: 10px;
  top: 0;
  bottom: 0;
  border-left: none;
  border-right: none;
}

.rounded-corner-div::before {
    top: 89px;
    bottom: 53px;
    left: 0;
    right: 0px;
    border-top: none;
    border-bottom: none;
}*/

.why_saint{
  border: 2px solid lightgreen;
  padding: 70px 0px 0px 0px;
  margin-left: 10px;
}

.why_saint_parent{
  margin-top: 60px;
}
.why_saint_parent .parent_col4{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.why_saint_parent .parent_col4:last-child .row{
  margin-right: 10px;
}

.why_saint p {
    padding: 20px 0px 20px 0px;
    line-height: 1.2;
    color: #707070;
    font-size: 18px;
}
 
.why_saint h2{
  color: #707070;
  font-size: 36px;
}

.why_saint_count{
   /*height: 38%;
   width: 38%;
    background-color: #E2F9A1;
    border-radius: 50%;*/
    text-align: center;
    position: absolute;
    left: 0;
    top: -63px;
    right: 0;
    color: #707070;
    font-size: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
}

/*** Our Mission ****/
/*.our_mission .our_mission_quote{
  clip-path: polygon(16% 0%, -31% 100%, 86% 100%, 127% 0%, 100% 0%);
  border: 10px solid #9B39F7;
}*/
/*** tom@getsaint.com ***/

.our_mission .our_mission_quote p:first-child{
    font-size:40px;
    color:#707070;
    margin-bottom:10px;
    margin-top: 70px;
    word-break: break-all;
}

.our_mission .our_mission_quote p:last-child{
      font-size:60px;
      color:#707070;
      margin:30px 10px 80px 10px;
      line-height: 1.2;
      word-break: break-word;
}

.our_mission .our_mission_bg{
  background-image: url('../images/images-01-new1.png');
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: content-box;
  background-size: 104% 126%;
}
/*** First Calculator ****/
.saint_saving_cal{
  background-color: #E2F9A1;
  margin-top: 30px;
}

.saint_saving_cal .row{
  margin-top: 20px;
}

.saint_saving_cal .row:first-child{
  margin-top: 20px;
}

.saint_saving_cal .row:last-child{
  margin-bottom: 30px;
}

.saint_saving_cal .row:nth-child(3),.saint_saving_cal .row:nth-child(2){
  margin-top: 9px;
}

.saint_saving_cal input{
    width:75%;
      height: 36px;
    border: 1px solid #9B39F7;
    padding: 5px;
    border-radius: 10px;
    background: #9B39F7;display: flex;
    color: #fff;
    text-align: right;
}

.saint_saving_cal .cal_label{
  color:#707070;
  font-size:16px;
  border: 1px solid #9B39F7;
    /*padding: 5px;*/
    background: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.saint_saving_cal .input_parent_selection label{
    margin: 0;
    padding: 3px 0px 5px 0px;
    border: 1px solid lightgreen;
    border-radius: 20px;
    background-color: #fff;
    width: 90%;
    vertical-align: middle;
}

.saint_saving_cal .number_and_unit{
  color:#707070;
  font-size:20px;
}

.saint_saving_cal .number_and_unit label{
    margin:0;
    border: solid 1px;
    border-radius: 20px;
    padding: 3px 0px 5px 0px;
    background-color: #fff;
    width:80%;
    vertical-align: middle;
}

.saint_saving_cal img:first-child{
  margin-top: 20px;
  padding-top: 45px;
}

.saint_saving_cal img:last-child{
  padding: 14px 0px 30px 40px
}

/*** Second Calculator ****/
.saint_second_cal{
  background-color: #E2F9A1;
  margin-top: 30px;
  border:3px solid #9B39F7;
}

.saint_second_cal .row{
  margin-top: 20px;
}

.saint_second_cal .row:nth-child(2){
  margin-top: 40px;
}

.saint_second_cal .row:last-child{
  margin-bottom: 40px;
}

.saint_second_cal .row input,.saint_second_cal .row input:focus{
  width:100%;
  height: 40px;
  outline-color: #9B39F7;
  border: 1px solid #9B39F7;
  padding: 5px;
  border-radius: 10px;
  background: transparent;
  text-align: right;
}

.saint_second_cal .last_input{
  background: #9B39F7 !important;
  color: #fff;
}

.saint_second_cal .number_and_unit{
  color:#707070;
  font-size:20px;
}

.saint_second_cal .number_and_unit label{
    margin:0;
    border: solid 1px;
    border-radius: 20px;
    padding: 5px 0px 5px 0px;
    background-color: #fff;
    width: 100%;
}

/*** Third Calculator ****/
.saint_third_cal{
  background-color: #F7F4FA;
  margin-top: 30px;
}

.saint_third_cal .row{
  margin-top: 20px;
}

.saint_third_cal .row:nth-child(4),.saint_third_cal .row:nth-child(2){
  margin-top: 10px;
}

.saint_third_cal .row:nth-child(5){
  margin-top: 0px;
}

.saint_third_cal .row:first-child{
  margin-top: 20px;
}

.saint_third_cal .row:last-child{
  margin-bottom: 30px;
}

.saint_third_cal .row:nth-child(3),.saint_saving_cal .row:nth-child(2){
  margin-top: 9px;
}

.saint_third_cal input,.saint_third_cal select{
    width:100%;
      height: 40px;
    border: 1px solid #9B39F7;
    padding: 5px;
    outline-color: #9B39F7;
    border-radius: 10px;
    background: #9B39F7;
    display: flex;
    color: #fff;
    text-align: right;
}

.saint_third_cal .cal_label{
  color:#707070;
  font-size:16px;
  border: 1px solid #9B39F7;
/*	padding: 5px;*/
    background: #fff;
  border-radius: 10px;
  /*vertical-align: middle;*/
  justify-content: center;
    align-items: center;
    display: flex;
}

.saint_third_cal .input_parent_selection label{
    margin: 0;
    padding: 3px 0px 5px 0px;
    border: 1px solid;
    border-radius: 20px;
    background-color: #fff;
    width: 100%;
    vertical-align: middle;
}

.saint_third_cal .number_and_unit{
  color:#707070;
  font-size:20px;
}

.saint_third_cal .number_and_unit label{
    margin:0;
    border: solid 1px;
    border-radius: 20px;
    padding: 3px 0px 5px 0px;
    background-color: #fff;
    width: 100%;
    vertical-align: middle;
}

.saint_journey_bg{
    background-image: url('../images/Path 456@1X.png');
    background-repeat: no-repeat;
    background-size: 85% 100%;
    padding-top: 15px;
}

.journey_become_saint{
  font-size: 50px;
}

.contact_us_for_demo{
   text-align: center;
}

.contact_us_for_demo .join_the_community{
  position: relative;
  top: -3px;
  right: -61px;
}

.saint_journey .request{
    width: 20%;
    float: left;
}

.saint_journey .request label{
  font-size:22px;
  line-height: 1;
}

.saint_journey .request_img{
  width: 6%;
  float: left;
  margin-right: 5px;
}

.saint_journey .request_img img{
  width: 100%;
}

.saint_journey .request:first-child{
  width: 19%;
  float: left;
}

/*** Contact Form ****/
 .contact_us_bg{
  background:#F7F4FA;
 }

.contact_form input[type="text"]{
  font-size: 24px;
  border-radius: 0;
  border: 2px solid #ced4da;
  background: transparent;
}

.contact_form .inputs{
  margin-bottom: 30px;
}

.contact_form{
  margin-top: 30px;
  margin-bottom: 30px;
}

textarea{
  font-size: 24px;
  padding-top: 10px;
  padding-left: 20px;
  width: 100%;
  background: transparent;
}

/*** Schedule Demo ***/
.schedule_Demo{
  color: #707070;
  height: 498px;
}

.begin_your_journey{
  font-size:60px;
}

.schedule_Demo .col-lg-12{
  background-image: url('../images/Group 168@1X.png');
  background-repeat: no-repeat;
  background-position-x: right;
}

/* Our Clients */
.our_clients h2{
  font-size:40px;
}

.our_clients .our_clients_bg{
    background-image: url('../images/Path 456@1X.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 350px;
    padding-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our_clients_bg .col-lg-10{
    position: absolute;
    top: 34%;
    left: 6%;
}

#clients_logo_slider ul{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 211.137px !important;
}

.our_clients li.owl-item .full_width{
  width: 94% !important;
}

.our_clients li.owl-item img{
  width: 65% !important;
  vertical-align: middle;
  object-fit: contain;
  height: 100%;
}

.our_clients li.owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  /*
  width: 25% !important;
  background: #fff;
  border: 1px solid;
  border-radius: 100%;*/
  height: 100% !important;
  margin: 0px 5px !important;
  width: 8% !important;
}

.our_clients .lSPager,.our_clients .owl-nav{
  display: none;
}


/*
.owl-carousel .item{
    background: #fff;
    border: 1px solid;
    border-radius: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-item{
    width: 195px !important;
    height: 195px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2% !important;
}

.owl-carousel .owl-item:first-child{
  margin-left: 4% !important;
}

.owl-carousel .owl-item img{
  object-fit: contain;
  padding: 30px;
}

.carousel-inner .item.left.active {
  transform: translateX(-33%);
}
.carousel-inner .item.right.active {
  transform: translateX(33%);
}

.carousel-inner .item.next {
  transform: translateX(33%)
}
.carousel-inner .item.prev {
  transform: translateX(-33%)
}

.carousel-inner .item.right,
.carousel-inner .item.left { 
  transform: translateX(0);
}*/
.owl-stage-outer{
  width: 100% !important;
}
/*ul.owl-stage{
  transform: none !important;
}*/

.owl-carousel .owl-item{
  list-style: none;
}

/**** Testimonials ****/
.testimonials{
    margin-bottom: 30px;
}
.testimonials .col-lg-6 .row{
  background-image: url('../images/images-02-new.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 129%;
    box-sizing: content-box;
}

.testimonials .col-lg-6 .row h2{
  margin-top: 40px;
}

.testimonials .col-lg-6{
    display: flex;
    flex-direction: row;
}

.testimonials .col-lg-6 .row p{
   /* padding-top: 43px;
    padding-bottom: 69px;
    padding-left: 43px;
    padding-right: 60px;*/
    margin-bottom: 50px;
}

.testimonials .testimonials_title{
  border-color: transparent;
  justify-content: center;
    align-items: center;
    display: flex;
}

.testimonials .testimonials_title p{
  font-size:40px;
}

.benefits,.benefits_transfer{
  display: none;
}

/* Policy Modal */
.modal-dialog{
  overflow-y: initial !important;
  max-width: 70%;
}
.modal-body{
  height: 80vh;
  overflow-y: auto;
  padding: 50px;
}

.modal-body p,.modal-body li{
  font-size: 13px;
}

.modal-body h4{
  margin-bottom: 20px;
  font-weight: bold;
}

.modal-footer{
  border-color: transparent;
}

.modal-footer button:focus {
  outline: transparent;
}

/** Footer **/
footer p,footer p a{
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-family: Gotham_Light ;
}

footer p a,footer p a:hover,footer p:hover{
  text-decoration: none;
  color: #000;
}

.back-to-top-link {
  position: fixed;
 /* position: sticky;*/
  pointer-events: all;
  top: calc(100vh - 5rem);
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  padding: 0.25rem;
}

.back-to-top-wrapper {
  position: absolute;
  top: 100vh;
  right: 0.25rem; 
  bottom: -5em;
  width: 3em;
  pointer-events: none;
}
/** Sign Up ***/
@font-face {
  font-family: "Helvetica_Neue_Light";
  src: url("../fonts/HelveticaNeueLTStd-Lt.otf");
}
@font-face {
  font-family: "Helvetica_Neue_Medium";
  src: url("../fonts/HelveticaNeueLTStd-Md.otf");
}
@font-face {
  font-family: "Helvetica_Neue_Bold";
  src: url("../fonts/HelveticaNeueLTStd-Bd.otf");
}
@font-face {
  font-family: "Helvetica_Neue_Thin";
  src: url("../fonts/HelveticaNeueLTStd-Th.otf");
}

@font-face {
  font-family: "Helvetica_Neue_Regular";
  src: url("../fonts/NeueHaasUnicaW06Regular.ttf");
}

.ba-style {
  font-family: "Helvetica_Neue_Bold";
  color: #424242;
  font-size: 76px;
}
.sanit-style {
  font-family: "Helvetica_Neue_Bold";
  color: #424242;
  font-size: 74px;
  margin-top: -27px;
}
.al-text {
  font-family: "Helvetica_Neue_Light";
  color: #424242;
}

/* .login-text-sty:hover > td {
  background-color: unset !important;
  color: unset !important;
} */
.head-container {
  height: 100%;
  display: flex;
  align-items: center;
}

.atj-btn {
  font-family: "Helvetica_Neue_Medium";
  color: #ffffff;
  background-color: #008f00;
  height: 35px;
  width: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 19px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 10px;
  align-items: center;
}

.saint-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.saint-text {
  font-family: "Helvetica_Neue_Light";
  color: #929292;
  font-size: 28px;
}

.is-text {
  font-family: "Helvetica_Neue_Light";
  color: #929292;
  font-size: 23px;
}

.saint-text span {
  color: #0b1446;
}
.om-sty {
  font-family: "Helvetica_Neue_Bold";
  color: #929292;
  font-size: 68px;
}
.ea-sty {
  font-family: "Helvetica_Neue_Medium";
  color: #424242;
  font-size: 46px;
  display: flex;
  flex-wrap: wrap;
  line-height: 49px;
}
.main-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border: none !important;
  height: 320px;
}
.card-title {
  font-family: "Helvetica_Neue_Medium";
  color: #212121;
  font-size: 30px;
}
.card-body-txt {
  font-family: "Helvetica_Neue_Regular";
  color: #929292;
  font-size: 20px;
  line-height: 27px;
}

.nsl-sty {
  font-family: "Helvetica_Neue_Medium";
  color: #929292;
  font-size: 42px;
  margin-top: -15px;
}
.signup-text-sty {
  font-family: "Helvetica_Neue_Medium";
  color: #ffffff !important;
  text-decoration: none !important;
}

.fpm-sty {
  font-family: "Helvetica_Neue_Light";
  color: #424242;
  font-size: 15px;
  margin-top: 8px;
  margin-left: 11px;
}
.fqs-sty {
  font-family: "Helvetica_Neue_Light";
  color: #424242;
  font-size: 11px;
  margin-left: 11px;
  margin-top: -5px;
}
.card-img-div {
  padding-bottom: 8px;
}
.card-img-div > img {
  height: 44px;
}
footer {
  background-color: #f2f2f2;
  padding: 25px;
}

/*signup style*/
.ag-reg-title-style {
  font-family: "Helvetica_Neue_Bold";
  color: #424242;
  font-size: 34px;
  margin-left: 40px;
}
.ag-sub-title-style {
  font-family: "Helvetica_Neue_Bold";
  color: #424242;
  font-size: 15px;
  margin-left: 40px;
}
.signup-label {
  font-family: "Helvetica_Neue_Light";
  color: #929292;
}
.signup-dropdown {
  font-family: "Helvetica_Neue_Light";
  /* color: #0b1446; */
  color: #929292;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #929292;
  outline: none;
  background-color: #ffffff;
  width: 67%;
}
.signup-input {
  color: #929292;
  font-family: "Helvetica_Neue_Light";
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #929292;
  outline: none;
  width: 100%;
}

.signup-sub-label {
  font-family: "Helvetica_Neue_Regular";
  margin-left: 28px;
  font-size: 11px;
  margin-top: -7px;
  color: #929292;
}

/*signup style*/
.thanks-title-style {
  font-family: "Helvetica_Neue_Bold";
  color: #424242;
  font-size: 30px;
  margin-left: 40px;
}
.thanks-title-body-style {
  font-family: "Helvetica_Neue_REGULER";
  color: #929292;
  font-size: 17px;
  margin-left: 40px;
  line-height: 2rem;
}

/* css class for the login generated errors */

.profilepress-reset-status {
  width: 400px;
  text-align: center;
  background-color: #e74c3c;
  color: #ffffff;
  border: medium none;
  border-radius: 4px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.4;
  padding: 8px 5px;
  margin: auto;
}

.memo-reset-success {
  width: 400px;
  text-align: center;
  background-color: #2ecc71;
  color: #ffffff;
  border: medium none;
  border-radius: 4px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.4;
  padding: 8px 5px;
  margin: auto;
}

#myErrModal .modal-content{
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 22% !important;
}
#myModal .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
#myModal .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50% !important;
}

/* The Close Button */
.close {
  color: #929292 !important;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

.close:hover,
.close:focus {
  color: #929292 !important;
  text-decoration: none;
  cursor: pointer;
}

/* new */
.form-label {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  /* color: rgba(0, 0, 0, 0.54); */
  font-family: "Helvetica_Neue_Light";
  color: #424242;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-dropdown {
  font-family: "Helvetica_Neue_Thin" !important;
  color: #929292 !important;
}
.form-input {
  font-family: "Helvetica_Neue_Thin" !important;
  color: #929292 !important;
}
.form-div-width {
  width: 40%;
  height: 53px;
}
.form-div-heigth {
  height: 51px;
}
.mui-select__menu > div {
  font-family: "Helvetica_Neue_Thin" !important;
  color: #929292 !important;
  padding: 0 22px;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  white-space: nowrap;
}
.form-upload-lable {
  font-family: "Helvetica_Neue_Light";
  color: #929292;
  font-size: 13px;
}
.form-upload-sub-label {
  font-family: "Helvetica_Neue_Light";
  font-size: 11px;
  margin-top: -1px;
  color: #929292;
}
.form-item-align-center {
  display: flex;
  align-items: center;
}
.upload-file {
  font-family: "Helvetica_Neue_Regular";
  /* margin-left: 31px; */
  color: #929292;
  /* cursor: pointer; */
  font-style: italic;
}

.clickable-link {
  font-family: "Helvetica_Neue_Regular";
  color: #0076ba;
  cursor: pointer;
  margin-left: 3px;
}
.click {
  font-family: "Helvetica_Neue_Regular";
  color: #424242;
}

.button:focus {
  outline: none;
}
.mui-textfield > input:focus,
.mui-textfield > textarea:focus {
  border-color: #008f00 !important;
}
.mui-select:focus > select {
  border-color: #008f00 !important;
}

.notic {
  font-family: "Helvetica_Neue_Thin";
  font-size: 13px;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tac {
  margin-top: 5px;
}
.tac-container {
  font-family: "Helvetica_Neue_Thin";
  display: block;
  position: relative;
  padding-left: 29px;
  margin-bottom: 13px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tac-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  /* height: 0;
  width: 0; */

  height: 15px;
  width: 15px;
  left: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid #929292;
  pointer-events: none;
}

/* .tac-container:hover input ~ .checkmark {
  background-color: #ccc;
} */

.tac-container input:checked ~ .checkmark {
  background-color: #008f00;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.tac-container input:checked ~ .checkmark:after {
  display: block;
}

.tac-container .checkmark:after {
  left: 4.5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pdf-parent-div {
  border: 0.5px solid #d5d5d5;
  height: 445px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Helvetica_Neue_Thin";
  font-size: 15px;
}
.next-btn {
  border-radius: 41px !important;
  color: #ffffff !important;
  background-color: #008f00 !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  height: 39px !important;
  width: 111px !important;
  padding: 4px !important;
  font-family: "Helvetica_Neue_Medium" !important
}

table,
td,
th {
  border: 1px solid #ebebeb;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  font-family: "Helvetica_Neue_Regular";
  color: #5e5e5e;
  font-size: 11px;
  padding: 15px;
  text-align: center !important;
  width: 33%;
}
td {
  font-family: "Helvetica_Neue_Thin";
  color: #929292;
  padding: 8px;
  text-align: center !important;
  font-size: 10px !important;
}
.pricing {
  font-family: "Helvetica_Neue_Thin";
  color: #424242;
  font-size: 22px;
  margin-bottom: 1rem;
}
.default-text {
  font-family: "Helvetica_Neue_Thin";
  color: #424242;
  font-size: 10px;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 89%;
}
.error-msg{
  color: red;
  font-family: "Helvetica_Neue_Regular";
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left:40px;
  display: none; 
}
.required-error-msg{
  color: red;
  font-family: "Helvetica_Neue_Regular";
  font-size: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* display: none;  */
  margin-top: 2px
}

.mui-btn.mui--is-disabled, .mui-btn:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .4 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.error-msg-signup{
  color: red;
  font-family: "Helvetica_Neue_Regular";
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left:40px;
  display: none; 
}
/** Sign Up ***/
@media (min-width: 992px){
  
  .navbar-expand-lg .navbar-collapse{
    display: none !important;
  }
  .collapse.show {
    display: block !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1336px) {
  .why_saint_count{
    top: -48px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .our_mission .our_mission_quote p:last-child{
    font-size: 52px;
  }

  .custom_padding{
    padding: 50px 20px 0px 20px;
  }

  #clients_logo_slider ul{
    height: 100% !important;
  }

  .contact_us_for_demo{
    text-align: center;
  }
  .why_saint_count{
    top: -53px;
  }

  .begin_your_journey {
    font-size: 45px;
  }

  .schedule_Demo h1{
    font-size: 30px;
    text-align: left !important;
    margin-left: 50px;
  }
   .schedule_demo_button{
    text-align: left !important;
    padding-left: 50px;
    margin-left: 150px;
   }

   .saint_journey .request label {
        font-size: 16px;
    }

    .journey_become_saint {
      font-size: 35px;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {

}

@media (min-width: 768px) and (max-width: 992px){

  .begin_your_journey{
    font-size: 36px;
  }

  .collaborate{
    font-size: 26px;
    text-align: left !important;
  }

  .why_saint_count{
    top: -42px;
  }

  .schedule_Demo .col-lg-12{
    background-size: 49% 100%;
  }
  .schedule_demo_button{
    text-align: left !important;
  }

  .schedule_Demo{
    height: 395px;
  }

  .journey_become_saint {
      font-size: 40px;
  }
  
  .our_mission .our_mission_quote p:last-child{
    font-size: 34px;
  }

  .custom_padding{
    padding: 50px 20px 0px 20px;
  }

  .why_saint h2{
    font-size: 26px;
  }

  .why_saint p{
    font-size: 14px;
  }

  .begin_your_journey {
    font-size: 45px;
  }

  .schedule_Demo h1{
    font-size: 30px;
    text-align: left !important;
    margin-left: 50px;
  }
   .schedule_demo_button{
    text-align: left !important;
    padding-left: 50px;
    margin-left: 150px;
   }

   .our_clients_bg .col-lg-10 {
      top: 26%;
      left: 6%;
  }

  .saint_journey .request label {
      font-size: 11px;
  }

  .journey_become_saint {
    font-size: 29px;
  }

  .join_the_community{
    font-size: 11px;
  }

  .contact_us_for_demo {
    text-align: left;
  }

  .contact_us_for_demo .join_the_community {
      top: 9px;
      right: -115px;
  }
   
}

@media screen and (max-width : 768px) {
  .begin_your_journey{
    font-size: 36px;
  }

  .collaborate{
    font-size: 26px;
    text-align: left !important;
  }

  .schedule_Demo .col-lg-12{
    background-size: 49% 100%;
  }
  .schedule_demo_button{
    text-align: left !important;
  }

  .schedule_Demo{
    height: 395px;
  }

  .custom_padding{
    padding: 50px 20px 0px 20px;
  }

  #clients_logo_slider ul{
    height: 100% !important;
  }

  .contact_us_for_demo{
    text-align: center;
 }

 .our_clients_bg .col-lg-10 {
 left: 0;
}
}

@media (min-width: 576px) and (max-width: 600px){
  .contact_us_for_demo .join_the_community{
    top: 0;
    left: 55px;
  }

  .contact_us_for_demo img{
        width: 50%;
  }
}

@media (min-width: 577px) and (max-width: 768px){

  .nav-link{
    font-size: 12px !important;
    margin-top: 5px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
 }

 /*.page_content {
      margin-top: 50px;
  }*/

 .container-fluid .col-7{
   padding-left: 0;
 }

 .site_subtitle{
   font-size: 10px;
 }

 .become_a_saint p{
   font-size: 12px;
 }

 .become_a_saint .become_a_saint_second{
    font-size: 14px;
  }
  
  .become_a_saint .become_a_saint_first{
    font-size: 23px;
  }

 .our_mission .our_mission_quote p:first-child{
   font-size: 26px;
   margin-top: 10px;
 }

 .our_mission .our_mission_quote p:last-child{
   margin: 0;
   font-size: 20px;
   margin-bottom: 20px;
 }

 .our_mission .our_mission_bg{
     background-size: 100% 128%;
     box-sizing: border-box;
     /* background-size: cover;
      background-origin: padding-box;
      box-sizing: content-box;
      height: calc(0.53 * 100vw);*/
  }

  .why_saint_parent {
      margin-top: 0px;
  }
  .why_saint_count{
  /*  height: 30%;
    width: 37%;*/
    top: -49px;
  }

  .why_saint p{
    font-size: 15px;
  }

  .why_saint h2 {
    color: #707070;
    font-size: 26px;
  }

  .why_saint_parent .parent_col4{
    margin-top: 55px;
  }

  .why_saint_parent.custom_padding{
    padding-top: 0px;
  }

  .saint_saving_heading{
        font-size: 20px;
        margin-top: 0;
  }

  .saint_saving_subtitle{
    font-size: 13px;
  }
  .saint_saving_cal .number_and_unit label{
    width: 100%;
  }


 .saint_third_cal .number_and_unit,.saint_saving_cal .number_and_unit{
    font-size:15px;
  }

  .saint_third_cal .join_the_community,.saint_saving_cal .join_the_community{
    font-size:11px;
  }

  .saint_third_cal .cal_label,.saint_saving_cal .cal_label{
    font-size: 11px;
  }

  .benefits h2,.benefits_transfer h2{
    font-size: 20px;
  }

  .benefits h3,.benefits_transfer h3{
    font-size: 11px;
  }

  .saint_second_cal .number_and_unit {
    font-size: 14px;
}

  .saint_journey .request label{
    font-size:12px;
    line-height: 1;
  }

  .collaborate{
    font-size: 14px;
    text-align: left !important;
  }

  .schedule_Demo{
    height: 330px;
  }

  .schedule_demo_button .join_the_community{
    font-size: 10px;
    padding: 3px 9px;
  }

  .begin_your_journey{
    font-size: 23px;
  }

  .journey_become_saint{
    font-size: 21px;
  }

  .saint_journey .request {
    width: 19%;
  }

  .saint_journey_bg{
    background-size: 100% 100%;
  }

  .saint_journey .margin100{
    margin-top:50px ;
  }

  .schedule_Demo .col-lg-12 {
      background-size: 64% 100%;
  }

  .our_clients li.owl-item img {
    padding: 0px;
  }

  .our_clients_bg .col-lg-10 {
      left: 0;
  }

  .our_clients li.owl-item{
    margin-left: 0;
  }

  .our_clients .our_clients_bg{
    height: 250px;
  }

  .testimonials .col-lg-6 .row {
    background-size: 100% 115%;
  }

  .contact_us_for_demo .join_the_community{
    top: 0;
    right: 0;
    font-size: 10px;
    left: 58px;
  }

  .contact_us_for_demo img{
    width: 50%;
}

  .testimonials .col-lg-6 .row p{
     font-size: 12px;
  }

  .testimonials .col-lg-6 .row h2{
    font-size: 20px;
 }

 .contact_form .inputs .col-12{
   margin-bottom: 15px;
 }

 .contact_form .inputs {
      margin-bottom: 0px;
  }
}

@media (max-width: 576px){
   
   .nav-link{
      font-size: 12px !important;
      margin-top: 5px !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
   }

  /* .page_content {
        margin-top: 50px;
    }*/

   .container-fluid .col-7{
     padding-left: 0;
   }

   .site_subtitle{
     font-size: 10px;
   }

   .become_a_saint p{
     font-size: 12px;
   }

   .become_a_saint p button:first-child{
    width: 70%;
  }

  .become_a_saint p button:nth-child(2){
    margin-top: 10px;
    width: 40%;
  }

   .become_a_saint .become_a_saint_second{
      font-size: 14px;
    }
    
    .become_a_saint .become_a_saint_first{
      font-size: 23px;
    }

   .our_mission .our_mission_quote p:first-child{
     font-size: 26px;
     margin-top: 10px;
   }

   .our_mission .our_mission_quote p:last-child{
     margin: 0;
     font-size: 20px;
     margin-bottom: 20px;
   }

   .our_mission .our_mission_bg{
       background-size: 100% 128%;
       box-sizing: border-box;
       /* background-size: cover;
        background-origin: padding-box;
        box-sizing: content-box;
        height: calc(0.53 * 100vw);*/
    }

    .why_saint_parent {
        margin-top: 0px;
    }
    .why_saint_count{
    /*  height: 30%;
      width: 37%;*/
      top: -82px;
    }

    .why_saint p{
      font-size: 15px;
    }

    .why_saint h2 {
      color: #707070;
      font-size: 26px;
    }

    .why_saint_parent .parent_col4{
      margin-top: 86px;
    }

    .why_saint_parent.custom_padding{
      padding-top: 0px;
    }

    .saint_saving_heading{
          font-size: 20px;
          margin-top: 0;
    }

    .saint_saving_subtitle{
      font-size: 13px;
    }
    .saint_saving_cal .number_and_unit label{
      width: 100%;
    }


   .saint_third_cal .number_and_unit,.saint_saving_cal .number_and_unit{
      font-size:15px;
    }

    .saint_third_cal .join_the_community,.saint_saving_cal .join_the_community{
      font-size:11px;
    }

    .saint_third_cal .cal_label,.saint_saving_cal .cal_label{
      font-size: 11px;
    }

    .benefits h2,.benefits_transfer h2{
      font-size: 20px;
    }

    .benefits h3,.benefits_transfer h3{
      font-size: 11px;
    }

    .saint_second_cal .number_and_unit {
      font-size: 14px;
    }

    .saint_journey .request label{
      font-size:12px;
      line-height: 1;
    }

    .collaborate{
      font-size: 14px;
      text-align: left !important;
    }

    .schedule_Demo{
      height: 330px;
    }

    .schedule_demo_button .join_the_community{
      font-size: 10px;
      padding: 3px 9px;
    }

    .begin_your_journey{
      font-size: 23px;
    }

    .journey_become_saint{
      font-size: 21px;
    }

    .saint_journey .request {
      width: 19%;
    }

    .saint_journey_bg{
      background-size: 100% 100%;
    }

    .saint_journey .margin100{
      margin-top:50px ;
    }

    .schedule_Demo .col-lg-12 {
        background-size: 64% 100%;
    }

    .our_clients li.owl-item img {
      padding: 0px;
    }

    .our_clients_bg .col-lg-10 {
        position: absolute;
        top: 38%;
        left: 2%;
    }

    .our_clients li.owl-item{
      margin-left: 0;
    }

    .our_clients .our_clients_bg{
      height: 200px;
    }

    .testimonials .col-lg-6 .row {
      background-size: 100% 115%;
    }

    .contact_us_for_demo .join_the_community{
      top: 5px;
      font-size: 10px;
      left: 68px;
    }

    .contact_us_for_demo img{
      width: 50%;
  }

    .testimonials .col-lg-6 .row p{
       font-size: 12px;
    }

    .testimonials .col-lg-6 .row h2{
      font-size: 20px;
   }

   .contact_form .inputs .col-12{
     margin-bottom: 15px;
   }

   .contact_form .inputs {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width:480px) {
  .why_saint_count {
    top: -52px;
  }

  .contact_us_for_demo button{
    padding-top: 3px;
    padding-right: 16px;
    padding-bottom: 3px;
    padding-left: 16px;
  }

  .schedule_Demo {
    height: 314px;
}

.our_clients li.owl-item{
  margin-left: 0% !important;
}
}

@media screen and (orientation:landscape) and (min-device-width: 319px) and (max-device-width: 480px) {

}

@media screen and (prefers-reduced-motion: no-preference) {
  html,body {
    scroll-behavior: smooth;
  }
}