/* estimator panel backgrounds  */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900");
.p-ctr {
  margin-top: 100px; }

.circle-ctr {
  width: 90px;
  height: 90px;
  margin: 20px auto 0 auto; }

.circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background: #000;
  padding-top: 10px;
  margin-left: 5px; }

.c1 {
  background: #2a3d45; }

.c2 {
  background: #C0C0C0; }

.c3 {
  background: #d4af37; }

.c-hdr1 {
  line-height: 30px; }

.c-hdr2 {
  font-size: 12px;
  line-height: 12px; }

.p-list {
  width: 290px;
  min-height: 150px;
  margin: 20px 0 0 70px;
  text-align: left;
  font-size: 12px; }

.p-list2 {
  width: 290px;
  min-height: 150px;
  margin: 20px 0 0 90px;
  text-align: left;
  font-size: 12px; }

.p-list-l {
  width: 10%;
  height: 20px;
  float: left;
  line-height: 20px; }

.p-list-r {
  width: 90%;
  height: 20px;
  line-height: 20px;
  float: left; }

/*-------Roof Report Pricing ---------*/
.rpt_pricing_ctr {
  width: 90%;
  min-height: 650px;
  margin: 100px auto 0 auto; }

.clm_a_hdr {
  width: 100%;
  height: 26px;
  margin: 24px 0 0 0;
  font-weight: 600;
  color: #595959; }

.clm_a {
  width: 33%;
  height: 100%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.clm_a_txt {
  width: 95%; }

.clm_b {
  width: 22%;
  height: 100%;
  float: left; }

.clm_c {
  width: 22%;
  height: 100%;
  float: left; }

.clm_d {
  width: 22%;
  height: 100%;
  float: left; }

.clm_dgrey_ctr {
  width: 98%;
  height: 38px;
  margin: 0;
  background-color: #e6e6e6;
  padding-top: 7px; }

.clm_lgrey_ctr {
  width: 98%;
  height: 38px;
  margin: 0;
  background-color: #f1f1f1;
  padding-top: 7px; }

.clm_txt_bx {
  width: 96%;
  height: 90%;
  font-size: 13px;
  margin: 0 0 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1px; }

.clm_txt_bxc {
  width: 96%;
  height: 90%;
  font-size: 13px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1px; }

.clm_b_blue_hdr {
  width: 98%;
  height: 45px;
  background-color: #87bde1;
  padding-top: 11px;
  text-align: center;
  margin-top: 4px; }

.clm_c_green_hdr {
  width: 98%;
  height: 45px;
  background-color: #a1cf71;
  padding-top: 11px;
  text-align: center;
  margin-top: 4px; }

.clm_d_aqua_hdr {
  width: 98%;
  height: 45px;
  background-color: #b9efef;
  padding-top: 11px;
  text-align: center;
  margin-top: 4px; }

/*----------------------------------------*/
/*  1. Theme default CSS
/*----------------------------------------*/
.brd {
  border: solid red; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: 0; }

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased; }

body {
  background: #fff;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #888;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%; }

img {
  max-width: 100%;
  height: auto; }

button,
textarea {
  letter-spacing: 1px; }

.bg-gray {
  background-color: #fafafa; }

.slider-ctr {
  width: 100%;
  height: 800px;
  padding: 0px;
  margin: 0px;
  margin: 220px auto 0 auto;
  text-align: right; }

.lclm {
  margin-top: 100px;
  text-align: left; }

.lclmrow {
  width: 70%;
  text-align: right;
  float: right;
  margin-right: 95px; }

.hctr {
  width: 95%; }

/*==========================
2.1 Header Area
===========================*/
@media (max-width: 767px) {
  .header-area {
    width: 100%;
    height: 73px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 998;
    background-color: #5c1ef9;
    padding-top: 6px; } }
@media (min-width: 768px) {
  .header-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 998;
    background-color: #5c1ef9; } }
.menu-area {
  display: flex;
  align-items: center; }

.hdr-l {
  width: 50%;
  height: 40px;
  float: left; }

.logo a {
  display: inline-block; }
.logo img {
  max-height: 100%; }

.nav-menu {
  text-align: right; }
  .nav-menu ul li {
    display: inline-block; }
  .nav-menu ul li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    padding: 25px 36px;
    position: relative;
    padding-left: 0;
    text-decoration: none; }
  .nav-menu ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 22px;
    height: 2px;
    width: 0%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .nav-menu ul li:hover a:before,
  .nav-menu ul li.active a:before {
    width: 70%; }
  .nav-menu ul li.activeoff a:before {
    width: 0%; }

.dn {
  display: none; }

#msg {
  line-height: 18px; }

.act-btn:hover {
  color: #000; }

/*dropdown menu area start*/
.mobile_menu {
  margin-top: 6px; }

.slicknav_menu .slicknav_menutxt {
  display: none; }

.slicknav_menu {
  background: transparent;
  margin-top: 21px; }

.slicknav_menu .slicknav_icon-bar {
  height: 2px;
  width: 19px;
  margin: 3px 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.slicknav_btn {
  background-color: transparent;
  position: relative;
  margin-top: -51px; }

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(1px, 7px);
  transform: rotate(45deg) translate(1px, 7px); }

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-6px);
  transform: rotate(-45deg) translateY(-6px); }

.slicknav_menu {
  margin-top: 0; }

.slicknav_nav {
  background: #333333;
  margin: 10px;
  padding: 6px 0px; }

.slicknav_nav a:hover {
  background: #fefefe none repeat scroll 0 0;
  border-radius: 0; }

.slicknav_nav a {
  font-size: 18px;
  letter-spacing: 0.01em; }

/*==========================
END Header Area
===========================*/
/*==========================
2.2 Slider Area
===========================*/
.slider-area {
  display: flex;
  align-items: center;
  height: 765px;
  background: #5d12f8;
  padding: 135px 0 195px; }

.slider-img img {
  width: 100%;
  height: 565px;
  text-align: right; }

.slider-inner {
  margin-top: -80px;
  text-align: left; }
  .slider-inner h2 {
    font-size: 70px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    line-height: 56px; }
  .slider-inner h3 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    line-height: 35px; }
  .slider-inner h5 {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 3;
    line-height: 29px;
    margin-bottom: 20px;
    margin-top: 15px; }
  .slider-inner a {
    display: inline-block;
    position: relative;
    height: 60px;
    width: 270px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    padding-left: 44px; }
  .slider-inner a i {
    position: absolute;
    left: 16px;
    top: 6px;
    height: 44px;
    width: 44px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 40px;
    font-size: 16px;
    padding-left: 2px; }

h3 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 35px; }

.spcr-10 {
  margin-top: 10px; }

.spcr-20 {
  margin-top: 20px; }

.spcr-40 {
  width: 100%;
  height: 2px;
  margin-top: 40px; }

.spcr-60 {
  width: 100%;
  height: 2px;
  margin-top: 60px; }

.spcr-115 {
  margin-top: 115px; }

/*===========================
END Slider Area
===========================*/
/*===========================
2.3 Service Area
===========================*/
.service-area {
  position: relative;
  margin-top: -130px;
  background-color: transparent; }

.service-single {
  padding: 40px 0px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); }

.service-single img {
  max-width: 150px;
  margin-bottom: 33px; }

.service-single h2 {
  font-size: 30px;
  font-weight: 500;
  color: #232323;
  letter-spacing: 0;
  margin-bottom: 10px; }

.service-single p {
  font-weight: 500;
  color: #666666;
  font-size: 15px; }

/*===========================
END Service Area
===========================*/
.cpremium {
  background-color: #4c8cf4; }

.circle-icon {
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
  padding: 10px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 5rem;
  background-color: orange;
  color: #282828;
  font-size: 48px;
  text-align: center;
  line-height: 70px;
  font-weight: 300;
  transition: all 0.3s ease; }

@media (max-width: 992px) {
  .circle-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
    line-height: 50px; } }
.ui-steps li:hover .circle-icon {
  background-image: -moz-linear-gradient(122deg, #5c1ef9 0%, #551de2 100%);
  background-image: -webkit-linear-gradient(122deg, #5c1ef9 0%, #551de2 100%);
  background-image: -ms-linear-gradient(122deg, #5c1ef9 0%, #551de2 100%);
  background-image: linear-gradient(122deg, #5c1ef9 0%, #551de2 100%);
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
  color: #FFF; }

.ui-steps li {
  padding: 15px 0; }

.ui-steps li:not(:last-child) {
  border-bottom: 1px solid #f8e3f0; }

.btn-light {
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.14);
  font-size: 10px;
  font-weight: 500;
  color: gray;
  margin: 0.5rem;
  padding: 0.7rem 1.6rem;
  line-height: 1.8; }

.rpctr {
  width: 80%; }

.rphdr {
  font-size: 25px;
  font-weight: 300;
  color: #605F5F;
  margin-bottom: 1rem; }

/*===========================
2.4 About Area
===========================*/
.section-title {
  text-align: center;
  margin-bottom: 50px; }

.section-title h2 {
  font-size: 30px;
  font-weight: 500;
  color: #232323;
  letter-spacing: 0;
  line-height: 37px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.section-title.text-white h2 {
  color: #fff; }

.section-title h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 130px;
  background-color: #6580f1;
  left: calc(50% - 65px); }

.section-title.text-white h2:before {
  background-color: #fff; }

.section-title p {
  font-size: 20px;
  font-weight: 500;
  color: #666666; }

.section-title.text-white p {
  color: #fff; }

.about-left-img img {
  max-width: 100%; }

.p-content {
  margin-top: 35px; }

.p-content p {
  color: #666666;
  margin-bottom: 25px; }

/*===========================
END About Area
===========================*/
/*===========================
2.5 Feature Area
===========================*/
.ft-content {
  margin-top: 76px; }

.ft-single {
  margin-bottom: 46px; }

.ft-single img {
  float: left;
  margin-right: 15px; }

.ft-content.rtl img {
  float: right;
  margin-left: 15px;
  margin-right: 0; }

.ft-content.rtl .meta-content {
  text-align: right; }

.ft-single h2 {
  font-size: 25px;
  font-weight: 500;
  color: #232323;
  letter-spacing: 0;
  line-height: 31px;
  margin-bottom: 8px; }

.ft-single p {
  color: #666666; }

.ft-screen-img {
  text-align: center; }

.ft-screen-img img {
  max-width: 100%; }

/*===========================
END Feature Area
===========================*/
/*===========================
2.7 Screen Area
===========================*/
.screen-area {
  position: relative; }

.screen-area img.screen-img {
  position: absolute;
  left: 50%;
  bottom: 152px;
  width: 506px;
  height: 546px;
  z-index: 111;
  transform: translateX(-50%); }

.screen-slider {
  margin-top: 116px; }

.screen-slider .owl-dots {
  text-align: center;
  margin-top: 130px; }

.screen-slider .owl-dots .owl-dot {
  height: 15px;
  width: 15px;
  border: 1px solid #5a10fb;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 2px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.screen-slider .owl-dots .active {
  background-color: #5a10fb; }

/*===========================
END Screen Area
===========================*/
/*===========================
2.12 Call To Action
===========================*/
.call-to-action {
  position: relative;
  z-index: 1;
  background: url(../img/bg/ach-bg-img.jpg) center center/cover no-repeat; }

.call-to-action:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #6580f1; }

.download-btns a {
  margin: 0px 32px;
  height: 50px;
  width: 195px;
  border: 2px solid #fff;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 33px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0; }

.download-btns a:hover {
  background-color: #fff;
  color: #6580f1; }

.download-btns a i {
  font-size: 19px;
  margin-right: 6px;
  vertical-align: middle; }

/*===========================
END Call To Action
===========================*/
/*footer area*/
.footer-area {
  width: 100%;
  height: 115px;
  text-align: center;
  background: transparent;
  display: flex;
  align-items: center; }

.footer-area p {
  color: #fff; }

.btn-mt12 {
  margin-top: 12px; }

.cen-row {
  width: 100%;
  margin: 0 auto 0 auto; }

.service-single {
  margin-top: 10px; }

#download {
  background-color: #6580f1; }

.est-tst-sld1-hd {
  visibility: hidden; }

.slideRight {
  visibility: visible;
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out; }

@keyframes slideRight {
  0% {
    transform: translateX(-150%); }
  50% {
    transform: translateX(8%); }
  65% {
    transform: translateX(-4%); }
  80% {
    transform: translateX(4%); }
  95% {
    transform: translateX(-2%); }
  100% {
    transform: translateX(0%); } }
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%); }
  50% {
    -webkit-transform: translateX(8%); }
  65% {
    -webkit-transform: translateX(-4%); }
  80% {
    -webkit-transform: translateX(4%); }
  95% {
    -webkit-transform: translateX(-2%); }
  100% {
    -webkit-transform: translateX(0%); } }
.hr_style1 {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0;
  border-top: 2px solid gray;
  opacity: 0.2; }

.hr_style2 {
  margin: 0;
  border: 0;
  border-top: 0.1px solid gray;
  opacity: 0.2;
  padding: 0; }

.estipad-sld1-img-ctr {
  max-width: 800px;
  height: 575px;
  padding-top: 5px; }

#projGrpDD {
  font-size: 11px; }

.ctr-l {
  width: 230px;
  height: 515px;
  float: left;
  border-right: solid 1px #d8d6d6;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  overflow-y: auto; }

.ctr-r {
  width: 185px;
  height: 515px;
  float: left;
  overflow-x: hidden;
  overflow-y: auto; }

#navB-btns-ctr {
  width: 100%;
  height: 28px;
  padding: 0px 0 0 5px;
  margin: 0px;
  border-bottom: solid 1px #d8d6d6; }
  #navB-btns-ctr button {
    width: 29%;
    border: none;
    border-right: solid 1px;
    background-color: #898888;
    color: white;
    margin: 0;
    font-size: 9px;
    line-height: 22px; }

.l-ctr-panel {
  width: 98%;
  height: 77px;
  margin: 3px 0 0 6px;
  cursor: pointer; }

.panel_clm_1 {
  width: 50%;
  height: 75px;
  float: left;
  border-top: solid 1px;
  border-right: solid #bbb9b9 1px;
  border-left: solid 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom: solid #404040 1px;
  background-color: #111111; }

.panel_clm_2 {
  width: 45%;
  height: 75px;
  float: left;
  background-color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: solid #404040 1px;
  border-right: solid 1px;
  border-top: solid 1px; }

.rbck {
  width: 3px;
  height: 75px;
  background-color: red;
  float: left; }

.wbck {
  width: 3px;
  height: 75px;
  float: left;
  background-color: #fff;
  border-bottom: solid #404040 1px;
  border-top: solid 1px; }

.clm_1_row_1 {
  width: 100%;
  height: 21px;
  color: #127da1;
  line-height: 21px;
  float: left; }

.clm_1_row_2 {
  width: 97%;
  height: 15px;
  line-height: 11px;
  padding: 2px;
  margin: 0;
  float: left; }

.clm_1_row_3 {
  width: 97%;
  height: 15px;
  line-height: 11px;
  padding: 2px;
  margin: 0;
  float: left; }

.clm_1_row_4 {
  width: 100%;
  height: 15px;
  line-height: 11px;
  padding: 2px;
  margin-top: 5px;
  float: left; }

.clm1_row4_a {
  width: 49%;
  float: left;
  padding-left: 1px; }

.clm1_row4_b {
  width: 17%;
  float: left;
  font-size: 7px;
  margin-right: 2px;
  color: #fff;
  padding-top: 4px; }

.clm1_row4_c {
  width: 32%;
  float: left;
  height: 15px;
  border: solid 1px #d8d6d6;
  border-bottom: none;
  border-right: none;
  text-align: center;
  font-size: 9px;
  color: #F6AE2D;
  padding-top: 2px; }

.clm_2_row_1 {
  width: 97%;
  height: 15px;
  line-height: 11px;
  padding: 2px;
  margin: 0;
  float: left; }

.clm_2_row_2 {
  width: 97%;
  height: 15px;
  line-height: 11px;
  padding: 2px;
  margin: 0;
  float: left; }

.clm_2_row_3 {
  width: 97%;
  height: 15px;
  line-height: 11px;
  padding: 2px;
  margin: 0;
  float: left; }

.clm_2_row_4 {
  width: 100%;
  height: 15px;
  line-height: 11px;
  padding: 2px;
  margin-top: 5px;
  float: left; }

.name-ctr {
  width: 95%;
  height: 14px;
  margin: 4px auto 0 auto;
  white-space: nowrap;
  overflow: hidden;
  line-height: 15px;
  border-bottom: solid 1px;
  border-color: #fff;
  font-size: 7px;
  font-weight: 600;
  color: #fff;
  padding: 0 0 7px 0; }

.pu-a {
  width: 30px;
  line-height: 10px;
  float: left;
  font-size: 7px;
  color: #fff;
  padding-bottom: 2px; }

.pu-b {
  width: 60%;
  line-height: 10px;
  float: left;
  font-size: 7px;
  color: orangered;
  font-weight: 600;
  padding-bottom: 2px; }

.pu-c {
  width: 60%;
  line-height: 10px;
  float: left;
  font-size: 7px;
  color: orange;
  font-weight: 600; }

.dd {
  width: 90px;
  padding: 0px;
  line-height: 15px;
  border: 0;
  border-bottom: solid #797878 1px;
  border-radius: 0;
  height: 15px;
  background: url("http://bidzlink.com/assets/img/icons/arrow_down_black.png") no-repeat right;
  background-size: 11px 11px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position-x: 99%;
  font-size: 8px;
  color: #2a3d45;
  margin-left: 2px; }

select::-ms-expand {
  display: none; }

.ttl-hdr {
  font-size: 9px;
  width: 100%;
  height: 25px;
  line-height: 9px; }

.ttl-chldrow-hdr {
  font-weight: 600;
  color: #000;
  font-size: 10px;
  line-height: 15px; }

.est-ttl-panel {
  width: 95%;
  height: 100px;
  margin: 4px 0 0 4px; }

.est-ttl-panel-child {
  width: 95%;
  height: 95px;
  margin: 4px 0 0 4px; }

.prjgrp-summ {
  width: 95%;
  height: 105px;
  margin: 4px 0 0 4px; }

.sm-fnt {
  font-size: 8px;
  color: #000; }

.msm-fnt {
  font-size: 10px;
  color: #333333; }

.margin-ctr {
  width: 100%;
  height: 15px;
  line-height: 15px;
  margin-top: 4px; }

.no-pad {
  padding: 0; }

#ttlNum {
  width: 90%;
  height: 60px;
  margin: 0 auto 0 auto;
  font-size: 20px;
  color: #47a7fa;
  text-align: center; }

#ttlNumChild {
  width: 90%;
  height: 35px;
  margin: 0 auto 0 auto;
  font-size: 20px;
  color: #47a7fa;
  text-align: center; }

#discountDD {
  width: 70px;
  height: 18px;
  line-height: 15px;
  font-size: 7px; }

.chldMnuBtn {
  width: 84px;
  font-size: 7px;
  float: left;
  border: solid 1px gray;
  margin: 5px 0 0 5px;
  line-height: 8px; }

#ac-set-1 {
  width: 95%;
  font-size: 9px;
  line-height: 13px;
  margin: 0px auto 0 auto; }

.dmo-input {
  width: 85%;
  height: 20px;
  line-height: 20px;
  font-size: 11px; }

.fl {
  width: 10%;
  float: left; }

.flr {
  width: 88%;
  float: left; }

#dmoView1 {
  width: 100%;
  max-height: 400px; }

#dmoView2 {
  display: none; }

.ac-btn-ctr {
  width: 100%;
  height: 25px; }

.ftr-ctr {
  min-width: 380px;
  height: 155px;
  margin: 125px auto 0 auto; }

.ftr-1 {
  width: 30%;
  height: 70px;
  float: left;
  padding-top: 10px; }

.ftr-2 {
  width: 45%;
  height: 70px;
  float: left;
  text-align: left;
  line-height: 13px;
  border-left: solid 1px #d8d6d6;
  padding-left: 5px; }

.ftr-3 {
  width: 25%;
  height: 70px;
  float: left;
  text-align: left;
  line-height: 13px;
  border-left: solid 1px #d8d6d6;
  padding-left: 5px; }

.arrow-ctr {
  width: 75px;
  height: 150px;
  margin: 200px auto 0 auto; }

.arw-down {
  display: none; }

.esig-ctr1 {
  height: 600px; }

.eform-ctr1 {
  height: 600px; }

.rev-ctr1 {
  height: 600px; }

.iphone-pos-l {
  float: right; }

.iphone-pos-r {
  float: left; }

.ef-hdr-2 {
  line-height: 20px; }

.rev-ipad-ctr {
  width: 520px;
  height: 620px;
  margin: 0 auto 0 auto; }

.esig-img-ctr {
  width: 675px;
  height: 665px;
  margin: 0 auto 0 auto; }

.cookie-consent {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 45px;
  color: #fff;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  background: #292929;
  z-index: 120;
  cursor: pointer;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center; }

.allow-button {
  height: 20px;
  width: 108px;
  color: #fff;
  font-size: 12px;
  line-height: 10px;
  border-radius: 3px;
  border: 1px solid green;
  background-color: green; }

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /*-----------------------
    Home One
    -----------------------*/
  .main-menu nav ul li a {
    padding: 29px 13px; }

  .screen-area img.screen-img {
    bottom: 171px;
    width: 434px;
    height: 453px; } }
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*-----------------------
    Home One
    -----------------------*/
  .menu-area {
    display: block;
    margin-top: 15px; }

  .logo {
    padding: 21px 0px 17px; }

  .service-single {
    border: solid 1px #dfdfe0; }

  .service-single h2 {
    font-size: 22px; }

  .service-single p {
    font-size: 14px; }

  .slider-area {
    height: auto;
    padding: 90px 0px 149px; }

  .hctr {
    width: 95%; }

  .header-area {
    height: 82px; }

  #navB-btns-ctr {
    width: 100%;
    height: 28px;
    padding: 0px 0 0 5px;
    margin: 0px;
    border-bottom: solid 1px #d8d6d6; }
    #navB-btns-ctr button {
      width: 29%;
      border: none;
      border-right: solid 1px;
      background-color: #898888;
      color: white;
      margin: 0;
      font-size: 7px;
      line-height: 22px; }

  .estitest-sld1-img-ctr {
    background-image: url("http://bidzlink.com/assets/img/ipad-estitest-sld1-tablet.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 400px;
    height: 590px;
    padding-top: 5px; }

  .ctr-l {
    width: 195px;
    height: 431px;
    float: left;
    border-right: solid 1px #d8d6d6;
    overflow: hidden; }

  .ctr-r {
    width: 152px;
    height: 431px;
    float: left; }

  .clm1_row4_a {
    width: 50%;
    float: left;
    padding-left: 1px; }

  .clm1_row4_b {
    width: 17%;
    float: left;
    font-size: 7px;
    margin-right: 2px;
    color: #fff;
    padding-top: 4px; }

  .clm1_row4_c {
    width: 30%;
    float: left;
    height: 15px;
    border: solid 1px #d8d6d6;
    border-bottom: none;
    border-right: none;
    text-align: center;
    font-size: 9px;
    color: #F6AE2D;
    padding-top: 2px; }

  .dd {
    width: 76px;
    padding: 0px;
    line-height: 15px;
    border: 0;
    border-bottom: solid #797878 1px;
    height: 15px;
    background: url("http://bidzlink.com/assets/img/icons/arrow_down_black.png") no-repeat right;
    background-size: 11px 11px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 99%;
    font-size: 8px;
    color: #2a3d45;
    margin-left: 2px; }

  .ttl-chldrow-hdr {
    font-weight: 600;
    color: #000;
    font-size: 9px;
    height: 25px;
    line-height: 9px;
    padding: 5px; }

  .est-ttl-panel {
    width: 95%;
    height: 90px;
    margin: 4px 0 0 4px; }

  .est-ttl-panel-child {
    width: 95%;
    height: 74px;
    margin: 4px 0 0 4px; }

  #ttlNum {
    width: 90%;
    height: 40px;
    margin: 0 auto 0 auto;
    font-size: 16px;
    color: #47a7fa;
    text-align: center;
    line-height: 16px; }

  #ttlNumChild {
    width: 90%;
    height: 30px;
    margin: 0 auto 0 auto;
    font-size: 16px;
    color: #47a7fa;
    text-align: center; }

  .xsm-fnt {
    font-size: 7px; }

  .chldMnuBtn {
    width: 75px;
    font-size: 6px;
    float: left;
    border: solid 1px gray;
    margin: 3px 0 0 5px;
    padding: 2px; }

  .subBtn {
    width: 60px;
    font-size: 7px;
    float: left;
    margin: 3px 0 0 5px; }

  #ac-set-1 {
    width: 95%;
    font-size: 8px;
    line-height: 11px; }

  .dmo-input {
    width: 85%;
    height: 16px;
    line-height: 16px;
    padding: 1px;
    font-size: 9px; }

  #discountDD {
    width: 50px;
    height: 13px;
    line-height: 10px;
    font-size: 6px; }

  .slider-img img {
    width: 100%;
    height: 430px;
    text-align: right; }

  .slider-ctr {
    width: 100%;
    height: 730px;
    padding: 0px;
    margin: 0px;
    margin: 220px auto 0 auto;
    text-align: right; }

  .lclm {
    margin-top: 100px;
    text-align: left; }

  .lclmrow {
    width: 90%;
    text-align: right;
    float: left;
    margin-left: 0px;
    margin-right: 0px; }

  .slider-inner {
    margin-top: 10px;
    text-align: left; }
    .slider-inner h2 {
      font-size: 52px;
      font-weight: 500;
      color: #fff;
      letter-spacing: 0;
      line-height: 56px; }
    .slider-inner h3 {
      font-size: 30px;
      font-weight: 500;
      color: #fff;
      letter-spacing: 0;
      line-height: 35px; }
    .slider-inner h5 {
      font-size: 15px;
      font-weight: 500;
      color: #fff;
      letter-spacing: 2;
      line-height: 29px;
      margin-bottom: 20px;
      margin-top: 10px; }

  .esig-ctr1 {
    height: 600px;
    margin-left: 35px; }

  .esig-img-ctr {
    width: 575px;
    height: 565px;
    margin: 0 auto 0 auto; } }
/* Max Size: 320px. */
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .screen-area img.screen-img {
    display: none; }

  .wrap-login100 {
    margin-top: 35px; } }
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /*-----------------------
    Home One
    -----------------------*/
  .menu-area {
    display: block; }

  .logo {
    padding: 21px 0px 17px; }

  .slider-area {
    height: auto;
    padding: 150px 0px 149px; }

  .slider-inner {
    text-align: left; }
    .slider-inner h2 {
      font-size: 33px; }
    .slider-inner h5 {
      font-size: 23px;
      line-height: 27px;
      margin-bottom: 42px;
      margin-top: 5px; }

  .service-single {
    margin-bottom: 30px; }

  .service-single h2 {
    font-size: 25px; } }
/* Wide Mobile Layout: 600px - 767px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .col-6 {
    float: left;
    width: 50%; } }
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 240px) and (max-width: 480px) {
  /*-----------------------
    Home One
    -----------------------*/
  .menu-area {
    display: block; }

  .logo {
    padding: 21px 0px 17px; }

  .slider-area {
    height: auto;
    padding: 100px 0px 200px; }

  .slider-inner {
    text-align: left; }
    .slider-inner h2 {
      font-size: 35px;
      line-height: 40px; }
    .slider-inner h5 {
      font-size: 20px;
      line-height: 27px;
      margin-bottom: 42px;
      margin-top: 0; }

  .sspcr {
    display: none; }

  .service-single {
    margin-bottom: 30px; }

  .service-single h2 {
    font-size: 25px; }

  .estitest-sld1-img-ctr {
    background-image: url("http://bidzlink.com/assets/img/ipad-estitest-sld1-phone.png");
    background-position: left;
    background-repeat: no-repeat;
    width: 350px;
    height: 540px;
    padding-top: 5px;
    margin-right: 0px; }

  .mcnt {
    margin-left: 13px; }

  .ctr-l {
    width: 177px;
    height: 380px;
    float: left;
    border-right: solid 1px #d8d6d6;
    overflow: hidden; }

  .ctr-r {
    width: 129px;
    height: 380px;
    float: left; }

  #navB-btns-ctr {
    width: 100%;
    height: 28px;
    padding: 0px 0 0 5px;
    margin: 0px;
    border-bottom: solid 1px #d8d6d6; }
    #navB-btns-ctr button {
      width: 29%;
      border: none;
      border-right: solid 1px;
      background-color: #898888;
      color: white;
      margin: 0;
      font-size: 6px;
      line-height: 19px; }

  .eform-ctr1 {
    height: 600px; }

  .clm1_row4_a {
    width: 50%;
    float: left;
    padding-left: 1px; }

  .clm1_row4_b {
    width: 17%;
    float: left;
    font-size: 7px;
    margin-right: 2px;
    color: #fff;
    padding-top: 4px; }

  .clm1_row4_c {
    width: 30%;
    float: left;
    height: 15px;
    border: solid 1px #d8d6d6;
    border-bottom: none;
    border-right: none;
    text-align: center;
    font-size: 9px;
    color: #F6AE2D;
    padding-top: 2px; }

  .dd {
    width: 70px;
    padding: 0px;
    line-height: 15px;
    border: 0;
    border-bottom: solid #797878 1px;
    height: 15px;
    background: url("http://bidzlink.com/assets/img/icons/arrow_down_black.png") no-repeat right;
    background-size: 11px 11px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 99%;
    font-size: 8px;
    color: #2a3d45;
    margin-left: 2px; }

  .ttl-hdr {
    font-size: 8px;
    width: 100%;
    height: 25px;
    line-height: 9px; }

  .ttl-chldrow-hdr {
    font-weight: 600;
    color: #000;
    font-size: 7px;
    height: 25px;
    line-height: 9px;
    padding: 5px; }

  .est-ttl-panel {
    width: 95%;
    height: 80px;
    margin: 4px 0 0 4px; }

  .est-ttl-panel-child {
    width: 95%;
    height: 74px;
    margin: 4px 0 0 4px; }

  .ovr-summ-hdr {
    text-decoration: underline;
    font-size: 9px; }

  .sum-hdr {
    width: 45%;
    height: 17px;
    line-height: 17px;
    float: left;
    text-decoration: underline;
    font-size: 7px; }

  #ttlNum {
    width: 90%;
    height: 40px;
    margin: 0 auto 0 auto;
    font-size: 16px;
    color: #47a7fa;
    text-align: center;
    line-height: 16px; }

  #ttlNumChild {
    width: 90%;
    height: 30px;
    margin: 0 auto 0 auto;
    font-size: 16px;
    color: #47a7fa;
    text-align: center; }

  .sm-fnt {
    font-size: 5px;
    color: #000; }

  #discountDD {
    width: 50px;
    height: 15px;
    line-height: 12px;
    font-size: 6px; }

  .chldMnuBtn {
    width: 80px;
    font-size: 6px;
    float: left;
    border: solid 1px gray;
    margin: 3px 0 0 5px; }

  .subBtn {
    width: 60px;
    font-size: 7px;
    float: left;
    margin: 3px 0 0 5px; }

  #ac-set-1 {
    width: 95%;
    font-size: 8px;
    line-height: 11px; }

  .dmo-input {
    width: 85%;
    height: 16px;
    line-height: 16px;
    padding: 1px;
    font-size: 9px; }

  .slider-img img {
    width: 400px;
    height: 375px;
    text-align: right;
    margin-top: 40px; }

  .slider-ctr {
    width: 100%;
    height: 650px;
    padding: 0px;
    margin: 0px auto 0 auto;
    text-align: right; }

  .lclm {
    margin-top: 0px;
    text-align: left; }

  .lclmrow {
    width: 100%;
    text-align: right;
    float: none;
    margin-left: 0px;
    margin-right: 0px; }

  .slider-inner {
    margin-top: 10px;
    text-align: right; }
    .slider-inner h2 {
      font-size: 52px;
      font-weight: 500;
      color: #fff;
      letter-spacing: 0px;
      line-height: 56px; }
    .slider-inner h3 {
      font-size: 30px;
      font-weight: 500;
      color: #fff;
      letter-spacing: 0;
      line-height: 35px; }
    .slider-inner h5 {
      font-size: 15px;
      font-weight: 500;
      color: #fff;
      letter-spacing: 2;
      line-height: 29px;
      margin-bottom: 20px;
      margin-top: 10px; }

  .arw-right {
    display: none; }

  .arw-down {
    display: inline-block; }

  .arrow-ctr {
    width: 50px;
    height: 75px;
    margin: 10px auto 25px auto; }

  .iphone-pos-l {
    float: none;
    text-align: center; }

  .iphone-pos-r {
    float: none;
    text-align: center; }

  .rev-ipad-ctr {
    width: 375px;
    height: 480px;
    margin: 0 auto 0 auto; }

  .esig-ctr1 {
    height: 360px; }

  .eform-ctr1 {
    height: 435px; }

  .rev-ctr1 {
    height: 400px; }

  .esig-img-ctr {
    width: 375px;
    height: 365px;
    margin: 0 auto 0 auto; }

  .hctr {
    width: 90%;
    margin: 0 auto 0 auto; }

  .crmimg {
    width: 100%;
    height: auto;
    margin-left: -10px;
    margin-top: 25px;
    margin-bottom: 20px; }

  .eformimg {
    width: 70%;
    height: auto; }

  .cookie-consent {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 60px;
    color: #fff;
    line-height: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 11px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center; }

  .allow-button {
    height: 25px;
    width: 104px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid green;
    background-color: green; } }
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .mobile_menu {
    margin-top: -10px; } }
/* Mobile Layout: 768px. */
@media (max-width: 600px) {
  .estipad-sld1-img-ctr {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }

  .mcnt {
    margin-left: -10px; }

  .mobile_menu {
    margin-top: -15px; } }
@font-face {
  font-family: Poppins-Regular;
  src: url("../fonts/poppins/Poppins-Regular.ttf"); }
@font-face {
  font-family: Poppins-Bold;
  src: url("../fonts/poppins/Poppins-Bold.ttf"); }
@font-face {
  font-family: Poppins-Medium;
  src: url("../fonts/poppins/Poppins-Medium.ttf"); }
@font-face {
  font-family: Poppins-SemiBold;
  src: url("../fonts/poppins/Poppins-SemiBold.ttf"); }
.container-login100 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 70px;
  background-color: #3b3a3a; }

.wrap-login100 {
  width: 500px;
  font-family: Poppins-Bold;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
  margin: 25px 0 25px 0; }

.join-hdr {
  display: block;
  font-size: 35px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  margin-top: 18px; }

.plan-hdr {
  display: block;
  color: #f5900c;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-top: 6px; }

.error-msg {
  display: block;
  color: orangered;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-top: 6px; }

.login100-form {
  width: 100%;
  margin-top: 35px; }

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 10px; }

.label-input100 {
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #333333;
  line-height: 1.5;
  padding-left: 7px; }

.input100 {
  font-family: Poppins-Medium;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  border: none;
  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 0 7px 0 33px;
  margin-top: 8px; }

.input101 {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  border: none;
  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 0 7px 0 33px; }

/*---------------------------------------------*/
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none; }

.focus-input100::after {
  content: attr(data-symbol);
  font-family: Material-Design-Iconic-Font;
  color: #adadad;
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 20px);
  bottom: 0;
  left: 0;
  padding-left: 13px;
  padding-top: 3px; }

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #7f7f7f;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }

.input100:focus + .focus-input100::before {
  width: 100%; }

.has-val.input100 + .focus-input100::before {
  width: 100%; }

.input100:focus + .focus-input100::after {
  color: #6580f1; }

.has-val.input100 + .focus-input100::after {
  color: #6580f1; }

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 95px; }

.wrap-login100-form-btn {
  width: 85%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto; }

.login100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #1e5cf9;
  background: -webkit-linear-gradient(right, #00dbde, #1e5cf9, #00dbde, #5c1ef9);
  background: -o-linear-gradient(right, #00dbde, #1e5cf9, #00dbde, #5c1ef9);
  background: -moz-linear-gradient(right, #00dbde, #1e5cf9, #00dbde, #5c1ef9);
  background: linear-gradient(right, #00dbde, #1e5cf9, #00dbde, #5c1ef9);
  top: 0;
  left: -100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }

.login100-form-btn {
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px; }

.wrap-login100-form-btn:hover .login100-form-bgbtn {
  left: 0; }

  /* ------------------------------------------------------------------

  /* ------------------------------------------------------------------
[ Alert validate ] */
.validate-input {
  position: relative; }

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  bottom: calc((100% - 20px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 2px;
  pointer-events: none;
  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  bottom: calc((100% - 20px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 8px; }

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1; }

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1; } }
.succctr {
  width: 100%;
  height: 350px;
  margin-top: 100px;
  display: none; }

/*# sourceMappingURL=bidzlink_theme.css.map */
