html.hydrated {
    overflow-x: hidden;
}

body {
margin: 0px;
padding: 0px;
overflow-x: hidden;
}

/* ---------header css here!------------- */


img.logo {
max-width: 85%;
}

header {
background-color: #ffffff;
display: flex;
justify-content: space-between;
align-items: center;
margin: 0px 12rem;
border-radius: 50px;
position: relative;
top: -2rem;
padding: 0 6rem;
box-shadow: 3px 3px 8px #00000033;
} 
header:hover{
box-shadow: 2px 2px 25px black;
transition: 0.5s;
}
.navlinks li{
display: inline-block;
margin: 30px;
align-items: center;
}
header:hover {
box-shadow: 2px 2px 8px #00000096;
transition: 0.5s;
}
.tab-wth-text-block {
    margin-bottom: 6rem;
}


.sidebar {
position: fixed;
top: 1;
right: 60px !important;
width: 250px;
z-index: 999;
background-color: #ffffff;
box-shadow: -3px 0 10px #00000059;
justify-content: flex-start;
list-style: none;
flex-direction: column;
transition: transform 0.3s ease;
transform: translateX(100%);
display: none;
}
.sidebar li{
    width: 100%;
    margin: 12px 40px;
}

.sidebar img{
position: absolute;
bottom: 20px;
width: 100%;
height: 120px;
}
nav ion-icon{
font-size: 2em;
position: absolute;
top: 35px;
right: 20px;
}


/* top header section -------- */

img.loc-icon {
max-width: 8%;
margin-right: 12px;
}
.top-info-text {
background-color: #008489;
padding: 1rem 0 2rem 0;
}
.login {
display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
p.loctn-txt {
font-size: 14px;
color: #fff;
}
.login1 {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}





.topnav {
overflow: hidden;
background-color: #e9e9e9;
}

.topnav a {
float: left;
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}

.topnav a:hover {
background-color: #ddd;
color: black;
}

.topnav a.active {
background-color: #2196F3;
color: white;
}

.topnav .search-container {
float: right;
}

.topnav input[type=text] {
padding: 6px;
margin-top: 8px;
font-size: 17px;
border: none;
}

.topnav .search-container button {
float: right;
padding: 6px 10px;
margin-top: 8px;
margin-right: 16px;
background: #ddd;
font-size: 17px;
border: none;
cursor: pointer;
}

.topnav .search-container button:hover {
background: #ccc;
}

button.srch-btn {
border: none;
background: none;
position: relative;
left: -30px;
}
input.inbxx {
padding: 10px 14px;
border-radius: 25px;
border: 1px solid #5d5d5d;
}
button.srch-btn {
border: none;
background: none;
position: relative;
left: -40px;
border-left: 1px solid #5d5d5d;
}
.navlinks li {
display: inline-block;
margin: 0 34px;
font-size: 15px;
}
a.items11 {
font-size: 15px;
color: #008489;
font-weight: 600;
        text-decoration: none;
}

button.srch-btn {
    background-color: #008489 !important;
    border-radius: 0px 50px 50px 0px !important;
    left: -50px;
    border: 1px solid #00000030 !important;
}



.topsec-sec {
display: flex;
align-items: center;
}
.login-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 12rem;
    padding: 0px 8rem;
}
.login-loc {
display: flex;
align-items: center;
}

p.mini-loc {
font-size: 10px;
color: #fff;
font-weight: 200;
}
p.mini-loc {
font-size: 8px;
color: #fff;
margin-bottom: 0;
}
p.mini-loc1 {
font-size: 14px;
    color: #fff;
    font-weight: 200;
    margin-bottom: 0;
}

/* ---------header css here end !------------- */



/* ---------main-hero image section !------------- */

img.main-hero-img {
max-width: 100%;
position: relative;
top: -10rem;
z-index: -99999;
}

/* ---------about second section !------------- */

img.about-sec-img {
max-width: 90%;
}
p.color-base {
font-size: 15px;
line-height: 26px;
color: #058089;
font-weight: normal;
}
h2.abt-txt-hdng {
font-size: 34px;
font-weight: 500;
color: #000 !important;
padding-bottom: 2rem;
        line-height: 1.4;
}
p.abt-txt-mini1{
font-size: 14px;
line-height: 26px;
color: #242526;
font-weight: normal;
padding-bottom: 1rem;
}
.bullet-check li:before {
position: absolute;
content: "\f00c";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 15px;
left: 0;
}
h3.bullet-check {
position: relative;
padding-bottom: 0px;
color: #000000;
font-size: 14px;
margin: 12px 0;
}
div#text-area-block {
padding-left: 6rem;
}
img.check-icon {
max-width: 4%;
margin-right: 15px;
}
.btn-block {
margin-top: 5rem;
}
a.abt-btn11 {
font-family: "Rubik", sans-serif;
background-color: #058089;
color: #ffffff;
font-weight: 400;
font-size: 14px;
padding: 10px 22px;
border-radius: 100px;
transition: all 0.3s ease-in-out;
text-decoration: none;
background-image: linear-gradient(to right, #1197a1, #36b4be);
box-shadow: 1px 2px 10px #00000040;
}
a.abt-btn11:hover {
background-color: #000;
box-shadow: 1px 2px 10px #00000040;
color: #ffffff;
}
section#about-second-section {
padding-bottom: 0rem;
    margin-bottom: 8rem;
}


/* ---------banner text section !------------- */

.banner-txt-sec {
background-image: url(../img/banner-txt-bg-img1.png);
position: relative;
padding: 12.5rem 0;
margin: 3rem 0;
background-position: top;
background-size: 90%;
background-repeat: no-repeat;
}

h2.banner-txt-heading {
font-size: 32px;
font-weight: 700;
line-height: 1.5;
color: #ffffff;
padding-bottom: 0rem;
padding-top: 15rem;
padding-left: 0rem;
text-shadow: -1px 2px 4px #00000045;
}
h2.banner-txt-heading1 {
font-size: 22px;
font-weight: 300;
color: #ffffff;
padding-left: 0rem;
}


/* ---------services department section !------------- */

h2.services-department-txt-heading1 {
font-size: 26px;
font-weight: 600;
color: #000 !important;
padding: 2rem;
text-align: center;
}
h2.services-department-heading {
font-size: 18px;
font-weight: 300;
color: #000;
text-align: center;
}
a.services-department-btn {
font-size: 16px;
font-weight: 300;
color: #000;
text-align: center;
display: flex;
justify-content: center;
text-decoration: underline;
}

.services-department-bg-sec {
background-image: url(../img/ashburn-srvc-dprtmnt-bg.png);
position: relative;
padding: 6rem 0;
margin: 3rem 0;
background-position: top;
background-size: 90%;
background-repeat: no-repeat;
padding-bottom: 4rem;
}

/* ---------free cansultation section !------------- */
.oneimg-sec {
position: relative;
background-image: url(../img/free-cunsultation-bg-img.png);
background-size: cover;
background-position: bottom;
padding: 10rem 0;
margin: 0rem 0;
}
h2.free-clsntn-heading {
font-size: 70px;
font-weight: 600;
color: #fff;
padding-bottom: 2rem;
        text-shadow: 3px 4px 3px #0000004f;
}
h2.free-clsntn-heading1 {
font-size: 25px;
font-weight: 300;
color: #fff;
padding-bottom: 4rem;
}
a.free-culsuntation-btn {
text-decoration: none;
background-color: #fff;
padding: 10px 5rem;
color: #008489;
border-radius: 30px;
box-shadow: -3px 6px 5px 0px #00000050;
}

/* ---------why choose  us  section !------------- */

.site-heading h2 {
display: block;
font-weight: 700;
margin-bottom: 10px;
text-transform: uppercase;
}
h4.w-c-us-txt {
font-size: 35px;
font-weight: 500;
}



.site-heading h4 {
display: inline-block;
padding-bottom: 20px;
position: relative;
text-transform: capitalize;
z-index: 1;
}

.site-heading h4::before {
background-color: #008489;
bottom: 0;
content: "";
height: 2px;
left: 50%;
margin-left: -25px;
position: absolute;
width: 80px;
}

.site-heading {
margin-bottom: 60px;
overflow: hidden;
margin-top: -5px;
}
section.we-offer-area.text-center.bg-gray {
margin: 5rem 0;
        background-image: none;
        margin-bottom: 14rem;
}

.four-image-service-section {
            margin-top: 8rem;
    margin-bottom: 0rem;
}

img.whychoos-us-img {
max-width: 38%;
}
h4.w-c-us-txt1 {
font-size: 20px;
font-weight: 500;
padding: 2rem 0 0px 0;
}
p.w-c-us-txt-mini1 {
font-size: 16px;
font-weight: 200;
padding: 0 2rem;
}
section#shadow-host-companion {
    display: none;
}
/* ---------four image service section !------------- */

.img:hover {
transform: scale(1.05);
}

img.imgg1 {
max-width: 100%;
}
img.imgg1:hover {
max-width: 100%;
transform: scale(1.05);
}

.all-srvc-fr-img {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
}
.srcv-ig11 {
padding: 15px;
display: flex;
flex-direction: column;
align-items: flex-end;
}
.txt-btn-fr-srvc {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 2rem 15px 3rem 15px;
}
h2.fr-srvc-img {
font-size: 32px;
font-weight: 500;
color: #008489;
}
a.fr-srvc-btn-vw-all {
text-decoration: none;
background-color: #008489;
padding: 10px 2rem;
color: #ffffff;
border-radius: 5px;
box-shadow: -2px 5px 4px 0px #00000026;
float: inline-end;
        margin-bottom: 1.8rem;
}
h2.ovr-img-txt {
font-size: 15px;
text-align: end;
padding: 12px;
background-color: #008489;
width: 16rem;
color: #fff;
position: relative;
top: -10rem;
border-radius: 5px;
text-align: center;
display: flex;
justify-content: center;
}

/* Investigationssection here!  */

.investigation-block-img-sec {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.Investigations-top-sec1 {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.investigation-block-img-sec {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
background-color: #fff;
border-radius: 25px;
}
.Investigations-top-sec {
background-color: #ffffff;
box-shadow: 3px 3px 12px #9b9b9b7a;
border-radius: 25px;
padding: 30px 40px;
position: relative;
top: -10rem;
}
h3.inv-txt {
text-align: center;
font-size: 18px;
font-weight: 500;
margin-top: 15px;
}
h3.inv-txt1 {
text-align: center;
font-size: 15px;
font-weight: 400;
padding: 8px;
border-radius: 30px;
margin: 18px 10px 5px 10px;
}
img.inv1 {
max-width: 90%;
}
h2.inv-heading-txt {
font-size: 24px;
font-weight: 500;
color: #008489;
margin: 5px 0 20px 0;
}
a.inv-btn-vw-all {
font-size: 14px;
color: #008489;
}
h3#offer1 {
background-color: #eef7fa;
}
h3#offer {
background-color: #faf9fd;
}



/* <!-- test packages section here! --> */



.MultiCarousel {
float: left;
overflow: hidden;
padding: 15px;
width: 100%;
position: relative;
}

.MultiCarousel .MultiCarousel-inner {
transition: 1s ease all;
float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
text-align: center;
padding: 10px;
margin: 10px;
background: #ffffff;
color: #000000;
box-shadow: 4px 3px 8px #f4f4f4;
border-radius: 6px;
border: 1px solid #e7e7e7b8;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
position: absolute;
border-radius: 50%;
top: calc(50% - 20px);
}

/****** Bnt Full*******
.MultiCarousel .leftLst, .MultiCarousel .rightLst {
position: absolute;
border-radius: 50%;
height: 80%;
top: 24px;
}**/

.MultiCarousel .leftLst {
left: 0;
}

.MultiCarousel .rightLst {
right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
pointer-events: none;
background: #ccc;
}
/*slider css*/

.image {
width: 100%;
}

.height {
height: 10px;
}

/* / Image-container design / */
.image-container {
width: 100%;
position: relative;
margin: auto;
}

.next {
right: 0;
}

/* / Next and previous icon design / */
.previous,
.next {
cursor: pointer;
position: absolute;
top: 50%;
padding: 10px;
margin-top: -25px;
}

/* / caption decorate / */
.captionText {
color: #000000;
font-size: 14px;
position: absolute;
padding: 12px 12px;
bottom: 8px;
width: 100%;
text-align: center;
}

/* / Slider image number / */
.slideNumber {
background-color: #5574C5;
color: white;
border-radius: 25px;
right: 0;
opacity: .5;
margin: 5px;
width: 30px;
height: 30px;
text-align: center;
font-weight: bold;
font-size: 24px;
position: absolute;
}

.eyecon {
font-size: 32px;
}

.eyecon:hover {
transform: rotate(360deg);
transition: 1s;
color: white;
}
.banner-icon:hover {
transform: rotate(360deg);
transition: 1s;
color: white;
}

.footerdot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbbbbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.5s ease;
}

.active,
.footerdot:hover {
background-color: black;
}

.card-body {
display: flex;
flex-direction: column;
align-items: flex-start;
}

h5.card-title {
    font-size: 14px;
    font-weight: 600;
    padding: 12px;
    border-bottom: 1px solid #0000008a;
    text-align: justify;
    margin-bottom: 1.5rem;
}
p.card-text {
    font-size: 15px !important;
    color: #3b3b3b;
    text-align: left;
    margin-bottom: 8px;
}
.price-btn {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
background-color: #000000;
border-radius: 3px;
}
span.pcg-price1 {
color: #ffff;
padding: 10px 12px;
}
a.pckg-book-now-btn {
color: #fff;
background-color: #058089;
padding: 10px 9px;
border-radius: 0px 3px 3px 0px;
}
a.know-more-btnn {
text-align: end;
font-size: 11px;
color: #0052ff;
font-weight: 500;
padding-bottom: 3px;
}
.card-body {
display: flex;
flex-direction: column;
align-items: stretch;
}
button.btn.btn-primary.leftLst {
padding: 4px 7px;
border-radius: 50px;
}
button.btn.btn-primary.rightLst {
padding: 4px 7px;
border-radius: 50px;
}
button#pckg-btn {
    padding: 1px 4px !important;
}
.card-body {
padding: 8px 12px !important;
}
h2.tab-sec-hdrtxt1 {
color: #008489;
}

/* /   css for auto move slider     / */

.slide {
display: none;
}

.slide img {
width: 100%;
height: 100%;
object-fit: cover;
}

.image-container {
position: relative;
width: 100%;
height: 100%;
}

.previous, .next {
position: absolute;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}

.previous {
left: 0;
}

.next {
right: 0;
}




/* ashburn latest offer section here!  */

img.Avatar {
max-width: 100%;
}
p.offer1 {
font-size: 18px;
margin-bottom: 8px;
}
h2.offer-hdng1 {
font-size: 30px;
font-weight: 600;
color: #000;
line-height: 1.3;
}
p.ofer-mini1 {
font-size: 14px;
font-weight: 200;
padding-left: 18rem;
}
.ofr-sec {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-bottom: 2rem;
}
.ashburn-latest-offer-section {
    margin-bottom: 2rem !important;
}

.offer-cards {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 3rem 0;
}
p.ofr-txt {
font-size: 14px;
color: #474747;
}
h4.ofr-txt-name {
font-size: 15px;
font-weight: 600;
}
a.learn-more-btn1 {
font-size: 14px;
color: #000000;
}
.card1 {
background-color: #f2f4f8;
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 1.2rem;
border-radius: 25px;
}
.three-txt-sets {
padding: 1rem;
}
span.blue-txt {
color: #058089;
}


/* services department section here!  */


.MultiCarousel { 
float: left; 
overflow: hidden; 
padding: 15px; 
width: 100%; 
position:relative; 
margin-top: 4rem;
}
.MultiCarousel{ 
Height: 100%;
}
.MultiCarousel .MultiCarousel-inner { 
    transition: 1s ease all; 
    float: left; 
}
    .MultiCarousel .MultiCarousel-inner .item { 
        float: left;
    }
    .MultiCarousel .MultiCarousel-inner .item > div { 
        padding:10px; 
        margin:10px; 
    }

    .pad15 {
    margin: 4px 0px !important;
    border: 0px solid #e7e7e700 !important;
    box-shadow: 0px 0px 0px #f4f4f400 !important;
    background: none !important;
    overflow: hidden;
} 
.MultiCarousel .leftLst, .MultiCarousel .rightLst { 
    position:absolute; 
    border-radius:50%;
    top:calc(50% - 20px); 
    background-color: #058089;
    border: 1px solid #000;
}
.MultiCarousel .leftLst { 
    left:0; 
}
.MultiCarousel .rightLst { 
    right:0; 
}

    .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

    img.service-d-img1 {
        max-width: 100%;
}


/* ---------brands images section !------------- */

img.brands-img1 {
max-width: 18%;
opacity: 30%;
}
.brans-img1 {
display: flex;
justify-content: space-between;
padding-bottom: 3rem;
}
.brands-images-section {
    margin: 3rem 0;
    margin-bottom: 5rem;
}


/* ---------footer section !------------- */


ul {
margin: 0px;
padding: 0px;
}
.footer-section {
position: relative;
background-image: url(../img/ashburn-ftr-bg-img.png);
background-size: cover;
background-position: bottom;
padding-top: 28rem;
}
.footer-cta {
border-bottom: 1px solid #373636;
}
.single-cta i {
color: #ff5e14;
font-size: 30px;
float: left;
margin-top: 8px;
}
.cta-text {
padding-left: 15px;
display: inline-block;
}
.cta-text h4 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 2px;
}
.cta-text span {
color: #757575;
font-size: 15px;
}
.footer-content {
position: relative;
z-index: 2;
}
.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}
.footer-logo {
margin-bottom: 0px;
}
.footer-logo img {
max-width: 200px;
}
.footer-text p {
margin-bottom: 14px;
font-size: 14px;
  color: #fff;
line-height: 28px;
}
.footer-social-icon span {
color: #fff;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 20px;
}
.footer-social-icon a {
color: #fff;
font-size: 16px;
margin-right: 15px;
}
i#ftr-dtl-icnn {
background-color: #fff;
color: #008489;
padding: 4px;
border-radius: 25px;
font-size: 12px;
margin-right: 10px;
}
.footer-social-icon i {
height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
border-radius: 50%;
}
.facebook-bg{
background: #3B5998;
}
.twitter-bg{
background: #55ACEE;
}
.google-bg{
background: #DD4B39;
}
.footer-widget-heading h3 {
color: #fff;
font-size: 20px;
font-weight: 500;
margin-bottom: 40px;
position: relative;
}

.footer-widget ul li {
display: inline-block;
float:left;
width: 50%;
margin-bottom: 12px;
}
.footer-widget ul li a:hover{
text-decoration: none;
}
.footer-widget ul li a {
color: #fff;
text-transform: capitalize;
}
.footer.scl-links {
display: flex;
align-items: center;
}
.subscribe-form {
position: relative;
overflow: hidden;
}
.subscribe-form input {
width: 100%;
padding: 14px 28px;
background: #2e2e2e00;
border: 1px solid #ffffff;
color: #ffffff;
border-radius: 50px;
}
.col-xl-6.col-lg-6.text-center.text-lg-left {
display: flex;
flex-direction: row;
align-items: center;
}
a.icn11 {
margin: 0px 7px;
color: #fff;
font-size: 16px;
}
.subscribe-form button {
position: absolute;
right: 0;
background: #ffffff;
padding: 12px 14px;
border: 1px solid #ffffff;
top: 0;
border-radius: 50px;

}
.subscribe-form button i {
color: #000000;
font-size: 22px;
transform: rotate(-6deg);
}
.copyright-area{
background: #202020;
padding: 0px 0;
}
.copyright-text p {
margin: 0;
font-size: 12px;
color: #878787;
}
.copyright-text p a{
color: #fff;
}
.footer-menu li {
display: inline-block;
margin-left: 20px;
}
.footer-menu li:hover a{
color: #ff5e14;
}
.footer-menu li a {
font-size: 14px;
color: #878787;
}
h3.folloe-txt {
font-size: 14px;
color: #fff;
font-weight: 400;
margin: 14px 10px;
}
h3.folloe-txt {
font-size: 12px;
color: #fff;
font-weight: 400;
}
.copyright-text {
float: inline-start;
}
.footer-menu {
    float: inline-end;
    margin-right: 24rem;
}






/* tab-header section */

div#tabs {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
padding: 5rem 0rem;
}
div#tab-sec-header {
display: flex;
align-items: center;
flex-direction: row;
padding: 2rem 0rem 5px 0rem;
border-bottom: 1px solid #0084896e;
margin-top: 6rem;
}

.carousel-inner {
    margin-bottom: 6rem;
}

img.tab-sec-hdr-icn {
max-width: 4%;
}
.icn-txt-lft {
display: flex;
flex-direction: row;
align-items: center;
}
h2.tab-sec-hdrtxt {
font-size: 15px;
font-weight: 500;
margin: 0 0px;
color: #12313a;
font-family: sans-serif;
        margin-bottom: 10px;
}
h2.tab-sec-hdrtxt1 {
font-size: 30px;
font-weight: 600;
font-family: sans-serif;
color: #12313a;
}
h2#p-t-pckg {
color: #008489;
        margin-bottom: 1rem;
}
p.tab-sec-hdrtxt1 {
    font-size: 22px;
    padding-right: 12rem;
    color: #646464e3;
    text-align: end;
}
button.btn.btn-primary.rightLst {
padding: 4px 10px;
border-radius: 50px;
}
button.btn.btn-primary.leftLst {
padding: 4px 10px;
border-radius: 50px;
}
/* tab-header section */

ul.links-list-tab1 {
display: flex;
flex-direction: column;
}
a.tab-btn111 {
    text-decoration: none;
    color: #12313a;
    font-size: 18px;
    font-weight: 400;
    padding: 16px 40px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}
a#packages-btn6 {
    border-bottom: 1px solid #000;
}
a#packages-btn8 {
    border-bottom: 1px solid #000;
}
a#Disaster {
border-bottom: 1px solid #000;
}

.tab-img-area {
display: flex;
justify-content: flex-end;
align-items: center;
}
img.tab-sec-img {
max-width: 100%;
}
img.qouts-line {
max-width: 4%;
position: absolute;
top: 70px;
display: none;
}
.tab-txt-area-imgtxt-inner1 {
display: flex;
justify-content: flex-start;
}

.tab-inner-img-txt {
display: flex;
align-items: center;
}

.foc-block {
    box-shadow: -3px 5px 15px #8c8c8c2e;
    padding: 1rem 2rem;
    margin-right: 50px;
    border-radius: 25px;
    width: 460px;
    height: 490px;
}

p.moni-txt-foc {
text-align: left;
font-size: 12px;
font-weight: 600;
font-family: "Space Grotesk";
color: #000000;
background-color: #cdf780;
width: 220px;
padding: 12px 20px;
margin-top: 1rem;
border-radius: 25px;
box-shadow: 0px 2px 3px #00000020;
}

h1.heading-txt-foc {
text-align: left;
font-size: 35px;
line-height: 1.5;
font-weight: 600;
font-family: "Space Grotesk";
color: #000000;
padding: 2.7rem 3rem 8px 0;
}

.txt-wth-img-111 {
display: flex;
flex-direction: row;
justify-content: center ;
padding: 0 5rem !important;
}

img.moving-image {
max-width: 100%;
height: 100%;
padding: 4rem 5rem;
border-radius: 130px;
}

.tab-sectionwith-image-block {
background-image: url(../img/list-img-bg.png);
margin-top: 4rem;
}

.tb-txt-img-block {
background-image:url(assets/img/bg);
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
color: #12313ac4 !important;
font-weight: 600 !important;
}

.ui-widget.ui-widget-content {
border: none;
padding: 3rem 4rem;
display: flex;
flex-direction: row;
}
.ui-widget-content {
border: none !important;
background: none !important;
}
.ui-widget-header {
border: none !important;
background: none !important;
color: #333333 !important;
font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: none !important;
background: none !important;
font-weight: normal;
color: #454545;
}

.ui-widget.ui-widget-content {
border: none !important;
padding: 6rem 3rem 0 10rem;
}

.ui-tabs .ui-tabs-nav li {
margin: 1px 6em 0 0 !important;
}
.ui-tabs .ui-tabs-nav {
padding-bottom: 8rem !important;
display: flex;
flex-direction: column;
}

h3.moving-img-tab1-text {
text-align: left;
font-size: 3rem;
font-weight: 600;
font-family: "Space Grotesk";
color: #12313a;
padding-bottom: 3rem;
padding-left: 6rem;
}
p.moving-img-tab1-body-text {
    font-size: 18px;
    font-weight: 400;
    font-family: "Space Grotesk";
    color: #12313abf;
    padding-left: 6rem;
    text-align: center;
}
span.light-color-txt {
color: #e7ffbc;
}
span.light-txt {
color: #cdf780;
}
a#ui-id-1 {
color: #808080;
text-decoration: none;
font-weight: 600;
}
a#ui-id-2 {
color: #808080;
text-decoration: none;
font-weight: 600;
}
a#ui-id-3 {
color: #808080;
text-decoration: none;
font-weight: 600;
}
.tab-text-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* package slider ------ */


.package--slider-card1 {
display: flex;
flex-direction: row;
padding: 5rem 0;
}

img.pack-ofr25 {
max-width: 60%;
}
h3.testimonial-title {
font-size: 15px;
font-weight: 600;
margin-top: 10px;
}
p.testimonial-text {
font-size: 15px;
font-weight: 200;
color: #616161;
padding: 10px 0;
line-height: 1.8;
}
.swiper-slide.testimonial-items {
background: #fff;
padding: 1.1rem 3rem;
width: 32rem;
border-radius: 12px;
box-shadow: -3px 5px 12px #00000030;
}
a.know-more-btn {
text-decoration: none;
color: #ffffff;
background-color: #008489;
padding: 5px 15px;
border-radius: 5px;
box-shadow: -3px 3px 6px #a9a9a9c2;
font-size: 10px;
}
div#card11 {
display: flex;
justify-content: flex-end;
padding: 0px 7rem;
}
div#card111 {
display: flex;
justify-content: flex-start;
padding: 0px 0rem;
}
.package-sldr-icon-txtpoints {
display: flex;
flex-direction: row;
align-items: flex-start;
}
p.icn-txt-pck-slider {
font-size: 8px;
color: #6b6a69;
}
.tag25-img {
display: flex
;
justify-content: center;
}
.mini-txts {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin: 26px 0;
}
h3.testimonial-title1 {
font-size: 18px;
font-weight: 600;
border-bottom: 1px dotted #959595;
padding-bottom: 12px;
padding-top: 12px;
}
.bttm-btn1 {
background-color: #0084891c;
padding: 5px 12px;
display: flex
;
align-items: center;
justify-content: space-between;
}

span.price-txt {
font-size: 14px;
font-weight: 600;
}
span.price-txt1 {
font-size: 14px;
font-weight: 300;
text-decoration: line-through;
}
a.book-now-tb-btn {
font-size: 16px;
padding: 6px 12px;
background-color: #16c0c7;
color: #fff;
border-radius: 4px;
}


.topsec-sec {
padding: 0 4rem;
}

/* <!-- Full Body Checkup packages section here! -->*/





/* media queryies here!------------- */

@media only screen and (max-width: 767px) {
  /* -------- top header mda-qry- */

.topsec-sec {
    display: none;
}
.offer-cards {
display: flex;
flex-direction: column;
}
.all-srvc-fr-img {
display: flex;
flex-direction: column;
}
.package--slider-card1 {
display: flex;
flex-direction: column;
align-items: center;
}
.ofr-sec {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
p.ofer-mini1 {
padding-left: 0;
}

input.inbxx {
display: none;
}
.Investigations-top-sec {
position: relative;
top: 0;
}
div#tab-sec-header {
display: flex;
align-items: flex-start;
flex-direction: column;
}
h2.free-clsntn-heading {
font-size: 40px;
padding-bottom: 1rem;
}
div#card111 {
margin-top: 6rem;
}
.footer-section {
background-color: #008489;
padding-top: 2rem;
background-image: none;
}
a.fr-srvc-btn-vw-all {
padding: 6px 2rem;
font-size: 10px;
}
h2.fr-srvc-img {
font-size: 28px;
}
h2.free-clsntn-heading1 {
font-size: 23px;
}
h2.tab-sec-hdrtxt1 {
font-size: 18px;
}
div#tab-sec-header {
padding-bottom: 2rem;
}
.banner-txt-sec {
background-size: 100%;
}
.card1 {
margin-bottom: 2rem;
}
h2.offer-hdng1 {
font-size: 22px;
}
p.ofer-mini1 {
font-size: 11px;
padding-left: 8px;
}
.srvc-dprtmnt-bloacks {
margin: 0 2rem;
}
h2.services-department-txt-heading1 {
font-size: 22px;
line-height: 1.4;
}
.services-department-bg-sec {
background-image: none;
}
.MultiCarousel .MultiCarousel-inner .item>div {
margin: 0 30px !important;
}
h2.abt-txt-hdng {
font-size: 22px;
}
p.abt-txt-mini1 {
font-size: 14px;
padding-bottom: 2rem;
}
h3.bullet-check {
font-size: 14px;
}
a.abt-btn11 {
font-size: 12px;
padding: 10px 18px;
}
img.about-sec-img {
max-width: 100%;
margin-bottom: 8rem;
}
h2.banner-txt-heading1 {
font-size: 14px;
font-weight: 300;
color: #ffffff;
padding: 0px 10rem 12px 1rem;
margin: 0;
}
ul.bullet-check {
    margin-top: 10px;
}
.banner-txt-sec {
background-size: 150%;
}
.invstgtn-img-txt {
margin-bottom: 2rem;
}
img.main-hero-img {
max-width: 100%;
position: relative;
top: 0;
z-index: 1;
}
.banner-txt-sec {
background-image: url(../img/banner-txt-bg-img1.png);
position: relative;
padding: 7rem 0;
}
h2.banner-txt-heading {
font-size: 16px;
padding-bottom: 0rem;
padding-top: 0rem;
padding-left: 1rem;
}
.package--slider-card1 {
padding: 0 5rem 5rem 5rem;
}
div#tabs {
display: flex;
flex-direction: column;
}
div#tab-sec-header {
display: flex;
align-items: center;
flex-direction: row;
padding: 0rem 0rem 0 0rem;
}
.offer-cards {
padding: 3rem 0 0rem 0;
}
.ofr-sec {
margin-bottom: 2rem;
display: flex;
align-items: flex-start;
}
.search-container {
display: none;
}

}




@media only screen and (min-width: 767px){
.navlinks ion-icon{
    display: none;
    
}


}
@media only screen and (max-width: 767px){
.navlinks .items{
    display: none;
}
a.mbl-vw-linkk {
    color: #008287;
    font-weight: 600;
    font-size: 14px;
}
ion-icon.md.hydrated {
    background: #008489;
    color: #fff;
    padding: 5px;
    border-radius: 25px;
}
header {
    padding: 0 2rem;
}

img.logo {
    max-width: 25%;
}
.logo-section1 {
    display: flex;
    align-items: center;
}



}



@media (min-width:767px) and (max-width:1200px) {
h2.abt-txt-hdng {
font-size: 24px;
font-weight: 700;
color: #000 !important;
padding-bottom: 1rem;
}
p.abt-txt-mini1 {
font-size: 14px;
}
p.abt-txt-mini1 {
padding-bottom: 0rem;
}
a.abt-btn11 {
font-size: 16px;
padding: 10px 25px;
}
p.color-base {
font-size: 14px;
line-height: 16px;
}
.services-department-bg-sec {
background-image: url(../img/ashburn-srvc-dprtmnt-bg.png);
position: relative;
padding: 6rem 0;
margin: 3rem 0;
background-position: top;
background-size: 100%;
}
.banner-txt-sec {
background-image: url(../img/banner-txt-bg-img1.png);
position: relative;
padding: 20.5rem 0 !important;
margin: 3rem 0;
background-position: top;
background-size: 100%;
background-repeat: no-repeat;
}
h2.banner-txt-heading {
padding-top: 2rem;
padding-left: 3rem;
}
h2.banner-txt-heading1 {
padding-left: 3rem;
}
.package--slider-card1 {
display: flex;
flex-direction: row;
padding: 5rem 5rem 5rem 0;
}
div#card11 {
display: flex;
padding: 0px;
}
div#card11 {
margin: 0 3rem;
}
}


@media (min-width: 767px) and (max-width: 991px) {
h2.abt-txt-hdng {
        font-size: 16px;
        font-weight: 700;
        color: #000 !important;
        padding-bottom: 1rem;
}
p.abt-txt-mini1 {
    font-size: 10px;
    line-height: 1.4;
}
h3.bullet-check {
position: relative;
padding-bottom: 0px;
color: #000000;
font-size: 10px;
margin: 6px 0;
}
h2.tab-sec-hdrtxt1 {
font-size: 24px;
}
a.fr-srvc-btn-vw-all {
padding: 6px 1rem;
}
h2.offer-hdng1 {
font-size: 20px
}
p.ofer-mini1 {
font-size: 12px;
font-weight: 200;
padding-left: 3rem;
}
h2.banner-txt-heading {
padding-top: 0rem;
padding-left: 0rem;
}
h2.banner-txt-heading {
font-size: 26px;
}
h2.banner-txt-heading1 {
font-size: 16px;
font-weight: 300;
color: #ffffff;
padding-left: 0rem !important;
}
a.tab-btn111 {
text-decoration: none;
color: #12313a;
font-size: 12px;
font-weight: 400;
padding: 16px;
border: 1px solid #000;
display: flex;
    justify-content: center;
    align-items: center;
}
ul.links-list-tab1 {
display: flex;
flex-direction: row;
}
h2.ovr-img-txt {
font-size: 12px;
text-align: end;
padding: 14px;
background-color: #008489;
width: 12rem;
}

}

@media only screen and (min-width: 767px){
h2.logo-text {
    display: none;
}
}


@media (min-width: 1135px) and (max-width: 1500px) {

.navlinks li {
    display: inline-block;
    margin: 0 20px;
    font-size: 14px;
}
input.inbxx {
    padding: 6px 8px;
    border-radius: 25px;
    border: 1px solid #5d5d5d;
}
img.logo-wai {
    max-width: 80%;
}
header {
    padding: 0 3rem;
    margin: 0px 6rem;
}

a.items11 {
    font-size: 14px;
}

}





@media (min-width: 900px) and (max-width: 1135px) {
.navlinks li {
    display: inline-block;
    margin: 0 14px;
    font-size: 5px;
}
a.items11 {
    font-size: 12px;
}
header {
    padding: 0 3rem;
    margin: 0px 6rem;
}

img.logo-wai {
    max-width: 60% !important;
}

    input.inbxx {
            padding: 6px 6px;
            border-radius: 25px;
            border: 1px solid #5d5d5d;
            width: 9rem;
            font-size: 9px;
    }
}

@media (min-width: 425px) and (max-width: 767px) {
header {
            padding: 0 5rem;
    }
    .login-all {
    padding: 0px 6rem;
            margin: 0px 0rem;
}
.footer-menu {
        margin-right: 0rem;
}
h3.folloe-txt {
        font-size: 12px;
        color: #fff;
        font-weight: 400;
}
img.loc-icon {
        max-width: 6%;
        margin-right: 12px;
}
    .investigation-block-img-sec {
            display: flex;
            justify-items: stretch;
            align-content: center;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
    }
    img.about-sec-img {
            max-width: 90%;
            padding: 0 2rem;
    }
    div#text-area-block {
    padding: 0 5rem !important;
}
a.tab-btn111 {
        font-size: 14px;
        width: 15rem;
        height: 4rem;
        padding: 8px 5px;
        border: 1px solid #000;
}
ul.links-list-tab1 {
        padding: 0 3rem;
}  
ul.links-list-tab1 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
}
.oneimg-sec {
        padding: 10rem 4rem;
} 
.txt-btn-fr-srvc {
        padding: 0 4rem;
}  
div#tab-sec-header {
        /* padding: 0 4rem; */
        padding: 0 4rem 4rem 0;
}
/* } */
div#MultiCarousel1 {
        padding: 0 2rem;
}
.ashburn-latest-offer-section {
        margin-bottom: 2rem !important;
        padding: 0 4rem;
}
        .ofr-sec {
                margin-bottom: 2rem;
                display: flex;
                align-items: flex-start;
                flex-direction: row;
        }
.banner-txt-sec {
                padding: 14rem 0 8rem 0;
        }
    /* h2.banner-txt-heading {
            font-size: 30px;
            padding-top: 6rem;
    }
    h2.banner-txt-heading1 {
            font-size: 18px;
    } */
    h2.tab-sec-hdrtxt {
                    margin: 13px 0px;
            }   

}  

@media (min-width: 767px) and (max-width: 900px) {
.navlinks li {
    display: inline-block;
    margin: 0 7px;
    font-size: 5px;
}
a.items11 {
    font-size: 10px;
}
header {
    padding: 0 3rem;
    margin: 0px 6rem;
}
img.logo-wai {
    max-width: 60% !important;
}

    input.inbxx {
            padding: 6px 6px;
            border-radius: 25px;
            border: 1px solid #5d5d5d;
            width: 9rem;
            font-size: 9px;
    }

    .Investigations-top-sec {
    top: -12rem !important;
}
}

@media (min-width: 250px) and (max-width: 425px) {
.login-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0rem;
    padding: 6px 3rem;
}
.investigation-block-img-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 25px;
}
div#header-scl-icon {
    display: none;
}
img.logo-wai {
    max-width: 100%;
}
h2.logo-text {
    display: none;
}
.login {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
    h2.offer-hdng1 {
            font-size: 22px;
            line-height: 1.5 !important;
            margin-bottom: 10px;
    }
    


div#tab-sec-header {
    margin-top: 4rem;
}
h2.tab-sec-hdrtxt {
            margin-bottom: 10px;
    }
            div#tab-sec-header {
            padding-bottom: 1rem !important;
    }
}



@media (min-width: 250px) and (max-width: 767px) {

header {
    margin: 0px 0rem !important;
}
h2.logo-text {
    font-size: 18px;
    font-weight: 600;
}
div#text-area-block {
    padding-left: 10px;
}
.container {
    margin-inline: 0rem !important;
}
img.brands-img1 {
    max-width: 18%;
    opacity: 80% !important;
}
    .services-department-bg-sec {
            background-color: #6c6c6c0d !important;
    }

            .Investigations-top-sec {
            position: relative;
            top: 40px !important;
    }
.sidebar {
    top: 120px;
    right: 0px !important;
    width: 300px;
    height: 32rem;
    border-radius: 12px 0 0px 12px;
}

section#about-second-section {
    margin-top: 4rem;
}

.tab-wth-text-block {
    margin-bottom: 0rem;
}
section.we-offer-area.text-center.bg-gray {
    margin-bottom: 7rem;
}
.four-image-service-section {
    margin-top: 8rem;
    margin-bottom: 0rem;
    }

}
button[type="submit"] {
    background-color: #004f52 !important;
}



   


   img.whatsapp-icon {
    max-width: 7%;
    float: inline-end;
    padding: 25px;
    position: fixed;
    z-index: 999999;
    bottom: 70px;
    right: 30px;
}

p.chat-on-whtsap {
    max-width: 7%;
    float: inline-end;
    position: fixed;
    z-index: 999999;
    bottom: 52px;
    right: 38px;
    color: #ffffff;
    background-color: #008489;
    font-size: 11px;
    padding: 5px 15px;
    font-weight: 700;
    border-radius: 2px;
    border: 1px solid #ffffff78;
    box-shadow: 4px 4px 4px #00000096;
} 




/*------- offer css here !-----------*/



img.offers-image {
    max-width: 100%;
    margin-bottom: 15px;
}

.col-md-8.col-md-offset-2.col-sm-12.col-xs-12 {
    margin-left: 0px !important;
}
article.offer__card {
    padding: 2rem;
    background-color: #fff;
    box-shadow: 5px 5px 10px #00000021;
    border-radius: 20px;
    margin: 0 10px;
    border: 1px solid #00000014;
    padding-block: 1.5rem;
}
a.pckg-book-now-btn {
    display: flex;
    justify-content: center;
}

img.service-img1 {
    max-width: 100%;
    margin-bottom: 15px;
}



@media (min-width:1200px) and (max-width:1500px) {
button.srch-btn {
    padding: 6.2px 15px !important;
}
.banner-txt-sec {
    padding: 20.5rem 0 8rem 0 !important;
}

    .navlinks li {
            display: inline-block;
            margin: 0 14px;
            font-size: 14px;
    }
    a.items11 {
            font-size: 12px;
    }
    h2.banner-txt-heading {
    padding-top: 0rem;
    padding-left: 10rem;
}
h2.banner-txt-heading1 {
    padding-left: 10rem;
}
}

@media (min-width:1500px) and (max-width:1716px) {
.navlinks li {
    display: inline-block;
    margin: 0 18px;
    font-size: 15px;
}
a.items11 {
    font-size: 14px;
    color: #008489;
    font-weight: 600;
    text-decoration: none;
}
button.srch-btn {
    padding: 9.5px 15px;
}
}

@media (min-width:1024px) and (max-width:1200px) {

    .navlinks li {
            margin: 0 5px !important;
            font-size: 5px !important;
    }
button.srch-btn {
    position: relative;
    left: -32px !important;
    top: 3px;
}
button.srch-btn {
    padding: 3px 7px !important;
}
h2.offer-hdng1 {
    font-size: 24px !important;
}
    .banner-txt-sec {
            padding: 20.5rem 0 3rem 0 !important;
}
a.tab-btn111 {
    font-size: 18px;
    padding: 16px 20px;
}

}






@media (min-width:767px) and (max-width:1024px) {
.investigation-block-img-sec {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 25px;
    flex-wrap: wrap;
}

div#rw-spcl-cls {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
    .banner-txt-sec {
            padding: 12.5rem 0 4rem 0 !important;
            }
            section.we-offer-area.text-center.bg-gray {
    margin: 5rem 0;
    background-image: none;
    margin-bottom: 4rem;
}

button.srch-btn {
    left: 50px;
    top: -27px;
}
    .navlinks li {
            margin: 0 4px;
}
    a.items11 {
            font-size: 12px;
    }
ul.navlinks {
    margin: 0 0px;
    width: 40rem;
}
    input.inbxx {
            padding: 6px 6px;
            width: 8rem;
}
.login-all {
    margin: 0px 12rem;
    padding: 0px 0rem;
}
button[type="submit"] {
    padding: 2.3px 8px !important;
}
}

