
.contact-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #eaf0f6;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
    border-radius: 4px;
    margin-bottom: 20px;
}
.contact-box:hover {
    box-shadow: 0 0 18px 0 rgba(0,0,0,.15);
    background-color: #fff6f6;
}
.contact-box-item.logo {
    width: 70px;
}

.contact-box-item {
    max-width: 100%;
    margin-bottom: 15px;
}
.contact-box-item.title {
    font-weight: 600;
    color: #4f7dab;
    font-size: 16px;
    margin-top: 6px;
}
.contact-box-item.number a{
    color: #5885b1;
    font-weight: 600;
    font-size: 16px;
}
.contact-box-item.blurb {
    color: #33475b;
}
.contact-box-item.desktop {
    display: block;
}
.contact-box-item.number {
    color: #33475b;
}

.contact-box-item.link {
    position: relative;
    font-weight: 600;
}
.contact-box-item.link::after {
    content: '\232A';
    display: block;
    position: absolute;
    left: calc(50% - 8px);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}




.flip-box {
  background-color: transparent;
  width: 100%;
  display:block;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
  margin-bottom: 15px;
}
.contact-box-item.logo {
  display:initial
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
    color: black;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 25px;
}

.flip-box-back {
    background-color: #38b554;
    color: white;
    transform: rotateY(180deg);
    padding: 41px 25px;
    border-radius: 4px;
}

.flip-box-title{
    font-weight: 600;
    color: #4f7dab;
    font-size: 18px;  
}

.contact-box-item.phn-ico{
    width: 40px;
    margin-bottom: 0px;
}
.contact-box-item.adres-ico{
    width: 40px;
    margin-bottom: 0px;
}
.contact-box-item.mail-ico{
    width: 40px;
    margin-bottom: 0px;
}
.mail-title{
    font-size: 18px;
}
.Adres-title{
    font-size: 18px;
    line-height: 1.4;
    margin-top: 10px;
}
.flip-box-back.adres-bck {
    padding: 12px 25px;
}
.quick-link-contact-right #contactus_form {
    width: 100%;
}
.quick-link-contact-right {
    padding: 0;
}
.contact-form-box{
    padding: 16px;
}
.contact-form-box .heading-main {
    padding: 0 0 0px;
}

.contact-form-box .form-control{
    background-color: transparent;
    border-bottom: 1.4px solid #37b44a!important;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
    border-top: unset!important;
    border-right: unset!important;
    border-left: unset!important;
}
.contact-form-box .form-control:focus {
    border-bottom: 1px solid #48b858!important;
    box-shadow: 0 1px 0 0 #48b858!important;
}
.contact-form-box label {
    font-size: 16px;
    font-weight: 500;
    color: #545454;
}
.quick-link-contact-right #contactus_form textarea {
    height: 60px;
}
.map-area iframe {
    height: 100%;
    width: 100%;
}

.map-area {
    margin: 0 0 0px;
}
.content-white {
    height: 580px;
    margin-bottom: 20px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
    border-radius: 4px;
}


.contact-form-box .btn.frm-sbmt-btn {
    border-radius: 20px;
    cursor: pointer;
    font-family: Montserrat,sans-serif;
    font-size: 20px;
    letter-spacing: .3px;
    line-height: 1;
    text-align: center;
    text-transform: capitalize;
    width: auto;
    background: #3ab54a;
    color: #fff;
    padding: 10px 38px;
}

@media only screen and (max-width: 500px){
    .contact-box-item.logo {
    width: 70px!important;
}
.flip-box {
    width: 100%;
}
.content-white {
    height: auto;
}
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .flip-box {
    background-color: transparent;
    width: 156px;
    height: 168px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    margin-bottom: 15px;
}
.flip-box-front {
    color: black;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 16px 10px;
}
.flip-box-title {
    font-weight: 600;
    color: #4f7dab;
    font-size: 15px;
}
.flip-box-back {
    background-color: #38b554;
    color: white;
    transform: rotateY(180deg);
    padding: 40px 10px;
    border-radius: 4px;
}
.flip-box-back h2{
    font-size: 14px;
}
.flip-box-back h2.mail-title {
    font-size: 10px!important;
}
.contact-box-item.logo {
    width: 70px!important;
}
.flip-box-back.adres-bck {
    padding: 18px 15px;
}
.flip-box-back h2.Adres-title {
    font-size: 11px!important;
    line-height: 1.4;
    margin-top: 10px;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  .flip-box {
    background-color: transparent;
    width: 212px;
    height: 200px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    margin-bottom: 15px;
}
.flip-box-back h2{
    font-size: 18px;
}
.flip-box-back h2.mail-title {
    font-size: 12px!important;
}
.flip-box-back.adres-bck {
    padding: 16px 16px;
}
.flip-box-back h2.Adres-title {
    font-size: 16px!important;
}
}


