/*Guide Style*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300i,400,400i,500,500i,600,600i,700');
.text-light-i{
	font-family: Montserrat;
	font-weight: 300;
	font-style: italic;
}
.text-light{
	font-family: Montserrat;
	font-weight: 300
}
.text-regular-i{
	font-family: Montserrat;
	font-weight: 400;
	font-style: italic;
}
.text-regular{
	font-family: Montserrat;
	font-weight: 400
}
.text-medium-i{
	font-family: Montserrat;
	font-weight: 500;
	font-style: italic;
}
.text-medium{
	font-family: Montserrat;
	font-weight: 500
}
.text-semibold-i{
	font-family: Montserrat;
	font-weight: 600;
	font-style: italic;
}
.text-semibold{
	font-family: Montserrat;
	font-weight: 600 !important
}
.text-bold{
	font-family: Montserrat;
	font-weight: 700
}
.text-12{
	font-size: 12px
}
.text-14{
	font-size: 14px
}
.text-16{
	font-size: 16px
}
.text-18{
	font-size: 18px
}
.text-24{
	font-size: 24px
}
.text-28{
	font-size: 28px
}
.text-30{
	font-size: 30px
}
.text-32{
	font-size: 32px;
}
.text-36{
	font-size: 36px !important
}
.text-40{
	font-size: 40px;
}
body{
	color: #575757
}
body,
p,
a,
li,
strong,
b,
td,
th{
	font-family: Montserrat;
}
p{
	font-size: 14px
}
.dark-blue-color{
	color: #2f2f33
}
.green-color{
	color: #69c61d 
}
.black-color{
	color: #000
}
.bg-green{
	color: #fff;
	background: #69c61d !important
}
.bg-white{
	background: #fff
}

button.bg-green,
input[type="submit"]{
	color: #fff;
	background: #69c61d !important;
	border: 1px solid #69c61d !important;
}
button.bg-green:hover,
input[type="submit"]:hover{
	background: transparent !important;
	color: #69c61d !important;
}
.link-underline{
	color: #69c61d !important;
	border-bottom: 1px solid 
}
.link-underline:hover{
	text-decoration: none;
	color: #2f2f33
}
.link-not-underline{
	outline: 0;
	border:0;
	text-decoration: none;
	box-shadow: none !important;
}
.link-not-underline:hover{
	text-decoration: underline;
}
.white-color{
	color: #fff !important
}
.bg-fa{
	background: #fafafa
}

/*Home style*/
.rev_slider_wrapper .tp-thumbs, .rev_slider_wrapper .tp-thumb-mask{
	max-width: 100% !important;
}
.hades .tp-thumb-img-wrap {
    width: 13px !important;
    height: 13px !important;
    background: transparent !important;
	border: 1px solid #69c61d !important;
}

.hades .tp-thumb-img-wrap > span {
    display: none !important;
}

.hades .tp-thumb:hover .tp-thumb-img-wrap, .hades .tp-thumb.selected .tp-thumb-img-wrap {
    background: #69c61d !important;
}
body.form-open::-webkit-scrollbar { 
    display: none; 
}

.grey-color{
	color: #e5eee9 !important
}
.form-open {
    overflow: hidden;
    height: 100vh;
}
body .site-content .container {
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
}
/*Fixed box*/
.right-form {
    position: fixed;
    top: 180px;
    right: 0;
    z-index: 1001;
    max-width: 100%;
}

.form-open .bg-popup {
    background: #00000047;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 100%;
    z-index: 1000;
}

.form-fixed-wraper {
    background: #fff;
    overflow: scroll;
    max-height: calc(80vh - 80px);
    width: 0;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}
.form-open .form-fixed-wraper{
	width: 527px;
}

.fixed-form textarea{
	max-height: 123px
}
.right-form > a {
    width: 240px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    display: flex;
    height: 45px;
    position: absolute;
    left: -142px;
    top: 97px;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 10px 10px;
    outline: 0 !important;
    text-decoration: none !important; 
}
@media(max-width: 572px){
	.form-open .form-fixed-wraper{
		width: 275px;
		max-height: calc(100vh - 200px)
	}
}
/*--------------Header*/
.search-form-top input[type="search"] {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    width: 107px;
    height: 31px;
    color: #fff !important
}

.search-form-top input::placeholder {
    color: #fff;
}

.search-form-top button {
    padding: 0 !important;
    background: url(../images/search-icon.png) no-repeat center center !important;
    width: 15px;
    height: 15px;
    position: static !important;
}

.search-form-top button svg {
    display: none;
}
.contact-top p:before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/phone-icon.png) no-repeat;
    position: absolute;
    left: 0;
    top: 2px;
}

.contact-top p {
    position: relative;
    padding-left: 23px;
}

.contact-top p a {
    margin-left: 4px;
}
.search-form-top form {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-and-text {
    padding-top: 14px;
}

.logo-and-text span {
    margin-left: 29px;
    display: inline-block;
    position: relative;
    top: -2px;
    letter-spacing: 1.8px;
    color: #000
}
section.section-2 {
    padding-top: 64px;
}

.section-2 .col-12.col-lg-4.p-0 p:first-child {
    margin: 0;
    letter-spacing: 2.7px;
}
.tp-tab-mask, .tp-thumb-mask{
	overflow: unset !important; 
}
.section-2 .col-12.col-lg-4.p-0 p:nth-child(2) {
    letter-spacing: -1.4px;
    line-height: 47px;
    margin: 0;
}

.section-2 .col-12.col-lg-4.p-0 p:nth-child(3) {letter-spacing: -1px;}
.section-3 {
    padding-top: 64px;
}
.section-3 p,.section-3 ul {
    flex: 0 0 100%;
    margin: 0;
}

.section-3 .text-box {
    padding: 0 50px;
}
.section-3 p.dark-blue-color {
    margin-bottom: 0px;
    letter-spacing: -.8px;
    padding-bottom: 15px;
}

.section-3 ul {
    margin-bottom: 34px;
    list-style-type: none;
}

.section-3 ul li {
    line-height: 24px;
    padding-left: 16px;
    position: relative;
}

.section-3 p:last-child {
    margin-top: 37px;
}

.section-3 p {
    line-height: 24px;
}

.section-3 a {
    border-bottom: 1px solid;
}

.section-3 ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #757575;
    border-radius: 50%;
    left: 0;
    top: 9px;
}
.section-4 .content-section-4 .step-image {
    max-width: 274px;
    max-height: 274px;
    margin-bottom: 20px;
}

.section-4 .content-text .step-icon,
.section-4 .content-text .title-content {
    float: left;
    display: inline-block;
}

.content-text .title-content {
    max-width: 80%;
    padding-left: 11%;
    padding-top: 7px;
}

.section-4 {
    padding-top: 71px;
}

.section-4 > .row > p {
    letter-spacing: -.5px;
    margin-bottom: 45px;
}
.section-4 > .row > p span{
	display: block;
    font-size: 75%;
}
.section-4 .content-text .title-content p.text-regular {
    line-height: 23px;
    margin-bottom: 24px
}

.section-4 .content-text .title-content p.text-semibold {
    margin-bottom: 17px;
}
.section-4 .content-text {
    padding-top: 34px;
}

.content-section-4 > div:nth-child(2) .step-icon {
    position: relative;
    left: -20px;
    top: 7px;
}
footer .footer-item ul {
    list-style-type: none;
    margin: 0;
}

footer .footer-item ul li,
footer .footer-item ul li a {
    color: #fff;
    padding: 0;
}

footer.bg-green {
    margin-top: 57px;
    padding-top: 46px;
}

.footer-item ul li {margin-bottom: 4px;}

footer .container-fluid.p-0 {
    border-top: 1px solid #fff;
    padding: 9px 0 !important;
}

footer .container-fluid.p-0 .text-14 {
    letter-spacing: 0;
}

footer .container-fluid.p-0 .text-14 .text-bold {
}

#top-menu li a svg {
    display: none;
}

#top-menu > li {
    position: relative;
}

#top-menu > li ul {
    position: absolute;
    z-index: 99;
    background: #69c61d;
    list-style-type: none;
    left: 0;
    margin: 0;
    top: 47px;
    display: none;
    width: 100%
}

#top-menu li a{
	color: #2f2f33
}

/*Care hub*/
/* @media(min-width:481px){
	.right-form > a{
		display: inline-block;
		text-align: center;
		line-height: 1.2;
		padding: 5px;
	}
	.right-form > a span{
		display: inline-block;
		font-size: 11px;
	}
} */
@media(min-width: 768px){
	.mobile-show{
		display: none !important;
	}
	.form-open .form-fixed-wraper > div {
	    width: 527px;
	    padding: 35px 34px 20px 42px !important;
	}

	#top-menu > li ul li a {
	    color: #fff;
	    font-size: 12px;
	}

	#top-menu > li ul li {
	    padding: 8.5px 0;
	    border-bottom: 1px solid #fff
	}

	#top-menu > li ul li:last-child{
		border-bottom: 0
	}
	#text-7 a img {
	    max-width: 118px;
	}
	#top-menu > li{
		border-bottom: 3px solid transparent;
		padding-top: 3px
	}
	#top-menu > li:first-child{
		border-bottom: 0 !important
	}
	#top-menu > li:hover,
	#top-menu > li.current-menu-item {
	    border-bottom: 3px solid #51af13;
	}

	#top-menu  > li:hover > a,
	#top-menu > li.current-menu-item > a {
	    text-decoration: none;
	    color: #69c61d;
	}
	.section-3 a:hover{
		text-decoration: none;
	}
	#top-menu > li:hover ul {
		display: block;
	}
	.logo-area .navbar-toggler{
		display: none;
	}
	#text-7 {
	    padding-top: 34px;
	    flex: 0 0 100%;
	}
	#top-menu > li:first-child {
	    font-size: 0;
	    width: 54px;
	    padding: 0;
	    height: 45px;
	    margin-left: 0;
	    position: relative;
	    background: url(../images/home-icon.png) #69c61d no-repeat center center;
	}
	#top-menu > li:first-child a{
		font-size: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}
	#top-menu > li:first-child:before {
	    content: '';
	    position: absolute;
	    display: block;
	    width: 100%;
	    height: 5px;
	    background: #51af13;
	    bottom: 0;
	}

	.menu-top nav.navbar.navbar-expand-md {
	    padding: 0;
	}

	.menu-top {
	    margin-top: 13px;
	    border-top: 1px solid #f9f9f9;
	    border-bottom: 1px solid #f9f9f9;
	}
	
	#top-menu li {
	    margin: 0 15px;
	    font-size: 16px;
	    font-weight: 400;
	    text-transform: uppercase;
	    letter-spacing: -.3px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	#top-menu li a{
		font-size: 16px
	}
	.section-2 .col-12.col-lg-8.p-0 {
	    padding-left: 80px !important;
	    padding-top: 11px !important;
	}

	.section-2 .col-12.col-lg-8.p-0 p {
	    letter-spacing: -.3px;
	    line-height: 20px;
	    margin-bottom: 12px;
	    font-size: 14px;
	    text-align: justify;
	}
}
@media(min-width: 1200px){
	.title-text-banner{
		letter-spacing: 1px !important;
		line-height: 40px !important;
		font-size: 36px !important;
		font-weight: 600 !important
	}
}
@media(max-width: 1200px) and (min-width: 990px){
	.section-3 ul{
	    margin-bottom: 10px;
	    list-style-type: none;
	}
	.section-3 p:last-child{
		margin-top: 10px
	}
	.logo-and-text span{
		font-size: 24px
	}
	#top-menu li a{
		font-size: 12px
	}
}
@media(max-width: 1200px){
	#top-menu li{
		padding:0;
		letter-spacing: -.3px
	}
}
@media(max-width: 990px){
	footer.bg-green .row > div {
	    margin-bottom: 30px;
	}
	footer.bg-green .row .copyright {
		margin: 0
	}
	.widget{
		padding: 0 !important
	}
	footer.bg-green{
		padding: 30px 0 0
	}
	footer .container-fluid.p-0{
		margin-top: 30px
	}
	.content-section-4 > div:nth-child(2) .step-icon{
		position: static;
	}
	
	#top-menu li{
		margin: 0 8px
	}
	.section-2 .col-12.col-lg-8.p-0{
		padding-left: 0 !important
	}
	.w-lg-100{
		width: 100%
	}
	.section-3 > .row > div:nth-child(2n) {
	    margin-bottom: 15px;
	}

	.section-3 .text-box {
	    padding: 15px;
	}
}
@media(max-width: 990px) and (min-width: 768px){
	.logo-and-text span{
		font-size: 12px
	}
	#top-menu li a{
		font-size: 10px
	}

}
@media(max-width: 767px){
	#text-7 .mobile-show, 
	#text-7 .mobile-show a {
	    width: 30px;
	    height: 30px;
	    font-size: 30px;
	    text-align: right;
	}
	.desktop-show{
		display: none !important;
	}
	section.seciton-1 {
	    margin: 0 -15px;
	}
	.logo-area .container {
		max-width: none;
		width: 100%;
	}
	#top-menu li {
		padding: 0;
	}
	#top-menu > li ul li{
		padding: 0;
		margin: 0;
		border: 0;
		border-bottom: 1px solid #fff
	}
	#top-menu > li ul li:last-child{
		border-bottom: 0
	}
	#top-menu > li ul li:first-child{
		border-top: 1px solid #fff;
	}
	body .container {
		max-width: none;
	}

	.menu-top > .container{
		background: #69c61d;
		max-width: none;
	}
	#top-menu li a{
		font-size: 16px;
		color: #fff;
		padding: 8px 0;
		display: block;
	}
	footer .container-fluid.p-0 .text-14{
		padding: 0 15px
	}
	.text-40{
		font-size: 28px
	}
	.text-32{
		font-size: 24px
	}
	section.section-2,
	.section-3{
		padding-top: 30px
	}
	.section-3 p.dark-blue-color{
		line-height: 30px
	}
	.section-4 .content-text .title-content{
		padding-top: 0
	}
	.section-4 .content-text .step-icon {
	    padding-top: 6px;
	}
	.content-section-4 > div:nth-child(2) .step-icon{
		padding-top: 3px
	}
	.section-3 .text-box {
	    padding: 15px;
	}
	#text-7{
		padding: 20px 0;
	}
	.logo-and-text {
	    flex: 0 0 100%;
	}

	.logo-and-text a {
	    flex: 0 0 40%;
	}
	.text-28{
		font-size: 22px
	}
	.logo-and-text span{
		margin: 0;
		padding-left: 5px;
		flex: 0 0 60%;
    	line-height: unset;
	}
	.menu-and-fb {
	    width: 100%;
	}

	.menu-and-fb button {
	    color: #000;
	    font-size: 35px;
	    background: transparent !important;
	    outline: 0 !important;
	    border: 0 !important;
	    padding: 0 !important;
	}
	.menu-and-fb button i{
		color: #69c61d
	}
	#text-7 p {
	    margin: 0;
	}

	.menu-top-menu-container {
	    width: 100%;
	}

	.menu-top-menu-container ul li {
	    padding: 5px 0;
	    width: 100%;
	    border-bottom: 1px solid #fff;
	}

	.menu-top nav.navbar.navbar-expand-md {
	    padding: 0;
	}

	.menu-top-menu-container ul li:last-child {
	    border-bottom: 0;
	}
	header #top-menu > li{
		height: auto;
	}
}
@media(max-width: 680px){
	.logo-and-text span{
		line-height: 1.5;
		font-size: 20px;
	}
}
@media(max-width: 480px){
	.logo-and-text span{
		font-size: 13px;
	}
	.search-form-top input[type="search"]{
		width: 100px
	}
	.content-text .title-content{
		width: 75%;
		padding-left: 5%
	}
	.right-form > a {
	    width: 200px;
		left: -115px;
		font-size: 12px;
		height: 30px;
	}
	body .site-content .container{
		width: calc(100% - 50px);
	}
}
@media(max-height: 420px){
	.right-form > a {
	    width: 200px;
	    left: -122px;
	}
	.right-form {
	    top: 80px;
	}
	.form-fixed-wraper {
	    max-height: calc(80vh - 25px) !important;
	}

}
@media(max-width: 1290px){
	.text-40{
		font-size: 39px
	}
}
@media(max-width: 1200px){
	.section-2 .col-12.col-lg-8.p-0 p{
		margin-bottom: 12px;
    	font-size: 14px;
	}
}
@media(max-width: 1045px){
	.section-2 .col-12.col-lg-8.p-0 p{
		margin-bottom: 8px;
    	font-size: 14px;
	}
} 
@media(max-width: 1024px) and (min-width: 990px){
	.text-40{
		font-size: 38px
	}
}
@media(max-width: 1199px) and (min-width: 1019px){
	.section-2 .col-12.col-lg-8.p-0 p{
		line-height: 18px
	}
}