@font-face {
  font-family: GraublauWeb;
  src: url("../fonts/Nexa-Light.otf") format("opentype"); }
@font-face {
  font-family: GraublauWeb;
  font-weight: bold;
  src: url("../fonts/Nexa-Bold.otf") format("opentype"); }
@media only screen and (max-width: 992px) {
  .container {
    max-width: 100% !important; } }
body {
  font-family: GraublauWeb !important; }

a {
  text-decoration: none !important; }

h1, h2, h3, h4, h5 {
  margin: 0; }

.container-fluid {
  width: 95%; }

@media only screen and (max-width: 992px) {
  .container-fluid {
    width: 100%; } }
/*swal2 css starts here*/
.swal2-container.fade {
  opacity: 1; }

.swal2-modal {
  font-family: GraublauWeb !important; }

.swal2-modal button {
  background-color: #8cc739 !important;
  color: #fff !important;
  transition: all 0.3s; }

.swal2-modal button:hover {
  background-color: #085dad !important; }

.swal2-container.in {
  background-color: rgba(0, 0, 0, 0.68) !important; }

/*swal2 css ends here*/
.menu_section .main_menu {
  background-color: #fff !important;
  border-bottom: 1px solid #085dad;
  box-shadow: 0 1px 9px -4px rgba(0, 0, 0, 0.75);
  margin: 0; }
  .menu_section .main_menu .navbar-brand img {
    width: 227px;
    position: relative; }
  .menu_section .main_menu .navbar-nav li a {
    font-weight: 600;
    color: #085dad !important;
    font-size: 18px;
    padding-left: 30px; }
    .menu_section .main_menu .navbar-nav li a img {
      width: 25px;
      position: relative;
      bottom: 2px;
      margin-right: 6px; }
    .menu_section .main_menu .navbar-nav li a .home_icon {
      bottom: 4px;
      margin-right: 0px; }
  .menu_section .main_menu .dropdown-menu {
    min-width: 200px;
    background-color: rgba(0, 86, 179, 0.9);
    padding: 0;
    margin-top: 15px;
    border-radius: 0; }
    .menu_section .main_menu .dropdown-menu .dropdown-item {
      padding: 7px 15px !important;
      color: #fff !important;
      font-size: 14px !important; }
      .menu_section .main_menu .dropdown-menu .dropdown-item:hover {
        background-color: #8cc739; }

@media only screen and (max-width: 992px) {
  .menu_section .main_menu .container {
    max-width: 100% !important; }
  .menu_section .main_menu .navbar-brand img {
    width: 200px; }
  .menu_section .main_menu .navbar-nav li a {
    font-size: 16px;
    padding-left: 10px; } }
@media only screen and (max-width: 767px) {
  .menu_section .main_menu .navbar-brand img {
    width: 160px; }
  .menu_section .main_menu .navbar-nav {
    padding-top: 20px; }
  .menu_section .main_menu .navbar-nav li a {
    font-size: 14px;
    padding-left: 0; }
    .menu_section .main_menu .navbar-nav li a img {
      width: 14px; } }
.mobileMenu_container .mobile_menu {
  padding: 10px 0;
  background-color: #fff;
  border-bottom: 1px solid #085dad;
  box-shadow: 0 1px 9px -4px rgba(0, 0, 0, 0.75); }
  .mobileMenu_container .mobile_menu .logo_holder {
    display: block;
    width: 180px;
    margin: 0 auto; }
  .mobileMenu_container .mobile_menu img {
    width: 180px; }
.mobileMenu_container .sideMenuItemHolder ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 59px; }
  .mobileMenu_container .sideMenuItemHolder ul li a {
    font-weight: bold;
    color: #3c3f42 !important;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    transition: all 0.3s;
    font-size: 14px; }
    .mobileMenu_container .sideMenuItemHolder ul li a:hover {
      background-color: #085dad;
      color: #fff !important; }
  .mobileMenu_container .sideMenuItemHolder ul li .active {
    background-color: #085dad;
    color: #fff !important; }
.mobileMenu_container .sideMenuItemHolder .submenu_li .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f106";
  font-size: 16px;
  position: absolute;
  left: 109px;
  top: 108px; }
.mobileMenu_container .sideMenuItemHolder .submenu_li .accordion-toggle.collapsed:after {
  content: "\f107";
  font-size: 16px;
  position: absolute;
  left: 109px;
  top: 108px; }
.mobileMenu_container .sideMenuItemHolder i {
  padding-right: 5px; }
.mobileMenu_container .sideMenuItemHolder .compare_submenu_holder li a {
  font-size: 12px !important;
  padding-left: 30px !important; }

@media screen {
  .hy-drawer-scrim {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    pointer-events: none;
    transform: translateX(0);
    -webkit-tap-highlight-color: transparent;
    @apply --hy-drawer-scrim-container;
    background: rgba(0, 0, 0, 0.5);
    background: var(--hy-drawer-scrim-background, rgba(0, 0, 0, 0.5));
    z-index: 20;
    z-index: var(--hy-drawer-scrim-z-index, 20); }

  .hy-drawer-content {
    position: fixed;
    top: 0;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(0);
    contain: strict;
    -webkit-overflow-scrolling: touch;
    @apply --hy-drawer-content-container;
    width: 200px;
    width: var(--hy-drawer-width, 200px);
    background: #efefef;
    background: var(--hy-drawer-background, #efefef);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: var(--hy-drawer-box-shadow, 0 0 15px rgba(0, 0, 0, 0.25));
    z-index: 30;
    z-index: var(--hy-drawer-z-index, 30); }

  .hy-drawer-content.hy-drawer-left {
    left: -200px;
    left: calc( -1 * var(--hy-drawer-slide-width, var(--hy-drawer-width, 200px)) ); }

  .hy-drawer-content.hy-drawer-right {
    right: -200px;
    right: calc( -1 * var(--hy-drawer-slide-width, var(--hy-drawer-width, 200px)) ); }

  .hy-drawer-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab; }

  .hy-drawer-grabbing {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing; } }
@media print {
  .hy-drawer-scrim {
    display: none !important; }

  .hy-drawer-content {
    transform: none !important; } }
.paddCutter {
  margin-top: 71px;
  position: relative; }

@media only screen and (max-width: 992px) {
  .paddCutter {
    margin-top: 68px; } }
@media only screen and (max-width: 767px) {
  .paddCutter {
    margin-top: 57px; } }
.banner_section {
  background: url(../images/banner.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .banner_section .card {
    border-radius: 10px;
    margin-top: 130px;
    border: none;
    background-color: rgba(223, 223, 223, 0.9) !important; }
    .banner_section .card h1, .banner_section .card h2 {
      color: #085dad;
      margin: 0;
      text-align: center; }
    .banner_section .card h1 {
      margin-bottom: 20px;
      font-size: 36px;
      font-weight: 600; }
    .banner_section .card h2 {
      font-size: 20px;
      margin-top: 20px; }
      .banner_section .card h2 a {
        color: #085dad;
        transition: all 0.3s; }
        .banner_section .card h2 a:hover {
          color: #8cc739; }
    .banner_section .card .bannerSelectBox {
      background-color: #fff !important; }
    .banner_section .card .form-control {
      color: #3c3f42 !important;
      display: block;
      margin: 0 auto;
      text-align: center;
      max-width: 80%;
      font-size: 22px; }
      .banner_section .card .form-control .fa {
        padding-right: 8px;
        color: #8cc739; }
    .banner_section .card .dropdown-menu {
      max-width: 100% !important; }
  .banner_section h3 {
    text-align: center;
    font-weight: 600;
    margin: 0;
    color: #fff;
    font-size: 23px;
    padding-top: 20px; }
  .banner_section .uspSection {
    background-color: rgba(0, 86, 179, 0.9);
    margin-top: 100px; }
    .banner_section .uspSection .paddLeftCutter {
      padding-left: 0;
      border-right: 2px solid #6fa0cf; }
    .banner_section .uspSection img {
      margin-top: 26px; }
    .banner_section .uspSection p {
      margin: 0;
      font-weight: 600;
      color: #fff;
      padding: 20px 0; }

@media only screen and (max-width: 992px) {
  .banner_section .card {
    margin-top: 80px; }

  .uspSection {
    margin-top: 70px !important; } }
@media only screen and (max-width: 767px) {
  .banner_section .form-control {
    max-width: 100% !important; }
  .banner_section h3 {
    margin-bottom: 70px; } }
.switchNow_section {
  padding: 60px 0 0; }
  .switchNow_section h2 {
    margin: 0;
    color: #085dad;
    font-size: 50px;
    font-weight: 600; }
  .switchNow_section p {
    font-size: 19px;
    text-align: justify; }
  .switchNow_section .btn-light {
    background-color: #8cc739;
    color: #fff;
    font-size: 22px;
    padding: 8px 40px;
    transition: all 0.3s;
    font-weight: 600;
    margin-top: 15px; }
    .switchNow_section .btn-light:hover {
      background-color: #085dad; }

@media only screen and (max-width: 992px) {
  .switchNow_section {
    padding: 40px 0 0; }
    .switchNow_section h2 {
      font-size: 27px; }
    .switchNow_section p {
      font-size: 16px; }
    .switchNow_section .btn-light {
      font-size: 18px;
      padding: 6px 30px; }
      .switchNow_section .btn-light:hover {
        background-color: #085dad; } }
@media only screen and (max-width: 992px) {
  .switchNow_section {
    padding: 30px 0; }
    .switchNow_section h2 {
      padding-top: 30px; } }
.three_simple_steps {
  padding: 60px 0;
  text-align: center; }
  .three_simple_steps h2 {
    margin: 0;
    color: #085dad;
    font-size: 35px;
    padding-bottom: 60px; }
  .three_simple_steps img {
    margin-bottom: 30px;
    width: 130px; }
  .three_simple_steps h3 {
    margin: 0;
    color: #085dad;
    font-weight: 600;
    font-size: 23px; }

@media only screen and (max-width: 992px) {
  .three_simple_steps {
    padding: 30px 0; }
    .three_simple_steps h2 {
      font-size: 27px; }
    .three_simple_steps img {
      width: 120px; }
    .three_simple_steps h3 {
      font-size: 20px; } }
@media only screen and (max-width: 767px) {
  .three_simple_steps {
    padding: 30px 0 0; }
    .three_simple_steps img {
      width: 100px; }
    .three_simple_steps h3 {
      margin-bottom: 50px; } }
.howWeWork_section {
  background-color: #d0e5fa;
  padding: 60px 0; }
  .howWeWork_section h2 {
    text-align: center;
    margin: 0;
    color: #085dad;
    font-size: 35px;
    padding-bottom: 60px; }
  .howWeWork_section p {
    margin: 0;
    color: #3c3f42;
    font-size: 19px;
    text-align: justify; }

@media only screen and (max-width: 992px) {
  .howWeWork_section {
    padding: 30px 0; }
    .howWeWork_section h2 {
      font-size: 27px;
      padding-bottom: 30px; }
    .howWeWork_section p {
      font-size: 16px; } }
.testimonial_section {
  padding: 60px 0; }
  .testimonial_section h2 {
    text-align: center;
    margin: 0;
    color: #085dad;
    font-size: 35px;
    padding-bottom: 60px; }
  .testimonial_section .testimonial {
    margin: 0 20px 40px; }
  .testimonial_section .testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background-color: #8cc739;
    position: relative; }
  .testimonial_section .testimonial .testimonial-content:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #8cc739;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg); }
  .testimonial_section .testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #085dad;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px; }
  .testimonial_section .testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #085dad;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px; }
  .testimonial_section .testimonial .heading {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px; }
  .testimonial_section .testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #fff;
    line-height: 23px;
    margin: 0; }
  .testimonial_section .testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #3c3f42;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0; }
  .testimonial_section .testimonial .post {
    display: block;
    font-size: 14px;
    color: #085dad; }
  .testimonial_section .owl-theme .owl-controls {
    margin-top: 0 !important; }
  .testimonial_section .owl-theme .owl-controls .owl-page span {
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s; }
  .testimonial_section .owl-theme .owl-controls .owl-page.active span,
  .testimonial_section .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #8cc739; }

@media only screen and (max-width: 992px) {
  .testimonial_section {
    padding: 30px 0; }
    .testimonial_section h2 {
      font-size: 27px;
      padding-bottom: 30px; } }
.logo_slider_section {
  background-color: #d0e5fa;
  padding: 60px 0; }
  .logo_slider_section h2 {
    text-align: center;
    margin: 0;
    color: #085dad;
    font-size: 35px;
    padding-bottom: 60px; }
  .logo_slider_section img {
    text-align: center !important;
    margin: 0 auto !important;
    display: block; }
  .logo_slider_section .owl-page span {
    background-color: #8cc739 !important; }
    .logo_slider_section .owl-page span:hover {
      background-color: #8cc739 !important; }
  .logo_slider_section .active span {
    background-color: #085dad !important; }
  .logo_slider_section .owl-pagination {
    padding-top: 40px; }

@media only screen and (max-width: 992px) {
  .logo_slider_section {
    padding: 30px 0; }
    .logo_slider_section h2 {
      font-size: 27px;
      padding-bottom: 30px; } }
.postCodeHolderBanner {
  padding: 60px 0;
  background-color: #ebebeb; }
  .postCodeHolderBanner h1, .postCodeHolderBanner h3 {
    color: #085dad;
    font-weight: bold;
    text-align: center; }
  .postCodeHolderBanner h1 {
    font-size: 35px; }
  .postCodeHolderBanner h3 {
    font-size: 25px;
    padding: 20px 0 50px; }
  .postCodeHolderBanner .custom_input_group {
    padding: 0 15px 0;
    margin: 0 auto;
    width: 45%;
    height: 50px; }
    .postCodeHolderBanner .custom_input_group input {
      height: 50px;
      border-radius: 0; }
      .postCodeHolderBanner .custom_input_group input:focus {
        border-color: #cccccc;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .postCodeHolderBanner .custom_input_group .btn-danger {
      border: none;
      transition: all 0.3s;
      background-color: #8cc739;
      text-transform: uppercase;
      border-radius: 0;
      font-weight: bold;
      width: 100%;
      height: 50px;
      padding-left: 40px;
      padding-right: 40px; }
      .postCodeHolderBanner .custom_input_group .btn-danger:hover {
        background-color: #085dad; }
      .postCodeHolderBanner .custom_input_group .btn-danger:focus {
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important; }
  .postCodeHolderBanner h4 {
    color: #3c3f42;
    padding: 40px 0 10px;
    font-size: 20px;
    text-align: center;
    font-weight: bold; }
    .postCodeHolderBanner h4 a {
      padding-left: 6px;
      transition: all 0.3s;
      color: #8cc739; }
      .postCodeHolderBanner h4 a:hover {
        color: #085dad; }
  .postCodeHolderBanner .points_holder {
    margin: 0 auto;
    width: 45%; }
    .postCodeHolderBanner .points_holder ul {
      color: #3c3f42;
      font-weight: bold;
      margin: 0;
      padding-left: 0; }
      .postCodeHolderBanner .points_holder ul li {
        font-size: 16px;
        list-style: none; }
        .postCodeHolderBanner .points_holder ul li i {
          padding-right: 15px; }

@media only screen and (max-width: 992px) {
  .postCodeHolderBanner {
    padding: 30px 0; }
    .postCodeHolderBanner h1 {
      font-size: 30px; }
    .postCodeHolderBanner h3 {
      font-size: 20px; }
    .postCodeHolderBanner .custom_input_group {
      width: 60%;
      height: 40px; }
      .postCodeHolderBanner .custom_input_group input {
        height: 40px; }
      .postCodeHolderBanner .custom_input_group .btn-danger {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        height: 40px; }
    .postCodeHolderBanner .points_holder {
      width: 60%; } }
@media only screen and (max-width: 767px) {
  .postCodeHolderBanner .custom_input_group {
    width: 100%; }
  .postCodeHolderBanner h4 {
    font-size: 18px; }
  .postCodeHolderBanner .points_holder {
    width: 100%; }
    .postCodeHolderBanner .points_holder ul li {
      font-size: 14px; }
      .postCodeHolderBanner .points_holder ul li i {
        padding-right: 6px; } }
/*post code page starts here*/
.searchResult_holder {
  list-style: none;
  padding: 0 5px 5px 5px;
  position: absolute;
  overflow-y: auto;
  min-height: 37px;
  max-height: 200px;
  margin-bottom: 0;
  background-color: #cecece;
  width: 100%; }
  .searchResult_holder li {
    color: #fff;
    background: #a0a0a0;
    padding: 4px; }
    .searchResult_holder li:nth-child(even) {
      background: #8c8c8c;
      color: #fff; }
    .searchResult_holder li:hover {
      cursor: pointer; }

/*post code page ends here*/
/*inner compare page starts here*/
.form_fillup_steps_section {
  background-color: #e0e0e0;
  padding: 60px 0; }

.form_fillup_steps_section .wizard, .form_fillup_steps_section .tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden; }

.form_fillup_steps_section .wizard a, .form_fillup_steps_section .tabcontrol a {
  outline: 0; }

.form_fillup_steps_section .wizard ul, .form_fillup_steps_section .tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0; }

.form_fillup_steps_section .wizard ul > li, .form_fillup_steps_section
.tabcontrol ul > li {
  display: block;
  padding: 0; }

/* Accessibility */
.form_fillup_steps_section .wizard > .steps .current-info, .form_fillup_steps_section
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em; }

.form_fillup_steps_section .wizard > .content > .title,
.form_fillup_steps_section .tabcontrol > .content > .title {
  position: absolute;
  left: -999em; }

/*
    Wizard
*/
.form_fillup_steps_section .wizard > .steps {
  position: relative;
  display: block;
  width: 100%; }

.form_fillup_steps_section .wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%; }

.form_fillup_steps_section .wizard > .steps .number {
  font-size: 16px;
  font-weight: 600; }

.form_fillup_steps_section .wizard > .steps > ul > li {
  width: 25%; }

.form_fillup_steps_section .wizard > .steps > ul > li,
.form_fillup_steps_section .wizard > .actions > ul > li {
  float: left; }

.form_fillup_steps_section .wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%; }

.form_fillup_steps_section .wizard > .steps a,
.form_fillup_steps_section .wizard > .steps a:hover,
.form_fillup_steps_section .wizard > .steps a:active {
  font-size: 14px;
  display: block;
  width: auto;
  text-decoration: none;
  border-radius: 0; }

.form_fillup_steps_section .wizard > .steps .disabled a,
.form_fillup_steps_section .wizard > .steps .disabled a:hover,
.form_fillup_steps_section .wizard > .steps .disabled a:active {
  background: #eee;
  color: #707070;
  cursor: default; }

.form_fillup_steps_section .wizard > .steps .current a,
.form_fillup_steps_section .wizard > .steps .current a:hover,
.form_fillup_steps_section .wizard > .steps .current a:active {
  background: #636363;
  color: #fff;
  cursor: default; }

.form_fillup_steps_section .wizard > .steps .done a,
.form_fillup_steps_section .wizard > .steps .done a:hover,
.form_fillup_steps_section .wizard > .steps .done a:active {
  background: #085dad;
  color: #fff; }

.form_fillup_steps_section .wizard > .steps .error a,
.form_fillup_steps_section .wizard > .steps .error a:hover,
.form_fillup_steps_section .wizard > .steps .error a:active {
  background: #870000;
  color: #fff; }

/*
    Tabcontrol
*/
.form_fillup_steps_section .tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%; }

.form_fillup_steps_section .tabcontrol > .steps > ul {
  position: relative;
  z-index: 1; }

.form_fillup_steps_section .tabcontrol > .steps > ul > li {
  float: left; }

.form_fillup_steps_section .tabcontrol > .steps > ul > li:hover {
  background: #edecec; }

.form_fillup_steps_section .tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  margin-top: 0; }

.form_fillup_steps_section .tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none; }

.form_fillup_steps_section .tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none; }

.form_fillup_steps_section .tabcontrol > .content > .body ul {
  list-style: disc !important; }

.form_fillup_steps_section .tabcontrol > .content > .body ul > li {
  display: list-item; }

.form_fillup_steps_section .steps > ul > li > a,
.form_fillup_steps_section .actions li a {
  padding: 10px;
  text-decoration: none;
  margin: 1px;
  display: block;
  color: #777; }

.form_fillup_steps_section .steps > ul > li,
.form_fillup_steps_section .actions li {
  list-style: none; }

.form_fillup_steps_section .steps ul li a .number {
  background-color: #8cc739;
  padding: 14px;
  position: relative;
  right: 10px;
  bottom: 1px;
  color: #fff; }

@media screen and (max-width: 992px) {
  .form_fillup_steps_section .wizard > .steps > ul > li {
    width: 100%;
    margin-bottom: 3px; } }
.form_fillup_steps_section .actions li a {
  padding: 8px;
  background-color: #8cc739;
  color: #fff;
  min-width: 120px;
  text-align: center;
  margin-right: 5px;
  transition: all 0.3s; }

.form_fillup_steps_section .actions li a:hover {
  background-color: #085dad; }

.form_fillup_steps_section .actions .disabled a {
  background-color: #eee;
  color: #707070; }

.form_fillup_steps_section .actions .disabled a:hover {
  background-color: #eee;
  color: #707070; }

.form_fillup_steps_section .options_holder h4 {
  color: #085dad;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 25px; }

.form_fillup_steps_section .options_holder h4 i {
  padding-right: 5px; }

.form_fillup_steps_section .option_holder {
  width: 110px;
  float: left;
  cursor: pointer;
  background-color: #8cc739;
  margin-right: 20px;
  text-align: center;
  border-radius: 5px; }

.form_fillup_steps_section .option_holder img {
  width: 40px; }

.form_fillup_steps_section .options_holder label {
  margin: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 15px 10px; }

.form_fillup_steps_section .options_holder label h5 {
  margin: 0;
  color: #fff;
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold; }

.form_fillup_steps_section .options_holder input[type="radio"] {
  /* HIDE RADIO */
  visibility: hidden;
  position: absolute; }

.form_fillup_steps_section .options_holder select {
  border-radius: 0;
  width: 300px; }

.form_fillup_steps_section .options_holder .options_block {
  background-color: #fff;
  padding: 25px 20px;
  margin: 10px 0; }

.form_fillup_steps_section .options_holder .highlight1, .form_fillup_steps_section .options_holder .highlight2,
.form_fillup_steps_section .options_holder .highlight3, .form_fillup_steps_section .options_holder .highlight4,
.form_fillup_steps_section .options_holder .highlight5 {
  background-color: #085dad; }

@media only screen and (max-width: 992px) {
  .form_fillup_steps_section {
    padding: 30px 0; }

  .form_fillup_steps_section .options_holder .options_block {
    margin: 5px 0;
    padding: 20px 10px; }

  .form_fillup_steps_section .option_holder {
    width: 102px;
    margin-right: 10px; }

  .form_fillup_steps_section .options_holder h4 {
    font-size: 20px; }

  .form_fillup_steps_section .option_holder img {
    width: 35px; }

  .form_fillup_steps_section .options_holder label {
    padding: 10px; }

  .form_fillup_steps_section .options_holder label h5 {
    font-size: 14px; } }
@media only screen and (max-width: 767px) {
  .form_fillup_steps_section .wizard > .steps .number {
    font-size: 14px; } }
@media only screen and (max-width: 462px) {
  .form_fillup_steps_section .options_holder h4 {
    text-align: center; }

  .form_fillup_steps_section .option_holder {
    width: 49%;
    border-radius: 0;
    margin: 1px; }

  .form_fillup_steps_section .options_holder select {
    border-radius: 0;
    width: 100% !important; } }
.form_fillup_steps_section .your_details_formholder {
  background-color: #fff;
  padding: 25px 20px;
  margin: 10px 0; }

.form_fillup_steps_section .your_details_formholder .form-group label {
  color: #212529;
  font-weight: bold;
  font-size: 15px; }

.form_fillup_steps_section .your_details_formholder .form-group .form-control {
  border-radius: 0;
  height: 40px;
  border-color: #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none; }

.form_fillup_steps_section .your_details_formholder .form-group .btn-outline-secondary {
  border-radius: 0; }

.your_details_formholder .form-group div {
  color: #a30000;
  background-image: url(../images/error-message-image.png);
  background-position: 2px center;
  background-repeat: no-repeat;
  font-size: 13px;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  padding-left: 24px;
  padding-top: 2px;
  width: 100%;
  position: relative;
  top: 5px; }

@media only screen and (max-width: 992px) {
  .form_fillup_steps_section .your_details_formholder {
    margin: 5px 0; }

  .your_details_formholder .form-group label {
    font-size: 14px; } }
.form_fillup_steps_section .tc_holder {
  background-color: #fff;
  padding: 25px 20px;
  margin: 10px 0; }

.form_fillup_steps_section .tc_holder h4 {
  color: #085dad;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 25px; }

.form_fillup_steps_section .tc_holder p {
  color: #3c3f42;
  margin: 0;
  text-align: justify; }

@media only screen and (max-width: 992px) {
  .form_fillup_steps_section .tc_holder h4 {
    font-size: 20px; } }
.form_fillup_steps_section .youy_summary_section {
  background-color: #bababa;
  padding: 25px 20px;
  margin-top: 57px; }

.form_fillup_steps_section .youy_summary_section h4 {
  margin: 0;
  color: #3c3f42;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 15px; }

.form_fillup_steps_section .youy_summary_section h5 {
  margin: 0;
  color: #3c3f42;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px; }

.form_fillup_steps_section .youy_summary_section h5 span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px; }

@media only screen and (max-width: 992px) {
  .form_fillup_steps_section .youy_summary_section {
    margin-top: 0; }

  .form_fillup_steps_section .youy_summary_section h4 {
    font-size: 20px; } }
@media only screen and (max-width: 767px) {
  .form_fillup_steps_section .youy_summary_section {
    margin-top: 30px; } }
.form_fillup_steps_section .expert_tip_section {
  background-color: #fff;
  padding: 25px 20px; }

.form_fillup_steps_section .expert_tip_section h4 {
  margin: 0;
  color: #3c3f42;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 15px; }

.form_fillup_steps_section .expert_tip_section p {
  margin: 0; }

@media only screen and (max-width: 992px) {
  .form_fillup_steps_section .expert_tip_section h4 {
    font-size: 20px; } }
/*inner compare page ends here*/
/*Inner page banner css starts here*/
.inner_banner_section {
  background: url(../images/inner_page_banner.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  padding: 140px 0; }
  .inner_banner_section h1 {
    margin: 0;
    font-weight: bold;
    font-size: 36px;
    color: #fff; }
  .inner_banner_section h4 {
    padding-top: 6px;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    word-spacing: 4px; }

@media only screen and (max-width: 992px) {
  .inner_banner_section {
    padding: 50px 0; }
    .inner_banner_section h1 {
      font-size: 30px; } }
/*Inner page banner css ends here*/
/*Disclaimer css starts her*/
.disclaimer_content_section {
  padding: 60px 0; }
  .disclaimer_content_section h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 30px;
    color: #085dad; }
  .disclaimer_content_section p {
    margin: 0;
    text-align: justify;
    color: #3c3f42; }

@media only screen and (max-width: 992px) {
  .disclaimer_content_section {
    padding: 30px 0; }
    .disclaimer_content_section h2 {
      font-size: 27px;
      padding-bottom: 20px; } }
/*Disclaimer css ends here*/
/*energy saving tips starts here*/
.saving_tips_content_section .tab_holder {
  padding: 30px 0; }

.saving_tips_content_section .nav-pills .nav-link.active,
.saving_tips_content_section .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #8cc739; }

.saving_tips_content_section .nav-link {
  font-weight: bold;
  margin: 0 10px;
  font-size: 14px;
  background-color: #085dad;
  color: #fff; }

.saving_tips_content_section .nav-link img {
  width: 60px;
  padding-bottom: 8px; }

@media only screen and (max-width: 992px) {
  .saving_tips_content_section .nav-link {
    margin: 0 8px; }

  .saving_tips_content_section .nav-link img {
    width: 60px;
    padding-bottom: 4px; } }
@media only screen and (max-width: 767px) {
  .saving_tips_content_section .nav-justified {
    background-color: #000;
    display: block; }

  .saving_tips_content_section .nav-link {
    padding: 5px;
    margin: 1px;
    border-radius: 0; }

  .saving_tips_content_section .nav-link img {
    width: 45px;
    padding-bottom: 2px; }

  .saving_tips_content_section .nav-item {
    width: 50% !important;
    float: left !important; } }
.saving_tips_content_section .content_part {
  background-color: #eaeaea;
  padding: 30px 10px; }

.saving_tips_content_section .content_part h2 {
  font-size: 35px;
  margin: 0;
  font-weight: bold;
  color: #085dad;
  padding-bottom: 15px; }

.saving_tips_content_section .content_part ul {
  padding-left: 17px; }

.saving_tips_content_section .content_part ul li {
  padding: 5px 0;
  text-align: justify; }

.saving_tips_content_section .content_part p {
  margin: 0;
  text-align: justify;
  color: #3c3f42; }

.saving_tips_content_section .content_part h3 {
  color: #3c3f42;
  text-align: justify;
  font-weight: 600;
  font-size: 20px; }

.saving_tips_content_section .content_part .link_text {
  font-size: 14px; }

@media only screen and (max-width: 992px) {
  .saving_tips_content_section .content_part {
    padding: 30px 0; }

  .saving_tips_content_section .content_part h2 {
    font-size: 27px; } }
/*energy saving tips ends here*/
/*Common text holder css starts here*/
.common_text_holder {
  padding: 60px 0; }

.common_text_holder h2 {
  font-size: 30px;
  margin: 0;
  font-weight: bold;
  color: #085dad;
  padding-bottom: 15px; }

.common_text_holder h5 {
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  color: #085dad;
  padding-bottom: 15px; }

.common_text_holder p {
  text-align: justify;
  color: #3c3f42; }

.common_text_holder ul {
  padding-left: 17px; }

@media only screen and (max-width: 992px) {
  .common_text_holder {
    padding: 30px 0; }

  .common_text_holder h2 {
    font-size: 27px; } }
/*Common text holder css ends here*/
/*Footer css starts here*/
.footer_section {
  background-color: #3c3f42; }
  .footer_section .top_part {
    padding: 30px 0; }
  .footer_section h3 {
    font-size: 22px;
    padding-bottom: 15px;
    margin: 0;
    font-weight: 600;
    color: #8cc739; }
  .footer_section ul {
    margin: 0;
    padding-bottom: 0;
    padding-left: 15px;
    list-style: none;
    color: #fff;
    font-weight: 600; }
    .footer_section ul li {
      padding-top: 3px; }
    .footer_section ul a {
      transition: all 0.3s;
      color: #fff; }
      .footer_section ul a:hover {
        color: #8cc739; }
  .footer_section img {
    right: 15px;
    position: absolute;
    bottom: 0;
    width: 220px; }
  .footer_section .bottom_bar {
    background-color: #085dad;
    text-align: center;
    padding: 20px 0; }
    .footer_section .bottom_bar p {
      margin: 0;
      color: #fff;
      font-size: 12px;
      font-weight: 600; }

@media only screen and (max-width: 992px) {
  .footer_section h3 {
    font-size: 20px; }
  .footer_section ul {
    font-size: 14px; } }
@media only screen and (max-width: 767px) {
  .footer_section {
    text-align: center; }
    .footer_section .top_part {
      padding: 10px 0 30px; }
    .footer_section h3 {
      padding-top: 20px; }
    .footer_section img {
      position: relative !important;
      clear: both;
      margin-top: 30px;
      width: 155px;
      right: 0; }
    .footer_section .bottom_bar {
      padding: 15px 0; } }
/*Footer css ends here*/

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