/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 body.mgpf-feedback-landing-page {
    background: #bdbdbd;
    padding: 0;
    margin: 0;
 }
 .mgpf-feedback-wrapper {
    border: 1px solid #bdbdbd00 !important;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    padding: 30px;
    background: #fff;
    max-width: 100%;
    margin: 0 auto;
    width: 1200px;
 }
 .mgpf-modal .animate-top{
    position:relative;
    animation:animatetop 0.4s
}
@keyframes animatetop{
    from{top:-300px;opacity:0} 
    to{top:0;opacity:1}
}
.branch-heading-name {
    text-align: center;
}
.branch-heading-name h1 {
    font-size: 48px;
    color: #313131;
}
.branch-heading-name p{
    margin: 20px auto;
    font-style: italic;
    max-width: 100%;
    font-size: 18px;
    color: #313131;
}
.mgpf-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.275);
}

.mgpf-modal .modal-content {
  margin: 5% auto;
  width: 500px;
  max-width: 90%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: .3rem;
  outline: 0;
}
.mgpf-modal .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.mgpf-modal .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 0;
    font-size: 1.25rem;
}
.mgpf-modal .modal-close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 12px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  padding: 10px;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.mgpf-modal .modal-close span  {
  line-height: 12px;
  height: 19px;
  display: block;
    
}
.mgpf-modal button.modal-close:hover {
    color: #000;
    background: transparent;
}
.mgpf-modal .modal-close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.mgpf-modal .modal-body {
    flex: 1 1 auto;
    padding: 1.5rem 1rem;
}
.mgpf-modal .modal-body p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.mgpf-modal.unsubscribe-modal p {
    text-align: center;
}
.mgpf-modal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal-footer>*{
    margin: 5px;
}

/* buttons */
.mgpf-modal .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    cursor: pointer;
}
.mgpf-modal .btn:focus, .mgpf-modal .btn:hover {
    text-decoration: none;
}
.mgpf-modal .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.mgpf-modal .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.mgpf-modal .btn-secondary {
    color: #fff;
    background-color: #7c8287;
    border-color: #7c8287;
}
.mgpf-modal .btn-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.mgpf-feedback-wrapper .mgpf-service-branch-list {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 980px;
    margin: 0 auto;
}

.mgpf-feedback-wrapper .mgpf-service-branch-list .mgpf-service-branch-box {
    display: table-cell;
    text-align: center;
    padding:4px;
    max-width: 100%;
    margin: 0;
    width:250px;
}
.mgpf-feedback-wrapper .mgpf-service-branch-list .mgpf-service-branch-box a {
    text-decoration: none;
      border: 1px solid #ccc;
      background: #f7f7f7;
      display: block;
    border-radius: 15px;
    padding: 0 15px;
}
.mgpf-feedback-wrapper .mgpf-service-branch-list .mgpf-service-branch-box h1 {
    font-style: italic;
    font-weight: 700;
    font-size: 17px;
    transition: .4s;
    color: #808080;
}
.mgpf-feedback-wrapper .mgpf-service-branch-list .mgpf-service-branch-box .table {
    display: table;
    width: 100%;
}
.mgpf-feedback-wrapper .mgpf-service-branch-list .mgpf-service-branch-box .logo {
    vertical-align: middle;
    height: 325px;
    line-height: 323px;
}
.mgpf-feedback-wrapper .mgpf-service-branch-list .mgpf-service-branch-box .logo img {
    filter: grayscale(100%);
    transition: .4s;
    opacity: 0.5;
    max-width: 100%;
    vertical-align: middle;
    height:auto;
}
.mgpf-feedback-wrapper .mgpf-service-branch-list .mgpf-service-branch-box a:hover .logo img {
	filter: grayscale(0%);
	opacity: 1;
}
.mgpf-feedback-wrapper .mgpf-service-branch-list .mgpf-service-branch-box a:hover h1 {
	color: #313131;
}
.mgpf-feedback-wrapper .mgpf-service-branch-list .mgpf-service-branch-box .branch-name {
    vertical-align: middle;
    height: 65px;
    text-align: center;
    display: table-cell;
}
.mgpf-feedback-wrapper .mgpf-service-branch-list .mgpf-service-branch-box hr {
    border-style: none;
    background: #ccc;
    margin: 0 auto;
    width: auto;
    height: 1px;
}
.branch-name h1 {
    font-weight: 700;
    margin: 30px 0;
    
}
.branch-name h1 {
    margin-bottom: 20px;
}
.mgpf-feedback-wrapper .mgpf-rating-has-branch {
    display: none;
}
.mgpf-feedback-wrapper .mgpf-rating-section {
    text-align: center;
    padding: 60px 15px;
    min-height: 75vh;
}
.mgpf-feedback-wrapper .mgpf-rating-section img{
    margin: 0 auto;
    display: block;
}
.mgpf-feedback-wrapper .mgpf-rating-section a:focus {
    outline-style: none;
}

.mgpf-modal p {
    font-size: 16px;
}
.mgpf-modal.contact-us-modal .form-input {
    padding: 10px; 
    margin-bottom: 20px; 
    border: 1px solid #ccc; 
    border-radius: 8px; 
    font-size: 16px; 
    width: 100%; 
    box-sizing: border-box; 
}
.mgpf-modal.contact-us-modal .response_output {
    margin-top:5px;
}
.mgpf-modal.contact-us-modal .response_output.error_message {
    color:#FF0000;
}
.mgpf-modal.contact-us-modal .response_output.success_message {
    color:#008000;
}

.mgpf-modal.good-exp-modal p,
.mgpf-modal.bad-exp-modal p {
    padding: 20px 0;
    font-style: italic;
    text-align: center;
    font-size: 17px;
    max-width: 100%;
    color: #313131;
    margin: 0 auto;
    width: 520px;
}

.mgpf-modal .middle-icon-container {
    justify-content: center;
    background: #f7f7f7;
    text-align: center;
    padding: 30px 10px;
    flex-wrap: wrap;
    display: flex;
}
.mgpf-modal .middle-icon-container .icon {
    display: inline-block;
    padding: 15px;
}
.mgpf-modal .middle-icon-container .icon a{
    text-decoration: none; 
}
.mgpf-modal .middle-icon-container .icon .box {
    justify-content: center;
    flex-direction: column;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    background: #fff;
    transition: .3s;
    display: flex;
    height: 120px;
    width: 150px;
    vertical-align: middle;
}
.mgpf-modal .middle-icon-container .icon .box img {
    margin: 0 auto;
    max-height: 65px;
    min-height: 55px;
    min-width: 55px;
    max-width: 65px;
    display: block;
}

.mgpf-modal .middle-icon-container .icon .box span {
    font-weight: 800;
    margin-top: 10px;
    font-size: 12px;
    color: #000;
}
.mgpf-modal .bottom-description {
    margin: 25px 0;
    max-width: 100%;
}
.mgpf-modal .bottom-description * {
    box-sizing: border-box;
}
.mgpf-modal .bottom-description .cell{
    padding: 10px;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
}
.mgpf-modal .bottom-description .cell p{
    width: unset !important;
    max-width: unset !important;
}
.mgpf-modal .bottom-description div:first-child{
    font-size: 10px;
    color: #313131;
}
.mgpf-modal .bottom-description .cell:nth-child(2){
    border-left: 1px solid #e9e9e9;
    text-align: center;
    width: 30%;
}

.mgpf-modal .bottom-description .cell:nth-child(2) a{
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    text-align: center;
    font-weight: 900;
    font-size: 17px;
    transition: .3s;
    color: #313131;
}
.mgpf-modal .bottom-description .cell:nth-child(2) a:hover{
    color: #6d6d6d;
    opacity: .8;
}
.mgpf-modal.bad-exp-modal a.contact-us-popup {
  text-decoration: none;
  display: inline-block;
  background: #00a4e4;
  padding: 24px 15px;
  border-radius: 2px;
  align-items: center;
  text-align: center;
  font-weight: 900;
  font-size: 17px;
  transition: .3s;
  color: #ffffff;
  min-width: 260px;
  box-sizing: border-box;
}
.mgpf-modal.bad-exp-modal a.contact-us-popup:hover {
    background: #6d6d6d;
}
.mgpf-modal.bad-exp-modal .bottom-description .box-second {
  transition: .3s;
  border: 1px solid #ebebeb;
  width: 45px !important;
  border-radius: 10px;
  background: #fff;
  padding: 3px;
  height: 48px;
  line-height: 14px;
}
.mgpf-modal.bad-exp-modal .bottom-description .box-second img {
  max-width: 20px;
  min-width: 20px;
  max-height: 20px;
  min-height: 20px;
  margin-top: 5px;
}
.mgpf-modal.bad-exp-modal .bottom-description .cell:nth-child(2) {
    border: none;
}
.mgpf-modal.contact-us-modal p.mgpf-small{
    font-size: 15px;
    margin-top: 15px;
}

.mgpf-modal.contact-us-modal a.open-previous-exp-modal{
    text-decoration: none;
    font-style: italic;
    font-weight: 800;
    color: #1e97c3;
}
.mgpf-feedback-wrapper .rating-banner {
    display: inline-block;
}
.mgpf-feedback-wrapper .rating-banner a{
    text-decoration: none;
}

.mgpf-feedback-wrapper .rating-banner img {
    margin: 0 5px;
    width: auto;
    vertical-align: middle;
    display: initial;
    border-radius: 20px;
}
.mgpf-feedback-wrapper img.mgpf-own-company-logo {max-width:150px;}
@media (max-width: 767px) {
    .mgpf-modal .bottom-description .cell{
        padding: 10px;
        height: auto;
        display: block;
        vertical-align: middle;
        width: 100% !important;
        text-align: center;
    }
    .mgpf-modal .bottom-description div:first-child {
        width: 100% !important;
    }
    .mgpf-modal .bottom-description .cell:nth-child(2) {
        border-left: none
    }
    .mgpf-feedback-wrapper .mgpf-service-branch-list .mgpf-service-branch-box {
        display: block;
        width: 100%;
        padding:7px 15px;
        box-sizing:border-box;
    }
    .mgpf-feedback-wrapper .mgpf-service-branch-list .mgpf-service-branch-box .logo {
        height: auto;
        line-height: 150px;
    }
    .mgpf-feedback-wrapper .rating-banner img {
        margin: 0 0 20px;
        max-width: 60%;
        width: auto;
        vertical-align: middle;
        display: initial;
    }
}

/* reviews */
.sbt-reviews .slick-slide {
    padding: 0 7.5px;
    box-sizing: border-box;
}
.sbt-reviews .carousel {
    padding: 0 20px !important;
}

.sbt-reviews .slick-arrow,
.sbt-reviews .slick-arrow:hover{
    background: transparent;
    color: grey;
    border: 0;
    width: 20px;
}
.sbt-reviews .slick-arrow:before {
    content: '';
}
.sbt-reviews .slick-prev {
    left: 0;    
}
.sbt-reviews .slick-next {
    right: 5px;
}
.sbt-reviews .slick-next:before {
    content: "";
    background: #cccccc;
    width: 17px;
    height: 3px;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
    position: absolute;
    top: -6px;
    right: 0px;
}
.sbt-reviews .slick-next:after {
    content: "";
    background: #cccccc;
    width: 17px;
    height: 3px;
    display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 2px;
    position: absolute;
    top: 5px;
    right: 0px;
}
.sbt-reviews .slick-prev:before {
    content: "";
    background: #cccccc;
    width: 17px;
    height: 3px;
    display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 2px;
    position: absolute;
    top: -6px;
    right: 0px;
}
.sbt-reviews .slick-prev:after {
    content: "";
    background: #cccccc;
    width: 17px;
    height: 3px;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
    position: absolute;
    top: 5px;
    right: 0px;
}
.sbt-reviews h2 {
    font-size: 24px;
    font-weight: 700;
}
.sbt-reviews .review-content {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 5px;
}

.sbt-reviews .sbt-review-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
}

.sbt-reviews .sbt-name {
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    padding-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
    margin-bottom: 2px;
}

.sbt-reviews .sbt-time {
    color: #000000;
    opacity: 0.5;
    font-size: 11.2px !important;
    line-height: 1.4em;
}

.sbt-reviews .sbt-pl-icon {
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    top: 0;
    right: 0;
}

.sbt-reviews .sbt-review-photo {
    margin: 0 15px 0 0 !important;
    display: inline;
}

.sbt-reviews .sbt-review-photo img {
    width: 40px !important;
    height: 40px !important;
    display: block;
    border-radius: 30px;
    object-fit: cover;
    object-position: top;
}

.sbt-reviews .sbt-author-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sbt-reviews .sbt-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 21.75px;
    height: 87px;
    font-size: 15px;
    text-align: left;
    transition: height 0.5s;
    font-style: normal;
    -webkit-line-clamp: 4;
    overflow: hidden;
    padding-right: 0;
}

.sbt-text.expanded {
    -webkit-line-clamp: unset;
    height: auto;
    overflow: visible;
}

.sbt-read-more, .sbt-read-more:focus, .sbt-read-more:hover {
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    margin-top: 5px;
    padding: 0;
    opacity: 0.5;
}

.sbt-reviews .sbt-rating {
    margin-bottom: 8px;
    margin-top: 15px;
    text-align: left;
}
.sbt-reviews .sbt-star {
    width: 17px !important;
    height: 17px !important;
    margin-right: 1px !important;
    vertical-align: unset;
    display: inline-block !important;
}