/* fonts */
@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/Montserrat/Montserrat-Bold.otf);
}
@font-face {
  font-family: Montserrat-ExtraBold;
  src: url(../fonts/Montserrat/Montserrat-ExtraBold.otf);
}
@font-face {
  font-family: Montserrat-ExtraLight;
  src: url(../fonts/Montserrat/Montserrat-ExtraLight.otf);
}
@font-face {
  font-family: Montserrat-Light;
  src: url(../fonts/Montserrat/Montserrat-Light.otf);
}
@font-face {
  font-family: Montserrat-Medium;
  src: url(../fonts/Montserrat/Montserrat-Medium.otf);
}
@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/Montserrat/Montserrat-Regular.otf);
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: url(../fonts/Montserrat/Montserrat-SemiBold.otf);
}
@font-face {
  font-family: Montserrat-Thin;
  src: url(../fonts/Montserrat/Montserrat-Thin.otf);
}
@font-face {
  font-family: OpenSans;
  src: url(../fonts/open_sansregular/opensans-regular-webfont.ttf);
}
/* fonts */
.m0 {
  margin: 0px;
}
.mlr0 {
  margin-left: 0px;
  margin-right: 0px;
}
.ml-75 {
  margin-left: -75px;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mt-10 {
  margin-top: -10px;
}
.mt5 {
  margin-top: 5px;
}
.mt15 {
  margin-top: 15px;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb16 {
  margin-bottom: 16px;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb22 {
  margin-bottom: 22px;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb120 {
  margin-bottom: 120px;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px;
}
.mt32 {
  margin-top: 32px;
}
.mt35 {
  margin-top: 35px;
}
.mtb100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.mlr0 {
  margin-left: 0px;
  margin-right: 0px;
}
.pl0 {
  padding-left: 0px;
}
.pr0 {
  padding-right: 0px;
}
.pt20 {
  padding-top: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.w70 {
  width: 70%;
}
.w77 {
  width: 77%;
}
.w85 {
  width: 85%;
}
.w100 {
  width: 100%;
}
.w195 {
  width: 195px !important;
}
.w270 {
  width: 270px !important;
}
.fs40 {
  font-size: 35px;
}
.fs12 {
  font-size: 12px !important;
}
.mobileMenuIconFc {
  color: #333333c2;
}
.marginAutoHr {
  margin: 0 auto;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.ff-bolditallic {
  font-family: Montserrat-BoldItalic;
}
.parallaxBack {
  box-sizing: border-box;
  min-height: 100vh;
  padding: 30vw 0 5vw;
  position: relative;
  transform-style: inherit;
  width: 100vw;
}
.parallaxBack h1 {
  margin-top: -100px;
}
.parallaxBack,
.parallaxBack:before {
  background: 50% 50% / cover;
}
.parallaxBack::before {
  bottom: 0px;
  content: "";
  left: 0px;
  position: absolute;
  right: 0px;
  /* top: 309px; */
  display: block;
  background-image: url(../images/main\ hero\ v2@2x.jpg);
  background-size: cover;
  transform-origin: center center 0;
  /* transform: translateZ(-1px) scale(2); */
  z-index: -1;
  min-height: 100vh;
  /* width: 135% !important; */
}
/* float labels */
input,
textarea,
.gj-datepicker input {
  font-family: Montserrat-Regular;
  font-size: 12px;
  padding: 10px 14px;
  border-radius: 4px;
  border: solid 1px #acacac;
  outline: none;
}
textarea {
  height: 120px;
  resize: none;
}
input:focus {
  outline: none;
}
input::placeholder,
textarea::placeholder {
  font-size: 12px;
  color: #747582;
  line-height: 1.5;
}
input:focus:invalid,
textarea:focus:invalid {
  border-color: #ec5a24;
}
input:focus:invalid::placeholder,
textarea:focus:invalid::placeholder {
  color: #ec5a24;
}
input:focus:invalid ~ .warningIcon,
textarea:focus:invalid ~ .warningIcon {
  display: block;
}
input.invalid,
textarea.invalid,
.custom-dropdown select.invalid {
  border-color: #ec5a24 !important;
  border-left: 4px solid #ec5a24 !important;
}
.customDatepicker .invalid .input-group-append .btn {
  border-color: #ec5a24 !important;
}
input.valid,
textarea.valid,
.custom-dropdown select.valid {
  border-color: #41af1c !important;
  border-left: 4px solid #41af1c !important;
}
.customDatepicker .valid .input-group-append .btn {
  border-color: #41af1c !important;
}
input.invalid::placeholder,
textarea.invalid::placeholder,
.custom-dropdown select.invalid::placeholder {
  color: #ec5a24 !important;
}
input.valid::placeholder,
textarea.valid::placeholder,
.custom-dropdown select.valid::placeholder {
  color: #acacac !important;
}
input.valid ~ .warningIcon,
textarea.valid ~ .warningIcon {
  display: none;
}
.warningIcon {
  display: none;
  position: absolute;
  top: 12px;
  right: 30px;
  font-size: 17px;
  color: #ec5a24;
}
.checkboxContainer,
.radioBtnContainer {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Montserrat-Regular;
  font-size: 12px;
  line-height: 1.21;
  color: #37465a;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radioBtnContainer {
  font-size: 16px;
}
/* Hide the browser's default checkbox */
.checkboxContainer input,
.radioBtnContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkboxContainer input:checked ~ .checkmark,
.radioBtnContainer input:checked ~ .checkmark {
  border-color: #ec5a24;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #acacac;
  background: #fff;
  border-radius: 4px;
}
.radioBtnContainer .checkmark {
  height: 18px;
  width: 18px;
  border-width: 1.5px;
  border-radius: 50%;
  left: -5px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after,
.radioBtnContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid #ec5a24;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radioBtnContainer .checkmark:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #ec5a24;
  top: 3px;
  left: 3px;
  right: 0px;
  border-radius: 50%;
}
.radioBtnContainerCustom {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.radioBtnContainerCustom label {
  border-radius: 4px;
  color: #36465a;
  padding: 13px;
  font-size: 12px;
  border: 1px solid #ccc;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
}
.radioBtnContainerCustom input + label .material-icons {
  display: none;
  float: right;
}
.radioBtnContainerCustom input:checked + label .material-icons {
  display: block;
  font-size: 12px;
  float: right;
}
.radioBtnContainerCustom input:checked + label {
  background: #36465a;
  color: #ffffff;
}
.radioBtnContainerCustom input + label img {
  float: right;
}
.radioBtnContainerCustom input:checked + label img {
  display: none;
}
.radioBtnContainerLarge {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0px;
  z-index: 0;
}

.radioBtnContainerLarge li {
  float: left;
  margin: 0 20px 20px 0;
  width: 180px;
  height: 40px;
  position: relative;
}

.radioBtnContainerLarge label,
.radioBtnContainerLarge input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.radioBtnContainerLarge input[type="radio"],
.radioBtnContainerLarge input[type="checkbox"] {
  opacity: 0.011;
  z-index: 100;
}
.radioBtnContainerLarge input[type="checkbox"] + label {
  border-radius: 20px;
  background-color: #f2f6ff;
  color: #36465a;
  font-family: Montserrat-Medium;
  font-size: 14px;
  padding: 11px;
}
.radioBtnContainerLarge input[type="checkbox"] + label .material-icons {
  display: none;
}
.radioBtnContainerLarge input[type="checkbox"]:checked + label .material-icons {
  display: block;
  font-size: 15px;
  float: right;
}
.radioBtnContainerCustom input[type="checkbox"] {
  opacity: 0.011;
  z-index: 100;
}
.radioBtnContainerCustom input[type="checkbox"] + label {
  border-radius: 20px;
  background-color: #f2f6ff;
  color: #36465a;
  font-family: Montserrat-Medium;
  font-size: 14px;
  padding: 11px 21px;
}
.radioBtnContainerCustom input[type="checkbox"]:checked + label {
  background-color: #36465a;
  color: #ffffff;
  padding: 11px;
}
.radioBtnContainerCustom input[type="checkbox"] + label .material-icons {
  display: none;
}
.radioBtnContainerCustom
  input[type="checkbox"]:checked
  + label
  .material-icons {
  display: block;
  font-size: 15px;
  float: right;
  margin-left: 5px;
}
.checkboxBtnContainerCustom {
  width: auto;
  margin-right: 15px;
  margin-bottom: 15px;
}
.checkboxBtnContainerCustom:last-child {
  margin-right: 0px;
}
.radioBtnContainerLarge input[type="radio"] + label .material-icons {
  display: none;
}
.radioBtnContainerLarge input[type="radio"]:checked + label .material-icons {
  display: block;
  font-size: 12px;
  float: right;
}
.radioBtnContainerLarge input[type="radio"]:checked + label,
.radioBtnContainerLarge input[type="checkbox"]:checked + label {
  background-color: #36465a;
  color: #ffffff;
}
.radioBtnContainerLarge input[type="radio"] + label img {
  float: right;
}
.radioBtnContainerLarge input[type="radio"]:checked + label img {
  display: none;
}
.radioBtnContainerLarge label {
  padding: 13px;
  margin-bottom: 0px;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 90;
  font-size: 12px;
  border-radius: 4px;
  font-family: Montserrat-Medium;
}
.square {
  width: 0.7em;
  height: 0.7em;
  margin: 0.5em;
  display: inline-block;
}

/* Custom dropdown */
.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  -webkit-appearance: none;
  background: #ffffff;
}

.custom-dropdown select {
  width: 100%;
  font-family: Montserrat-Regular;
  font-size: 12px;
  padding: 10px 14px;
  border-radius: 4px;
  border: solid 1px #acacac;
  outline: none;
  background: #ffffff;
  /*Hiding the select arrow for firefox*/
  -moz-appearance: none;
  /*Hiding the select arrow for chrome*/
  -webkit-appearance: none;
  /*Hiding the select arrow default implementation*/
  appearance: none;
}
/*Hiding the select arrow for IE10*/
.custom-dropdown select::-ms-expand {
  display: none;
}

.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.custom-dropdown::after {
  /*  Custom dropdown arrow */
  content: "\F107";
  height: 1em;
  font-size: 16px;
  line-height: 1;
  right: 0.625em;
  top: 50%;
  margin-top: -0.5em;
  color: #747582;
  opacity: 0.6;
  font-family: FontAwesome;
}

.custom-dropdown::before {
  /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}
/* float labels */
.menuBar {
  position: fixed;
  background: #ffffff;
  top: 0px;
  width: 100vw;
  padding-top: 4px;
  padding-bottom: 6px;
  z-index: 1;
}
li:not(:first-child) a.active {
  border-bottom: 3px solid #ec5a24;
  padding-bottom: 7px;
}
li:nth-child(6) a.active {
  padding: 10px 25px;
}
.nav-tabs
  li:not(:first-child):not(:nth-last-child(2)):not(:nth-last-child(1))
  a:hover {
  border-bottom: 3px solid #ec5a24;
  padding-bottom: 7px;
}
ul.nav.nav-tabs {
  margin: 0% 9%;
  width: 82%;
  position: relative;
}
.navbar {
  padding: 0px;
  margin: 0 9%;
  box-shadow: none;
}
.navbar-brand img {
  width: 100px;
  height: 33px;
}
.nav-item {
  width: 150px;
  text-align: center;
}
.nav-item a,
.signInLink {
  font-family: Montserrat-Medium;
  font-size: 14px !important;
  line-height: 1.19;
  text-align: left;
  color: #37465a;
  text-transform: capitalize;
  text-align: center;
}
.tryItFreeBtn,
.submitBtn,
.learnmoreBtn,
#nextBtn,
#prevBtn {
  border-radius: 3px;
  background-image: linear-gradient(91deg, #ec5a24, #fd8321);
  font-family: Montserrat-Bold;
  font-size: 14px;
  line-height: 1.19;
  text-align: center;
  color: #fefefe !important;
  border: 1px solid #ec5a24;
  outline: none !important;
  padding: 10px 25px;
  cursor: pointer;
  text-decoration: none !important;
}
.modalCancelBtn {
  border-radius: 3px;
  font-family: Montserrat-Regular;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.19;
  text-align: center;
  color: #ec5a24;
  border: 1px solid #ec5a24;
  outline: none;
  padding: 10px 25px;
  cursor: pointer;
  text-decoration: none !important;
}
.modalCancelBtn:hover {
  background-image: linear-gradient(91deg, #ec5a24, #fd8321);
  color: #ffffff;
}
.learnmoreBtn {
  padding: 8px 10px 10px 10px;
}
.learnmoreBtn i {
  margin-left: 20px;
  font-size: 18px;
}
/* .tryItFreeBtn{
    line-height: 3.6;
} */
.tryItFreeBtn:hover {
  color: #fefefe;
  text-decoration: none;
}
.signInLink {
  margin-left: 20px;
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid #ec5a24;
  border-radius: 4px;
  background: #ffffff;
  outline: none !important;
}
@media (max-width: 767px) {
  .signInLink {
    color: #37465a !important;
    right: 0 !important;
  }
}
.signInLink img {
  margin-left: 10px;
  margin-left: 5px;
}
.signInLink:hover {
  color: #37465a;
  text-decoration: none;
}
.nav-tabs {
  border: none;
}
.nav-tabs li {
  margin: 12px 3% 0px;
  font-family: Montserrat-Medium;
  font-size: 14px !important;
  line-height: 2;
  text-align: left;
  color: #37465a;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
}
.nav-tabs li:first-child {
  margin-top: 0px;
  margin-left: 0px;
}
.nav-tabs li.signup {
  position: absolute;
  right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.nav-tabs li.signin {
  position: absolute;
  right: 213px;
  margin-right: 0px;
}
.nav-tabs li.signup.dashboard + .signin {
  right: 153px;
}
.nav-tabs li a {
  color: #37465a;
  text-decoration: none;
}
.tab-content {
  margin-top: 60px;
}
.whyTMQuotesMain {
  background: #ffffff;
}
.banner-img img {
  width: 100%;
}
.nextLevelBusiness {
  padding: 50px 9%;
  background: #f9f9fb;
}
.nextLevelBusiness h3 {
  margin-bottom: 50px;
}
.nextLevelBusiness h3,
.whyTMQuotes h3 {
  font-family: Montserrat-Bold;
  font-size: 24px;
  line-height: 1.5;
  color: #37465a;
  text-align: center;
}
.nextLevelBusiness h4 {
  font-family: Montserrat-Bold;
  font-size: 18px;
  line-height: 1.25;
  color: #37465a;
}
.nextLevelBusiness p {
  font-family: Montserrat-Regular;
  font-size: 15px;
  line-height: 1.5;
  color: #747582;
}
.nextLevelBusiness img {
  width: 83px;
  height: 83px;
}
.whyTMQuotes .row:nth-of-type(even) .whyQuotesContent {
  right: 0px;
}
.whyTMQuotes,
.howItWorksBody {
  padding: 50px 0px;
  margin: 0px 9%;
}
.growthImage {
  width: 420px;
  height: 270px;
}
.illustrationImage {
  width: 420px;
  height: 270px;
}
.empVectorImage {
  width: 420px;
  height: 336px;
}
.dashboardImage {
  width: 420px;
  height: 338px;
}
.insurancesImage {
  width: 420px;
  height: 330px;
}
.browserImage,
.dashoboardPCImage {
  width: 518px;
  height: 348px;
}
.threeStepImage {
  width: 311px;
  height: 268px;
  float: right;
}
.whyQuotesContent,
.whitePaperBody,
.bannerContent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.whyQuotesContent h4 {
  font-family: Montserrat-Regular;
  font-size: 32px;
  line-height: 1.25;
  color: #37465a;
  margin-bottom: 20px;
}
.whyQuotesContent p {
  font-family: Montserrat-Regular;
  font-size: 15px;
  line-height: 1.5;
  color: #747582;
}
.sellInsurance {
  background-color: #f9f9fb;
  padding: 42px 0px;
}
.sellInsurance h2 {
  font-family: Montserrat-Bold;
  font-size: 32px;
  line-height: 1.3;
  color: #37465a;
  margin-bottom: 30px;
}
.seehowTMWorks {
  padding: 28px 0px;
  background-color: #f9f9fb;
}
.sellInsurance .tryItFreeBtn {
  font-size: 18px;
  padding: 10px 30px;
  cursor: pointer;
  outline: none;
}
.seehowTMWorks span {
  color: #000000;
}
.seehowTMWorks p {
  font-family: Montserrat-Regular;
  font-size: 24px;
  line-height: 1.63;
  color: #f56f23;
}
.seehowTMWorks a {
  color: #f56f23;
  text-decoration: none;
  cursor: pointer;
}
footer {
  background-image: linear-gradient(91deg, #37465a, #3c5484);
}
.footerInner {
  padding-top: 32px;
  margin: 0px 9%;
}
.footerLogo {
  width: 150px;
  height: 60px;
}
.footerLinks a {
  font-family: Montserrat-Regular;
  color: #ffffff !important;
  line-height: 2.5;
  font-size: 14px;
  text-decoration: none;
  padding-right: 0px;
  cursor: pointer;
}
.footerInner p {
  font-family: Montserrat-Regular;
  font-size: 12px;
  line-height: 2.67;
  text-align: right;
  color: #ffffff;
}
.facebookLogo {
  width: 13px;
  height: 24px;
}
.linkedinLogo {
  width: 25px;
  height: 24px;
}
.twitterLogo {
  width: 27px;
  height: 23px;
  margin-left: 10px;
  margin-top: 3px;
}
.footerLinkSeparator {
  border-top: 1px solid #324052;
}
.footerAddressSection {
  text-align: left !important;
  line-height: 1.75 !important;
}
.footerAddressSection span {
  color: #bfd0ed !important;
  font-family: Montserrat-Bold !important;
}
.footerCopyright {
  text-align: center !important;
  color: #bfd0ed !important;
}
.howItWorksMain {
  padding: 50px 9%;
  text-align: center;
}
.aboutUsMain {
  padding: 50px 20% 150px 20%;
  text-align: center;
}
.whitePaperMain {
  padding: 50px 0px;
  margin: 0 9%;
  border-bottom: 1px solid #e6e3e3;
}
.whitePaperRegistration {
  padding: 50px 9%;
}
.howItWorksMain h2,
.whitePaperBody h2,
.aboutUsMain h2 {
  font-family: Montserrat-Bold;
  font-size: 42px;
  line-height: 1.07;
  color: #37465a;
}
.aboutUsMain h3 {
  font-family: Montserrat-Regular;
  font-size: 36px;
  line-height: 1.25;
  text-align: center;
  color: #ee6023;
  margin-top: 40px;
  margin-bottom: 40px;
}
.howItWorksMain h4,
.aboutUsMain h4 {
  font-family: Montserrat-Regular;
  font-size: 24px;
  line-height: 1.88;
  color: #37465a;
}
.howItWorksMain p,
.aboutUsMain p {
  font-family: Montserrat-Regular;
  font-size: 16px;
  line-height: 1.5;
  color: #37465a;
}
.whitePaperBody h2 {
  line-height: 1.25;
}
.whitePaperBody p {
  font-family: Montserrat-Regular;
  font-size: 24px;
  line-height: 1.41;
  color: #747582;
}
.whitePaperRegistration {
  padding: 20px 9%;
}
.whitePaperRegistrationDesc h5,
.whitePaperRegistrationForm h5 {
  font-family: Montserrat-Bold;
  font-size: 18px;
  line-height: 2.92;
  color: #37465a;
}
.whitePaperRegistrationDesc p {
  font-family: Montserrat-Regular;
  font-size: 16px;
  line-height: 1.5;
  color: #747582;
}
.faqHeading {
  font-family: Montserrat-Bold;
  font-size: 42px;
  line-height: 1.25;
  text-align: center;
  color: #000000;
  padding: 50px 0px;
}
.faqCollaseSection {
  width: 64%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.card {
  border: none !important;
  box-shadow: none !important;
  border-top: 1px solid #9e9e9e !important;
  border-radius: 0px;
  cursor: pointer;
}
.card:last-child {
  border-bottom: 1px solid #9e9e9e !important;
}
.card-header {
  border-radius: 4px;
  border: none !important;
  font-family: Montserrat-Regular;
  font-size: 16px;
  line-height: 1.25;
  color: #37465a;
}
.card-link {
  line-height: 1.5;
}
.card-with-border {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0px;
}
.card-with-border:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.card-with-border:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.card-with-border-header {
  border: none !important;
  font-family: Poppins-Regular;
  font-size: 16px;
  background: none;
  padding: 26px 24px 22px 24px;
}
.collapsed .expandIcon {
  display: none;
}
.collapsed .collapseIcon {
  display: block;
  float: right;
}
.expandIcon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25%;
}
.collapseIcon {
  display: none;
  width: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
}
.card-body {
  font-family: Montserrat-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: #747582;
}
.card-body li,
.card-body p {
  line-height: 2;
}
.contactUsForm {
  padding: 50px 0;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.contactUsForm h2 {
  font-family: Montserrat-Bold;
  font-size: 42px;
  line-height: 1.25;
  color: #37465a;
}
.contactUsForm p {
  font-family: Montserrat-Regular;
  font-size: 16px;
  line-height: 1.5;
  color: #747582;
}
.contactUsFormInner {
  padding: 50px 0px;
}
#container {
  width: 100vw;
  height: 100vh;
  /* perspective:1px; 
    perspective-origin:0 0; */
  /* overflow-y:scroll;
    overflow-x:hidden; */
  position: absolute;
}
#fixed {
  /* background:green;  */
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0px;
  z-index: 1;
  /* transform: scale(1024) translateZ(-1023px);
    transform-origin: 0 0; */
}
.bannerContent {
  width: 50%;
  margin: 0 9%;
  color: #ffffff;
}
.bannerContent h3 {
  font-family: Montserrat-Bold;
  font-size: 36px;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.bannerContent p {
  font-family: Montserrat-Regular;
  font-size: 14px;
  line-height: 2;
  text-align: left;
  margin-bottom: 25px;
  color: #ffffff;
}
#tryItFree,
#thankYou,
#verifyMe {
  text-align: center;
  position: fixed;
  top: 0px;
  background: #ffffff;
  min-height: 100vh;
  height: 100%;
  width: 100vw;
  z-index: 1051;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#tryItFree::-webkit-scrollbar-thumb,
#thankYou::-webkit-scrollbar-thumb,
#verifyMe::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
#tryItFree::-webkit-scrollbar-thumb,
#thankYou::-webkit-scrollbar-thumb,
#verifyMe::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: rgba(70, 92, 105, 0.2) !important;
}
/* #thankYou{
    position: absolute;
    top: 0px;
    background: #ffffff;
    height: 100vh;
    z-index: 100000000;
    background-color: #ffffff;
    margin: 100px auto;
    padding: 40px;
    width: 70%;
    min-width: 300px;
    text-align: center;
} */
#tryItFree h3,
#thankYou h3,
#verifyMe h3 {
  font-family: Montserrat-Bold;
  font-size: 58px;
  line-height: 64px;
  color: #37465a;
  margin-bottom: 0px;
}
#tryItFree .navbar-brand,
#thankYou .navbar-brand,
#verifyMe .navbar-brand {
  float: left;
  padding-left: 9%;
  padding-right: 9%;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  text-align: left;
  background: #ffffff;
  z-index: 1;
  width: 100%;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.08);
}
.stepSection {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.wizard {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  padding: 6% 10%;
  margin-bottom: 30px;
}
.wizard h5 {
  font-family: Montserrat-Bold;
  font-size: 18px;
  line-height: 1.88;
  color: #37465a;
}
/* Wizard CSS */
#regForm,
.thankyouInner {
  background-color: #ffffff;
  margin: 60px auto;
  padding: 40px;
  width: 50%;
  min-width: 300px;
}
.thankyouInner img {
  width: 100px;
  height: auto;
}

.thankyouInner img.icon-check {
  width: 84px;
  height: auto;
}

.thankyouInner p {
  font-size: 18px;
  line-height: 31.5px;
  text-align: center;
  color: #37465a;
  margin-bottom: 0px;
  font-family: Montserrat-Regular;
}
/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 20px;
  width: 20px;
  margin: 0 2px;
  border: solid 3px #bfd0ed;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 100px;
}
.step:last-child {
  margin-right: 2px;
}
.step:after,
.stepMobile:after {
  content: "";
  display: block;
  position: absolute;
  width: 107px;
  height: 3px;
  top: 6px;
  left: 17px;
  background: #bfd0ed;
}
.step.finish:after {
  left: 18px;
}
.step:last-child:after {
  display: none;
}
.step.active {
  background: #ec5a24;
  border-color: #ec5a24;
}
/* Mark the steps that are finished and valid: */
.step.finish {
  border: 1.5px solid #ec5a24;
}
.step.finish:before {
  content: "";
  position: absolute;
  display: block;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid #ec5a24;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.step.finish:after {
  background-color: #ec5a24;
}
.input-group-prepend {
  width: 15%;
}
.inputWithLabel {
  width: 85%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.inputWithLabel ~ .warningIcon {
  right: 15px;
}
.input-group-text {
  font-family: Montserrat-Regular;
  font-size: 12px;
  padding: 10px 14px;
  border-radius: 4px;
  border: solid 1px #acacac;
  outline: none;
  background: #ffffff;
}
#addMoreWebSites {
  position: relative;
}
#addMore {
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #ec5a24 !important;
  cursor: pointer;
}
.btnRemove {
  position: absolute;
  top: 10px;
  right: -15px;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.mobileMenu {
  display: none;
}
.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 2px;
  background-color: #333333c2;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
/* Wizard CSS */
#signIn,
#forgotPassword {
  background: #000000a3;
}
#signIn .modal-dialog,
#forgotPassword .modal-dialog,
#flashMessage .modal-dialog {
  margin-top: 10%;
}
#signIn .modal-body,
#forgotPassword .modal-body,
#flashMessage .modal-body {
  padding-left: 40px;
  padding-right: 40px;
}
#signIn .modal-title,
#forgotPassword .modal-title,
#flashMessage .modal-title {
  font-family: Montserrat-Regular;
  font-size: 18px;
}
#signIn .modal-header .close,
#forgotPassword .modal-header .close,
#flashMessage .modal-header .close {
  color: #ffffff;
  outline: none;
  font-weight: 300;
  font-size: 30px;
  padding: 10px;
}
#signIn .modal-header,
#forgotPassword .modal-header,
#flashMessage .modal-header {
  background: #ec5a24;
  color: white;
  border-radius: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#signIn .modal-content,
#forgotPassword .modal-content,
#flashMessage .modal-content {
  border-radius: 0px;
  border: 0px;
}
#signIn .modal-content .modal-footer {
  padding-left: 24px;
}
#signIn input {
  font-size: 14px;
}
#signIn input::placeholder,
#signIn textarea::placeholder {
  font-size: 14px;
  color: #747582;
}
#signIn .tryItFreeBtn,
#flashMessage .tryItFreeBtn {
  font-family: Montserrat-Regular;
}
.forgotPassword {
  font-family: Montserrat-Regular;
  color: #37465a;
  cursor: pointer;
  font-size: 14px;
}
/* .menuBar.scrolled{
    background-color: #37465a;
    transition: background-color 200ms linear;
}
.menuBar.scrolled a{
    color: #ffffff !important;
}
.menuBar.scrolled a.signInLink{
    color: #37465a !important;
} */
/* .menuBar.scrolled .bar1,
.menuBar.scrolled .bar2,
.menuBar.scrolled .bar3{
    background: #ffffff !important;
} */
#tryItFree .scrolled,
#thankYou .scrolled,
#verifyMe .scrolled {
  background: #ffffff;
  border-bottom: none;
}

[data-scroll] {
  transition: all 500ms;
}
[data-scroll="in"] {
  opacity: 1;
  transform: translatey(0);
}
[data-scroll="out"] {
  opacity: 0;
  transform: translateY(200px);
}
.wizardSelling {
  width: 75%;
  left: 25%;
  position: fixed;
  margin-bottom: 0px;
  padding: 85px 9% 6% 96px;
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.wizardSelling::-webkit-scrollbar-thumb {
  width: 6px;
  background-color: #f5f5f5;
}
.wizardSelling::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: rgba(70, 92, 105, 0.2) !important;
}
.wizardThankyou {
  box-shadow: none;
  padding: 6%;
}
.stepSectionVertical {
  position: fixed;
  padding-top: 65px;
  width: 25%;
  padding-left: 9%;
  border-right: 1px solid #eaeaea;
}
.stepSectionVertical .step {
  margin-right: 0px;
  margin-bottom: 50px;
  display: block;
  border: 2px solid #c4d1e1;
  width: 15px;
  height: 15px;
}
.stepSectionVertical .step:after {
  width: 1px;
  height: 50px;
  top: 13px;
  left: 5px;
}
.stepSectionVertical .step.finish {
  border: none;
}
.stepSectionVertical .step.finish:before {
  width: 15px;
  height: 15px;
  background-color: #ec5a24;
  border: none;
  border-radius: 50%;
  left: 0px;
  top: 0px;
}
.stepSectionVertical .step.finish:after {
  left: 7px;
  height: 53px;
  top: 13px;
  background: #ec5a24;
}
.stepSectionVertical .step.finish.active:after {
  width: 1px;
  height: 50px;
  top: 13px;
  left: 5px;
}
.stepSectionVertical .step.active {
  background: none;
  border: 2px solid #ec5a24;
}
.stepSectionVertical .step .stepLink {
  position: relative;
  white-space: nowrap;
  left: 20px;
  top: -7px;
  font-family: Montserrat-Medium;
  font-size: 12px;
  text-decoration: none;
  color: #abbfd7;
}
.stepSectionVertical .step .stepLink:hover {
  color: #abbfd7;
  cursor: pointer;
}
.stepSectionVertical .step.active .stepLink {
  color: #ec5a23;
  font-family: Montserrat-Bold;
}
.stepSectionVertical .step.active.finish::before {
  display: none;
}
.stepSectionVertical .step.finish .stepLink {
  color: #ec5a23;
  pointer-events: all;
}
#startSellingForm p:not(.invalidMessage) {
  font-size: 22px;
  line-height: 32px;
  font-family: Montserrat-Medium;
  color: #36465a;
  text-align: left;
}

#startSellingForm .maximize-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}

#startSellingForm .maximize-text > strong {
  font-weight: 700;
}

.hr {
  border: solid 1px #d8e1eb;
}
.color-orange {
  color: #ec5a23;
}
.font-italic {
  font-style: italic;
}
.notSentLabel {
  border-radius: 14.5px;
  background-color: #c4d1e1;
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #36465a;
  padding: 6px;
}
.returnedLabel {
  border-radius: 14.5px;
  background-color: #ec5a23;
  font-family: Montserrat-Bold;
  font-size: 12px;
  color: #ffffff;
  padding: 6px;
}
.signedLabel {
  border-radius: 14.5px;
  background-color: #3db39e;
  font-family: Montserrat-Bold;
  font-size: 12px;
  color: #ffffff;
  padding: 6px;
}
.pendingLabel {
  border-radius: 14.5px;
  background-color: #ffb700;
  font-family: Montserrat-Bold;
  font-size: 12px;
  color: #ffffff;
  padding: 6px;
}
.toggleTabs {
  border-bottom: 1px solid #c4d1e1;
}
.toggleTabs .nav-item {
  width: auto;
}
.toggleTabs li a {
  background: none;
  color: #abbfd7 !important;
  padding-bottom: 14px !important;
  font-family: Montserrat-Medium;
  font-size: 14px;
}
.toggleTabs li a.active {
  background: none !important;
  border-bottom: 2px solid #ec5a24 !important;
  border-radius: 0px;
  color: #ec5a23 !important;
  font-family: Montserrat-Bold;
}
.toggleTabs li a .material-icons {
  font-size: 16px;
  margin-top: -1px;
  bottom: 15px;
  padding-left: 5px;
}
.strategiesSellingCard,
.agentPortalCard,
.onlineInsuranceCard {
  color: #ffffff;
  border-radius: 4px;
  font-family: Montserrat-Bold;
  height: 100%;
  padding: 25px 25px 45px 25px;
  text-align: left;
}
.strategiesSellingCard h2,
.agentPortalCard h2,
.onlineInsuranceCard h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.strategiesSellingCard a.SellingCardtitle,
.agentPortalCard a.SellingCardtitle,
.onlineInsuranceCard a.SellingCardtitle {
  color: #ffffff;
  text-decoration: none;
}
.strategiesSellingCard a:not(.SellingCardtitle),
.agentPortalCard a:not(.SellingCardtitle),
.onlineInsuranceCard a:not(.SellingCardtitle) {
  font-size: 14px;
  text-decoration: none !important;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  padding-bottom: 20px;
}
.strategiesSellingCard {
  background-image: linear-gradient(318deg, #36465a, #c4d1e1);
}
.agentPortalCard {
  background-image: linear-gradient(318deg, #3db39e, #c1ffd9);
}
.onlineInsuranceCard {
  background-image: linear-gradient(318deg, #ffc508, #fae7a7);
}
#tryItFree .inputLabel,
#startSellingForm .inputLabel {
  margin-bottom: 10px !important;
  font-family: Montserrat-Bold;
  color: #36465a;
  font-size: 14px;
}
#startSellingForm .inputLabel {
  margin-bottom: 15px !important;
}
#pills-tabContent {
  margin-top: 30px;
}
#pills-tabContent label.inputLabel {
  margin-bottom: 10px !important;
}
#tryItFree .inputLabel span,
#startSellingForm .inputLabel span {
  color: #ec5a23;
}
.addTagLine {
  font-family: Montserrat-Medium;
  font-size: 12px;
  margin-top: -5px;
  background: none;
  border: none;
  padding: 0px;
  outline: none !important;
}
.addTagLine span {
  vertical-align: super;
}
.addTagLine .material-icons {
  font-size: 22px;
}
#fixedContinue {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 10px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  z-index: 100;
  padding-right: 9%;
  text-align: right;
}
.faqmainSection {
  border-radius: 4px;
  border: solid 1px #d8e1eb;
  background-color: #ffffff;
}
.faqmainSection .card {
  border: none !important;
  border-bottom: 1px solid #d8e1eb !important;
}
.faqmainSection .card:last-child {
  border-bottom: none !important;
}
.faqmainSection .card-link {
  font-family: Montserrat-Bold;
  font-size: 14px;
  color: #36465a;
}
.faqmainSection .card-body p {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #36465a;
}
.faqmainSection .card-body {
  padding-top: 0px;
}
.faqHeader {
  font-family: Montserrat-Regular;
  font-size: 24px;
  color: #36465a;
}
.collapsed i {
  transform: rotate(180deg);
}
#upload-business-logo,
#upload-agent-image,
#documentUpload {
  opacity: 0;
  position: absolute;
  z-index: -1;
  left: 0px;
}
.uploadImageLabel {
  color: #ec5a23 !important;
  font-family: Montserrat-Bold !important;
  font-size: 14px !important;
  /* float: left;
    width: 100%; */
}
#businessLogoImg {
  width: 145px;
  height: 45px;
  margin-top: 55px;
  margin-bottom: 20px;
}
#agentImage {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}
.lastVerifiedLabel p {
  font-family: Montserrat-Medium !important;
  color: #3db39e !important;
  font-size: 14px !important;
  margin-bottom: 30px !important;
}
.lastVerifiedLabel p span {
  font-family: Montserrat-Bold !important;
}
.verifyBtn {
  font-family: Montserrat-Bold;
  background: #36465a;
}
.checkboxContainerSecond {
  font-family: Montserrat-Bold;
  color: #36465a;
  font-size: 22px;
  padding-left: 30px;
  margin-top: 0px !important;
}
.checkboxContainerSecond .subCheckLabel {
  font-size: 16px;
  font-family: Montserrat-Medium;
  color: #000;
  margin-top: 5px;
}
.checkboxContainerSecond .checkmark {
  width: 20px;
  height: 20px;
  border-radius: 2px;
}
.checkboxContainerSecond input:checked ~ .checkmark {
  background-image: linear-gradient(to bottom, #ec5a23, #fc9449);
  border: none;
}
.checkboxContainerSecond input:checked ~ .checkmark:after {
  left: 7px;
  top: 5px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.insuranceCompaniesRow {
  display: none;
  margin-left: 15px;
}
.checkboxSecondChecked + .insuranceCompaniesRow {
  display: flex;
}
.checkboxContainerSecondOne input:checked + .insuranceCompaniesRow {
  display: block;
}
.insuranceCompaniesRow p {
  font-family: Montserrat-Regular !important;
}
.imageHeader {
  margin-bottom: 8px !important;
  font-family: Montserrat-Bold !important;
  font-size: 14px !important;
}
.imageContent {
  font-family: Montserrat-Medium !important;
  margin-bottom: 8px !important;
  font-size: 14px !important;
}
.uploadFile {
  color: #36465a;
  font-size: 12px;
  font-family: Montserrat-Medium;
  border: 1px dashed #c4d1e1;
  padding: 10px 10px 10px 10px;
  border-radius: 4px;
  height: 40px;
}
.uploadFile img {
  width: 12px;
  margin-left: 10px;
  margin-top: -5px;
}
/* .custom-file-label-name{
    font-family: Montserrat-Medium;
    padding: 12px 10px; 
    border-radius: 50px;
    font-size: 14px;
    background: #f2f6ff;
    color: #36465a;
    margin-left: 25px;
} */
.custom-file-label-name {
  margin-top: 10px;
  text-align: left;
}
.added-file {
  font-family: Montserrat-Medium;
  padding: 12px 10px;
  border-radius: 50px;
  font-size: 14px;
  background: #f2f6ff;
  color: #36465a;
  margin-right: 25px;
  margin-bottom: 10px;
  display: inline-block;
}
.lastVerifiedLabel {
  display: none;
}
#tabOneChecked,
#tabTwoChecked,
#tabThreeChecked,
#tabFourChecked {
  display: none;
}
.removeFileIcon {
  border: none;
  background: none;
  outline: none !important;
}
.pendingLabelSpan {
  font-family: Montserrat-Bold !important;
  color: #ffb700 !important;
  font-size: 14px !important;
}
.hideContractedCompanies {
  display: none;
}
#hideCommissionMessage {
  display: none;
}
.commissionDescription {
  border-radius: 6px;
  background-color: #f3f9ff;
  font-family: Montserrat-Medium;
  font-size: 14px;
  color: #36465a;
  padding: 15px;
}
.showPasswordIcon {
  position: absolute;
  right: 20px;
  top: 9px;
  border: none;
  background: none;
  font-size: 12px;
  outline: none !important;
}
.invalidMessage {
  display: none;
  color: #ff7870;
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Montserrat-Medium;
  font-size: 12px;
  text-align: left;
}
.invalid + .invalidMessage {
  display: block;
}
.invalid + .showPasswordIcon + .invalidMessage {
  display: block;
}
#businessAddressContainer {
  display: none;
}

button[disabled] {
  border-radius: 4px !important;
  background: #e5ebf3 !important;
  font-family: Montserrat-Bold !important;
  color: #abbfd7 !important;
}
button#nextBtn[disabled] {
  border-radius: 4px !important;
  background: #e5ebf3 !important;
  font-family: Montserrat-Bold !important;
  color: #abbfd7 !important;
}
.customTooltip {
  position: relative;
  display: inline-block;
}

.customTooltip .customTooltiptext {
  font-family: OpenSans;
  visibility: hidden;
  width: 240px;
  background-color: #000000;
  color: #fff !important;
  border-radius: 3px;
  padding: 15px;
  position: absolute;
  z-index: 2;
  top: 170%;
  left: 50%;
  margin-left: -120px;
  opacity: 0;
  transition: opacity 0.3s;
  letter-spacing: normal;
  line-height: normal;
  font-weight: normal;
}

.customTooltip .customTooltiptext::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #000000 transparent;
}

.customTooltip:hover .customTooltiptext {
  visibility: visible;
  opacity: 0.9;
}
.visible-xs {
  display: none !important;
}
.hidden-xs {
  display: block;
}
.helpButton {
  position: fixed;
  bottom: 70px;
  z-index: 99;
  right: 9%;
  background: none;
  border: none;
  outline: none !important;
  cursor: pointer;
}
#helpModal {
  background: rgba(0, 0, 0, 0.7);
}
#helpModal .modal-dialog {
  margin: 100px auto;
  max-width: 600px;
}
#helpModal .modal-content .modal-body {
  padding-top: 30px;
  padding-bottom: 20px;
}
#helpModal .modal-dialog .close {
  opacity: 1;
  margin-top: -20px;
  margin-right: -10px;
  font-size: 24px;
  outline: none;
}
#helpModal .inputLabel {
  margin-bottom: 10px !important;
  font-family: Montserrat-Bold;
  color: #36465a;
  font-size: 14px;
  text-align: left;
}
#helpModal .inputLabel span {
  font-family: Montserrat-Regular;
  color: #abbfd7;
  font-size: 12px;
}
.backButton {
  float: left;
  font-size: 30px;
  position: absolute;
  left: 9%;
  margin-top: 5px;
}
#redirectHome {
  color: #37465a !important;
}
#prevStep {
  cursor: default;
}
#taglineContainer {
  display: none;
}
#nextPrevMobile,
#nextPrevMobileFirst {
  position: fixed;
  z-index: 3;
  margin-top: -7px;
  color: #37465a !important;
}
#datepicker {
  font-family: Montserrat-Regular;
  font-size: 12px;
  padding: 10px 14px;
  color: #000000;
  border: solid 1px #acacac;
  border-right: none;
  outline: none;
}
.customDatepicker .btn-outline-secondary {
  border-color: #acacac !important;
}
#viewAllOne,
#viewAllTwo,
#viewAllThree,
#viewAllFour,
#viewAllFive {
  display: none;
}
.viewAllBtn {
  font-family: Montserrat-Bold;
  color: #ec5a23;
  text-transform: uppercase;
  font-size: 12px;
  background: none;
  border: none;
  outline: none !important;
  float: left;
  padding: 0px;
}
@media (min-width: 1440px) {
  .text-lg-center {
    text-align: center;
  }
  .whyQuotesContent,
  .whitePaperBody {
    width: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .whyTMQuotes .row:nth-of-type(odd) .whyQuotesContent {
    padding-right: 15%;
  }
  .whyTMQuotes .row:nth-of-type(even) .whyQuotesContent {
    padding-left: 15%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pl-sm-0 {
    padding-left: 0px;
  }
  .parallaxBack {
    min-height: 77vh;
  }
  .ml-sm-30 {
    margin-left: 30px;
  }
  .inputWithLabel {
    width: 72.92%;
  }
  ul.nav.nav-tabs {
    margin: 0% auto;
    width: 95%;
  }
  .nav-tabs li {
    margin: 15px 1% 0px;
    font-size: 12px !important;
  }
  li:not(:first-child) a.active {
    border-width: 2px;
  }
  .navbar-brand img {
    width: 90px;
  }
  /* #tryItFree .navbar-brand{
        margin:7.5px 2.5%;
    } */
  .contactUsForm {
    width: 65%;
  }
  .illustrationImage {
    margin: 100px 0px;
    height: 225px;
  }
  .growthImage,
  .illustrationImage {
    width: 320px;
  }
  .growthImage {
    height: 222px;
  }
  .insurancesImage {
    width: 320px;
    height: 256px;
  }
  .dashboardImage {
    width: 320px;
    height: 283px;
    margin-top: 20px;
  }
  .empVectorImage {
    width: 320px;
    height: 283px;
  }
  .browserImage,
  .dashoboardPCImage {
    width: 310px;
    height: 273px;
  }
  #tryItFree .navbar-brand,
  #thankYou .navbar-brand,
  #verifyMe .navbar-brand {
    padding-left: 4%;
    padding-right: 4%;
  }
  .stepSectionVertical {
    padding-top: 30px;
    width: 30%;
    padding-left: 4%;
  }
  .wizardSelling {
    width: 70%;
    left: 30%;
    padding: 3% 4% 6% 4%;
    margin-top: 45px;
  }
  #regForm,
  .thankyouInner {
    width: 80%;
  }
  .backButton {
    left: 4%;
  }
  .strategiesSellingCard h2,
  .agentPortalCard h2,
  .onlineInsuranceCard h2 {
    font-size: 20px;
  }
  #upload-business-logo {
    width: 70%;
  }
  .sellInsurance h2 {
    padding: 0px 40px;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .ml-xs-25 {
    margin-left: 25px;
  }
  .ml-xs-30 {
    margin-left: 30px;
  }
  .mlr-xs-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mb-xs-15 {
    margin-bottom: 15px;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .mt-xs--3 {
    margin-top: -3px;
  }
  .mt-xs-5 {
    margin-top: 5px;
  }
  .mt-xs-7 {
    margin-top: 5px;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .pl-xs-0 {
    padding-left: 0px !important;
  }
  .plr-xs-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .parallaxBack {
    min-height: 83vh;
  }
  .parallaxBack:before {
    background-position: 75% 50%;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .bannerContent {
    width: 82%;
  }
  .bannerContent h3 {
    font-size: 30px;
  }
  .contactUsForm {
    width: 80%;
  }
  .seehowTMWorks p {
    font-size: 20px;
  }
  .whyQuotesContent,
  .whitePaperBody {
    position: relative;
  }
  #regForm,
  .thankyouInner {
    width: 100%;
    margin-bottom: 0px;
    padding: 30px 0px 90px 0px;
  }
  .wizard {
    padding: 6% 15px;
  }
  .step {
    margin-right: 27px;
  }
  .step:after {
    width: 34px;
  }
  ul.nav.nav-tabs {
    margin: 0px;
    width: 100%;
  }
  .nav-tabs li {
    width: 100%;
    text-align: center;
    font-size: 18px !important;
  }
  .nav-tabs li:first-child {
    margin: 12px 3% 0px;
  }
  .nav-tabs li:nth-child(6) {
    position: relative;
    right: 0px;
  }
  .nav-tabs li:nth-child(7) {
    position: relative;
  }
  li:not(:first-child) a.active {
    border: none;
    padding: 0px;
  }
  .signInLink {
    margin-right: 3%;
  }
  #mainMenu {
    display: none;
  }
  #mobileMenu {
    background: white;
  }
  /* #mobileMenu .nav-tabs{
        border-top: 1px solid #ec5a24;
    } */
  .mobileMenu {
    display: block;
  }
  .mobileMenu .navbar-brand {
    float: left;
    margin-left: 3%;
    padding-top: 7px;
  }
  .mobileMenu .tryItFreeBtn {
    position: absolute;
    margin-top: 7px;
    right: 21%;
    padding: 10px 10px;
  }
  .mobileMenuIcon {
    display: inline-block;
    cursor: pointer;
    margin-right: 3%;
    margin-top: 10px;
  }
  /* .mobileMenuIcon img{
        width: 35px;
        height: 35px;
        margin-left: 3%;
    } */
  #tryItFree .navbar-brand {
    padding: 12.5px 3%;
  }
  .growthImage,
  .illustrationImage {
    width: 320px;
    height: 100%;
  }
  .insurancesImage {
    width: 320px;
    height: 253px;
  }
  .dashboardImage {
    width: 320px;
    height: 257px;
    margin-top: 20px;
  }
  .empVectorImage {
    width: 320px;
    height: 258px;
  }
  .browserImage,
  .dashoboardPCImage {
    width: 320px;
    height: 280px;
  }
  .howItWorksBody {
    padding: 0px;
    overflow: hidden;
  }
  /* .nextLevelBusiness,.howItWorksMain,
    .howItWorksBody,.whyTMQuotes{
        padding: 25px 0px;
    } */
  .mtb-xs-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .faqCollaseSection {
    width: 100%;
  }
  .expandIcon {
    top: -12px;
    right: 5%;
  }
  .collapseIcon {
    left: inherit;
    top: -12px;
    right: 5%;
  }
  .footerAddressSection {
    margin-top: 20px;
  }
  .menuBar {
    text-align: right;
  }
  #tryItFree .navbar-brand,
  #thankYou .navbar-brand,
  #verifyMe .navbar-brand {
    padding-left: 15px;
    padding-right: 15px;
  }
  #tryItFree .scrolled,
  #thankYou .scrolled,
  #verifyMe .scrolled {
    background: #ffffff !important;
    -webkit-box-shadow: 0 8px 20px -6px #ffffff7d;
    -moz-box-shadow: 0 8px 20px -6px #ffffff7d;
    box-shadow: 0 8px 20px -6px #ffffff7d;
  }
  .input-group-prepend {
    width: 25%;
  }
  .inputWithLabel {
    width: 75%;
  }
  .btnRemove {
    right: -10px;
  }
  .wizardSelling {
    width: 100%;
    left: 0px;
    padding: 16px 16px 120px 16px;
    margin-top: 45px;
  }
  .wizardSelling .tab {
    margin-top: 70px;
  }
  .helpButton {
    bottom: 60px;
    right: 0px;
  }
  .helpButton img {
    width: 50px;
  }
  #tryItFree .helpButton {
    bottom: 30px;
  }
  #fixedContinue {
    text-align: center;
    padding-right: 10px;
    position: relative;
    box-shadow: none;
    background-color: transparent;
  }
  .backButton {
    font-size: 25px;
    left: 10px;
    margin-top: 5px;
  }
  .backButtonMobile {
    float: left;
    font-size: 25px;
    position: absolute;
    margin-top: -32px;
    display: none !important;
  }
  .mobileStepText {
    font-family: Montserrat-Bold !important;
    font-size: 12px !important;
    color: #ec5a23 !important;
  }
  #helpModal {
    padding-left: 0px !important;
  }
  #helpModal .modal-dialog {
    margin: 60px 17px;
  }
  .stepSectionVerticalMobile {
    width: 100%;
    position: fixed;
    left: 0px;
    height: 80px;
    margin-top: -18px;
    padding-top: 40px;
    background: #ffffff;
    z-index: 2;
  }
  .stepSectionVerticalMobile .stepMobile {
    margin-right: 27px;
    margin-bottom: 0px;
    border: 2px solid #c4d1e1;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    border-radius: 50%;
  }
  .stepSectionVerticalMobile .stepMobile:last-child {
    margin-right: 0px;
  }
  .stepSectionVerticalMobile .stepMobile:after {
    width: 33px;
    height: 1px;
    top: 5px;
    left: 13px;
  }
  .stepSectionVerticalMobile .stepMobile:last-child:after {
    display: none;
  }
  .stepSectionVerticalMobile .stepMobile.finish {
    border: none;
    background: #ec5a24;
    background-image: url("/assets/icons/white-checkmark.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 10px;
  }
  .stepSectionVerticalMobile .stepMobile.finish:before {
    width: 11px;
    height: 11px;
    background-color: #ec5a24;
    border: none;
    border-radius: 50%;
    left: 2px;
    top: 2px;
  }
  .stepSectionVerticalMobile .stepMobile.finish:after {
    left: 13px;
    height: 1px;
    top: 7px;
    background: #ec5a24;
  }
  .stepSectionVerticalMobile .stepMobile.finish.active:after {
    left: 12px;
    height: 1px;
    top: 5px;
    width: 33px;
  }
  .stepSectionVerticalMobile .stepMobile.active {
    background: none;
    border: 2px solid #ec5a24;
  }
  .stepSectionVerticalMobile .stepMobile.active .stepLink {
    display: none;
    position: absolute;
    margin-top: -20px;
  }
  .stepSectionVerticalMobile .stepMobile.active .backButtonMobile {
    display: block !important;
  }
  .stepSectionVerticalMobile .stepMobile.active:nth-child(1) .backButtonMobile {
    margin-left: -75px;
  }
  .stepSectionVerticalMobile .stepMobile.active:nth-child(2) .backButtonMobile {
    margin-left: -75px;
  }
  .stepSectionVerticalMobile .stepMobile.active:nth-child(3) .backButtonMobile {
    margin-left: -121px;
  }
  .stepSectionVerticalMobile .stepMobile.active:nth-child(4) .backButtonMobile {
    margin-left: -167px;
  }
  .stepSectionVerticalMobile .stepMobile.active:nth-child(5) .backButtonMobile {
    margin-left: -213px;
  }
  .stepSectionVerticalMobile .stepMobile.active:nth-child(6) .backButtonMobile {
    margin-left: -259px;
  }
  .stepSectionVerticalMobile .stepMobile .stepLink label {
    display: none;
  }
  .stepSectionVerticalMobile .stepMobile .stepLink {
    position: relative;
    white-space: nowrap;
    font-family: Montserrat-Medium;
    font-size: 12px;
    text-decoration: none;
    color: #abbfd7;
  }
  .stepSectionVerticalMobile .stepMobile .stepLink:hover {
    color: #abbfd7;
    cursor: pointer;
  }
  .stepSectionVerticalMobile .stepMobile.active .stepLink {
    color: #ec5a23;
    font-family: Montserrat-Bold;
  }
  .stepSectionVerticalMobile .stepMobile.active.finish .stepLink {
    font-family: Montserrat-Medium;
  }
  .stepSectionVerticalMobile .stepMobile.active.finish::before {
    display: none;
  }
  .stepSectionVerticalMobile .stepMobile.finish .stepLink {
    color: #36465a;
    pointer-events: all;
  }
  .uploadFile {
    margin-left: 15px;
  }
  .toggleTabs {
    white-space: nowrap !important;
    overflow: auto;
    display: block;
    width: 100%;
  }
  .toggleTabs .nav-item {
    width: auto;
    display: inline-block;
  }
  .customTooltip .customTooltiptext {
    margin-left: -238px;
    border-top-right-radius: 0px;
    top: 215%;
  }
  .customTooltip .customTooltiptext::after {
    border-color: transparent #000000 #000000 transparent;
    left: 97%;
    top: -16px;
    margin-left: -9px;
    border-width: 8px;
  }
  .checkboxBtnContainerCustom {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .radioBtnContainerCustom input[type="checkbox"] + label {
    font-size: 12px;
    padding: 11px 19.5px;
  }
  .radioBtnContainerCustom
    input[type="checkbox"]:checked
    + label
    .material-icons {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .radioBtnContainerCustom label {
    padding: 13px 5px;
  }
  .growthImage,
  .illustrationImage,
  .insurancesImage,
  .dashboardImage,
  .empVectorImage {
    width: 100%;
    height: 100%;
  }
  .pr-xxs-10 {
    padding-right: 10px;
  }
  .pl-xxs-5 {
    padding-left: 5px;
  }
  .bannerContent h3 {
    font-size: 27px;
  }
  .mobileMenu .tryItFreeBtn {
    right: 13%;
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
  }
  .navbar-brand img {
    width: 95px;
  }
}
@-moz-document url-prefix() {
  .pb-moz-56 {
    padding-bottom: 56px;
  }
}
/*custom changes*/
#container,
.parallaxBack {
  max-width: 100%;
}
div.help-block {
  color: #ec5a24;
  font-size: 14px;
}
.has-error input[type="text"],
.has-error input[type="email"],
.has-error input[type="password"],
.has-error input[type="number"],
.has-error input[type="url"],
.has-error select,
.has-error textarea {
  border-color: #a94442;
}
#addMoreWebSites .input-group-prepend {
  width: 20%;
}
#addMoreWebSites .inputWithLabel {
  width: 80%;
}
#addMoreWebSites .input-group-text {
  width: 100%;
}
#addMoreWebSites .input-group.invalid .input-group-text {
  border-color: #ec5a24;
  color: #ec5a24;
}
.website_box .input-group input[type="text"],
.website_box .input-group input[type="email"] {
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  width: 20%;
  -webkit-flex: 1;
  -ms-flex: 1;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#tryItFree .navbar-brand,
#thankYou .navbar-brand,
#verifyMe .navbar-brand {
  padding-right: 9%;
}
#tryItFree,
#thankYou,
#verifyMe {
  max-width: 100%;
}
.cur_pointer {
  cursor: pointer;
}
.gj-picker-bootstrap {
  z-index: 999999999999999999 !important;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  border-color: #ec5a24;
}
input:focus:invalid::placeholder,
textarea:focus:invalid::placeholder,
select:focus:invalid::placeholder {
  color: #ec5a24;
}
select option[data-hidden="true"] {
  display: none;
}
.flow-loading,
.flow-errors {
  display: none;
}
.gj-datepicker-bootstrap.invalid ~ .warningIcon {
  display: block;
}
.invalid-radio input[type="radio"] + label {
  border-color: #ec5a24;
}
.gj-datepicker .input-group-append button.btn {
  z-index: 0;
  border: solid 1px #acacac;
  border-left: none;
}
.hide {
  display: none;
}
.f-18 {
  font-size: 18px;
}
.f-17 {
  font-size: 17px;
}
#regForm_site_info #addMore span {
  position: relative;
  bottom: 3px;
  margin-left: 5px;
}
.link {
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #ec5a24 !important;
  cursor: pointer;
}
#helpModal .modal-body {
  padding: 20px 24px 24px;
}
#businessWebsite .input-group-prepend {
  width: auto;
}
#businessWebsite .form-control {
  font-family: Montserrat-Regular;
  font-size: 12px;
  padding: 10px 14px;
  border: solid 1px #acacac;
  outline: none;
}
#businessWebsite .showPasswordIcon {
  right: 10px;
}
#businessWebsite .form-control.invalid,
#businessWebsite .form-control.valid {
  border-left-width: 1px !important;
}
#businessWebsite .input-group.invalid .input-group-text {
  border-color: #ec5a24 !important;
  border-left: 4px solid #ec5a24 !important;
}
#businessWebsite .input-group.valid .input-group-text {
  border-color: #41af1c !important;
  border-left: 4px solid #41af1c !important;
}
.viewAllPlans {
  display: none;
}
.gj-datepicker input.valid + .input-group-append .btn {
  border-color: #41af1c;
  color: #41af1c;
}
.gj-datepicker input.invalid + .input-group-append .btn {
  border-color: #ec5a24;
  color: #ec5a24;
}
.success_msg {
  color: #41af1c !important;
}
.failure_msg {
  color: #ec5a24 !important;
}
#startSellingForm {
  margin-top: 1.125rem;
}
.stepSectionVertical .step:nth-child(4):after {
  content: none;
}
.page_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.6)
    )
    repeat-x rgba(255, 255, 255, 0.6);
  background: -webkit-gradient(
      linear,
      0% 0%,
      0% 100%,
      from(rgba(255, 255, 255, 0.6)),
      to(rgba(255, 255, 255, 0.6))
    )
    repeat-x rgba(255, 255, 255, 0.6);
  z-index: 1000000;
  display: none;
}
.page_overlay .loader {
  position: fixed;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  left: calc(50% - 16px);
  top: 50%;
}
.stepSectionMobileMenuText {
  position: fixed;
  z-index: 4;
  color: #ec5a23 !important;
  font-family: Montserrat-Bold;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  left: 0;
}
.toggleProvidersPlanList {
  color: #ec5a24;
  font-size: 0.8rem;
}
.stepSectionVertical .step.finish:not(.active) a:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: -0.5px;
  left: -18.5px;
  color: #fff;
}
.stepSectionVerticalMobile .stepMobile.finish:not(.active) span:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: -0.5px;
  left: -5.5px;
  color: #fff;
  opacity: 0;
}
.privacy-policy ul.nav.nav-tabs {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #dee2e6;
}
.privacy-policy ul.nav.nav-tabs > li {
  margin: -1px;
  float: left;
}
.privacy-policy .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent !important;
  border-radius: 4px 4px 0 0;
  padding: 0.5rem 1rem !important;
  display: block;
}

@media only screen and (min-width: 767px) {
  .privacy-policy .nav-tabs > li > a.active,
  .privacy-policy .nav-tabs > li > a.active:focus,
  .privacy-policy .nav-tabs > li > a.active:hover {
    color: #555 !important;
    cursor: default;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-bottom-color: transparent !important;
  }
  .privacy-policy ul.nav.nav-tabs > li > a.active {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    margin-bottom: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-policy ul.nav.nav-tabs {
    border: none;
  }
  .privacy-policy .nav-tabs li {
    float: none;
    text-align: left;
  }
  .privacy-policy .nav-tabs li a {
    border-left: 4px solid transparent !important;
  }
  .privacy-policy .nav-tabs li a.active,
  .privacy-policy .nav-tabs li:hover a {
    background: none !important;
    border-left: 4px solid #ddd !important;
    border-radius: 0px;
    border-color: ;
  }
}
#homePageContent #FAQs #accordion > .card {
  margin-bottom: 0px;
  border-radius: 0;
}
#signIn .close span,
#forgotPassword .close span {
  font-size: 20px;
  position: relative;
  top: -4px;
}
.treppy_form_label {
  display: none;
}
.right0 {
  right: 0 !important;
}
#mainMenu .signup.config-app a {
  font-size: 13px;
}
.verification_errors {
  font-size: 24px;
  font-family: Montserrat-Regular;
}
#tryItFree,
#thankYou,
#verifyMe {
  position: inherit;
  top: inherit;
  overflow-y: auto;
  min-height: inherit;
}
.save_account_setting {
  color: #37465a !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 44px;
  font-family: Montserrat-Medium;
}
.pending {
  background-color: #fff8dc !important;
}