.iconImgDiv {
  float: left;
  margin: 7px 16px 0px 0px; 
}
.domGuaranteeHeader {
  white-space: nowrap; 
}
.domGuaranteeHeader, .domGuaranteeTxt {
  display: block;
  text-align: left;
  font-size: 17px;
  margin-top: 3px;
  color: #60758A; 
}
.domGuaranteeHeader {
  margin-top: 20px;
  font-size: 24px;
  margin-bottom: -3px;
  color: #60758A; 
}
textarea[id="inputTxt"] {
  height: 100%; 
}
.cntTab ul {
  justify-content: center;
}
.gettingOnlineSection {
  background-image: url('/assets/media/img/home/home-steps-bg.gif');
  background-position-x: center;
  background-position-y: top;
}
.gettingOnlineSection .bg-white {
  padding: 10px;
}
.gettingOnlineSection .btn-orange {
  margin-top: 20px;
  margin-bottom: 15px;
}
.gettingOnlineSection div.col-lg-4:nth-child(2) .btn-orange {
  margin-top: 32px;
}
.tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 30px 25px;
  border-color: transparent transparent #ffffff transparent;
  margin: auto;
  margin-top: 5px;
}
.stepHeader {
  margin-top: 10px;
  font-size: 2.2rem;
  color: #0F9BE8;
  text-align: center;
  font-weight: bold;
}
.onlineStepImg {
  margin: auto;
  display: flex;
  padding-top: 15px;
  padding-bottom: 10px;
}
.stepSubHeader {  
  font-size: 1.8rem;
  color: #0F9BE8;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
}
.stepTxt {
  width: 85%;
  margin: auto;
}
.lgTxt {
  font-weight: 700;
  font-size: 6.1rem;
  line-height: 80px;
  color: #0F9BE8;
  text-align: right;
  text-transform: uppercase;
}
.underTxt {
  position: relative;
  left: -5%;
}
.vertTxt {
  font-weight: 700;
  font-size: 2rem;
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg);    
  transform:rotate(-90deg);
  position: absolute;    
  right: 46%;
  line-height: 96px;
  color: #0F9BE8;
  text-align: right;
  text-transform: uppercase;
}
.mdTxt {
  margin-top: 15px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0F9BE8;
  text-align: right;
}
.smTxt {
  margin-top: 10px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #171717;
  text-align: right;
  line-height: 24px;
}
.supportBttn {
  margin-top: 20px;
}
.xlTxt {
  font-size: 9rem;
  font-weight: 700;
  line-height: 115px;
}
.semiXlTxt {
  font-size: 8rem;
  font-weight: 700;
  line-height: 110px;
}
.smXlTxt {
  font-size: 7rem;
  font-weight: 700;
  line-height: 105px;
  white-space: nowrap;
  margin-left: -40px;
}
.paddLeftImg {
  padding-left: 22%;
}
.reviewsSection {
  background-image: url('/assets/media/img/home/home-review-bg.gif');
  background-position-x: center;
  background-position-y: top;
}
.reviewsBlock {
  padding: 15px 0px 30px 0px;
}
.midPromoTab {
  padding-left: 12px;
}
.lastPromoTab {
  padding-left: 9px;
}
.blogH3 {
  font-size: 1.4rem;
}
.blogTxt {
  padding: 15px 15px 0px 15px;
  min-height: 303px;
}
.readMoreBttn {
  margin: 0px 0px 20px 15px;
}
.blogItemsRow img {
  width: 100%;
}
.blogItemThumb {
  background-size: auto 100%;
  background-position: -15px top;
}
input#otpPin {
  width: 250px;
  margin: auto;
}
#otpSignInBlock {
  border: 1px solid #c5dae6;
  border-radius: 4px;
  background-color: #fdfffd !important;
}