/* 1. Root Variables (Brand Colors + Typography) */
html {
  font-size: 16px;
}
:root {

  --color-black: #242424;
  --color-black-secondary: #484848;
  --color-stroke: #b9bfc5;
  --color-bg: #f1faff;
  --color-white: #FFFFFF;
  --color-blue: #007cbb;
  --color-green: #1d8553;
  --color-blue-light: #007bc2;
  --color-gray:#686868;	

  /* Bootstrap overrides */
  --bs-primary: var(--color-green);
  --bs-secondary: var(--color-black-secondary);
  --bs-dark: var(--color-black);
  --bs-light: var(--color-bg);
  --bs-warning: var(--color-yellow);

  /* Typography */
  --font-family-base: 'Roboto', Arial, Helvetica, sans-serif;
}


body {
	font-size: 16px; 
   font-family: 'Roboto', sans-serif;
	text-wrap:pretty;
	color: #000;
	 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


h1{
    font-size: 2.5rem;
	color: #000; 
}
h3{
    font-size: 1.875rem;
    color: var(--color-green);
}
h2{
    font-size: 2.25rem;
}
h5{
    font-size: 1.5rem;
}
h6{
    font-size: 1.25rem;
}

a{
    font-size: 0.75rem !important;
    text-decoration: none;
}

.cleveland-banner,
.make-switch,
.unlimitted-banner,
.pricing-box{
    background-color: #ffba0025;
}
.cleveland-banner ul{
 /* list-style: none !important; */
 padding-left: 0;
}
.btn-primary, .wpcf7-submit{
    padding: 0.75rem 1.75rem !important;
    font-weight: bold;
	background-color:var(--color-blue-light) !important;
	border:none !important;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out;
	    font-size: 1rem !important;
	display: flex;
	align-items: center; 
}
.btn-primary i, .btn-secondary i, .btn-primary svg, .btn-secondary svg, .option-btn svg {
	transition: all 0.3s ease-in-out;
}
.btn-primary svg, .option-btn svg{
		stroke: #fff;
	width: 1.25rem;
    height: 1.25rem; 
}
.option-btn:hover svg {
	stroke: var(--color-blue-light) !important; 
}
.btn-primary:hover{
		border:none !important;
	background-color: #142041 !important;
	color:var(--color-white)!important;
/* 	    transform: translateY(-2px); */
}
.btn-primary:hover i, .btn-secondary:hover i, .btn-primary:hover svg, .btn-secondary:hover svg, .option-btn:hover svg  {
	transform: translateX(2px);
}
 .btn-secondary{
    border: 0;
    color: var(--color-blue);
    font-weight: bold;
	border-radius: 0 !important;
	   background-color: transparent !important;
	 border: 1px solid transparent !important;
	 padding: 0 !important;
	     font-size: 1rem !important;
}
.btn-secondary:hover{
	  background-color: transparent !important;
	 border: 1px solid transparent !important;
	 color: var(--color-blue) !important; 
} 
 .btn-secondary svg {
	 stroke: var(--color-blue-light) !important; 
	 	width: 1.25rem;
    height: 1.25rem; 
}
.link-underline {
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: fit-content;
}
header nav {
	    border-bottom: 1px solid #efefefb5;
    box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, 0.2); 
}
.link-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: var(--color-blue);
  transition: width 0.3s ease;
}

.link-underline:hover::after {
  width: 90%;
}  
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	 color: var(--color-blue) !important; 
}
.unlimitted-banner h5{
    color: var(--color-green);
    border-top: 1px solid var(--color-stroke);
	    width: fit-content;
}
.unlimitted-banner h4 {
	 width: fit-content;
}
.unlimitted-banner h6{
    color: var(--color-blue-light);
}

.unlimitted-banner a {
    font-size: 1.25rem !important;
    text-decoration: underline;
    text-underline-offset: 0.24rem;
    text-decoration-thickness: 2px;
/* 	    text-underline-position: from-font; */
	color: var(--color-blue-light) !important;
}
.unlimitted-banner a:hover {
	    opacity: 0.8;
	    color: #1b477b !important;
    border-color: #1b477b !important;
    transition: color .25s linear !important;
}
header .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 0.5rem;
}

/* .faq-item {
    display: flex;
    align-items: flex-start;
    gap: 0.938rem;
    margin-bottom: 1.563rem;
}

.faq-number {
    width: 2.375rem;
    height: 2.375rem;
    background: var(--color-green);
    color: var(--color-white);
    font-weight: bold;
    font-size: 1.125rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-content h2 {
    margin: 0;
    color: var(--color-blue-light);

} */

.faq-content strong {
    display: block;
    margin: 5px 0;
    font-size: 0.935rem;
}

.price {
    color: #0d75bd;
    font-size: 3.75rem;
    font-weight: bold;
}

.old-price del {
    color: #999;
    font-size: 1.875rem;
	    font-weight: 400;
}


.features-list {
    list-style: none;
    padding: 0;
}

.features-list li {
    margin-bottom: 0.935rem;
    padding-left: 1.563rem;
    position: relative;
    font-size: 1.125rem;
	color: #000;
    opacity: 0.9;
}

.features-list li:before {
    content: "";
    width: 0.875rem;
    height: 0.875rem;
    position: absolute;
    left: 0;
    top: 0.313rem;

    border: 3px solid var(--color-blue-light);  
    border-left-color: var(--color-green);;    
    border-bottom-color: var(--color-green);;    
    border-radius: 3px;
}

/* enrolment */
.enrolment-links .number{
    color: var(--color-green);
    font-weight: bold;
        font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.enrolment.unlimitted-banner h6 {
    position: relative;
	    margin-right: 1.5rem;
}

.enrolment.unlimitted-banner h6:not(:last-child)::after {
         content: "";
    position: absolute;
    right: -1.5rem;
    top: 55%;
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
    background-color: #000; 
}
.arrow-circle {
    width: 2.375rem;
    height: 2.375rem;
    background: var(--color-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
}

/* Leaving us  */

.options-row .option-title {
    text-decoration: none;
	color:var(--color-green);
}

.option-btn {
    padding: 0.5rem 1.25rem;
    color: var(--color-white);
	transition: all 0.3s ease-in-out;
	    display: flex;
    align-items: center; 
}
.option-btn:hover{
     transform: translateY(-2px);
	background: transparent !important;
}
.option-btn svg {
    stroke: #fff;
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.btn-blue {
    background-color: var(--color-blue);
/* 	border: 1px solid var(--color-blue); */
}
.btn-blue:hover {
	color:  var(--color-white);
/* 	border: 1px solid var(--color-blue); */
	background-color:#ffba00 !important;
}

.btn-green {
    background-color: var(--color-green);
/* 	border: 1px solid var(--color-green); */
}
.btn-green:hover {
	color:  var(--color-white);
/* 	border: 1px solid var(--color-blue); */
	background-color:#ffba00 !important;
	border-color:#ffba00 !important;
}

.btn-green:hover svg,
.btn-green:hover svg *,
.btn-blue:hover svg,
.btn-blue:hover svg * {
    fill: #fff !important;
    stroke: #fff !important;
    color: #fff !important;
}

.divider {
    width: 1px;
    height: 100px;
    background-color: #c9c9c9;
}

.help-card {
    background: #f5f5f5;
    /* border-radius: 10px; */
    transition: all .3s ease;
    padding: 5.188rem;
}

/* .help-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
} */


.help-card .icon i {
    color: #5a6a85;
}

/* faqs */
.leave-us-faq .accordion-item .accordion-button{
    font-size: 1.5rem !important;
    color: #00b3e3;
    padding: 2rem 0 ;
}
.accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-item {
    border: none !important;
}

.accordion-button {
    border: none !important;
}

.accordion-item + .accordion-item {
    border-top: 1px solid #e5e5e5 !important;
}

.accordion-button::after,
.accordion-button.collapsed::after,
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6'/%3E%3C/svg%3E") !important;
    background-size: 1rem;
    transition: transform .3s ease;
}

.accordion-button {
    --bs-accordion-btn-icon: none !important;
    --bs-accordion-btn-active-icon: none !important;
}

.accordion-button.collapsed::after {
    transform: rotate(0deg);
}


.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.accordion-button[aria-expanded="true"]::after {
    transform: rotate(180deg) !important;
}

/* help */

.help-lists h5{
    color: var(--color-green);
}


.need-phone p {
	    font-size: 1.375rem;
}
.feature-title {
	text-transform: uppercase;
	font-size: 1.25rem !important;
	font-weight: 700;
	    padding-bottom: 0.5rem;
}
.feature-description {
	font-size: 1.25rem;
}
.enrolment p {
line-height: normal;	
}
.enrol-box p{
	font-size: 1.25rem;
    line-height: normal;
	    padding-left: 0.2rem;
	    min-height: 6rem;
}
.enrol-box a {
	transition: all 0.2s ease-in-out; 
}
.enrol-box a:hover {
	    transform: rotate(-45deg);
}
.footer-lists a {
	color: var(--color-blue-light) !important;
}
.footer-lists a:hover {
	color: #1b477b!important;
	    transition: color .25s linear;

}
.footer-bottom-link:hover {
	opacity: 0.8; 
}
.subscribe-btn {
	    padding: 0.35rem 1.5rem;
    font-size: 0.75rem;
}
.subscribe-btn:hover {
        color:var(--color-white) !important;
		background-color:#213468 !important;
}

.enr-a{
	color: var(--color-blue-light) !important;
}
.enr-a:hover {
	opacity: 0.8; 
}
.footer-logo img:nth-child(3) {
    width: 5rem;	
}
.divider {
	    margin-top: 1rem;
}
.options-row .cancel-text {
    text-decoration: none;
    color: var(--color-green) !important;
}

.help-lists .features-list li:before {
    top: 0.5rem !important;
	} 
.chat-box .top-line, .chat-box .bottom-line {
	    font-size: 1rem;
}

.footer-logo img{
	    width: 30rem;
}  
/* responsive */
/*  Responsive Css */

@media (min-width: 1920px) {
  .container {
      max-width: 80%;
  }
	
}


@media (min-width: 1921px) and (max-width: 5210px) {
  html {
      font-size: 22px;
  }
	.cleveland-banner img {
		    width: 30rem !important;
	}
	header .container-fluid {
		    width: 90%; 
	}
	.enrol-popup-box {
    background: #fff;
    padding: 85px !important;
    width: 40% !important;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
}
	.cleveland-banner .col-md-6.pt-4.pt-md-0.ps-md-5 {
		    text-align: center;
	}
	.cleveland-banner .col-md-6.pt-lg-5.mt-lg-5{
		    padding-left: 10rem; 
	}
	.help-cards .col-lg-5 {
		        width: 33.33333333% !important;
	}
}
@media screen and (min-width: 1826px) and (max-width: 1920px) {
  html {
      font-size: 20px;
  }
	.need-phone img {
		width: 22rem; 
	}
}
@media screen and (min-width: 1681px) and (max-width: 1825px) {
  html {
      font-size: 18px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  html {
      font-size: 18px;
  }
  .cleveland-banner br,
    .need-phone br,
    .unlimitted-banner br,
    .enrolment-links br{
        display: none;
    }
}

@media (max-width:767.98px){
	.bottom-footer{
		border-top: 1px solid var(--color-stroke);
	}
	.navbar-brand.mobile-logo img{
		height: 30px !important;
	}
	h1 {
		font-size: calc(1.375rem + 1.5vw) !important;
	}
	.h2, h2 {
    font-size: calc(1.325rem + .9vw);
}
	.h3, h3 {
    font-size: calc(1.3rem + .6vw);
}
    .cleveland-banner br,
    .need-phone br,
    .unlimitted-banner br,
    .enrolment-links br,
	.modal-backdrop-custom br{
        display: none;
    }
	.cleveland-banner img {
	    padding-left: 2rem;
	}
	.need-phone img {
	    padding: 0 4rem;
	}
	.features-list li {
    text-wrap: auto;
	}
	.cta-div {
		justify-content: center; 
	}
	.feature-description br {
		display: none;
	}
	.feature-description {
    font-size: 1rem;
}
	.feature-title {
    font-size: 1.125rem !important;
	}
    .unlimitted-banner h5 {
    width: 100%;
	        font-size: 1.25rem;	
}
	.unlimitted-banner p {
    font-size: 1.5rem !important;
	}
    .faq-item {
        display: flex;
        align-items: flex-start;
        gap: 1rem;
    }

   .faq-number {
    width: 2rem !important;
    height: 2rem !important;
    font-size: 1.125rem !important;
    }

    .faq-content h2 {
        font-size: 1.5rem !important;
        line-height: 1.3;
		padding-top: unset !important;
    }
	.faq-content p, .pricing-box p {
    font-size: 1.125rem !important;
	}
	.faq-content p br, .pricing-box p br, .pricing-box h2 br {
		display: none;
	}
	header .navbar-toggler:focus {
    box-shadow: unset !important;
}
    .features-list li:before {
    left: 0;
    top: 8px;
}
	.need-phone p {
    font-size: 1rem;
}
	.unlimitted-banner {
		text-align: center; 
	}
	.unlimitted-banner h6 {
    font-size: 1.125rem;
    padding-top: 0.5rem;
}
	.enrolment p {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}
	.enrolment .d-flex.gap-3 {
		    flex-direction: column;
	}
	.enrolment .d-flex.gap-3 span {
		display: none; 
	}
	.enrolment.unlimitted-banner h6 {
		margin-right: 0 !important; 
	}
	.enrolment.unlimitted-banner a {
    font-size: 1.125rem !important;
	}
	.enrolment.unlimitted-banner h6:not(:last-child)::after{
		display: none; 
	}
	.enrol-box p {
		    min-height: unset;
        font-size: 0.875rem;
	}
	.enrolment-links .number {
		font-size: 1.5rem;
	}
	.enrolment-links h2 {
		text-align: center;
	}
	.features-list {
		    padding-left: 2rem !important;
	}
	.cleveland-banner .features-list, .planbox .features-list {
		    padding-left: 0rem !important;
	}
	.help-lists h5 {
    font-size: 1.25rem !important;
	}
	.features-list li {
    font-size: 1.125rem !important;
	}
	
	.leave-us-faq .accordion-item .accordion-button {
    font-size: 1.25rem !important;
	}
	
	.subscribe-section {
		    text-align: center;
	}
	.subscribe-section .subscribe-form{
		    text-align: center;
		margin: auto;
	}
	.subscribe-section p {
    font-size: 1.125rem !important;
    padding: 0.5rem 0;
}
	.help-lists .features-list li:before {
    top: 0.35rem !important;
} 
	
	    .footer-logo img {
        max-width: unset !important;
        width: 18rem !important;
    } 
	.footer-lists {
		        justify-content: center !important;
		        padding: 0 2rem; 
	} 
	header.navbar-toggler:focus, header.navbar-toggler:focus-visible {
			box-shadow: unset !important;
		outline: 0 !important;
		}
}
@media (min-width: 767px) and (max-width:900px) {
	 .help-cards .col-md-6 {
        width: 48% !important;
    }
	.hiw .col-md-10.col-xxl-11, .enrolment .col-md-10, .leave-us .col-md-10 {
		    margin-left: 0.5rem !important; 
	}
	    
}

@media (min-width: 767px) and (max-width:1200px) {
	html {
    font-size: 12px;
}
	h1 {
    font-size: 2.25rem;
	}
	h2 {
    font-size: 2rem !important;
}
	.cleveland-banner {
		padding-top: 4rem !important;
	}
	.need-phone img {
	    padding: 0 6rem 0 0;	
	}
	.make-switch .icon img {
		           width: 3.5rem;
        height: 3.5rem;
        object-fit: contain; 
	}
	.chat-box span {
		    font-size: 1.25rem;
	}
	.btn-chat {
    font-size: 0.875rem !important;
	} 
	.chat-box .top-line {
    white-space: nowrap;
    font-size: 1.25rem;
} 
	
header .nav-link {
    font-size: 1.25rem !important;
}
header.navbar-toggler:focus, header.navbar-toggler:focus-visible {
			box-shadow: unset !important;
		outline: 0 !important;
		} 
.help-cards .icon img {
	width: 2.5rem; 
}
}


.uacf7-step {

    margin: 0 auto !important;
    background: #ffffff;
    padding: 5.625rem 5rem;;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
}


.uacf7-step::before {
    content: "";
    position: absolute;
    top: -3.75rem;
    left: -3.75rem;
    width: 11.25rem;
    height: 11.25rem;
    background: #00b3e3;
    border-radius: 0 0 180px 0;
    opacity: 0.95;
    z-index: 1;
}

.uacf7-step::after {
    content: "";
    position: absolute;
    bottom: -2.5rem;
    right: -2.5rem;
    width: 12.5rem;
    height: 12.5rem;
    border-radius: 200px 0 0 0;
    border: 1px solid #f5b89a;
    border-right: none;
    border-bottom: none;
    z-index: 1;
}


.form-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #222;
    margin-bottom: 0.875rem;
    position: relative;
    z-index: 2;
}


.uacf7-step p {
    font-size: 1.25rem;
	    padding-top: 1rem !important;
	    color: #666666;
}


.uacf7-step input[type="text"],
.uacf7-step input[type="email"],
.uacf7-step input[type="tel"],
.uacf7-step input[type="number"],
.uacf7-step input[type="password"],
.uacf7-step textarea,
.uacf7-step select {
    width: 100%;
    padding: 0.75rem 0;
    font-size: 0.938rem;
    border: none; 
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 1.25rem;
    z-index: 2;
    background-color: transparent;
}


.uacf7-step input:focus,
.uacf7-step textarea:focus,
.uacf7-step select:focus {
    outline: none;
    border-bottom: 1px solid #ccc !important;
}




.btn-row {
    margin-top: 1.25rem;
}

.btn-row input,
.btn-row button,
.btn-row .uacf7-btn {
    background: #ffba00 !important;
    color: #fff !important;
    padding: 0.625rem 1.375rem;
    border-radius: 0.375rem;
    font-size: 0.938rem;
    border: none;
    cursor: pointer;
    display: inline-block;
}

/* .btn-row input:hover,
.btn-row button:hover,
.btn-row .uacf7-btn:hover {
    background: #2277a4 !important;
} */

.pum-theme-395 .pum-container,
.pum-theme-default-theme .pum-container {
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}
.uacf7-step.step-content button.uacf7-next {
    float: inherit !important;
	font-size:1.125rem !important;
	font-weight: 400;
}

.uacf7-buttons{
	text-align:center !important;
}
.step-card:first-of-type,
.step-card:last-of-type {
    text-align: center !important;
}
.wpcf7-form label {
    display: flex !important;
}

.wpcf7-list-item {
    display: inline-flex !important;
    align-items: center;
    margin-right: 0.75rem !important; 
	width:unset !important;
}

.step-card .wpcf7-radio input[type="radio"] {
    margin-right:0.625rem;
}
.uacf7-buttons{
	display:flex;
	justify-content:center;
	margin: 0 0 0 4.5rem !important;
}
.uacf7-prev{
	font-size:1.125rem !important;
	background:transparent !important;
    border: 1px solid #00b3e3 !important;
    margin-right: 1rem !important;
	font-weight:400;
	color:#666666 !important;
}
.uacf7-prev:hover{
	color:var(--color-white) !important;
	background-color:#142041 !important;
	transition: all 0.4s ease-in-out;
/* 	transform: translateY(-2px); */
/* 	border: 1px solid var(--color-blue-light) !important; */
	
}


.uacf7-step.step-content:last-child .uacf7-prev {
    display: none !important;
}


.uacf7-step.step-content button.uacf7-prev, .uacf7-step.step-content button.uacf7-next {
    margin-top: 5px;
    padding: 0.625rem 1rem !important;
}

.pum-theme-395 .pum-content, .pum-theme-default-theme .pum-content{
	color:#000000 !important;
}
.pum-theme-395,
.pum-theme-default-theme {
    background-color: rgba(18, 0, 0, 0.5) !important;
}
.uacf7-step.step-content:last-child button.uacf7-prev {
    display: none !important;
}

.required {
	color: red !important; 
	    margin: 0px 0px 0px 4px !important;
}

.wpcf7-list-item {
    display: inline-block !important;
    margin: 0 0 0.5rem 1em !important;
}
.step-card .small-text{
	font-size:0.875rem !important;
}
.step-card h4{
	font-size:1.25rem !important;
	text-align:start !important; 
	    padding-bottom: 1rem;
    font-weight: 400 !important;
} 
.success-msg{
	color:#00b3e3 !important;
	    font-size: 1.125rem; 
}

.uacf7-step.step-content.step-end button.uacf7-next, .uacf7-step.step-content.step-end button.uacf7-prev {
    display: none !important;
}

#404step-15 .uacf7-buttons {
	display: none !important
} 
.wpcf7-response-output {
	display: none !important;
}

#popmake-451 {
    padding: 3rem !important;
    border-radius: 3px;
    border: unset !important;
    box-shadow: unset !important;
    background-color: rgba(255, 255, 255, 1.00);
}

.form-desc a {
	font-size: 1.25rem !important; 
}

@media only screen and (min-width: 1024px) {
   #popmake-451{
                padding: 3rem !important;
    border-radius: 3px;
    border: unset !important;
    box-shadow: unset !important;
    background-color: rgba(255, 255, 255, 1.00);
    width: auto;
    margin: auto;
    left: unset !important;
    left: 30% !important;
    }
}

@media (max-width: 900px) {
	.uacf7-step {
		    padding: 100px 15px !important;
	}
	.uacf7-step::before, .uacf7-step::after {
		    width: 150px !important;
    			height: 150px !important; 
	}
	.uacf7-step p, .form-desc a {
    font-size: 1rem !important;
    padding-top: 1rem !important;
    color: #666666;
}
	.form-title {
    font-size: 1.25rem !important;
    margin-bottom: 0 !important;
	}
	.step-card h4 {
    font-size: 1.125rem !important;
		        padding-bottom: 0; 
	} 
	.wpcf7-form-control.wpcf7-radio {
		    display: flex;
	}
	.form-desc {
		    padding-bottom: 1rem !important;
	}
	.uacf7-buttons {
    margin: 0 0 0 3.5rem !important;
}
}

.pum-container .uacf7-step p {
    text-align: center !important;
}

.reason-textarea textarea,
.comment-textarea textarea{
    width: 100%;
    height: 70px;        
    border: none;
    border-bottom: 1px solid #dcdcdc;
    resize: none;
    outline: none;
    padding: 0;            
    margin-top: 20px;    
    line-height: 1.2;
    background: transparent;
}
 
#contact_number_real {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.btn-row input:hover, .btn-row button:hover, .btn-row .uacf7-btn:hover{
	border: none !important;
    background-color: #142041 !important;
    color: var(--color-white) !important;

}





