:root {
  --primary-color: #00b000; /*green*/
  --secondary-color: #00649a; /*blue*/
 /* --dark-color: #212024;*/
  /*--dark-color: #1b2021;*/
  --dark-color: #011a2d;
  --secondary-white: #f4f4f4;
  --tertiary-white: #fafafa;
  --gray-color: #2222221a;
  --green-color: #50a840;
  --lightgreen-color: #50a8400f;
  --lightblue-color: #0779e4;
  --lightyellow-color: #ffc1071f;
  --orange-color: #fb5b1b;

  --body-font: 'Open Sans', sans-serif;
  --heading-font: 'Open Sans', sans-serif;
  --btn-font: 'Oswald', sans-serif;

    --purple-color: #554CB9;
    --purple-light: #635AC8;
    --pink-color: #E33F84;
    --pink-dark:  #D02C71;


    --newGray:  #dfe6e9;
}

body {
  background: #fff;
  color:  var(--dark-color) !important;
}
select{
    background: url(/wp-content/plugins/utility-api/img/br_down.webp) no-repeat;
    background-position: 95% 50%;
    background-size: 10px;
    -moz-appearance: none; 
    -webkit-appearance: none;
    transition: none !important;
    background-color: #fff !important;
}

h1, h2, h3, h4, h5 {
    font-family: var(--heading-font) !important;
    color: var(--dark-color);
}

#main-content .container {
    /*border: 1px solid red !important;*/
    padding-right: 20px;
    padding-left: 20px;
}

.page .post-wrap .post-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 20px !important;
}


.page .post-wrap .post-content a {
    color: var(--secondary-color) !important;
    font-family: var(--body-font);
}
.page .post-wrap .post-content p {
    color: var(--dark-color) !important;
    font-family: var(--body-font);
}

.thank-you .post-wrap,
.res-new-complete .post-wrap {
    width: 100%;
}

.global-body {
    animation: fadein 2s;
    -moz-animation: fadein 2s;  
    -webkit-animation: fadein 2s;  
    -o-animation: fadein 2s;  
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.mx-auto {
    margin: auto;
}

.bttn-rounded {
    border-radius: 50px !important;
}

.postid-7391 .pc-menu,
.postid-7391 .partners,
.postid-7391 .prime-banner {
  display: none;
}
.page article {
    border-top: none;
}
.global-body .post-wrap {
    padding: 0;
}
.et_pb_widget,
.single article, .page article {
    box-shadow: none;
}
/*.with_sidebar .et_pb_extra_column_main, 
.with_sidebar .et_extra_layout .et_pb_column_main {
    padding: 0 60px 0 0 !important;
}*/
.et_pb_widget .widgettitle {
    /*text-decoration: underline;*/
    font-size: 28px;
    /*margin-bottom: 20px;*/
    background: var(--dark-color) !important;
    color: #fff;
}
#footer .et_pb_widget .widgettitle {
    background: transparent !important;
}
.global-body  .wpp-list li {
    display: grid;
    grid-template-columns: 50px auto;
    grid-gap: 20px;
    padding: 25px 20px;
}
.wpp-list {
    background: var(--tertiary-white) !important;
}

#footer .widget_list,
#footer .textwidget {
    background: transparent;
}

.et_pb_extra_column_sidebar a {
    color: var(--dark-color);
}
.global-body .et_pb_extra_column_sidebar a:hover {
    color: #61b15a;
}

.global-body .form-input input,
.global-body .form-input select {
    width: 100%;
    background-color: #fff!important;
    /*border: 1px solid transparent !important;*/
    margin-bottom: 15px;
    height: auto;
    /*font-family: 'Lato', sans-serif;*/
    font-size: 20px !important;
    color: #252525;
    padding: 15px;
    /*-webkit-appearance:none;*/
}


#seeRateSubmit,
button.s-btn[type="submit"] {
    font-family: "Poppins", sans-serif;
    /*padding: 15px;*/
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 50px;
    /*text-shadow: 2px 2px #6cab00;*/
}

button.s-btn[type="submit"] {
    font-family: var(--btn-font);
    /*padding: 15px;*/
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 50px;
    /*text-shadow: 2px 2px #6cab00;*/
}
button.s-btn.bttn-secondary {
    /*background: rgb(0,100,154);
    background: linear-gradient(90deg, rgba(0,100,154,1) 0%, rgba(0,100,154,1) 44%, rgba(0,212,255,1) 100%);*/
    background: var(--secondary-color);
}
.s-btn.bttn-secondary:hover {
    background: var(--secondary-color);
    -webkit-box-shadow: 0px 2px 16px -8px rgba(0,0,0,0.76);
    box-shadow: 0px 2px 16px -8px rgba(0,0,0,0.76);
}
.s-btn.bttn-primary {
    /* background: #00af02;*/
   /* background: rgb(97,177,90);*/
    background: #1ebe2e;
   /*background: var(--pink-color);*/
}
.s-btn.bttn-primary:hover {
  /*   background: #00af02;*/
    background: #1ebe2e;
  /*  background: linear-gradient(90deg, rgba(97,177,90,1) 0%, rgba(173,206,116,1) 31%, rgba(255,247,106,1) 100%);*/
  /*  background: var(--pink-color);
    -webkit-box-shadow: 0px 2px 16px -8px rgba(0,0,0,0.76);
    box-shadow: 0px 2px 16px -8px rgba(0,0,0,0.76);*/
}
.s-btn i {
    padding-left: 15px;
    transition: all 0.3s ease;
}
.s-btn:hover i {
    transform: translateX(5px);
}
.global-body .form-input input::placeholder {
    font-weight: normal;
    text-transform: capitalize;
    font-weight: 300;
}
.link-btn {
    transition: all 0.3s ease;
}
.link-btn:hover {
    -webkit-box-shadow: 0px 2px 16px -8px rgba(0,0,0,0.76);
    box-shadow: 0px 2px 16px -8px rgba(0,0,0,0.76);
}
.link-btn i {
    padding-left: 15px;
    transition: all 0.3s ease;
}
.link-btn:hover i {
    transform: translateX(5px);
}
#main-content {
    padding-top: 20px;
    padding-bottom: 30px;
}
#masthead {
    background-color: #fff;
    /*font-family: 'Lato', sans-serif;*/
    position: relative;
    z-index: 99;
}
.box-shadow {
    box-shadow: none;
    border-bottom: 1px solid #f1f1f1;
}
.prime-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 10px;
    height: 80px;
    /*font-family: 'Lato', sans-serif;*/
    font-weight: 500;
    padding: 0 15px 0 15px;
    color: #212631;
    padding-bottom: 0 !important;
}
.site-logo {
    display: inline-block;
    line-height: 0;
    width: 220px;
}
.sp-nav-menu {
    background: #fff;
    position: fixed;
    width: 80%;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 99999999;
    display: none;
    animation: slideInLeft; 
    animation-duration: 400ms;
}
@keyframes slideInLeft {
    0% {
        transform: translateX(500px);
    } 
}
#overlay1 {
    position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0.2; z-index: 999; display: none;
}
.pc-menu .menu .menu-item,
.prime-header .menu .menu-item {
    list-style: none;
    margin: 0;
    text-transform: uppercase;
}
.pc-menu .menu .menu-item a, 
.prime-header .menu .menu-item a {
    font-size: 16px; 
    display: block;
    padding: 10px 20px;
    color: #252525;
    font-weight: 600;
}

.pc-menu .menu .menu-item a:hover {
    color: #005700;
}

/*.prime-header .menu .menu-item:not(:last-child) a {
    border-bottom: 1px solid #f2f2f2;
}*/

.prime-header .menu {
    padding: 0;
    margin: 0;
}
.sp-close {
    padding-top: 15px;
    padding-right: 15px;
    text-align: right;
}

.p-relative {
    position: relative !important;
}

.header-sec {
    display: none;
}
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}
.txt-left {
    text-align: left;
}
.mright-1 {
    margin-right: 5px;
}
.mright-2 {
    margin-right: 10px;
}
.c-blue {
    color: #00649a;
}
.c-black {
    color: var(--dark-color);
}
.pc-menu {
    display: none;
}
.is_open {
    display: block;
}
.hero-wrapper {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
.hero-h1 {
    font-family: var(--heading-font);
    text-transform: none !important;
    font-weight: 800;
   /* color: #fff;*/
   color: #202124;
    /*text-shadow: -2px 2px 5px #00649a;*/
    font-size: 28px !important;
}
.prime-banner {
    /*background-image: url('/wp-content/themes/Extra/images/prime-banner3.jpg'); 
    background-size: cover;*/
    background-position: center center;
    /*background: #00649a;*/
    background-color: var(--tertiary-white);
    position: relative;
    overflow: hidden;
}
.pb-inner {
    height: 450px; 
    position: relative;
}
.txt-underline {
    position: relative;
    display: inline-block;
    color: var(--green-color);
}
.txt-underline::after {
    /*content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #1ebe2e;
    margin-top: -10px;
    border-radius: 4px;*/
    /*transform: skew(-30deg);*/
    /*position: relative;
    z-index: -1;*/
}

/*//start of form inner*/
.ri-form-inner {
    padding: 10px;
    position: relative;
    margin-top: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.ri-form-inner::after {
    /*content: '';
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.1;
    border-radius: 5px;
    box-shadow: 0 0 0 rgba(255,255,255, 1);*/
    /*animation: pulse 2s infinite;*/
} 
/*@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 1);
  }
  70% {
      -webkit-box-shadow: 0 0 0 15px rgba(255,255,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 1);
    box-shadow: 0 0 0 0 rgba(255,255,255, 1);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgba(255,255,255, 0);
      box-shadow: 0 0 0 15px rgba(255,255,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
*/.ri-form-inner:hover::after {
    animation: none;
}
.partners {
    background: #fff;
    display: none;
    padding: 20px 0;
}
.partners-inner {
    display: flex;
    align-items: center;
}
#masthead .current-menu-item {
    /*background: #198ac7;*/
}
#masthead .current-menu-item > a {
    position: relative;
    color: #005700 !important;
}

#masthead .sub-menu .current-menu-item a {
    border-left: 4px solid #005700;
    background: #00b00029;
}

/*#masthead .current-menu-item a::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #f5fcc1;
    left: 0;
    bottom: 0;
    margin-bottom: -1px;
}*/
.spinner {
    display: none;
    padding-left: 10px;
}
.t-wrapper {
    overflow-x: auto;
    margin-bottom: 10px;
}
#countries3 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 500px !important;
}
#countries3 th {
    padding: 10px;
}
hr {
    margin-bottom: 25px;
}
/*#footer .et_pb_widget .widgettitle {
    color: #212631 !important;
}
#footer .et_pb_widget a {
    color: #333333e8 !important;
}*/

#ftZip {
    border-radius: 5px;
    background: #fff !important;
    transition: none !important;
}
#ftZip::placeholder {
    color: #202124 !important;
    opacity: 1 !important;
    font-weight: bolder;
}
#seeRateSubmit {
    border-radius: 5px;
}

#ftZip, #serviceType {
    border: 1px solid var(--secondary-white);
    font-weight: 500 !important;
}

.line1 {
    position: absolute; 
    left: 0; top: 0; 
    width: 500px; 
    margin-left: -90px;
    margin-top: -210px; 
    opacity: 0.1;
}
.line2 {
    position: absolute; 
    right: 0; bottom: 0; 
    width: 500px; 
    margin-right: -90px; 
    margin-bottom: -210px; 
    opacity: 0.1;
}

body.single-wp_router_page {
     background: var(--secondary-white);
}

/*resedential*/
body.res-new-complete #main-content {
    /*background: var(--secondary-white) !important;*/
}

/*body.single-wp_router_page #main-content,*/
body.utility-form #main-content {
    background: var(--secondary-white) !important;
    padding-top: 20px;
}

body.page-child #main-content {
    background: #fff !important;
}

.thank-you .post-wrap,
body.res-new-complete .post-wrap {
    margin-top: 20px;
}

#ec_filters_container,
.fooicon,
#results_container {
   /* display: none !important;*/
}

.fooicon {
    display: none !important;
}

#com-app, #res-app {
    background: none !important;
    box-shadow: none !important;
    margin-top: 30px !important;
    padding: 0 !important;
}
.res-wrapper {
  /*  display: grid;*/
    grid-template-columns: 1fr;
}

.res-left-inner {
    position: absolute;
    width: 80%;
    background: #fff;
    left: 15;
    left: 0;
    padding: 20px;
    border: 1px solid #ccc;
    display: none;
    z-index: 99;
    margin-top: -89px;
}

.checkbox_group_ttl {
    margin-bottom: 5px; 
    font-family: var(--body-font);
}

.overlay3 {
    position: fixed; 
    left: 0; top: 0; 
    width: 100%; 
    height: 100%; 
    background: #000; 
    opacity: 0.2; 
    z-index: 99; 
    display: none;
}

.res-left-inner.is_open {
    padding: 0;
    border: 0;
    background: none;
}

.overlay3.is_open,
.res-left-inner.is_open {
    display: block;
}


.res-right-inner {
    /*background: green;*/
    color: var(--dark-color);
}

.res-left-box {
    background: #fff; 
    /*padding: 30px; */
    border-radius: 20px; 
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);  
    overflow: hidden;
    margin-bottom: 30px;

}

.custom-hr {
    width: 100%;
    display: block;
    height: 2px;
    background-color: #ccc;
    margin: 15px 0;
}

.left-side-ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: var(--secondary-white);
    font-size: 18px;
    color: var(--dark-color);
    font-family: var(--heading-font);
}

.left-side-ttl strong {
    font-weight: 600;
     /*color: var(--secondary-color);*/
}

.left-side-inner {
    padding: 10px 20px;
}


.left-side-inner label {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 16px;
    font-family: var(--body-font);
}

.filter-title {
    padding: 0 20px 20px 20px;
    font-size: 20px;
    font-weight: 700;
    color: var(--dark-color);
}

.right-side-main-ttl {
    font-size: 24px;
    color: var(--dark-color);
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1;
}

.right-side-main-ttl span {
    font-size: 18px;
    color: #ccc;
}

.showing-result {
    font-family: var(--body-font);
    margin-top: 14px;
}

.plans-wrapper {
    margin-top: 40px;
}

.plans-wrapper .list {
    border: 0;
}

.email-pdf-download {
    /*border: 1px solid var(--dark-color);*/
    color: var(--dark-color);
    padding: 5px 30px;
    border-radius: 30px;
    margin-left: 15px;
    font-family: var(--body-font);
}

.email-pdf-download:hover {
    background: #0000000d;
}

.plan-box {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);  
    overflow: hidden;
    margin-bottom: 30px;
}

.plan-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plan-content {
    padding: 0 20px 20px 20px;
}

.plan-footer {
    padding: 10px 20px;
    /*background: var(--tertiary-white);*/
    border-top: 1px solid var(--secondary-white);
    border-bottom: 1px solid var(--secondary-white);
    text-align: right;
    font-size: 14px;
    font-weight: 700;
}

#page-container .plan-footer button {
    background: none;
    color: var(--lightblue-color) !important;
    text-transform: capitalize;
    width: auto;
}

#page-container .plan-footer button:hover {
    color: var(--lightblue-color) !important; 
}

.provider-logo {
    max-height: 35px;
    max-width: 110px;
}

.plan-btn button {
    padding: 10px 20px;
    background: var(--lightblue-color);
    color: #fff;
    font-weight: 600;
    font-family: var(--heading-font);
 /*   letter-spacing: 2px;*/
    border-radius: 30px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    /*text-transform: uppercase;*/
    /*line-height: 1;*/
    font-size: 14px;
}

.plan-btn button:hover {
    background: #046bcc !important;
}

.plan-puc {
    text-align: left !important;
    margin-bottom: 8px !important;
    color: #333;
}

.plan-rates {
    display: flex;
    color: var(--dark-color);
    flex-wrap: wrap;
}

.pr-con {
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.pr-con:not(:last-child) {
    margin-right: 25px;
}

.pr-con span {
    display: block;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-left: -2px;
}

.pr-details {
    padding: 20px;
    font-family: 'Nunito';
    font-size: 15px;
    /*background: var(--tertiary-white);*/
    position: relative;
}

.pr-details a:hover {
    color: var(--primary-color);
}

#res-app .res-wrapper .row.ec_product {
    border-style: none !important;
    margin-bottom: 0px !important;
}

/* #dialog-message {
    display: none;
    padding: 30px;
}

.dialog-wrapper  {
    padding: 0;
    border: 1px solid red;
    border-radius: 20px;
}

.dialog-wrapper  .ui-dialog-titlebar {
    border-radius: 20px 20px 0 0 ;
    padding: 15px 30px;
}

.dialog-wrapper .ui-dialog-titlebar-close {
    right: 30px !important;
}

#dialog-message .plan-header,
#dialog-message .plan-content {
    padding: 0;
    margin-bottom: 40px;
}*/

.res-crumbs-con {
    overflow: hidden; 
    width: 90%; 
    margin: auto;
    /*margin-top: 20px;*/
}

/*.res-new-complete ol.res-crumbs {
    margin-left: -204px;
}

.res-new-complete .res-identity-form ol.res-crumbs {
    margin-left: -419px;
}*/

/*.utility-form ol.res-crumbs {
    margin-left: -15px;
}*/

/*.res-new-complete-form.res-review-form ol.res-crumbs {
    margin-left: -632px;
}

.thank-you ol.res-crumbs {
    justify-content: flex-end;
}*/


 ol.res-crumbs {
  position: relative;
  /*overflow: scroll;*/
  counter-reset: counterNum;
  list-style: none;
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 0 !important;
  margin-bottom: 0;
  /*width: 90%;*/
/*  height: 126px;*/
  /*overflow: hidden;*/
  /*margin-top: 20px;*/
  font-family: var(--body-font);
}


ol.res-crumbs li {
  position: relative;
  float: left;
  /*width: 15%;*/
  text-align: center;
  color: var(--newGray);
  /*padding: 0 80px;*/
  padding: 0 8%;
  margin-top: 20px;
}



ol.res-crumbs li:before {
    /*counter-increment: counterNum;*/
    content: '';
    display: block;
   /* background-color: var(--secondary-white);*/
   background-color: #fff;
    border: 2px solid var(--newGray);
    text-align: center;
    /* width: 50px;
    height: 10px;*/
    width: 15px;
    height: 15px;
    line-height: 3.2;
    border-radius: 30px;
    position: relative;
    /*left: 50%;*/
    /* margin-bottom: 1.25em; */
    /* margin-left: -1.25em; */
    z-index: 2;
    font-size: 16px;
    font-weight: bold;
    font-weight: 600;
}

ol.res-crumbs li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--newGray);
    top: 10px;
    left: -50%;
}

/*ol.res-crumbs li.current + li:after {
    background-color: var(--primary-color);
}*/


ol.res-crumbs li:first-child:after {
    content: none;
}


ol.res-crumbs li.current:before {
    border: 2px solid var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
}

ol.res-crumbs li.done:before {
    content: '\f00c';
    font-size: 6px;
    line-height: 17px;
    z-index: 9;
    font-family: 'Font Awesome 5 Pro';
}


ol.res-crumbs li.current,
ol.res-crumbs li.current span {
    font-weight: 600;
    color: var(--primary-color);
}

ol.res-crumbs li span {
    display: none;
}

.current-progress:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    top: 10px;
    background-color: var(--primary-color);
    z-index: 1;
    /*left: 97px;*/
}
.current-progress.cp-done:after {
    width: 100%;
}

.bcrumbs-label {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-family: var(--body-font);
    font-weight: 600;
    color: var(--primary-color);
}


.filter-sm {
    text-align: right; 
    margin-bottom: 30px;
}

.filter-sm-btn {
    display: inline; 
    padding: 10px; 
    width: 100%; 
    font-size: 16px; 
    border-radius: 30px; 
    font-weight: 600; 
    /*border: 2px solid var(--dark-color); */
    color: var(--secondary-color); 
}


.base-rate {
    font-family: var(--body-font);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*.dnone-sm {
    display: none;
}*/

.rotate{
    -moz-transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

.rotate.down{
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.rcc {
   /* padding-left: 20px;
    padding-right: 20px;*/
    margin-top: 50px;
    margin-bottom: 30px;

}

.rcc .res-left-inner {
    color: var(--dark-color);
    position: relative;
    width: 100%;
    background: none; 
    l/*eft: 15;*/
    left: 0;
    padding: 0;
    border: 0;
    display: block;
    z-index: 1;
    margin-top: 0;
}


.rcc .res-left-inner .res-left-box {
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
}

.rcc .res-left-inner .res-left-box.is_open {
    height: auto;
    overflow: initial;
    margin-bottom: 25px;
}

.rcc-left-title {
  font-size: 24px; 
  font-weight: 700; 
  padding: 15px 0;

}

.rcc-rate {
  text-align: center;
  text-align: center; 
  padding: 10px 0; 
  font-size: 73px; 
  font-weight: 700; 
  line-height: 1;
  color: var(--primary-color);
 /* color: var(--purple-color);*/
}

.rcc-sub-txt {
  font-size: 16px;
  font-weight: 700;
}

.rcc-provider-img {
  padding: 20px; 
}

.rcc-plan-content {
  /*background: #fafafa;
  margin: 0 20px 10px 20px;*/
  padding: 0 25px 25px 25px;
  font-size: 16px;
  /*border-radius: 10px;
  border: 1px solid #ccc;*/
}

.rcc-plan-content-inner {
  font-family: var(--body-font);
  border-bottom: 1px dashed #ccc ;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5;
}

.rcc-plan-content-inner:last-child {
  border-bottom: 0;
}

.rcc-plan-content-inner span.label {
  font-weight: 700;
}

.rcc .right-side-main-ttl {
    margin-bottom: 10px;
}

.right-side-sub-txt {
    margin-bottom: 30px;
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.5;
}

.right-side-sub-txt span {
    font-weight: 700;
}

#res-signup .right-side-sub-txt strong {
    font-size: 16px !important;
}

.rcc-plan-box {
    padding: 20px;
    font-family: var(--body-font);
}


#v-form-main .vf-input {
    margin-bottom: 15px;
}

#v-form-main .vf-input label {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

#v-form-main .vf-input select,
#v-form-main .vf-input input {
    width: 100%;
    background-color: #fafafa !important;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 30px;
    font-size: 14px;
    line-height: 25px;
    height: auto;
    color: var(--dark-color);
}

#v-form-main .vf-input select:hover, 
#v-form-main .vf-input input:focus,
#v-form-main .vf-input input:hover {
    border: 1px solid var(--lightblue-color) !important;
    transition: all 0.3s ease !important;
}

#v-form-main .vf-input input::placeholder {
    color: #ccc;
    font-weight: 300;
}

/*#v-form-main .vf-input input:not([value=""]):not(:focus):invalid{
    border: 1px solid red !important;
}*/

button.vf-submit[type="submit"]{
    width: auto !important; 
    padding: 0 30px !important; 
    margin-top: 30px;
}

#v-form-main .vf-input input[type="email"]:not(:placeholder-shown),
#v-form-main .vf-input input[value]:valid:not([value=""]) {
  background-image: url(/wp-content/plugins/utility-api/img/check-solid-green.png) !important;
  background-position: center center;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-position: 95% 50% !important;
  transition: none !important;
}

#res-signup #v-form-main .vf-input input.error-class, 
#com-signup #v-form-main .vf-input input.error-class {
    background-image: none !important;
}

 #progress_bar {
  display: none; 
  text-align: center; 
  font-weight: 600; 
  margin-top: 10px; 
}
.list-unstyled {
    padding: 0 30px !important;
}
.list-unstyled li {
    margin-bottom: 0;
    font-size: 16px;
}
.bg-danger {
    padding: 15px; 
    background-color: #f2dede; 
    margin-top: 30px; 
    display: none;
}

.vf-input #su-request-wrap {
  float: none;
  display: block;
  width: auto;
  margin-right: 0;
  clear: none;

}

#notetext {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

#notetext p {
  background: #ffc1071f;
  padding: 10px 20px;
}

.vf-input h4 {
  font-family: var(--body-font) !important;
  margin-bottom: 15px !important;
  padding-bottom: 0 !important
}

.vf-input .input-note {
  font-size: 14px;
  color: red;
  padding-bottom: 5px;
  margin-top: -3px;
  font-weight: bold;
}

.vf-input.w-auto button {
    font-size: 16px;
    margin-bottom: 20px;
}

#su-street-wrap .search-icon.search-icon2 {
    z-index: 9;
    margin-top: 4px;
    margin-right: 11px;
}

.throbber {
  display: block !important;
  margin-top: 7px !important;
  margin-right: 23px !important;
}

#complete_form .auto-complete-esiid:hover {
  color: var(--dark-color);
}

.date-con {
    display: inline-flex;
}

.date-con .checked, .date-con .unchecked {
    position: absolute;
}

.date-con .su-dob-month {
    /*width: 300px !important;*/
    margin-right: 10px;
}
.date-con .su-dob-day {
   /* width: 100px !important;*/
    margin-right: 10px;
}
.date-con .su-dob-year {
    /*width: 150px !important;*/
}

#su-social-wrap-gexa .vf-input .su-social-ssn {
    width: 100px !important;
}

 .s-btn.in-active {
    background: #ccc;
    pointer-events: none;
}

.tac {
    display: block; 
    margin-top: 20px; 
    /*border: 1px solid #fafafa; */
    /*padding: 20px;*/ 
    border-radius: 10px;
}

#res-signup .vf-input .referral_code,
#res-signup .ref_code_btn .ref_code_btn {
    width: 100% !important;
}

.txt-capitalize {
    text-transform: capitalize !important;
}

#order-details .l-group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin-bottom: 30px;
}

.l-field label {
    font-weight: 600;
}

.l-val {
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #f4f4f4;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #50a8400f;
   /* background-color: rgb(85, 76, 185, 0.1);*/
    min-height: 54px;
    word-wrap: break-word;
    hyphens: auto;
}

.su-ttl {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc; 
    padding: 15px 0 !important; 
    margin-top: 50px; 
    margin-bottom: 20px; 
}

#res_complete_confirm_form .confirm-ul li {
    font-size: 16px;
}

.res-confirm-form-inner {
    background: #fafafa; 
    border: 1px solid #ccc; 
    padding: 20px;
}

#res_complete_confirm_form .vf-submit-absolute {
    position: absolute;
    bottom: 0;
    margin-bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.high-five {
  width: 100px;
  height: 100px;
}
.noti-mes {
  font-size: 16px;
  font-family: var(--font-body);
  line-height: 2;
  padding: 20px;
  font-weight: 600;
}
.noti-mes span {
  display: block;
  margin-top: 20px;
}
.link-btn {
  display: inline-flex; 
  padding: 10px 30px; 
  align-items: center; 
  font-size: 18px; 
  font-weight: 600; 
  background: var(--primary-color); 
  color: #fff !important;
}

.vf-input #sameaddress {
    display: flex;
}

.vf-input #sameaddress label {
    margin-top: -2px;
    margin-left: 8px;
    line-height: 1.5;
}

 #formPreLoader {
    display: none;
}

 #formPreLoader img {
    width: 100px;
    margin-top: 50px;
 }

 .vf-input .gexa_dob_div {
    width: 100%;
 }

.vf-input .gexa_dob_div select {
    width: 400px;
}

.c-review-link {
    text-align: right; 
    position: relative; 
    right: 0; 
    top: 0; 
    margin-right: 20px; 
    margin-top: 20px;
}

#crates-crumbs ol.res-crumbs {
    /*margin-bottom: 20px;*/
}

#crates-crumbs ol.res-crumbs li:before {
    line-height: 12px;
    /*padding-left: 2px;*/
}

#crates-crumbs .current-progress:after,
#crates-crumbs ol.res-crumbs li:after {
    top: 7px;
}

#crates-crumbs ol.res-crumbs.v-plan-crumbs li:before {
    line-height: 16px;
}

#crates-crumbs ol.res-crumbs.v-plan-crumbs li .current-progress:after,
#crates-crumbs ol.res-crumbs.v-plan-crumbs li:after {
    top: 9px;
}

.page .post-wrap h1 {
    padding: 0 !important;
}

.global-body .post-header {
    padding: 0;
}

.global-body .post-header .entry-title {
    font-size: 26px !important;
}

.prio-notice {
    margin-top: 30px;
}

.prio-notice h4 {
    font-family: var(--body-font) !important;
}

.base-rate.rate2 {
    display: block;
    margin-bottom: 20px;
}

.res-wrapper .row.ec_product {
    border: 0;
}

.res-wrapper #stars {
    margin-top: 0 !important;
}


.pr-stars {
    margin-top: 16px;
}

.pc-menu.remove-header,
.partners.remove-header,
.prime-banner.remove-header {
    border: 1px solid red;
    display: none;
}


.error404 .bgimage {
    background-position: 0 9999px;
    background-repeat: no-repeat;
}



.bill-amout-con {
    align: center; 
    /*margin-top: 80px;*/ 
    background-color: #fff;
    /* box-shadow: 1px 1px 1px 1px #ccc;*/ 
    border-radius: 30px;
    -webkit-box-shadow: 0px 2px 16px -8px rgba(0,0,0,0.76);
    box-shadow: 0px 2px 16px -8px rgba(0,0,0,0.76);
}

.header-first {
    font-size: 20px !important;
    line-height: 1.4 !important;
    text-align: center;
    font-weight: 500;
    padding-bottom: 20px !important;
}

.selectBillID select {
    width: 80%;
}

.similarPlan {
    display: flex;
    border: 0 !important;
    padding: 10px 20px !important;
    cursor: pointer;
    background-color: #ffc1071f;
    /*border-radius: 30px;*/
    margin-bottom: 21px;
    font-size: 16px;
    line-height: 1.5;
    align-items: center;
    transition: background-color 200ms ease-in-out;
}

.show-providers .plan-box {
    border: 1px solid #ffc107 !important;

}
.similarPlan:hover {
    background-color: #ffc1073d;
}

.removeESID {
    font-size: 30px; 
    position: absolute; 
    right: 0; 
    /*top: 45%; */
    /*    transform: translateY(-50%);*/
    margin-right: 51px;
    margin-top: 5px;
}

input:-webkit-autofill {
     -webkit-box-shadow: 0 0 0 100px white inset !important;
}

.greatbox {
    margin-top: -50px;
}


.loading-txt {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    color: var(--dark-color);
    margin-bottom: -40px;
    display: none;
    opacity: 0;
}

.esi-id-lookup {
    display: grid; 
    grid-template-columns: 1fr; 
    grid-gap: 5px;
}

.btn-lookup {
    width: 100%; 
    padding: 10px;
}

.esi-id-lookup-err {
    margin-top: 0; 
    font-size: 16px; 
    color: red;
    margin-bottom: 10px;
    line-height: 1.3;
}

.ec_esiid_results.esi-id-table {
    display: none;
}

.esi-id-table {
    font-size: 16px !important;
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 30px;
     margin-bottom: 20px;
     width: 700px;
}

.ec_utility_results.esi-id-table tr th,
.ec_utility_results.esi-id-table tr td,
.ec_esiid_results.esi-id-table tr th,
.ec_esiid_results.esi-id-table tr td {
    padding: 10px;
}

.ec_utility_results.esi-id-table thead,
.ec_esiid_results.esi-id-table thead {
    background: var(--secondary-color) !important;
    color: #fff !important;
    font-weight: 600;
    text-align: left;
}

.esi-id-table tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.bill-confirmation-container {
    width: 100%; 
    margin: auto; 
    padding: 20px; 
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    margin-top: 23px;
}

.right-side-main-ttl.bill-header {
    line-height: 1.3;
}


.bill-confirmation-inner {
    display: grid; 
    grid-template-columns: 1fr; 
    grid-gap: 30px; 
    align-items: center;
    margin-top: 40px;
}

.sub-head.sub-head2 {
    font-size: 16px;
}

.bill-img {
    text-align: center;
}

.bill-img img {
    width: 150px;
}

.bill-content p {
    font-size: 16px;
}

.bill-btn {
    display: block;
    text-align: center;
    background: var(--secondary-color);
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    transition: 200ms ease-in-out;
    font-size: 18px;
}

.bill-btn:hover {
     box-shadow: 0px 2px 16px -8px rgb(0 0 0 / 76%);
}


.footer-text {
    font-size: 16px;
}


table.tx {
    display: block;
    overflow-x: auto;
    margin-bottom: 20px;
}

table.tx tr th {
    padding: 5px;
    text-align: center;
}

#main-content table.tx tr td:first-child {
    width: 20%;
}

.show-onsite-plans {
    font-size: 16px; 
    cursor: pointer;
    font-weight: 600;
}

.show-onsite-plans.is-active {
    color: #e40017;
}

.a-btn {
    padding: 10px 15px; 
    border-radius: 5px; 
    color: #fff !important; 
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.a-btn-con {
    display: grid; 
    grid-template-columns: 1fr; 
    grid-gap: 15px;  
    margin-top: 15px;
}

.a-btn:hover {
    -webkit-box-shadow: 0px 2px 16px -8px rgba(0,0,0,0.76);
    box-shadow: 0px 2px 16px -8px rgba(0,0,0,0.76);
}

.rank-badge {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #dea83c;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    font-size: 17px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 9;
    margin-top: -15px;
}

.company-con {
    display: grid; 
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-top: 40px;
}

.p-summary {
    display: block;/* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    line-height: 1.8em;
}

.company-list-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 25px;
}

.company-star {
    display: flex; 
    align-items: center; 
    margin-top: 10px;
}

.company-h1 {
    text-align: center;
    font-weight: 600;
}

.review-table-2 {
    width: 100% ;
    overflow-x: auto;
    display: block;
}

.review-table-2 .reviewtable {
    width: 1097px;
    margin-top: 0 !important;
}

.page-id-7792 .radio-text input {
    height: 43px;
    border: 1px solid #939598;
    width: 100% !important;
}

.page-id-7792 .custom-select {
   width: 100% !important;
   margin-left: 0;
}

.page-id-7792 label.description {
    display: block !important;
}

.page-id-7792 .save-rating {
    background: var(--secondary-color);
}

.page-id-5999 .wpcf7-submit:hover,
.page-id-7792 .save-rating:hover {
    background: var(--secondary-color);
     -webkit-box-shadow: 0px 2px 16px -8px rgba(0,0,0,0.76);
    box-shadow: 0px 2px 16px -8px rgba(0,0,0,0.76);
    color: #fff;
}

.page-id-5999 .wpcf7-textarea,
.page-id-5999 .wpcf7-text  {
    border: 1px solid red;
    width: 100%;
    border: 1px solid #ccc;
    background: #fafafa !important;
    padding: 15px;
}

.page-id-5999 .wpcf7-recaptcha {
    margin-bottom: 15px;
}

.page-id-5999 .wpcf7-submit {
    background: var(--secondary-color);
    color: #fff;
}

.page-id-5999 .wpcf7-list-item {
    display: block;
}

.offsite-txt {
    font-size: 16px;
}

.blueTable {
    width: 100%;
    overflow: auto;
    display: block;
    border: none !important;
}

.ri-form-inner .form-input select {
    background: url(/wp-content/plugins/utility-api/img/arr-down-t.png) no-repeat;
    background-size: 10px;
    background-position: 95% 54%;
}


.sub-menu {
    padding: 0;
    position: relative;
    width: auto;
    background: #fcfcfc;
    display: none;
}

.sub-menu > li {
    display: block !important;
    text-align: left;
    border-bottom: 1px solid #f6f6f6;
}

.sub-menu li:last-child {
    border-bottom: 0;
}

.sub-menu li a {
    padding: 10px 40px !important;
    border-left: 4px solid transparent;
    line-height: 25px;
    font-weight: 400 !important;
}


.sub-menu li a:hover {
    background: #00b00029;
    border-left: 4px solid #005700;
   /* color: #005700 !important;*/
}


.menu li.has-children > a:after {
    padding-left: 10px;
    content: '\f0d7';
    font-family: "Font Awesome 5 Pro";
    display: block;
    float: right;
    font-size: 14px;
}

.prime-nav {
    max-height: 85%;
    overflow: scroll;
}

.hideIcon i {
    display: none;
    visibility: hidden;
    height: 0;
    width: 0;
}

.prime-nav .menu .menu-item-has-children,
.pc-menu .menu-item-has-children {
    position: relative;
}

.hideIcon i,
.pc-menu .menu-item-has-children i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 7px;
    color: var(--dark-color);
}

.sp-nav-menu .menu .menu-item-has-children i {
    position: absolute;
    right: 0;
    top: 0;
    color: var(--dark-color);
    font-size: 35px;
    z-index: 99;
    padding: 10px 17px ;
}

.rotate-icon {
    transform: rotate(180deg);
}

.perks {
    display: grid;
    /*grid-template-columns: repeat(4, 1fr);*/
    grid-template-columns: 1fr;
    /*grid-gap: 25px;*/
    grid-gap: 20px;
    border-top: 1px solid var(--secondary-white);
    padding: 20px;
    background: #fcfffc;
    position: relative;
    overflow: hidden;
}

/* .perks-inner:nth-of-type(4n) .img-con { border: 2px solid blue; }
.perks-inner:nth-of-type(4n+1) .img-con { border: 2px solid green; }
.perks-inner:nth-of-type(4n+2) .img-con { border: 2px solid yellow; }
.perks-inner:nth-of-type(4n+3) .img-con { border: 2px solid orange; }*/

.perks-inner {
    position: relative;
    line-height: 21px;
    z-index: 2;
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-gap: 10px;
    align-items: center;

}

.perks-text {
    font-size: 12px;
}

.perks-inner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-con {
    height: 40px;
    width: 40px;
    /*margin-bottom: 5px;*/
}

.perk-wave {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-bottom: 0;
}

/*shows 4 perks only*/
.perks > .perks-inner:nth-child(4) ~ { display: none; }

/* request type style */
.radiobtn {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.radiobtn label:hover {
    background: rgb(3 176 1 / 10%);
   /*background:  rgb(85, 76, 185, 0.1);*/
}
.radiobtn label {
    display: block;
    background-color: #fafafa;
    color: var(--dark-color);
    padding: 10px 25px;
    border-left: 3px solid #ccc;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 15px;
 
}
.radiobtn label::before,
.radiobtn label::after {
    content: "";
    position: absolute;
    right: 32px;
    top: 16px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.radiobtn label::before {
    background: transparent;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    content: '\f00c';
    font-size: 12px;
    line-height: 17px;
    z-index: 9;
    font-family: 'Font Awesome 5 Pro';
    color: #fff;

}
.radiobtn input[type="radio"] {
    display: none;
    position: absolute;
    width: 100%;
    appearance: none;
}

.radiobtn input[type="radio"]:checked + label  {
    background: rgb(3 176 1 / 10%);
    border-color: rgb(3 176 1);
    /*border-color: var(--purple-color);
    background:  rgb(85, 76, 185, 0.1);*/
}


.radiobtn input[type="radio"]:checked + label::before {
    width: 20px;
    height: 20px;
    background: rgb(3 176 1);
    border: 1px solid rgb(3 176 1);
    /*background:  var(--purple-color);;
    border: 1px solid var(--purple-color);*/
}

.request-type-desc {
    display: block;
    font-size: 12px;
    color: #847c7c;
    line-height: 1;
    margin-bottom: 10px;
}

.card-input-element {
    display: none;
}

.card-input {
    margin: 10px;
    padding: 00px;
}

.card-input:hover {
    cursor: pointer;
}

.card-input-element:checked + label {
    background: #dff4f7;

}
.request-type-toggle {
    margin-top: 20px;
    margin-bottom: 40px;
}

.rtt-inner {
    position: relative;
    border-radius: 4px;
    margin: auto;
    width: 90%;
}

.t1-inner {
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 14px !important;
    margin-bottom: 15px !important;
    display: grid !important;
    grid-template-columns: 50px 1fr;
    align-items: center;
}

.t1-inner:hover {
   cursor: pointer;
}


.t1-inner div {
    line-height: 1;
}

.t1-desc {
    display: block; 
    margin-top: 5px; 
    color: #847c7c; 
    font-size: 12px;
    font-weight: 500;
}

.rtt-inner label::before,
.rtt-inner label::after {
    content: "";
    position: absolute;
    right: 23px;
    top: 15px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.rtt-inner label::before {
    background: transparent;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    content: '\f00c';
    font-size: 12px;
    line-height: 17px;
    z-index: 9;
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
}

.rtt-inner input[type="radio"]:checked + label::before {
    width: 15px;
    height: 15px;
    background: #00dfff;
    border: 1px solid #00dfff;
}


.footer-je {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

.v-form-flex {
    display: block;
}
 
.sZipcode {
    width: 100%;
    margin-right: 10px;
}
 
.sAddress {
    flex-grow: 1;
}

.s-esiid-dropdown {
   /* border-radius: 10px;*/
    overflow-y: scroll;
    max-height: 300px;
}

.s-esiid-dropdown .inner {
    /*padding: 6px 10px;*/
    font-size: 16px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    font-weight: 500;
    /*background: #0080000f;*/
}

.s-esiid-dropdown .inner:last-child {
    border-bottom: 0;
}

.s-type {
    font-size: 10px;
    padding: 0 7px;
    line-height: 20px;
    /*background-color: #B2EA70;*/
    border-radius: 3px;
    margin-left: -3px;
    display: block;
}
.esiid-span {
    border: 1px solid orange;
    display: inline-block;
    padding: 0 7px;
    line-height: 28px;
    border-radius: 3px;
    background: #ffa50040;
    margin-left: 5px;
}
a.esiid-link {
    display: block;
    padding: 6px 10px;
    position: relative;
    border: 1px solid transparent;
}

a.esiid-link:hover {
    border: 1px solid #3E7C17;
}

a.esiid-link:hover .s-see-rate {
    display: block;
}

.page .post-wrap .post-content a.esiid-link {
    color: #000 !important;
}

.s-see-rate {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #3E7C17;
    /*border: 1px solid green;*/
    height: 98%;
    padding: 0 20px;
    line-height: 3.7;
    /*background: #0080000f;*/
    display: none;
    font-weight: bold;
    z-index: 5;
}


@media ( min-width: 576px ) { 

    .sp-nav-menu {
        width: 350px;
    }


    /*.ri-form-inner {
        padding: 5px;
    }*/

    #countries3 {
      width: 100% !important;
    }

    .date-con .checked, .date-con .unchecked {
        position: relative;
        width: 40px;
    }

    .plan-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
/*
    .res-new-complete-form.res-review-form ol.res-crumbs {
        margin-left: -407px;
    }

*/

    .pr-stars {
        margin-top: 0;
    }
       
    .esi-id-lookup {
        grid-template-columns: 1fr 1fr 200px; 
        grid-gap: 10px;
    }

    .esi-id-table {
         width: 100%;
    }

    .hero-wrapper {
        width: 95%;
    }

    .perks {
        /*display: grid;
        grid-template-columns: repeat(4, 1fr);*/
        display: flex;
        flex-wrap: wrap;
         padding: 30px;
         grid-gap: 25px;
    }

    .perks-inner {
        flex: 1 1 160px;
        flex-basis: 40%;

    }

    .footer-je {
        text-align: center;
        font-size: 21px;
        line-height: 1.8;
    }

    .rtt-inner {
        width: 80%;
    }
    
    .radiobtn label::before,
    .radiobtn label::after {
        top: 30px;
    }

    .rtt-inner label::before,
    .rtt-inner label::after {
        top: 21px;
        width: 20px;
        height: 20px;
    }

    .rtt-inner input[type="radio"]:checked + label::before {
        width: 20px;
        height: 20px;
    }


}

@media ( min-width: 768px ) { 

    .hero-h1 {
        font-size: 37px !important;
    }

    .pb-inner {
        height: 355px; 
        position: relative;
    }

    #main-content {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    ol.res-crumbs {
        margin-top: 0;
       /* margin-bottom: 50px;*/
    }

    ol.res-crumbs li {
        padding: 0 10%;
    }

    ol.res-crumbs li span {
        font-size: 16px;
    }

    #open-pdf-popup {
        display: none;
    }
    
    .res-crumbs-con {
        width: 94%; 
    }



/*    .res-new-complete ol.res-crumbs {
        margin-left: -15px;
    }

    .res-new-complete .res-identity-form ol.res-crumbs {
        margin-left: -275px;
    }*/


    .date-con .checked, .date-con .unchecked {
        width: 50px;
    }

    .date-con .su-dob-month {
        width: 180px !important;

    }
    .date-con .su-dob-day {
        width: 100px !important;
    }
    .date-con .su-dob-year {
        width: 100px !important;
    }

    #su-social-wrap .su-social {
        width: 250px !important;
    }

    #su-social-wrap-gexa .vf-input .su-social-ssn {
        width: 100px !important;
    }

    #res-signup .referral_code_sec .referral_code {
        width: 40% !important;
    }

    /*.res-new-complete-form.res-review-form ol.res-crumbs {
        margin-left: -219px;
    }*/

    #order-details .l-group {
        grid-gap: 30px;
    }

    .l-val {
        font-size: 20px;
    }

    .res-confirm-form-inner {
        padding: 30px;
    }

    .high-five {
      width: 150px;
      height: 150px;

    }

    .noti-mes {
      font-size: 20px;
      padding: 30px;
    }

    .noti-mes span {
      display: block;
      margin-top: 0;
    }
    .link-btn {
      font-size: 20px;
    }

    .rcc-plan-box {
        padding: 30px;
    }

      .global-body .post-header {
        padding: 0 40px 40px !important;
     }

    .global-body .post-header .entry-title {
        font-size: 40px !important
    }

    .header-first {
        font-size: 40px !important;
        line-height: 1.4 !important;
        padding-bottom: 30px !important;
    }

    .selectBillID select {
        width: 80%;
        font-size: 24px !important;
        padding: 15px 30px !important;
        font-weight: 400;
    }

        .removeESID {
        margin-right: 64px;
        margin-top: 5px;
        }


    .vf-input.w-auto button {
        font-size: 20px;
        width: 380px !important;
     
    }

    .greatbox {
        margin-top: inherit;
    }

    .esi-id-lookup {
        grid-template-columns: 1fr 1fr 250px; 
    }

    .btn-lookup {
        padding: 13px;
    }

    .esi-id-lookup-err {
        margin-top: -30px; 
    }

    .bill-confirmation-container {
        width: 700px; 
         margin-top: auto;
    }  

     .bill-confirmation-inner {
        grid-template-columns: 150px 1fr; 
    }  

    .bill-btn {
        width: 400px;
        margin: auto;
    }

    .footer-text {
        font-size: 21px;
    }

    .company-con {
        grid-template-columns: 1fr 1fr;
    }

    .a-btn-con {
        grid-template-columns: 1fr 1fr; 
    }

    #review-table-2 {
        width: 100%;
        overflow-x: auto;
    }

    .blueTable {
        display: table;
    }

    .ri-form-inner {
        display: grid;
        grid-template-columns: 1fr 1.3fr 1fr;
        padding: 0;
        border: 1px solid var(--gray-color);
        border-radius: 7px;
    }

    .ri-form-inner .form-input input,
    .ri-form-inner .form-input select {
        margin-bottom: auto;
        height: 68px;
        border-radius: 0;
        /*padding: 20px;*/
        font-weight: 500 !important;
    }

    .ri-form-inner .form-input select {
        background: url(/wp-content/plugins/utility-api/img/arr-down-t.png) no-repeat;
        background-size: 12px;
        background-position: 93% 52%;
    }

    .rates-wrapper {
        width: 627px;
        margin: auto;
    }

    .global-body .form-input input,
    .global-body .form-input select {
        font-size: 20px !important;
    }

    #seeRateSubmit {
        border-radius: 0 5px 5px 0;
    }

     .v-form-flex {
        display: flex;
    }
     
    .sZipcode {
        width: 200px;
    }

    #seeRateSubmit,
    button.s-btn[type="submit"] {
        font-size: 22px;
        height: 68px;
    }

}

@media ( min-width: 992px ) { 

    /*.dnone-md {
        display: none;
    }

    .dnone-sm {
        display: block;
    }*/

    .pc-menu .menu .menu-item a, 
    .prime-header .menu .menu-item a {
        padding: 15px 30px;
    }


    #ftZip,
    #serviceType {
        font-size: 22px !important;
        border: 0 !important;
    }
    #masthead .current-menu-item {
        background: none;
    }
    .sp-hamburger,
    .sp-nav-menu {
        display: none;
    }
    .prime-header {
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        height: 80px;
        padding: 0;
    }
    .header-sec {
        display: flex;
        align-items: center;
    }
    .pc-tel span {
        font-size: 27px;
    }
    .pc-tel i {
        -ms-transform: rotate(-40deg); /* IE 9 */
        transform: rotate(-40deg);

    }
    .pc-location {
        display: grid;
        grid-template-columns: 30px 1fr;
        grid-gap: 5px;
        align-items: center;
    }
    .pc-menu {
        display: block;
        border-top: 1px solid var(--gray-color) !important;
        /*background-color: #00649a;*/
        border-bottom: 1px solid var(--gray-color);
        background-color: var(--tertiary-white);
       text-align: center;
    }
    .pc-menu .menu {
        padding: 0;
        margin: 0;
    }
    .pc-menu .menu .menu-item {
        display: inline-block;
    }
    .pc-menu .menu .menu-item a {
        font-size: 18px; 
        display: block;
        padding: 15px 30px;
        color: #212024;
        font-weight: bold;
    }
    .hero-h1 {
        font-size: 50px !important;
    }
    .txt-underline::after {
        height: 5px;
        margin-top: -15px;
    }
    .ri-form-inner {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0;
        border: 1px solid var(--gray-color);
        border-radius: 7px;
    }
    .global-body .ri-form-inner .form-input input::placeholder {
        font-weight: 500 !important;
    } 
    x
    .ri-form-inner .s-btn {
        border-radius: 0;
    }
    .form-input:nth-child(2) {
        border-left: 1px solid #eee;
    }
    .ri-form-inner::after {
        opacity: 0.2;
        /*border-radius: 0;*/
    }
    .partners {
        display: block;
    }

    #ftZip {
        border-radius: 5px 0 0 5px;
    }
    #seeRateSubmit {
        border-radius: 0 5px 5px 0;
    }
    .pb-inner {
        height: 393px; 
        position: relative;
    }


    .res-wrapper {
        display: grid;
        grid-template-columns: 350px 1fr;
        grid-gap: 50px;
        margin-bottom: 30px;
    }

    .filter-title {
        padding: 0 30px 20px 30px;
    }

    .res-left-inner {
        position: relative;
        width: auto;
        background: transparent;
        left: 0;
        padding: 0;
        border: 1px solid transparent;
        display: block;
        margin-top: 0;
    }

    .left-side-ttl {
        padding: 20px 30px;
    }

    .left-side-inner {
        padding: 20px 30px;
    }

    .right-side-main-ttl {
        font-size: 52px;
        margin-bottom: 50px;
    }

    .right-side-main-ttl span {
        font-size: 28px;
    }

    .plan-header {
        padding: 30px;
    }

    .plan-content {
        padding: 0 30px 30px 30px;
    }

    .plan-btn button {
        padding: 15px 30px;
        font-size: 20px;
    }

    .provider-logo {
        max-height: 50px;
        max-width: 200px;
    }

    .plan-footer {
        flex-direction: row;
        padding: 20px 30px;
    }

    .pr-con span {
        font-size: 42px;
    }

    .pr-con:not(:last-child) {
        margin-right: 50px;
    }

    .pr-details {
        padding: 30px;
        font-size: 15px;
    }

    .email-pdf-download {
        margin-left: 0;
    }

    #open-pdf-popup {
        display: block;
    }

    .res-crumbs-con {
        width: 100%; 
    }

    .right-side-sub-txt {
        font-size: 19px;
    }


    .res-new-complete-form.res-review-form ol.res-crumbs,
    .res-new-complete .res-identity-form ol.res-crumbs,
    .utility-form ol.res-crumbs,
    .res-new-complete ol.res-crumbs {
        margin-left: auto;
    }

    ol.res-crumbs {
        /*margin-top: 50px;
        margin-bottom: 50px;*/
        justify-content: space-around;
        width: 746px ;
        overflow: none;
          height: 126px;
    }

    ol.res-crumbs li:before {
        width: 50px;
        height: 50px;
        counter-increment: counterNum;
        content: counter(counterNum);
    }

    ol.res-crumbs li.done:before {
        content: '\f00c';
        font-size: 20px;
        line-height: 50px;
    }

    ol.res-crumbs li:after {
        top: 26px;
        height: 3px;
    }
  

    ol.res-crumbs li span {
        font-size: 14px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: -37px;
        font-weight: 600;
        width: 215px;
        margin-bottom: -5px;
        display: block;
    }

    .bcrumbs-label {
        display: none;
    }


    .filter-sm {
        display: none;
    }

    .rcc-plan-content {
        /*padding: 0 30px 20px 30px;*/
    }

    .current-progress:after {
       height: 3px;
       top: 26px;
    }



   /* .date-con .su-dob-month {
        width: 300px !important;
    }
    .date-con .su-dob-day {
        width: 100px !important;
    }
    .date-con .su-dob-year {
        width: 150px !important;
    }*/

    #order-details .l-group {
        grid-template-columns: 1fr 1fr;
    }

    .rcc .right-side-main-ttl {
        margin-bottom: 30px;
    }

    .thank-you ol.res-crumbs {
        justify-content: center;
    }

    .rcc .res-left-inner .res-left-box {
        height: auto;
        overflow: hidden;
        margin-bottom: 0;
    }

/*    .rcc .res-left-inner .res-left-box.is_open {
        height: auto;
        overflow: initial;
        margin-bottom: 25px;
    }*/

    #v-form-main .vf-input select,
    #v-form-main .vf-input input {
        padding: 10px 30px;
        font-size: 16px;
        line-height: 33px;
    }

    #su-street-wrap .search-icon.search-icon2 {
        margin-top: 8px;
        margin-right: 17px;
    }

     #formPreLoader img {
        width: 150px;
        margin-top: 50px;
     }

      .c-review-link {
        position: absolute; 
        margin-right: 40px; 
        margin-top: 30px;
    }

     .with_sidebar .et_pb_extra_column_main, 
    .with_sidebar .et_extra_layout .et_pb_column_main {
        padding: 0 60px 0 0 !important;
    }

    .error404 .et_pb_extra_column_main {
         padding: 0 0 0 0 !important;
    }

     .prio-notice {
        margin-top: 0;
    }

    .pr-stars {
        margin-top: 16px;
    }

    .error404 .bgimage {
        background-position: center -180px;
    }

   /* #crates-crumbs ol.res-crumbs.sl-crumbs {
        width: 850px !important;
    }*/


     .removeESID {
    margin-right: 64px;
    margin-top: 9px;
    }

    .left-side-ttl .fa-times {
        display: none;
    }

    #crates-crumbs ol.res-crumbs {
       /* margin-bottom: 50px;*/
    }

    #crates-crumbs ol.res-crumbs li:before {
        line-height: 46px;
        padding-left: 2px;
    }


    #crates-crumbs .current-progress:after {
        width: 68%;
    }


    #crates-crumbs .current-progress.cp-done:after {
        width: 125%;
    }
   

     #crates-crumbs ol.res-crumbs li:after {
       width: 125%;
       left: -80%;
    }

    #crates-crumbs ol.res-crumbs.v-plan-crumbs li .current-progress:after,
    #crates-crumbs ol.res-crumbs.v-plan-crumbs li:after,
    #crates-crumbs .current-progress:after,
    #crates-crumbs ol.res-crumbs li:after {
        top: 26px;
    }

    #crates-crumbs ol.res-crumbs.v-plan-crumbs li:before {
        line-height: 50px;
    }


    .loading-txt {
        margin-bottom: -22px;
    
    }

    .bill-confirmation-container {
        width: 800px; 
        padding: 30px; 
    }


    .bill-confirmation-inner {
        grid-template-columns: 200px 2fr; 
    }

    .sub-head.sub-head2 {
        font-size: 21px;
    }

    .bill-img img {
        width: auto;
    }

     .bill-content p {
        font-size: 21px;
    }

    .bill-confirmation-inner {
        grid-gap: 50px; 
    }

    .company-list-header {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 0;
    }

    .company-star {
        margin-top: 0;
    }

    .company-h1 {
        text-align: left;
    }

    .review-table-2 {
        overflow-x: unset;
    }

    .review-table-2 .reviewtable {
        width: 100% !important;
    }

    .offsite-txt {
        font-size: 20px;
    }

    .ri-form-inner {
        grid-template-columns: 1fr 1.3fr 1fr;
    }

    .rates-wrapper {
        width: 720px;
    }

    .ri-form-inner .form-input select {
 
        background-size: 15px;
 
    }

    #seeRateSubmit,
     button.s-btn[type="submit"] {
        font-size: 24px;
    }

    .sub-menu {
        position: absolute;
        width: 260px;
        background: #fff;
        display: none;
        box-shadow: 0px 1px 3px -18px rgba(0,0,0,0.59);
        -webkit-box-shadow: 0px 1px 3px -18px rgba(0,0,0,0.59);
        -moz-box-shadow: 0px 1px 3px -18px rgba(0,0,0,0.59);
        margin-left: 23px;
        /*border-radius: 4px;*/
    }

    .menu-item-has-children:hover > .sub-menu {
        display: block ;
    }

    .sub-menu li a {
        padding: 15px !important;
        font-weight: 600 !important;
        font-size: 18px !important
    }

    .calendaraas{
        width: 747px;
        margin: auto;
    }

    .s-type {
        display: inline-block;
    }


}

@media ( min-width: 1200px ) { 

    ol.res-crumbs {
        width: 960px ;
        
    }

    .hero-h1 {
        font-size: 55px !important;
    }

    .vf-input .gexa_dob_div {
        width: 570px;
     }

    .base-rate.rate2 {
        display: flex;
        margin-bottom: 0;
    }
    
    .pr-stars {
        margin-top: 0;
    }

  .bill-confirmation-container {
        width: 1050px; 
        padding: 50px;
    }

    .rates-wrapper {
        width: 835px;
    }

     .pb-inner {
        height: 370px; 
    }

    .ri-form-inner {
        grid-template-columns: 310px 1.3fr 1fr;
    }


    #ftZip,
    #serviceType {
        font-size: 25px !important;
    }

    /*.perks-inner {
        flex-basis: 20%;

    }*/

    .perk-wave {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        margin-bottom: -25px;
    }
    

}