@media only screen and (max-width: 1600px){
    /* .contact-details {
        padding-right: 20px;
    } */
    .contact-details p {
        margin-bottom: 10px;
        opacity: 0.9;
        min-height: 40px;
    }
}
@media only screen and (max-width: 1400px){
    .home-footer {
        padding: 40px 173px;
    }
    }
@media only screen and (max-width: 1200px){
    .left-head-one{
        padding-left: 80px;
    }
     .contact-details {
        padding-right: 80px;
    }
    .home-footer{
        padding: 40px 80px;
    }
    }
@media only screen and (max-width: 991px){
    .main-prime .row .col-split:last-child{
        padding-left: unset;
    }
    .main-prime .row .col-split:first-child {
        padding-right: unset;
    }
    .left-head-one{
        padding-left: 68px;
    }
    .prime {
        text-align: left;
    }
    .content-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 767px){
    .prime-head {
        height: 300px;
        min-height: 300px;
    }
    .content-wrapper {
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
    .home-footer {
        padding: 40px;
    }
    .home-footer p.prime {
        margin-top: 40px;
        text-align: center;
    }
}
@media only screen and (max-width: 991px){
    .home-footer .footer-terms, .home-footer .footer-privacy{
        display: none;
    }
}
@media only screen and (max-width: 700px){
    .logo-image {
        width: 180px;
    }
}
@media only screen and (max-width: 425px){
    .left-head-one{
        padding-left: 20px;
        padding-right: 20px;
    } 
    .left-head-two {
        padding-left:20px;
        padding-right: 20px;
    }
        .prime-head {
            height: 200px;
            min-height: 200px;
        }

      
        .explore-wrapper{
width: 100%;
        }
        
.contact-details .explore {
    text-align: right;
    width: 100%;
}
}
