.contact-us .title-desc-content .title{
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
    color: var(--dark-green);
    text-align: left;

}
.contact-us{
    margin-bottom: 100px;
}
.contact-us .title-desc-content .desc{
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    color: var(--dark-green);
    text-align: left;
}
.title-desc-content{
    margin: 40px 0px 45px 0px;
}
.contact-left-side .ellipses{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    background: #E7F0F7;
}
.contact-left-side .ellipses img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform:translate(-50%,-50%)
}
.img-desc{
    margin-left:25px;
    margin-top: 5px;
}
.img-desc .title{
    font-size: 16px;
    margin-bottom: 6px;
    line-height:21px;
}
.img-desc .desc{
    font-size: 14px;
    margin-bottom: 15px;
    color: #0B3F54;
}
.contact-right-side{
    padding-left: 150px;
}
.contact-right-side .form-control {
    height: 56px;
    margin: 10px 0px 20px;
    border-radius: 10px !important;
    background-color: #ECF2F6;
    padding-left: 15px;
    color: #0B3F54;
}
.contact-right-side .form-group label:first-child {
    color: #0B3F54;
    font-weight: 600;
}
.contact-right-side textarea{
    border-radius: 20px;
    resize: none;
    height: 146px !important;
}
.contact-right-side .orange-btn{
    float: right;

}
textarea.error {
    background: rgba(235, 52, 73, 0.05) !important;
    border: 1px solid rgba(235, 52, 73, 0.7);
}
#contact-us .form-group label.error{
    margin-top: -10px;
}
@media (max-width:1024px){
    .contact-right-side{
        padding-left: 30px;
    }
    .img-desc{
        width: 70%;
    }
}
@media (max-width:769px){
    .contact-right-side{
        padding-left: 30px;
    }
    .contact-right-side .orange-btn{
        float: none;
    }
    .btn-wrappers{
        text-align: center;
    }
    .contact-us{
        margin-bottom: 56px;
    }
    .contact-right-side .form-group label:first-child{
        font-size: 14px;
    }
    .contact-right-side .form-control{
        font-size: 14px;
        line-height: 22px;
        width: 100%;
    }
    .contact-right-side textarea{
        padding-top: 18px;
    }
  }
  .notification-wrapper .message p {
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin: 5px 10px;
  }
  
  .notification-wrapper .message p:last-child {
    margin: 0px 10px;
    font-size: 14px;
    font-weight: 400;
  }
  .uk-notification-message {
    padding: 25px 5px 25px 15px;
    width: 345px;
    border-radius: 10px;
    background: linear-gradient(90deg,
        var(--c1, #05b1b7) 0%,
        var(--c2, #00cdac) 50%,
        var(--c2, #05b1b7) 100%) var(--x, 0) / 200%;
  }