::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #6b6ff0;
    /* border: 2px solid #555555; */
    border-radius: 20px;
}

/* Your existing CSS styles */

/* Touch button styles */
/* Your existing CSS styles */

/* Touch button styles */
.touch-button {
    border: 2px solid #6b7280;
    border-radius: 5px;
    background-color: #f6f6f6;
    color: #000;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.5s, color 0.5s;
}

.touch-button:hover {
    background-color: #000;
    color: #eee;
}

/* Active state for touch buttons */
.touch-button.active {
    background-color: #000;
    color: #fff;
}

/* Additional styles for button container */
.button-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.touch-button {
    width: 45%;
}

select.selct-opt {
    width: 100%;
    padding: 12px 20px;
    border: 2px solid #ccc;
    outline: 0;
    border-radius: 5px;
    background-color: transparent;
    margin: 4px 0 18px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.5s;
}

.login-btn {
    background-color: #e3e3fb;
}

.res-none{
	display: none !important;
}

.right-con {
    overflow-x: hidden;
}

html .btn-secondary {
    background-color: #6b6ff1;
    border-color: #6b6ff1 #6b6ff1 #6b6ff1;
    color: #FFF;
    --color: #6b6ff1;
    --hover: #fd9f1b;
    --disabled: #6b6ff1;
    --active: #ca7702;
}

html .btn-secondary:hover:not(.bg-transparent), html .btn-secondary.hover:not(.bg-transparent) {
    background-color: #3a3dad;
}

html .svg-fill-color-secondary svg path, html .svg-fill-color-secondary svg rect, html .svg-fill-color-secondary svg line, html .svg-fill-color-secondary svg polyline, html .svg-fill-color-secondary svg polygon {
    fill: #6b6ff1 !important;
}

@media only screen and (max-width: 768px) {

/*.header-top{
    display: none !important;#################################################################################################################################################################
}
*/

.logo-res-header{
    width: 80px !important;
}

.rgstr-btn-cust-res {
    margin-left: 10px !important;
    margin-right: 0px !important;
    padding: 10px 16px !important;
}

.x-ico {
    padding-right: 13px !important;
}

.insta-ico {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    height: 40px !important;
    border-radius: 110px;
    margin: 0;
    padding-right: !important;
    align-self: center;
    padding: 8px 0px !important;
    /* padding-top: 20px !important; */
}  

.text-cen-com {
    /* margin-left: auto; */
    /* margin-right: auto; */
    justify-content: space-evenly !important;
    text-align: center;
}


.mb-cust{
    margin-bottom: 0 !important;
}

.mouse-hover-split .side-left {
    width: 100%;
    z-index: 1;
}

.set-by{
	width: 100% !important;
}

.right-side {
    padding:30px  10px !important;
}

.res-none{
	display: block !important;
}

img.txt-log {
    width: 180px;
    margin: 0 !important;
    padding-bottom: 40px;
}


.right-side {
    padding: 30px  10px !important;
    align-self: start;
}

.text-center-res{
    text-align: center;
}

.justify-center-res {
    display: grid !important;
    justify-content: center !important;
}

#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    color: #2f2f2f;
}

.text-center-res{
    text-align: center;
}

.res-cust{
    font-size: 30px !important;
}

}

.width-cust-1 {
    width: 50%;
}


.features-cust {
    background-color: #6b6ff1;
}

.text-cust-3 {
    text-transform: math-auto;
    font-size: 33px;
    line-height: normal;
    font-weight: 500;
}

.process-step-content P{
    width: 80%;
} 


.features-cust {
    background-color: #6b6ff1;
}

.text-cust-3 {
    text-transform: math-auto;
    font-size: 33px;
    line-height: normal;
    font-weight: 500;
}

.process-step-content P{
    width: 80%;
}



.cust-bg-nine {
    background-color: red;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgb(87 92 228) 0%, rgb(107 111 241) 35%, rgb(146 149 255) 100%);
}

.svg-fill-color-ser{
    fill: #fff;
}

.feature-box.feature-box-style-6 .feature-box-icon {
    border: 1px solid #cecece;
    background: transparent;
    line-height: 32px;
    padding: 30px;
}

.feature-box.feature-box-style-6 .feature-box-icon {
    padding: 30px;
}

.ico-cust-how-work{
    width: 90px !important;
}

.heading-cust-five {
    text-transform: capitalize;
    letter-spacing: 0px;
/*    margin: 0;*/
}


.img-footer-cust-nine {
    width: 130px;
}

.card-cust {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

html .text-color-tertiary, html .text-tertiary {
    color: #4046b3 !important;
}

#footer {
    margin-top: 0;
    padding: 0;
}

.cust-p-ten{
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.cust-p-ten-two{
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.login-btn {
/*    color: #000 !important;*/
}

.cust-p-ten-two {
    padding-top: 0px !important;
    margin-top: 0px !important;
    margin-top: -80px !important;
}

.hov-cust-1 img{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);

}

.img-footer-cust-nine {
/*    width: 130px;*/
    height: 25px;
}

.insta-ico {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    /* width: 40px; */
    height: auto;
    border-radius: 110px;
/*    padding: 0 !important;*/
    margin: 0;
    padding-right: !important;
}

.x-ico {
    background: #000;
    width: 39px;
    height: 39px;
    border-radius: 60px;
    padding: 0;
    margin: 0;
    padding-left: 12px;
}

.insta-ico a i {
    height: 0 !important;
    line-height: 0 !important;
    width: 31px !important;
    font-size: 19.4px !important;
    color: #fff !important;
}

.insta-ico a {
    padding: 0px 5px;
}

.login-btn:hover {
    color: #eee !important;
}

