div.logo-container div.logo-first {
  float: left;
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: #4eb7c0;
  color: #4eb7c0;
  font-size: 1.5em;
}

div.logo-container div.logo-second {
  background-color: #4eb7c0;
  color: white;
  float: right;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: #4eb7c0;
  font-size: 1.5em;
}

.mt-10 {
    margin-top:10px;
}
.mt-20 {
    margin-top:20px;
}
.mt-30 {
    margin-top:30px;
}

.mt-50 {
    margin-top:50px;
}


.mb-10 {
    margin-bottom:10px;
}
.mb-20 {
    margin-bottom:20px;
}
.mb-30 {
    margin-bottom:30px;
}

.mb-50 {
    margin-bottom:50px;
}


.mh-250 {
    min-height: 250px;
}

.mh-100 {
    min-height: 100px;
}

.mh-150 {
    min-height: 150px;
}


.mh-350 {
    min-height: 350px;
}

.pl-10 {
    margin-left:10px;
}

.p10 {
    padding:10px
}
.p20 {
    padding:20px
}
.p30 {
    padding:30px
}
.p40 {
    padding:40px
}


.fs-p10 {
    font-size:10px;
}

.fs-p14 {
    font-size:14px;
}

.fs-p24 {
    font-size:24px;
}

.text-white {
    color:rgb(255,255,255)
}

.align-middle {
    vertical-align: middle;
}

.align-middle div {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}

.text-bold {
    font-weight: bold;
}

.enquire-form-section {
    /* background: rgba(206, 21, 223, .95); */
    background: linear-gradient(90deg, #53b7bf 0%, #8ba7bf 100%);
    text-align: center;
    padding: 70px 35px;
    /* box-shadow:0 50px rgba(223, 125, 217, 0.45); */
}

.enquire-form-section input {
    text-align: left;
    width:100%;
}

.pricing-box-wrap .pricing-heading small {
    font-size:12px;
}

.js-cookie-container {
    width:100%;
    height:100%;
    position: fixed;
    background-color: rgba(0,0,0,.5);
    z-index:99 !important;
    color:black;
}


.js-cookie-consent {
    width:350px;
    height:200px;
    padding:10px;
    position: fixed;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
}

 .bg-color-white-50 {
     background-color:rgba(255,255,255,0.5)
 }
