/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .menu li {
        margin-left: 0;
    }
    .banner-content {
        padding: 20px 10px 25px;
        margin-top: 267px;
    }
    .banner-content h1 {
        font-size: 25px;
        line-height: 38px;
    }
    .service1-heading.text-center {
        margin-bottom: 35px;
    }
    .banner {
        min-height: 552px;
    }
    .reinsurance-single-item.text-center {
        margin: 20px 0;
    }
    section.presentation {
        padding: 30px 0;
    }
    section.reinsurance {
        padding: 30px 0;
    }
    .presentation-img::before {
        right: 0;
        bottom: -33px;
        width: 277px;
        height: 439px;
    }
    .presentation-content h2 {
        font-size: 25px;
    }
    section.service1 {
        padding: 30px 0;
        margin-top: 20px;
    }
    .service1-heading.text-center h2 {
        font-size: 25px;
    }
    section.service2 {
        padding: 30px 0px;
    }
    .c-form {
        padding: 25px 15px;
        margin-top: 0;
    }
    section.contact {
        padding: 30px 0;
    }
    .c-form h2 {
        font-size: 25px;
    }
    footer {
        padding: 20px 0;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .menu li {
        margin-left: 0;
    }
    .banner {
        min-height: 552px;
    }
    .banner-content h1 {
        font-size: 25px;
    }
    .presentation-content h2 {
        font-size: 25px;
    }
    section.service1 {
        margin-top: 0;
    }
    .service1-heading.text-center {
        margin-bottom: 35px;
    }
    .c-form {
        margin-top: 0;
    }
    .sponsor-slider {
        margin-top: 10px;
    }
    footer {
        padding: 20px 0;
    }
    section.contact {
        padding: 60px 0 0 0;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .menu li {
        margin-left: 0;
    }
    .banner-content h1 {
        font-size: 28px;
    }
    .banner {
        min-height: 552px;
    }
    .banner-content {
        margin-top: 267px;
    }
    .presentation-img::before {
        right: 38px;
        bottom: -28px;
        width: 320px;
        height: 500px;
    }
    .g-map {
        margin-top: 35px;
    }
    .c-form {
        padding: 35px 10px;
        border-radius: 5px;
    }  
    .c-form h2 {
        margin-bottom: 30px;
        font-size: 25px;
    }  
    footer {
        padding: 20px 0;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner {
        min-height: 600px;
    }
    .presentation-img::before {
        right: 0px;
    }
    footer {
        padding: 20px 0;
    }
    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    footer {
        padding: 20px 0;
    }
    .g-map {
        margin-top: 45px;
    }    
}