* {
    font-family: 'Titillium Web', sans-serif;
    /* font-family: 'Rubik', sans-serif; */
}

.JPSR_Home {
    overflow: hidden;
}
.overflow-anywhere {
overflow-wrap: anywhere;
}
.cursor-pointer {
    cursor: pointer!important;
}

.font-weight-600 {
    font-weight: 600!important;
}
.font-weight-500 {
    font-weight: 500!important;
}

.float-left {
    float:left!important
}

.float-right {
    float:right!important
}

.clearboth {
    clear: both!important;
}
.text-align-right {
    text-align: right!important
}
.text-align-left {
    text-align: left!important
}
.text-align-center {
    text-align: center!important
}
.font-size-16 {
    font-size: 16px!important;
}
.font-size-17 {
    font-size: 17px!important;
}
.font-size-18 {
    font-size: 18px!important;
}
.font-size-19 {
    font-size: 19px!important;
}
.font-size-20 {
    font-size: 20px!important;
}

.color-black {
    color:#000!important
}
.color-white {
    color:#fff!important
}
.color-red {
    color:red!important
}
.color-2b1a71 {
    color: #2b1a71!important;
} 
.color-f8c300 {
    color:#f8c300!important;
}
.location-selector {
    position: relative;
}

.location {
    position: absolute;
    top: 10px;
    left: 15px;
}

.btn-helpline {
    background: #28166F !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    color: #FFFFFF !important;
    font-family: 'Titillium Web' !important;
}

.btn-sign {
    background: #28166F !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    color: #FFFFFF !important;
    font-family: 'Titillium Web' !important;
}

.nav-dropdown {
    position: relative;
}

.drop-down {
    position: absolute;
    background: #FFFFFF;
}

.dropdown-toggle-text {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px;

    color: #28166F !important;
}

.btn-sm {
    border: none !important;
}

.sub-header {
    background: url(../images/bg-header.svg);
    background-repeat: no-repeat;
    background-size: cover;

}


.card-head {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 73px;
    color: #FFFFFF;
}

.para-text {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;

}

.form-control-text {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px;

    color: #8C8C8C !important;
}

.form-select-text {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 27px;

    color: #28166F !important;
}

.carousel-control-prev {
    position: absolute;
    left: 260px !important;
    bottom: -540px !important;
}

.carousel-control-next {
    position: absolute;
    right: 220px !important;
    bottom: -540px !important;
}

/*  .card-about {
    max-width: 260px !important;
    min-width: 180px !important;
}  */

.about-head {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 37px;
    color: #FFFFFF;

}

.nav-link-text {
    font-family: 'Rubik' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 21px;

    color: #000000 !important;
}

.nav-link-text.active {
    font-family: 'Rubik' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 21px;

    color: #FFFFFF !important;
}

.sub-head-1 {
    margin-top: -100px;
}

.card-about-us {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

.card-about {
    border: none !important;
}

.card-about.active {
    /* background: linear-gradient(78.99deg, #28166F 1.62%, #3A2395 97.07%);
    box-shadow: 0px -11px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;*/
    border: none !important;
}

.card-about.active :hover{
    background: linear-gradient(78.99deg, #28166F 1.62%, #3A2395 97.07%);
    /* background-image: url(assets/images/bluehover.png) !important; */
    box-shadow: 0px -11px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transform: scale(1.3);
    color: white !important;
    background-color: white !important;
    text-decoration: none !important;
}

.vr {
    height: 50px;
}

.company-head {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    color: #14142B;
}

.company-para {

    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;

    color: #252424;
}

.btn-outline-primary {
    --bs-btn-border-color: #28166F !important;
    --bs-btn-color: #28166F !important;
    --bs-btn-hover-bg: #28166F !important;
    --bs-btn-active-bg: #28166F !important;
    --bs-btn-active-border-color: #28166F !important;
    font-family: 'Titillium Web' !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 27px !important;
}

.Register {
    background: url(../images/Asset\ 1-8\ 1.svg);
    background-repeat: no-repeat;
    background-size: cover;
}


.register-text {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 40px !important;
    line-height: 48px;
    color: #28166F !important;

}

.register {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 97px;

    color: #FFFFFF;

}

.jpsr-head {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 67px;
    color: #14142B;
}

.jpsr-para {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #252424;
}

.card-jpsr.active {
    background: url(../images/SUBMIT\ YOUR\ OFFERS.svg);
    border: none !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.jpsr-text.active {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 37px;
    color: #FFFFFF;
}

.jpsr-para.active {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;

}

.card-jpsr {
    
    border: 3px solid #28166F !important;
    border-radius: 10px !important;
}

.card-jpsr :hover {
    /* background: url(./assets/images/SUBMIT\ YOUR\ OFFERS.svg); */
    /* background-color: 3px solid #28166F !important; */
    color: white !important;
    background-color: #28166F !important;
}

.jpsr-text {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
}

.jpsr-para {

    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /* or 144% */
    color: #252424;
}


.Podcast {
    background: #FFFCEF;
}

.btn-explore {
    background: #28166F !important;
    border-radius: 8px !important;
    font-family: 'Titillium Web' !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 27px;

    color: #FFFFFF !important;
}

.podcast-head {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 50px;
    color: #14142B;
}

.podcast-text {

    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */


    color: #252424;
}

.Top_Businesses {
    background: #F4F6FF;
}

.business-head {
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    color: #14142B;

}

.business-text {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;

    color: #616279;
}


.date {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #023E8A;
}

.name {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;

    color: #023E8A;
}

.business-heading {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;

    color: #023E8A;
}

.bus-text {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;

}

.business-heading-1 {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;
    color: #252424;
}

.card-carousel.active {
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15) !important;
    border-radius: 4px;
}

.card-border {
    border: none !important;
}

.Testimonials {
    background: #F4F6FF;
}

.testimonials-head {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 67px;
    color: #14142B;

}

.testimonials-text {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #14142B;
}

.testimonials-review.active {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    /* or 160% */


    color: #252424;


}

.testimonials-review {
    /* font-family: 'Titillium Web'; */
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #67676D;

}

.reviews {
    position: relative;
}

.card-first {
    position: absolute;
    z-index: 1;
    top: 20px;
    opacity: 50%;
    border: none !important;
}

.card-second {
    position: absolute;
    z-index: 2;
    left: -150px;
    box-shadow: 0px 49px 80px 1px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    border: none !important;

}

.card-third {
    position: absolute;
    z-index: 1;
    left: -300px;
    top: 20px;
    opacity: 50%;
    border: none !important;
}

.background {
    background: url(../images/footer-bg.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.text-subtle {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.text-shade {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.line {
    border: 1px solid #FFFFFF !important;
}

.name-1 {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;

    color: #252424;

}

.card-bg {
    background: transparent !important;
    border: none !important;
    max-height: auto;
    display: block !important;
}

.card-bg-1 {
    background: transparent !important;
    border: none !important;
}



@media(max-width: 1400px) {

    .carousel-control-prev {
        position: absolute;
        left: 240px !important;
        bottom: -440px !important;
    }

    .carousel-control-next {
        position: absolute;
        right: 170px !important;
        bottom: -440px !important;
    }

    .dropdown-item {
        font-size: 14px;
    }

    .btn-helpline {
        font-size: 16px !important;
    }

    .btn-sign {
        font-size: 16px !important;
    }

    .dropdown-toggle-text {
        font-size: 14px !important;
    }

    .card-head {
        font-size: 44px;
    }

    .para-text {
        font-size: 16px;

    }

    .form-control-text {
        font-size: 14px !important;
    }

    .form-select-text {
        font-size: 16px !important;
    }

    .about-head {
        font-size: 22px;

    }

    .nav-link-text {
        font-size: 16px !important;
    }

    .nav-link-text.active {
        font-size: 16px !important;
    }

    .company-head {
        font-size: 40px;
    }

    .company-para {
        font-size: 16px;
    }

    .btn-outline-primary {
        font-size: 16px !important;
    }

    .register-text {
        font-size: 36px !important;

    }

    .register {
        font-size: 58px;

    }

    .jpsr-head {
        font-size: 40px;
    }

    .jpsr-para {
        font-size: 16px;
    }

    .jpsr-text.active {
        font-size: 22px;
    }

    .jpsr-para.active {
        font-size: 16px;

    }

    .jpsr-text {
        font-size: 22px;
    }

    .jpsr-para {
        font-size: 16px;
    }

    .btn-explore {
        font-size: 16px !important;
    }

    .podcast-head {
        font-size: 40px;
    }

    .podcast-text {
        font-size: 16px;
    }

    .business-head {
        font-size: 40px;

    }

    .business-text {
        font-size: 14px;
    }


    .date {
        font-size: 10px;
    }

    .name {
        font-size: 10px;
    }

    .business-heading {
        font-size: 22px;
    }

    .bus-text {
        font-size: 16px;

    }

    .business-heading-1 {
        font-size: 22px;
    }

    .testimonials-head {
        font-size: 40px;

    }

    .testimonials-text {
        font-size: 16px;
    }

    .testimonials-review.active {
        font-size: 18px;


    }

    .testimonials-review {
        font-size: 18px;

    }

    .text-subtle {
        font-size: 18px;
    }

    .text-shade {
        font-size: 14px;
    }

    .name-1 {
        font-size: 16px;

    }

    .card-third {
        position: absolute;
        z-index: 1;
        left: -268px;
        top: 20px;
        opacity: 50%;
    }


}

@media(max-width: 1200px) {

    .carousel-control-prev {
        position: absolute;
        left: 200px !important;
        bottom: -440px !important;
    }

    .Register {
        background: url(../images/Asset\ 1-8\ 1.svg);
        background-repeat: no-repeat;
        background-size: contain;

    }

    .carousel-control-next {
        position: absolute;
        right: 140px !important;
        bottom: -440px !important;
    }

    .btn-helpline {
        font-size: 14px !important;
    }

    .btn-sign {
        font-size: 14px !important;
    }

    .dropdown-toggle-text {
        font-size: 14px !important;
    }

    .card-head {
        font-size: 40px;
    }

    .para-text {
        font-size: 14px;

    }

    .form-control-text {
        font-size: 14px !important;
    }

    .form-select-text {
        font-size: 14px !important;
    }

    .about-head {
        font-size: 20px;

    }

    .nav-link-text {
        font-size: 14px !important;
    }

    .nav-link-text.active {
        font-size: 14px !important;
    }

    .company-head {
        font-size: 36px;
    }

    .company-para {
        font-size: 14px;
    }

    .btn-outline-primary {
        font-size: 14px !important;
    }

    .register-text {
        font-size: 32px !important;

    }

    .register {
        font-size: 52px;

    }

    .jpsr-head {
        font-size: 36px;
    }

    .jpsr-para {
        font-size: 14px;
    }

    .jpsr-text.active {
        font-size: 20px;
    }

    .jpsr-para.active {
        font-size: 14px;

    }

    .jpsr-text {
        font-size: 20px;
    }

    .jpsr-para {
        font-size: 14px;
    }

    .btn-explore {
        font-size: 14px !important;
    }

    .podcast-head {
        font-size: 36px;
    }

    .podcast-text {
        font-size: 14px;
    }

    .business-head {
        font-size: 36px;

    }

    .business-text {
        font-size: 14px;
    }


    .date {
        font-size: 10px;
    }

    .name {
        font-size: 10px;
    }

    .business-heading {
        font-size: 20px;
    }

    .bus-text {
        font-size: 14px;

    }

    .business-heading-1 {
        font-size: 20px;
    }

    .testimonials-head {
        font-size: 36px;

    }

    .testimonials-text {
        font-size: 14px;
    }

    .testimonials-review.active {
        font-size: 16px;


    }

    .testimonials-review {
        font-size: 16px;

    }

    .text-subtle {
        font-size: 16px;
    }

    .text-shade {
        font-size: 12px;
    }

    .name-1 {
        font-size: 14px;

    }


    .card-third {
        position: absolute;
        z-index: 1;
        left: -234px;
        top: 20px;
        opacity: 50%;
    }
}

@media(max-width: 991px) {

    .search-icon {
        width: 67%;
    }

    .btn-sm {
        display: none !important;
    }

    .Register {
        background: none !important;
        background-repeat: no-repeat;
        background-size: cover;

    }

    .card-bg-1{
        background: #f8c300 !important;
    }

    .card-bg{
        background: url(../images/bg-card.svg) !important;
        border: none !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        max-height: auto;
        display: block !important;
    }

    .carousel-control-prev {
        position: absolute;
        left: 280px !important;
        bottom: -440px !important;
    }

    .carousel-control-next {
        position: absolute;
        right: 240px !important;
        bottom: -440px !important;
    }

    .vr {
        display: none !important;
    }

    .card-first {
        display: none !important;
    }

    .card-third {
        display: none !important;
    }

    .card-second {
        position: static;
        z-index: 2;
        left: -0px;
        box-shadow: 0px 49px 80px 1px rgba(0, 0, 0, 0.12);
        border-radius: 6px;
        justify-content: center !important;
    }
}


@media(max-width: 776px) {
    .carousel-control-prev {
        position: absolute;
        left: 190px !important;
        bottom: -440px !important;
    }

    .carousel-control-next {
        position: absolute;
        right: 180px !important;
        bottom: -440px !important;
    }

    .search-icon {
        width: 95%;
    }
}

@media(max-width: 576px) {
    .btn-helpline {
        width: 100%;
    }
    .search-icon {
        width: auto;
    }

    .btn-sign {
        width: 100%;
    }

    .carousel-control-prev {
        display: none !important;
    }

    .carousel-control-next {
        display: none !important;
    }

    .prof-img-gallery {
        height:300px!important;
    }

    .prof-video-hgt {
        height:auto!important;
    }

    .prof-map {
        width:100%;
        height:250px;
    }


}

.dropdown-menu li {
    position: relative;
    }
    .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    }
    .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
    }
    .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
    }

    /* Added for Model content */

    .modal-bg{
        border-radius: 32px !important; 
      }
      .modal-header{
        background-color: #ebecf0;
        border: 1px solid #ebecf0;
      }
      .modal-title{
        color:#333d46;
        font-size: 16px;
      }
      .modal-footer{
        border-top: 1px solid transparent;
      }
      .sidemenu-modal
      {
       background-color: #28166F; 
       top: 166px; 
       width: 500px; 
       left: 422px;
       position: absolute !important;
      }

      .mobile-number {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 261px;
        font-size: 15px;
        color: #333333;
      }


      .any{
        text-decoration: none;
      }

      /* For Testimonial */

      .shadow-effect {
        background: #fff;
        padding: 20px;
        border-radius: 4px;
        text-align: center;
        border: 1px solid #ececec;
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
    }
    #customers-testimonials .shadow-effect p {
        font-family: inherit;
        font-size: 17px;
        line-height: 1.5;
        margin: 0 0 17px 0;
        font-weight: 300;
    }
    .testimonial-name {
        margin: -17px auto 0;
        display: table;
        width: auto;
        background: #3190e7;
        padding: 9px 35px;
        border-radius: 12px;
        text-align: center;
        color: #fff;
        box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
    }
    #customers-testimonials .item {
        text-align: center;
        padding: 50px;
        margin-bottom: 80px;
        opacity: 0.2;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #customers-testimonials .owl-item.active.center .item {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    .owl-carousel .owl-item img {
        transform-style: preserve-3d;
        max-width: 90px;
        margin: 0 auto 17px;
    }
    #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
    #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
        background: #3190e7;
        transform: translate3d(0px, -50%, 0px) scale(0.7);
    }
    #customers-testimonials.owl-carousel .owl-dots {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    #customers-testimonials.owl-carousel .owl-dots .owl-dot {
        display: inline-block;
    }
    #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
        background: #3190e7;
        display: inline-block;
        height: 20px;
        margin: 0 2px 5px;
        transform: translate3d(0px, -50%, 0px) scale(0.3);
        transform-origin: 50% 50% 0;
        transition: all 250ms ease-out 0s;
        width: 20px;
    }
    
/* for right sidebar */
.wrapper.row {
    flex-wrap: nowrap;
    margin: 0;
  }
  
  .wrapper.row>* {
    padding: 0;
    text-align: center;
  }
  
  /* ----- end ----- */
  
  .col-md-2 {
    background-color: tomato;
  }
  
  .col-md-2 div {
    position: sticky;
    top: 0;
  }
  
  .col-md-8 {
    background-color: limegreen;
    height: 175vh;
  }

  .jpsr-text {
    font-family: 'Titillium Web';
    font-weight: 600;   
}

.jpsr-para {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;   
}

.card-jpsr :hover {    
    background-image: url(../images/blue-box.svg);
    color: #FFFFFF;
    box-sizing: border-box;
}
.card-interest{
    position: absolute !important;
    left: 10.39% !important;
    right: 11.21% !important;
    top: 110% !important;
    bottom: -35% !important;

    background: #FFFFFF !important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25) !important;
    border-radius: 12px !important;
}
.bluehover :hover{
     background-image: url(../images/bluehover.png) !important;
    color: #28166F !important;
    box-sizing: border-box !important;
}

.noHover{
    pointer-events: none;
}


/* Added for Home custom css */

.userOtp{
display: flex;
justify-content: center;
}

.otp_text_field{
    margin: 10px;
    height: 45px;
    /*width: 55px;*/
    width: 11%;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-family: arimo;
    font-size: 1.2rem;
    /* background: #eef2f3; */
    border: 2px solid #212529;
}

label.error {
    width: 100%;
    color: red;
    font-size: 14px;
}

span.text-optional {
    color: #9E9E9E!important;
    font-size: 12px;
    font-weight: bold!important;
}

.mandate{
    color: red;
    }

.terms_checkbox {
    float: left;
    margin-top: 5px;
}
.login-toggle {
    float: right!important;
    margin-top: 11px;
    margin-left: 80%;
    position: absolute;
    z-index: 11111;
}

.changepswd-toggle {
    float: right!important;
    margin-top: 11px;
    margin-left: 33%;
    position: absolute;
    z-index: 11111;
}
.logo-w {
    width: 80%;
}


#trigger_profile {
    cursor: pointer;
}

#drop {
    display:none; /* Hide it first of all */
    background:#28166f;
    color: #ffffff;
    /* border:1px solid #CCC; */
    box-shadow:0 1px 3px rgba(0,0,0,0.15);
    position:absolute;
    top:74px;
    right:140px;
    width:150px;
    border-radius:5px;
    z-index: 9;
}

#drop a {
    color:#fff;
    display:block;
    padding:9px 10px;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    border-radius: 5px;
}

#drop a:hover {
    background:#311c85;
    color:#FFF;
}

.imageupload {
    margin: 20px 0;
    border-color: #ddd;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    padding: 0px!important;
}
.imageupload .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
        padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.imageupload .panel-body {
    padding: 15px;
}
.btn-file input[type="file"] {
    cursor: inherit;
    display: block;
    font-size: 100px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.imageupload .btn-file {
    overflow: hidden;
    position: relative;
    /* justify-content: center;
    display: flex; */
}
.profileupload .btn-file {
    overflow: hidden;
    position: relative;
    /* justify-content: center;
    display: flex; */
}

.pl-50 {
    padding-left: 50px!important;
}
.pr-50 {
    padding-right: 50px!important;
}
/* .plan_subs_ttl table {
    width: 25%;
} */
.width-100 {
    width: 100%;
}
.width-75 {
    width: 75%;
}
.width-10 {
    width: 10%;
}

@media(max-width: 480px) {
    .login-toggle {
        margin-left: 73%!important;
    }
    .termsxcond {
        width: 93%!important;
        float: right!important;
    }
    .check_terms {
        width: 4%!important;
    }

    .changepswd-toggle {
        margin-left: 60%!important;
    }

}

