/* Desktop */
.right-content form{
    margin: 0;
}
.right-content .editable_content > div{
    margin: 0;
    padding: 0;
}
.right-content label{
    display: none;
}
.right-content input{
    box-sizing: border-box;
    border-radius: 0px;
    padding : 0px 0px 0px 16px;
    height: 48px;
    text-align: left;
    font-size: 14px;
    border: 1px solid rgb(148, 149, 150);
}
.right-content .editable_content div:nth-child(2){
  width: 48%;
  float: left;
}
.right-content .editable_content div:nth-child(3){
  width: 48%;
  float: right;
}
.right-content .editable_content [rel="recaptcha"] {
    display: block;
    clear: both;
    margin : 0;
    padding: 0;
    padding-top: 15px
}
.right-content .editable_content button{
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgb(43, 144, 156);
    border-radius: 0px;
    border-style: none;
    border-color: rgb(0, 0, 0);
    border-width: 2px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1;
    font-style: normal;
    white-space: normal;
    text-align: center;
    word-break: break-word;
    align-self: flex-end;
    cursor: pointer;
    pointer-events: auto;
    height: 54px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.tttech-popup-title{
    text-align: center;
    line-height: 150%;
    font-size: 16px;
}
.banner-title-content{
    font-size: 26px;
    line-height: 32px;
    color: rgb(0, 104, 116);
}
.banner-text-content{
    font-size: 12px;
    text-align: center;
}
.tttech-popup-container .left-content img{
    height: 100%;
    max-height: none;
    width: auto;
    object-fit: cover;
}
.tttech-popup-container{
    padding-top: 20px;
    padding-bottom: 20px;
}
.tttech-popup-close{
    top: 0;
}
/* Mobile */
@media (max-width: 1024px) {
    .tttech-popup-overlay .tttech-popup-container {
        width: 60%;
        height: auto;
    }
}
@media (max-width: 924px) {
    .tttech-popup-overlay .tttech-popup-container {
        width: 75%;
        max-height: 100vh;
    }
}
@media (max-width: 768px) {
    .tttech-popup-container .left-content{
        display: none;
    }
    .tttech-popup-container .right-content .editable_content div {
        width: 100%;
        margin: 0;
        margin-top: 5px;
    }
    .tttech-popup-container{
        padding: 0;
    }
}
@media (max-width: 475px) {
    .right-content .tttech-popup-title{
        margin-top: 10px;
        font-size: 14px;
        line-height: normal;
    }
}
