@media only screen and (max-width: 600px) {
.ml1 {
    font-weight: 900;
    font-size: 14px;
    margin-top: -3px;
}
.contact-box .contact-content .contact-title {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 12px;
    color: black;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding: 15px 12px;
    font-size: 18px;
    color: white;
    font-weight: 500;
    border-left: solid #6cbfb7;
    line-height: 16px;
}
.fixed-top.navbar-expand-md .navbar-nav .nav-link {
    padding: 15px 16px;
}
.carousel-item .banner-tittle {
    position: absolute;
    top: 103%;
    margin-top: -100px;
    left: 11%;
}
.left43
{
       left: 43%!important;
}
.carousel-item .banner-tittle h2 {
    font-size: 15px;
    line-height: 24px;
    color: #223645;
    font-weight: bold;
}
.features-card {
    padding: 41px 30px 25px 43px;
    -webkit-box-shadow: 0 0 15px -5px #ccc;
    box-shadow: 0 0 15px -5px #ccc;
    background-color: var(--whiteColor);
    border-radius: 15px;
    position: relative;
    margin-top: 30px;
}
.features-card .features-card-text h4 {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 4px;
    margin-top: 21px;
}
.features-card .features-card-text p {
    font-size: 11px;
}
.features-card .features-icon-area {
    position: absolute;
    left: 103px;
    top: 17%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* margin-top: 5px; */
}
.features-card .features-card-icons i {
    z-index: -1;
    top: -80%;
    position: fixed;
    font-size: 54px;
    color: #a73a64;
}
.highlights
{
       background: #18b3ab;
    background-size: cover; 
    height: auto;
}
.touch
{
   background: #18b3ab url(../images/p-bg.jpg) no-repeat;
    background-size: 138%;
    height: auto;
}
.ttm-page-title-row {
    background-image: url(../images/contact-brt.jpg);
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
    margin-top: 3px;
    z-index: -1;
    position: relative;
}
.serviceBox1 {
    color: #036c78;
    text-align: center;
    padding: 30px 25px 40px;
    border-radius: 0 80px;
    border: 2px dashed #036c78;
    position: relative;
    z-index: 1;
    margin-bottom: 26px;
}
.serviceBox1 .description {
    color: #444;
    font-size: 12px;
    line-height: 22px;
}
.navbar-brand {
    /* width: 258px; */
    /* padding: 1px 0; */
    width: 75%;
}
.navbar {
    background: #ffffff;
    box-shadow: 0px 15px 100px 0px rgb(255 255 255 / 8%);
    width: 100%;
    padding: 10px;
    border: solid 2px #a63662;
}
.navbar-collapse {
   
    background: #6cbfb7;
}
.ft-15
{
    
    font-size: 15px;

}
}
@media only screen and (max-width: 767.98px) {
   .header {
    padding: 14px 0;
   }
   
   .contact-box {
       padding: 15px 0;
   }
}
