/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	body.show_user_video header .card-img img {
		max-width: 100%;
		height: auto;
	}
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	body.show_user_video header .card-img img {
		max-width: 100%;
		height: auto;
	}	
	
  .footer-wrapper {
    font-size: 0.6rem;
  }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
  .header-nav {
    /* display: block; */
    color: black;
  }

	body.show_user_video header .container + .container {
	  height: 0;
	}

  .header-right-content {
    display: none;
  }

  body {
    background-image: -webkit-linear-gradient(top, #fff, #fff 55%, #193368 45%, #193368);
    background-image: linear-gradient(to bottom, #fff, #fff 55%, #193368 45%, #193368);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .mobile-bg {
    background: -webkit-linear-gradient(rgba(32, 133, 210, 0.27), rgba(3, 55, 164, 0.61));
    background: linear-gradient(rgba(32, 133, 210, 0.27), rgba(3, 55, 164, 0.61));
    height: 110px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px 20px 0 0;
  }

  body.show_top_image .mobile-bg {
    background: -webkit-linear-gradient(rgba(32, 133, 210, 0.27), rgba(3, 55, 164, 0.61)), url(../img/bg.jpg);
    background: linear-gradient(rgba(32, 133, 210, 0.27), rgba(3, 55, 164, 0.61)), url(../img/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .logo img {}

  .logo {
    background: transparent;
  }

  .header-right {
    /* display: none; */
  }

  body.show_top_image header,
  header {
    height: auto;
    background: transparent;
  }

  .mobileBodyWreapper {
    background: #fff;
    margin: 15px;
    border-radius: 20px;
    margin-top: 0;
    box-shadow: 0 3px 15px rgba(56, 56, 56, 0.46);
    position: relative;
    margin-bottom: 50px;
  }

  .mobileBodyWreapper:after {
    content: '';
    background: #fff;
    height: 25px;
    width: 90%;
    z-index: -1;
    bottom: -6px;
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 5%;
    border-radius: 20px;
  }

  footer {
    position: relative;
    border-radius: 0 0 20px 20px;
    background: #fff;
    text-align: center;
    padding: 20px 5px;
  }

  .footer-wrapper {
    display: inline-block;
    font-size: 0.6rem;
  }

  .footer-wrapper p {
    display: inline-block;
  }

  .card-img {
    margin: 0 calc(50% - 75px);
    position: absolute;
    top: 50px;
  }

	.header-right-video .videoWrapper iframe {
		border-radius:0;
		border:0;
		padding: 0px 1px;
		background:#fff;
		z-index: 1;
		top: 230px;
	}
 
	body.show_user_video header .card-img {
		margin: 0 calc(50% - 75px);
		position: absolute;
		top: 50px;
	}
  
	body.show_user_video .card-details-wrapper {
		margin-bottom: calc(60% + 30px);
	}
  
	body.show_user_video .card-details-wrapper .profile-details.mob-video-dn {
		display:none;
	}

  .card-content {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 60px;
  }

	body.show_user_video .card-content.mob-video {
		margin: 20px 0 10px;
		display:flex;
	}

	body.show_user_video .card-details-wrapper .card-content {
		margin-top: 40px;
	} 

  .card-details-wrapper h2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 6px;
  }

  .card-img img {
    height: 120px;
    width: 120px;
  }

	body.show_user_video  .card-img img {
		height: 100px;
		width: 100px;
	}

  ul.profile-details li.title {
    font-size: 1rem;
  }

  ul.profile-details {
    font-size: 0.9rem;
    margin: 0 15px;
    margin: auto;
    text-align: center;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  ul.body-nav {
    margin: 0;
  }

  ul.body-nav li {
    margin: 10px 15px;
  }

  ul.body-nav li a {
    padding: 15px 20px;
  }

  ul.body-nav li a i {
    font-size: 20px;
  }

  ul.body-nav li:last-child {
    margin-bottom: 0;
  }

  .card-content .subtitle {
    display: block;
  }

  ul.profile-details li {
    text-overflow: ellipsis;
    overflow-wrap: normal;
  }

  .card-details-wrapper h2 {
    font-size: 1.2rem;
  }

  .subtitle h3 {
    font-size: 0.7rem;
  }

  ul.profile-details li.title {
    font-size: 0.9rem;
    text-align: left;
    margin-right: 10px;
  }

  ul.profile-details li {
    font-size: 0.9rem;
  }

  ul.body-nav li a {
    font-size: 0.8rem;
  }

  ul.body-nav li a i {
    font-size: 16px;
  }

  .footer-wrapper {
    font-size: 0.6rem;
  }

  .logo img {
    max-width: 210px;
    max-height: 73px;
    -o-object-position: left;
    object-position: left;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .header-nav {
    font-size: 22px;
    padding: 20px 15px;
    padding-left: 10px;
  }

  .mob-dn {
    display: none;
  }

  ul.profile-details.navbar-nav {
    visibility: visible;
    display: block;
    max-width: 345px;
  }

  .logo a {
    margin-left: 0;
  }

  .logo {
    max-width: 220px;
    padding: 0;
  }

  .navbar ul.profile-details li {
    margin-right: 0;
    text-align: left;
    color: #000000;
  }

  button#toogleBTN {
    display: block;
  }

  body.no-admin-photo .card-content {
    margin-top: 10px;
  }

  .logo img {
    object-position: left;
  }

  .navbar {
    display: flex;
    flex-direction: unset;
  }
}


/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {}