@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
body {
    font-family: "Poppins", sans-serif !important;
    background: #efefef !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.bg-primary {
    background: #00207e !important;
}

.btn-primary{
    background: #00207e !important;
    border-color: #00207e !important;
}

.btn-secondary{
    background: #FFEFEF !important;
    border-color: #FFEFEF !important;
    color: #5F5F5F  !important;
} 

.fs-12{
    font-size: 12px;
}

.fs-14{
    font-size: 14px;
}


.fs-24{
    font-size: 24px;
}
.fw-500{
    font-weight: 500;
}

.bg-light{
    background: #efefef !important;
}

.text-secondary {
    color: #535252!important;
}

.form-control {
    background: #f1f1f1;
    border-color: #C5C5C5; 
    border-radius: 0;
}

.form-control:is(:focus, :active){
    background: #f1f1f1;
    border-color: #C5C5C5; 
}

.cursor-pointer{
    cursor: pointer;
}

.howToUse button span {
    font-size: 50px;
    line-height: 1;
}

/* header */
header #nav-icon1 {
    width: 30px;
    transform: rotate(0deg);
    transition: 0.2s ease-in-out;
    cursor: pointer;
    padding: 1px 0 0 0;
    height: 24px; 
    margin-top: 8px;
}
header #nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.2s ease-in-out;
}
header #nav-icon1 span:nth-child(1) {
    top: 2px;
}
header #nav-icon1 span:nth-child(2) {
    top: 50%;
    margin-top: -1px !important;
}
header #nav-icon1 span:nth-child(3) {
    bottom: 2px;
}

.navigationSlide .btn-close {
    transform: translate(-18%, 30%);
  }
  .navigationSlide li {
    list-style: none;
    padding: 0px 16px;
  }
  .navigationSlide li a {
    font-size: 13px;
    color: #383838;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
    text-transform: uppercase;
    text-decoration: none;
  }


  .downArrow:after {
    content: "";
    position: absolute;
    right: 0;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    transition: border-width 150ms ease-in-out;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background-color: #fff;
}
.openMenuDrop ul{
    display: block !important;
}
.openMenuDrop .downArrow:after{
    content: ""; 
    transform: translateY(-50%) rotate(-136deg); 
}

.openMenuDrop ul li {
    padding-left: 0;
}
.scrool_list{
    overflow-y: auto
}
.openMenuDrop ul li a {
    padding: 4px 0px;
}

/* header end */

/* home list */

.left_card h4{
    color: #585858;
    font-size: 26px;
    font-weight: 600;
    margin-top: -34px;
    margin-bottom: 20px;
}

.points_outer figure{ 
    display: flex;
    align-items: self-start;
}

.points_outer figure img {
    background: #00207E;
    border-radius: 50% !important;
}
.points_outer figure figcaption{
    color: #585858; 
    font-weight: 500;
}

.right_dv h4{
    font-size: 30px;
    color: #000;
    font-weight: 600;
}

.inner_dv{
    text-align: center;
}
.redm_txt:after, .redm_txt::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #efefef;
    border-radius: 50%; 
    left: -8px;
    z-index: 2;
    top: 0;
}

.redm_txt:after{
    left: initial;
    right: -8px;
    top: 0;
}

.rdm_inner{
    font-size: 12px;
    color: #0D6600;
    position: relative;
    z-index: 1;
}

.rdm_inner::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    border: 1px dashed #CECECE;
    z-index: -1;
}
 
.howToUse .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .howToUse h6 span {
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #ddd;
    width: 60px;
    height: 60px;
    line-height: 46px;
    font-size: 11px;
    font-weight: 500;
  }
  .howToUse h6::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 44%;
    width: 100%;
    height: 1px;
    background: #979797;
    z-index: -99999;
  }
  .howToUse figcaption {
    border-top: 1px solid #979797;
    min-height: 110px;
  }
  .howToUse figcaption p {
    font-size: 13px;
  }
  .howToUse .owl-nav button.owl-prev {
    left: -16px;
    color: #343a40;
    font-size: 50px;
    background: transparent !important;
  }
  .howToUse .owl-nav button.owl-next {
    right: -16px;
    color: #343a40;
    font-size: 50px;
    background: transparent !important;
  }

  .men_img img {
    width: 110%;
    z-index: 9;
    position: relative;
}

.men_img::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 10%;
    height: 90%;
    background: #FFE5E5;
}

.abt_program p, .abt_program li {
    font-size: 14px;
  }
  .abt_program ul {
    padding-left: 28px;
  }
  .abt_program strong {
    color: #002B74;
  }
  .abt_program h1, .abt_program h2, .abt_program h3, .abt_program h4, .abt_program h5, .abt_program h6 {
    font-size: 18px;
    color: #002B74;
  }

  .inner_dv .row.m-0{
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
/* home list end */ 
 
/* responsive  */
@media (max-width: 1199px){
    .left_card h4 { 
        font-size: 20px; 
    }
    
}

@media (max-width: 991px){
    .men_img img {
        width: 100%; 
    } 
    .left_card h4 { 
        margin-top: 10px;
    }
    .left_card {
        margin-top: 20px;
    }
    .points_outer figure:last-child{
        margin-bottom: 0;
    }
}


@media (max-width: 767px){
    .left_card {
        background: #00207e !important;
        border-radius: 0 !important;
        position: relative;
        z-index: 9;
    } 
    .left_card h4 {
        margin: 0;
        color: #fff;
        font-size: 15px;
        padding: 14px 30px 14px 10px;
        font-weight: 500;
        position: relative;
    }
     .left_card h4::before {
        content: "";
        position: absolute;
        right: 10px;
        top: 14px;
        width: 12px;
        height: 12px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(135deg);
        transition: all 0.5s;
    } 
    .points_outer figure figcaption{
        color: #fff;
    }
    .points_outer{
        border-top: 1px solid #fff;
        padding: 18px 10px ;
    }
    .left_card.open_card h4::before{
        border-top: 0px solid #fff;
        border-right: 0px solid #fff;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        top: 20px;
    }
    .left_card.open_card h4:after {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.3);
        z-index: -1;
    }
    .price_dv {
        display: flex;
        justify-content: space-between;
    }
    .redm_txt {
        text-align: left;
    }
    .rdm_inner::after{
        display: none;
    }
    .border-right-dashed{
        border-right: 1px dashed #efefef;
    }
    .redm_txt:after, .redm_txt::before{
        display: none;
    }
    .inner_dv .border-right-dashed:after, .border-right-dashed::before{
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        background: #efefef;
        border-radius: 50%; 
        right: -8px;
        z-index: 2;
        top: -8px;
    } 
    .inner_dv .border-right-dashed:after{ 
        right: -8px;
        bottom: -8px;
        top: initial;
    }
    .inner_dv .d-grid {
        display: flex !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .inner_dv .d-grid button {
        width: 50%;
    }
    .mob_mrg{
        margin-top: -102px !important;
    }
    .denomination_main{
        display: flex;
        justify-content: space-between;
        margin-top: 16px;
        font-size: 18px;
        padding-bottom: 80px;
    }
    .inner_dv .bg-light {
        height: 100%;
    }
    .points_outer figure img{
        background: #fff;
    }
    .inner_dv .row.m-0{
        flex-direction: row;
    } 
    .denomination_main{
        display: flex;
        justify-content: space-between;
        margin-top: 16px;
        font-size: 18px;
        padding-bottom: 80px;
    }
    
}



@media (max-width: 567px) { 
    .offcanvas-end {
        width: 86%;
    } 
    .inner_dv button {
        font-size: 11px;
    }
    .inner_dv .fs-14 {
        font-size: 14px;
        text-align: left;
    }
    .right_dv h4 {
        font-size: 24px; 
    }
    .right_dv p{
        font-size: 12px;
    }
    .inner_dv .d-grid button {
        width: 50%;
        font-size: 10px;
    }
}

@media (max-width: 380px){
    .inner_dv .d-grid button { 
        font-size: 9px;
    }
}

@media (max-width: 380px) {  
    .rdm_inner {
        font-size: 10px; 
    } 
}


/* responsive end */