/*
Theme Name: OSMI
Theme URI: https://design4u.ca/
Author: Sher khan
Author URI: https://wa.link/7oq5sl
Description: This Template For D4u 
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 7.3


*/

/* Style the main comment form container */
.blogsingel img{width: 100%; height: 50% !important;}
#respond {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
}


.wa11{width:20% !important;background-color: #ffffff; border: 2px solid grey;}
.wa1{width:100% !important;}
.wa1 input{width:100% !important;background-color: #ffffff; border: 2px solid grey;}
.wa1 textarea{width:100% !important;background-color: #ffffff; border: 2px solid grey;}


.addd {
    margin: 40px 0px;
    font-size: 18px;
}
.addd i {
    margin-right: 20px;
    font-size: 30px;
    color: #76cec8;;
}
.wad input{margin:10px 0px 10px;}
.wad textarea{margin:10px 0px 10px;}


/* Style the form input fields */
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* Style the submit button */
#commentform #submit {
  background-color: #0073aa;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
}

/* Add a hover effect for the submit button */
#commentform #submit:hover {
  background-color: #005177;
}


******contact form css******/
.wpcf7-form .wpcf7-textarea{ width:100% !important;border: 2px solid #0000002e  !important; background: none;padding: 8px; margin-bottom: 10px;}
.wpcf7-form .wpcf7-text{ width:100% !important;border: 2px solid #0000002e  !important; background: none;padding: 8px; margin-bottom: 10px;}
.wpcf7-form .wpcf7-date{width:100% !important;border: 2px solid #0000002e  !important; background: none;padding: 8px; margin-bottom: 10px;}
.wpcf7-form .wpcf7-select{ width:100% !important;border: 2px solid #0000002e  !important; background: none;padding: 8px; margin-bottom: 10px;}
.wpcf7-form .wpcf7-textarea{ width:100% !important;border: 2px solid #0000002e  !important; background: none;padding: 8px; margin-bottom: 10px;}
.wpcf7-form .wpcf7-submit{ border:0px; background:#1A6C9E; color:#fff;padding: 10px 30px; text-transform: uppercase; border-radius: 5px;}
.form-control {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #a6a7aa;
    background: #fafafa;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 15px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
/******contact form css End******/