/* Desktop */
@media (max-width: 1200px) {

    .hero-section h1 {
        font-size: 40px;
    }

    .hero-section h2 {
        font-size: 30px;
        text-align: center;
    }
}

/* Laptop */
@media (max-width: 992px) {
    .hero-section img {
        width: 55%;
    }

    .aboutshow-section img {
        width: 45%;
        margin: 40px;
    }
    .aboutme-section img  {
        width: 60%;
       
    }

    .contactus-section .semincontact {
        margin: 10px 0px;
    }
}


/* Tablet */
@media (max-width: 768px) {
    p {
        letter-spacing: 0.5px;
    }

    .slick-dots {
        bottom: 0px;
    }

    .contact-btn {
        font-size: 18px;
        padding: 7px 14px
    }

    .hero-section img {
        width: 80%;
    }

    .navbar-collapse {
        margin-top: 1rem;
    }

    p {
        font-size: 20px;
    }

    h2 {
        text-align: center;
        font-size: 18px;
        margin: 3rem 0;
    }

    p {
        font-size: 18px;
    }

    .contactbg-section {
        background-image: url("images/contactbgmobile.png");
    }

    .hero-section h1 {
        font-size: 30px;
    }

    .hero-section h2 {
        font-size: 24px;
    }

    .socialmedia-section img {
        height: 40px;
    }

    
    .guestreviews-section .container-fluid {
        padding: 0 5px;
    }

    .guestreviews-section p {
        font-size: 14px;
    }

    .footer-section h3 {
        margin-bottom: 15px;
    }
    .container-fluid {
        padding: 0 auto;
    }

}


/* Mobile */
@media (max-width: 576px) {

    
    .pt-5 {
        padding-top: 2rem !important;
    }

    .py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .my-5 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    p {
        font-size: 16px;
    }

    h2 {
        font-size: 18px;
        margin: 1rem 0;
    }


    /* top-header-section start  */
    h1,
    h3,
    h2 span {
        font-weight: bold;
    }

    .top-header-section a.navbar-brand {
        font-size: 22px;
    }

    .top-header-section img {
        height: 30px;
        width: 30px;
        margin-right: 10px;
    }

    .top-header-section a {
        font-size: 16px;
    }

    .hero-section h1 {
        font-size: 22px;
    }

    .hero-section h2 {
        font-size: 20px;
    }

    /* op-header-section end  */

    /* socialmedia-section start  */
    .socialmedia-section p {
        margin-left: 8px;
        font-size: 18px;
    }

    /* socialmedia-section end  */

    /* aboutshow-section start  */
    .aboutshow-section h3 {
        font-size: 18px;
    }

    .aboutshow-section img {
        width: 65%;
    }

    .aboutme-section h3 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .aboutme-section .pb-5 {
        padding-bottom: 1.5rem !important;
    }

    .aboutme-section h3 {
        margin-bottom: 0px;
    }

    /* aboutshow-section end */

    .guestreviews-section h3 {
        font-size: 18px;
    }

    .footer-section h3 {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .footer-section .menubar a {
        font-size: 18px;
    }

    .footer-section .contactinfo span {
        font-size: 16px;
    }

    .footer-section .sm-media a {
        font-size: 22px;
    }


    /* home page start  */
    /* ................. .................. */

    /* contact page start  */
.contactus-section .semincontact h2{
    font-size: 18px;
}
    .contactus-section .container-fluid {
        padding: 0 25px;
    }

    .contactus-section h4 {
        font-size: 18px;
    }

    .contactus-section .semincontact {
        padding: 15px;
    }

    .contactus-section .my-3 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .contactus-section .semincontact i {
        font-size: 32px;
    }

    /* contact page end */
}