/*
@File: COOP Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style
** - Section Title Area Style
** - Header Area Style
** - Nav Area Style


** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style

*******************************************
/***/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@200;300;400;500;600;700;800;900&display=swap");
.mobile-mockup-body {
	background-image: url(../../assets/images/low.body-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 760px;
	font-size: 16px;
	font-family: 'Heebo', sans-serif;
	color: #404040;
	border-radius: 35px;
}

.mobile-mockup-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #f5f5f500;
    /* border-radius: 10px; */
}

.mobile-mockup-body::-webkit-scrollbar {
    width: 0px;
}

.mobile-mockup-body::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 10px;
}

.mobile_body {
	max-width: 450px;
	margin: 0 auto;
}
.mobile_body img {
	
	width: 100%;
}
.mobile-mockup-body a {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  text-decoration: none;
  color: #404040;
}

.mobile-mockup-body a:hover {
  text-decoration: none;
  color: #134887;
}
.nose {
	position: absolute;
	max-width: 204px;
	z-index: 1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 33px;
}
.main_content {
  position: relative;
}
.main_content {
  max-width: 450px;
  margin: 0 auto;
  height: 100%;
}
.mobile-mockup-body {
  position: absolute;
  top: 37px;
  width: 348px;
  left: 50%;
  margin: 0 auto;
  overflow: scroll;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mobile-mockup-body a:focus {
  text-decoration: none;
}

.mobile-mockup-body button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
}

.mobile-mockup-body button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mobile-mockup-body .h1, .mobile-mockup-body .h2, .mobile-mockup-body .h3, .mobile-mockup-body .h4, .mobile-mockup-body .h5, .mobile-mockup-body .h6, .mobile-mockup-body h1, .mobile-mockup-body h2, .mobile-mockup-body h3, .mobile-mockup-body h4, .mobile-mockup-body h5, .mobile-mockup-body h6 {
  color: #202020;
  font-weight: 400;
}

.mobile-mockup-body h2 {
  font-size: 17px;
}

.mobile-mockup-body h3 {
  font-size: 12px;
}

.mobile-mockup-body p {
  font-size: 16px;
  margin-bottom: 11px;
  line-height: 1.7;
}

.mobile-mockup-body p:last-child {
  margin-bottom: 0;
}

.mobile-mockup-body img {
  max-width: 100%;
  height: auto;
}

.mobile-mockup-body .form-control {
  height: 60px;
  color: #202020;
  border: 1px solid #ffffff;
  background-color: #e5e5e5;
  padding: 10px 20px;
  width: 100%;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  border-radius: 5px;
}

.mobile-mockup-body .form-control::-webkit-input-placeholder {
  color: #c6c7cc;
  font-size: 10px;
}

.mobile-mockup-body .form-control:-ms-input-placeholder {
  color: #c6c7cc;
  font-size: 10px;
}

.mobile-mockup-body .form-control::-ms-input-placeholder {
  color: #c6c7cc;
  font-size: 10px;
}

.mobile-mockup-body .form-control::-webkit-input-placeholder {
  color: #c6c7cc;
  font-size: 10px;
}

.mobile-mockup-body .form-control:-ms-input-placeholder {
  color: #c6c7cc;
  font-size: 10px;
}

.mobile-mockup-body .form-control::placeholder {
  color: #c6c7cc;
  font-size: 10px;
}

.mobile-mockup-body .form-control:focus {
  color: #000000;
  background-color: #e5e5e5;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid #134887;
}

.mobile-mockup-body .form-control:hover:focus, .mobile-mockup-body .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.mobile-mockup-body textarea.form-control {
  height: auto;
}

.mobile-mockup-body .pt-100 {
  padding-top: 100px;
}

.mobile-mockup-body .pb-70 {
  padding-bottom: 70px;
}

.mobile-mockup-body .preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f7f7f7;
  z-index: 9999;
}

.mobile-mockup-body .preloader img {
  position: relative;
}

.mobile-mockup-body .preloader .spinner-border {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.mobile-mockup-body .preloader .spinner-border .visually-hidden {
  color: #ffffff;
}

.mobile-mockup-body .preloader.preloader-deactivate {
  visibility: hidden;
}

.mobile-mockup-body .header-area {
  background-color: #f7f7f7;
}

.mobile-mockup-body .header-area .brand-logo {
  max-width: 200px;
  text-align: center;
  margin: auto;
}

.mobile-mockup-body .banner-cover-area {
  background-image: url(../../assets/images/low.banner-cover.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 215px;
}

.profile-img {
  max-width: 180px;
}

.profile-img img {
  border-radius: 50%;  
  
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.mobile-mockup-body .profile-img {
  /* max-width: 200px; */
  margin: auto;
  margin-top: -130px;
  padding-bottom: 30px;
}

.mobile-mockup-body .profile-info-area .col-lg-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.mobile-mockup-body .profile-info {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.mobile-mockup-body .profile-info .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}

.mobile-mockup-body .profile-info .icon img {
  max-width: 32px;
}

.mobile-mockup-body .profile-info span {
  display: block;
  font-size: 22px;
}

.mobile-mockup-body .full-view .default-btn {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 6px #000000;
          box-shadow: 0 0 6px #000000;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 30px;
  padding: 15px;
  border-radius: 8px;
}

.mobile-mockup-body .full-view .default-btn img {
  width: 30px;
  margin-left: 8px;
}

.mobile-mockup-body .main-section {
  text-align: center;
}

.mobile-mockup-body .main-section h2 {
  font-size: 35px;
}

.mobile-mockup-body .main-section p {
  font-size: 22px;
  text-align: right;
}

.mobile-mockup-body .main-section div {
  max-width: 100%;
}

.mobile-mockup-body .contact-info {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: right;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.mobile-mockup-body .contact-info li {
  position: relative;
  margin-bottom: 30px;
  padding-right: 50px;
  font-size: 22px;
}

.mobile-mockup-body .contact-info li:last-child {
  margin-bottom: 0;
}

.mobile-mockup-body .contact-info li img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 30px;
}

.mobile-mockup-body .gallery-slider.owl-theme .owl-dots .owl-dot span {
  background-color: #808080;
}

.mobile-mockup-body .gallery-slider.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #134887;
}

.mobile-mockup-body .gallery-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: #134887;
}

.mobile-mockup-body .contact-form-area {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mobile-mockup-body .contact-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 10px;
}

.mobile-mockup-body .contact-form .form-group {
  margin-bottom: 30px;
}

.mobile-mockup-body .contact-form .form-group .form-control {
  border-color: #d7d7d7;
  background-color: #ffffff;
  text-align: right;
  color: #000000;
  font-size: 16px;
}

.mobile-mockup-body .contact-form .form-group .form-control::-webkit-input-placeholder {
  font-size: 16px;
  color: #000000;
}

.mobile-mockup-body .contact-form .form-group .form-control:-ms-input-placeholder {
  font-size: 16px;
  color: #000000;
}

.mobile-mockup-body .contact-form .form-group .form-control::-ms-input-placeholder {
  font-size: 16px;
  color: #000000;
}

.mobile-mockup-body .contact-form .form-group .form-control::-webkit-input-placeholder {
  font-size: 16px;
  color: #000000;
}

.mobile-mockup-body .contact-form .form-group .form-control:-ms-input-placeholder {
  font-size: 16px;
  color: #000000;
}

.mobile-mockup-body .contact-form .form-group .form-control::placeholder {
  font-size: 16px;
  color: #000000;
}

.mobile-mockup-body .contact-form .default-btn {
  background-color: #08478a;
  display: inline-block;
  padding: 15px;
  color: #ffffff;
  border-radius: 5px;
  width: 100%;
  font-size: 18px;
}

.mobile-mockup-body .qr-content {
  text-align: center;
}

.mobile-mockup-body .qr-content .send-icon {
  margin-bottom: 10px;
}

.mobile-mockup-body .qr-content h3 {
  font-size: 50px;
  margin-bottom: 0;
}

.mobile-mockup-body .qr-content h4 {
  font-size: 45px;
  margin-bottom: 20px;
}

.body-iframe {
  background-image: url(../../assets/images/low.mobile-frame.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 950px;
  text-align: center;
  margin: auto;
  display: table;
  width: 520px;
  position: relative;
  z-index: 1;
}

.body-iframe::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  height: 33px;
  background-image: url(../../assets/images/top-shape.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 220px;
  margin: auto;
  right: 0;
}

.main-view {
  height: 876px;
  width: 402px;
  border-radius: 46px;
  margin-top: 42px;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
    
    .mobile_body {
	display: none;
}
    .nose {
	display: none;
}
.mobile-mockup-body {
	width: 100%;
	border-radius: 0;
	height: auto;
	top: auto;
}
    .main_content {
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}
    
}