@media only screen and (max-width: 1200px) {
.abtimgg{
  width: 300px;
}
.abtwel h2 {
    font-size: 25px;
}
.abtwel p {
    font-size: 15px;
}
}
@media only screen and (max-width: 991px) {
.form-css {
    top: 18px;
    right: 14px;
        width: 288px;
    background-color: #ffffffa3;
    padding: 10px 10px;
}
.form-control {
    height: 32px;
}
.form-group {
    margin-bottom: 10px;
}
.abtimgg{
  width: 250px;
}
}
@media only screen and (max-width: 767px) {

.topbar img{
  display: block;
  margin: auto;
}
.form-css {
    position: relative;
    width: 95%;
    margin: auto;
    left: 0;
    right: 0;
        background: aliceblue;
}
.bottom-reach-us img{
  width: 100px;
  margin-top: 30px;
}
.bottom-reach-us a {
    font-size: 18px;
    color: #fff;
}
.location h6 {
    font-size: 26px;
}
.abtimgg {
    width: 100%;
}
.abtwel p {
    text-align: justify;
}
.tille {

    font-size: 26px;
}
.bottom_sec p {
    text-align: center;
}
}
@media only screen and (max-width: 545px) {
.slider-data {
    top: 40px;
}

.rightbox {
    display: flex;
    justify-content: center;
}
.mob{
  width: 100%;
  display: block;
}
.desktop{
  display: none;
}
}