/*------- style by rhizonex -----*/
@import url("https://use.typekit.net/lau3ctd.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Heebo-Black';
    src: url('../fonts/heeboHeebo-Black.ttf');
}
 
@font-face {
    font-family: 'Heebo-Bold';
    src: url('../fonts/heebo/Heebo-Bold.ttf');
}

@font-face {
    font-family: 'Heebo-ExtraBold';
    src: url('../fonts/heebo/Heebo-ExtraBold.ttf');
}


@font-face {
    font-family: 'Heebo-Light';
    src: url('../fonts/heebo/Heebo-Light.ttf');
}


@font-face {
    font-family: 'Heebo-Medium';
    src: url('../fonts/heebo/Heebo-Medium.ttf');
}

@font-face {
    font-family: 'Heebo-Regular';
    src: url('../fonts/heebo/Heebo-Regular.ttf');
}

@font-face {
    font-family: 'Heebo-Thin';
    src: url('../fonts/heebo/Heebo-Thin.ttf');
}



body {
    margin: 0;
    padding: 0;
}

.header {
    align-items: center;
    display: flex;
    height: 125px;
    justify-content: space-evenly;
    opacity: .83;
    width: 100%;
    z-index: 3;
}
.home .header{
	background-color: rgb(80, 80, 72);
    opacity: 0.83;
	position: absolute;
}
.header-logo {
    height: 50px;
    margin-right: 70px;
}
nav{
	width: 40%;
}
nav ul {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 70px 0 0 ;
    padding: 0;
	width: 100%;
}
.navbar-item{
    cursor: pointer;
    font-family: pt-sans,sans-serif;
    font-size: 20px;
    font-weight: 700;
    list-style: none;
}
.navbar-item a{
	text-decoration: none;
	color: #fff;
}
.header-social-media {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 165px;
}
.social-media-icon {
    height: 25px;
}
.footer {
	align-items: flex-start;
    display: flex;
    justify-content: center;
    background-color: #505048;
    padding: 80px 0;
    width: 100%;
}
.footer-logo-links {
    align-items: flex-start;
    display: flex;
    justify-content: center;
	flex-direction: column;
    margin-right: 37vw;
    width: 475px;
}
.footer-social-contact {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-social-media {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 150px;
}
.footer-links-column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    height: 75px;
}
.footer-logo {
    height: 50px;
    margin-bottom: 50px;
}
.footer-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
}
.footer-link {
    color: #fff;
    font-family: pt-sans,sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
}
.home-slider .slick-item .slick-div {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
}
.slider-lottie {
    height: 550px;
    left: 39.7%;
    position: absolute;
    top: -263px;
    width: 550px;
    z-index: 2;
}
.slider-txt-outer {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    position: absolute;
    top: 325px;
    width: 100%;
}
.slider-txt-fade {
    opacity: 0;
    position: absolute;
    top: 0;
    transition: 2s;
}
.slider-title-txt {
    color: #1d4d48;
    font-family: shelby,sans-serif;
    font-size: clamp(50px,6vw,85px);
    font-weight: 700;
    margin: 45px 0 2% 10%;
}
.slider-txt {
    color: #4a4a4a;
    font-family: pt-sans,sans-serif;
    font-size: clamp(16px,2vw,25px);
    font-weight: 100;
    margin: 0 0 0 10%;
    width: 80%;
}
.slider-txt-inner {
    align-items: flex-start;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: hsla(0,0%,100%,.7);
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    height: clamp(300px,36vw,440px);
    justify-content: flex-end;
    margin-right: clamp(50px,35vw,550px);
    width: clamp(400px,44vw,750px);
}
.slider-contact-btn {
    background-color: #34bcae;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-family: pt-sans,sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    margin: 55px 0 clamp(10px,4vw,65px) 10%;
    opacity: 1;
    width: 165px;
}

.home-about {
    align-items: center;
    display: flex;
    height: 500px;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.about-left-side {
    align-items: center;
    background-color: #505048;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    position: relative;
    width: 50%;
}
.about-txt-outer {
    align-items: center;
    display: flex;
    justify-content: center;
    width: clamp(400px,100%,800px);
}
.about-heart-bg {
    position: absolute;
    width: 750px;
}
.about-txt-inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 70%;
}
.about-title{
    color: #fff;
    font-family: pt-sans,sans-serif;
    font-size: clamp(28px,3vw,50px);
    margin: 0 0 30px;
}
.about-txt {
    font-size: clamp(14px,1.5vw,20px);
    margin: 0;
    color: #fff;
    font-family: pt-sans,sans-serif;
}
.about-right-side {
    background-image: url('../images/home-about-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 50%;
}
.active-slide{
	opacity: 1;
}
.home-video{
	height:850px;
	width:100%
}
.quality-helps-width {
    max-width: 1600px;
    width: 100%;
	align-items: center;
    display: flex;
    justify-content: center;
}
.home-quality{
	width: 100%;
	align-items: center;
    display: flex;
    justify-content: center;
}
.quality-left-side {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 50%;
}
.quality-right-side {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}
.quality-title, .quality-txt {
    font-family: pt-sans,sans-serif;
    width: 75%;
}
.quality-title {
    color: #34bcae;
    font-size: clamp(28px,3vw,50px);
}
.quality-txt {
    color: #707070;
    font-size: clamp(14px,1.5vw,20px);
}
.testimonial-section, .testimonial-helps-width {
    align-items: center;
    display: flex;
    justify-content: center;
}
.testimonial-section {
    background-color: #34bcae;
    overflow: hidden;
    padding: 125px 0 150px;
    position: relative;
    width: 100%;
}
.testimonial-helps-width {
    min-width: 1024px;
    width: 1024px;
}
.testimonial-bg-heart {
    position: absolute;
    width: clamp(1000px,135vw,2000px);
}
.testimonial-title-carousel {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
}
.testimonial-title {
    color: #fff;
    font-family: shelby,sans-serif;
    font-size: clamp(35px,4vw,70px);
    font-weight: 500;
    margin: 0 0 40px;
}
.testimonial-carousel {
    align-items: center;
    -webkit-column-gap: 25px;
    column-gap: 25px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.testimonial-btn {
    align-items: center;
    background-color: hsla(0,0%,100%,.3);
    border: none;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 50px;
	z-index: 999;
}
.testimonial-btn-arrow {
    width: 20px;
}
.testimonial-testimonial-txt {
    font-size: clamp(14px,1.5vw,20px);
    font-weight: 500;
}
.testimonial-txt {
    color: #fff;
    font-family: pt-sans,sans-serif;
    margin: 0;
}
.testimonial-slider-slick {
    background-color: hsla(0,0%,100%,.4);
    border-radius: 20px;
    padding: 30px 50px;
    width: 620px;
}
.testimonial-name-txt {
    font-size: clamp(17px,2vw,30px);
    font-weight: 700;
}
.testimonial-line-lottie {
    bottom: -213px;
    left: -173px;
    position: absolute;
    width: 100%;
}
.testimonial-name-carousel {
    margin-top: 100px;
    width: 100%;
}
.contact-chat-column, .contact-section {
    display: flex;
    justify-content: center;
}
.contact-section {
    align-items: center;
    column-gap: 10vw;
    padding: 100px 0 150px;
    width: 100%;
}
.contact-chat-column {
    align-items: flex-start;
    flex-direction: column;
    width: 400px;
}
.contact-title {
    font-size: clamp(28px,4vw,70px);
    font-weight: 900;
    margin: 0 0 20px;
	color: #505048;
}
.contact-txt {
    font-size: clamp(14px,1.5vw,20px);
    font-style: italic;
    font-weight: 500;
    margin: 0 0 100px;
	color: #505048;
}
.contact-form {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
}
::-webkit-input-placeholder {
	color: #fff;
	font-family: pt-sans,sans-serif;
	font-size: 16px;
	font-weight: 100
}

::placeholder {
	color: #fff;
	font-family: pt-sans,sans-serif;
	font-size: 16px;
	font-weight: 100
}
.contact-input, .contact-textarea {
    background-color: #34bcae;
    border: none;
    border-radius: 25px;
    box-shadow: 0 10px 10px #00000029;
    color: #fff;
    font-family: pt-sans,sans-serif;
    font-size: 16px;
    font-weight: 100;
    text-indent: 20px;
    width: 100%;
}
.contact-input {
    height: 50px;
    margin-bottom: 25px;
}
.contact-textarea {
    height: 200px;
    padding-top: 10px;
    resize: none;
}
.contact-btn {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 25px;
    bottom: 10px;
    color: #34bcae;
    display: flex;
    font-family: pt-sans,sans-serif;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 10px;
    width: 100px;
}
.contact-title, .contact-txt {
    color: #505048;
    font-family: pt-sans,sans-serif;
}
.contact-directory-column {
    align-items: center;
    align-self: flex-end;
    background-color: #34bcae;
    background-image: url('../images/contact-column-bg.svg');
    background-position-x: 200%;
    background-position-y: 150%;
    background-repeat: no-repeat;
    background-size: 110%;
    border-radius: 50px;
    box-shadow: 0 10px 10px #00000029;
    display: flex;
    height: 500px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 500px;
}
.contact-directory {
    height: 80%;
    width: 80%;
}
.contact-directory-title {
    color: #fff;
    font-family: pt-sans,sans-serif;
    font-size: clamp(28px,3vw,50px);
    font-weight: 900;
    margin: 0;
}
.contact-directory-divider {
    background-color: #fff;
    height: 2px;
    margin: 15px 0;
    width: 100%;
}
.contact-directory {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: auto;
    justify-content: flex-start;
    overflow: scroll;
    overflow-x: hidden;
}
.contact-subsite-txt {
    color: #fff;
    font-family: pt-sans,sans-serif;
    font-size: clamp(14px,1.5vw,18px);
    font-weight: 500;
}
.vistedLink {
    color: #fff;
    text-decoration: none;
}
.contact-directory::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px
}

.contact-directory::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.5);
	border-radius: 4px;
	box-shadow: 0 0 1px hsla(0,0%,100%,.5)
}

/*--------------- directory page ------------*/
.page-directory{
    background: linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8)),url('../images/page-directory-bg.jpg') no-repeat 50% fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.directory-section-inner{
	margin-bottom: 165px; 
	margin-top: 120px;
}
.boxCnt, .directory-section {
    align-items: center;
    display: flex;
    justify-content: center;
}
.boxCnt {
    flex-direction: column;
    height: 100%;
}
.directory-section{
    width: 100%;
}
.gridBox {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    width: 80%;
}
.borderBox {
    background-color: #309d8e;
    height: 300px;
    width: 18vw;
}
.compName {
    color: #fff;
    font-family: pt-sans,sans-serif;
    font-size: calc(18px + .39063vw);
    font-style: normal;
    font-weight: 700;
    margin: 0 0 5px;
    text-align: center;
}
.compAdd, .compPhone, .compState {
    color: #fff;
    font-family: pt-sans-caption,sans-serif;
    font-size: calc(10px + .39063vw);
    font-style: normal;
    font-weight: 400;
}
.compAdd, .compState {
    margin: 0;
}
.compPhone {
    margin: 15px 0 0;
}
.learnMoreBut {
    background-color: #35c7b8;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    margin-top: 35px;
    width: 140px;
}
.learnMoreBut a{
	text-decoration: none;
    color: white;
}
/*------- contact us -----------*/
.page-contactus {
    background: linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8)),url('../images/page-directory-bg.jpg') no-repeat 50% fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.contact-chat-column, .contact-cnt {
    display: flex;
    justify-content: center;
}
.contact-cnt {
    align-items: center;
    -webkit-column-gap: 10vw;
    column-gap: 10vw;
    padding: 100px 0 150px;
    width: 100%	;
}
.contact-directory-cnt {
    height: 80%;
    width: 80%;
	overflow: hidden;
}
.contact-hearts-cnt {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
    width: 100%;
}
.contact-hearts-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 1000px;
}
.contact-heart {
    height: 200px;
}
/*------------------ our team --------------*/
.our-team {
    background: url('../images/clearHeart.png') no-repeat 50% fixed;
    background-position: -160px 300px;
    background-size: cover;
    background-size: 870px 800px;
    flex-direction: row;
	height: auto;
    min-height: 800px;
    justify-content: space-evenly;
    width: 100%;
}
.page-our-team .header{
    background-color: rgb(52, 188, 174);
	opacity: 1;
}
.leftSideOur, .our-team {
    align-items: center;
    display: flex;
}
.leftSideOur {
    flex-direction: column;
    height: 73%;
    justify-content: flex-start;
    width: 44%;
}
.ourTeamTextCnt, .ourTeamTitleCnt {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}
.ourTeamTextCnt {
    bottom: 50px;
    position: relative;
}
.ourTeamTitle {
    color: #5a5a5a;
    font-family: shelby,sans-serif;
    font-size: calc(125px + .39063vw);
    font-style: normal;
    font-weight: 700;
    margin: 0;
}
.ourTeamText {
    color: #380e0e;
    font-family: pt-sans,sans-serif;
    font-size: calc(20px + .39063vw);
    font-style: normal;
    font-weight: 400;
    width: 336px;
}
.rightSideOur {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 80%;
}
.bottomRow, .infoPeople, .topRow {
    align-items: center;
    display: flex;
}
.bottomRow, .topRow {
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}
.topRow {
    margin-bottom: 20px;
}
.infoPeople {
    flex-direction: column;
    justify-content: center;
}
.nameOurTeam, .workTitleOur {
    color: #505048;
    font-style: normal;
}
.nameOurTeam {
    font-family: shelby,sans-serif;
    font-size: calc(40px + .39063vw);
    font-weight: 700;
    margin: 10% 0 0;
}
.workTitleOur {
    font-family: pt-sans,sans-serif;
    font-size: calc(15px + .39063vw);
    font-weight: 400;
    margin: 0;
    opacity: .8;
}
/*------------ career -----------*/
.page-career .header{
    background-color: rgb(52, 188, 174);
	opacity: 1;
}

.CareersCompCnt {
    align-items: center;
    background: linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8)),url('../images/HugBedRock.png') no-repeat 50% fixed;
    background-position: 50% 20%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    width: 100%;
	min-height: 80vh;
}
.HeaderCar {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 80%;
}
.ExtraordinaryFont, .HeaderText {
    font-style: normal;
    font-weight: 700;
}
.HeaderText {
    color: #fff;
    font-family: pt-sans,sans-serif;
    font-size: calc(60px + .39063vw);
}
.ExtraordinaryFont {
    font-family: shelby,sans-serif;
    font-size: calc(140px + .39063vw);
}
.middleParagrapghCar {
    width: 85%;
}
.bottomParagrapghText, .middleParagrapghText {
    color: #fff;
    font-family: pt-sans,sans-serif;
    font-size: calc(18px + .39063vw);
    font-style: normal;
    font-weight: 400;
}
.IntoParagrapghCarr {
    font-family: pt-sans,sans-serif;
    font-size: calc(22px + .39063vw);
    font-style: normal;
    font-weight: 700;
}
.bottomParagrapghText {
    margin-bottom: 10%;
}
.bottomParagrapghCar {
    width: 85%;
}

/*-------------- page covid ------------*/
.page-covid .header {
    background-color: rgb(52, 188, 174);
    opacity: 1;
}
.covidCnt, .helpWidthCovid {
    align-items: center;
    display: flex;
}
.covidCnt {
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    width: 100%;
}
.topCovidInfo, .topHalfCovid19 {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
}
.topHalfCovid19 {
    background: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url('../images/HugBedRock.png') no-repeat 50% fixed;
    background-position: 50% 20%;
    background-size: cover;
    flex-direction: column;
    padding-top: 70px;
    width: 100%;
	padding-bottom: 70px;
}
.helpWidthCovid {
    justify-content: center;
    margin-top: 50px;
}
.topCovidInfo {
    flex-direction: row;
    width: 90%;
}
.topInfoLeftCnt, .topInfoRight {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: hsla(0,0%,100%,.5);
    border-radius: 80px;
    display: flex;
    flex-direction: column;
    height: 621px;
    justify-content: space-evenly;
    mix-blend-mode: lighten;
    width: 40%;
}
.para1LeftInfoCnt, .titleLeftInfoCnt {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-left: 41px;
}
.titleLeftInfoCnt {
    width: 86%;
}
.titleLeftInfoText {
    color: #fff;
    font-family: pt-sans,sans-serif;
    font-size: calc(23px + .39063vw);
    font-style: normal;
    font-weight: 700;
}
.para1LeftInfoCnt {
    flex-direction: column;
    width: 78%;
}
.para1LeftInfoText, .para2LeftInfoText {
    color: #fff;
    font-size: calc(15px + .39063vw);
}
.linkFont, .para1LeftInfoText {
    font-family: pt-sans,sans-serif;
    font-style: normal;
    font-weight: 400;
}
.para2LeftInfoText {
    font-family: pt-sans,sans-serif;
    font-style: normal;
    font-weight: 400;
}
.ReadMoreLeftInfo {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-left: 5%;
}
.bottomInfoCnt {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: hsla(0,0%,100%,.5);
    border-radius: 80px;
    display: flex;
    flex-direction: column;
    height: 621px;
    justify-content: space-evenly;
    mix-blend-mode: lighten;
    width: 80%;
	margin-top: 70px;
}
.learnMoreButCovid {
    background-color: #34bcae;
    border: none;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font-family: pt-sans,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    width: 150px;
}
.linkCovid {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.bttomTitleCnt {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-left: 80px;
    width: 86%;
}
.titleTextBottom {
    color: #fff;
    font-family: pt-sans,sans-serif;
    font-size: calc(27px + .39063vw);
    font-style: normal;
    font-weight: 700;
    margin: 0;
}
.pargrapghBottomCnt {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 80px;
    width: 83%;
}
.pargrapghBottomText {
    color: #fff;
    font-family: pt-sans,sans-serif;
    font-size: calc(20px + .39063vw);
    font-style: normal;
    font-weight: 400;
}
.resourcesCovid {
    width: 100%;
	padding-bottom: 70px;
}
.resTitleCnt {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 4%;
    width: 65%;
}
.resTitleText {
    color: #707070;
    font-family: pt-sans,sans-serif;
    font-size: calc(28px + .39063vw);
    font-style: normal;
    font-weight: 700;
    width: 70%;
}
.listCntCovid, .resSourceCnt {
    align-items: center;
    display: flex;
}
.resSourceCnt {
    flex-direction: column;
    justify-content: center;
    width: 93%;
}
.listCntCovid {
    color: #555;
    justify-content: flex-start;
    width: 67%;
}
.listItemCovid {
    font-family: pt-sans,sans-serif;
    font-size: calc(24px + .39063vw);
    font-style: normal;
    font-weight: 400;
	margin-bottom: 32px;
}
.learnMore, .learnMoreBut {
    color: #fff;
    font-size: 15px;
    padding: 10px;
}
.mail-alert.success{
	color: green;
}
.mail-alert.error{
	color: red;
}	
.contactus li.navbar-item.active a, .directory li.navbar-item.active a{
    color: rgb(52, 188, 174);
}
.ourteam li.navbar-item.active a, .career li.navbar-item.active a, .covid li.navbar-item.active a{
    color: rgb(80, 80, 71);
}
.mail-alert {
    width: 100%;
    margin: 0 0 15px 0;
    font-family: pt-sans,sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}	

@media screen and (max-width: 1600px){
	.topCovidInfo {
		width: 95%;
	}
	.topInfoLeftCnt {
		height: 621px;
		margin-right: 0;
		width: 45%;
	}
	.topInfoRight {
		width: 45%;
	}
	.bottomInfoCnt {
		width: 89%;
	}
}

@media screen and (max-width: 1650px){
	.gridBox {
		width: 94%;
	}
	.borderBox {
		width: 21vw;
	}
}

@media screen and (max-width: 1750px){
	.gridBox {
    	width: 90%;
	}
	.borderBox {
		width: 20vw;
	}
}
/*--------------- for desktop css----------*/
@media screen and (min-width: 801px){
	.mobile-menu-opener{
		display: none;
	}
}
/*--------------- for mobile css----------*/
@media screen and (max-width: 800px){
	.header-social-media{
		display: none;
	}
	.header-logo{
		margin-right: 0;
	}
	.header {
		height: auto;
		padding: 15px;
		box-sizing: border-box;
		justify-content: space-between;
	}
	.home-slider .slick-item .slick-div {
		height: 500px;
	}
	.mobile-menu-opener img{
		width: 35px;
		height: 30px;
		cursor: pointer;
	}
	.home-banner-slider {
		position: relative;
	}
	.slider-txt-outer{
		top: auto;
		bottom: 10px;
		position: absolute;
	}
	.slider-txt-inner {
		width: 90% !important;
		margin: 0 auto;
		height: 290px;
	}
	.slider-lottie {
		left: 50%;
		position: absolute;
		top: -140px;
		transform: translateX(-50%) !important;
		width: 250px;
		height: 250px;
	}
	.home-banner-slider lottie-player {
		width: 250px !important;
		height: 250px !important;
	}
	.testimonial-title-carousel{
		max-width: 100%;
	}
	.footer {
		flex-direction: column;
		padding: 0px 0 20px;
		align-items: center;
	}
	.footer-logo-links{
		max-width: 100%;
		margin-right: 0;
		padding: 50px 15px 20px;
		box-sizing: border-box;
		align-items: center;
	}
	.footer-links-column{
		height: auto;
	}
	.footer-link {
		margin-bottom: 10px;
	}
	.footer-links{
		flex-direction: column;
		align-items: center;
	}
	.footer-logo {
    	margin-bottom: 30px;
	}
	.header{
		position: relative !important;
		opacity: 1 !important;
	}
	.home-about {
		height: auto;
		flex-direction: column;
	}
	.about-left-side {
		width: 100%;
	}
	.about-right-side {
		height: 300px;
		width: 100%;
	}
	.about-txt-inner {
		width: 100%;
		padding: 30px;
	}
	.quality-helps-width {
		flex-direction: column;
		padding-bottom: 50px;
	}
	.quality-left-side {
		width: 100%;
	}
	.quality-right-side {
		width: 100%;
		padding: 0 30px !important;
		box-sizing: border-box;
	}
	.home-quality lottie-player {
		height: auto !important;
		width: 100% !important;
	}
	.quality-title, .quality-txt {
		width: 100%;
	}
	.home-video {
		height: auto;
		width: 100%;
	}
	.testimonial-helps-width {
		min-width: initial !important;
		width: 90% !important;
		max-width: 90% !important;
	}
	.contact-section {
		flex-direction: column;
	}
	.contact-txt{
		margin-bottom: 40px;
	}
	.contact-chat-column {
		max-width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		margin-bottom: 50px;
	}
	.contact-directory-column {
		width: calc(100% - 30px) !important;
		max-width: 100%;
		box-sizing: border-box;
		margin: 0 15px;
	}
	.contact-section {
		padding: 50px 0 50px;

	}
	.testimonial-section lottie-player {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
	}
	.testimonial-slider-slick {
		max-width: 100% !important;
	}
	body.nav-open {
		overflow: hidden;
	}
	nav {
		position: fixed;
		top: 85px;
		width: 100%;
		height: calc(100vh - 85px);
		background: #fff;
		padding: 60px 50px 60px;
		right: -100%;
		transition: ease all 0.5s;
		z-index: 9999;
    	box-sizing: border-box;
	}
	nav.open {
		right: 0;
	}
	.navbar-item a {
		color: #000;
	}
	nav ul {
    	flex-direction: column;
		align-items: flex-start;
	}
	.navbar-item {
		margin-bottom: 15px;
	}
	button.testimonial-btn {
		display: none;
	}
	ul.slick-dots {
		position: absolute;
		bottom: -30px;
		display: flex;
		margin: 0;
		padding: 0;
		column-gap: 10px;
		width: 100%;
		align-items: center;
		justify-content: center;
		left: 0;
	}
	ul.slick-dots li.slick-active button{
		background: #000;
	}
	ul.slick-dots li {
		list-style: none;
	}
	ul.slick-dots li button {
		text-indent: -999px;
		width: 10px;
		height: 12px;
		display: block;
		border-radius: 50%;
		border: none;
	}
	.testimonial-line-lottie {
		bottom: -74px;
		left: -22px;
	}
	.testimonial-section {
		padding: 50px 0 60px;

	}
	.testimonial-name-carousel {
    	margin-top: 50px;
	}
	.gridBox {
		gap: 15px;
		grid-template-columns: repeat(2, 1fr);
		padding: 0 15px;
		box-sizing: border-box;
		width: 100% !important;
	}
	.borderBox {
		width: 100%;
		padding: 20px 15px;
		box-sizing: border-box;
		height: auto;
	}
	.directory-section-inner {
		margin-bottom: 60px;
		margin-top: 60px;
	}
	.our-team {
		flex-direction: column;
	}
	.leftSideOur {
		height: auto;
		width: 100%;
	}
	.rightSideOur {
		width: 100%;
	}
	.infoPeople {
		margin-bottom: 30px;
	}
	.topRow{
		margin-bottom: 0;
	}
	.topRow, .bottomRow {
		flex-direction: column;
	}
	.HeaderCar {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.HeaderText {
		font-size: 35px;
		line-height: 1;
	}
	.ExtraordinaryFont {
		font-size: 52px;
	}
	.middleParagrapghCar, .bottomParagrapghCar {
		width: 100% !important;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.contact-cnt {
		padding: 60px 0 80px;
		flex-direction: column;
	}
	.contact-hearts-cnt {
		padding-bottom: 60px;
	}
	.contact-hearts-row {
		max-width: 100% !important;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.contact-heart {
		height: auto;
		width: 33%;
	}
	.helpWidthCovid {
		margin-top: 0px;
	}
	.topCovidInfo {
		width: 100%;
		flex-direction: column;
		padding: 0 15px;
		row-gap: 70px;
	}
	.topInfoLeftCnt, .topInfoRight{
		width: 100%;
	}
	.bottomInfoCnt {
		width: calc(100% - 30px);
		height: auto;
		box-sizing: border-box;
		margin: 70px 15px 0;
		flex-direction: column;
		padding: 40px 40px;
	}
	.resTitleCnt {
		margin-top: 20px;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.resSourceCnt, .listCntCovid, .resTitleText {
		width: 100%;
	}
	.listCntCovid {
		padding: 0 15px;
		box-sizing: border-box;
	}
	.listCntCovid ul {
		padding: 0;
	}
	.bttomTitleCnt, .pargrapghBottomCnt {
		margin-left: 0;
		width: 100%;
	}
}

