body { margin: 0; padding: 0; font-family: "Poppins", sans-serif; color: #101010; line-height: 2; }

a:not(.btn):not(.wp-block-button__link) { color: #4d97f0; }
a:not(.btn):not(.wp-block-button__link):hover,
a:not(.btn):not(.wp-block-button__link):focus { color: #101010; }

a,
.owl-nav button,
.posts-row .post-item:before { transition: 0.5s ease all; -webkit-transition: 0.5s ease all; -moz-transition: 0.5s ease all; -ms-transition: 0.5s ease all; -o-transition: 0.5s ease all; text-decoration: none; }

.btn>a,
.btn:not(.menu-item),
.wp-block-button__link { background: #101010; color: #fff; padding: 5px 20px; border-radius: 5px; }

.btn-group { display: flex; gap: 20px; justify-content: center; }

.btn.sky:not(.menu-item),
.wp-block-button__link { background: #4d97f0; color: #fff; border: 1px solid #4d97f0; }
.btn.sky:not(.menu-item):hover,
.btn.sky:not(.menu-item):focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus { background: #112d4e; border: 1px solid #112d4e; }

.btn.blue:not(.menu-item) { background: #112d4e; color: #fff; border: 1px solid #112d4e; }
.btn.blue:not(.menu-item):hover,
.btn.blue:not(.menu-item):focus { background: #112d4e; border: 1px solid #4d97f0; }

.btn.bdr.white:not(.menu-item) { background: none; border: 1px solid #fff; }
.btn.bdr.white:not(.menu-item):hover,
.btn.btn.bdr.white:not(.menu-item):focus { background: #fff; color: #112d4e; }


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

h1 { font-size: 36px; line-height: 1.5; }
h2 { font-size: 30px; line-height: 1.4; }
h3 { font-size: 26px; }
h4 { font-size: 22px; }

h6 { color: #4d97f0; font-size: 20px; font-weight: 500; } 

.container { max-width: 1130px; margin: 0 auto; padding: 0 20px; }

.header { padding: 10px 0; z-index: 9999; }

.header .container { display: flex; align-items: center; justify-content: space-between; }

.header .nav { display: flex; gap: 30px; align-items: center; }
.header .nav>ul { display: flex; align-items: center; margin: 0; padding: 0; }
.header .nav>ul>li { list-style: none; margin: 0 15px; padding: 0; }
.header .nav>ul>li.btn { margin: 0 5px; border: 0; }
.header .nav>ul>li:last-child { margin-right: 0 !important; }
.header .nav>ul>li>a { color: #4b4b4b; text-decoration: none; }
.header .nav>ul>li.btn>a { color: #fff; }

.header .nav>ul>li.current-menu-item>a,
.header .nav>ul>li>a:hover,
.header .nav>ul>li>a:focus { color: #4d97f0; }

.header .nav>ul>li.btn.sky>a { background-color: #4d97f0; }

.header .nav>ul>li.btn.sky>a:hover,
.header .nav>ul>li.btn.sky>a:focus { background-color: #112d4e; color: #fff; }

.header .nav>ul>li.btn.blue>a { background-color: #112d4e; }

.header .nav>ul>li.btn.blue>a:hover,
.header .nav>ul>li.btn.blue>a:focus { background-color: #4d97f0; color: #fff; }

.banner { color: #fff; text-align: left; background: center center no-repeat fixed; background-size: cover; padding: 130px 0; font-size: 18px; position: relative; min-height: 350px; display: flex;
	align-items: center; }
.banner::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0.4;
}

.banner .container {
	width: 100%;
}

.btn.sky.vbg {
	padding: 10px 30px;
	display: inline-block;
	margin-top: 20px;
}

.btn.sky.vbg:hover, .btn.sky.vbg:focus {
	background: #fff;
	color: #4d97f0;
	border-color: #fff;
}

.banner > div {
	position: relative;
}

.bdcmps {
	position: absolute;
	left: 20px;
	top: -110px;
	font-size: 13px;
}

.bdcmps a {
	color: #fff !important;
	text-decoration: underline;
}

.bdcmps a:hover,
.bdcmps a:focus {
	text-decoration: none;
}

.section-titles { text-align: center; margin-bottom: 40px; }

.section-m,
.section-p { margin: 80px 0; }

.section-p { padding: 80px 0; }

.products { display: flex; gap: 30px; }
.products .product-item { text-align: center; background: #f9f9f9; padding: 30px; border-radius: 16px; box-shadow: 0 5px 18px 3px #c9c9c9; font-size: 14px; width: 33.33%; } 
.products .product-item i { font-size: 30px; }
.products .product-item h5 { font-weight: 600; font-size: 20px; margin: 20px 0; }


.lrnmore { font-weight: bold; color: #101010; text-decoration: none; display: block; margin-top: 20px; }
.lrnmore:hover,
.lrnmore:focus { color: #4d97f0; }

.number-col { display: flex; gap: 30px; }
.number-col>div { width: 33.33%; background: #112d4e; padding: 30px; position: relative; color: #fff; border-radius: 16px; overflow: hidden; }

.number-col>div h5 { margin: 0 0 20px; font-weight: 500; text-transform: uppercase; position: relative; display: inline-block; padding: 8px 0; padding-right: 30px; }
.number-col>div h5 span { position: relative; } 
.number-col>div h5:before { content: ''; position: absolute; left: -50px; right: 0; top: 0; bottom: 0; background: #4d97f0; border-radius: 100px; z-index: 0; }
.number-col>div .number { font-size: 48px; font-weight: 700; line-height: 50px; }

.number-col>div.sky { background: #4d97f0; }
.number-col>div.sky h5:before { background: #112d4e; }

.lets-talk { text-align: center; color: #fff; background: #112d4e center center no-repeat fixed; background-size: cover; }
.lets-talk h2 { font-size: 40px; }

.lets-talk .talkcont { margin: 20px 0 10px; }

.lets-talk .btn { font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 600; }

.partisnimg {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 30px 0;
}
.partisnimg>div {
	width: calc(50% - 15px);
	margin: auto 0;
	text-align: left;
}
.partisnimg>div img {
	border-radius: 16px;
}

@media( min-width: 769px ) {

	.partisnimg.ritside>div:first-child {
		order: 2;
	}

}

ul.is-style-checkmark-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.is-style-checkmark-list li {
	list-style: none;
	margin: 5px 0;
	padding: 0 0 0 25px;
	position: relative;
}
ul.is-style-checkmark-list li:before {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0;
}


.testimonials { margin-top: -20px; }
.tsti-item { background: #fff; box-shadow:0px 0px 20px #d7d7d7; margin: 20px; padding: 30px; border-radius: 16px; } 
.tsti-item .tstitop { display: flex; gap: 20px; margin-bottom: 20px; }
.tsti-item .tstitop i { font-size: 40px; } 
.tsti-item .tstitop .tstinmgrp span { display: block; line-height: 18px; font-weight: bold; font-size: 15px; }
.tsti-item .tstitop .tstinmgrp span.desination { font-size: 13px; font-weight: 400; margin-top: 4px; }
.tsti-item .tsticont { font-size: 18px; font-weight: 400; line-height: 1.8; }

.owl-nav { position: absolute; top: 50%; left: -50px; right: -50px; display: flex; justify-content: space-between; margin-top: -21px; }
.owl-nav button { background: #4d97f0 !important; width: 42px; height: 42px; border-radius: 100%; display: flex; justify-content: center; align-items: center; }
.owl-nav button i { color: #fff; }
.owl-nav button:hover,
.owl-nav button:focus { background: #112d4e !important; }

.owl-dots { text-align: center; margin-top: 40px;
	display: flex;
	justify-content: center;
} 
.owl-dots>button {
	width: 14px;
	height: 14px;
	background: #b7b7b7 !important;
	margin: 0 5px;
	border-radius: 100%;
}
.owl-dots>button.active,
.owl-dots>button:hover,
.owl-dots>button:focus { background: #4d97f0 !important; }

.process { display: flex; }
.process .procitm {
	text-align: center;
}
.process .procitm .proimg {
	display: block;
}
.process .procitm .proimg img {
	display: block;
	margin: 0 auto;
}
.process .procitm .procstp {
	display: block;
	line-height: 15px;
	margin: 20px 0 25px;
	position: relative;
}
.process .procitm .procstp:before {
	content: '';
	height: 2px;
	background: #4d97f0;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 15px;
	z-index: -1;
}
.process .procitm:nth-child(1) .procstp:after,
.process .procitm:nth-child(4) .procstp:after {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	background: #4d97f0;
	height: 8px;
	width: 8px;
	border-radius: 100%;
	display: block;
}
.process .procitm:nth-child(4) .procstp:after {
	left: auto;
	right: 0;
}
.process .procitm:nth-child(2) .procstp:after,
.process .procitm:nth-child(3) .procstp:after,
.process .procitm:nth-child(4) .procstp i:after {
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: -7px;
	font-size: 16px;
	top: 9px;
	color: #4d97f0;
}
.process .procitm .procstp i {
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	background: #4d97f0;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 5px;
}
.process .procitm h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 15px 10px;
}
.process .procitm p {
	margin: 0;
	font-size: 14px;
	line-height: 1.9;
	padding: 0 15px;
}

.how-help { background: #4d97f0 right bottom no-repeat; color: #fff; }

.posts-row {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.posts-row .post-item {
	background: center center no-repeat;
	background-size: cover;
	height: 220px;
	display: flex;
	position: relative;
	background: #478de2;
}

.posts-row .post-item:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgb(0 0 0 / 79%) 0%, rgba(255, 255, 255, 0) 80%);
}

.posts-row .post-item:hover:before { background: rgba(0, 0, 0, 0.5186449579831933); }

.posts-row .post-item>.inr {
	position: relative;
	margin: auto 0 0;
	padding: 30px;
}
.posts-row .post-item { color: #fff; }
.posts-row .post-item>.inr .catdat {
	font-size: 13px;
}
.posts-row .post-item>.inr h6 {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 0;
	font-weight: 700;
}

.footer { background: #f0f0f0; font-size: 15px; }
.footer h6 {
	font-size: 16px;
	color: #101010;
	font-weight: 700;
	margin: 0 0 10px;
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer ul li {
	margin: 5px 0;
	padding: 0;
	color: #858585;
}
.footer ul li a {
	color: #101010;
}
.footer ul li a:hover,
.footer ul li a:focus {
	color: #4d97f0;
}

.wp-block-columns {
	margin: 0;
}

.footer .ftrrow2 {
	margin-top: 50px;
}

ul.wp-block-social-links {
	font-size: 16px;
	gap: 20px;
	margin:  0 0 30px;
}

.footer-cp .social-copyrittxt { max-width: 800px; margin: 0 auto 50px; }

.ftrrow3 .leftcpy p,
.ftrrow3 .ritcpy p {
	margin: 0;
	font-size: 14px;
}

.ftrrow3 .leftcpy p a {
	color: #101010;
}

.ftrrow3 .leftcpy p a:hover,
.ftrrow3 .leftcpy p a:focus {
	color: #4d97f0;
}

.ftrrow3 .ritcpy p {
	text-align: right;
}

.ftrrow3 .ritcpy p a {
	color: #101010;
}

.ftrrow3 .ritcpy p a:hover,
.ftrrow3 .ritcpy p a:focus {
	color: #4d97f0;
}

.developer { font-size: 11px !important; }

.header.sticky {
	position: sticky;
	top: 0;
	background: #fff;
}

.hdrtgl-btn {
	position: relative;
	height: 30px;
	width: 30px;
	display: none;
	background: #4d97f0;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
}

.hdrtgl-btn:before { content: "\f0c9"; font-family: "Font Awesome 6 Free"; font-weight: 900; }

.banner {
	background-color: #4d97f0;
}

.banner.pg {
	min-height: 1px;
}

.pocstm .post-item {
	width: calc(33.33% - 20px);
}

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

.container.bloginrcnt {
	max-width: 1300px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: flex-start;
}

.container.bloginrcnt .blogleft {
	width: 20%;
}

.container.bloginrcnt .blogmidcnt {
	width: calc(60% - 60px);
}

.container.bloginrcnt .blogright,
.container.bloginrcnt .blogleft {
	width: 20%;
	position: sticky;
	top: 150px;
}

blockquote.wp-block-quote {
	background: #e0eeff;
	margin: 30px 0;
	padding: 30px;
}

h3 { line-height: 1.5; }

.singlecat {
	margin: 30px 0;
}

.singlecat ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 10px;
}

.singlecat ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
}

.singlecat ul li a { background-color: #4d97f0; color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}

.posted-in {
	font-size: 14px;
	font-style: italic;
	opacity: 0.8;
}

.single-sidebar-row {
	border: 1px solid #e6e6e6;
	padding: 20px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin: 40px 0;
}

.single-sidebar-row:first-child { margin-top: 0; }

.single-sidebar-row h6 {
	margin: -20px -20px 20px;
	background: #e6e6e6;
	padding: 5px 20px;
	color: #112d4e;
	font-size: 15px;
	text-transform: uppercase;
}

.single-sidebar-row ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.single-sidebar-row ul li {
	list-style: none;
	margin: 15px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
}

.single-sidebar-row ul li a:hover,
.single-sidebar-row ul li a:focus { color: #101010; }

.single-sidebar-row p { margin: 0; }

.container.bloginrcnt .blogleft h6 { font-size: 16px; color: #101010; }

ul.toc-ul,
ul.toc-ul ul {
	margin: 0;
	padding: 0;
}

ul.toc-ul ul { margin: 15px;}

ul.toc-ul li {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}

ul.toc-ul li a {
	display: block;
	color: #101010;
	opacity: 0.9;
	line-height: 20px;
	border-left: 3px solid #f6f6f6;
	padding-left: 10px;
}

ul.toc-ul li a:hover,
ul.toc-ul li a:focus {
	display: block; color: #4d97f0; opacity: 0.9;
	border-left: 3px solid #4d97f0;
}

.faqs {
	padding: 50px !important;
}

.faqs hr {
	display: none !important;
}
.faqs h2 {
	margin: 0 0 20px;
}
.faqs .wp-block-details {
	margin: 20px 0;
	border: 0 !important;
	font-size: 16px !important;
}
.faqs .wp-block-details summary {
	font-weight: bold;
}
.faqs .wp-block-details p {
	font-size: 14px;
}
.faqs .wp-block-details {
	margin: 10px 0;
	border: 1px solid #bcbcbc !important;
	font-size: 16px !important;
	padding: 20px;
}

.post-categories li a {
	color: #fff !important;
}

.section-p.how-help.singlepghlp {
	margin-bottom: -80px;
}

.btn.blue.big {
	padding: 10px 20px;
	display: block;
	max-width: 160px;
	text-align: center;
	font-weight: bold;
}
.btn.blue.big:hover, .btn.blue.big:focus {
	background: #fff;
	color: #112d4e;
}

.cstmblockv {
	background: #112d4e;
	padding: 30px;
	color: #fff;
	border-radius: 10px;
	margin: 30px 0;
}
.cstmblockv img {
	max-height: 30px;
}

.cstmblockv p {
	font-size: 14px;
}

.cstmblockv .btn {
	background: #fff;
	color: #112d4e;
	padding: 14px 20px;
	display: inline-block;
	margin-top: 20px;
	font-size: 16px;
}

.cstmblockv .btn:hover,
.cstmblockv .btn:focus {
	background: #4d97f0;
	color: #fff;
}


.split-view {
	display: flex;
	flex-direction: row;
	height: 100vh;
}

.split-view > .left {
	flex-basis: 50%;
	background-size: cover; 
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px 30px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.split-view > .left .inner {
	max-width: 400px;
}

.split-view > .right {
	flex-basis: 50%;
	padding: 0px 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.split-view-form_wrapper .gform_title {
	display: none !important;
}

.split-view-form_wrapper {
	width: 100%;
}

.split-view-form .gform_next_button, .split-view-form #gform_submit_button_3 {
	background-color: #4d97f0 !important;
	color: #fff !important;
	border: 1px solid #4d97f0 !important;
}

.split-view-form .gform_next_button:hover, .split-view-form #gform_submit_button_3:hover {
	background-color: #112d4e !important;
	border: 1px solid #112d4e !important;
}

.split-view-form .percentbar_blue {
	background-color: #4d97f0 !important;
}

.cta-form_wrapper {
	max-width: 500px;
}

.cta-form_wrapper .gform-button {
	background-color: #4d97f0 !important;
	color: #fff !important;
	border: 1px solid #4d97f0 !important;
	padding: 10px 20px !important; 
	max-width: 200px !important;
	width: 100% !important;
	height: 55px !important;
	font-size: 17px !important;
}

.cta-form_wrapper #input_2_3_1 {
	height: 55px !important;
	padding: 0px 20px !important;
	width: 400px !important;
}

.cta-form_wrapper .gform_title {
	display: none !important;
}

.cta-form .ginput_address_city, .cta-form .ginput_address_state, .cta-form .ginput_address_zip {
	display: none !important;
}

.cta-form_wrapper .gform-loader {
	display: none !important;
}

.phn > a > span {
	display: flex;
	border: 1px solid #000;
	padding: 3px 10px;
	border-radius: 5px;
}

.phn > a > span svg {
	width: 13px;
	margin-right: 10px;
	position: relative;
	top: -1px;
	height: 18px;
	margin-top: auto;
	margin-bottom: auto;
}

.phn > a:hover span {
	background: #4d97f0;
	color: #fff;
	fill: #fff;
	border-color: #4d97f0;
}

.reviewform {
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  padding: 20px;
  margin-top: 40px;
}

.reviewform .revlogo {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.reviewform .revlogo img {
  max-width: 150px;
}

.reviewform form input, .reviewform form textarea {
  display: block;
  width: calc( 100% - 30px );
  margin: 0 0 15px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.reviewform form textarea {
  height: 120px;
}

.reviewform form .btn {
  padding: 10px 20px;
  font-weight: 600;
  font-family: 'Poppins';
  letter-spacing: 0.30px;
  display: block;
  margin-left: auto;
  margin-top: 30px;
  cursor: pointer;
}

.reviewform form .fullwrp.ttl {
  margin: 20px 0 15px;
}

.reviewform form .fullwrp.ttl h3 {
  margin: 0 !important;
  font-weight: 500;
}



.half-stars-example {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* set icon padding and size */
  /* add padding and positioning to half star labels */
  /* set default star color */
  /* set color of none icon when unchecked */
  /* if none icon is checked, make it red */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
  /* make none icon grey on rating group hover */
  /* make none icon red on hover */
}
.half-stars-example .rating-group {
  display: inline-flex;
}
.half-stars-example .rating__icon {
  pointer-events: none;
}
.half-stars-example .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
.half-stars-example .rating__label {
  cursor: pointer;
  /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
  padding: 0 0.1em;
  font-size: 1.5rem;
  line-height: 32px;
  
}
.half-stars-example .rating__label--half {
  padding-right: 0;
  margin-right: -0.6em;
  z-index: 2;
}
.half-stars-example .rating__icon--star {
  color: orange;
}
.half-stars-example .rating__icon--none {
  color: #eee;
}
.half-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
  color: red;
}
.half-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
.half-stars-example .rating-group:not(.disabledhover):hover .rating__label .rating__icon--star,
.half-stars-example .rating-group:not(.disabledhover):hover .rating__label--half .rating__icon--star {
  color: orange;
}
.half-stars-example .rating-group:not(.disabledhover) .rating__input:hover ~ .rating__label .rating__icon--star,
.half-stars-example .rating-group:not(.disabledhover) .rating__input:hover ~ .rating__label--half .rating__icon--star {
  color: #ddd;
}
.half-stars-example .rating-group:not(.disabledhover) .rating-group:not(.disabledhover):hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
  color: #eee;
}
.half-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
  color: red;
}


.reviewform form .fullwrp.ttl {
  margin: 20px 0 15px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: baseline;
}

#rvipagform .result {
  font-size: 13px;
  text-align: center;
  border: 1px solid #ffe34c;
  margin-top: 20px;
  padding: 10px;
}

#rvipagform .result .error {
  color: #f00;
}

#rvipagform .result span.valid {
    color: #3d9f1f;
}

.half-stars-example .disabledhover .rating__label {
  cursor: default !important;
}

.reviewlist {
  margin: 0;
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  margin-top: 40px;
  background: #f8f8f8;
}

.reviewlist > li {
    background: #fff;
  margin: 0 0 10px;
  list-style: none;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}

.reviewlist > li:last-child {
  margin-bottom: 0;
}

.reviewlist > li .showrtings {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
}

.reviewlist > li .showrtings .hdingh5 {
  font-weight: bold;
}

.reviewlist > li .half-stars-example * {
  font-size: 12px;
  line-height: 24px !important;
}

.reviewlist > li.reviewhead {
  background: none;
  border: 0;
  padding: 0;
}

.reviewlist > li.reviewhead .revlogo img {
  max-width: 160px;
}

.reviewlist > li.reviewhead .usrsrting {
  margin: 20px 0;
  background: #102d4f;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.reviewlist > li.reviewhead .usrsrting .ttlrtngs {
  background: #fff;
  color: #000;
  padding: 2px 10px;
  border-radius: 7px;
  font-weight: bold;
  margin-left: 10px;
}

.pgertings {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.pgertings .dotcrcl {
  width: 5px;
  height: 5px;
  background: #fff;
  display: block;
  border-radius: 100px;
  margin: 0 10px;
}

.blogmidcnt .pgertings .dotcrcl {
  background: #a2a2a2;
}

.edtrsnots {
  border: 4px solid #828282;
  border-right: 0;
  border-left: 3px solid #ccc;
  padding: 20px;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  margin: 20px 0;
}

.edtrsnots p {
  margin: 0;
}

.edtrsnots p i {
  font-weight: 600;
}

.edtrsnots a {
  text-decoration: underline;
  font-weight: 600;
}

.wringbox {
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wringbox .wrbxhdr .revlogo img {
  max-height: 30px;
}

.wringbox .wrbxhdr {
  font-size: 13px;
  line-height: 1.6;
}

.wringbox .reviewlist {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
}

.wringbox .reviewlist > li.reviewhead .usrsrting {
  background: #e8f2ff;
  color: #000;
}

.wringbox .reviewlist > li.reviewhead .usrsrting strong {
  font-weight: 400;
}

.writereviewhr {
  display: flex;
  justify-content: space-between;
  border: 1px solid #e6e6e6;
  padding: 15px;
  border-radius: 10px;
}

.proscons {
  display: flex;
  margin-top: 20px;
  gap: 30px;
  font-size: 14px;
}

.proscons .ttl {
  font-size: 18px;
}

.proscons .pros .ttl {
  color: #158808;
}

.proscons .cons .ttl {
  color: #c13515;
}

.proscons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.proscons ul li {
  list-style: none;
  margin: 10px 0;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}

.proscons ul li::before {
  position: absolute;
  left: 0;
  top: 2px;
}

.proscons .pros ul li:before { content: "\f058"; font-family: "Font Awesome 6 Free"; color: #158808; font-weight: 900; color: #158808; }
.proscons .cons ul li:before { content: "\f057"; font-family: "Font Awesome 6 Free"; color: #158808; font-weight: 900; color: #c13515; }

.pstmetasbx {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}


@media( max-width: 1024px ) {

	.header .nav {
		gap: 20px;
	}

	.header .nav .hdrtgl-btn {
		order: 2;
	}

	.banner { min-height: 200px; }

	.section-m,
	.section-p {
		margin: 50px 0;
	}

	.header { position: relative; }

	.section-p { padding: 50px 0; }

	.products { flex-wrap: wrap; }

	.products .product-item { width: calc( 50% - 75px ); }

	.hdrtgl-btn {
		display: flex;
	}

	.header .nav>ul {
		/* 
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #e4e4e4;
		padding: 20px;*/
	}

	.header .nav>ul>li {
		margin: 10px 0 !important;
	}

	.container.bloginrcnt .blogleft {
		width: 30%;
	}

	.container.bloginrcnt .blogmidcnt {
		width: calc(70% - 30px);
	}

	.container.bloginrcnt .blogright {
		width: 100%;
		margin-left: calc(30% + 30px);
	}


	.split-view > .left {
		display: none;
	}

	.split-view > .right {
		flex-basis: 100%;
	}

	.header .nav {
		gap: 10px;
	}

	.phn > a > span {
		border: 0;
		background: none !important;
		color: #000 !important;
		fill: #000 !important;
		padding: 0 !important;
	}


}

@media( max-width: 767px ) {

	h2 {
		font-size: 24px;
		line-height: 1.4;
	}

	h6 {
		font-size: 16px;
	}

	.lets-talk h2 {
		font-size: 30px;
	}

	.number-col>div .number {
		font-size: 38px;
		font-weight: 700;
		line-height: 38px;
	}

	.products .product-item h5 {
		font-size: 16px;
		line-height: 24px;
	}

	.products .product-item { padding: 20px; }

	.number-col>div { width: 100%; }
	.products .product-item { width: 100%; }

	.number-col,
	.btn-group,
	.process { flex-wrap: wrap; }

	.process .procitm:nth-child(1) .procstp:after,
	.process .procitm:nth-child(2) .procstp:after, 
	.process .procitm:nth-child(3) .procstp:after, 
	.process .procitm:nth-child(4) .procstp i:after {
		content: "\f054";
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		position: absolute;
		left: -7px;
		font-size: 16px;
		top: 9px;
		color: #4d97f0;
		right: 0;
		left: auto !important;
		transform: rotate(90deg);
		background: #fff;
		height: 20px;
		top: 6px;
	}

	.process .procitm:nth-child(4) .procstp:after { width: auto; height: auto; }

	.process .procitm .procstp i:before { content: '';
		position: absolute;
		left: 0;
		top: 12px;
		background: #4d97f0;
		height: 8px;
		width: 8px;
		border-radius: 100%;
		display: block; 
	}  

	.ftrrow3 .ritcpy p { text-align: left; }  

	.footer-cp .wp-block-column {
		order: 2;
	}

	.footer-cp .wp-block-column.ritcpy {
		order: 1;
	}

	.section-p.how-help {
		position: relative;
	}

	.section-p.how-help>div {
		position: relative;
		z-index: 1;
	}

	.section-p.how-help:before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: #132d4e;
		opacity: 0.5;
	}

	.container.bloginrcnt .blogleft {
		width: 100%;     display: none;
	}

	.container.bloginrcnt .blogmidcnt {
		width: 100%;
	}

	.container.bloginrcnt .blogright {
		width: 100%;
		margin-left: 0;
	}

	.partisnimg {
		gap: 10px;
	}

	.partisnimg>div {
		width: 100%;
	}

	.header .logo {
		max-width: 110px;
	}

	.header .nav .btn.sky {
		padding: 0px 10px;
		font-size: 13px;
		font-weight: bold;
		line-height: 28px;
	}

	.section-p.how-help.singlepghlp {
		margin-bottom: -50px;
	}

	.phn > a > span {
		white-space: nowrap;
	}

	.header .nav .btn.sky {
		width: 66px;
		line-height: 18px;
		text-align: center;
		font-weight: 400;
	}

	.phn > a > span svg {
		display: none !important;
	}
	
	.reviewform form .fullwrp.ttl h3 {
      font-size: 16px;
    }

    .reviewform form .fullwrp.ttl .strs5 * {
      font-size: 15px;
    }

	.proscons {
		flex-wrap: wrap;
	}
	
	.writereviewhr {
		flex-wrap: wrap;
		gap: 10px;
	}
	
}