/*
Link Footer Section
*/
.cvtext {
    background: #350166;
    color: white;
    padding: 20px;
    font-size: 14px;
    border-top: 1px solid #5a00af;
    border-bottom: 1px solid #5a00af;
    font-weight: 300;
}
.cvtext h1 {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 20px auto 10px;
}
.cvtext h2 {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 0px auto 40px;
}
.adfooter {
    width: 100%;
    background: linear-gradient(180deg, #510084, #7722a9);
    padding: 20px;
}
.adfooter a {
    display: inline-block;
    width: 48%;
    background: #bd4eff;
    margin: 1.2% .4%;
    padding:10px;
}
.adfooter a:hover{
    font-weight:bold;
}
.adborder {
    border: 3px solid #3f0071;
    padding: 10px;
    background: #6b0baa;
}
.afl_section {
    display: inline-block;
    vertical-align: middle;
}
.afl_icon.afl_section {
    width: 35%;
}
.afl_icon.afl_section img {
    width: 100%;
}
.afl_text.afl_section {
    font-size: 12px;
    font-family: roboto;
    color: white;
    width: 57%;
}
.adclickhere * {
    display: inline-block;
}
.adclickhere {
    margin: 0 auto;
    display: block;
    width: 70%;
    text-align:center;
}
.adclickhere img {
    width: 13%;
}
.adclickhere p {
    font-size: 14px;
    color: white;
    margin-left: 5px;
}
.afl_text.afl_section h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.afl_text.afl_section p {
    font-weight: 400;
    font-size: 11px;
    letter-spacing: .3px;
}
.adfooter h3 {
    text-align: center;
    color: white;
    margin: 20px;
    font-size: 16px;
    color: #ffbe46;
    font-weight: bold;
    letter-spacing: 1px;
}
.ztlogofooter img {
    width: 55%;
    display: block;
    margin: 20px auto;
}





@media screen and (max-width:520px)  {
    .adfooter {
        width: 100%;
        background: linear-gradient(180deg, #510084, #7722a9);
        padding: 15px;
    }
    .adfooter a {
        display: inline-block;
        width: 48%;
        background: #bd4eff;
        margin: 1.2% .4%;
        padding: 5px;
    }
    .adborder {
        border: 3px solid #3f0071;
        padding: 5px;
        background: #6b0baa;
    }
    .afl_text.afl_section {
        font-size: 12px;
        font-family: roboto;
        color: white;
        width: 59%;
    }
    .afl_text.afl_section h5 {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }
    .afl_text.afl_section p {
        font-weight: 400;
        font-size: 10px;
        /* letter-spacing: .3px; */
    }
    .adclickhere {
        margin: 0 auto;
        display: block;
        width: 70%;
        text-align: center;
    }
    .adclickhere img {
        width: 18%;
    }
    .adclickhere p {
        font-size: 13px;
        color: white;
        margin-left: 5px;
    }
}





@media screen and (max-width:425px)  {
    .adfooter h3 {
        margin: 20px 10px;
        font-size: 13px;
    }
    .adfooter {
        padding: 10px;
    }
    .adfooter a {
        padding: 4px;
    }
    .adborder {
        border: 2px solid #3f0071;
    }
    .afl_text.afl_section {
        font-size: 12px;
        width: 60%;
    }
    .afl_text.afl_section h5 {
        font-size: 9px;
    }
    .afl_text.afl_section p {
        font-size: 7px;
        /* letter-spacing: .3px; */
    }
    .adclickhere img {
        width: 18%;
    }
    .adclickhere p {
        font-size: 11px;
    }
}

/*
Link Footer Section END
*/