/* @import url('https://fonts.googleapis.com/css2?family=Oxygen&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto+Slab&display=swap');

*{
    margin: 0;
    padding: 0;
}

 /*For Disktop ============================================================*/
 @media only screen and (min-width: 1025px){

    .frequent{
        font-family: 'Oxygen', sans-serif;
        
    }
    
    .frequent h1{
        padding-top: 30px;
        text-align: center;
        font-size: 45px;
        color:#655642;
    }
    .frequent h4{
        font-weight: bold;
        font-size: 18px;
        
    }
    .frequent li{
        font-size: 17px;
        text-align: justify;
        
    }
    .frequent h3{
        padding-bottom: 10px;
        padding-top: 10px;
    }
  
    .frequent a:hover {
        background-color:  #94c7e3;
      }

    /* Footer ------------------ */
    .ipadfooter {
        display: none;
    }
    .dskfooter {
        display: block;
        bottom: 0 !important;
        margin-top: -17px !important;
    }
    .dsktextlogo h5 {
        font-size: 14px !important;
        text-align: center;
        color: #f3f3f3;
    }
    .dskfooter img {
        width: 40%;
        height: 40%;
        position: auto;
        margin-top: 10px;   
    }

    .ipadfc h2 {
        font-size: 25px !important;
    }
    .deskcontact i {
        font-size: 13px !important;
        color: #f3f3f3;
    }
    .deskcontact span {
        font-size: 13px;
        font-weight: normal;
    }
    
    .deskcontact .fa-icon {
        font-size: 15px !important;
    }
    .socialicon {
        margin-top: 15px !important;
    }
    .socialicon i {
        font-size: 20px !important;
        margin: 5px;
    }
    .socialicon h6 > i {
        font-size: 15px !important;
    }

    .otherLinks {
        text-align: center;
    }
    .otherLinks h2 {
        font-family: 'Roboto Slab', serif;
        margin-top: 10px;
        margin-bottom: 40px;
        font-size: 25px !important;
        color: #f3f3f3;
    }
    .otherLinks a {
        font-family: 'Montserrat', sans-serif;
        color: #f3f3f3;
        font-size: 12px;
        text-decoration: none;
    }
    
    .contactForm .contact-form {
        margin-top: 0px;
        width: 100%;
        justify-content: center !important;
    }
    .contact-form h2 {
        margin-bottom: 30px;
        font-size: 25px;
    }
    .contact-form .contact-grid{
    display: grid !important;
    grid-template-columns: repeat(2,1fr) !important;
    }
    .input-name{
        margin-right: 2px;
    }
    .input-phone{
        margin-top: -4px;
        margin-left: 2px;
    }
    .comment textarea{
        margin-top: -10px !important;
    }
    .cfc {
        font-size: 13px !important;
        margin-top: 2px;
        font-family: 'Montserrat', sans-serif;
    }
    .form-control {
        font-size: 12px;
    }
    .btnf {
        padding: 5px 5px;
        margin-top: 5px;
    }
    .btnf:hover {
        transform: none;
    }
    .all-rights {
        font-family: 'Roboto Slab', serif;
        margin: 0;
        color: #f3f3f3;
        background-color: #655642;
        text-align: center;
        padding: 10px;
        border-top: 1px solid rgba(0, 0, 0, 0.1) ;
    }
      
 }