
@media only screen and (min-width: 768px)and (max-width:969px){
.wrapper{ padding:0 10px;}
.form_box form input[type="text"]{ width:126px;}
.form_box strong{ font-size:16px;}
.body_cntr h2{ font-size:19px;}
.btm_box{ font-size:25px; line-height:27px}

}


@media only screen and (max-width: 767px) {
.wrapper{ padding:0 10px;}
.logo img{ float:none; margin:0}
header h1{ width:10%}
header{ text-align:center}
.left_sec{ width:100%; margin:0 0 20px 0}
.right_sec{ width:100%; margin:0}
.btm_box{ font-size:16px; line-height:22px;}
footer{ text-align:center}
.form_box form input[type="text"]{ width:68%}
}

@media only screen and (max-width: 480px) {
.body_cntr{ width:94%; padding:48px 3% 25px 3%;}

.logo img{ width:280px}
header h1{ font-size:23px;}
.body_cntr h2{ font-size:20px}
.form_box form input[type="text"]{ width:50%;}
.btm_box { font-size: 9px; line-height: 12px;padding:20px 0}
.form_box strong{ font-size:16px;}
	}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Style the container with a rounded border, grey background and some padding and margin */
.container {
    border: 2px solid #ccc;
    background-color: #eee;
    border-radius: 5px;
    padding: 16px;
    margin: 16px 0;
}

/* Clear floats after containers */
.container::after {
    content: "";
    clear: both;
    display: table;
}

/* Float images inside the container to the left. Add a right margin, and style the image as a circle */
.container img {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
}

/* Increase the font-size of a span element */
.container span {
    font-size: 20px;
    margin-right: 15px;
}

/* Add media queries for responsiveness. This will center both the text and the image inside the container */
@media (max-width: 500px) {
  .container {
    text-align: center;
  }

  .container img {
    margin: auto;
    float: none;
    display: block;
  }
}

