@import url('http://fonts.cdnfonts.com/css/aldo');


.img-content p {
    color: #b0dff8;
    font-family: 'aldo', sans-serif;

}

.img-content h1 {
    color: #fff;
    font-family: 'aldo', sans-serif;

}

.img-content h4 {
    color: #b0dff8;
    font-family: 'aldo', sans-serif;
}

.res-doc{
font-weight:bold;
color:#264796;	
}


.tendocare-ex-img {
    width: 100%;
    max-width: 100%;
}

.login-btn {
    width: 100%;
    max-width: 25%;
}


.modal-content {
    position: relative;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-direction: column;
    /* flex-direction: column; */
    /* width: 100%; */
    /* pointer-events: auto; */
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}




.myform {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 1.1rem;
    outline: 0;
    max-width: 500px;
}

.tx-tfm {
    text-transform: uppercase;
}

.mybtn {
    border-radius: 50px;
}




.videos-bg {
    padding: 12px 20px;
}

.tencore-bg-1 {
    background-image: linear-gradient(to right top, #e3f3fe, #ecf5ff, #f4f8ff, #fbfbff, #ffffff);
    padding: 69px 84px;
}

.tencore-bg-1 p {
    font-size: 18px;
    margin-left: -80px;
}


.doctror-img {
    width: 100%;
    max-width: 63%;
    margin-left: -20px;


}

.doctror-im {
    width: 100%;
    max-width: 80%;
}


.tencore-bg {
    background-color: #000d4b;
    padding: 50px;
}



.tencore-bg-2 {
    background-color: #c8e8fb;
    padding: 50px;
}

.achilles p {
    color: #0060ad;
    font-size: 22px;
    font-weight: bold;
}

.achilles div {
    margin-bottom: 30px;
}

.achilles_tendinopathy p {
    background-color: #0060ad;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    margin-top: -10px;
}


.checkmark {
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.check-box-bg {
    background-color: #eff8fe;
    padding-bottom: 43px;
    padding-top: 30px;
}

.checkmark-lable {
    padding-right: 20px;
    margin: auto;
}

.checkmark-lable-text {
    padding-right: 20px;
    margin: auto;
}



button,
input,
optgroup,
select,
textarea {
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.achilles_tendinopathy-img {
    width: 100%;
    max-width: 80%;
}



.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


.video-link {}


.video-link span {
    color: #0059a0;
    font-weight: bold;
}


.tencore-bg-3 {
    padding: 50px;

}

.tencore-bg-3 h4 {
    padding: 20px;

}

.welcome-img {
    width: 100%;
    max-width: 50%;
    display: block;
    margin-left: 100px;
}

.bg-line {
    width: 100%;
    max-width: 50%;
}

#logo {
    width: 100%;
    max-width: 50%;
}

.doc-user {
    width: 100%;
    max-width: 30%;
    padding: 12px;
    color: #fff;
}


.doc-user-span {
    color: #fff;
}

.rehab-logo-header {
    width: 100%;
    max-width: 40%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.email-video-logo {
    width: 100%;
    max-width: 67%;
    padding: 0px;
    margin-top: -15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.tencore-bg-video-mail {
    padding: 50px;
}

.log-out {
    color: #fff;
}

.bg-light {
    background-color: #1c64ab !important;
}


#header {
    padding: 20px 0;
    height: 115px;
}


.achilles_tendinopathy p {
    background-color: #0060ad;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    margin-top: -10px;
}


.login-button-div {
    background-color: #0060ad;
    padding: 10px 10px;
    color: white;
    text-align: center;
    border-radius: 5px;
}


.login-button {
    background-color: #fff;
    color: white;
    text-decoration: none;
    padding: 0px 0px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.login-button:hover {
    background-color: #fff; 
    
}

.arrow {
    margin-left: 8px; 
    background-color: #fff; 
}

