@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,600;1,500&family=Tiro+Devanagari+Hindi&display=swap');
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    
}

@font-face {
    font-family: 'Roboto_700';
    src: url('../font/Roboto/Roboto-Bold.ttf');
}

@font-face {
    font-family: 'Roboto_400';
    src: url('../font/Roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto_500';
    src: url('../font/Roboto/Roboto-Medium.ttf');
}
@font-face {
    font-family: 'Roboto_300';
    src: url('../font/Roboto/Roboto-Light.ttf');
}

h1 , h2{
    font-family: 'roboto_700';
}

/* @font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto/Roboto-Bold.ttf');
    src: url('../font/Roboto/Roboto-BoldItalic.ttf');
    src: url('../font/Roboto/Roboto-Italic.ttf');
    src: url('../font/Roboto/Roboto-Light.ttf');
    src: url('../font/Roboto/Roboto-LightItalic.ttf');
    src: url('../font/Roboto/Roboto-Medium.ttf');
    src: url('../font/Roboto/Roboto-MediumItalic.ttf');
    src: url('../font/Roboto/Roboto-Regular.ttf');
} */

nav{
    background-color: #ffffff;
    width: 100%;
}
label img{
    width: 90%;
    padding: 15px 35px;
}
nav ul{
    float: right;
    margin-right: 20px;
}
nav ul li{
    display: inline-block;
    line-height: 50px;
    margin: 0 5px;
}
nav ul li a{
    color: white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
}
nav ul li a.active, nav ul li a:hover{
    background-color: #1b9bff;
    transition: .5s;
}
.checkbtn{
    font-size: 35px;
    color: #160D66;
    float: right;
    line-height: 90px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
nav{
    display: none;
}



.display_none{
    display: block;
}
 /* header section start */
header{
    background-color: #ffffff;
    color: #160D66;
    
}
.header_main{
    width: 100%;
    height: 87px;
    background-color: #ffffff;
    z-index: 10;
    padding-top: 25px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: 1s ease;
}
.fixed {
    position: fixed;
    top: 0;
    transition: 1s ease;
}
/* .banner_section,
.about_section_main,
.what_we_do_section{
    margin-top: 87px;
} */


.header_main .header_img{
    width: 30%;
    float: left;
    text-align: center;
}
.admin_header .header_img{
    width: 20%;
    float: left;
    text-align: center;
}
.header_main .header_img img{ 
    width: 85px;
    margin-top: -18px;
}
.admin_header .header_img img{ 
    width: 80px;
    margin-top: -18px;
}
.header_main .header_menu{
    width: 40%;
    float: left;
}
.admin_header .header_menu{
    width: 65%;
    float: left;
}
.header_main .header_menu ul{
    list-style-type: none;
    text-align: center;
}
.header_main .header_menu ul li{
    display: inline-block;
    font-family: 'Roboto_500';
    font-size: 16px;
    font-weight: 500;
    padding: 0px 10px;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
}
.admin_header .header_menu ul li{
    display: inline-block;
    font-family: 'Roboto_500';
    font-size: 16px;
    font-weight: 500;
    padding: 0px 10px;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
}
.header_main .header_menu ul li a{
    text-decoration: none;
    color: #160D66;
}
.header_main .header_donate{
    width: 30%;
    float: left;
    text-align: center;
    
}
.admin_header .header_donate{
    width: 15%;
    float: left;
    text-align: center;
    
}
.header_main .header_donate button{
    font-family: 'Roboto_500';
    width: 115px;
    height: 43px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    border: none;
    outline: none;
    background-color: #160D66;
}

/* header section end */

/* banner section start */
.banner_section{
    background-image: url('../images/banner.png');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.banner_heading{
    padding-top:75px ;
}
.banner_heading h1{
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
    letter-spacing: 0em;
    padding-right: 30%;
    text-align: left;
    color: #fff;
}
.banner_heading button{
    font-family: 'Roboto_500';
    font-size: 16px;
    width: 115px;
    height: 43px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    border: none;
    border-radius: 4px;
    color: #000;
    -webkit-text-fill-color: #000;

}
.banner_footer{
    padding-top: 20%;
    padding-bottom: 5%;
}
.banner_footer h1{
    color: #fff;
    font-family: 'Tiro Devanagari Hindi', serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0em;
    text-align: left;

}

.banner_bottom{
    width: 100%;
}
.banner_bottom p{
    font-family: 'Roboto_500';
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: #fff;
    float: left;
    
}
.banner_bottom .banner_line{
    border-top: 1px solid #fff;
    width: 60%;
    float: left;
    margin-top: 10px;
}
.banner_bottom .banner_line_start{
    width: 21%;
    float: left;
}
.banner_bottom .banner_line_end{
    width: 19%;
    float: left;
    text-align: right;
    padding-left: 5px;
}
/* banner section end */

/* about section start */
.about_section_main{
    padding: 100px 0px 50px 0px;
    /* height: 700px; */
}
.about_main{
    color: #160D66;
    /* padding: 40px 0px; */
}
.about_main h5{
    font-family: 'Roboto_700';
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 10px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 30px;
}
.about_main span{
    font-family: 'Roboto_700';
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
}
.about_main h1{
    font-family: 'Roboto_700';
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0px;
    text-align: left;
    padding: 10px 0px;
}
.about_main p{
    font-family: 'Roboto_400';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    padding-right: 30px;
    text-align: left;
}

.about_main button{
    font-family: 'Roboto_500';
    width: 149px;
    height: 51px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    border: none;
    border-radius: 4px;
    text-align: center;
    background: #F2C94C;
    color: #160D66;
}
.about_main .line{
    border-top: 2px solid #160D66;
    margin-top: 10px;
}
.about_img{
    text-align: right;
}
.about_img_inner, .what_we_do_img_inner{
    display: none;
}
.about_img img{
    width: 90%;
}

/* about secton end */

/* our_supporters section start */
.our_supporters{
    /* padding: 50px 0px 20px 0px; */
    padding: 0px 0px 15px 0px;
    /* color: #160D66; */
    color: #160D66;
}
.our_supporters h4{
    font-family: 'Roboto_500';
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
}
.Supporters img{
    /* width: 25%; */
    width: 30%;
}
/* our_supporters section end */

 /* What we do section start */
    .what_we_do_section{
        background: #FCEDC6;
        color: #160D66;
        padding: 100px 0px;
    }
    .what_we_do_main{
    }
    .what_we_do_main span{
        font-family: 'Roboto_700';
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: 2px;
        text-align: left;
        text-transform: uppercase;
    }
    .what_we_do_main h1{
        font-size: 48px;
        font-weight: 700;
        line-height: 58px;
        letter-spacing: 0px;
        text-align: left;
        padding: 10px 0px;
    }
    .what_we_do_main p{
        font-family: 'Roboto_400';
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0px;
        text-align: left;
    }
    
    .what_we_do_main button{
        font-family: 'Roboto_500';
        width: 146px;
        height: 51px;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: 0em;
        border: none;
        border-radius: 4px;
        text-align: center;
        background: #fff;
        color: #160D66;
    }
    .what_we_do_main .line{
        border-top: 2px solid #160D66;
        margin-top: 10px;
    }
    .what_we_do_img{
        text-align: right;
        padding-top: 50px;
        
    }
    .what_we_do_img img{
        width: 80%;
    }
    .what_we_do_inner_section{
        width: 100%;
        float: left;
        padding: 10px 0px 10px 0px;
    }
    .what_we_do_section_first{
        width: 15%;
        float: left;
        text-align: center;
        
    }
    .what_we_do_section_second{
        width: 85%;
        float: left;
        
    }
    .what_we_do_section_first img{
        width: 40%;
    }
    .what_we_do_section_second h5{
        font-family: 'Roboto_700';
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 0px;
        text-align: left;
    }
    .what_we_do_section_second p{
        font-family: 'Roboto_400';
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0px;
        text-align: left;

    }
    
 /* What we do section end  */

 /* membership section start */
 .membership_section_main{
    padding: 50px 0px;
 }
 .membership_main{
    color: #160D66;
 }
 .membership_main span{
    font-family: 'Roboto_700';
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
}
.membership_main h1{
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0px;
    padding-right: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
    
    text-align: left;
}
.membership_main .line{
    border-top: 2px solid #160D66;
    margin-top: 10px;
}

.membership1 {
    /* background-image: 
    linear-gradient(126deg, rgba(12, 11, 11, 0.603) 100%, rgba(0,0,0,0.3309698879551821) 100%),
        url('../images/membership1.png'); */
    background-size: cover; 
    background-position: center center; 
    width: 100%;
    height: 390px;
    margin-bottom: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    padding-top: 90px;
    background: rgba(252, 237, 198, 1);

}
.membership2 {
    
    /* background-image: 
    linear-gradient(126deg, rgba(12, 11, 11, 0.603) 100%, rgba(0,0,0,0.3309698879551821) 100%),
        url('../images/membership2.png'); */
    background-size: cover; /* This ensures the image covers the entire div */
    background-position: center center; /* Center the image horizontally and vertically */
    width: 100%;
    height: 390px;
    margin-bottom: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(252, 237, 198, 1);

}
.membership3 {
    /* background-image: 
    linear-gradient(126deg, rgba(12, 11, 11, 0.603) 100%, rgba(0,0,0,0.3309698879551821) 100%),
        url('../images/membership3.png'); */
    background-size: cover; /* This ensures the image covers the entire div */
    background-position: center center; /* Center the image horizontally and vertically */
    width: 100%;
    height: 390px;
    margin-bottom: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    padding-top: 90px;
    background: rgba(252, 237, 198, 1);

}

.membership_section{
    /* color: #fff; */
    color: rgba(22, 13, 102, 1);
    /* width: 315px; */
    width: 425px;
    padding: 0px 20px;
}
.membership_section h4{
    font-family: 'Roboto_700';
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    height: 42px;
    letter-spacing: 0px;
    text-align: left;

}
.membership_section p{
    font-family: 'Roboto_400';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
}
 /* membership section end */

/* support section start */
.support_section_main{
    display: block;
    padding: 100px 0px 180px 0px;
    background-color: #160D66;
    color: #fff;
}
.support_inner{

}
.support_inner h1{
    font-family: 'Roboto_700';
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0px;
    padding-right: 55%;
    text-align: left;
}
.support_inner p{
    font-family: 'Roboto_700';
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: left;    
    padding-right: 40%; 
}
.support_inner button{
    background: #F2C94C;
    color: #160D66;
    width: 146px;
    height: 51px;
    margin-top: 80px;
    border: none;
    border-radius: 4px;
    font-family: 'Roboto_500';
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
}

.step-container {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

.step-box {
    width: 25px;
    height: 25px;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    background-color: transparent;
    border-radius: 4px;
}

.step-box .s1{
    background: #BEF3C0;
    width: 15px;
    height: 15px;
    margin: 1px;
    border-radius: 4px;
}

.step-box .s2{
    background: #AC94F1;
    width: 15px;
    height: 15px;
    margin: 1px;
    border-radius: 4px;
}

.step-box .s3{
    background: #FFF0CA;
    width: 15px;
    height: 15px;
    margin: 1px;
    border-radius: 4px;
}

.step-box .s4{
    background: #F9CF64;
    width: 15px;
    height: 15px;
    margin: 1px;
    border-radius: 4px;
}

.step-box .s5{
    background: #F38FBF;
    width: 15px;
    height: 15px;
    margin: 1px;
    border-radius: 4px;
}


.step-box span{
    position: absolute;
    top: 50px;
    width: 160px;
    text-align: center;
    font-family: 'Roboto_500';
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;

}

.step-box .btext1{
    position: absolute;
    top: 95px;
    left: 58px;
    width: 160px;
    text-align: center;
    font-family: 'Roboto_500';
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
}

.step-box .btext2{
    position: absolute;
    top: 95px;
    right: 50px;
    width: 160px;
    text-align: center;
    font-family: 'Roboto_500';
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
}

.step-box .btext3{
    position: absolute;
    top: 95px;
    right: -70px;
    width: 160px;
    text-align: center;
    font-family: 'Roboto_500';
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
}

.step-line {
    border-top: 2px solid #ccc;
    flex: 1;
    z-index: 0;
}


/* support section end */

/* volunteer section star */
.volunteer{
    padding-top: 100px;
    padding-bottom: 100px;
}
.volunteer_section_main{
    background-image : url('../images/volunteer.png');
    background-size: cover; /* This ensures the image covers the entire div */
    background-position: center center; /* Center the image horizontally and vertically */
    width: 100%;
    margin: 0px auto !important;
    height: 360px;
    border-radius: 20px;
}
.volunteer_section{
    padding: 60px;
    color: #fff;
}
.volunteer_section .modal-body h1{
    text-align: left;
}
.volunteer_section h1{
    font-family: 'Roboto_700';
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0px;
    text-align: center;
}
.volunteer_section .volunteer_section_button{
    text-align: center;
}
.volunteer_section .volunteer_section_button .bt1{
    font-family: 'Roboto_500';
    border-radius: 4px;
    background: #F2C94C;
    color: #160D66;
    border: none;
    width: 200px;
    height: 51px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    margin-right: 20px;
}
.volunteer_section .volunteer_section_button .bt2{
    font-family: 'Roboto_500';
    border-radius: 4px;
    background: #fff;
    color: #160D66;
    border: none;
    width: 115px;
    height: 51px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
}
/* volunteer section star */

/* events section start */
.event_main{
    padding-bottom: 100px;
}
.event_heading{
    width: 100%;
    float: left;
    padding: 50px 0px;
}
.event_heading h1{
    font-family: 'Roboto_500';
    font-size: 35px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: 0px;
    text-align: left;
    color: #160D66;
    float: left;
    width: 20%;
}
.event_heading div{
    width: 80%;
    float: left;
    margin-top: 30px;
    border: 1px solid #E5E5E5;
}

.events_section_img img{
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.events_section_info{
    padding: 20px 15px 35px 20px;
    background: #F2C94C;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;

}
.events_section_info h3{
    font-family: 'Roboto_700';
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: left;
    color: #160D66;
}
.event_date{
    width: 100%;
    padding: 15px 0px;
}
.event_date div{
    border-top: 1px solid #160D66;
    width: 10%;
    float: left;
    margin-top: 10px;
}
.event_date p{
    font-family: 'Roboto_500';
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 2px;
    padding-left: 5px;
    text-align: left;
    color: #160D66;
    width: 90%;
    float: left;
}
/* events section end */

/* footer section start */
    footer{
        background: #FCEDC6;
        color: #160D66;
        padding: 100px 0px 50px 0px;
    }
    .footer_image{
        text-align: center;
    }
    .footer_image img{
        width: 45%;
    }

    .footer_image p{
        font-family: 'Roboto_300';
        font-size: 10px;
        font-weight: 300;
        line-height: 26px;
        letter-spacing: 0em;
        text-align: center;
        margin: 1px;
    }
    .footer_link{

    }
    .footer_link h3{
        font-family: 'Roboto_700';
        font-size: 20px;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: 0px;
        text-align: left;
        margin-bottom: 0px;
    }
    .footer_link ul{
        list-style-type: none;
        padding: 0px  5px 5px 5px;
    }
    .footer_link ul li{
        font-family: 'Roboto_400';
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0em;
        text-align: left;
        /* margin: 30px 0px; */
        margin: 9px 0px 15px 0px;
        

    }
    .footer_link ul li a{
        text-decoration: none;
        color: #160D66;
    }
    .footer_address_main{
        
    }
    .footer_address_main .address{
        
    }
    .footer_address_main .address h3{
        font-family: 'Roboto_700';
        font-size: 20px;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: 0px;
        text-align: left;   
    }
    .footer_address_main .address p{
        font-family: 'Roboto_400';
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0px;
        text-align: left;

    }
    .footer_address_main .Lets_talk_main{
        
    }
    .footer_address_main .Lets_talk_main h3{
        font-family: 'Roboto_700';
        font-size: 20px;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: 0px;
        text-align: left;

    }
    /* .footer_address_main .Lets_talk{
        display: flex;
        justify-content: space-between;
    } */
    .contact_color .Lets_talk_main .Lets_talk  p{
        color: #160D66;
        -webkit-text-fill-color: #160D66;
    }
    .footer_address_main .Lets_talk p{
        font-family: 'Roboto_400';
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0px;
        text-align: left;
        color: #160D66;
        -webkit-text-fill-color: #160D66;
        text-decoration: none;
        

    }
    .footer_address_main .follow_us_main{
        
    }
    .footer_address_main .follow_us_main h3{
        font-family: 'Roboto_700';
        font-size: 20px;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: 0px;
        text-align: left;
        
    }
    .footer_address_main .follow_us{
        display: flex;
        gap: 15px;
    }
    .footer_address_main .follow_us img{
        width: 22px;
        height: 22px;
    }
    .footer_address_main .follow_us p{
        font-family: 'Roboto_400';
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0px;
        text-align: left;

    }
    .center_footer p{
        font-family: 'Roboto_300';
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
        letter-spacing: 0em;
        text-align: center;
        margin: 1px;
    }
/* footer section end */

/* donate section start */
.donate_img img{
    width: 90%;
}
/* donate section end */

/* Support we provide to the Children section  */
.what_we_do_section_second_new{
    width: 100% !important;
    padding-right: 28px;
    float: left;
}
/* Support we provide to the Children section end */

/* Support section start */
.support_para{
    padding: 80px 0px 0px 75px;
}
.support_para p{
    font-family: 'Roboto_400';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
}
/* Support section end */

.contact_address_main{
    padding: 0px 80px;
}


/* / omkar / */
/* / modal css / */
.modal_close_btn{
    height: 32px !important;
    width: 32px !important;
    border-radius: 4px !important;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
    background-color: #101563 !important;
    opacity: 1 !important;
}

.modal-content{
    padding: 20px !important;
}

.modal-header{
    border-bottom: none !important;
}

.modal-body{
    padding: 0px 20px 0px 20px !important;
}
.modal-footer{
    border-top: none !important;
}

/* / Join as a volunteer Modal css start / */
.volunteer_modal_container{
    max-width: 640px !important;
}

.volunteer_modal_container h1{
    font-family: 'Roboto_700';
    font-size: 40px;
    font-weight: 700;
    color: #160D66;
    line-height: 56px;
}

.volunteer_modal_container p{
    font-family: 'Roboto_400';
    font-size: 14px;
    font-weight: 400;
    color: #160D66;
    line-height: 22.4px;
}

.volunteer_join_form .form-label{
    font-family: 'Roboto_700';
    font-size: 12px;
    font-weight: 700;
    color: #160D66;
    line-height: 19.2px;
    opacity: 60%;
   
}
input {
    height: 40px;
}
.volunteer_join_form .volunteer_join_input{
    border: none !important;
    border-bottom: 1px solid #160D66 !important;
    border-radius: 0px !important;
    
 
}

.volunteer_join_form .volunteer_join_msg{
    border: 1px solid #160D66 !important;
    border-radius: 4px !important;
 
}

.volunteer_join_form .volunteer_join_msg::placeholder{
    font-family: 'Roboto_400';
    font-size: 16px;
    font-weight: 400;
    color: #1D2130;
    line-height: 25.6px;
    opacity: 30%;
}

.volunteer_join_form .send_msg_btn{
    font-family: 'Roboto_500';
    width: 170px;
    height: 51px;
    border-radius: 4px;
    padding: 16px, 32px, 16px, 32px;
    background-color: #F2C94C;
    font-size: 16px;
    font-weight: 500;
    color: #160D66;
    margin-bottom: 30px;
}

/* / Join as a volunteer Modal css end / */

/* / Donation Modal css start / */
.donate_modal_container{
    max-width: 640px !important;
}

.donate_modal_container h1{
    font-family: 'Roboto_700';
    font-size: 40px;
    font-weight: 700;
    color: #160D66;
    line-height: 56px;
}

.donate_modal_container p{
    font-family: 'Roboto_400';
    font-size: 14px;
    font-weight: 400;
    color: #160D66;
    line-height: 22.4px;
    width: 100%;
}
.donate_form{
    text-align: left;
}
.term{
    padding: 0px !important;
}
.term h3{
    font-size: 22px;
    font-weight: 500;
    font-family: 'Roboto_500';
}

.donate_form .form-label{
    font-family: 'Roboto_700';
    font-size: 12px;
    font-weight: 700;
    color: #160D66;
    line-height: 19.2px;
    opacity: 60%;
   
}
.donate_form .donate_input{
    border: none !important;
    border-bottom: 1px solid #160D66 !important;
    border-radius: 0px !important;
 
}

.donate_form .donate_input::placeholder{
    font-family: 'Roboto_400';
    font-size: 12px;
    font-weight: 400;
    color: #1D2130;
    line-height: 19.2px;
    opacity: 30%;
    
   
}

.donate_form .form-select{
    padding-left: 0px !important;
    font-size: 12px; 
    font-weight: 400;
    color: rgba(29, 33, 48, 0.38);
    background-image: url('data:image/svg+xml,<svg style="color: rgb(22, 13, 102);" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-down-fill" viewBox="0 0 16 16"><path d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z" fill="%23160d66"></path></svg>') !important;
}



.donate_form .donate_msg{
    border: 1px solid #160D66 !important;
    border-radius: 4px !important;
 
}

.donate_form .donate_msg::placeholder{
    font-family: 'Roboto_400';
    font-size: 16px;
    font-weight: 400;
    color: #1D2130;
    line-height: 25.6px;
    opacity: 30%;
}

.donate_form .send_msg_btn {
    font-family: 'Roboto_500';
    width: 170px !important;
    height: 51px !important;
    border-radius: 4px;
    padding: 16px, 32px, 16px, 32px;
    background-color: #F2C94C !important;
    font-size: 16px;
    font-weight: 500;
    color: #160D66 !important;
    margin-bottom: 30px;
    border: none !important;
}

.donate_form .send_msg_btn:focus, .donate_form .donate_input:focus{
    box-shadow: none !important;
    border-color: none !important;
    background-color: none !important;
}




/* / Join as a volunteer Modal css end / */


/* / contact banner css start / */
.contact_banner_section{
    height: 476px;
    background-color: #FCEDC6;
}
/* / contact form css start / */

.contact_form{
    width: 70%;
    margin: 0 auto;
    padding: 50px 0px 50px 0px;
}


.contact_form .form-label{
    font-family: 'Roboto_700';
    font-size: 12px;
    font-weight: 700;
    color: #160D66;
    line-height: 19.2px;
    opacity: 60%;
   
}
.contact_form .contact_input{
    border: none !important;
    border-bottom: 1px solid #160D66 !important;
    border-radius: 0px !important;
 
}

.contact_form .contact_input::placeholder{
    font-family: 'Roboto_400';
    font-size: 12px;
    font-weight: 400;
    color: #1D2130;
    line-height: 19.2px;
    opacity: 30%;
    
   
}

.contact_form .contact_msg{
    border: 1px solid #160D66 !important;
    border-radius: 4px !important;
 
}

.contact_form .contact_msg::placeholder{
    font-family: 'Roboto_400';
    font-size: 16px;
    font-weight: 400;
    color: #1D2130;
    line-height: 25.6px;
    opacity: 30%;
}

.contact_form .send_msg_btn{
    font-family: 'Roboto_500';
    width: 170px;
    height: 51px;
    border-radius: 4px;
    padding: 16px, 32px, 16px, 32px;
    background-color: #F2C94C;
    font-size: 16px;
    font-weight: 500;
    color: #160D66;
    margin-bottom: 30px;
    border: none;
}
/* / contact form css end / */
/* / contact banner css end / */

/* / contact form css start / */

.contact_form{
    width: 70%;
    margin: 0 auto;
    padding: 50px 0px 50px 0px;
}


.contact_form .form-label{
    font-family: 'Roboto_700';
    font-size: 12px;
    font-weight: 700;
    color: #160D66;
    line-height: 19.2px;
    opacity: 60%;
   
}
.contact_form .contact_input{
    border: none !important;
    border-bottom: 1px solid #160D66 !important;
    border-radius: 0px !important;
 
}

.contact_form .contact_input::placeholder{
    font-family: 'Roboto_400';
    font-size: 12px;
    font-weight: 400;
    color: #1D2130;
    line-height: 19.2px;
    opacity: 30%;
    
   
}

.contact_form .contact_msg{
    border: 1px solid #160D66 !important;
    border-radius: 4px !important;
 
}

.contact_form .contact_msg::placeholder{
    font-family: 'Roboto_400';
    font-size: 16px;
    font-weight: 400;
    color: #1D2130;
    line-height: 25.6px;
    opacity: 30%;
}

.contact_form .send_msg_btn{
    font-family: 'Roboto_500';
    width: 170px;
    height: 51px;
    border-radius: 4px;
    padding: 16px, 32px, 16px, 32px;
    background-color: #F2C94C;
    font-size: 16px;
    font-weight: 500;
    color: #160D66;
    margin-bottom: 30px;
    border: none;
}
/* / contact form css end / */
/* / volunteer button css / */

.volunteer_btn button{
    font-family: 'Roboto_500';
    width: 200px;
    height: 51px;
    border: none;
    border-radius: 4px;
    padding: 16px, 32px, 16px, 32px;
    background-color: #F2C94C;
    color: #160D66;
    font-weight: 500;
    font-size: 16px;
}

/* / donate button css / */
.donate_btn button{
    font-family: 'Roboto_500';
    width: 190px;
    height: 51px;
    border: none;
    border-radius: 4px;
    padding: 16px, 32px, 16px, 32px;
    background-color: #F2C94C;
    color: #160D66;
    font-weight: 500;
    font-size: 16px;
}

.button_group{
    display: flex;
    justify-content: center;
    padding: 20px 0px;
}

/* new codeing */
.padding_container{
    padding: 100px 0px;
}

.padding_container_new{
    padding: 30px 0px;
}
.what_we_do_section_new{
    padding-bottom: 50px !important;
    padding-top: 250px !important;
    position: relative;
}
.mission_vision_img{
    background-image: url('../images/about-main-img.png') ;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 88%;
    background-repeat: no-repeat;
    border-radius: 15px;
    margin-top: 50px;
    
  
}
.mission_vision_main{
    padding: 0px 50px;
}
.mission_vision_info{

}
.mission_vision_info span{
    font-family: 'Roboto_700';
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 2px;
    text-align: left;
}
.mission_vision_info h1{
    font-family: 'Roboto_700';
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0px;
    padding-bottom: 20px;
    text-align: left;
}
.mission_vision_info .mission_vision{
    padding-bottom: 20px;
}

.mission_vision_info p {
    font-family: 'Roboto_400';
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: justify;
}
/* ---------- */

/* award_section start */
.award_section{
    padding: 100px 0px;
    color: #101563;
}
.award_section_heading h1{
    font-family: 'Roboto_700';
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0px;
    text-align: center;
}
.award_detail{
    text-align: center;
    padding-top: 30px;
}

.award_detail img{
    width: 60%;
    margin-bottom: 20px;
}

.award_detail h1{
    font-family: 'Roboto_700';
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: center;

}
.award_detail p{
    font-family: 'Roboto_700';
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 0px;

}
.award_detail span{
    font-family: 'Roboto_500';
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    opacity: 60%;
}
.initiative_section{
    background: #F2C94C;
    border-radius: 20px;
    padding: 50px 40px;
    margin-top: 100px !important;
}
.initiative_section_main{
    padding: 30px 10px 0px 50px;
}
.initiative_section_main span{
    font-family: 'Roboto_700';
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 2px;
    text-align: left;
    
}
.initiative_section_main h1{
    font-family: 'Roboto_700';
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0px;
    text-align: left;
    padding: 10px 0px;
}
.initiative_section_main p{
    font-family: 'Roboto_400';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
}
.new_section img{
    width: 100%;
}
/* award_section end */

/* team_section section start */
.team_section{
    padding: 152px 0px;
    color: #101563;
}
.team_heading{
    padding-bottom: 30px;
}
.team_heading h1{
    font-family: 'Roboto_700';
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0px;
    text-align: center;
}
.team_member{
    text-align: center;
}
.team_member img{
    width: 100%; 
}
.team_member h3{
    font-family: 'Roboto_500';
    padding-top: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 5px;
}
.team_member p{
    font-family: 'Roboto_400';
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: center;
    /* padding-bottom: 20px; */
	padding-bottom: 0px;
    margin-bottom: 0px;

}
.form-select:focus{
    box-shadow: none !important;
}
/* Style the options within the select element *

/* team_section section end */

/* sider set start */


/* sider set end */
.custom-select {
    position: relative;
    width: 100%;
  }
  .form-control{
    padding: 3px !important;
  }
  
  .select-trigger {
    padding: 10px;
    border: 1px solid #000000;
    cursor: pointer;
    color: #000000;
  }
  
  .select-options,
  .chosen-single {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #413b3b;
    list-style: none;
    padding: 0;
  }
  
  .select-options li {
    padding: 10px;
    cursor: pointer;
  }
  
  .select-options li:hover {
    background-color: #f0f0f0;
  }
  .no_display{
    display: block;
  }
  .what_we_do_section_second p span{
    display: none;
  }
  .what_we_do_section_second  .small{
    display: none;
  }
  .about_section_main_about{
    padding-bottom: 0px !important;
  }


  .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 40px;
}
select {
    display: none;
}
.wrap h1{
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #49ff18, 0 0 30px #49FF18, 0 0 40px #49FF18, 0 0 55px #49FF18, 0 0 75px #49ff18, -40px -40px 0px rgba(28,110,164,0);
    color: #181B33;
    background: #232323;
    font-size: 47px;
    text-align: center;
    font-family: monospace;
}
.custom-select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    color: #160D66;
    border-bottom: 1px solid #160D66 !important;
    padding: 10px 0px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;

    font-family: 'Roboto_400';
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(29, 33, 48, 0.38) !important;


}
.custom-select:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #160D66 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
    transform: rotateZ(0deg);
    transition: all 0.5s;
    transform-origin: 50% 25%;
}
/*.custom-select:hover {
    background-color: #b83729;
}
*/
.custom-select:active, .custom-select.active {
    background-color: #fff;
    color: #9E9E9E;
}
.custom-select:active:after, .custom-select.active:after {
    transform: rotateZ(180deg);
    transition: all 0.5s;
    transform-origin: 50% 25%;
}
.custom-select:focus{
   outline: 2px;
}
.donate_form  option{
    color: #424242 !important;
    border-top: 1px solid rgba(22, 13, 102, 1) !important;
    border-width: 0.25px !important;
    margin: 0;
    padding: 10px 0;
   /* text-indent: 15px;
   */
   /* border-top: 1px solid #AED581;
   */
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    padding-left: 15px;
}
.select-options {
    max-height: 200px;
    overflow-y: auto;
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background: linear-gradient(0deg, #F3F3F3, #F3F3F3);
    border-top: none;
    border-left: 1px solid rgba(22, 13, 102, 1);
    border-right: 1px solid rgba(22, 13, 102, 1);
    border-bottom: 1px solid rgba(22, 13, 102, 1);
}
.select-options li {
    color: #424242;
    border-top: 1px solid rgba(22, 13, 102, 1);
    border-width: 0.25px !important;
    margin: 0;
    padding: 10px 0;
   /* text-indent: 15px;
   */
   /* border-top: 1px solid #AED581;
   */
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    padding-left: 15px;
}
.select-options li:hover {
    color: #fff !important;
    background: #160D66 !important;
}
.select-options li[rel="hide"] {
    display: none;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
    border-radius: 0 0 5px 0;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color:#9E9E9E;
}
.thank_you{
    text-align: center;
    height: 100vh;

}
.thank_you_main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100vh;
    width: 100%;
    padding: 0px 50px;
}  
.thank_you_main h1{
    font-size: 72px;
}
.thank_you_main .main-content__checkmark{
    width: 15%;
}
.thank_you_main .main-content{
    width: 35%;
    margin: 0px auto;
}
.margin ul{
    text-align: left;
    color: #160D66;
}
.margin ul li{
    color: #160D66;
}
.Lets_talk a{
    text-decoration: none !important;
}
.follow_us p a{
    text-decoration: none !important;
    color: #160D66 !important;
}
.follow_us_more p a{
    text-decoration: none !important;
    color: #160D66 !important;
}
.center_footer  p a{
    text-decoration: none !important;
    color: #160D66 !important;
}
.team_gap_main{
    width: 100%;
}
.team_gap{
    width: 20% !important;
    float: left !important;
}


.header_menu ul li a.active {
   border-bottom: 2px solid #182777;
   /* display: block; */
}

.partners_section{
    background: #F2C94C;
    border-radius: 20px;
    padding: 50px 50px;

}
.partners_heading h1{
    font-family: 'Roboto_700';
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0px;
    text-align: center;
    color: #101563;
    margin-bottom: 18px;
}

.partners_section_main p{
    font-family: 'Roboto_400';
    font-size: 12px;
    font-weight: 400;
    line-height: 25.6px;
    color: #160D66;
    opacity: 0.6;
}

.partners_section .new_section{
    width: 100%;
    margin: 0 auto;
}
.new_section img{
    width: 65%;
    margin: 0 auto;
}

.partners_name{
    padding-top: 50px;
}

.partners_name h3{
    font-family: 'Roboto_500';
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #160D66;
    
}

.partners_name p{
    font-family: 'Roboto_400';
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
    color: #160D66;
    opacity: 0.6;
    
}

.partners_main_sec .row{
    margin: 0 auto !important;
}

.partners_slider .slick-next:before{
    content: url('data:image/svg+xml,<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_669_1034)"><path d="M22.5001 13.5L19.3276 16.6725L29.6326 27L19.3276 37.3275L22.5001 40.5L36.0001 27L22.5001 13.5Z" fill="%23160D66"/></g><defs><clipPath id="clip0_669_1034"><rect width="54" height="54" fill="white"/></clipPath></defs></svg>') ;
}

.partners_slider .slick-prev:before{
    content: url('data:image/svg+xml,<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_669_1035)"><path d="M31.4999 40.5L34.6724 37.3275L24.3674 27L34.6724 16.6725L31.4999 13.5L17.9999 27L31.4999 40.5Z" fill="%23160D66"/></g><defs><clipPath id="clip0_669_1035"><rect width="54" height="54" fill="white" transform="translate(54 54) rotate(-180)"/></clipPath></defs></svg>');
   
}

.partners_slider .slick-prev{
    left: -55px ;
}

.tabbedPanels { 
    width: 100%;
    margin-top: 25px;
  }

.panelContainer {
clear: both;
margin-bottom: 25px;
padding: 10px;
/* add height if you want equal panels */
}




/* reset ul defaults  */
.tabs {
	padding: 0px !important;
list-style: none;
display: flex;
justify-content: space-around;	
}

/* set li properties  */
.tabs li {
float: left;

text-align: center;
}

/* all formatting goes inside 'a' */
.tabs a {
font-family: 'Roboto_500';
font-size: 14px;
font-weight: 500;
display: block;
text-decoration: none;
color: #160D66;
background-color: #fff;
padding: 4px 30px;
width: 244px;
border-radius: 5px;
border: 1px solid #061a60;
}

.tabs a:hover{
    color: #061a60;
}

.tabs a.active {
    background-color: #061a60;
    color: #ffffff;
}

  .radio-toolbar input[type="radio"] {
    display: none;
  }
  .radio-toolbar label {
    font-family: 'Roboto_500';
    font-size: 14px;
    font-weight: 500;
    /* display: inline-block; */
    background-color: #fff;
    color: #160D66;
    border: 1px solid #160D66;
    padding: 4px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 31.33%;
    margin: 5px;
    float: left;
    text-align: center;
  }
  .radio-toolbar input[type="radio"]:checked+label {
    background-color:  #160D66;
    color:#fff;
  }



  /* .highlighted-label {
    background-color:  #160D66;
    color:#fff
} */
  /* .radio-toolbar input[type="radio"]+label:hover {
    transition: transform .2s;
    transform: scale(1.2);
  } */

  .panelContainer .panel{
    text-align: center;
  }

  .enteramount{
    width: 31.33%;
    text-align: center;
    margin: 5px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #001e5d !important;
  }

  .panelContainer input::placeholder{
    text-align: center !important;
    padding-left: 5px !important;
    font-family: 'Roboto_500' !important;
    font-size: 14px !important;
    font-weight: 500 !important; 
  }

  .margin_top_div{
    margin-top: 50px;
  
  }

  .banner_section_mobile{
    display: none;
  }

  .support_section_main_mobile{
    display: none;
  
  }
  #donation_form label{
    color: #160D66;
  }

  table tr th{
    background: #160D66 !important;
    text-align: center;
  }
  #enquiryTable_wrapper button,
  #payment_details_wrapper button,
  #reminder_details_wrapper button{
    padding: 5px 15px !important;
    border: none !important;
    background: #160d66 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    float: left !important;
    margin-right: 10px !important;
    border-radius: 4px !important;
  }
  #enquiryTable_filter,
  #payment_details_filter,
  #reminder_details_filter{
    float: right !important;
    margin-bottom: 20px !important;
  }

  .admin_list{
    padding: 50px 0px;
  }
  .paginate_button {
    padding: 5px!important;
    background: #160d66 !important;
    color: #fff !important;
    margin-right: 5px !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    margin-top: 10px !important;
    cursor: pointer !important;
  }
  .dataTables_paginate {
    padding-top: 20px !important;
    float: right !important;
  }
  #enquiryTable_filter input,
  #payment_details_filter input,
  #reminder_details_filter input{
    margin-left: 10px !important;
  }
.chosen-container{
    width: 100% !important;
}
.chosen-results::-webkit-scrollbar {
    display: none !important; 
  }
.chosen-single{
    border-radius: 0px !important;
}
.chosen-container-single .chosen-single {
    height: 40px !important;
    padding: 5px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.chosen-single{
    border: none !important;
    border-bottom: 1px solid #160D66 !important;
    border-radius: 0px !important;
    background-color: #fff !important;
    background : none !important
}
.chosen-container-single .chosen-drop{
    margin-top: 5px !important;
    border: 1px solid #160D66 !important;
}
.chosen-container .chosen-results{
    margin: 0 0px 4px 0 !important;
    padding: 0 0 0 0px !important; 
    background-color: #f3f3f3 !important;
}

.chosen-container .chosen-results li{
    font-family: 'Roboto_400' !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 19px !important;
    letter-spacing: 0px !important;
    text-align: left !important;
    color: #160d66 !important;
    border: 1px #160d66 !important;
    /* border-top: 1px #160d66 !important;
    border-bottom: 1px #160d66 !important; */

}
.chosen-container .chosen-results ul li{
    border: 1px #160d66 !important;
}

.chosen-container .chosen-results li:hover{
    background-color: #160D66 !important;
    color: #fff !important;
}

.chosen-container .chosen-results li.highlighted{
    background-color: #160D66 !important;
    background-image: none !important;
    background-image: none !important; 
    color: #fff !important;
}
.chosen-container-single .chosen-search{
    padding: 0px !important;
}
.chosen-container-single .chosen-single div b{
    display: block;
    width: 100%;
    height: 100%;
    background: url(chosen-sprite.png) no-repeat 0px 2px;
}
.chosen-container-single .chosen-single div b{
    padding-left: 0px !important;
    font-size: 12px; 
    font-weight: 400;
    color: rgba(29, 33, 48, 0.38);
    transition: all 0.8s !important;
    background-image: url('data:image/svg+xml,<svg style="color: rgb(22, 13, 102);" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-down-fill" viewBox="0 0 16 16"><path d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z" fill="%23160d66"></path></svg>') !important;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    transform: rotateZ(180deg) !important;
    transition: all 0.8s !important;
    background-position: center !important;
    transform-origin: 50% 35% !important;
}
.send_msg_btn{
    border: none !important;
}
.send_msg_btn:hover{
    background-color: #160D66 !important;
    color: #fff !important;
}

.login_form_section button{
    font-family: 'Roboto_500';
    width: 100%;
    height: 43px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    border: none;
    outline: none;
    background-color: #160D66;
}

.login_form_section button:hover{
    color: #fff;
    background-color: #160D66;
}

.login_form_section label{
    font-family: 'Roboto_700';
    font-size: 18px;
    font-weight: 700;
    color: #160D66;
    line-height: 19.2px;
    opacity: 60%;
    margin-bottom: 10px;
}
.login_form_section input{
    border: none !important;
    border-bottom: 1px solid #160D66 !important;
    border-radius: 0px !important;
    outline: none !important;
}
.login_form_section input:focus{
    box-shadow: none !important;
}
.login_form_section .header_img{
    text-align: center;
    margin-bottom: 20px;
}
.login_form_section .header_img img{
    width: 120px;
}

.fixed-float{
    bottom: 20px !important;
}
.float{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    left: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #0000006e;
    z-index: 100;
}
.my-float{
    margin-top: 10px;
}

.fixed-float:hover{
    color: #fff !important;
}

/* Tooltip styling */
.float::before {
    content: 'WhatsApp us';
    display: none;
    position: absolute;
    background-color: #25d366;
    color: #fff;
    padding: 5px 9px;
    border-radius: 20px;
    top: 10px;
    width: 121px;
    font-size: 14px;
    left: 50%;
    transform: translateX(26%);
}
.float:hover{
    color: #fff !important;
  }

/* Show the tooltip on hover */
.float:hover::before {
    display: block;
    color: #fff;
}

/* new css */

img.img-sliderImgs {
    width: 100%;
    height: 500px !important;
}

.container.top-margin {
    padding-top: 60px;
}