/*****************************************************************************************/
/********                                                                        *********/
/********                       Global CSS Design Rules                          *********/
/********                                                                        *********/
/*****************************************************************************************/

body {
    height: auto;
    background-color: white;
}

p, h1, h2, h3, h4, h5, h6, li, label {
    font-family: 'Noto Sans', sans-serif;
}

strong {
    font-weight: 800;
}

ul {
    padding-left: 25px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #cccccc;
}

figcaption {
    line-height: 1.2rem;
}



a.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.hr-blue {
    border-top: 1px solid #00C0FF;
    background-color: #00C0FF;
    width: 240px;
    height: 5px
}

.red {
    color: #d14 !important;
    text-align: left !important;
}

.blue {
    color: #00CDE2;
}

.text-darkblue {
    color: #0F2E4A !important;
}

.text-blue {
    color: #0F2E4A !important;
}

.text-lightblue {
    color: #00C0FF !important;
}

.text-white {
    color: #FFFFFF !important;
}

.link-darkblue {
    color: #043C6F;
}

.link-lightblue {
    color: #1BADDD;
}

.ul-itskills-primary {
    border-left: 3px solid #119EDA;
    border-right: 3px solid #119EDA;
    border-radius: 30px;
    padding: 20px 40px;
}

.ul-itskills-primary li::marker {
    color: #119EDA;
    font-size: 25px;
}

.bg-gray {
    background-color: #f2f2f2 !important;
}

.text-disclaimer {
    font-size: 14px;
    text-align: justify;
}

.img-opacity {
    opacity: 0.8;
}

.cursor-pointer {
    cursor: pointer;
}

.float-right {
    float: right;
}

.position-relative {
    position: relative;
}

.title-section {
    font-size: 34px;
    color: #0F2E4A;
    font-weight: 800;
    margin-bottom: 5px;
}

.block-header {
    padding: 0 !important;
}

.course-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}


/*****************************************************************************************/
/********                                                                        *********/
/********                    Layout: Home > CSS Design Rules                     *********/
/********                                                                        *********/
/*****************************************************************************************/

#page-container {
}

#page-header {
    border-bottom: 1px solid #CCCCCC;
}

#page-header.bg-primary {
    background-color: #FFFFFF !important;
}

#page-header.bg-secondary {
    background-color: #033360 !important;
}

#page-container.page-header-glass.page-header-fixed #page-header {
    transition: none;
    will-change: background-color;
    box-shadow: 0 5px 10px rgba(0,0,0,.06) !important;
}

#sc-itskills-desktop-menu-locale {
    font-size: 11px;
    font-weight: 600;
    text-align: right;
}

#sc-itskills-desktop-menu-locale a:hover {
    color: #00A89C !important;
}

.icon-flag {
    width: 12px;
    height: 12px;
}

#sc-itskills-desktop-menu {
}

#nav-itskills-desktop-menu {
}


#img-itskills-header-logo {
    margin-top: 9px;
    margin-bottom: 9px;
}

#nav-itskills-desktop-menu .nav-main-link {
    font-size: 15px;
}

a.nav-main-link:hover {
    background-color: transparent;
    color: #00A89C !important;
}

#sc-itskills-mobile-menu {
    min-height: 60px;
    background-color: #033360;
}

#nav-itskills-mobile-menu:not(.mm-menu) {
    display: none;
}

#nav-itskills-mobile-menu a {
    font-size: 18px;
}

#btn-itskills-menu-dashboard {
    background-color: #FFD632;
    border-radius: 30px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 800;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}


#main-container {
    margin-top: 85px;
}


#page-footer {
    height: 180px;
    background-color: #002045;
}

#page-disclaimers {
    height: auto;
    background-color: #262626;
}

#sc-itskills-footer-collaborators {
}

#sc-itskills-footer-social{
}

#sc-itskills-footer-copyright {
}

#sc-itskills-footer-disclaimers {
}

#btn-itskills-to-top {
    z-index: 2;
}


/*****************************************************************************************/
/********                                                                        *********/
/********                    View: Home Page > CSS Design Rules                  *********/
/********                                                                        *********/
/*****************************************************************************************/

#sc-itskills-hero {
    background: url("/assets/images/backgrounds/bg-itskills-hero-boy.png") center center no-repeat;
    background-size: cover;
    background-position-y: top;
    transition: background-image 1s ease-in-out;
}

#sc-itskills-hero-title {
}

#h-itskills-hero-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    color: #FFFFFF;
}

#sc-itskills-hero-claim {
}

#h-itskills-hero-claim {
    font-family: 'Unbounded', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.6;
}

#sc-itskills-hero-badges {
}

#sc-itskills-hero-badges p {
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
}

#sc-itskills-hero-badges div.flex-column {
    width:100px;
}

#sc-itskills-hero-badges div.flex-column img {
    width:70%;
}

#btn-itskills-hero {
    width: 190px;
    height: 40px;
    background: #FFFFFF;
    border: 0.8px solid #FFFFFF;
    border-radius: 32.5px;
    font-family: 'Unbounded', sans-serif;
    font-size: 18px;
    color: #0F2E4A;
}



#sc-itskills-info {
}

#h-itskills-info {
    font-family: 'Unbounded', sans-serif;
    font-size: 34px;
    font-weight: 800;
    color: #163059;
}

.p-itskills-info {
}


#sc-itskills-benefits {
}

#h-itskills-benefits {
    font-family: 'Unbounded', sans-serif;
    font-size: 24px;
    color: #163059;
    font-weight: 800;
}

.p-itskills-benefits {

}


#sc-itskills-catalog {
    background: url("/assets/images/backgrounds/bg-itskills-left-circles.png") left center no-repeat, 
                url("/assets/images/backgrounds/bg-itskills-right-circles.png") right center no-repeat;
    background-size: 20% auto, 20% auto;
    height: max-content;
}

#h-itskills-catalog-courses {
    font-family: 'Unbounded', sans-serif;
    font-size: 20px;
    color: #043C6F;
    font-weight: 800;
}

#h-itskills-catalog-exams {
    font-family: 'Unbounded', sans-serif;
    font-size: 20px;
    color: #043C6F;
    font-weight: 800;
}

#btn-itskills-catalog-registration {
    background-color: #FFD632;
    border-radius: 30px;
    padding: 8px 45px;
    font-family: 'Unbounded', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #0F2E4A;
    text-align: center;
}


#sc-itskills-contact {
}

#h-itskills-contact {
    font-family: 'Unbounded', sans-serif;
    font-size: 24px;
    color: #00C0FF;
    font-weight: 800;
}

.p-itskills-contact {
    font-size: 20px;
}


#sc-itskills-banner-tagline {
    background-image: url("/assets/images/backgrounds/bg-itskills-claim.png");
    background-size: cover;
    height: max-content;
}

#h-itskills-banner-tagline {
    font-family: 'Unbounded', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #FFFFFF;
    text-align: center;
}


#sc-itskills-courses {
}

#btn-itskills-courses-more {
    background-color: #FFD632;
    border: 1px solid #FFD632;
    border-radius: 20px;
    padding: 10px 30px;
    margin-bottom: 20px;
    color: #0F2E4A;
    text-transform: uppercase;
    font-weight: bolder;
}


#sc-itskills-banner-registration {
    background-color: #033360;
}

#btn-itskills-banner-registration {
    position: absolute;
    top: -35px;
    width: auto;
    background-color: #FFD632;
    border-radius: 20px;
    font-family: 'Unbounded', sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #0F2E4A;
    text-align: center;
}

#h-itskills-banner-registration {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}

#sc-itskills-prtests-banner {
    background-image: url("/assets/images/backgrounds/bg-itskills-claim.png");
    background-size: cover;
    height: max-content;
}

#h-itskills-prtests-banner {
    font-family: 'Unbounded', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #FFFFFF;
    text-align: center;
}

.p-itskills-prtests-banner {
    font-style: italic;
}

#sc-itskills-prtests-info {
}

.p-itskills-prtests-info {
    color: #191919;
}

#h-itskills-prtests-info {
    font-family: 'Unbounded', sans-serif;
    font-size: 18px;
    color: #00C0FF;
    font-weight: 800;
}

#sc-itskills-keypoints {
    border-top: 20px solid #002045;
}

#h-itskills-keypoints {
    font-family: 'Unbounded', sans-serif;
    font-size: 25px;
    font-weight: 800;
    color: #01B0EE;
}

.sc-itskills-keypoints-badge {
    width: 250px;
    text-align: center;
    padding-bottom: 20px;
}

.p-itskills-keypoints-badge {
    font-size: 18px;
}

.p-itskills-keypoints-annotation {
    font-size: 14px;
}

#p-itskills-claim {
    font-size: 35px;
}

#dropdown-providers, #dropdown-course {
    width: 450px;
    height: 41px;
    border-radius: 20px;
    border-color: #1BADDD !important;
}

#dropdown-course {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s-filter-provider, .s-filter-course {
    max-height: 360px;
    overflow: auto;
}

.o-filter-course, .o-filter-provider {
    margin-bottom: 0rem;
    border-radius: 0;
    font-size: 14px;
    border-bottom: 1px solid #e1dede;
    width: 425px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.a-itskills-course-block {
    color: #495057;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.a-itskills-course-block:hover {
    background-color: #e4f4fc;
    border-radius: 25px !important;
    opacity: 1 !important;
}

.a-itskills-course-block:hover .btn-itskills-course-block {
    background-color: #084D7C;
    border: 1px solid #084D7C;
    color: #FFFFFF;
}

.p-itskills-course-block-title {
    color: #084D7C;
    font-size: 22px;
    line-height: 1.2;
    min-height: calc(1.2em * 2);
    font-weight: 800;
    padding-bottom: 5px;
}

.sc-itskills-course-block-contents {
    height: 200px;
}


.p-itskills-course-block-description {
    font-size: 0.90rem;
    text-align: justify;
}


.btn-itskills-course-block {
    background-color: #e4f4fc;
    border: 1px solid #e4f4fc;
    border-radius: 20px;
    padding: 10px 30px;
    margin-bottom: 20px;
    color: #084D7C;
    text-transform: uppercase;
}

.btn-itskills-course-block:hover {
    background-color: #084D7C;
    border: 1px solid #084D7C;
    color: #FFFFFF;
}


#h-itskills-registration-title {
    font-size: 34px;
    color: #0F2E4A;
    font-weight: 700;
    margin-bottom: 5px;
}

#p-itskills-registration-description {
}

#sc-itskills-registration-warning, #sc-itskills-invitation-warning {
    display: none;
}




/*****************************************************************************************/
/********                                                                        *********/
/********                 View: Program Registration > CSS Design Rules          *********/
/********                                                                        *********/
/*****************************************************************************************/
label, textarea, input, button {
    font-size: 0.95rem !important;
}

.form-group-info {
    height: 20px;
}

.form-control {
    display: block !important;
    border: #5a94cf 1px solid !important;
    font-size: 0.90rem !important;
    border-radius: 0px !important;
    width: 100% !important;
    height: 34px !important;
    padding: 6px 10px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    line-height: 20px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 4px !important;
}

.d-hidden {
    display: none;
}

.bradius-0 {
    border-radius: 0 !important;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 0 solid transparent;
    border-radius: 0.25rem;
}

.alert-danger {
    color: #74290e !important;
    background-color: #f9dcd1 !important;
    border-color: #f6cebf !important;
}

.invalid-feedback, .valid-feedback {
    margin-top: 0;
}

label.error {
    height: 10px;
}

select.error, textarea.error, input.error {
    border: 2px solid #a94442 !important;
    color: #a94442 !important;
}

select.error, textarea.error, input.error, select.error + span > span > span {
    border: 2px solid #a94442 !important;
    color: #a94442 !important;
}

#btn-itskills-registration, #btn-itskills-invitation {
    background-color: #FFD632;
    border-radius: 30px;
    font-size: 20px;
    text-transform: uppercase;
    color: #0F2E4A;
    font-weight: 600;
    padding: 10px 35px;
}

#btn-itskills-dashboard {
    background-color: #FFD632;
    border-radius: 20px;
    padding: 8px 45px;
    font-family: 'Unbounded', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #002649;
    text-align: center;
}

.sc-itskills-registration-buttons {
    display: flex;
    justify-content: center;
    align-items: flex-start
}



/*****************************************************************************************/
/********                                                                        *********/
/********                    View: Course Info > CSS Design Rules                *********/
/********                                                                        *********/
/*****************************************************************************************/
#sc-itskills-course-hero {
    background-image: url('/assets/images/backgrounds/bg-itskills-course-hero.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 350px;
}

#h-itskills-course-hero-title {
    font-family: 'Unbounded', sans-serif;
    font-weight: 800;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 1.25;
    min-height: calc(1.25em * 2);
    display: flex;
    align-items: center;
    white-space: pre-wrap;
    text-align: center;
    justify-content: center;
}


#btn-itskills-course-hero-registration {
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 8px 45px;
    font-family: 'Unbounded', sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #0F2E4A;
    text-align: center;
}

#sc-itskills-course-features {
    background: #FFFFFF;
}


#sc-itskills-course-features-block {
    background: #FFFFFF;
    border: 1px solid #00C0FF;
    border-radius: 55px;
    font-size: 19px;
}

#sc-itskills-course-features-block p {
    line-height: 1.4rem;
}


#sc-itskills-course-contents {
    background: #FFFFFF;
}

#sc-itskills-course-contents p {
    text-align: justify;
    margin-bottom: 15px;
}

.p-itskills-course-contents-title {
    color: #0F2E4A;
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.p-itskills-course-contents-description {
}

.ul-itskills-course-syllabus {
    list-style-type: none;
    border-left: 7px solid #80C8C3;
    border-radius: 7px;
    padding-left: 13px;
    margin-bottom: 30px;
    line-height: 30px;
}

.ul-itskills-course-objectives {
    list-style-image: url("/assets/images/icons/shapes/icon-arrow-course.png");
    line-height: 30px;
}


.ul-itskills-course-objectives li::marker {
    width: 10px;
}

#sc-itskills-course-partnership {
    background-color: #0F2E4A;
    border-radius: 20px;
}


#sc-itskills-course-footer {
    background: linear-gradient(180deg, #E9ECEF 0%, rgba(241, 244, 247, 0) 100%);
}

#l-itskills-course-footer {
    background: #007E75;
    border-radius: 29px;
    width: 300px;
}

#p-itskills-course-footer {
}

/*****************************************************************************************/
/********                                                                        *********/
/********                 View: Exams Info > CSS Design Rules                    *********/
/********                                                                        *********/
/*****************************************************************************************/
#sc-itskills-exams-header {
    background-image: url("/assets/images/backgrounds/bg-itskills-claim.png");
    background-size: cover;
    height: max-content;
}

#sc-itskills-exams-contents {
}
.search-input-exams {
    background-image: url(/assets/images/icons/exams/icon-search.png) !important;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 25px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-left: 0px;
    margin-right: 0px;
    height: 48px !important;
    border-radius: 10px !important;
}
.twitter-typeahead{
    width:100%;
}

#d-filter-exams > div > label {
    font-weight: 400;
    font-size: 0.75rem !important;
}

.a-itskills-certification-block {
    border-radius: 15px;
    padding: 10px 20px;
    margin-left: 5px;
    margin-right: 5px;
    width: 415px;
    height: 215px;
}
.ah-itskills-certification-block {
    border-radius: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.p-itskills-certification-block-headline {
    font-size: 16px;
    border-bottom: 2px solid #495057;
    line-height: 20px;
    height: 70px;
    align-content: end;
}

.d-itskills-certification-block-description {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #f2f2f2;
    border-radius: 15px;
    box-shadow: 3px 7px 20px #ccc;
}


    .d-itskills-certification-block-description p {
        font-size: 14px;
    }
.d-itskills-certification-block-headline {
    display: flex;
    justify-content: space-between;
}
.d-itskills-certification-block-footer {
    display: flex;
    justify-content: space-between;
    background-color: #ECEBEB
}
.btn-itskills-certification-block {
    border-radius: 10px;
    border: 1px solid #0F2E4A;
    font-size: 13px;
    margin-top: 10px;
    background-color: #0F2E4A;
    width: 140px;
}

.tt-highlight {
    background-color: lightyellow;
    font-weight: inherit;
}

@media (max-width: 1080px) {
    .a-itskills-certification-block {
        width: 400px;
    }
}

@media (max-width: 576px) {

    .s-filter-provider, .s-filter-course {
        width: 90%;
    }

    #dropdown-providers, #dropdown-course {
        width: 100%;
    }

    .filter-programs-section {
        height: 0px;
        display: none;
    }
    .filter-program-section-action {
        height: inherit; 
        display: block;
    }
    .filter-btn {
        border: 1px solid black;
        width: 80%;
        margin-bottom: 20px;
    }
    .d-itskills-certification-block-headline {
        flex-direction: column;
        align-items: center;
    }
    .d-itskills-certification-block-footer {
        flex-direction: column;
        align-items: center;
        background-color: inherit;
    }
    .btn-itskills-certification-block {
       font-size: 18px;
       width: 300px;
    }
}



/*****************************************************************************************/
/********                                                                        *********/
/********                   Media Querys > CSS Design Rules                      *********/
/********                                                                        *********/
/*****************************************************************************************/
@media (max-width: 1024px) {
    #nav-itskills-desktop-menu .nav-main-link {
        font-size: 11px;
    }

}
@media (max-width: 992px) {
    #page-header {
        height: 70px !important;
    }
    #main-container {
        margin-top: 110px;
    }
 }
@media (max-width: 576px) {

    #main-container {
        margin-top: 74px;
    }

    #sc-itskills-hero {
        height: auto;
        background: url("/assets/images/backgrounds/bg-itskills-hero-boy-mobile.png") center center no-repeat;
        background-color: #084d7c;
        background-position: top;
    }

    #h-itskills-hero-title {
        font-size: 56px;
        line-height: 56px;
    }

    #h-itskills-hero-claim {
        font-size: 14px;
    }

    #sc-itskills-hero-badges div.flex-column {
        width: 33%;
    }

    #sc-itskills-hero-badges div.flex-column img {
        width:50%;
    }

    #sc-itskills-catalog {
        background: none;
    }

    .sc-itskills-registration-buttons {
        align-items: center;
        flex-direction: column;
    }


    #h-itskills-registration-title {
        font-size: 24px;
    }

    .sc-itskills-course-block-contents {
        height: auto;
    }

    .p-itskills-course-block-header {
        font-size: 20px;
    }

    .title-section {
        text-align: center;
    }

    #sc-itskills-course-hero {
        min-height: 250px;
    }

    #h-itskills-course-hero-title {
        font-size: 24px;
    }

    #page-footer {
        background-color: #002045;
        height: 290px;
    }

    #page-disclaimers {
        height: auto;
        font-size: 0.8rem;
    }

    
}


/*****************************************************************************************/
/********                                                                        *********/
/********                Plugin: JS Slider > CSS Design Rules                    *********/
/********                                                                        *********/
/*****************************************************************************************/


.slick-slider .slick-next, .slick-slider .slick-prev {
    width: 25px;
    background-color: transparent;
}

    .slick-slider .slick-next:hover, .slick-slider .slick-prev:hover {
        width: 25px;
        background-color: transparent;
    }

    .slick-slider .slick-next::before, .slick-slider .slick-prev::before {
        font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Pro';
        font-weight: 600;
        font-size: 48px;
        line-height: 48px;
        color: #163059;
    }

.slick-slider .slick-prev {
    left: 0;
    top: 40%;
}

.slick-slider .slick-next {
    right: 0;
    top: 40%;
}


/*****************************************************************************************/
/********                                                                        *********/
/********                Plugin: MobileMenu > CSS Design Rules                   *********/
/********                                                                        *********/
/*****************************************************************************************/
.mm-menu {
    --mm-color-background: #033360;
    --mm-color-text: white;
    --mm-color-button: gray;
}

.mm-listitem {
    border-color: gray !important;
}

.mm-listitem__text .fa {
    width: 30px;
    text-align: center;
}

.mm-navbar {
    border-color: gray !important;
}

.mm-navbars_top .mm-navbar:not(:last-child) {
    border-bottom: none;
    width: 50%;
    padding-left: 20px;
    padding-top: 10px;
}

.mburger {
    width: 80px;
    height: 50px !important;
    color: white !important;
    --mb-bar-height: 3px;
    --mb-animate-timeout: 0.1s;
}

.mburger:hover {
    color: white;
}

.btn-dual:hover {
    background-color: #d1d9ea00 !important;
    border-color: #d1d9ea00 !important;
}

.mm-listview {
    padding-left: 0px !important;
}


/*****************************************************************************************/
/********                                                                        *********/
/********                Plugin: BackToTop > CSS Design Rules                    *********/
/********                                                                        *********/
/*****************************************************************************************/

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #ffd632 url("/assets/images/icons/buttons/icon-arrow-top.svg") no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: .8;
}


.no-touch .cd-top:hover {
    background-color: #0F2E4A;
    opacity: 1;
}

@media only screen and (min-width: 767px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 20px;
        bottom: 20px;
    }
}


