.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.tim-typo {
  padding-left: 25%;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

.tim-typo .tim-note {
  bottom: 5px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
}
/* login section */
.login_shopbox{
  height: 100%;
  width: 100%;
  display:flex;
}
.login_logo_sec img{
  padding: 10px;
  width: 180px;
}
.login_logo_sec{
  padding-bottom: 125px;
}
.login_form_sec, .signup_form_sec{
width: 50%;
display: block;
margin: 0 auto;
}
.req_info_sec p {
  color: #78be20;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
.login_form_sec .form-group label, .signup_form_sec .form-group label{
  color: #b2aaaa;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}
.login_form_sec .form-control{
  padding: 12px 0;
  margin: 10px 0;
  /*background-image: linear-gradient(to top, #78be20 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);*/
}
::placeholder {
  color: #d2d2d2 !important;
  opacity: 1; /* Firefox */
  font-size:14px !important;
  font-family: 'Montserrat', sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #d2d2d2 !important;
 font-size:14px !important;
 font-family: 'Montserrat', sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #d2d2d2 !important;
 font-size:14px !important;
 font-family: 'Montserrat', sans-serif;
}
.forgot_pass_link{
  font-size: 14px;
  /* float:  right; */
  padding-left: 70%;
  color: #8be0eb;
  font-family: 'Montserrat', sans-serif;
}
.forgot_pass_link:hover{
  color: #78be20;
}
.btn_login button{
  display: block;
margin: 35px auto;
padding: 10px 50px;
text-transform: initial;
background: #78be20;
font-weight: 800;
font-size:14px;
font-family: 'Montserrat', sans-serif;
}

.btn_login button:hover, .btn_sec button:hover{
  background: #78be20;
}
.p-t-links ul{
  list-style-type: none;
  text-align: center;
  /*margin: 115px 0 0 0;*/
  font-family: 'Montserrat', sans-serif;
}
.p-t-links li{
  display: inline;
  padding: 30px 20px;
}
.p-t-links ul li a{
  text-transform: initial !important;
  color: lightgray !important;
font-size: 16px;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
}
.dont_account_sec {
  text-align: center;
  color: #ffffff;
  padding: 61.7% 10%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  /* background-color: #78be20; */
}

#sec{
  height: 100%;
  background: #78be20;
  /* position: absolute; */
  /* top: 0px;
  right: 0px; */
}
.dont_account_sec h6, .already_account_sec h6{
  font-weight: 800;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 12px;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
.dont_account_sec p{
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
.r-btn button, .r-btn button:hover{
  border: 1px solid #ffffff;
  background: transparent;
  margin: 18px 0;
  font-size: 14px;
padding: 10px 15px;
  font-family: 'Montserrat', sans-serif;
}
form .form-group {
    margin: 24px 0 0 !important;
}

/* Signup */
.signup_form_sec .form-control{
  padding: 12px 0;
  /*background-image: linear-gradient(to top, #78be20 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);*/
  }
  #emailHelp{
    font-size: 11px;
    margin: 0px;
    color:#d2d2d2 !important;
    font-family: 'Montserrat', sans-serif;
  }
  .already_account_sec{
    text-align: center;
  color: #ffffff;
  padding: 65.2% 10%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  }
.pad-t-10 .filter-option-inner {
    padding:10px 0 !important;
}
  /*Dashboard*/
  .user-info{
      text-align:center !important;
  }
  /*forgot password*/
  .fpass_note p{
    font-family: 'Montserrat', sans-serif;
    text-align:center;
    /*padding: 0 0 20px 0;*/
    font-size: 12px;
    font-weight: 600;
  }
/* Responcive */
@media only screen and (max-width: 560px) and (min-width: 320px)  {
  .login_form_sec, .signup_form_sec{
    width: 75%;
    display: block;
    margin: 0 auto;
    }
    .forgot_pass_link{
      font-size: 14px;
      /* float:  right; */
      padding-left: 40%;
      color: #8be0eb;
    }
    .p-t-links ul{
      padding: 0;
      margin: 0;
    }
    .p-t-links li {
      display: block;
      padding: 5px 20px;
  }
}

.input-as-label {
    border: white !important;
}


.spsocialmedia {
  margin-top: 20px;
}
.spsocialmedia a {
  margin: 0 7px;
}

#office_number, #ophone{
	width:70%;
	float:left;
}

#office_ext{
	width:25%;
	float:right;
}

.c-globe .fa{margin: 5px 5px; font-size: 22px !important;}



/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
#myModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1112; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
#myModal .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}



.file_uploaded .t-left {
  width: 30%;
  text-align: left;
}

.file_uploaded .t-right {
  width: 30%;
  text-align: right;
}

.file_uploaded .t-center {
  width: 40%;
  text-align: center;
  float: left;
}

.globe_c1 a {
    margin: 10px 5px;
    float: left;
}

.c-globe a svg {
    margin-left: 15px;
    margin-right: 10px;
	fill: #78be20;
	margin-top:10px;
}

.globe_c1 a svg {
    margin-left: 15px;
    margin-right: 10px;
	fill: #000;
}

.globe_c1 a i {
	color:#000;
}

.globe_c1 a:hover svg{
	fill: #78be20;
}
.globe_c1 a:hover i{
	color: #78be20;
}

.c-globe a:hover svg {
	fill: #89229b;
}
.reviews_detail .row {
    margin-bottom: 10px;
    padding-bottom: 10px;
}