/*=============Chat Message button==============*/
.zsiq-custom-stickercont {
  /*--bottom: 10px!important;--*/
	 bottom: 100px!important;
}

@media only screen and (max-width: 800px) {
	.zsiq-custom-stickercont {
    bottom: 104px!important;
}
}

@media only screen and (max-width: 600px) {
	.zsiq-custom-stickercont {
    bottom: 125px!important;
}
}

@media only screen and (max-width: 480px) {
	.zsiq-custom-stickercont {
    bottom: 145px!important;
}
}
/*==========End Chat Message button=============*/



/*======Hide Footer on All Pages But One======
body:not(.page-id-42313) #footer-outer {
    display: none !important;
}
======Hide Footer on All Pages But One======*/


/* hide on every page */
/*div#footer-outer { display: none !important; }*/

/* show only on the one page */
/*body.page-id-42313 #footer-outer { display: block !important; }*/


.textwidget h5 {
	display:none!important;
}

.country-pnumbers {
	margin-top:-20px!important;
}

.countrycontact {
    display: flex!important;
}

.countrycontact img {
    width: 31px!important;
    margin-right: 16px!important;
    flex-shrink: 0!important;
	margin-bottom:5px !important;
}

.countrycontact .pnumber {
    margin: 0!important;
    font-size: 16px!important;
}



.web-video #epyt_gallery_70274 .epyt-gallery .epyt-video-wrapper .fluid-width-video-wrapper {
	display:none !important;
}

.center-cols {
  display: flex;
  justify-content: center;
}

#footer-outer, #nectar_fullscreen_rows > #footer-outer.wpb_row .full-page-inner-wrap {
  border-top: 8px solid #EC174C;
}

.ipbutton {
    display:inline-flex!important;
}

.ipbutton a {
    color:white;
}

.white {
	color:#fff;
}

a.white {
text-decoration:underline;
	text-decoration-color: #EC174C;
}

a:hover.white {
color: #EC174C;
}

.blue {
	color: #193177;
}

.red {
color: #EC174C!important;
}

.black {
	color:#000;
}

img.prod-header {
	margin-bottom:-55px!important;
	display: block;
  margin-left: auto;
  margin-right: auto;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.prod-header-spacer {
	margin:50px auto 0 auto!important;
}


@media only screen and (max-width: 600px) {
.prod-header-spacer {
	margin:auto;
	}
}

.prod-header-txt {
	font-size: 1.4em;
	margin-bottom:40px;
}


.black-box {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 35px;
  position: relative;
  top: 50px!important;
	border-radius:10px;
	margin-bottom:25px;
}

.blue-box {
  background-color: rgba(25,49,119, 0.5);
  padding: 35px;
  position: relative;
  top: 50px!important;
	border-radius:10px;
	margin-bottom:25px;
}

.red-box {
  background-color: rgba(0236,23,76, 0.5);
  padding: 35px;
  position: relative;
  top: 50px!important;
	border-radius:10px;
	margin-bottom:25px;
}

.red-header-box {
  background-color: #ec174c;
  padding: 16px!important;
	border-radius:5px;
	position: relative;
  top: 50px!important;
	margin-bottom:25px;
}

.material .nectar-button.large {
	border:1px solid #fff!important;
}

.nectar-button span {
	font-size:1.1em;
}

p {
	font-size:17px;
	line-height:22px;
}

ul {
	font-size:17px;
	line-height:22px;
}

.list-space li {
	margin-bottom:8px!important;
}

.list-space-lg li {
	margin-bottom:25px!important;
}

.checkmarks ul {
	margin-top: 0;
}

.checkmarks li {
margin-left: 1em;
	margin-right:1.1em;
list-style:none !important;
}
.checkmarks li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
	font-size:25px;
	color:#EC174C;
	display: inline-block;
	margin-left: -1.5em; /* same as padding-left set on li */
  width: 1.5em; /* same as padding-left set on li */
}

.bdr-box .full-width-section .row-bg {
  border-top: 1px solid #cecece!important;
 border-bottom: 1px solid #cecece!important;
}

.fa-icon {
	font-size:50px;
  text-align:center;
}

div.fa-icon {
	margin: -7px auto 13px auto;
}

.fa-icon-left {
	font-size:50px;
}

div.fa-icon-left {
	margin: auto auto 13px auto;
}


.fa-icon-lg {
	font-size:75px;
}

div.fa-icon-lg {
	margin: auto auto 13px auto;
}

.nav-area .full-width-section .row-bg {
 border-bottom: 1px solid #cecece!important;
	/*height:120px;*/
}

.nav-row {
	max-width:1100px!important;
	margin:auto;
}

.nav-name {
	margin:-18px auto -50px auto;
	text-align:center;
	color:#595959 !important;
	font-size:14px;
}

.nav-item {
margin-bottom: -13px !important;
  text-align: center;
  color: #595959 !important;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}

@media only screen and (max-width: 770px) {
.nav-item {
margin-bottom:15px!important;
}
	
 .nav-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
  }

  /* 2 columns per row */
  .nav-row .su-column {
    width: 50% !important;
    flex: 0 0 50% !important;
    float: none !important;
    margin: 0 !important;
  }

  .nav-row .su-column > * {
    text-align: center;
  }

  div.nav-icon {
    margin: 25px auto 0 auto;
  }
	
	.nav-row:last-child {
  margin-bottom: 0;
}
}
	
@media only screen and (max-width: 1000px) {
	.vertical-separator {
		border-right: none!important;
    padding-right: important;
    margin-right: important; 
	}
}


.nav-icon {
	font-size:45px;
  text-align:center;
	color: #4c606f;
}

div.nav-icon {
	margin: 25px auto 0 auto;
}


.lightbox-icon {
	font-size:70px;
  text-align:center;
	color: #4c606f;
}

div.lightbox-icon {
	margin: 25px auto 0 auto;
}

.boxed-header-red {
	width:100%;
	padding:10px 20px;
	background-color:#EC174C;
	color:#fff;
	margin:auto auto 18px auto;
	text-align:center;
	font-size: 1.4em;
  font-weight: 600;
}

.boxed-header-blue {
	width:100%;
	padding:10px 20px;
	background-color:#193177;
	color:#fff;
	margin:auto auto 18px auto;
	text-align:center;
	font-size: 1.4em;
  font-weight: 600;
}

.price {
  font-weight: 400;
  font-size: 4rem;
	text-align: center;
	margin:-5px auto -75px auto!important;
}

.box-title {
	font-size: 1.4em;
	font-weight:700;
	line-height: 1.2em;
	display: block;
  margin-bottom: -15px;
}

.icon-circle {
  background-color: #EC174C;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 45px;
  height: 90px;
  line-height: 90px;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 90px;
  word-spacing: 1px;
  transition: all .1s linear;
	margin-bottom:22px;
}

.shadow-box {
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}

.shadow-box-title {
		font-size: 1.2em;
	font-weight:600;
	line-height: 1.1em;
}

img.red-top {
	border-top:10px solid #EC174C;
}

.flip {
	transform:scaleX(-1);
}

.table {
	border:1px solid #193177;
	border-top:1px solid #193177; 
	border-collapse: unset;
	font-size:16px;	
}

.table-top {
	border-top:1px solid #193177; 
	border-bottom:1px solid #193177;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background-color: #193177;
	color:#ffffff;
	padding: 7px
}

.table-top-left {
	border-top:1px solid #193177; 
	border-bottom:1px solid #193177;
	border-left:1px solid #193177;
	border-right:1px solid #fff;
	background-color: #193177;
	color:#ffffff;
	padding: 7px
}

.table-top-right {
	border-top:1px solid #193177; 
	border-bottom:1px solid #193177;
	border-left:1px solid #fff;
	border-right:1px solid #193177;
	background-color:#193177;
	color:#ffffff;
	padding: 7px
}


.table-center {border:1px solid #193177; background-color:#fff; color:#333; padding: 7px}

.sip-logo {
	width:200px!important;
	margin-bottom:45px!important;
}

.sip-globe {
	margin-top:-30px!important;
	width:100%!important;
	max-width:500px !important;
}

.head-txt {
	line-height:24px;
	margin-top:30px;
}

.sip-price-box .su-note-inner {
  padding: .5em!important;
}

.sip-price-box .su-note {
  border-style: none;
  margin-right: 10px;
  margin-left: 10px;
	max-width:175px;
}

.sip-price {
  font-weight: 400;
  font-size: 3rem;
	text-align: center;
	margin:-15px auto -59px auto!important;
}

.quote-box div.fa-icon {
	margin: -10px auto 9px auto!important;
}

.lightbox-width {
	width:100%;
	max-width:1000px;
	margin:auto;
}

.space {
	margin:45px auto!important;
}

.space-btm {
	margin:auto auto 45px auto!important;
}

.space-top {
	margin:45px auto auto auto!important;
}

/*-----------forces the lightbox to the top----------*/
.mfp-bg,
.mfp-wrap {
  z-index: 2147483647 !important; 
}

.mfp-container,
.mfp-content {
  position: relative !important;
}
/*---------End forces the lightbox to the top--------*/



.vertical-separator {
    border-right: 2px solid #ddd;
    padding-right: 20px;
    margin-right: 20px; 
}

.vertical-separator-white {
    border-right: 2px solid #fff;
    padding-right: 20px;
    margin-right: 20px; 
}


/*.double-arrows ul {
	margin-top: 0;
	text-align: left!important;
}

.double-arrows li {
margin-left: 1em;
	margin-right:1.1em;
list-style:none !important;
}
.double-arrows li:before {
  content: "\f101";
  font-family: FontAwesome;
	font-size:16px;
	color:#EC174C;
	display: inline-block;
	margin-left: -2em;
  width: 1.7em;
}
*/


.double-arrows ul {
  margin-top: 0;
  text-align: left !important;
}

.double-arrows li {
  position: relative;
  margin-left: 0;
  margin-right: 1.1em;
  padding-left: 1.7em;
  list-style: none !important;
}

.double-arrows li:before {
  content: "\f101";
  font-family: FontAwesome;
  font-size: 16px;
  color: #EC174C;
  position: absolute;
  left: 0;
  top: 0;
}


.single-arrow ul {
	margin-top: 0;
	text-align: left!important;
}

.single-arrow li {
margin-left: 1em;
	margin-right:1.1em;
list-style:none !important;
}
.single-arrow li:before {
  content: "\f105";
  font-family: FontAwesome;
	font-size:16px;
	color:#EC174C;
	display: inline-block;
	margin-left: -2em; /* same as padding-left set on li */
  width: 1.7em; /* same as padding-left set on li */
}




.left-align {
    text-align: left!important;
}


.icon-box-red {
background-color:#EC174C!important;
border-radius:10px;
border:1px solid #fff!important;
width:100px;
margin:auto;
	color:#fff;
}

.ficon {
  line-height: 6.2rem;
	font-size:3.5rem;
	text-align:center;
}


i[class*="fa-"], span[class*="fa-"] {
  top: -4px;
	margin-top:7px;
}

.header30 {
	font-size:30px!important;
	margin-bottom:20px!important;
	line-height:36px;
	font-weight:700;
}

.text20 {
	font-size:20px!important;
	line-height:26px!important;
}

.text22 {
	font-size:22px!important;
	line-height:28px!important;
}

.text25 {
	font-size:25px!important;
	line-height:32px!important;
}

.text30 {
	font-size:30px!important;
	line-height:38px!important;
}

.text35 {
	font-size:35px!important;
	line-height:42px!important;
}

.text40 {
	font-size:40px!important;
	line-height:48px!important;
}

.text45 {
	font-size:45px!important;
	line-height:52px!important;
}

.text50 {
	font-size:50px!important;
	line-height:58px!important;
}

.text55 {
	font-size:55px!important;
	line-height:62px!important;
}

.text60 {
	font-size:60px!important;
	line-height:68px!important;
}

.text-thin {
	font-weight:300!important;
	letter-spacing: 1px;
}

.fourteenoverlay .row-bg-wrap .row-bg-overlay {
	opacity: 0.9!important;
}

h1.thin-header {
	font-weight:300!important;
	font-size: 40px!important;
  line-height: 50px!important;
}

.border-top-btm .inner-wrap {
 border-top:1px solid #cecece!important;
	border-bottom:1px solid #cecece!important;
}

.border-top .inner-wrap {
 border-top:1px solid #cecece!important;
}

.border-btm .inner-wrap {
 border-bottom:1px solid #cecece!important;
}

.dshadow .wpb_row {
	box-shadow: rgba(0,0,0,.04) 0 1px 0,rgba(0,0,0,.05) 0 2px 7px,rgba(0,0,0,.06) 0 12px 22px;
	border-radius:30px;
}


.video-border .wpb_video_wrapper {
	border:1px solid #fff!important;
}

/*=====Appliance Chart====*/
.model-row {
	background-color:#EC174C;
	color:#ffffff;
	padding: 12px;
	text-align:center;
	font-size:18px;
}


.head-row {
	background-color:#22AFED;
	color:#ffffff;
	padding: 12px;
	font-size:18px;
}


.item-left {
	color:#333;
	padding: 12px;
	text-align:left;
}

.item-center {
	color:#333;
	padding: 12px;
	text-align:center;
}

.table-item {
	color:#333;
	padding: 12px;
	text-align:left;
}

.device-img {
	width:100%;
	max-width:200px;
}

.phone-img {
	width:100%;
	max-width:125px;
}


.grey-row {
	background-color:#f4f2f2;
}

.pbxdevice td {
	border:none!important;
}
.pbxdevice img {
	max-width:125px!important;
}
/*=====END Appliance Chart====*/

.circle {
	border:4px solid #EC174C;
	border-radius:50%;
}

.center {
	margin:auto!important;
}

.center-content {
	text-align:center!important;
}

.checkbox ul {
	margin-top: 0;
}

.checkbox li {
margin-left: 1em;
	margin-right:1.1em;
list-style:none !important;
}
.checkbox li:before {
  content: "\f14a"; /* FontAwesome Unicode */
  font-family: FontAwesome;
	font-size:20px;
	color:#EC174C;
	display: inline-block;
	margin-left: -1.5em; /* same as padding-left set on li */
  width: 1.5em; /* same as padding-left set on li */
}

.force-white {
  filter: brightness(0) invert(100%);
}

.force-red {
  filter: hue-rotate(150deg) contrast(165%) color(red);
}

.red-border {
	border:3px solid #EC174C;
}

.round-corner15 {
	border-radius:15px;
}

.round-corner20 {
	border-radius:20px;
}

.round-corner25 {
	border-radius:25px;
}

.font-thin {
	font-weight:300!important;
}


.btn-red {
  display: inline-block;
  background-color: #EC174C; 
  color: #ffffff;
	font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 35px;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
	margin:5px auto;
	border:1px solid #fff;
  transition: all 0.25s ease-in-out;
	line-height:30px;
	opacity:1 !important;
}

.btn-red:hover {
  background-color: #cf1342;
  color: #ffffff;
  transform: translateY(-2px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}



.btn-blue {
  display: inline-block;
  background-color: #193177; 
  color: #ffffff;
	font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 35px;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
	margin:5px auto;
	border:1px solid #fff;
  transition: all 0.25s ease-in-out;
	line-height:30px;
}

.btn-blue:hover {
  background-color: #203B86;
  color: #ffffff;
  transform: translateY(-2px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}


.btn-white {
  display: inline-block;
  background-color: #fff; 
  color: #EC174C;
	font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 35px;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
	margin:5px auto;
	border:1px solid #EC174C;
  transition: all 0.25s ease-in-out;
	line-height:30px;
}


.btn-hollow {
  display: inline-block;
  background-color: rgba(236, 23, 76, 0); 
  color: #ffffff;
	font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 35px;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
	margin:5px auto;
	border:1px solid #fff;
  transition: all 0.25s ease-in-out;
	line-height:30px;
}

.btn-hollow:hover {
  background-color: rgba(236, 23, 76, 0);
	color: #ffffff;
  transform: translateY(-2px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.btn-hollow-red {
  display: inline-block;
  background-color: rgba(236, 23, 76, 0); 
  color: #EC174C;
	font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 35px;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
	margin:5px auto;
	border:1px solid #EC174C;
  transition: all 0.25s ease-in-out;
	line-height:30px;
}

.btn-hollow-red:hover {
  background-color: rgba(236, 23, 76, 0);
	color: #EC174C;
  transform: translateY(-2px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.btn-cta-arrow {
  display: inline-flex;
  align-items: center; 
  justify-content: center;
  text-align: center;
	font-size: 18px;
}

.btn-cta-arrow::after {
  content: "\f0a9";
  font-family: "Font Awesome 6 Pro";
  font-weight: 200;
  font-size: 1.5em; 
  margin-left: 8px;
  color: #EC174C;
  display: inline-block;
  transition: transform 0.2s ease;
}

.btn-cta-arrow:hover::after {
  content: "\e4b1";
	color: #EC174C;
}

.btn-cta-arrow:hover {
  color: #EC174C;
}



.btn-list-arrow {
  display: flex; 
  align-items: center;
  justify-content: flex-start; 
  width: 100%; 
  text-align: left;
  font-size: 18px;
}

.btn-list-arrow::after {
  content: "\f0a9";
  font-family: "Font Awesome 6 Pro";
  font-weight: 200;
  font-size: 1.5em;
  margin-left: auto;
  color: #EC174C;
  transition: transform 0.2s ease;
}

.btn-list-arrow:hover::after {
  content: "\e4b1";
  color: #EC174C;
}

.btn-list-arrow:hover {
  color: #EC174C;
}

.btn-list li {
  border-bottom: 1px solid #cecece;
  list-style-type: none !important;
  margin-left: -30px;
  padding: 15px 0;
}

.btn-list {
  list-style-type: none !important;
  padding-left: 0;
}


.btn-icon {
  margin-right: 10px;
  /*font-size: 1.1em;*/
  vertical-align: middle;
}

.btn-icon-right {
  margin-left: 10px;
  /*font-size: 1.1em;*/
  vertical-align: middle;
}


.btn-icon i[class*="fa-"] {
  top: 0;
  display: inline-block;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  top: -2px;
  vertical-align: middle;
  max-width: 100%;
  margin-left: 10px;
	margin-right: 0;
	font-size: 1.1em;
}




.tall-btn {
	 padding: 18px 25px!important;
}

/* Polylang Button Icon Styling */
.pll-btn-icon {
  font-size: 1.2em;
  margin-right: 12px;
		margin-top:7px;
  vertical-align: middle!important;
}

.ipbutton {
  border: 1px solid #fff;
}

/*.nectar-cta {
  border: 1px solid #fff;
}*/

.globe-btm {
	margin-bottom:31px!important;
}

.slow-ani > * {
  animation-duration:5s;
		display:inline-block;
	-webkit-text-stroke: 2px #EC174C;
	color: white;

}
.sm-cog {
	margin-top:40px;
	
}

.gold {
color:#884103;
}

.steps-container {
  background-color: #EC174C;
  width: 85px;
	height:85px;
  padding: 15px;
  border-radius: 50%;
  margin: auto;
    margin-bottom: auto;
	display:inline-block;
}

.steps-container h3 {
  letter-spacing: -0.03em;
  font-size: 35px!important;
  line-height: 20px!important;
  font-weight: 600!important;
}


.eol-item td {
	background-color:#EC174C;
	color:#ffffff !important;
	font-size:18px;
}

.eol-table {
	border:1px solid #cecece;
	background-color:#fff;
	margin-bottom: 40px;
}

.eol-table td {
	color:#333;
	padding: 18px 12px;
	text-align:left;
	width:22.3%;
}

.eol-grey {
	background-color:#f4f2f2;
}

.eol-grey-row td {
	color:#333;
	text-align:left;
}
.pub-date {
	margin:12px auto;
}

.eol-product {
	width:33% !important;
}


.grey-bg img {
  background-color: #CCCCCC;
	padding: 20px !important;
  /*border-radius: 10px;*/
}


.sticky-btm .row-bg-layer {
	border-bottom: 1px solid #cecece;
}

.btn-right {
	margin-left: auto!important;
  margin-right: 0 !important;
}

.hor-separator {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px; 
}

.anchor-target {
  position: relative;
}

.anchor-target::before {
  content: "";
  display: block;
  height: 120px;
  margin-top: -120px;
  visibility: hidden;
  pointer-events: none;
}

@media only screen and (max-width: 1200px) {
#slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items
 {
    display: block!important;
}
#slide-out-widget-area.fullscreen-split .inner-wrap>.inner>.container {
        display: block!important;
    }
#slide-out-widget-area.fullscreen-split .left-side, #slide-out-widget-area.fullscreen-split .right-side {
        width: 100%!important;
        padding-right: 0;
        padding-left: 0;
        display: block!important;
				margin-top:20px;
    }

ul.off-canvas-social-links.mobile-only i.fa-envelope::before {
    content: "\f611" !important;
    font: var(--fa-font-solid) !important;
    font-size: 20px !important;
    margin-right: 6px !important;
}
ul.off-canvas-social-links.mobile-only a::after {
    content: "Status" !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #fff !important;
    line-height: 1 !important;
    display: inline-block !important;
    word-spacing: 1px !important;
    position: relative !important;
    top: 1px !important;
    vertical-align: middle !important;
}
}

i[class*="fa-"], span[class*="fa-"] {
  top: -4px;
  margin-top: -3px!important;
}

.bold-txt {
	font-weight:700 !important;
}

.semi-bold-txt {
	font-weight:600 !important;
}

.bold-menu .nectar-menu-item-with-icon {
	font-weight:bold!important;
	border-bottom:1px solid #cecece!important;
}

.bold-menu .item_desc {
	font-size: 12px!important;
  line-height: 16px!important;
  color: #333!important;
  font-weight: 400!important;
	margin-left: -25px;
}

.bold-menu .item_desc {
    color: #333 !important;
    -webkit-text-fill-color: #333 !important;
}



.list-header h4 {
	font-weight:600 !important;
	color:#ec174c;
}


#header-secondary-outer #social {
  align-items: last baseline!important;
}

.prod-toggle .toggle h3.toggle-title a {
  font-size: 17px!important;
  line-height: 22px!important;
  font-weight: 500!important;
	text-align:left!important;
}

.prod-toggle div[data-style="animated_circle"] {
  --toggle-spacing: 10px;
}

.prod-toggle div [data-style="animated_circle"][data-ac-bg-color="1"] .toggle {
  padding: 0 !important;
}

.maxdisplay {
	max-width:1600px!important;
}

.hide {
	display:none!important;
}

.center-btn {
	text-align:center;
	margin:auto;
}

#feature-icon .iwithtext .iwt-icon {
  position: absolute;
  left: 0;
  top: 5px!important;
}

.icon-box-white {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #EC174C;
  width: 85px;
  margin: auto;
}

.ficon {
  line-height: 5rem;
}
.ficon {
  font-size: 3.5rem;
  text-align: center;
}

/* image reflection */
.reflection-container {
    margin-bottom: 40px;
}

.canvas-reflection {
    display: block;
    margin-top: 2px;
    opacity: 0.7;
}

.red-text-box {
  background-color: #ec174c;
  padding: 16px!important;
	border-radius:5px;
	position: relative;
}

.blue-text-box {
  background-color: #303187;
  padding: 16px!important;
	border-radius:5px;
	position: relative;
}

.border {
	border:1px solid #cecece;
}

.quote-btn {
  display: inline-block;
  background-color: #EC174C;
  color: #ffffff!important;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  padding: 2px 14px 2px 0px;
  border-radius: 5px;
  margin: 30px auto;
  transition: all 0.25s ease-in-out;
  line-height: 30px;
  opacity: 1 !important;
	border:1px solid #fff;
}

.quote-btn .menu-title-text {
	color: #ffffff!important;
}

.quote-btn .menu-title-text a {
	text-decoration: none!important;
}

.quote-btn .menu-title-text::after {
    border: none!important;
}


.quote-btn a {
  padding-top: 6px!important;
	padding-bottom: 6px!important;
		font-weight: 600!important;

}

/*======404 Page Code=========*/
/* Nuke header, navigation, and footer elements entirely on the 404 page */
body.error404 #header-outer, 
body.error404 #header-space, 
body.error404 #header-secondary-outer,
body.error404 #footer-outer,
body.error404 .nectar-global-section.before-footer { 
    display: none !important; 
}

/* Force the remaining content container to fill the full screen beautifully */
body.error404 .container-wrap, 
body.error404 #ajax-content-wrap {
    padding: 0px !important;
    margin: 0px !important;
    min-height: 100vh !important;
}

.space-up {
    margin-top:-45px!important;
}

.max1250 {
	width:100%;
	max-width:1250px !important;
	margin:auto !important;
	text-align:center !important;
}

@media only screen and (max-width: 820px) {
	.width90 {
		max-width:90% !important;
	}
}

.back-btn {
padding: 12px 13px 12px 4px !important;
	margin-left: 0 !important;
}
/*======End 404 Page Code=========*/