/*-----------------------------------------------------------------------------------
    Template Name: Template Name
	Template URI: https://bdcoder.com
	Author: bdCoder
	Author URI: https://bdcoder.com/
	Version: 1.0

    Note: This is Main Style File.
-----------------------------------------------------------------------------------
	CSS INDEX
	===================
    01. Common
    02. NAVBAR
    03. HOME SECTION
    04. @media queries
    05. HOME BANNER
-----------------------------------------------------------------------------------*/

/*=======  COMMON CSS  =======*/

/*== GOOGLE FONT ==*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:focus {
    outline: none;
}

body {
    font-family: "Inter", serif;
    background-color: #f4f6fa;
    width: 100%;
    text-align: left;
}

h1 {
    font-family: "Inter", serif;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}
a{text-decoration:none;}
a:hover{text-decoration:none;}
h2 {
    font-size: 20px;
    font-weight: bold;
}
.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 0;
    -webkit-text-fill-color: #000000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

/*== START NAVBAR SECTION ===*/
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
}

.navbar {
    padding: 5px 0;
}

.navbar-brand img {
    height: 35px;
}

.navbar-nav .nav-item {
    margin-right: 20px;
    margin-left: 0;
}

.nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.nav-link:hover,
.nav-link:active,
.nav-link.active {
    color: #ddd;
}

.navbar-nav .fa {
    margin-right: 5px;
    color: #fff;
}

.dropdown-menu {
    box-shadow: 4px 2px 5px 3px rgba(82, 82, 83, 0.2);
}

.dropdown-item {
    font-size: 13px;
}

.dropdown-divider {
    background: #f4f6fa;
}

.btn-outline-light {
    font-size: 13px;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.btn-primary {
    background: #6659ff;
    border: 1px solid #6659ff;
    transition: 0.3s;
}
.btn-primary:hover {
    background: transparent;
    color: #6659ff;
}
.btn-outline-light:hover i {
    color: #000;
}

.fa-bars {
    color: #fff;
    padding-left: 2px;
}

.navbar-toggler {
    border-color: #fff;
}

/*== END NAVBAR SECTION ===*/

/*== start home SECTION ===*/
.ad {
    width: 50%;
    height: 90px;
    margin: auto;
    background-color: #ddd;
    text-align: center;
    line-height: 90px;
    font-size: 50px;
    color: #888;
    margin-top: 30px;
}

.ad1 {
    width: 70%;
    height: 280px;
    margin: auto;
    background-color: #ddd;
    text-align: center;
    line-height: 280px;
    font-size: 50px;
    color: #888;
    margin-top: 30px;
    margin-bottom: 50px;
}

.imageuploadify .imageuploadify-images-list span.imageuploadify-message-home {
    font-size: 50px;
    padding: 10px;
    display: inline-block;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 0;
    color: #161c40;
}

.imageuploadify .imageuploadify-images-list button.btn-default-home {
    display: block;
    border-radius: 1em;
    margin: 25px auto;
    width: 100%;
    max-width: 300px;
    background-color: #3264F5;
    color: #fff;
}

.imageuploadify .imageuploadify-images-list img:hover {
    animation: animationFrames linear 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
}

@keyframes animationFrames {
    0% {
        transform: rotate(0deg) scaleX(1) scaleY(1);
    }
    10% {
        transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
    }
    20% {
        transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
    }
    30% {
        transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
    40% {
        transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
    }
    50% {
        transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
    60% {
        transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
    }
    70% {
        transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
    80% {
        transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
    }
    90% {
        transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
    100% {
        transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
}

@-moz-keyframes animationFrames {
    0% {
        -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
    }
    10% {
        -moz-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
    }
    20% {
        -moz-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
    }
    30% {
        -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
    40% {
        -moz-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
    }
    50% {
        -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
    60% {
        -moz-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
    }
    70% {
        -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
    80% {
        -moz-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
    }
    90% {
        -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
    100% {
        -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
    }
    10% {
        -webkit-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
    }
    20% {
        -webkit-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
    }
    30% {
        -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
    40% {
        -webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
    }
    50% {
        -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
    60% {
        -webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
    }
    70% {
        -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
    80% {
        -webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
    }
    90% {
        -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
    100% {
        -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
}

@-o-keyframes animationFrames {
    0% {
        -o-transform: rotate(0deg) scaleX(1) scaleY(1);
    }
    10% {
        -o-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
    }
    20% {
        -o-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
    }
    30% {
        -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
    40% {
        -o-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
    }
    50% {
        -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
    60% {
        -o-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
    }
    70% {
        -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
    80% {
        -o-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
    }
    90% {
        -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
    100% {
        -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
}

@-ms-keyframes animationFrames {
    0% {
        -ms-transform: rotate(0deg) scaleX(1) scaleY(1);
    }
    10% {
        -ms-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
    }
    20% {
        -ms-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
    }
    30% {
        -ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
    40% {
        -ms-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
    }
    50% {
        -ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
    60% {
        -ms-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
    }
    70% {
        -ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
    80% {
        -ms-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
    }
    90% {
        -ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
    100% {
        -ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
    }
}

/*== end home SECTION ===*/

/*== START DELETE,PRIVACY & TERMS SECTION ===*/

.header {
    text-align: center;
    padding: 35px;
}

.container ol li {
    margin-left: 40px;
}

.container ul li {
    margin-left: 40px;
}

.bdf-bg-banner{
    position: relative;
    background: linear-gradient(to right, #3264F5 2%, #7202BB 82%);

}



.bd-list-flex {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.bd-d-lg-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bd-more-btn{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 21px;
    transition: all 0.35s ease 0s;
}

.bd-more-btn:hover{
    counter-reset: #3264F5;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.help_center_content .sub_category_list li:hover a.bd-list-flex{
    color: #3264F5 !important;
}

/*== END DELETE,PRIVACY & TERMS SECTION ===*/

/*== Contact Section ==*/

.contact-details .section-content {
    background: #fff;
    padding: 30px;
}

.contact-details .title {
    display: inline-block;
    font-size: 36px;
    font-weight: 600;
    margin: 30px 30px;
    padding-bottom: 24px;
    position: relative;
    text-transform: uppercase;
}

.contact-details .title span {
    color: #3264F5;
}

.contact-details .title:after {
    background-color: #3264F5;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.form-row .form-group input.form-control {
    background-color: #fbfbfb;
    border: 1px solid #eee;
    font-size: 16px;
    font-weight: 500;
    height: 56px;
    letter-spacing: 0.6px;
    padding-bottom: 10px;
}

.form-row textarea.form-control {
    background-color: #fbfbfb;
    border: 1px solid #eee;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    padding: 22px;
}

.form-row .btn.btn-theme {
    background-color: #3264F5;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 0;
    padding: 12px 24px;
    text-transform: uppercase;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.form-row .btn.btn-theme:hover {
    background-color: #3264F5;
    border: 1px solid #eeeeee;
    color: #ffffff;
}

.contact-details .service-item.style-1 {
    padding: 18px 24px;
    border: 1px solid #eee;
    background-color: #fbfbfb;
    margin-bottom: 30px;
}

.contact-details .service-item.style-1 .content {
    padding-left: 1em;
}

.contact-details .service-item.style-1 .content h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.content h5 a {
    text-decoration: none;
    color: #000;
}

.contact-details .service-item.style-1 i {
    background-color: #3264F5;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    font-size: 30px;
    height: 60px;
    line-height: 54px;
    margin-right: 20px;
    text-align: center;
    width: 60px;
}

.contact-details .service-item.style-1 .service-icon {
    float: left;
}

.contact-details .form-row .btn.btn-theme {
    background-color: #3264F5;
    color: #fff;
    display: inline-block;
    width: auto;
}

.contact-details .form-row .btn.btn-theme:hover {
    background-color: #3264F5;
    border-color: #161c40;
    color: #fff;
}

.map iframe {
    margin-bottom: -6px;
    border: 0;
    width: 100%;
}

/*== end contact SECTION ===*/

@media only screen and (max-width: 480px) {
    .contact-in:nth-child(1) {
        flex: 50%;
    }

    .contact-in:nth-child(2) {
        flex: 50%;
    }

    .contact-in:nth-child(3) {
        flex: 100%;
    }
}

@media only screen and (max-width: 360px) {
    .contact-in:nth-child(1) {
        flex: 50%;
    }

    .contact-in:nth-child(2) {
        flex: 50%;
    }

    .contact-in:nth-child(3) {
        flex: 100%;
    }
}

/*== start uploader SECTION ===*/
.mt-150 {
    margin-top: 150px;
}

.imageuploadify {
    position: relative;
    width: 100%;
    margin: auto;
    display: flex;
    padding: 0;
    flex-direction: column;
    text-align: center;
    color: #000;
}

.imageuploadify .imageuploadify-overlay {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    flex-direction: column;
    top: 0;
    left: 0;
    display: none;
    font-size: 7em;
    text-align: center;
    pointer-events: none;
}

.imageuploadify .imageuploadify-overlay i {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.imageuploadify .imageuploadify-images-list {
    display: inline-block;
}

.imageuploadify .imageuploadify-images-list img {
    display: block;
    width: 150px;
    margin: auto;
    padding-bottom: 12px;
}

.imageuploadify .imageuploadify-images-list span.imageuploadify-message {
    font-size: 24px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px;
    display: inline-block;
}

.imageuploadify .imageuploadify-images-list button.btn-default {
    display: block;
    border-radius: 1em;
    margin: 25px auto;
    width: 100%;
    max-width: 500px;
    background-color: #3264F5;
    color: #fff;
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1em;
    float: left;
    border-radius: 12px;
    box-shadow: 0 0 4px 0 #888;
}

.imageuploadify
    .imageuploadify-images-list
    .imageuploadify-container
    button.btn-danger {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    font-size: 10px;
    line-height: 1.42;
    padding: 2px 0;
    text-align: center;
    z-index: 3;
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container img {
    height: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.imageuploadify
    .imageuploadify-images-list
    .imageuploadify-container
    .imageuploadify-details {
    position: absolute;
    top: 0;
    padding-top: 20px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background-image: linear-gradient(
        to left,
        rgba(242, 5, 5, 0.5) 0%,
        rgba(242, 5, 5, 0.5) 100%
    );
    z-index: 2;
    opacity: 0;
}

.imageuploadify
    .imageuploadify-images-list
    .imageuploadify-container
    .imageuploadify-details
    span {
    display: block;
}

.imageuploadify .imageuploadify-images-list span.text {
    font-size: 20px;
    font-weight: 400;
    color: #161c40;
}

/*== end uploader SECTION ===*/

/*==========================
      SIGN-IN SECTION
===========================*/
/*===== BASE =====*/
*,
::before,
::after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/*===== LOGIN =====*/

.bdf-bg-area {
    background:  linear-gradient(to right, #3264F5 2%, #7202BB 82%);
    position: relative;
}

.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .4;
}

.login {
    display: grid;
    grid-template-columns: 100%;
    height: 100vh;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.login__content {
    display: grid;
}

.login__img {
    justify-self: center;
    background-color: #f2f2f2;
    box-shadow: 0 8px 20px rgba(35, 0, 77, 0.2);
}

.login__img img {
    width: 310px;
    margin-top: 1.5rem;
}

.login__forms {
    position: relative;
    height: 368px;
}

.login__input {
    border: none;
    outline: none;
    background: none;
    font-size: 14px;
}

.login__registre,
.login__create {
    position: absolute;
    bottom: 1rem;
    width: 100%;
    background-color: #f2f2f2;
    padding: 2rem 1rem;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 8px 20px rgba(35, 0, 77, 0.2);
    animation-duration: 0.4s;
    animation-name: animate-login;
}

@keyframes animate-login {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}

.login__title {
    font-size: 34px;
    margin-bottom: 2rem;
    color: #161c40;
}

.login__box {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 0.5rem;
    padding: 1.125rem 1rem;
    background-color: #fff;
    margin-top: 1rem;
    border-radius: 0.5rem;
}

.login__icon {
    font-size: 1.5rem;
    color: #3264F5;
}

.login__forgot {
    display: block;
    width: max-content;
    margin-left: auto;
    margin-top: 0.6rem;
    font-weight: 600;
    color: #a49eac;
    font-size: 14px;
}

.login__button {
    display: block;
    padding: 1rem;
    margin: 1.5rem 0;
    background-color: #3264F5;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 0.5rem;
    transition: 0.3s;
    width: 100%;
    cursor: pointer;
    border: none;
}

.login__button:hover {
    color: #cccccc;
    text-decoration: none;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.login__account,
.login__signin,
.login__signup {
    font-weight: 600;
}

.login__account {
    color: #161c40;
}

.login__signin,
.login__signup {
    color: #3264F5;
    cursor: pointer;
}

.login__signin:hover,
.login__signup:hover {
    text-decoration: underline;
}

.login__social {
    margin-top: 2rem;
}

.login__social-icon {
    font-size: 1.5rem;
    color: #3264F5;
    margin: 0 1.5rem;
}

.login__social-icon:hover {
    color: #161c40;
}

/*Show login*/
.block {
    display: block;
}

/*Hidden login*/
.none {
    display: none;
}

/* ===== MEDIA QUERIES =====*/
@media screen and (min-width: 576px) {
    .login__forms {
        width: 348px;
        justify-self: center;
    }
}

@media screen and (min-width: 1024px) {
    .login {
        height: 100vh;
        /* overflow: hidden; */
    }

    .login__content {
        grid-template-columns: repeat(2, max-content);
        justify-content: center;
        align-items: center;
        margin-left: 10rem;
    }

    .login__img {
        display: flex;
        width: 600px;
        height: 588px;
        background-color: #f2f2f2;
        border-radius: 1rem;
        padding-left: 1rem;
        margin-top: 55px;
    }

    .login__img img {
        width: 390px;
        margin-top: 0;
    }

    .login__forms {
        height: 625px;
    }

    .login__registre,
    .login__create {
        left: -11rem;
    }

    .login__registre {
        bottom: -3.5rem;
    }

    .login__create {
        bottom: -1.5rem;
    }
}

/*== START DOWNLOAD SECTION ===*/

.ad3 {
    width: 90%;
    height: 300px;
    margin: auto;
    background-color: #ddd;
    text-align: center;
    line-height: 280px;
    font-size: 40px;
    color: #888;
    margin-top: 30px;
    margin-bottom: 50px;
}

.box {
    background: #292929;
    border-radius: 5px;
}

.box .box-body {
    padding: 20px 20px;
    color: #fff;
}

.box .box-body .page-subtitle {
    color: #e0e0e0;
}

.box .box-footer {
    background: #474747;
    padding: 10px;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #737373;
}

/*==  END  DOWNLOAD SECTION ===*/

/*== START FOOTER SECTION ===*/
.footer {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #656d77;
}

.footer a {
    text-decoration: none;
}

/*== END FOOTER SECTION ===*/

/*== Start sharing ===*/

.warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab {
    cursor: pointer;
    padding: 10px 20px;
    margin: 0px 2px;
    background: #3264F5;
    display: inline-block;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
    box-shadow: 0 0.5rem 0.8rem #00000080;
}

.panels {
    background: #ffffff;
    min-height: 200px;
    width: 100%;
    max-width: 700px;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px;
}

.panel {
    display: none;
    animation: fadein 0.8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.panel-title {
    font-size: 1.5em;
    font-weight: bold;
}

.radio {
    display: none;
}

#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel {
    display: block;
}

#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab {
    background: #fffffff6;
    color: #000;
    border-top: 3px solid #3264F5;
}

/*-- HOME BANNER --*/
.hm-banner {
    background-color: #3264F5;
    margin-bottom: -140px;
    padding-bottom: 180px;
    padding-top: 155px;
}

.hm-banner h2,
.hm-banner p,
.hm-banner i {
    color: #ffffff;
}

.hm-banner h2 {
    font-size: 50px;
}

.hm-banner p {
    font-size: 14px;
}

.hm-banner i {
    font-size: 70px;
    margin-bottom: 20px;
    margin-right: 0px;
}

.form-seperate p {
    margin-bottom: 0;
}

.form-seperate hr {
    margin-top: 5px;
}

/**********
      Unlock secret area
***********/

.unlock_secret_text_box {
    height: 150px;
    background-color: #e9e9e9;
}
.unlock_secret_file .sharedp {
    color: #cdcdda;
    font-size: 14px;
}
.unlock_secret_file a {
    text-decoration: none;
    color: #3264F5 !important;
    font-size: 28px;
}

.unlock_secret_file .usfile_first {
    color: #b6b6ca;
}
.unlock_secret_file .usfile_second {
    color: #7a8a9c;
}

/* For add layout */
.lh-70 {
    min-height: 70vh;
}
.height-600 {
    height: 600px;
}
.height-60 {
    height: 60px;
}
.height-90 {
    height: 90px;
}
.mt-170 {
    margin-top: 170px;
}

.maxh-310px {
    max-height: 310px;
}
.maxh-303px {
    max-height: 303px;
}
.maxh-120px {
    max-height: 120px;
}
.fs-12pt {
    font-size: 12pt;
}

.fs-14px {
    font-size: 14px;
}
.fs-18px {
    font-size: 18px;
}
.fs-21px {
    font-size: 21px;
}
.fs-32px {
    font-size: 32px;
}

.pt-2 {
    padding-top: 0.5rem;
}
.cursor-pointer {
    cursor: pointer;
}

.get-secret-body {
    margin: 0;
    padding: 0 !important;
    background-color: #f1f1f1;
}
.get-secret-ghost {
    display: none;
    font-size: 1px;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    overflow: hidden;
    mso-hide: all;
}

.get-secret-email-container {
    max-width: 600px;
    margin: 0 auto;
}

.ma {
    margin: auto;
}

.email-container-table-wrapper {
    padding: 1em 2.5em 0 2.5em;
}

.get-secret-hero {
    padding: 3em 0 2em 0;
}

.get-secret-email-container-tr {
    border-bottom: 1.5px solid blue;
}

.login_with_google_btn {
    background-color: #ea4335;
    color: #ffffff;
    padding: 10px 0;
}
.login_with_google_btn:hover {
    background-color: #db4032;
    color: #ffffff;
}

.login_with_facebook_btn {
    background-color: #3b5998;
    color: #ffffff;
    padding: 10px 0;
}

.login_with_facebook_btn:hover {
    background-color: #304b86;
    color: #ffffff;
}

.notfound {
    height: 75vh !important;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* Styles */
    header {
        padding: 0 10px;
    }
    .hm-banner {
        padding-bottom: 140px;
        padding-top: 80px;
    }
    body .hm-banner.m-banner {
        padding-bottom: 25px;
    }
    body {
        text-align: left;
    }
    .login__img {
        display: none;
    }
    .login__forms {
        height: auto;
        display: block;
    }
    .login__registre,
    .login__create {
        top: 40px;
    }
}

/****************************
    Help Center Part
******************************/
.help_search_input {
    display: block;
    height: 50px;
    border-radius: 50px;
    font-size: 16px;
    padding: 0 30px;
    border: none;
    margin: 0 auto;
    width: calc(100% - 40px);
    outline: none;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.help_search_input::placeholder{
    color: #fff;
}

.help_center_content .category_heading {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}
.help_center_content .sub_category_list li:hover a {
    color: #3264F5 !important;
}
.btn-theme-light {
    border: 1px solid #ececec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px !important;
    background: #f8f9fa;
    padding: 5px 10px !important;
    color: #3f4047;
    font-weight: 500;
}
.kn-like {

    border: 1px solid #ececec;
    border-radius: 5px;
    line-height: 0;
    padding: 8px;
    font-size: 14px;
}
.kn-like > span{
    margin-left: 5px;
    opacity: 0.7;
}
.kn-like > span > i.fa-thumbs-up {
    vertical-align: 3px;
}
.kn-like > span > i.fa-thumbs-down {
    vertical-align: 0 !important;
}
.kn-like > span > i {
    margin-right: 6px;
}

.kn-details {
    font-size: 14px;
}
.btn-xs {
    padding: 6px !important;
    font-size: 14px !important;
    line-height: 14px;
}



/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .help_search_input {
        height: 45px;
        font-size: 1.2rem;
    }
    .how_can_help {
        font-size: 40px !important;
    }
}

.article_breadcumb .article_item {
    color: #000;
    font-size: 18px;
}
.article_breadcumb .article_item.active {
    color: #304b86;
}

.article_breadcumb .article_item i {
    color: #000;
    font-size: 12px;
}

/***    Article details ***********/
.hc-content .left {
    height: calc(100vh - 10px);
    width: 247px;
    flex-shrink: 0;
    position: sticky;
    top: 70px;
    overflow: auto;
    margin-right: 0 !important;
}

.hc-sidenav h3 {
    text-transform: uppercase;
    font-size: 1.3rem;
    margin: 10px 0px 12px;
    letter-spacing: 0.1em;
    color: #5e6977;
    font-style: normal;
}
.hc-sidenav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hc-sidenav ul li {
    text-transform: capitalize;
    margin: 0;
}

.hc-sidenav ul li a {
    display: block;
    color: #5e6977;
    text-decoration: none;
    padding: 7px 15px 7px 0px;
    font-weight: 500;
}
.hc-sidenav ul li a:hover {
    color: #1565c0;
}
.hc-sidenav .active {
    color: #1565c0;
    cursor: text;
    font-weight: 500;
}





.hc-sidenav::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.hc-sidenav::-webkit-scrollbar-track {
    background:#f1f1f1;
}

/* Handle */
.hc-sidenav::-webkit-scrollbar-thumb {
    background: #dadada;
}
.hc-sidenav::-webkit-scrollbar-thumb:window-inactive {
    background: #dedede;
}





.feedback-buttons .yes {
    border-color: #43a047;
    color: #43a047;
    margin-right: 10px;
}
.feedback-buttons .no {
    border-color: #f44336;
    color: #f44336;
}
.feedback-buttons .no,
.feedback-buttons .yes {
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid;
    min-width: 80px;
    padding-right: 15px;
    vertical-align: middle;
    line-height: 36px;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: normal;
    cursor: pointer;
    outline: none;
}

.feedback-buttons .yes:hover {
    background-color: #43a047;
    color: #fff;
}
.feedback-buttons .no:hover {
    background-color: #f44336;
    color: #fff;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .feedback-buttons .no,
    .feedback-buttons .yes {
        min-width: 67px;
        padding-right: 0px;
    }

    .help_search_input::placeholder{
        color: transparent;
    }
}


.header-src-icon {
    z-index: 992;
    position: absolute;
    width: 36px;
    height: 36px;
    right: 27px;
    top: 7px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    border-color: #3264F5;
    outline: none !important;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.header-src-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -7px;
    font-size: 18px;
}

.font_style_normal {
    font-style: normal !important;
}

.rotate_45 {
    transform: rotate(45deg);
}
.card_shadow {
    -webkit-box-shadow: 0 0 18px rgb(60 72 88 / 15%) !important;
    box-shadow: 0 0 18px rgb(60 72 88 / 15%) !important;
}
/**************************
    FAQ Page css
*****************************/
.collapsible-link::after {
    font-size: 14px;
    content: "\f067";
    font-family: "FontAwesome";
    color: #3264F5 ;
    position: absolute;
    top: calc(50% - 8px);
    font-weight: normal;
    right: 0px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    padding-left: 1px;
    transition: all 0.3s;
    border: 1px solid #3264F5;
    border-radius: 50%;
}

.collapsible-link[aria-expanded="true"]::after {
    content: "\f00d";
    font-family: "FontAwesome";
    background-color: #3264F5;
    color: #ffffff;
}

.our-faq .list-group-item {
    border: 2px solid #f9f9fb;
    margin-left: 0;
}
.our-faq a.accordion-toggle {
    color: #3264F5  !important;
    font-size: 20px;
}
.our-faq a.accordion-toggle:hover {
    color: #5c36ad !important;
}

/***************************
    Open Ticket Css
*****************************/
.left_category_section > li {
    border-bottom: 1px solid rgba(18, 17, 17, 0.11);
    border-color: #ececec;
    list-style: outside none none;
    padding: 10px 0px;
    position: relative;
    overflow: hidden;
    margin-left: 0 !important;
}
.left_category_section > li:nth-child(even) {
    background: #fcfcfc;
}
.left_category_section li a {
    font-size: 16px;
    padding: 5px 10px;
    color: #3264F5 ;
    display: block;
    text-decoration: none;
}
.left_category_section li a:hover {
    color: #250a5e;
}

.tagin-tag {
    background-color: #3264F5 !important;
}

/* For summernote */
.note-editor.note-frame {
    border: 1px solid #eeeeee;
}


.form-control:focus {
    box-shadow: 0 0 0 1px rgb(178 172 191);
}
.italic_none{
    font-style: normal;
}
h2.t-m-c-heading{
    margin: 0 0 40px 0;
    text-align:center;
}
h2.m-c-heading{
    margin: 30px 0 40px 0;
    text-align:center;
}
h2.m-c-heading a, h2.t-m-c-heading a{
    background-image: linear-gradient(to right, #3264F5 2%, #7202BB 82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.h2{color: #3264F5;}

.single_category_box{

}
a.single_category_box_item{
    color: #000;
    text-decoration: none;
}
a.single_category_box_item:hover h6{
    color: #3264F5;
}
.single_category_box_item i{
    font-size: 40px;
}



.text-theme{
    color: #3264F5 !important;
}

/* for search result */
.bdc_result{
    background: #ffffff;
    overflow: hidden;
    width: 96%;
    position: absolute;
    z-index: 9999;
    margin: 0 2%;
    border-radius: 20px;
    display:none;
}
.bdc_result_dd{
    padding: 25px 25px 15px 25px;
    border-bottom:1px solid #f1f1f1;
}

.bdc_result_dd:hover{
    background: #f1f1f1;
}
.bdc_result a{
    color:#3264F5;
}
.bdc_result h3{
    color: #000000;
}
.bdc_result p{
    color: #343a40;
}
/* end search result */

/* ticket reply btn*/
.reply-btn{
    margin-left: 10px;
    padding: 5px 12px 6px;
    background: #fafafa;
    border-radius: 4px;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.reply-editor{
    background-color: rgb(250, 250, 250);
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 5px;
}

.text-theme-primary{
    color: #3264F5 !important;
}
.height-80vh{
    height: 80vh;
}

.bdc-paginate nav ul li {
    margin-left: 10px;
}



/* Responsive css*/

/* Small devices (landscape phones, 544px and up) */
@media (max-width: 544px) {
    h1 {
        font-size:1.2rem !important;
    } /*1rem = 16px*/

    h2 {
        font-size:1.5rem !important;
    }
    .kn-details {
        font-size: 10px;
        padding: 0;
    }

    .article_breadcumb .article_item {
        font-size: 13px;
    }

    .hc-sidenav ul li a {
        padding: 3px 13px 3px 0px;
        font-weight: normal;
    }
    .hc-sidenav h3 {
        font-size: 1.1rem;
    }
    .hc-content .left {
        width: 100%;
    }

    .article_breadcumb {
        margin-top: 16px;
    }
    body .hm-banner.m-banner {
         padding-bottom: 160px;
    }
}
@media (min-width: 544px) {
    h2 {
        font-size:1.9rem !important;
    } /*1rem = 16px*/
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .hc-content .left {
        width: 100%;
    }
    h1 {
        font-size:1.8rem !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .bdf-container{
        max-width: 1200px;
    }
}

@media (max-width: 544px) {
	#navbarSupportedContent {
		background: linear-gradient(to right, rgb(50, 100, 245) 2%, rgb(114, 2, 187) 82%);
		padding: 0.5em;
		box-shadow: 1px 1px 3px;
		margin-top: 10px;
	}
	
	.table-responsive-sm table {
		width: 800px;
		max-width: initial;
	}
	
	.mobile-margin {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.mobile-ticket-header {
		flex-direction: column;
	}
	
	.mobile-ticket-subheader {
		display: flex;
		justify-content: space-between;
	}
	
	.ticket-conversation-table-entry img {
		width: 42px;
		margin-right: 0.5em!important;
	}
	
	.ticket-conversation-table-entry .conversation-data {
		flex-direction: column-reverse;
	}
	
	.ticket-conversation-table-entry .conversation-name strong {
		font-size: 0.9em!important;
	}
	
	.ticket-conversation-table-entry .conversation-name span {
		font-size: 0.8em;
	}
}