@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 1200px) {
  .tailbx3{ margin-top: 20px;}
  .hrhov{flex-direction: column;}
  .hrhovbox{display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;}
  .hrimg{ min-height: 300px;}
  .hrhov p {
    background-color: #fff;
    border-radius: 8px;
    width: 150px;
    padding: 15px 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1c685d;
    min-height: 120px;
    margin-right: 10px;
}
  .intro{ padding: 30px;}
  .introbxtxt{ min-height: 350px;}
  .menu ul li a {
    font-size: 14px;
    margin-right: 0px;
  }
  .telno a {
    font-weight: 500;
    font-size: 14px;
  }
 .mobilemenu {
        position: fixed;
        right: 35px;
        top: 49px;
        cursor: pointer;
        z-index: 10000;
        background-color: #fff;
        padding: 10px;
        top: 40px;
        right: 90px;
        border-radius: 8px;
    }

        .menu.mb.active {
        display: block;
        background: #fff;
        position: fixed;
        width: 100%;
        height: 100vh;
        margin-top: 0px;
        z-index: 1000;
    }
    .sb-txt{ padding: 30px;}
}

/* // Large devices (desktops, 992px and up) */

/* // X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1120px) {
  .menu ul li a {
    font-size: 14px;
  }

  .banner-text {
    top: 210px;
  }

  .lh-txt {
    padding: 0px 0px 50px;
  }

  .video img {
    width: 70%;
  }

  .video {
    text-align: center;
  }

  .cont p {
    font-size: 36px;
  }

  .cont span {
    font-size: 16px;
  }

  .banner-img {
    background-color: #000;
  }

  .banner-img img {
    opacity: 0.5;
  }

  .telno {
    padding-right: 150px;
  }

  .mobilemenu {
    display: block;
    height: 50px;
  }

  .menu {
    display: none;
  }

  .menu.mb.active {
    display: block;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100vh;
    margin-top: 0px;
  }

  /* body.active {
                    filter: blur(2px);
                } */
  .menu.active ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .menu.active ul li a {
    font-size: 32px;
    padding: 15px;
    color: #000;
  }
  .menu.active {
    padding-left: 0px;
    padding-top: 80px;
    overflow: scroll;
  }
  .sb-txt h2, .sb-txt-yellow h2, .sb-txt-grey h2{
    font-size: 22px;
  }
  .sb-txt p, .sb-txt-yellow p, .sb-txt-grey p{
     font-size: 14px;
  }
  
  
}

@media (max-width: 992px) {
  .hrimg {
        min-height: 430px;
    }
  .intro2 p {
    padding: 0px 0px;
}
.tailbx{ margin-bottom: 30px}
.introbx{ margin-bottom: 30px;}
  .banner-img {
    padding-bottom: 50px;
  }
  .cont-no a {
    display: block;
  }
  .banrbutns {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
  }
  .prim {
    margin-bottom: 15px;
  }
  .butn {
    padding: 8px 18px;
    display: block;
    min-width: 200px;
  }
  .serv-main {
    width: 100%;
    height: 340px;
  }
  .serv-box{ height:340px}
  .sb-txt {
    /* border: 25px solid #1c685d; */
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 25px;
  }
  .services-area p {
    font-size: 16px;
    font-weight: 400;
    /* padding-bottom: 50px; */
    padding-left: 0px;
    padding-right: 0px;
  }
  .sb-txt{justify-content: center;}
}

@media (max-width: 768px) {
  .lp {
    background-color: #fff;
    width: 100%;
    max-width: 1024px;
    /* height: 50vh; */
    position: relative;
    z-index: 100;
    border-radius: 15px;
    padding: 20px 30px 40px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
  .banrleft {
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: stretch;
  }
  .banrright {
    width: 100%;
    background: url("../images/banner.png") no-repeat;
    background-size: cover;
    height: 200px;
  }
  .banrcont {
    display: block;
  }
  .mobilemenu {
    position: absolute;
    right: 35px;
    top: 49px;
    cursor: pointer;
  }
  .telno {
    display: none;
  }
  .footer-left h2 {
    font-size: 36px;
    padding-right: 0px;
  }
  .footer-left {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .butn {
    margin-right: 0px;
  }
  .footer-left h2 {
    text-align: center;
  }
  .footer-right {
    text-align: center;
  }
  .copy {
    padding-top: 20px;
    text-align: center;
  }
  .socialLinks ul li {
    padding-right: 11px;
    padding-left: 11px;
  }
  .socialLinks ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
   .mobilemenu {
        position: fixed;
        right: 35px;
        top: 49px;
        cursor: pointer;
        z-index: 10000;
        background-color: #fff;
        padding: 10px;
        top: 45px;
        right: 20px;
        border-radius: 8px;
    }

        .menu.mb.active {
        display: block;
        background: #fff;
        position: fixed;
        width: 100%;
        height: 100vh;
        margin-top: 0px;
        z-index: 1000;
    }
    .lp1{ padding: 20px 0px;}
    .intro{ width: 100%;}
    .introimg{ width: 100%;}
    .introwrap{flex-direction: column;border-radius: 15px 15px 0px 0px;}
    .inrbanrtxt h2{ font-size: 30px;}
    .ron h3 {
    font-size: 16px;
}
.leopo p{ padding-bottom: 15px;}
 
}
@media (max-width: 576px) {
  .tailwh{ width: 100%;}
  .support {
    width: 100%;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 15px;
}
.tailbx2{ padding-left: 0px;}
.ron h3{ display: none;}
.usbhd{ width: 100%;}
.hrhov{ padding: 20px; flex-direction: column;}
.neg li{ width: calc(50% - 20px);min-height: 150px;margin-top: 0px; margin-right: 10px;margin-bottom: 10px; font-size: 13px;}
.neg ul{display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;}
  .leoli li { width: 100%; min-height: 20px;}
  .hrhovbox{
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
  }
  .hrhovbox p{ margin-right: 10px;min-height: 100px;}
  .hrhov p {
    background-color: #fff;
    border-radius: 8px;
    width: 120px;
    height: 111px;
    padding: 15px 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1c685d;
    font-size: 13px;
}
}


/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
