/*
===========================================details===================================
*/
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
    .detailText h5{
        font-size: 22px !important;
    }
    .detailText p{
        font-size: 16px !important;
    }
    .detailText h6{
        width: 100% !important;
        margin-left: 170px !important;
    }
    .notice p{
        font-size: 15px;
    }
}

.contact{
    margin-top: 70px;
}
.detailText h5{
    font-weight: bold;
    font-size: 25px;
    word-spacing: 7px;
}
.detailText p{
    font-size: 20px;
    color: gray;
    width: 80%;
    text-align: justify;
    text-transform: capitalize;
    margin: 25px 0;
}
.detailText h6{
    font-size: 22px;
    color: rgb(95, 95, 95);
    text-align: center;

    width: 80%;
}
.detailform > form > input{
    width: 100%;
    padding: 10px 20px;
    border: none;
    margin: 20px 0;
}
.detailform > form > input{
    width: 100%;
    padding: 10px 20px;
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    margin: 20px 0;
}
.detailform > form > input::placeholder{
    color: white !important;
}
.names, .contacts{
    margin: 20px 0;
    width: 100%;
    display: flex; 
    justify-content: space-between;
}
.names input, .contacts input{
    width: 48%;
    padding: 10px 20px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
}
.names input::placeholder{
    color: white;
}
.contacts input::placeholder{
    color: white !important;
}
.detailform h3{
    text-transform: capitalize;
    font-weight: bold;
}
.detailform textarea{
    width: 100%;
    border: none;
    padding: 10px 20px;
    background-color: transparent;
    margin: 20px 0;
    border-bottom: 1px solid white;
}
.detailform textarea::placeholder{
    color: white !important;
}
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px){
    .detailText{
        text-align: center;
    }
    .detailText p{
        margin: 25px auto !important;
        width: 100% !important;
        font-size: 12px !important;
    }
    .detailform{
        margin-top: 50px;
    }
    .detailText h6{
        width: 100% !important;
        font-size: 16px !important;
    }
    .detailText h5{
        font-size: 16px !important;
    }
    .contact{
        margin-top: 20px !important;
    }
    .notice p{
        font-size: 13px !important;
    }
    .detailform > input, .detailform textarea, .names input, .contacts input{
        padding: 5px 10px !important;
        margin: 10px 0 !important;
    }
    .names, .contacts{
        margin: 0 !important;
    }
  }
