body {
    color: #000;
}

a{
    color: #000;
}

.bg-color-1 {
    background-color: var(--theme-color-1);
}

.bg-color-2 {
    background-color: var(--theme-color-2);
}

#ajax-preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;

}

.ajax-loader {
    border: 5px solid #f3f3f3;
    /* Light grey */
    border-top: 5px solid var(--theme-color2);
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#ht-preloader {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden !important;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

.clear-loader {
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25%;
    margin: 0 auto;
}

.loader {
    position: relative;
    width: 20rem;
    height: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #000;
}

.loader::before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8.69565rem;
    height: 8.69565rem;
    background: #000;
    border-radius: 50%;
}

.loader .loader-box {
    position: absolute;
    width: 10rem;
    height: 10rem;
    overflow: hidden;
}

.loader .loader-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.1;
}

.loader .loader-box:nth-child(1) {
    top: 0;
    left: 0;
}

.loader .loader-box:nth-child(1)::before {
    top: 50%;
    left: 50%;
    background: #FF522F;
    animation: lightMe1 4s ease-out infinite normal;
}

.loader .loader-box:nth-child(2) {
    top: 0;
    right: 0;
}

.loader .loader-box:nth-child(2)::before {
    top: 50%;
    right: 50%;
    background: #FF721B;
    animation: lightMe2 4s ease-out infinite normal;
}

.loader .loader-box:nth-child(3) {
    bottom: 0;
    right: 0;
}

.loader .loader-box:nth-child(3)::before {
    bottom: 50%;
    right: 50%;
    background: #FF9900;
    animation: lightMe3 4s ease-out infinite normal;
}

.loader .loader-box:nth-child(4) {
    bottom: 0;
    left: 0;
}

.loader .loader-box:nth-child(4)::before {
    bottom: 50%;
    left: 50%;
    background: #FFBA00;
    animation: lightMe4 4s linear infinite normal;
}

.loader .loader-wrap-text {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.loader .text {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    animation: slider 8s ease-in infinite;
}

.loader .text span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 2em;
    color: #fff;
}

.loader-text {
    color: #fff;
    transform: translateY(-2rem);
    letter-spacing: 6px;
    opacity: 0.2;
    animation: blink 1s ease-out infinite alternate;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.header-main .top-bar-start .custom li a {
    padding: 9px 11px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 26px;
}

.header-main .top-bar-end .custom li a {
    display: initial;
}

.header-main .custom li {
    padding: 10px;
}

.mydiv {
    position: fixed;
    background: 100% 100% no-repeat rgb(0, 0, 0, .9);
    width: 100%;
    height: 100%;
    z-index: 9995;
}

#quots_form_1 input,
#quots_form_1 select {
    border: none;
    border-radius: 5px;
    padding: 10px;
}

.aboutus-description p {
    color: #fff;
}

.COI-preferred:before {
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-right: 16px solid var(--theme-color-2);
    border-bottom: 11px solid transparent;
    content: "";
    position: absolute;
    left: -16px;
    top: 0;
}

.COI-preferred {
    position: relative;
    top: 0;
    background: var(--theme-color-2);
    color: #fff;
    font-size: 16px;
    padding: 3px 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 12px !important;
    margin-left: 21px;
}

.chech-display i.fa.fa-check {
    font-size: 8px;
    color: var(--theme-color-1);
    margin: 0px 6px 7px 0px;
    border-radius: 100%;
    border: 1px solid var(--theme-color-1);
    padding: 2px;
    top: -2px;
    position: relative;
 }
 .item-all-cat .row .item-all-card
 {
    background-color: #fff;
 }

 @media only screen and (max-width: 991px) {
    .horizontal-header .smllogo img {
      width: 230px;
    }
}

.frame-image {
    flex: none;
    height: 100%;
    left: calc(50.00000000000002% - 100% / 2);
    mix-blend-mode: overlay;
    opacity: .1;
    overflow: visible;
    position: absolute;
    top: calc(50.00000000000002% - 100% / 2);
    width: 100%;
 }

 .floating-icons i:nth-child(2) {
    bottom: 20% !important;
 }

 .floating-icons i:nth-child(8) {
    bottom: 30%;
 }

 .callusbtn.sst {
    display: none;
 }

 .course-price-details .badge {
    background: #c83b2b;
    color: #fff !important;
    font-weight: 700;
 }

 .otp-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
 }

 .otp-input {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    border-color: #959090;
 }

 .loginButtonLoaderMain {
    display: none;
 }


 #browchureModel .modal-header,
 #otpModel .modal-header {
    border-bottom: 0;
 }

 #browchureModel .modal-content {
    background-color: #ddd;
 }

 #browchureModel .modal_heading {
    margin-top: -50px;
    text-align: center;
    font-size: 20px;
    margin-right: 30px;
    font-weight: 700;
 }

 #browchureModel .form-control {
    border: 1px solid #ada9a9;
    /* border-radius: 0; */
    height: 45px;
 }

 #browchureModel,
 #otpModel {
    /* z-index: 9999999; */
 }

 #browchureModel .modal-content {
    border-radius: 20px;
 }

 .modal-backdrop.show {
    opacity: .5;
    /* z-index: 999999; */
 }

 .w-full {
    width: 100%;
 }

 .program-cards-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 15px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
 }

 .program-cards-container .program-card {
    flex: 0 0 auto;
    /* Prevents shrinking and ensures the cards stay inline */
    margin-right: 15px;
    /* Add spacing between cards */
 }

 @media (max-width: 768px) {
    .btn-join-master-class {
       font-size: 13px;
       padding: 10px;
       padding-top: 10px;
       padding-bottom: 10px;
       padding-top: 5px;
       padding-bottom: 5px;
    }

    .main-header-text {
       width: 80% !important;
    }

    .program-cards-container {
       display: flex;
       flex-wrap: nowrap;
       overflow-x: auto;
       padding-bottom: 15px;
       /* Add some padding for better UX */
       -webkit-overflow-scrolling: touch;
       /* Enables smooth scrolling on iOS */
    }

    .floating-icons i:nth-child(2) {
       bottom: 20%;
    }

    .program-cards-container .program-card {
       flex: 0 0 auto;
       /* Prevents shrinking and ensures the cards stay inline */
       margin-right: 15px;
       /* Add spacing between cards */
    }

    .programm-card-width {
       width: 70% !important;
    }

    .category-list {
       max-width: 100% !important;
    }

    .university-tiles__item {
       width: calc(50% - 10px);
    }

    .university-tiles {
       grid-gap: 20px;
       gap: 20px;
       margin-top: 40px;
    }

    .abroad_banner__image {
       /* left: -120px;
       bottom: -27%; */
       left: -40px;
       bottom: -45%;
    }

    .second_abroad_banner {
       margin-left: 0 !important;
    }

    .mid_banner {
       padding: 20px;
    }

    .abroad_banner-body .second_abroad_banner {
       text-align: center !important;
       width: 100%;
    }

    .abroad_banner {
       margin-left: 94px;
       text-align: right !important;
    }

    .video-with-quots .slider-item {
       display: block !important;
    }

    .video-with-quots .quote-section {
       padding-right: 0 !important;
    }

    .video-section-div {
       padding: 10px !important;
    }

    .video-with-quots .watch-btn {
       font-size: 10px;
       width: 130px;
    }

    .advantage-tiles__title {
       font-size: 15px;
       font-weight: 700;
       line-height: 1.3;
       margin-top: 10px;
    }

    .advantage-tiles__content p {
       display: none;
    }

    .advantage-tiles__item {
       width: calc(50% - 8px);
    }

    .counter {
       font-size: 30px !important;
    }

    .section-heading {
       font-size: 25px !important;
       line-height: 1.2 !important;
    }
 }

 #loader {
    text-align: center;
    display: block;
    height: 200px;
    align-content: center;
 }

 .programm-button-div {
    height: 60px;
    display: block;
    align-content: end;
 }

 .header-main {
    z-index: 999;
    position: relative;
 }

 .bg-blank {
    background-color: #f5f4f9;
 }

 .course-cat-section {
    padding-top: 70px;
 }

 .category-title-name {
    font-size: 18px;
    font-weight: 700;
 }

 .program-acc-head.active {
    border-radius: 8px;
    background-color: var(--theme-color-1);
    color: #fff !important;
    position: relative;
    opacity: 1;
 }

 .cat-name {
    flex-grow: 1;
    font-size: 15px;
 }

 .list-group-item {
    padding: 0;
 }

 .program-acc-head {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
 }

 .category-list {
    max-width: 250px;
 }

 .program-card img {
    height: 150px;
    object-fit: cover;
 }

 .program-card-title {
    font-size: 1rem;
    font-weight: bold;
    height: 35px;
    display: inline-block;
 }

 .course-price-details .badge {
    background: #c83b2b;
    color: #fff !important;
    font-weight: 700;
 }

 .program-details {
    font-size: 0.9rem;
 }

 .sidebar-title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
 }

 .popular-list__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    height: 20px;
 }

 .popular-list__title::before {
    border: 0.5px solid rgba(0, 0, 0, 0.92);
 }

 .popular-list__title::before {
    content: "";
    position: absolute;
    top: 9px;
    width: 100%;
 }

 .popular-list__title-text {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f5f4f9;
    padding: 0 6px 0;
 }

 .program-detail__cta {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 4px;
    color: var(--theme-color-2);
    width: 100%;
    background-color: #e8f0fc;
 }

 .program-detail__cta_2 {
   display: flex;
   padding: 8px 12px;
   justify-content: center;
   align-items: center;
   font-size: 14px;
   font-weight: 600;
   line-height: 20px;
   border-radius: 4px;
   color: #fff;
   width: 100%;
   background-color: var(--theme-color-3);
}

 .course-tag-title {
    padding: 2px 6px;
    font-size: 10px;
    line-height: 16px;
    background-color: #e8f0fc;
    color: #000;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
 }

 .program-card {
    /* border: 1px solid rgba(0, 0, 0, 0.12); */
 }

 .program-card:hover {
    box-shadow: 0px 5.5px 16px 0px rgba(0, 0, 0, 0.12), 0px 1px 6px 0px rgba(0, 0, 0, 0.04);
 }

 .section-heading {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    line-height: 40px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
 }

 .section-description p {
    font-size: 16.5px !important;
 }

 .section-sub-heading {
    font-size: 18px !important;
 }

 .university-tiles__image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
 }

 .university-tiles__image {
    height: 38px;
    width: auto;
 }

 @media (min-width: 1250px) {
    .university-tiles {
       grid-gap: 32px;
       gap: 32px;

    }

    .university-tiles__item {
       width: calc(33% - 19px);
    }
 }

 .university-tiles {
    display: flex;
    flex-wrap: wrap;
 }

 .abroad_banner-body {
    padding: 32px 16px;
    position: relative;
    background-color: #e8f0fc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 16px;
    overflow: hidden;
    transition: all .2s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }

 @media (min-width: 991px) {
    .abroad_banner-body {
       padding: 48px 32px;
    }
 }

 .abroad_banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
 }

 @media (min-width: 768px) {
    .abroad_banner-img::before {
       content: "";
       height: 835px;
       width: 835px;
       position: absolute;
       left: -606px;
       border-radius: 50%;
       background-color: rgba(94, 150, 237, .4);
       opacity: .3;
       top: 50%;
       transform: translateY(-50%);
    }
 }

 .abroad_banner__image-bg {
    position: absolute;
    font-size: 0;
    width: 120%;
    top: -20px;
    right: 0;
 }

 @media only screen and (min-width: 1250px) {
    .abroad_banner__image {
       left: -10px;
       bottom: -42%;
    }
 }

 .abroad_banner__image {
    position: absolute;
    font-size: 0;
    height: 148%;
    width: 207px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
 }

 @media (min-width: 768px) {
    .abroad_banner__image-bg {
       height: 312px;
       width: auto;
    }
 }

 @media (min-width: 991px) {
    .abroad_banner {
       margin-left: 246px;
    }

    .second_abroad_banner {
       margin-left: 0;
    }
 }

 @media (max-width: 786px) {
    .button-slider {
       font-size: 13px !important;
       padding: 0 10px !important;
       height: 40px !important;
       line-height: 38px !important;
    }

    .course-cat-section {
       padding-top: 20px;
    }
 }



 .abroad_banner {
    position: relative;
    z-index: 1;
    text-align: left;
 }

 .counter {
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--theme-color-2);
 }

 .stats-list__title {
    color: var(--theme-color-2);
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
 }

 .second_abroad_banner {
    text-align: center;
    width: 100%;
 }

 @media (min-width: 1280px) {
    .container {
       max-width: 1280px;
    }
 }

 @media only screen and (min-width: 768px) {
    .media-mention-card {
       /* width: 302px; */
    }
 }

 .media-card__head {
    flex-grow: 1;
 }

 .media-mention-card {
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 8px;
    padding: 16px 24px;
    /* width: 241px; */
    text-align: left;
    box-shadow: none;
    height: 320px;
 }

 @media (min-width: 991px) {
    .media-card__title {
       font-size: 16px;
       line-height: 24px;
    }
 }

 .media-card__title {
    font-weight: 600;
    line-height: 20px;
    color: #101828;
    margin-top: 16px;
    margin-bottom: 16px;
    height: 90px;
    overflow: auto;
    scrollbar-width: thin;
 }

 .media-mention-card {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    font-weight: 500;
 }

 .media-card__image {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
 }

 @media (min-width: 1250px) {
    .mid_banner-body {
       padding: 40px;
    }
 }

 .mid_banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
 }

 @media (min-width: 768px) {
    .mid_banner {
       display: flex;
       align-items: center;
       width: 100%;
       grid-gap: 24px;
       gap: 24px;
       justify-content: space-between;
    }
 }

 .mid_banner {
    position: relative;
    z-index: 1;
    text-align: left;
    width: 100%;
 }

 @media (min-width: 768px) {
    .mid_banner__image-bg {
       height: 312px;
       width: auto;
    }
 }

 .mid_banner-body {
    /* padding: 16px; */
    position: relative;
    background-color: #ffcf7f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 16px;
    overflow: hidden;
    transition: all .2s;
 }

 .mid_banner__image-bg {
    position: absolute;
    font-size: 0;
    top: -20px;
    right: 0;
 }

 @keyframes marquee {
    0% {
       transform: translateX(100%)
    }

    to {
       transform: translateX(-100%)
    }
 }

 @keyframes marquee2 {
    0% {
       transform: translateX(0)
    }

    to {
       transform: translateX(-200%)
    }
 }

 .company__item,
 .company__list2 {
    display: flex;
    grid-gap: 12px;
    gap: 12px;
 }

 .company__item {
    flex-direction: column;
 }

 .company-section__body {
    display: flex;
    overflow: hidden;
    position: relative;
 }

 .company__image-wrapper {
    display: flex;
    padding: 8px;
    width: 190px;
 }

 .company__image {
    width: 160px;
    height: 52.5px;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain;
 }

 .company__list1 {
    display: flex;
    grid-gap: 12px;
    gap: 12px;
    padding-right: 12px;
    animation: marquee 20s linear infinite;
    animation-delay: 0s;
    animation-delay: -10s;
 }

 .company__list2 {
    padding-right: 12px;
    animation: marquee2 20s linear infinite;
 }

 .company-section__body::after,
 .company-section__body::before {
    content: "";
    height: 100%;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(273deg, transparent 26%, #fff 84%);
 }

 .company-section__body::before {
    left: unset;
    right: 0;
    background-image: linear-gradient(90deg, transparent 26%, #fff 84%);
 }

 @media (min-width: 768px) {
    .advantage-tiles__list {
       margin-top: 20px;
       grid-gap: 32px;
       gap: 32px;
    }

    .advantage-tiles__item {
       width: calc(50% - 16px);
    }

    .advantage-tiles__content {
       padding-top: 24px;
       padding-bottom: 24px;
    }
 }

 .advantage-tiles__image-wrapper {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
 }

 @media (min-width: 1250px) {
    .advantage-tiles__title {
       font-size: 25px;
       line-height: 1.2;
       font-weight: 700;
       margin-bottom: 20px;
    }
 }

 .advantage-tiles__list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 16px;
    gap: 16px;
 }

 .video-with-quots {
    background: #102349;
 }

 .video__desc-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    grid-gap: 8px;
    gap: 8px;
    padding: 12px 16px;
    font-size: 12px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    font-weight: 600;
    line-height: 20px;
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: unset;
    transition: all .1s;
 }

 .overlay-slider-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
 }

 .video-with-quots .slider-item {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    position: relative;
 }

 .video-with-quots .quote-section {
    flex: 1;
    padding-right: 20px;
 }

 .video-with-quots .quote {
    font-size: 20px;
    font-weight: bold;
    color: #000;
 }

 .video-with-quots .description {
    font-size: 1rem;
    color: #000;
    margin-top: 10px;
 }

 .video-with-quots .author,
 .video-with-quots .designation {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
    font-weight: 700;
 }

 .video-with-quots .image-section {
    flex: 1;
    position: relative;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    width: 100%;
    display: flex;
 }

 .video-with-quots .image-section img {
    height: auto;
    width: 100%;
 }

 .video-with-quots .watch-btn {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
 }

 .video-with-quots .name,
 .video-with-quots .title {
    margin-top: 10px;
    font-size: 1rem;
 }

 .video-with-quots .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    /* Ensures visible arrow size */
    z-index: 10;
    /* Ensures buttons appear above other elements */
    cursor: pointer;
    background-color: #000;
 }

 .video-with-quots .owl-prev {
    left: -10px;
    background-color: #000 !important;
 }

 .video-with-quots .owl-prev span,
 .video-with-quots .owl-next span {
    color: #fff;
 }

 .video-with-quots .owl-next {
    right: -10px;
    background-color: #000 !important;
 }

 .main-header-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    /* Optional: Center align the text */
    width: 100%;
    /* Optional: To ensure the content stays responsive */
 }

 .bg-yellows {
    background-color: #102349;
 }

 .product-category .card
 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 }
 .bg-background2::before
 {
    position: relative!important;
 }

 .bg-custom-blue
 {
    background-color: #081b35;
 }

 .custom-sadow
 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }

 @media (max-width: 991px) {
    .padding-top-xs-70
    {
        padding-top: 70px!important;
    }
 }

 .newsletter-new
 {
   background-color: #eb0909;
 }

 .test-placement {
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #31354a;
   font-weight: 800;
   font-size: .8rem;
   margin-top: 20px;
 }

 .test-placement p
 {
   line-height: 1;
 }

 .team-section .placements_batch
 {
   height: 30px;
 }

 .placement_testimonials .card
 {
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 }

 .form-check-input:checked {
   background-color: #eb0909;
   border-color: #eb0909;
 }

 .form-check-input:focus {
   border-color: inherit;
   outline: 0;
   box-shadow: inherit;
 }