@media screen and (min-width: 1400px) {
	.logo {
  padding-top: 26px;
}
.profile {
  padding-top: 4px;
}
.upper_tab {
  font-size: 18px;
}
.about p {
  font-size: 18px;
}
.about h5 {
  font-size: 26px;
  margin-bottom: 10px;
}
.info_txt h5 {
  font-size: 26px;
  margin-bottom: 10px;
}
.info_txt p {
  font-size: 18px;
}
.copyright {
  font-size: 16px;
}
.video iframe {
  height: 333px;
}







}


@media screen and (min-width: 991px) {
	.mobile{
		display:none;
	}
}

@media screen and (max-width: 991px) {
	.desktop{
		display: none;
	}
  .cus_table table td {
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}
.tabl {
  padding: 20px 10px;
}
	.mobile{
		display:block;
	}
	.widget_title {
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 14px;
}
.widget_title::before {
  height: 7px;
}
.video {
  width: 100%;
  margin: 5px 0;
}
.video iframe {
  height: 195px;
}
.details {
  padding: 33px 10px 0;
}
.info {
  width: 100%;
}
.theme-btn {
  font-size: 15px;
  line-height: 24px;
  min-width: 110px;
}
.theme-btn {
  padding: 9px 24px !important;
}
.comment-form {
  padding: 30px 20px;
  background: #f3f3f3;
}
.comment-form .widget_title{
	margin-bottom: 22px;
}
.comment-form .form-group input[type="text"], .comment-form .form-group input[type="password"], .comment-form .form-group input[type="tel"], .comment-form .form-group input[type="email"], .comment-form .form-group textarea, .comment-form .form-group select {
  height: 45px;
  font-size: 14px;
}
.comment-form .form-group {
  margin-bottom: 15px;
}
.copyright {
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
}













}









