/* media query for size above 1920px */
@media screen and (min-width: 1920px){
    .container {
        max-width: 80%;
        margin: 0 auto;
    }
    .dashboard-main-tabs .userIcon ~ .show {
        transform: translate3d(-180px, 50px, 0px) !important;
    }
}
/* ------------------------------------------------------------------------- */
/* media query for size above 1400px and below 1919px */
@media screen and (min-width: 1440px) and (max-width: 1919px) {
    .container {
        max-width: 80%;
        margin: 0 auto;
    }

    .dashboard-main-tabs ul li {
        padding: 15px 20px;
    }

    .dashboard-main-tabs .userIcon~.show {
        transform: translate3d(-225px, 50px, 0px) !important;
    }
}
/* ------------------------------------------------------------------------- */
/* media query for size below and till 1366px */
@media screen and (max-width: 1366px) {
    .form-right {
        padding: 35px 25px 56px;
    }
    .btn-orange {
        padding: 8px 0px;
    }
    .index-btn-wrapper {
        margin-bottom: 38px !important;
    }
    .form-right .bp-logo {
        margin-bottom: 10px !important;
    }
    .form-right.fgt-password {
        padding: 35px 25px 150px;
    }
    .login-slider .slick-dots {
        bottom: -32px;
    }
    .dashboard-main-tabs ul li {
        padding: 15px 25px;
    }
    .footer-col {
        padding-right: 0px;

    }
    .classify-sec .cls-card {
        background: #EAF3F8 0% 0% no-repeat padding-box;
        border: 1px solid #108DC6 !important;
        padding-top: 7px !important;
        padding-bottom: 7px !important
    }
    .amount-table thead {
        border: 1px solid #B9CED9 !important;
        border-radius: 10px 10px 0px 0px !important;
    }
    /* profile page */
    .profile-details,
    .accountDetails,
    .changePass {
        font-size: 14px;
    }
    /* dashboard navigation */
    .dashboard-main-tabs a {
        font-size: 16px;
    }
    .dashboard-main-tabs .userIcon ~ .show {
        top: 15px !important;
        left: -60px !important;
        transform: translate3d(-150px, 30px, 0px) !important;
    }
    /* account page */
    .upperCoin {
        gap: 40px;
    }
}
/* ------------------------------------------------------------------------- */
@media screen and (min-width: 1366px) and (max-width: 1440px) {
    .changedDSC .form-group {
        grid-template-columns: 24% auto;
    }
    .changedDSC .text-blue.mono-bold.fs-18 {
        font-size: 14px;
    }
    .changedDSC .classify-sec.grpline {
        gap: 9px;
    }
    .changedDSC .form-group.slideGroup {
        grid-template-columns: 23% 36% auto;
        gap: 12px;
    }
    /* .buy-certificate-banner .buyBanCont .fs-26{
        font-size: 20px;
    } */
    .buy-certificate-banner .buyBanCont .fs-24 {
        font-size: 16px;
    }
    .buy-certificate-banner .buyBanCont .d-md-grid {
        gap: 2rem;
        width: 55%;
    }
    .buy-certificate-banner .buyBanCont .d-md-grid div {
        padding: 1.5rem;
    }
    .header .d-flex img {
        max-width: 100%;
    }
}
/* ------------------------------------------------------------------------- */
/* media query for size above 1200px */
@media screen and (min-width: 1200px){
  .changedDSC .form-group {
  	grid-template-columns: 25% auto;
  }
  .changedDSC .form-group.slideGroup {
  	grid-template-columns: 22% 25% auto;
  }
}
/* ****************************************************************************************** */
/* ****************************************************************************************** */
/* ****************************************************************************************** */
/* ****************************************************************************************** */
/* ****************************************************************************************** */
/* ****************************************************************************************** */
/* ****************************************************************************************** */
/* ------------------------------------------------------------------------- */
/* media query for size till 768px */
@media screen and (max-width: 768px) {
    .dashboard-main-tabs .d-md-none {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
    }
    .dashboard-main-tabs .dks-menu {
        position: absolute;
        background: #074473;
        flex-flow: column;
        left: -100%;
        height: 45vh;
        align-items: baseline;
        transition: all .25s ease-in-out;
        z-index: 1;
        top: 56px;
        justify-content: space-evenly;
    }
    .dashboard-main-tabs .show-dks-menu{
        left: 0;
    }
    .dashboard-main-tabs ul li:first-child.active {
        border-top-left-radius: unset;
    }
    .dashboard-main-tabs ul li {
        padding: 15px 10px;
        width: 100%;
    }
}
/* ------------------------------------------------------------------------- */
/* media query for size above 768px and below 992px */
@media screen and (min-width: 768px) and (max-width: 992px) {
    .buy-certificate-banner .buyBanCont .d-md-grid {
        gap: 1rem;
        width: 75%;
    }    
    .regform {
        width: 100% !important;
    }
}
/* ------------------------------------------------------------------------- */
/* media query for size above 768px and below 1024px */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    /* dashboard navigation */
    .dashboard-main-tabs ul li {
        padding: 0 15px;
        height: 100%;
        display: flex;
    }
    .dashboard-main-tabs ul li a {
        font-size: 14px;
    }
    /* accounts page  */
    .upperCoin {
        gap: 15px;
    }
    /* authorised page */
    .cust-form-container .form-login {
        width: 100%;
        height: 100%;
    }

    .cust-form-container .icon-8x, .cust-form-container .icon-6x {
        font-size: 35px;
    }
    .cust-form-container .tab-content .active>div {
        p {
            font-size: 16px;
        }
    }
    .buy-certificate-banner .buyBanCont .fs-24{
        font-size: 16px;
    }
    .buy-certificate-banner .buyBanCont .fs-38{
        font-size: 26px;
    }
    .buy-certificate-banner .buyBanCont .d-md-grid {
        gap: 2rem;
    }
    .buy-certificate-banner .buyBanCont .d-md-grid div {
        padding: 1rem;
    }

}
/* ------------------------------------------------------------------------- */
/* media query for size above 768px */
@media screen and (min-width: 768px) {
     /* authorised page */
     .cust-form-container .tab-content{
        border-left: 1px solid #dee2e6;
     }
     .changedDSC .form-group {
        display: grid;
        grid-template-columns: 30% auto;
        align-items: center;
        margin-bottom: 1.5rem;
    }
    .changedDSC .form-group.slideGroup {
    	grid-template-columns: 27% 25% auto;
    	gap: 20px;
    }
    .changedDSC .classify-sec.divtoken {
        grid-template-columns: repeat(2,1fr);
    }
    .dashboard-content .profile-details .table .w220{
        width: 220px;
    }
    .buy-certificate-banner .buyBanCont .d-md-grid {
    	display: grid !important;
    	grid-template-columns: 1fr 1fr 1fr;
    	gap: 5rem;
    	justify-content: center;
    	align-items: center;
    	width: 55%;
    	margin: 0 auto;
    	margin-top: 1rem;
    }
    .buy-certificate-banner .buyBanCont{
        /* background: url("/images/cd/comission-bg-banner.png") center center no-repeat;
        background-size: cover; */
        display: flex;
        flex-direction: column;
        align-items: center;
        /* justify-content: center; */
    }
    .buy-certificate-banner .buyBanCont .float-right {
        float: unset !important;
    }
    .header .d-flex img {
        max-width: 100%;
    }
}
/* ------------------------------------------------------------------------- */
/* media query for size below and till 575px */
@media screen and (max-width: 575px) {
    /* dashboard navigation for mobile */
    .dashboard-main-tabs {
        background: #074473;
        padding: 10px;
        border-radius: unset;
    }
    .dashboard-main-tabs .d-md-none:first-child{
        align-self: center;
    }
    .dashboard-main-tabs .menuBarBtn{
        cursor: pointer;
    }
    .dashboard-main-tabs .dks-menu {
        position: absolute;
        background: #074473;
        flex-flow: column;
        left: -100%;
        height: 45vh;
        align-items: baseline;
        transition: all .25s ease-in-out;
        z-index: 1;
        top: 76px;
        justify-content: space-evenly;
    }
    .dashboard-main-tabs .show-dks-menu{
        left: 0%;
    }
    .dashboard-main-tabs ul li {
        padding: 15px 10px;
        width: 100%;
    }
    .dashboard-main-tabs ul li:first-child.active {
        border-top-left-radius: unset;
    }
    /* accounts page */
    .accountDetails .upperCoin {
        grid-template-columns: 1fr;
    }
    .accountDetails .lowerCoin {
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    /* authorised page */
    .cust-form-container .form-login {
        width: 100%;
        height: 100%;
    }
    .cust-form-container .icon-8x, .cust-form-container .icon-6x {
        font-size: 35px;
    }
    /* dsc links page*/
    .changedDSC .classify-sec.grpline {
        grid-template-columns: repeat(2,1fr);
    }
    .changedDSC .classify-sec.grpline li:last-child {
        grid-column: span 2;
    }
    .changedDSC .form-group .divtoken li:last-child {
    	grid-column: span 1;
    }
    .changedDSC .form-group,
    .changedDSC .form-group.slideGroup {
    	grid-template-columns: 1fr;
        gap:15px;
    }
    /* bp partner profile page */
    .dashboard-content .profile-details .table .w220{
        width: 120px;
    }
    .regform {
        width: 100% !important;
    }
    /* carousel css only for mobile size */
    .carousel-item img {
        object-fit: cover;
    }
    /* footer p */
    .footer-col p {
        line-height: 22px;
    }
    .footer .col{
        padding-left: 10px;
        padding-right: 10px;
    }
    .row{
        margin: unset !important;
    }
    .growl-notification--image {
        width: 80% !important;
        top: 50% !important;
        left: 50% !important;
        right: unset !important;
        transform: translate(-50%,50%) !important;
    }
    .growl-notification--image::after{
        content: '';
        position: absolute;
    }
    .buy-certificate-banner .buyBanCont .cmsnHead::after, .buy-certificate-banner .buyBanCont .cmsnHead::before { 
        display: none;
    }
    .slick-slider.cmsnSlider .slick-prev,
    .slick-slider.cmsnSlider .slick-next{
        display: none !important;
    }
    .copyright-container .row{
        flex-direction: column;
        gap: 12px;
    }
    .copyright-container .row .copy-right p{
        text-align: center;
    }
    .copyright-container .term-pol{
        padding-right: initial;
    }
    .copyright-container .term-pol .justify-content-end{
        justify-content: center !important;
    }
    .copyright-container .row .copy-right.col-8 ,.copyright-container .row .term-pol.col-4{
        max-width: 100%;
    }
}