* {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
.wrapper {
    margin: 0 auto !important;
    width: 90% !important;
    max-width: 1200px;
    float: none !important;
}
.row{
    width: 100%;
    float: left;
}
.center{
    text-align: center;
}
.p_t{
    padding-top: 100px;
}
.p_b{
    padding-bottom: 100px;
}
.gry_bg{
    background: #f6f6f3;
}
h2{
    font-size: 39px;
    line-height: 49px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}
h3{
    font-size: 25px;
    line-height: 35px;
    color: #000;
    font-weight: 400;
}
h4{
    font-size: 22px;
    line-height: 32px;
    color: #24533e;
    font-weight: 300;
    margin-bottom: 20px;
}
h5{
    font-size: 18px;
    line-height: 32px;
    color: #24533e;
    font-weight: 600;
}
p{
    font-size: 16px;
    line-height: 28px;
    color: #6d6d6d;
}
.header_section{
    width: 100%;
    /* float: left; */
    padding: 5px 0;
    display: inline-block;
    text-align: center;
}
.header-top-left{
    float: left;
/*     padding-top: 10px; */
}
.header-top-center{
    display: inline-block;
    padding-top: 10px;
}
.header-top-right{
    float: right;
    padding-top: 8px;
}
.header-top-right p{
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    color: #24533e;
}
.header-top-right a{
    color: #24533e !important;
    font-size: 15px;
    font-weight: 400;
}
/* .header-top-right a:hover{
 text-decoration:underline;
} */
.header-top-right-btn{
	display:none;
}
.mobMenu {
    display:none;
}
.menu, .main_menu {
    display:inline-block;
    width: 100%;
 }
 .main_menu li {
     display:inline-block;
	 float:none;
     position: relative;
 }
 .main_menu li a {
     display:block;
     font-size:16px;
     color:#555655;
     font-weight:400;
     padding: 12px 20px;
     cursor: pointer;
 }
 .main_menu li > a:hover, .main_menu li.current_page_item > a, .main_menu li .sub-menu li a:hover{
    color: #24533e !important;
    text-decoration: underline;
 }
 .banner{
    width: 100%;
    float: left;
    position: relative;
}
.banner video {
		width:100%;
        float: left;
}
.banner:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
}
.banner img{
    float: left;
    width: 100%;
}
.banner-text{ 
    width: 100%;
   float: left;
   position: absolute;  
   left: 50%;
   top: 50%;
   transform: translate(-50%,-50%);
   z-index: 1;
}
.banner-text h2{
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
	margin-bottom:0;
}
.banner-btn{
	  margin-top: 60px;
}
.banner-btn a{
    padding: 12px 25px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    font-size: 18px;
}
.banner-btn a:hover{
    color: #24533e;
    background: #fff;
}
/*respo-menu*/

.respo_menu {
    display: none;
    padding: 5px 0;
    text-align: left;
    font-size: 0;
}
.respo_menu h3{
	font-size: 16px;
    float: left;
    color: #fff;
    line-height: 11px;
}
.respo_menu span {
	float:left;
    display: inline-block;
    width: 18px;
    height: 3px;
    background: #fff;
    position: relative;
    margin: 4px 6px 4px 10px;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}
.respo_menu span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    height: 3px;
    background: #fff;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}
.respo_menu span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 3px;
    background: #fff;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}
.respo_menu.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    top: 0;
}
.respo_menu.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    bottom: 0;
}
.respo_menu.active span {
    background: transparent;
}
.main_menu li .sub-menu {
    width: 200px;
	text-align:left;
    position: absolute;
    background: #fff;
    z-index: 9999;
    top: 72px;
    border-top: solid 4px #24533e;
    display: none;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.main_menu li::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    height: 24px;
}
.main_menu li.menu-item-has-children:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 16px;
    width: 6px;
    height: 6px;
    border-right: solid 2px #555655;
    border-bottom: solid 2px #555655;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main_menu li .sub-menu li {
	width: 100%;
	z-index:1;
}
.main_menu li .sub-menu li a {
	font-size: 16px;
}
.main_menu li:hover .sub-menu {
	top: 42px;
	display:block;
}
.sub-menu-toggle{
    display: none;
}
.four_grid .fl-col-group-nested:after, .four_grid .fl-col-group-nested:before {
    display: none;
}
.four_grid .fl-col-group-nested{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 35px;
    margin-top: 42px;
}  
.four_grid-1{
    text-align: center;
    box-shadow: 0px 0px 7px 0px #8888;
    border: 3px solid #fff;
    cursor: pointer;;
    width: 100% !important;
}
.border:hover{
    border: 3px solid;
    border-image-slice: 1;
    border-width: 3px;
    border-image-source:  linear-gradient(to bottom, rgba(93,214,160,1) 0%, rgba(36,83,62,1) 100%);  
}
.icon-text h3{
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
    color: #24533e;
    margin-top: 30px;
}
.icon-text p{
    padding: 30px 0 0 0;
    font-size: 15px;
    line-height: 24px;
}
.icon-text a{
    color: #24533e;
}
.icon-text a:hover{
    color: #55816e;
}
.content_box .fl-col-group-nested:after, .content_box .fl-col-group-nested:before{
    display: none;
}
.content_box .fl-col-group-nested{
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    gap: 40px;
}
.content_box_left, .content_box_right{
    width: 100% !important;
}
.content_box_left .btn a{
    font-size: 18px;
    padding: 12px 60px;
    font-weight: 300;
}
.content_box h3{
    margin: 30px 0 50px 0;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
}
.content_box p{
    font-size: 17px;
    line-height: 30px;
    color: #000;
}
.btn-1{
    margin-top: 20px;
}
.btn-1 a{
    font-size: 18px !important;
    font-weight: 400 !important;
}
.btn a, .btn-1 a{
    padding: 12px 30px;
    background: #24533e;
    border: 2px solid #24533e;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 25px;
}
.btn a:hover, .btn-1 a:hover{
    background-color: #fff;
    color: #24533e;
}
.content-banner{
    width: 100%;
    float: left;
    background: url('../images/content-banner.jpg');
    background-size: cover;
    padding: 106px 0;
}
.positively_content_box{
    background: #fff;
    border-radius: 25px;
    padding: 30px 100px;
    width: 82%;
    float: none;
    margin: 0 auto;
    box-shadow: 0px 15px 22px 0px #231f1f;
}
.positively_content_box h1{
    color: #24533e;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 10px;
}
.positively_content_box .btn{
    margin: 40px 0 30px 0;
}
.guide_box .fl-col-group-nested:after, .guide_box .fl-col-group-nested:before{
    display: none;
}
.guide_box .fl-col-group-nested{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
}
.guide_box_left, .guide_box_right{
    width: 100% !important;
}
.guide_box h2{
    font-size: 59px;
    line-height: 70px;
    font-weight: 600;
    letter-spacing: 1px;
}
.guide_box .btn{
   margin-left: 60px;
}
.guide_box h3{
    margin: 0 0 20px 0;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}
.line{
    border-bottom: 1px solid #d1d1d1;
    margin: 60px 0 60px 0;
}
.read-btn{
    margin: 20px 0 0 0;
}
.read-btn a{
    text-decoration: underline;
    color:#24533e;
    font-weight: 600;
}
.read-btn a:hover{
    color: #55816e;
}
.rating_about_box .fl-col-group-nested  {
	display:grid;
	grid-template-columns:2.2fr 1fr;
}
.rating_about_box .fl-col-group-nested:before, .rating_about_box .fl-col-group-nested:after{
	display:none;
}
.rating-col{
	width:100% !important;
	   display: flex;
    align-items: center;
}
.rating-box{
    width: 100%;
    float: left;
    background: url('../images/rating-banner.jpg');
    background-size: cover;
    padding: 60px 0;
}
.rating-box-left h2:after{
	content: "";
   width: 165px;
   height: 95px;
   background: url("http://staging.profici.co.uk/melius-new/wp-content/uploads/2022/03/arw-dsgn.png") no-repeat ;
  left: 63%;
    top: 42%;
    transform: translate(-63%, -42%);
  position: absolute;
  display: inline-block;
}
.rating-box-left h2{
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
    margin-bottom: 0;
}
.rating-box-right{
    float: right !important;
}
.rating-box-right img{
    border-radius: 8px;
}
.footer-icon-1 img{
    width: 100%;
}
.accordion-txt{
    width: 70%;
    float: none;
    margin: 0 auto;
}
.fl-accordion-item {
    background: transparent;
    color: #000;
    text-align: left;
    outline: none !important;
    text-decoration: none !important;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #d1d1d1;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 0px !important;
    border-left-width: 0px !important;
}
.fl-accordion-button-label {
    outline: 0 !important;
}
.footer-top{
    width: 100%;
    float: left;
    padding: 60px 0;
}  
.footer-top .btn{
    margin-bottom: 30px;
}
.footer{
    width: 100%;
    float: left;
    padding: 60px 0;
}
.footer-col-box{
    display: grid;
    grid-template-columns: 1.5fr 1.3fr 1fr 1fr;
    gap: 40px;
}
.footer-col p{
    color: #505050;
    font-size: 16px;
}
.footer-col img{
    margin-bottom: 20px;
}
.footer-col .btn{
    padding: 10px 0 0 0;
}
.footer-col a{
    color: #505050;
    font-size: 16px;
}
.footer-col a:hover{
    color: #24533e;
}
.footer-col h3{
    color: #000;
    font-size: 21px;
    line-height: 50px;
    font-weight: 400;
}
.footer-col li a{
    font-size: 16px;
    line-height: 30px;
    color: #505050;
}
.social-icon{
    margin: 30px 0 0 0;
}
.social-icon .fa-facebook, .social-icon .fa-twitter, .social-icon .fa-instagram {
	 font-family: fontawesome !important;
    cursor: pointer;
    font-size: 20px !important;
    color: #fff;
    background: #8c8c8c;
    border-radius: 50%;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	 font-style: normal;
    display: inline-block;
}
.fa-facebook:hover, .fa-twitter:hover, .fa-instagram:hover{
    background: #24533e;
} 
.copyright{
    width: 100%;
    float: left;
    padding: 30px 0;
    border-top: 1px solid #d1d1d1;
	text-align:center;
}
.important-footer h3{
    font-size: 16px;
    color: #8c8c8c;
    font-weight: 400;
}
.important-footer p{
    font-size: 14px;
    color: #8c8c8c;
}
.footer-2{
    margin-top: 20px;
}
.footer-2 p, .footer-2 a{
color: #24533e;
font-weight: 600;
}
.footer-2 a:hover{
    text-decoration: underline;
}
.slick-dots {
    display: none !important;
}
.post-thumbnail{
    display: none;
}
div.feature {
    position: relative;
	padding:20px 5px;
}
div.feature .invisible {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    background-color: #FFF;
    opacity: 0;
    filter: alpha(opacity=1);
}
.contact-address li{
    font-size: 16px;
    line-height: 28px;
    color: #505050;
}
.contact-address li a{
	color: #505050;
}
li.location, li.phone, li.mail{
    position: relative;
    padding-left: 25px;
}
li.location{
    margin-bottom: 20px;
}
li.location::before{
    position: absolute;
    content: url('https://api.iconify.design/typcn/location.svg?color=%23505050&width=20&height=20');
    font-size: 20px;
    line-height: 35px;
    left: 0;
}
li.phone::before{
    position: absolute;
    content: url('https://api.iconify.design/bxs/phone.svg?color=%23505050&width=20&height=20');
    font-size: 20px;
    line-height: 30px;
    left: 0;
}
li.mail::before{
    position: absolute;
    content: url('https://api.iconify.design/mdi/email-check.svg?color=%23505050&width=20&height=20');
    font-size: 16px;
    line-height: 35px;
    left: 0;
}
.privacy ol {
	margin:0 20px;
}
.privacy ol li{
   list-style: decimal;
	font-size: 16px;
    line-height: 28px;
    color: #6d6d6d;
}
.privacy ul li{
   list-style: disc;
	font-size: 16px;
    line-height: 28px;
    color: #6d6d6d;
	margin-left:40px;
}
.privacy a{
	color: #24533e;
}
.privacy table{
	 border-collapse: collapse;
	border:1px solid #6d6d6d;
}
.privacy tr, .privacy td{
	border:1px solid #6d6d6d;
	padding:5px;
	color:#6d6d6d;
}
/* innerpage */
.about_box .fl-col-group-nested:after, .about_box .fl-col-group-nested:before{
    display: none;
}
.about_box .fl-col-group-nested{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}
.about_box_left, .about_box_right{
    width: 100% !important;
    display: flex;
    align-items: center;
}
.about_box_left p{
    color: #000;
}
.let-box h1 {
    color: #24533e;
    font-size: 37px !important;
    line-height: 57px;
    font-weight: 300;
    margin-bottom: 0px;
    text-align: center;
}
.let-box {
    padding: 40px !important;
}
.let-box h2 {
    color: #24533e;
    line-height: 67px;
    font-weight: 300;
    margin-bottom: 0px;
    text-align: center;
}
.let_about_box b{
    color: #24533e !important;
}
.let_about_box i{
    color: #8c8c8c;
}
.let_about_box .fl-col-group-nested:after, .let_about_box .fl-col-group-nested:before{
    display: none;
}
.let_about_box .fl-col-group-nested{
    display: grid;
    grid-template-columns: 2fr 1.3fr;
    gap: 40px;
}
.let_about_box p a{
    color: #24533e;
    font-weight: 600;
}
.double-line-border li{
    color: #6d6d6d !important;
    line-height: 30px;
}
.double-line-border{
    padding: 30px 0;
    border-top-style: double;
    border-bottom-style: double;
    border-color: #d1d1d1;
}
.double-line-border p a{
    color: #24533e !important;
    font-weight: 600;
}
.double-line-border:nth-child(3){
    border: none;
}
.page-id-117 .double-line-border:nth-child(4){
    border-bottom-style: none;
}
.page-id-152 .double-line-border:nth-child(5), .double-line-border:nth-child(7){
    border: none;
}
.page-id-152 .double-line-border:nth-child(9){
    border-top-style: none;
}
.inn-page h3{
    font-weight: 600;
margin-bottom: 60px;
}
.double-line-border h4{
    margin-bottom: 0 !important;
    font-size: 18px;
    font-weight: 600;
}
.single-line-border{
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}
.survey-left{
    width: 60%;
    float: left;
    padding: 30px 0;
}
.survey-right{
    width: 60%;
    float: right;
    text-align: left;
    padding: 30px 0;
}
.two_grid .fl-col-group-nested:after, .two_grid .fl-col-group-nested:before {
    display: none;
}
.two_grid .fl-col-group-nested{
    display: grid;
    grid-template-columns: 1fr 1fr ;
    gap: 35px;
    margin-top: 30px;
}  
.two_grid h5{
    color: #000 !important;
}
/* ---- Timeline ---- */
.timeline{
    width: 100%;
    float: left;
}
ol {
	position: relative;
	display: block;
	margin: 20px 50px;
}
.timeline li::before { 
	content: "";
	position: absolute;
	top: -5px;
	display: inline-block;
	width: 0;
	height: 0;
  border-radius: 10px;
	border: 10px solid #e8eae6;
}
.timeline li::before {
	left: 50px;
}
.timeline li:first-child::before{
    display: none;
}
.timeline li:last-child::after{
    display: none;
}
.timeline li::after{
    content: "";
	position: absolute;
    border: 2px solid #e8eae6;
    width: 150px;
    left: 120px;
    top: 2px;
    z-index: -1;
}
/* ---- Timeline elements ---- */
.timeline li {
	position: relative;
	/* display: inline-block; */
     float: left;  
	width: 200px;
  height: 160px;
}
.timeline li .diplome {
  position: absolute;
  top: -18px;
  left: 36%;
  color: #bbbcb9;
  font-size: 24px;
  font-weight: 600;
  background: #e8eae6;
  padding: 12px 20px;
  border-radius: 25px;
}
.timeline li .description {
  display: none;
  background-color: #e8eae6;
  padding: 10px;
  margin-top: 45px;
  position: relative;
  font-weight: normal;
  z-index: 1;
  width: 260px;
}
.description::before {
  content: '';
  font-size: 20px;;
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 8px solid #e8eae6;
  position: absolute;
  top: -5px;
  left: 43%;
}
/* ---- Hover effects ---- */
.timeline li:hover {
	cursor: pointer;
  color: #48A4D2;
}
.timeline li:hover .description {
  display: block;
} 
.timeline li:hover .diplome{
    background: #24533e;
    color: #fff;
}
/* Contact form */
input[type="text"], input[type="email"], input[type="tel"], textarea {
	width:100%;
	float:left;
	background:#fff;
	border-radius:3px;
	color: #24533e;
	padding:8px;
	height:45px;
    font-size: 16px;
    margin-bottom: 15px;
    /* border: 1px solid #6d6d6d; */
    box-shadow: 0px 0px 8px 0px #8888;
}
textarea {
	height:120px;
    resize: none;
}
input[type="submit"] {
	background:#24533e;
	color:#fff;
	padding:15px;
	font-size:16px;
	font-weight:400;
	cursor:pointer;
    border: 1px solid #24533e;
    margin-top: 30px;
    border-radius: 3px;
}
input[type="submit"]:hover{
    color: #24533e;
    background: transparent;
}
.contact-box p a{
    color: #6d6d6d;
}
.contact-box a:hover{
    text-decoration: underline;
}
.row-1{
    width: 100%;
    float: left;
    padding: 60px 0;
    background: #f6f6f3;
}
@media (max-width: 1300px){
	.rating-box-left h2:after{
		display:none;
	}
}
@media (max-width: 1180px){
    .main_menu li a {
        padding: 12px 10px;
    }
    .rating-box-left h2 {
        font-size: 42px;
    }
    .timeline li .description{
        width: 155px;
    }
    .timeline li::after {
        width: 125px;
        left: 70px;
    }
    .timeline li::before {
        left: 28px;
    }
    .timeline li {
        width: 155px;
        height: 160px;
    }
    .arw{
        display: none;
    }
}
@media only screen and (max-width: 992px){
.respo_menu {
    display: inline-block;
    /* float: right; */
    background: #24533e;
    padding: 13px 5px 13px 2px;
    margin-right: 6px;
    border-radius: 3px;
    cursor: pointer;
}
.main_menu li {
    display: block;
}
.nav {
    display: none;
    width: 250px;
    position: absolute;
    z-index: 99;
    background: #ffffff;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
    top: 55px;
	left:0;
}
.respo_menu ul li.active ul {display:block;}
.main_menu li .sub-menu {
	width:250px;
      display:none;  
    position: static; 
    opacity: 1;
    visibility: visible;
/*     width: 100%; */
/*     float: left; */
    background: #f5f5f5;
	border-top: none;
	z-index:9;
	text-align:center;
}
 .main_menu li.menu-item-has-children:after{
    border: none;
    font-family: fontawesome !important;
    content: "\f067";
    width: 30px;
    height: 43px;
    transform: none;
    transition: none;
     background-blend-mode: exclusion;
    cursor: pointer;
}  
 .main_menu li.menu-item-has-children.active:after{
    content: "\f068" !important;
    font-family: fontawesome !important;
 }   
.main_menu li:hover .sub-menu {
	display:none;
}
.four_grid .fl-col-group-nested{
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}  
.footer-col-box{
    grid-template-columns: 1fr 1fr;
}
ol{
    margin: 20px 0;
}
	.menu_section{
    position: absolute;
    top: 0;
    background: #f6f6f3;
    width: 100%;
    float: left;
    left: 0;
	padding:6px;
}
	.header-top-left{
		float:none;
		padding-top:80px;
	}
	.header-top-center{
		float:left;
		padding-top:0;
	}
	.header-top-right p{
		display:none;
	}
	.header-top-right-btn{
	display:block;
}
	.header-top-right-btn a{
		background:#24533e !important;
		padding:10px 25px;
		font-size:16px;
		color:#fff !important;
		border-radius:5px;
	}
	.fa-volume-control-phone{
		font-size:18px;
		margin-right:6px;
	}
}
@media (max-width:890px){
    .rating-box-left h2 {
        font-size: 30px;
        line-height: 60px;
    }
    .content_box{
        gap: 30px;
    }
    .timeline li {
        width: 140px;
        height: 160px;
    }
    .timeline li::after {
        width: 100px;
        left: 70px;
    }
}
@media (max-width:800px){
    .timeline li .diplome {
        position: absolute;
        top: 0;
        left: 0;
    }
    .timeline li {
        width: 100%;
        height: 95px;
    }
    ol::after {
        left: 31px;
        }
   .timeline li::after {
            width: 50px;
            left: 0;
            bottom: 0;
          
            border-bottom:none ;
            border-left: none;
            border-top: none;
        }
   
 .timeline li::before {
                left: 38px;
                top: -19px;
    }
.timeline li .description{
    margin-top: 0;
    float: right;
    width: 75%;
}
.description::before {
        border-left: 20px solid transparent;
        border-right: 0px solid transparent;
         border-bottom: 0px solid #e8eae6;
        border-top: 12px solid #e8eae6;
        position: absolute;
        top: 0;
        left: -20px;
}
}
@media (max-width:768px){
    .content_box .fl-col-group-nested{
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    .about_box .fl-col-group-nested, .let_about_box .fl-col-group-nested{
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    .row, .row-1{
        padding-left: 20px;
        padding-right: 20px;
    }
    .p_t{padding-top: 40px;}
    .p_b{padding-bottom: 40px;}
    .rating-box-right{
        float: none !important;
        text-align: center;
        margin: 0 auto;
    }
    .rating-box-left {
        display: none; 
    }
	.rating-box{
		padding:60px;
	}
    .fl-col-small:not(.fl-col-small-full-width) {
        max-width: 100% !important;
    }
	.rating_about_box .fl-col-group-nested {
    grid-template-columns: 1fr;
}	
}
@media (max-width:600px){
	  .four_grid .fl-col-group-nested{
        grid-template-columns: 1fr;
    }  
	.four_grid-1 {
		padding: 20px 40px;
	}
	.icon-text p {
    font-size: 20px;
}
.footer-col-box{
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
}
.rating-box-left h2 {
    font-size: 18px;
    line-height: 30px;
}
.positively_content_box {
    padding: 20px 30px;
}
.positively_content_box h1 {
    color: #24533e;
    font-size: 30px;
    line-height: 40px;
}
	.let-box h1 {
    font-size: 22px !important;
    line-height: 32px;
}
.content_box .fl-col-group-nested{
    grid-template-columns: 1fr;
    text-align: center;
}
.guide_box_left{
    text-align: center;
}
.guide_box .fl-col-group-nested{
    grid-template-columns: 1fr;
    gap: 30px;
}
.guide_box .btn {
     margin-left: 0px; 
}
.banner-text h2 {
    font-size: 30px;
    line-height: 40px;
}
.two_grid .fl-col-group-nested{
    grid-template-columns: 1fr;
}
.survey-left, .survey-right{
    width: 100% !important;
    float: left;
}
	.banner-btn {
    margin-top: 20px;
}
	.accordion-txt {
		width: 100% !important;
	}
}
@media (max-width:480px){
    .banner-text h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .banner-btn a {
        padding: 8px 15px;
        font-size: 14px;
    }
    h2 {
        font-size: 28px;
        line-height: 38px;
    }
    h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .let-box h2 {
        line-height: 40px;
    }
    .btn a{
        font-size: 12px;
        padding: 12px 20px;
    }
    .header-top-left {
        float: none;
    }
    button.accordion {
        font-size: 15px;
    }
    .fl-accordion-medium .fl-accordion-button-label {
        font-size: 16px !important;
    }
    .timeline li .description {
        margin-top: 0;
        float: right;
        width: 65%;
    }
}
.error-404 .page-title{background: #24533e;padding: 100px 0;text-align: center;font-size: 35px;color: #fff;margin: 50px 0;border-radius: 10px;}
.error-404 .page-title span{font-size: 60px;}
.error-404{text-align: center;width:70%;margin:0 auto;float:none;}
.error404 .banner{
    display: none;
}