/*
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}


.table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
.table thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #959595;
	font-size: 14px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-transform: uppercase;
	color: #fff;
}
.table tbody td {
	text-align: left;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 5px 7px;
	font-size: 14px;
	vertical-align: top;
	width: 80%;
}
.table thead tr th:first-child, .table tbody tr td:first-child {
	border-left: none;
}
.table thead tr th:last-child, .table tbody tr td:last-child {
	border-right: none;
}
.table tbody tr:nth-child(even){
	background: #c8c8c84a;;
}


.pr {
font-size: 18px;
}




.block-vert-line {
  border-left: 3px solid #004594;
  padding-left: 7px;
  line-height: 1;
}

.block-vert-line h1 {
  font-size: 22px;
  text-transform: uppercase;
  color:#000;
}


#article a {
  font-size: 18px !important;
  transform: scale(1);
  color: #000;
  text-decoration: underline;
 
}


#article a:hover {
  font-size: 18px !important;
  transform: scale(1);
  color: #f7ae14;
  text-decoration: none;
}


.what {
	
	font-size:25px;
	
}

h3 {
  color: #004594;
  padding-bottom: 15px;
  font: bold 26px/1.2em Arial, Helvetic;
  padding-top: 30px;
}

.img-z {
margin-top: 20px;
  width: 60px;
}

.sticky-content.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.sticky-content.fixed section {
    background: green;        
}

.hr-line {

  width: 70%;
  margin: 0 auto;
  padding: 0;
  height: 15px;
  border: none;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
  border-top: 1px solid #004594;
  box-shadow: 0 10px 10px -10px #004594 inset;
}


.burger-checkbox {
  position: absolute;
  visibility: hidden;
}


.burger {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: block;
  position: relative;
  border: none;
  background: transparent;
  width: 40px;
  height: 13px;
  margin-left: 25px;
}

.burger-checkbox:checked + .burger::before {
  top: 9px;
  transform: rotate(45deg);
  box-shadow: 0 6px 0 rgba(0,0,0,0);
  transition: box-shadow .15s, top .3s, transform .3s .15s;
}
.burger::before {
  top: 0;
  box-shadow: 0 20px 0 #004594;
  transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
}
.burger::before {
  content: '';
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: #004594;
}

.burger {
  cursor: pointer;
}

.burger-checkbox:checked + .burger::after {
  bottom: 1px;
  transform: rotate(-45deg);
  transition: bottom .3s, transform .3s .15s;
}
.burger::after {
  bottom: 0;
  transition: bottom .3s .15s, transform .3s;
}
.burger::after {
  content: '';
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: #004594;
}

.zag-menu {
  float: right;
  color: #fff;
  display: block;
 
  margin-top: -45px;
  font-size: 40px;
  
  font-family: verdana, sans-serif;
}

.burger-checkbox:checked ~ .menu-list {
  transform: translateX(0);
}

.menu-list {
  top: 0;
  left: 0;
  position: absolute;
  display: grid;
  gap: 12px;
  padding: 42px 0;
  margin: 0;
  background: #fff;
  list-style-type: none;
  transform: translateX(-100%);
  transition: .3s;
  width: 100%;
}


.menu-list {
  list-style-type: none;
}

.menu-item {
  display: block;
  padding: 8px;
  color: #004594 !important;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
  font-size: 20px !important;
  cursor: pointer;
  color: #000;
  width: 100%;
  text-decoration: none;
  -webkit-transition: color .5s ease, padding .5s ease;
  -moz-transition: color .5s ease, padding .5s ease;
  transition: color .5s ease, padding .5s ease;
}


.menu-item1 {
  display: block;
  padding: 8px;
  color:#fff; 
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
  font-size: 45px !important;
  cursor: pointer;
  
  width: 100%;
  text-decoration: none;
  -webkit-transition: color .5s ease, padding .5s ease;
  -moz-transition: color .5s ease, padding .5s ease;
  transition: color .5s ease, padding .5s ease;
 background-color: #004f8f !important;
}

.menu {
 background-color: #fff;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  
}


.wp-block-simple-note-warning {
  color: #5f5000;
  background: #feefb3 url(../image/info.png) no-repeat 15px center;
}


.wp-block-simple-note-warning1 {
  color: #fff;
  background: #003984 url(../image/price.png) no-repeat 15px center;
}


.wp-block-simple-note-warning2 {
  
  background: #003984;
}


.wp-block-simple-note-warning2 {
  margin-top: 10px;
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
  color: #eccc20;
  font-weight: bold;
}


.wp-block-simple-note-warning1{
 margin-top: 40px;
  padding: 30px 20px 30px 90px;
  border-radius: 5px;
}

.wp-block-simple-note-warning{
 margin-top: 40px;
  padding: 20px 20px 20px 90px;
  border-radius: 5px;
}


  .container {
 max-width: 1320px;
  margin: 0 auto;
  }




.sticky1 {
	
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

@media (min-width: 768px) {
  .col-md-3 {
  
  }
}


.price-e {
font-size:18px; 
text-transform: uppercase; 
font-weight:bold;
color: #eccc20;

}

.price-s a:hover {
font-size:18px; 
text-transform: uppercase; 
font-weight:bold;
color: #eccc20;

}

.price-s a {
font-size:18px; 
text-transform: uppercase; 
font-weight:bold;
color: #003984;

}

.price-s {
font-size:18px; 
text-transform: uppercase; 
font-weight:bold;
color: #003984;

}

.text-center {
  color: #004594;
}


.review {

}
.review .review-head {display:inline-flex;}
.review .review-head .reviewer-name p {
	font-size: 18px;
	margin-left:18px;
	font-weight: 500;
}
.review .review-head .reviewer-avatar img{
	width:45px;
	height:45px;

}
.review .review-body img {
	width:100px;
	height:auto;
	float: left;
  margin-right: 10px;
}
.review .review-body p {
	font-size:15px;
}
#review-buttons {
margin-top: 50px;
text-align:center;
margin-bottom: 50px;
}
#review-buttons a:hover > .review-button {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.review-button {
	background: #FFFFFF;
border: 1px solid #CCCCCC;
box-sizing: border-box;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 32px;
padding:10px;
margin-top: -20px;
margin-left: 10px;
margin-left: 15px;
}




@media (min-width: 992px) {
	
	


.menu {
  background-color: #004f8f;
  width:100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 15px;
  display:none!important;
}

.desp p {
font-size:18px!important;
}

 }



@media (max-width: 991px) {
	
	
	
	.invis {
  display: none;
}
	
	 #fbr p {
   
    display: none!important;
  }
	
	.desp h1 {
   font-size: 18px !important;
    font-weight: bold !important;
	        padding-left: 18px;

}
	
	.mac {
        float: left;
        height: auto;
        width: 27%;
        margin-top: 20px!important;
    }
	
	.sub-header {
  margin: 0 auto;
  width: 1024px;
  padding: 8px 10px 8px !important;
}
	
	#article p{
	font-size: 17px!important;
	line-height: 1.5em;
}

 .wrap {
    width: 100%!important;
  }

.vis {
  font-size: 38px!important;
}
	
	#header {
  background: #004594;
  height: auto!important;
}
	
	.anvis {
		
		display: none!important;
		
	}
	
.nav {
	
	display: none!important;
}

.logo {
  width: 400px;
  height: 85px;
  float: left;
  margin: 30px 0 0 0;
  display: none!important;
}


 .sidebar {
    width: 30%;
    display: none!important;
  }
  
   .content {
    width: 100%!important;
  }
}

table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none; color: #000; text-decoration: underline;}

a:hover{text-decoration:none; color: #000;}


.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */:
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;display: block;}
/*end reset*/
body{
	color:#959595;
	font-family: trebuchet ms;
	text-align:justify;
}
.wrap{
	margin:0 auto;
	width:1024px;
}
#header{
	background:#003984;
	height:298px;
}
#head{
	margin:0 auto;
	width:1024px;
}
.logo{
	width: 400px;
	height: 85px;
	float: left;
	margin: 30px 0 0 0;
}
.logo h1 a{
	color: #121212;
	font: bold 32px/1.2em Arial, Helvetica, sans-serif;
}
.logo h2{
	margin:0;
	padding-left:120px;
	color: #121212;
	font: .8em Arial, Helvetica, sans-serif;
}
.nav{
	float:right;
	margin:45px 0 0 0;
}
.nav li{
	display:inline;
	float: left;
	padding: 0 10px;
}
.nav li a{
	padding:4px 7px;
	color:#121212;
	font-weight: bold;
	text-decoration: none;
}
.nav li a:hover,.nav ul li.active a{
	color: #003984;
	border-bottom: 2px solid #aaa;
	text-decoration: none;
	
}
.sub-header {
	margin:0 auto;
	width:1024px;
	padding: 20px 10px 0;
}
.mac{
	float:left;
	height:290px;
}
.desp {
	float:left;
	width: 650px;
	text-align: left;
	padding: 0 0 0 60px;
	color:white;
}
.desp h1{
	font: normal 30px Arial, Helvetica, sans-serif;
	
}
.desp p{
	font: normal 20px Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	padding:6px 0 0 0;
}
#main{
	padding:50px 0 0 0;
}
form{
	margin:10px 0 0 50px;
}
form div{
	padding:20px;
}
form span{
	display:block;
}
form span{
	font-size:18px;
	padding-bottom:5px;
	color:#777;
}
form textarea,
form input[type=submit],
form input[type=text]{
	border:1px solid #ddd;
	padding:10px;
	width:500px;
	outline:none;
	color:#777;
	font-size:18px;
}
form input[type=submit]{
	background:#999;
	font-size:16px;
	padding:8px;
	width:520px;
	color:#eee;
	border:none;
}
form input[type=submit]:hover{
	color:#fff;
	cursor:pointer;
	background:#888;
}

form textarea{
	height:100px;
	font-size:16px;
}
.contact{
	width:700px;
	float:left;
	
}
.contact h3{
	color:#333;
	font: bold 28px/1.2em Arial, Helvetic;
}
.content{
	float:left;
	width:700px;
	
	font-weight: normal;
	line-height: normal;
}
#article{
	border: 1px solid white;
	margin-bottom: 35px;
}
#article h2{
	color:#444;
	padding-bottom: 15px;
	font: bold 28px/1.2em Arial, Helvetic;
}
#article p{
	font-size: 17px;
	line-height: 1.5em;
	
}

#article img {
	
	padding-bottom: 15px;
}



.ser_ol {
  background: #f2f2f2;
}

.bel_ol {
  background: #fff;
}
.container_ol {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: auto;
}

.container_vn:nth-child(2n+1) {
  margin-right: 1%;
  width: 49%;
}
.container_vn {
  overflow: hidden;
  padding: 20px;
  width: 50%;
  background: #f2f2f2;
  margin-bottom: 10px;
}

.categories-of-site-left-block_ol {
  width: 40%;
  float: left;
  margin-bottom: 1%;
}

.categories-of-site-screenshot_ol img {
  width: 100%;
}



#prev{
	float:left;
	padding:0 15px 5px 0;
}
#prev img{

	width: 300px;

}
.abt{ 
	margin-top: 15px;
}
.abt p{
	margin: 12px 0;
}
#data{
	float:left;
}
.sidebar{
	float:right;
	padding: 0 0 8px 0;
	margin: 0 0 20px 0;
	width: 290px;
}
.sub-sidebar{
	margin-top:40px;
}
.sidebar h2{
	font-size: 24px;
	font-weight: normal;
	color:#333;
	padding-bottom: 10px;
	border-bottom: 2px solid  #003984;
}
.sub-nav{
	padding-top:10px;
}
.sub-nav li{
	padding:10px 0;
	border-bottom: 1px solid  #f2f2f2;
	font-size: 20px;
}
.sub-nav li a{
	color: #959595;
	text-decoration: none;
}
.sub-nav li a:hover{
	color: black;
}
.footer{
	background:#222;
	padding:40px;
}
#fbr{
	color:#FAFAFA;
}
#fbr p{
	float:right;
}
#fbr p a{
	color:#FAFAFA
}
#fbr p a:hover{
	border-bottom: 1px solid green;
}
.ft-nav{
	float:left;
}
.ft-nav li{
	display:inline;
	float: left;
	padding: 0 10px;
}
.ft-nav li a{
	padding:4px 7px;
	color:#FAFAFA;
	text-decoration: none;
}
.ft-nav li a:hover,
.ft-nav ul li.active a{
	color: #2864b2; text-decoration: none;
	
}
/*  Green */
.gradiant.green { background:#7fbf4d; background:-webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#63a62f)); background:-moz-linear-gradient(top, #7fbf4d, #63a62f); border-color:#63a62f; color:#fff; text-shadow:0 1px 0 #53961e; -webkit-box-shadow:0 1px 2px #d6d6d6, inset 0 1px 0 #96d865; -moz-box-shadow:0 1px 2px #d6d6d6, inset 0 1px 0 #96d865; box-shadow:0 1px 2px #d6d6d6, inset 0 1px 0 #96d865;}
.gradiant.green:hover,
.gradiant.green:focus { background:#76b347; background:-webkit-gradient(linear, left top, left bottom, from(#86c755), to(#5ea12a)); background:-moz-linear-gradient(top, #86c755, #5ea12a); border-color:#53961e; -webkit-box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #96d865; -moz-box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #96d865; box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #96d865;}
.gradiant.green:active { background:#7fbf4d; border-color:#53961e; -webkit-box-shadow:0 1px 0 #fff, inset 0 0 5px #53961e; -moz-box-shadow:0 1px 0 #fff, inset 0 0 5px #53961e; box-shadow:0 1px 0 #fff, inset 0 0 5px #53961e;}
.gradiant.small { padding:5px 45px; font-size:16px; font-weight:normal; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}

/*-- Responsive Design --*/
@media (max-width:1080px) {
	.wrap  {
	width:90%;	
	}
	#head {
width: 100%;
           width: 100%;
        height: 50px;
        overflow: hidden;
        padding-top: 5px;	
	}
	.mac {
    float: left;
    height: auto;
  
}
.desp {
	width: 47%;
}
.content {
	width:65%;
}
.sidebar {
	width: 30%;
}
.sub-header {
	width:auto;
}
.footer {
	padding:30px 0 70px;
}
#fbr {
	position:relative;
}
#fbr p {
	float: none;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -30px;
}
.ft-nav {
    float: none;
    text-align: center;
	padding-bottom: 7px;
}
.ft-nav li {
	float:none;
	font-size: 32px;
}
#main {
    padding: 10px 0;
}
.contact {
    width: 65%;
}
form {
    margin: 10px 0 0 0px;
}
form div {
    padding: 20px 0 0;
}
form textarea, form input[type=submit], form input[type=text] {
	width:96.5%;
}
}

@media (max-width: 991px) {
	
	


.desp {
    width: 73%;
}
}

@media (max-width: 900px) {
	
	.map {
  width: 100%;
  overflow: hidden;
  height: 400px;
}
	
	#main {
  margin-top: 15px!important;
}


	.block-vert-line h1 {
  font-size: 20px!important;
  text-transform: uppercase;
}
	
	#prev {
    float: none!important;
 
    margin: 0 auto!important;
  
}
	
	
	#prev img {
    width: 300px;
   
    margin: 0 auto!important;
}


.desp p {
  font: normal 12px Arial, Helvetica, sans-serif!important;
    line-height: normal;
  line-height: 1.4em;
  padding-left:20px;
}


.logo {
    width: 270px;
    height: 80px;
}
.mac {
	margin: 15px auto 0;
	width: 27%important;
}
#article {
	margin-bottom: 20px;
	        padding-right: 10px!important;
        padding-left: 10px!important;
		overflow: hidden;
}

.what {
	
	font-size:16px!important;
	
}
.sub-sidebar {
    margin-top: 0px;
    margin-bottom: 25px;
}
}

@media (max-width: 800px) {
.logo {
    width: 240px;
    height: 75px;
}
.desp {
    width: 72%!important;
    box-sizing: border-box;
    padding: 0 0 0 10px;
}

}

@media (max-width:768px) {
.nav li {
	padding: 0 5px;
}
.logo {
    width: 230px;
    height: 70px;
	margin: 25px 0 0 0;
}
.nav {
	margin: 38px 0 0 0;
}
#header {
	height: auto;
}


#article h2 {
	font-size: 25px;
    font-weight: normal;
} 
.sidebar h2 {
    font-size: 22px;
}

@media (max-width:736px) {
.contact h3  {
	font-size: 25px;
    font-weight: normal;	
}
form textarea, form input[type=submit], form input[type=text] {
	font-size:15px;
}
.sub-sidebar:nth-child(3) {
	margin-bottom:0;
}
#main {
   

} 
}

@media (max-width: 667px) {
.nav li {
    padding: 0 0px;
}
.logo {
    width: 210px;
    height: 65px;
}

form textarea, form input[type=submit], form input[type=text] {
    font-size: 14px;
}
form div {
    padding: 10px 0 0;
}
}

@media (max-width: 640px) {
.logo {
    width: 200px;
}
}

@media (max-width: 600px) {
.logo {
    width: 170px;
}


.content {
    width: 100%;
    float: none;
}
.sidebar {
    width: 100%;
    float: none;
    text-align: center;
}
.contact {
    width: 100%;
    float: none;
	padding-bottom: 30px;
}
form textarea, form input[type=submit], form input[type=text] {
    width: 96%;
}
}

@media (max-width:568px) {
.nav li a {
	font-size:14px;
	font-weight:normal;	
}

#article h2 {
    font-size: 22px;
}
.contact h3 {
    font-size: 22px;
}

form textarea, form input[type=submit], form input[type=text] {
    width: 95.5%;
}
}

@media (max-width:480px) {
	.logo {
    width: 170px;
    float: none;
    margin: 20px auto 0;
    height: auto;
}
.nav li {
	float:none;
}
.nav {
    margin: 15px 0 20px;
    text-align: center;
    float: none;
}
.ft-nav li {
	padding:0 5px;
}
.ft-nav li a {
	font-size:14px;
}
.footer {
    padding: 30px 0 80px;
}
#fbr p {
	bottom: -55px;
    font-size: 14px;
    line-height: 25px;
}
.sub-nav li {
    padding: 7px 0; 
}
.sub-nav li a {
	font-size:14px;	
}
form textarea, form input[type=submit], form input[type=text] {
    width: 94.5%;
}
form span {
    font-size: 14px;
}
}

@media (max-width: 414px) {

.ft-nav li {
    padding: 0 3px;
}
.sidebar {
	padding:0;
	margin: 0 0 10px 0;
}
#article {
    margin-bottom: 10px;
}
}

@media (max-width: 384px) {

#prev {
    float: none;
    padding: 0 0px 10px;
}
#prev img {
    width: 100%;
    height: auto;
}
.contact h3 {
    font-size: 21px;
}
form {
    margin: 0px 0 0 0px;
}
.ft-nav li {
    padding: 0 0px;
}
}

@media (max-width: 375px) {

#article h2,.sidebar h2 {
    font-size: 20px;
}
}

@media (max-width:320px) {
.nav li a {
    padding: 4px 4px;
	font-size:13px;
}
.mac {
    width: 95%;
}
.sub-header {
    padding: 20px 0;
}
.desp p {
	font-size:13px;
}
#article h2, .sidebar h2 {
    font-size: 19px;
    text-align: center;
}
font-size: 20px !important;
.sub-nav li a {
    font-size: 13px;
}
.sub-nav li {
    padding: 5px 0;
}
.ft-nav li a {
    font-size: 13px;
	padding:4px;
}
#fbr p {
	font-size:13px;
}
#main {
    padding: 20px 0;
}
.contact h3 {
    font-size: 19px;
}
form textarea, form input[type=submit], form input[type=text] {
    font-size: 13px;
	width:92%;
}
.gradiant.small {
	font-size:14px;
}
}



@media (max-width: 768px) {
	
	.review-button {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  padding: 10px;
  margin-top: 15px!important;
  margin-left: 1px!important;
 
}

h3 {
  color: #004594;
  padding-bottom: 15px;
  font: bold 26px/1.2em Arial, Helvetic;
  padding-top: 30px;
  margin-left: 10px!important;
 
}
	
	#review-buttons {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 50px;
  margin-left: 20px!important;
}
	
	.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: inline-block!important;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}


  .review {
    background: #FEFEFE;
    background-image: none;
    background-size: auto;
    background-image: url('../img/review_background.png');
    background-size: cover;
    border: 1px solid #004594;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 25px;
    width: 90%!important;
    margin-top: 10px!important;
    margin-left: 20px!important;
  }
}