
@media (min-width: 992px) {
    .about1 {
        background: linear-gradient(90deg, #ff7361 36%, transparent 0%);
    }
}

@media (max-width: 767px) {
    .logo1 {
        width: 125px;
    }
    .padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .fixed-top {
        top: 68px;
    }
    .header1 {
        height: 68px;
    }
    .map1{
        height: 300px;
    }
}

@media (max-width: 575px) {
    header .btn.btn-style {
        padding: 10px 20px;
        font-size: .75rem;
        min-width: auto;
    }
    .book-form {
        padding: 24px;
    }
    .about .img2 {
        height: 120px;
    }
    .pdf {
        height: 400px;
    }
    .map1{
        height: 280px;
    }
}

@media (max-width: 575px) {
    .fixed-top {
        top: 96px;
    }
    .header1 {
        height: 96px;
    }
}