.heading-menu{
display:none;
}
ul.list-items li a {
    color: #000 !important;
    text-decoration: none;
    font: 400 14px / 1.6 ;
font-weight:400;
    font-size: 14px;
    padding: 5px 0;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
span#backToTop {
    display: none !important;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    animation: smooth 0.3s ease-in-out;
    z-index: 99999999;
    box-shadow: 0px 0px 5px #e2e2e2;
}

.header-bg {
    padding: 10px 0px;
}

img.me-logo {
    width: 170px;
}

img.sdp-logo {
    width: 240px;
}

a.internal-links {
    text-decoration: none;
    color: #00a9f4;
    border-bottom: 1px solid;
    cursor: pointer;
}

a.res-dwd-link {
    color: #ffd120;
}

.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.row .col {
    flex-grow: 1;
    flex-basis: 0;
}

ul.col-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

ul.col-inner li:nth-child(1) {
    margin-right: 10px;
}

ul.col-inner li:nth-child(2) {
    margin-left: 10px;
}

ul.col-inner li img {
    display: block;
    margin: 0 auto;
}

.banner {
    margin-bottom: 30px;
}

.banner-bg,
.thanks-banner-bg {
    padding: 75px 0px;
}

.thanks-banner-bg {
    background: #045fd2;
    color: #fff;
}

.thanks-banner-bg .thanks p {
    color: #ffffff;
}

.banner-bg {
    background: #eef8ff;
}

.banner h1 {
    font: 38px/1.25;
    font-weight: 600;
    text-align: center;
}

.banner>p {
    text-align: center;
    font: 19px/1.5;
    font-weight: 500;
    max-width: 50%;
    margin: 20px auto 50px auto;
}

.banner>img {
    display: block;
    margin: 0 auto 20px auto;
}

ul.col-inner li:nth-child(1) {
    width: 30%;
}

ul.col-inner li:nth-child(2) {
    width: 70%;
}

ul.banner-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.banner-buttons li {
    cursor: pointer;
}

.banner-buttons li a {
    color: #fff;
    background: #f0483e;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 0px;
    text-decoration: none;
    margin: 10px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f0483e !important;
}

.banner-buttons li:nth-child(2) a {
    background: transparent;
    border: 1px solid #fff !important;
}

.banner-boxes .col {
    background: #fff;
    padding: 25px 30px;
    box-shadow: 0 1px 20px 0 rgb(0 0 0 / 10%);
    border-radius: 2px;
    transition: all ease 0.5s;
    margin: 15px;
    cursor: pointer;
    min-height: 180px;
}

.banner-boxes .col:nth-child(1) {
    animation: boxes 1s ease-in-out;
}

.banner-boxes .col:nth-child(2) {
    animation: boxes 1.25s ease-in-out;
}

.banner-boxes .col:nth-child(3) {
    animation: boxes 1.5s ease-in-out;
}

.banner-boxes .col:nth-child(1),
.banner-boxes .col:nth-child(2),
.banner-boxes .col:nth-child(3) {
    position: relative;
}

.banner-boxes .col:nth-child(1):before,
.banner-boxes .col:nth-child(2):before,
.banner-boxes .col:nth-child(3):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
    transition: all ease 0.5s;
}

.banner-boxes .col:nth-child(1):before {
    background: #ff6565;
}

.banner-boxes .col:nth-child(2):before {
    background: #ffd11f;
}

.banner-boxes .col:nth-child(3):before {
    background: #7ab83e;
}

.banner-boxes .col:nth-child(1):hover:before,
.banner-boxes .col:nth-child(2):hover:before,
.banner-boxes .col:nth-child(3):hover:before {
    width: 0%;
}

.banner-boxes .col:nth-child(1):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #ff6565;
    top: 0;
    left: 0;
    transition: all ease 0.5s;
}

.banner-boxes .col:nth-child(1):hover:before {
    width: 0%;
}

.banner-boxes .col:hover {
    box-shadow: 6px 40px 30px -24px #00000069;
}

p.category {
    font: 14px/1.3;
    font-weight: 500;
    color: #3b3b3b;
    margin: 0px 0px 5px 0px;
}

p.title {
    font: 19px/1.3;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
    color: #000;
}

a.link {
    font: 15px/1.5;
    font-weight: 600;
    color: #1869cd;
    margin: 0px;
    text-decoration: none;
    cursor: pointer;
}

span.arrow-animation {
    display: inline-block;
    transition: all 0.3s ease-in-out;
    vertical-align: middle;
}

.link:hover .arrow-animation {
    transform: translateX(5px);
}

.resources-bg {
    padding: 100px 0px;
}

.resources {
    max-width: 1100px;
}

.resources .row {
    align-items: flex-start;
}

.three-col .col:nth-child(2) {
    margin: 0px 100px;
}

.resources h2 {
    text-align: center;
    margin: 0px auto 50px auto;
    max-width: 75%;
}

.resources h3 {
    font: 23px / 1.4;
    font-weight:600;
    text-align: left;
    margin: 0px 0px 5px 0px;
    position: relative;
    color: #000;
}

.footer p {
    font-size: 14px;
    margin: 0;
    padding: 10px 0px;
}

.foot-copy {
    color: #828282;
    margin: 10px 0 0;
    font-size: 15px !important;
    line-height: 1.6;
    text-align: center;
}


/*animation*/

.anim1,
.anim2,
.anim3,
.anim4,
.anim5,
.anim6 {
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
    transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
    -o-transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
    transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
    transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
}

.active-anim .anim1 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 200ms;
}

.active-anim .anim2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 400ms;
}

.active-anim .anim3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 600ms;
}

.active-anim .anim4 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 800ms;
}

.active-anim .anim5 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 1000ms;
}

.active-anim .anim6 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 1200ms;
}

@keyframes boxes {
    from {
        -webkit-transform: scale(.2);
        -ms-transform: scale(.2);
        transform: scale(.2);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease;
    }
    to {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        transition-delay: 0.2s;
    }
}


/*animation*/


/*thank you icon*/

* {
    padding: 0;
    margin: 0
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #3ab54a;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0px auto 20px auto;
    box-shadow: inset 0px 0px 0px #3ab54a;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none
    }
    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #3ab54a
    }
}

.sub-footer p {
    font-size: 13px;
}

.sdp-txt-cont {
    text-align: center;
}

.sdp-txt-cont h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.55;
    width: 75%;
    margin: 0 auto;
    padding: 30px 0 10px 0;
    text-align: center;
}


/*thank you icon*/

@media only screen and (max-width:1024px) {
    .banner>p {
        max-width: 100%;
    }
    ul.col-inner {
        flex-wrap: wrap;
    }
    ul.col-inner li:nth-child(1),
    ul.col-inner li:nth-child(2) {
        width: 100%;
    }
    .banner-boxes .col {
        padding: 50px 30px;
    }
    ul.col-inner li img {
        width: 130px;
        height: 130px;
        margin: 0px 0px 30px 0px;
    }
    .resources h2 {
        max-width: 90%;
    }
    .three-col .col:nth-child(2) {
        margin: 0px 50px;
    }
}

@media only screen and (max-width:768px) {
    .banner h1 {
        font-size: 33px;
    }
    .resources h2 {
        font-size: 26px;
    }
    .resources h3 {
        font-size: 21px;
    }
    .row {
        flex-wrap: wrap;
    }
    .row .col {
        flex-grow: inherit;
        flex-basis: inherit;
    }
    .banner-boxes .col {
        margin: 0px;
    }
    .banner-boxes .col:not(:last-child) {
        margin-bottom: 30px;
    }
    .three-col .col:nth-child(2) {
        margin: 0px 0px;
    }
}

@media only screen and (max-width:600px) {
    img.me-logo {
        width: 140px;
    }
    img.sdp-logo {
        width: 200px;
    }
    .banner>p {
        margin: 20px auto 30px auto;
    }
    ul.col-inner li img {
        width: 100px;
        height: 100px;
    }
    .resources .row .col:not(:last-child) {
        margin-bottom: 30px;
    }
}