.wit-footer {
    border-top: solid 0.5px #dddddd;
    border-bottom: solid 0.5px #dddddd;
    background-color: #f7f7f7;
}

.wit-footer-pdTB40 {
    padding: 30px 80px;
}

.wit-footer-pdTB60 {
    padding: 48px 80px 36px;
}

.wit-footer-lg {
    display: block;
}

.wit-footer-sm {
    display: none;
}

.widget-list li a:hover {
    text-decoration: underline;
}

a.wit-footer-link {
    color: #21262b;
    transition: 300ms;
    text-decoration-color: #dddddd !important;
    font-weight: 400;
    font-size: 14px;
}

a.wit-footer-link:hover {
    text-decoration: underline;
    text-decoration-color: #dddddd !important;
    text-underline-position: under;
    text-underline-offset: 2px;
}

.widget-footer-list li {
    margin-bottom: 4px;
}

.wit-footer .wit-footer-sm .wit-footer-collapse[aria-expanded="false"]::before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f067";
    padding-right: 5px;
}

.wit-footer .wit-footer-sm .wit-footer-collapse[aria-expanded="true"]::after {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.wit-footer .wit-footer-sm .wit-footer-collapse:hover,
.wit-footer .wit-footer-sm .wit-footer-collapse:active,
.wit-footer .wit-footer-sm .wit-footer-collapse:focus {
    text-decoration: none;
}

.wit-footer .wit-footer-sm a:hover,
.wit-footer .wit-footer-sm a:focus {
    text-decoration: none;
}

.card-block {
    padding: 0 1.3rem;
}

.card-block .widget-list li {
    margin-bottom: 4px;
}

.wit-email-link {
    color: #21262b;
    text-decoration: underline;
}

.wit-footer-social-link {
    float: right;
}

.wit-footer-social-link .wit-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #21262b;
    border-radius: 15px;
    margin-left: 6px;
    padding: 1px 8px;
}

.wit-footer-social-link a:hover {
    text-decoration: none;
}

.wit-footer-social-link .wit-social-link {
    color: #ffffff;
    font-family: Inter;
    font-size: 14px;
}

.wit-footer-social-link .wit-facebook-link:hover {
    background-color: rgb(24, 119, 242);
    color: #ffffff;
}

.wit-footer-social-link .wit-linkedin-link:hover {
    background-color: #0A66C2;
    color: #ffffff;
}

.wit-footer-social-link .wit-twitter-link:hover {
    background-color: rgb(29, 161, 242);
    color: #ffffff;
}

.wit-footer-social-link .wit-instagram-link:hover {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    color: #ffffff;
}

.wit-footer-social-link .wit-youtube-link:hover {
    background-color: #f00;
    color: #ffffff;
}

.wit-footer-social-link .wit-whatsapp-link:hover {
    background-color: #05e676;
    color: #ffffff;
}

.wit-footer-copyright {
    display: flex;
}

.wit-footer-linking a {
    margin-right: 30px;
}

.wit-footer-linking a:first-child {
    margin-left: 40px;
}

.wit-footer-linking a:last-child {
    margin-right: 0px;
}

.wit-footer-copyright-link {
    float: right;
}

.wit-footer-collapse {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wit-footer-collapse:last-child {
    padding-bottom: 0px;
}

.wit-footer-collapse:last-child {
    padding-top: 0px;
}

.wit-subscription {
    display: flex;
    float: right;
}

.wit-subscription-input {
    min-width: 360px;
    height: 48px;
    padding: 14px 20px;
    background-color: rgba(141, 141, 141, .2);
    border: solid 1px #cdd2d8;
    font-family: Inter;
    font-size: 14px;
    color: #21262b;
    border-top-left-radius: 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 2px;
}

.wit-subscription-input:focus {
    border: solid 1px #2ea2f8;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-subscription-footer {
    height: 48px;
    padding: 12px 24px;
    background-color: #2a2e7a;
    border-color: #2a2e7a;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    border-top-left-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0px;
}

.btn-subscription-footer:hover,
.btn-subscription-footer:not(:disabled):not(.disabled).active,
.btn-subscription-footer:not(:disabled):not(.disabled):active,
.show>.btn-subscription-footer .dropdown-toggle {
    color: #ffffff;
    background-color: #131761;
    border-color: #131761;
}



/* ========= ADD More CSS ======= */

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: blue;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

@media screen and (max-width: 799px) {
    .wit-footer-pdTB40 {
        padding: 40px 24px !important;
    }

    .wit-footer-pdTB60 {
        padding: 40px 24px !important;
    }

    .wit-footer-copyright {
        display: inline-block !important;
    }

    .wit-footer-linking {
        margin-top: 20px !important;
    }

    .wit-footer-linking a:first-child {
        margin-left: 0px !important;
    }

    .wit-footer-copyright-link {
        float: none !important;
        margin-top: 20px;
    }

    .wit-footer-copyright-link {
        float: none !important;
    }

    .wit-subscription {
        display: block !important;
    }

    .wit-subscription-input {
        border-radius: 2px !important;
    }

    .btn-subscription-footer {
        border-radius: 2px !important;
        margin-top: 20px;
        width: 100% !important;
    }
}

@media screen and (max-width: 719px) {
    .wit-footer-lg {
        display: none !important;
    }

    .wit-footer-sm {
        display: block !important;
    }

    .wit-footer-social-link {
        float: none !important;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1280px) {
    .wit-footer-copyright {
        display: inline-block !important;
    }

    .wit-footer-linking a:first-child {
        margin-left: 0px !important;
        margin-top: 20px !important;
    }

    .wit-subscription {
        float: none !important;
    }
}
.overlay-slide{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #00000080;
    z-index: 0;
}


.slide-out {
    background-color:#0276A5 !important;
    color: #fff;
    position: fixed;
    width: 400px;
    top: 0;
    /* transform: translateY(-90%); */
    left: -400px;
    height: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    z-index: 5000;
    overflow: auto;
  }

  
  .slide-out-content {
   
    padding: 20px;
  }
  .slide-out-content h3{
    font-size: 20px;
  }

  .slide-out-content button{
    width: 150px;
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 15px;
  }

  .slide-out-content hr{
    background-color: #ffffff70;
    margin: 30px 0;
  }

  .triangle-element.cus_adjustment{
    display: flex;
    align-items: end;
    justify-content: flex-end;
    background: conic-gradient(at 100% 0%, transparent 135deg, #000025f0 0, #0000253d 225deg, transparent 0) !important;
    left: unset!important;
    right: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
  }
  .triangle-element.cus_adjustment svg{
    width: 40%;
    margin: 8px;
  }

  .triangle-element {
    width: 80px;
    height: 80px;
    cursor: pointer;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 1000000;
    background: conic-gradient(at 0% 50%,transparent 135deg, #000025 0, #000025 225deg, transparent 0);
}

@media(max-width: 991px){
    .cookiePop{
        left: -100%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 70%;
        transition: all .5s linear;
        border-radius: 16px;
        width: 90%;
        height: 60%;
    }
    .cookiePop .slide-out-content button{
        background: #fff;
        width: -webkit-fill-available;
        margin-right: 0;
        margin-bottom: 16px;
    }
}