
    .scroll-line{
        background: linear-gradient(178deg, #d7b86e, #efdc9a, #bb9b59), linear-gradient(127deg, #efdc9a, #bb9b59 70.71%), linear-gradient(336deg, #d7b86e, #bb9b59 70.71%);
        top: 0;
        left: 0;
        height: 8px;
        position: fixed;
        transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
        z-index: 111;
        border-radius: 0px 5px 5px 0px;
    }
    ::-webkit-scrollbar {
        width: 0px;
        height: 0px;
        display: none;
    }
    
/*****===== Header part css  ======*****/
.header1_bg{
    background: url(../images/content_bg1.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    min-height: 350px;
    position: relative;
}
.header1_bg .header{
}
.header1_bg .header_menu{
    position:relative;
}
.header1_bg .header_menu li{
    display: inline-block;
    width: 49%;
}
.header1_bg .header_menu li:nth-child(2){
   text-align:right;
}
.header1_bg .logo{
    width: 100px;
}
.header1_bg .but{
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 500;
    color: #000;
    padding: 6px 18px 6px 45px;
    margin: 0px 5px 0px 5px;
    border: none;
    outline: none;
    border-radius: 20px;
    border: none;
    outline: none;
    position: relative;
    background: linear-gradient(261deg, #d7b86e, #efdc9a, #bb9b59);
   transition:0.9s; 
}
.header1_bg .but:hover{
    transition: 0.9s;
    background: linear-gradient(79deg, #dcc078 10%, #e1cb89);
    filter: drop-shadow(0px 1px 2px #fff);
}
.header1_bg .but a{
    color: #252523;   
}
.header1_bg .but a:before{
    content: "";
    position: absolute;
    right: -5px;
    margin: auto;
    border: 1px solid #020101;
    width: 110%;
    height: -webkit-fill-available;
    top: -5px;
    bottom: -5px;
    border-radius: 50px;
}
.header1_bg .but i{
    position: absolute;
    left: 0px;
    background: linear-gradient(48deg, #eed597 11%, #987a3f);
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 100%;
    font-weight: 100;
    top: 0px;
}
.header1_bg .but .img{
    width:20px;
}
.header1_bg .but1{
    padding: 2px 5px;
    border-radius: 5px;
    border: 4px double #dcbd73;
    background: no-repeat;
    font-weight: 100;
}
.header1_bg .but1 img{
    width: 20px;
    filter: invert(1);
}
.header1_bg .header1_menu{
    display: inline-block;   
    margin: 0px 0px 0px 10px;
}
.header1_bg .header1_menu ul{
    position: absolute;
    right: 0px;
    top: 67px;
    background: radial-gradient(#dec785, #8d6f42);
    padding: 10px 20px;
    max-width: 268px;
    text-align: start;
    border-radius: 5px;
    display: none;
    z-index: 11;
}
.header1_bg .header1_menu li{
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 500;
    color: #000;
    padding: 6px 20px 6px 20px;
    border: none;
    outline: none;
    border-radius: 20px;
    border: none;
    outline: none;
    position: relative;
    background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);
    text-align: center !important;
    width: 38%;
    margin: 8px 10px;
    transition-duration:0.9s;
}
.header1_bg .header1_menu li:hover{
    background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);   
    transition-duration:0.9s;  
    filter: drop-shadow(0px 1px 2px #fff);
}
.header1_bg .header1_menu li:hover .link{
   color: #fff; 
   transition-duration:0.9s;  
}
.header1_bg .header1_menu .link{
    color: #170420;
}
.header1_bg .header1_menu .link:before{
    content: "";
    width: 95px;
    position: absolute;
    height: 42px;
    border-radius: 20px;
    top: -5px;
    left: -4px;
    border: 1px solid #393939;
}
.header1_bg .header1_menu .link:after{
    content: "";
    width: 96px;
    position: absolute;
    height: 43px;
    border-radius: 20px;
    top: -5px;
    left: -5px;
    border: 3px solid #1f1f1f;
    animation: blink 2s infinite linear;
    transition: 0.9s;
}
@keyframes blink{
    0%{
        border:none;
    }
    50%{
        border: 3px solid #1f1f1f;         
    }
    100%{
        border:none;
    }
}



/*****===== Header part css  ======*****/

/*****===== Content part css  ======*****/

.content_bg{
    padding: 55px 0px 0px;
    text-align: center;   
}
.content_bg h1{
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 900;
    --background-color: #dfc37c;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    color: #dcbd73;
    --x-offset: -1px;
    --y-offset: 0px;
    --stroke: 1px;
    --stroke-color: #262626;
    text-shadow: var(--x-offset) var(--y-offset) 0px #323232, calc(var(--x-offset) - var(--stroke)) calc(var(--y-offset) + var(--stroke)) 0px #666661 !important;  
}
.content_bg p{
    
    
}
.content_bg h2{
    
    
}
.content_bg h2 a{
    
    
}
.content_bg .img1{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 178px;
    background-image: url(../images/content_img1.png);
    border-radius: 50%;
    padding: 13px;
    width: 75px;
    cursor: pointer;
    background-size: 64% 65%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #dec785;
}
/*****===== Content part css  ======*****/

/*****===== Faq part css  ======*****/

.admin_bg{
    background: url(../images/full_bg.jpg) !important;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px;
}
.admin_bg .nav{
    padding: 15px 15px;
    display: block;
    background: url(../images/banner_bg.jpg);
    background-size:cover;
    border-radius: 5px;
    max-width: 220px;
    text-align: center;
    margin: auto;
}
.admin_bg .nav-link{
    max-width: 168px;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 10px auto 15px;
    background: url(../images/check_bg.png);
    background-size: 100% 100%;
    border: none;
    border-radius: 6px;
    padding: 12px 0px;
    filter: drop-shadow(2px 4px 6px black);
}
.admin_bg .nav-link.active{
    background: url(../images/check_bg1.png);
    background-size: 100% 100%;
    color: #ffff;
}
.admin_bg .tab-content{
    background: url(../images/refer_bg.png);
    background-size: cover;
    background-attachment: fixed;
    padding: 5px 20px;
    border-radius: 6px;
}
.faq_bg .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 4px double #626262;
    padding: 0px;
    margin: 20px 0px 20px;
}
.faq_bg .accordion-header {
    margin-bottom: 0;
    background: none;
}
.faq_bg .accordion-button {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    padding: 0px 0px 5px 0px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.faq_bg .accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    border-bottom: 1px solid #3a3e3f !important;
}
.faq_bg .accordion-body {
    padding: 1rem 1.25rem;
    font-size: 13px;
    font-weight: 200;
    color: #fff;
}
.faq_bg .accordion-body a {
    color: #db9cfd;
}
.faq_bg  .accordion-button:focus,.faq_bg  .accordion-button:active{
   box-shadow:unset;
}
.faq_bg  .accordion-button::after{
    background-image: url(../images/faq_gif2.gif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    filter: invert(1) brightness(64.5);
    width: 35px;
    height: 35px;
}
.faq_bg .accordion-button:not(.collapsed)::after{
    background-image: url(../images/faq_gif1.gif);
    background-size:100% 100%;
    background-repeat: no-repeat;    
    transform: rotate(0deg);
}
/*****===== Faq part css  ======*****/

/*****===== Support part css  ======*****/
.support_detail{
    
    
    
}
.support_detail li{
    display: inline-block;
    width: 42%;
    margin: 15px 28px;
}
.support_detail .support_img{
    float: left;
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 25px;
    border-radius: 50%;
    font-size: 21px;
    background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);
    color: #fff;
    position: relative;
    left: -44px;
    top: -3px;
}
.support_detail .support_img i{
    
    
    
}
.support_detail .support_text{
    transition: 0.9s;
    border-radius: 41px;
    background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);
    padding: 15px 10px 15px 3px;
    text-align: start;
}
.support_detail .support_text h3{
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 400;
    padding: 0px 0px 5px;
    margin: 0px 0px 8px;
    color: #000 !important;
    -webkit-background-clip: text !important;
}
.support_detail .support_text h4{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px;
}
.head p{
    color: #fffffff0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    width: 80%;
    margin: 10px auto 0px;
}
.support_map{
    margin: 20px 0px 0px;
    padding: 0px;
}
.support_map iframe{
    width: 100%;
    border-radius: 10px;
    min-height: 276px;
}
.subtitle_text{
    color: #dcc583;
    text-align: start;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    padding-left: 63px;
}


/*****===== Support part css  ======*****/

/*****===== Login part css  ======*****/

.login_bg{
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 40px 0px;
    background:url(../images/banner_bg.jpg);
    background-size:100% 100%;
}
.form1{
    max-width: 360px;
    width: 100%;
    margin: auto;
    background: #1e2225;
    background-size: 100% 100%;
    padding: 20px;
    text-align: center;
    border-radius: 3px;
}
.form1 .logo{
    max-width: 170px;
    margin: 0px 0px 25px 0px;
    filter: drop-shadow(0px 2px 3px black);
}
.form1 h2{
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight: 900;
       color: #dcbd73;
    --x-offset: -1px;
    --y-offset: 0px;
    --stroke: 1px;
    --stroke-color: #262626;
    text-shadow: var(--x-offset) var(--y-offset) 0px #323232, calc(var(--x-offset) - var(--stroke)) calc(var(--y-offset) + var(--stroke)) 0px #666661 !important;
    margin: 0px 0px 12px 0px;
    text-transform: uppercase;
}
.form1 .form_box{
    position: relative;
    margin: 18px 0px 18px 0px;
}
.form1 form{
    text-align: start;
}
.form1 h3{
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    padding: 0px;
    margin: 0px 0px 7px;
}
.form1 h4{
    position: relative;
    margin: 0px;
    background: #faf3fe;
}
.form1 h4 i{
    position: absolute;
    right: 8px;
    top: 11px;
    bottom: 0px;
    margin: auto;
    font-size: 15px;
    z-index: 1;
    color: #dcba63;
}
.form1 .inpts{
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding: 12px 12px 10px 15px;
    position: relative;
    z-index: 1;
}
.form1 .inpts:hover{
    transition: 0.9s;
}
.form1 .form_box .inpts:focus{
    color: #000;
    transition: 0.9s;
    background: unset !important;
}
.form1 .line:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 5px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    background: #b48623;
    transition: 0.9s;
}
.form1 .line:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 5px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    background: #edda98;
    transition: 0.9s;
    opacity: 0;
}
.form1 .form_box .inpts:focus ~ .line:before{
    width: 100%;
    transition: 0.9s;
    position: absolute;    
}
.form1 .form_box .inpts:focus ~ .line:after{
    opacity:1;
    width: 100%;
    transition: 0.9s;
    position: absolute; 
}
.rem_text{
    padding: 15px 0px 0px;
    display: flex;
    justify-content: space-between;
}
.rem_text li{
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}
.rem_text li a{
    
    
    
}
.rem_text p{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    color: #db9cfd;
    padding: 0px;
    margin: 5px 0px 5px;
    background: linear-gradient(178deg, #d7b86e, #efdc9a, #bb9b59), linear-gradient(127deg, #efdc9a, #bb9b59 70.71%), linear-gradient(336deg, #d7b86e, #bb9b59 70.71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.form_but{
    padding: 20px 0px 0px;
    text-align: center;
}
.form_but .sbmt{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 8px 25px 8px 25px;
    margin: 0px 10px 0px 10px;
    border: none;
    outline: none;
    background: linear-gradient(45deg, #393b3a 44%, #464646);
    border-radius: 20px;
}
.form_but .sbmt:hover{
    color: #fff;
    transition-duration: 1s;
    box-shadow: inset 0 10px 0 90px #d4bb79;
}
.login_bg .list{
    position: fixed;
    right: 0px;
    top: 40%;
    bottom: 0px;
    margin: auto;
    transform: translateX(84px);
    transition-duration: 1s;
}
.login_bg .list:hover{
    transform: translateX(0px);
    transition-duration: 1s;
}
.login_bg .item{
    background: #1e2225;
    padding: 10px 10px 10px 10px;
    border-radius: 5px 0px 0px 5px;
}
.login_bg .item h5{
    margin: 7px 0px;
    background: #cacaca;
    border-radius: 5px;
    padding: 0px 0px 0px 10px;
}
.login_bg .item i{
    display: inline-block;
    font-size: 19px;
    color: #000000;
    position: relative;
    top: 5px;
    left: -4px;
}
.login_bg .item .but{
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    background: #dcbd73;
    padding: 8px 15px;
    width: 100%;
    max-width: 70px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    box-shadow: inset 0px 0px 0px 0px #dcbd73;
    transition-duration: 1s;
}
.login_bg .item .but:hover{
    background: #2c2e30;
    box-shadow: inset 0 10px 0 90px #83827f;
    transition-duration: 1s;
}
/*****===== Login part css  ======*****/

/*****===== Signup part css  ======*****/
.signup_bg .form1{
    max-width: 630px !important;
}
.signup_bg .rem_text{
    display:unset;
    text-align:center;
}
.signup_bg .rem_text a{
    color: #fff;
}
.signup_bg .rem_text a:hover{
   filter: drop-shadow(2px 4px 6px black); 
}
/*****===== Signup part css  ======*****/
.form_select h4{
    color:#fff;
}
/*****===== Confirm part css  ======*****/
.confirm_bg{
    text-align: center;
}
.confirm_bg h1{
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 900;
    --background-color: #dfc37c;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    color: #dcbd73;
    --x-offset: -1px;
    --y-offset: 0px;
    --stroke: 1px;
    --stroke-color: #262626;
    text-shadow: var(--x-offset) var(--y-offset) 0px #323232, calc(var(--x-offset) - var(--stroke)) calc(var(--y-offset) + var(--stroke)) 0px #666661 !important;
}
.confirm_bg h1 span{
    
    
}
.confirm_bg h2{
    font-family: 'Poppins';
    font-size: 21px;
    font-weight: 500;
    color: #d7b86e;
    background: linear-gradient(261deg, #d7b86e, #efdc9a, #bb9b59);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0px;
    margin: 15px 0px 15px 0px;
}
.confirm_bg p{
    font-size: 13px;
    color: #ffffffde;
    margin: 20px 0px 4px;
}
.confirm_bg h6{
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
    color: #ddd;
}
.confirm_bg h6 span{
    color: #d7b86e;
}
/*****===== Responsive part css  ======*****/

@media (max-width:1199px){
    .support_detail .support_text h4 {
        font-family: 'Poppins';
        font-size: 10px;
    }
    .support_detail{
        text-align: center;
    }
    
    
}
@media (max-width:991px){
    .header1_bg {
        background-size: cover;
    }
    .admin_bg .nav {
        margin: 0px 0px 25px;
        max-width: unset;
    }
    .admin_bg .nav-link {
        max-width: 145px;
        display: inline-block;
    }
    
    
    
}
@media (max-width:767px){
    
    /***====  Header1 part css ====***/  
    .header1_bg {
        background-size: cover;
    }
    .header1_bg .logo {
        width: 80px;
    }
    .header1_bg .header_menu li:nth-child(1){
        width: 29%;
    }
    .header1_bg .header_menu li:nth-child(2){
        text-align: right;
        width: 70%;
    }
    .support_detail li {
        width: 50%;
    }
    
}
@media (max-width:576px){
    
    /***====  Header1 part css ====***/      
    .admin_bg .nav-link {
        max-width: 100px;
        font-size: 12px;
    }
    .form1 .logo{
        max-width: 80px;
    }
    .header1_bg .but {
        font-size: 13px;
        padding: 6px 18px 6px 35px;
        margin: 0px 2px 0px 2px;
    }
    .header1_bg .header_menu li:nth-child(2) {
        text-align: center;
        width: 100%;
        margin: 20px 0px 0px;
    }
    .content_bg {
        padding: 25px 0px 0px;
    }
    .form1 {
        padding: 20px 10px;
    }
    .support_detail li {
        width: 87%;
        margin: 15px 0px 0px 35px;
    }
    .login_bg .list{
        top:0px;
    }
}
