/* The Modal (background) */
.tnt_modal {
    /*display: none;  Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(30, 30, 30, 0.7);
    /* Fallback color */
    display: none;
    overflow-x: hidden;
}

.tnt_modal .tnt-modal-row{
    margin: 0px;
}

.tnt_modal .tnt_full_width{
    margin-left: 30px;
    padding-right: 0px;
    margin-top: 2px;
    width: calc(100% - 331px);
}

.tnt_modal .tnt-modal-header{
    width: calc(100% - 63px);
    background-repeat: no-repeat;
    background-size: cover;
    height: 55px;
}

.tnt_modal .tnt-content-wrapper{
    padding: 40px;
}

/* Modal Content */
.tnt_modal .tnt-modal-content {
    background-color: #eaeaea;
    margin: auto;
    /* padding: 40px; */
    border: 1px solid #888;
    width: 1040px;
    overflow: auto;
    padding-top: 0px;
    box-shadow: 0px 0px 9px 1px #333333;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow-x: hidden;
    position: relative;
    top: 50%;
    left: 505px;
    right: 30%;
    bottom: 5%;
    height: 90vh;
    overflow: hidden;
}

/* The Close Button */
.tnt_modal .tnt_close {
    /* background: url('https://www.vmware.com/content/dam/digitalmarketing/vmware/en/images/personalization/general-icons/icon_close_20X20.jpg') no-repeat; */
    box-sizing: border-box;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    background-color: #1d428a;
    color: #fff;
    text-align: center;
    font-size: 28px;
    padding-left: 0px;
}

.tnt_modal .tnt_close:hover,
.tnt_modal .tnt_close:focus,
.tnt_modal .tnt_continue:focus,
.tnt_modal .tnt_continue:hover,
.tnt_modal .tnt-pv-lnk:hover,
.tnt_modal .tnt-pv-lnk:focus {
    color: rgb(252, 248, 248);
    text-decoration: none;
    cursor: pointer;
}

.tnt_modal .tnt_modal_h2 {
    color: #FFF;
    font-size: 18.67px;
    font-weight: 600;
    line-height: 19px;
    margin-top: 80px;
    margin-bottom: 24px;
    height: 33px;
    color: #FFF;
    font-size: 33px;
    font-weight: 100;
    line-height: 33px;
}

.tnt_modal .tnt_p {
    color: #f5f5f5;
    font-size: 1.1em;
    line-height: 15px;
    margin: 15px auto;
    width: auto;
    padding-left: 0px;
    width: 85%;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 16pt;

}

.tnt_modal .tnt_continue {
    margin-top: 0px;
    padding-left: 0px;
    height: 20px;
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    border-bottom: 2px solid #ccc;
}

.tnt_modal .tnt_continue:hover {
    border-bottom: 4px solid #ffffff;
    font-weight: bold;
}

.tnt_modal .tnt-privacy-policy {
    color: #FFF;
    font-size: .5em;
    line-height: 10px;
    text-align: left;
    margin-top: 10px;
    padding-left: 0px;
    height: 10px;
    width: 402px;
    color: #FFF;
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
    float: left;
}

.tnt_modal .tnt-logo {
    padding-left: 0px !important;
}

.tnt_modal .tnt-offer {
    color: #FFF;
    height: 21px;
    height: 21px;
    width: 492px;
    color: #FFF;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: -0.31px;
    line-height: 21px;
}

.tnt_modal .tnt-pv-lnk {
    border-bottom: 1px dotted #fff;
    color: #FFF;
}

.tnt_modal .tnt-continue {
    margin-top: 0px;
    padding-left: 0px;
}

.tnt_modal .tnt_imgdiv {
    width: 100%;
    margin: 15px 0px 0px 0px;
    height: calc(100% - 225px);
    text-align: center;
}

.tnt_modal .tnt_imgdiv img {
    width: auto;
    max-width: 300px;
    object-fit: cover;
    height: auto !important;
    max-height: 100%;
}

.tnt_modal .tnt_popfooter {
    /* background-color: #555; */
    display: flow-root;
    justify-content: space-around;
    text-align: center;
    width: 100%;
    right: 36px;
    position: relative;
    right: 0;
    width: 100%;
    margin-bottom: 0;
}

.tnt_modal .tnt_popfooter p {
    float: left;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    margin: 0 5px;

}

.tnt_modal .ctaButtonOnModal {
    border-radius: 3px;
    width: 100%;
    text-transform: none;
    height: 33px;
    margin: 2px 0px 15px 0px; 
    font-weight: bold;
    line-height: 1.2;
    font-size: 18px !important;
}

.tnt_modal .tnt_object {
    height: 80vh;
    width: 100%;
}

.tnt_modal .tnt_object_full_screen {
    width: 100% !important;
    right: 0 !important;
}

.tnt_modal .tnt_popfooter_full_screen {
    width: 100% !important;
    margin: 0 !important;
}

.tnt_modal .tnt_right_h2 {
    color: #000;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    top: 50%;
    left: 50%;
    font-family: "metropolislight";
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* width: 93%; */
    padding-left: 40px;
    transform: translate(-50%, -50%);
    width: 100%;
}
.tnt_modal .tnt_left_div{
    width: 300px !important;
    padding: 0px;
    height: calc(90vh - 137px);
    margin-bottom: 40px;
}
.tnt_modal .tnt_left_div p {
    line-height: 26px;
    font-size: 20px;
    color: #565656;
    font-weight: 400;
    font-family: "metropolislight";
    width: 100%;
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .tnt_modal .tnt_full_width{
        padding-left: 0;
    }
    .tnt_modal .tnt-modal-content {
        width: 90%;
        left: 45%;
    }
}
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .tnt_modal .tnt_full_width{
        padding-left: 0;
        margin-left: 30px !important;
        width: 509px;
        margin-top: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1500px) {
    .tnt_modal .tnt_popfooter p {
        font-size: 16px;
        line-height: 24px;
        padding: 4px;
    }

    /* .tnt_right_h2 {
        margin-bottom: 1%;
        font-weight: bold;
        font-size: 13px;
        font-family: "metropolislight";
    } */

    .tnt_modal .btn-green {
        line-height: 1.1;
        margin-top: 20px;
    }

}

/* =================================================for preview image overlay pagination and image  =====================*/
.tnt_modal .tnt_image_container {
    position: relative;
    height: 77vh;
    width: 100%;
}

.tnt_modal .tnt_header {
    /* background: #565656; */
    color: #1d428a;
    padding-bottom: 2px;
    flex: 5;
    font-size: 20px;
    font-weight: 500;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    right: 0px;
    position: absolute;
    top: -25px;
}

.tnt_modal .tnt_preview_images {
    height: calc(90vh - 140px);
    overflow: auto;
    width: 100%;
}

.tnt_modal .tnt_preview_images img {
    /* padding: 10px 0; */
    padding-bottom: 10px;
    width: 100%;
}

.tnt_modal .tnt_title {
    width: 47%;
    display: inline-block;
    text-align: left;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: .9;
    font-weight: bold;
}

.popupZindex{
    z-index: 99999999;
}

@media only screen and (max-width: 450px) {
    .tnt_modal .tnt-privacy-policy {
        width: 260px;
    }

    .tnt_modal .tnt_p {
        line-height: 20px;
        font-size: 14px;
    }

    .tnt_modal .tnt-offer {
        font-size: 18px;
    }

    .tnt_modal .tnt_modal_h2 {
        font-size: 25px;
        margin-bottom: 35px;
    }

    .tnt_modal .tnt-offer {
        margin-bottom: 0px;
    }

    .tnt_modal .tnt_modal_h2 {
        width: 88%;
    }
}

@media only screen and (max-width: 375px) {
    .tnt_modal .tnt-privacy-policy {
        width: 190px;
    }

    .tnt_modal .tnt_p {
        line-height: 20px;
        font-size: 14px;
    }

    .tnt_modal .tnt-offer {
        font-size: 18px;
    }

    .tnt_modal .tnt_modal_h2 {
        font-size: 25px;
        margin-bottom: 35px;
    }

    .tnt_modal .tnt-offer {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 360px) {
    .tnt_modal .tnt-modal-content {
        background-size: 121%;
        padding-bottom: 35px;
    }

    .tnt_modal .tnt_modal_h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .tnt_modal .tnt-offer {
        margin-bottom: 16px;
        font-size: 15px;
    }

    .tnt_modal .tnt_p {
        font-size: 13px;
        line-height: 18px;
    }

    .tnt_modal .tnt_modal_h2 {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 320px) {
    .tnt_modal .tnt-modal-content {
        background-size: 121%;
        padding-bottom: 35px;
    }

    .tnt_modal .tnt_modal_h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .tnt_modal .tnt-offer {
        margin-bottom: 16px;
        font-size: 15px;
    }

    .tnt_modal .tnt_p {
        font-size: 12px;
    }

    .tnt_modal .tnt_modal_h2 {
        margin-bottom: 25px;
    }

    .tnt_modal .tnt-privacy-policy {
        width: 180px;
    }
}
.formlanding{
	/* z-index: 9999999; */
}
@media only screen and (max-width: 600px) {
    .tnt_modal .tnt_modal {
        display: none !important;
    }
}