@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/futura-lt');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Faustina:ital,wght@0,300..800;1,300..800&family=Mukta+Malar:wght@200;300;400;500;600;700;800&family=Quicksand:wght@300..700&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Futura Md BT';
    src: url('../Futura-Md-BT-Font/FutuBd.ttf') format('ttf'),
        url('../Futura-Md-BT-Font/FutuBdIt.ttf') format('ttf'),
        url('../Futura-Md-BT-Font/FutuMd.ttf') format('ttf'),
        url('../Futura-Md-BT-Font/FutuMdIt.ttf') format('ttf'),
        url('../Futura-Md-BT-Font/FuturaBoldBT.ttf') format('ttf'),
        url('../Futura-Md-BT-Font/FuturaBoldItalicBT.ttf') format('ttf'),
        url('../Futura-Md-BT-Font/FuturaMediumBT.ttf') format('ttf'),
        url('../Futura-Md-BT-Font/FuturaMediumItalicBT.ttf') format('ttf'),

        /* Add more src declarations for other font formats if necessary */
}

@font-face {
    font-family: 'Futura Hv BT';
    src: url('../Futura-Hv-BT/FutuHv.ttf') format('ttf'),
        url('../Futura-Hv-BT/FutuHvIt.ttf') format('ttf'),
        url('../Futura-Hv-BT/FuturaHeavyBT.ttf') format('ttf'),
        url('../Futura-Hv-BT/FuturaHeavyItalicBT.ttf') format('ttf'),
        url('../Futura-Hv-BT/futurahi.ttf') format('ttf'),


}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {

    /* background-color: #161817; */

    background-color: #f4f4f4;
    -webkit-animation: fixFont 1ms;
    -moz-animation: fixFont 1ms;
    animation: fixFont 1ms;

}

.oaragrapghcolor {
    color: #333333 !important;
    font-family: "Roboto", serif !important;
    line-height: 23px !important;
    font-size: 17px !important;
    text-align: justify !important;


}

.oaragrapghcolor span {
    font-weight: 900 !important;
}

.buttonbgcolorset {
    background-color: #22beeb !important;
}

@-webkit-keyframes fixFont {
    from {
        font-family: 'Futura Md BT', 'Futura Hv BT', Futura, sans-serif;
    }

    to {
        font-family: 'Futura Md BT', 'Futura Hv BT', Futura, sans-serif;
    }
}

@-moz-keyframes fixFont {
    from {
        font-family: 'Futura Md BT', 'Futura Hv BT', Futura, sans-serif;
    }

    to {
        font-family: 'Futura Md BT', 'Futura Hv BT', Futura, sans-serif;
    }
}

@keyframes fixFont {
    from {
        font-family: 'Futura Md BT', 'Futura Hv BT', Futura, sans-serif;
    }

    to {
        font-family: 'Futura Md BT', 'Futura Hv BT', Futura, sans-serif;
    }
}



.buttombg {
    background-color: #22beeb !important;
}


.subtitlecolortext {
    color: #0c507a !important;

    font-family: "Nunito", serif !important;

    font-size: 38px;
    font-weight: 600;
}



/* -------------------------- HEADER Start -------------------------- */

.nav-link:hover {
    color: white;
}

.my-nav {
    z-index: 3000 !important;
}

@media (max-width:992px) {
    .my-nav {
        background: #1e201f;
    }
}

.hero__img {
    background-image: url('../img/Artboard\ 2\ 2.png');
    background-size: cover;
    object-fit: cover;
    background-position: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100vh;
}


/* Background Image */

.index__bg__img {
    background-image: url(../img/bg-img.png);
    background-repeat: no-repeat;
    background-position: left;
    object-fit: cover;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    mix-blend-mode: difference;
}

.bgcolorimgban {
    position: absolute;
    width: 300px;
    top: -70px;
    right: -30px;
}

@media(max-width:768px) {
    .bgcolorimgban {
        position: absolute;
        width: 300px;
        top: -70px;
        right: 0px;
    }
}

/* -------------------------- HEADER End -------------------------- */

/* -------------------------- MAIN --------------------------  */

/* ---------- Banner 1 Start ---------- */

.banner__1 {
    position: relative;
    z-index: 1;
}

/* -------Banner 1 Row ------- */

/* --- Left column --- */

/* logo */

.main__logo img {
    width: 210px;
}

/* content */

.banner__1__content h6 {
    font-size: 14px;
    font-weight: 400;
    /* font-family: 'Futura LT', sans-serif; */
    font-family: "Nunito", serif !important;
    line-height: 19px;
    letter-spacing: 0.1em;
    /* color: #9b9c9b; */
    color: #333333;
    position: relative;
    z-index: 1;
}



.banner__1__content h1 {
    font-family: "Nunito", serif !important;
    font-size: 50px;
    font-weight: 700;
    line-height: 69px;
    line-height: 69px;
    background: #0c507a;
    /* background: linear-gradient(180deg, #FC467D -48.19%, #22beeb 82.61%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* button */

.banner__button {
    font-family: "Mukta Malar", serif;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: white;
    background-color: #22beeb;
    padding: 15px 30px;
    gap: 10px;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}

.banner__button:hover {

    color: #22beeb;
    background-color: transparent;

    border: 2px solid #22beeb;

}

.banner__button1 {
    font-family: "Mukta Malar", serif;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: white;
    background-color: #22beeb;
    padding: 15px 30px;
    gap: 10px;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}

.banner__button1:hover {

    color: #22beeb;
    background-color: transparent !important;

    border: 2px solid #22beeb;

}

.banner__button {
    font-family: "Mukta Malar", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: white;
    background-color: #22beeb;
    padding: 15px 30px;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #22beeb;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}


/* --- Right Column --- */

/* image */

.carousel__img {
    height: 700px !important;
    object-fit: cover;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;

    /* box-shadow: -1px 1px 22px #375559; */
}


@media(min-width:1300px) {
    .carousel__img {
        height: 800px !important;
        object-fit: cover;
    }
}

@media(min-width:1700px) {
    .carousel__img {
        height: 1200px !important;
        object-fit: cover;
    }
}

/* Positioned Search Container of Banner 1 */

.search__container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
    margin-top: -16rem;

}

.search__input {
    width: 50%;
    height: 30px;
    padding: 30px 50px;
    /* border: 2px solid #b9bab9; */
    /* border: 2px solid white; */
    opacity: 0.8;
    /* background-color: #1e201f; */
    border-radius: 20px 0 0 20px;

    font-family: "Mukta Malar", serif;
}

.search__input::placeholder {
    font-weight: 400;
    font-size: 18px;
    /* color: #e1e2e2; */
    color: #333333;
}

.inputlocnew {
    width: 50%;
}

.location__input {
    width: 100%;
    height: 30px;
    padding: 30px 50px;
    border: 2px solid #333333;
    /* background-color: #1e201f; */
    opacity: 0.8;
    font-family: "Mukta Malar", serif;
    border-radius: 0 20px 20px 0;
    /*margin-right: 23px;*/
    position: relative;
}

.location__input::placeholder {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    /* color: #e1e2e2 !important; */
}



.location__icon {
    position: absolute;
    left: 20px;
    top: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #e5e5e4;
    z-index: 1;
}

.location__icon i {
    color: #e5e5e4 !important;
}

.search__button {
    color: white;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 54px;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    padding: 12px 50px;
    background: #22beeb;
    border-radius: 15px;
    font-family: "Mukta Malar", serif !important;
    transition: all .3s ease-in-out;
    border: 2px solid transparent;
}

.search__button:hover {
    color: #22beeb;

    background: transparent !important;

    border: 2px solid #22beeb;


}

.Hrlined {
    border: 1px solid #D3D3D3;
}

.btn-info {
    background-color: #22beeb !important;
}

.search__input,
.location__input {
    border: 2px solid #333333;
    color: #333333;

    font-size: 20px;
}

/* .BTNMrgin{
    margin-top: -4px !important;
} */


/* ---------- Banner 1 End ---------- */
.main-section2 {
    /* background-color: #1e201f; */
}

.LANDING {
    /* color: white; */
    color: #333333;
    font-family: "Nunito", serif !important;
    font-size: 28px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;


}

/*.Height-img{*/
/*    height: 100% !important;*/
/*}*/
.EEB_TEXT {
    color: #0c507a;
}

.PAraEEB {
    /*color: #9e9f9f;*/
    color: #ffffff;
    font-family: "Roboto", serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    /* letter-spacing: 0.05em; */
    text-align: left;
}

.PArAEEBabouCONTA {
    line-height: 30px !important;
    letter-spacing: 1.5px !important;
    font-size: 18px !important;
}

.PArAEEB {

    /*font-family: Futura Md BT;*/
    font-size: 14px;
    font-weight: 400;
    color: white;
    /* line-height: 30px; */
    /* letter-spacing: 0.05em; */
    text-align: left;
}

.cardbannericonsnew {
    width: 90px;
    height: 90px;
    /* background-color:#B21490; */
    background-color: #eaeaea !important;
    position: relative;
    border-radius: 50px
}

.cardbannericonsnewinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.feature_card:hover .cardbannericonsnew {
    background-color: #9947E2;
}

@media(min-width:1300px) {
    .PArAEEB {

        /*font-family: Futura Md BT;*/
        font-size: 14px;
        font-weight: 400;
        color: white;
        /* line-height: 30px; */
        /* letter-spacing: 0.05em; */
        text-align: left;
    }

}

.PArAEEBnew {
    font-size: 18px !important;
    line-height: 16.78px;
    font-weight: 700;
    color: #333333;

    letter-spacing: 1.5px;
}

.IMAGRSD {
    background: #22beeb;
    width: 20%;
    /* padding-right: 40px; */
    padding: 10px;
    border-radius: 10px;
}

.BGCOLOR {
    /* background-color: #161817 !important; */
}

.FEATURED {
    font-family: "Nunito", serif !important;

    margin-bottom: 2rem;

    line-height: 36px;
    text-align: center;
    color: #22beeb;


}

.contactusmainnew {
    /* background-color:#1e201f !important; */
}

.NEESTEXT {
    font-family: "Roboto", serif !important;
    ;
    /*font-family: Futura Md BT;*/
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    color: rgba(255, 255, 255, 0.87);
    letter-spacing: 3.4px;
}

.blogcardingbadge {
    position: relative;
}

.blogcardingbadge span {
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    font-family: Futura Lt Bt;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.87);
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.SEction_3_text {
    font-family: "Nunito", serif !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 1.5px;
    text-align: center;
    color: #FFFFFFDE;
}

.image-container {
    background-image: url('../img/first1.png');
    /* Replace 'your-image.jpg' with your image file */
    background-size: cover;
    /*background-position: 100% 100%;*/
    /*height: 50vh;*/
    /* Ensures the background covers the entire viewport */
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.Matrl {
    width: 50%;
}

@media(max-width:340px) {
    .Matrl {
        width: auto;
    }

    .magrind {
        margin-bottom: 30px;
    }
}


/* .nav-text a {
 
         font-family: "Roboto", serif !important;
;
  
   text-transform: uppercase;
   font-size: 13px;
   letter-spacing: 1px;
   line-height: 24px;
   color: #a3a6a7;
   background: transparent !important;
 } */

.small-headingsubtitlecolortext {
    font-family: "Nunito", serif !important;

}

.nav-text a {

    font-family: "Mukta Malar", serif !important;
    ;

    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 400;
    /* letter-spacing: 1.5px ; */
    color: #f4f4f4;
    background: transparent !important;
}

.nav-text .dropdown-menu {
    background-color: #0c507a;
}

.nav-text a:hover {
    color: #22beeb !important;

}

.nav-item .nav-link.active {
    color: #22beeb !important;
    ;
}

.mask-container {
    /* background-image: url('../img/Group\ 65.png'); */
    background-image: url('../img/Group\ 651.png');
    /* Replace 'your-image.jpg' with your image file */
    background-size: cover;
    /*background-position: 100% 100%;*/
    /*height: 50vh;*/
    /* Ensures the background covers the entire viewport */
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlaed {
    /* background-image: url('../img/thirdrde.png'); */
    background-image: url('../img/thirdrde1.png');
    /* Replace 'your-image.jpg' with your image file */
    background-size: cover;
    /*background-position: 100% 100%;*/
    /*height: 50vh;*/
    /* Ensures the background covers the entire viewport */
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.width-Over {
    width: 30% !important;
}

.Section2rd {
    /* background-image: url('../img/seoch2.png'); */
    background-image: url('../img/seoch21.png');
    /* Replace 'your-image.jpg' with your image file */
    background-size: cover;
    /*background-position: 100% 100%;*/
    /*height: 50vh;*/
    /* Ensures the background covers the entire viewport */
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section3rd {
    /* background-image: url('../img/snd4.png'); */
    background-image: url('../img/snd412.png');
    /* Replace 'your-image.jpg' with your image file */
    background-size: cover;
    /*background-position: 100% 100%;*/
    /*height: 50vh;*/
    /* Ensures the background covers the entire viewport */
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section4rd {
    background-image: url('../img/snd31.png');
    /* Replace 'your-image.jpg' with your image file */
    background-size: cover;
    /*background-position: 100% 100%;*/
    /*height: 50vh;*/
    /* Ensures the background covers the entire viewport */
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.feature_card {
    border-radius: 12px;
    position: relative;
    height: 298px;
}



.feature_card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color:black; */
    border-radius: 12px;
    opacity: 0.7;

}

.cardcontentnew {
    z-index: 1000;
    cursor: pointer;
}

.feature_card {
    cursor: pointer !important;
}

.feature_card:hover:before {
    border-radius: 12px;
    background-color: rgba(178, 20, 144, 0.6);

    /*background-color:#b21490 !important*/
    transition: 0.3s ease-in-out;
    cursor: pointer !important;

}






.feature_cardactivehover:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.500); */
}

.feature_cardactivehover:hover:before {
    border-radius: 12px;
    /*background-color: rgba(178, 20, 144, 0.479) !important;*/
    background-color: #b21490 !important;
    transition: 0.3s ease-in-out;
    cursor: pointer !important;
}

.feature_cardactiv:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.500); */
}

.feature_cardactive:before {
    border-radius: 12px;
    /*background-color: rgba(178, 20, 144, 0.479) !important;*/
    background-color: #b21490 !important;
    transition: 0.3s ease-in-out;
    cursor: pointer !important;
}

.cardbannericonsnewactive {
    /* background-color: #9947E2 !important; */
    background-color: #eaeaea !important;
}

.QbtnNa {
    font-family: Futura Md BT;
    font-size: 16px;
    font-weight: 400;
    /* letter-spacing: 10%; */
    line-height: 20px;
    text-align: left;
    color: white;
}

.BBTNTEXXT {
    /*font-family: Futura Md BT;*/
    font-family: "Mukta Malar", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: 0.1em;
    color: #FFFFFFDE;
    border-radius: 10px;
    z-index: 11;
    transition: 0.3s;
}

.BBTNTEXXT:hover {

    color: #FFFFFFDE;
    transform: scale(1.1);

}

@media(max-width:390px) {
    .BBTNTEXXT {

        font-size: 14px;


    }
}


/* Add any other styles for child elements here */

.card {
    border: none !important;
    /* background-color: #1e201f !important; */
    border-radius: 12px !important;
    height: 100% !important;
}

.Text-rd {
    font-family: "Nunito", serif !important;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(255, 255, 255, 0.87);
}

.social i:hover {
    transition: 0.3s ease-in-out;
    transform: scale(1.3);
}

.bloghead {
    font-family: "Nunito", serif !important;
    font-size: 18px;
    font-weight: 600;
    /* letter-spacing: 1.5px; */
    /* text-align: justify !important; */
    /* line-height: 27px; */ 
    color: #22beeb;
}

.container-bgimg {
    /* background-color: #1e201f !important; */

    color: #fff !important;

    border-radius: 20px !important;


}

.container-bgimgplans {
    /* background-color: #1e201f !important; */

    color: #fff !important;

    border-radius: 20px !important;

}

.container-bgimgplanscus {
    box-shadow:
        inset 0px 0px 19.23px 0px rgba(0, 0, 0, 1),
        inset 0px 0px 22.89px 0px rgba(0, 0, 0, 0.25);
    height: 383px;
    /* background-color: #1e201f !important; */
    border-radius: 30px !important;
}

.container-bgimgplanscus p {
    color: rgba(255, 255, 255, 0.57) !important;

}




.container-bgimgplans:hover {
    background-color: #22beeb !important;

    color: #fff !important;


    transition: .5s;

}

.container-bgimgplans:hover .oaragrapghcolor {
    color: white !important;
}

.container-bgimgplans:hover .subtitlecolortext {
    color: white !important;
}

.container-bgimgplanscus:hover {
    /* background-color: #1e201f !important; */
}


.container-bgimgplanscusaff {
    box-shadow:
        inset 0px 0px 19.23px 0px rgba(0, 0, 0, 1),
        inset 0px 0px 22.89px 0px rgba(0, 0, 0, 0.25);

    /* background-color: #1e201f !important; */
    border-radius: 30px !important;
    height: 450px;

}


.container-bgimgplanscusaff p {
    color: rgba(255, 255, 255, 0.57) !important;

}

.container-bgimgplanscusaff ul li {
    text-align: center;
    /* color:   rgba(255, 255, 255, 0.87) !important; */
    /* font-weight: 600 !important; */
    letter-spacing: 2.5px !important;
    list-style: none !important;
    font-size: 18px !important;

}

.container-bgimgplanscusaff:hover {
    /* background-color: #1e201f !important; */
}

@media(max-width:992px) {
    .container-bgimgplanscusaff ul {
        padding-left: 0px !important;

    }

    .container-bgimgplanscusaff {
        box-shadow:
            inset 0px 0px 19.23px 0px rgba(0, 0, 0, 1),
            inset 0px 0px 22.89px 0px rgba(0, 0, 0, 0.25);

        /* background-color: #1e201f !important; */
        border-radius: 30px !important;
        height: 100%;

    }
}

.container-bgimgplans h2 {

    font-family: Futura Hv BT !important;
    font-weight: 400 !important;
    font-size: 30px !important;

    line-height: 35.96px !important;
    /* color: rgba(255, 255, 255, 0.87) !important; */
    text-align: center !important;
}

.container-bgimgplans ul li {


    /* font-weight: 500; */
    font-size: 18px;
    line-height: 21.58px;
    letter-spacing: 1.5px;
    padding-block: 2px;
}

.horizentalline {
    width: 100%;
    height: 0.5px;
    background-color: #D3D3D3;
    margin-block: 10px;
}

.container-bgimgplans h3 {
    font-family: Futura Hv BT;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1.5px;

}

/* New con */
.container-bgimgplansner h2 {

    font-family: Futura Hv BT !important;
    font-weight: 400 !important;
    font-size: 30px !important;

    line-height: 35.96px !important;
    color: rgba(255, 255, 255, 0.87) !important;
    text-align: center !important;
}

.container-bgimgplansner ul li {


    font-family: Futura Lt BT;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.58px;
    letter-spacing: 1.5px;
    padding-block: 2px;
}

.addbenli li {


    font-family: Futura Hv BT !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 32px;
    letter-spacing: 1.5px;
}

.horizentalline {
    width: 100%;
    height: 0.5px;
    background-color: #D3D3D3;
    margin-block: 10px;
}

.container-bgimgplansner h3 {
    font-family: Futura Hv BT;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1.5px;

}

/* New con */
.containerBgImg {
    /* background-color: #1e201f !important;  */
    /* width: 400px !important; */

    color: #fff !important;
    border-radius: 25px !important;
    /* box-shadow: 0px 0px 19.23px 0px #000000 inset; */
    /* background: #22beeb !important; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;



}

.Additionplansb h2 {
    font-family: Futura Lt BT;
    font-weight: 600;
    font-size: 28px;
    line-height: 33.56px;
    text-align: center;
    color: rgba(255, 255, 255, 0.87);

}

@media(max-width:992px) {
    .Additionplansb h2 {
        font-family: Futura Lt BT;
        font-weight: 600;
        font-size: 22px;
        line-height: 33.56px;
        text-align: center;
        color: rgba(255, 255, 255, 0.87);

    }
}

@media(min-width:1100px) {
    .containerBgImgjointeam {
        height: 333px !important;
    }
}

@media(max-width:992px) {
    .containerBgImgjointeam {
        height: 290px !important;
    }
}

.container-bgimgfix {
    box-shadow: rgba(14, 30, 37, 0.9) 0px 2px 4px 0px inset, rgba(14, 30, 37, 0.9) 0px 2px 16px 0px inset;
    background: #22beeb !important;
    height: 270px !important;
    border-radius: 30px !important;
}

.container-bgimgfix p {
    line-height: 20px !important;
}

/* .h-nav{
    height: 40px;
}
.bg-head{
    background-color: #22beeb !important;  
    
}
.bg-uperspace{
    background-color: #22beeb !important;

}
.line{
    border-bottom: 3px solid gray;
}
.btn-service{
    background-color: #22beeb;
}
.section-footer{
    background-color: #161817;
} */

.section-footer {
    background-color: #0b334c;
}

.footerText {
    font-family: Futura Hv BT;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.87);
}

.footerTextnew {
    font-family: 'Futura LT', sans-serif !important;
    font-size: 16px !important;

}

.footer-para {
    /*font-family: Futura;*/
    font-family: "Roboto", serif !important;

    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.87);
}

.footer-paracopyright p {
    /*font-family: Futura;*/
    font-family: "Roboto", serif !important;

    font-size: 16px !important;
    font-weight: 200 !important;
    line-height: 30px;
    color: #ffffff !important;
    letter-spacing: 0.05em;

}

.favtextT {
    color: rgba(255, 255, 255, 1);
    font-family: "Roboto", serif !important;

    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0.1em;
}

/* .main-baner4 {
    background-image: url('../img/Get\ a\ Quote\ Now.png');
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;
} */
.bannersection4-innercontent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

@media (max-width: 590px) {
    .bannersection4 h3 {
        white-space: nowrap;
        letter-spacing: 0em !important;
    }

    .BTNbanner {
        padding-block: 0rem;
        padding: 5px 30px 5px 30px !important;
    }

    .bannersection4-innercontent {}

}

@media (max-width:450px) {
    .bannersection4-img {
        height: 30vh !important;
    }

}

.bannersection4-img {
    width: 100%;
    position: relative;
    height: auto;
}

@media (max-width: 372px) {
    .main-baner4 {

        height: 20vh !important;
        /* background-position: center center !important; */
    }
}

.bannersection4 h3 {
    /*font-family: Futura Md BT;*/
    font-family: "Nunito", serif !important;

    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0.25em;
    text-align: center;
    color: #FFFFFFDE;
}

.BTNbanner {
    /* font-family: Futura Hv BT; */
    font-family: "Mukta Malar", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.1em;
}

.Banersec3 {
    /* font-family: Futura Hv BT; */

    font-family: "Nunito", serif !important;
    font-size: 25px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #0c507a !important;

}

.containerBgImgTwo {
    /* background-color: #1e201f !important; */
    color: #fff !important;
    border-radius: 10px !important;
    border: 2px solid #22beeb !important;
}

.icon_styling {
    width: 40px
}

.icon_styling img {
    width: 40px;
}

/* row 1 left column row 1 */

.communicat_with_us {
    display: flex;
}

.communicat_with_us a {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #0c507a;
    cursor: pointer;
    height: 90px;


    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    /* Adjust the width as needed */
}

.stepfaqsaheading {
    color: #22beeb !important;

    font-family: "Nunito", serif !important;


}

.communicat_contact a {
    text-decoration: none;
    color: #ffffff;
    background-color: #0b334c;
    cursor: pointer;
    height: 110px;
}

.contact_card_title_updated {
    font-family: "Mukta Malar", serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 23px;
    color: #FFFFFFDE;
}

/* .communicat_with_us a:hover {
    background: #B21490;
    color: rgba(255, 255, 255, 0.87);
    transition: 0.3s;
} */

.communicat_with_us .contact_us_cardactive {
    background: #B21490;
    color: rgba(255, 255, 255, 0.87);
    transition: 0.3s;
}

/* {
    background: #B21490;
    color: rgba(255, 255, 255, 0.87);
    transition: 0.3s;
} */
.contact_us_card {
    background: #1E201F;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 20px;
}

.contact_card_title {
    font-family: "Mukta Malar", serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 23px;
    color: #FFFFFFDE;
}

.Contact_card_text {
    font-family: "Mukta Malar", serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    color: #FFFFFFDE;

}

.contact_card_text_updated {
    font-family: "Mukta Malar", serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    color: #FFFFFFDE;

}

.contact_card_text1 {
    font-size: 22px !important;
}

.Contact_card_TEXT {
    font-family: "Roboto", serif !important;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    color: #FFFFFFDE;
}

@media(max-width:362px) {
    .Contact_card_TEXT {

        font-size: 14px;
        font-weight: 300;
        line-height: 23px;
        color: #FFFFFFDE;
    }
}

.PNgicons {
    background-color: #18BEF0;
    border-radius: 10px;
}

.contact_card_Title {
    font-family: Futura Hv BT;
    font-size: 20px;
    font-weight: 300;
    line-height: 23px;
    color: #000000DE;
}

.Contact_card_Text {
    font-family: "Roboto", serif !important;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    color: #000000DE;

}

/* Category-section start */
.Category-section {
    background-image: url('../img/categorymain.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    width: 100%;
    height: 100vh !important;
}

.Blogmain {
    background-image: url('../img/blogmain.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    width: 100%;
    height: 100vh !important;
}

.Category-section2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.catory-heading {
    font-family: "Nunito", serif !important;

    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #FFFFFFDE;


    position: absolute;
    top: 50%;
}

.IMG-ovrlod {
    margin-top: -5.5rem !important;
    margin-bottom: 3rem;
}

@media (max-width:350px) {
    .IMG-ovrlod {
        margin-top: -5.5rem !important;
        margin-bottom: 1rem;
    }
}

.Catogry-para {
    font-family: "Roboto", serif !important;
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 26px;
    text-align: justify !important;
    letter-spacing: 1.5px;
    color: #ffffff;
}

.blog-heading {
    color: #333333;
    font-family: "Nunito", serif !important;
    font-size: 28px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
}

.subtitlecolortext2 {
    color: #0c507a !important;
    font-family: "Nunito", serif !important;
    font-size: 28px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
}

.para-blog {
    font-family: "Josefin Slab", serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: left;
    color: rgba(255, 255, 255, 0.87)
}

.maincardetails {
    background-color: #161817;
}

.blogpara {
    font-family: "Josefin Slab", serif !important;
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 26px;
    text-align: justify !important;
    letter-spacing: 1px;
    color: #ffffff;
}

.blogpara1 {
    color: #22beeb !important;
}


.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    /* Ensures the navbar stays above other elements */
    background-color: white;
    /* Adjust based on your design */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    /* Optional: Adds a shadow for better visibility */
    transition: 0.5s ease-in-out !important;
}


.blogprofileinmg img {
    width: 35px;

}

/* .my-card-custom{
    background-color: #161817 !important;
} */
.Category-section2 {
    height: 60%;
}


.Hardworking {
    /* background-color:#1e201f ; */
}

.containerBgClr {
    /* background-color: #1e201f !important; */
    color: #fff !important;
}

.quoteImg {

    width: 100%;
    /* object-fit: cover; */
    border-radius: 10px;
}

.Hardwork {
    /* font-family: Futura Hv BT; */
    /* font-size: 25px;
font-weight: 400;
line-height: 30px;
color: #FFFFFFDE; */
    text-align: center;

}


/* sign in page style  */


.nav-anchor {
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
}

.anchor-signUpBtn {
    color: #775da6;
}

.right-panel {
    background-color: #161817;
}

.my-forum-card {
    /* background-color: #1e201f; */
    width: 100%;
    height: fit-content;
    margin-top: 8rem;
    margin-bottom: 8rem;
}

@media (min-width:768px) {


    .my-forum-card {
        width: 100%;
    }
}

@media (min-width:992px) {
    .my-forum-card {
        width: 55% !important;
        /* margin-top: 20px !important; */
    }
}

.my-formInputs {
    background-color: #161817;
    border: #161817;
    padding-block: 10px;


}

.my-formInputs:focus {
    background-color: #161817;
    border: #161817;
    padding-block: 10px;
    color: #fff;


}

.my-formInputs::placeholder {
    color: #fff;
    font-size: 12px;
}

.forgot-password a {
    color: #775da6 !important;
    font-size: 14px;
}

.my-sign-inBtn {
    background-color: #1e7eb7;
    color: #fff;
    width: 100%;
}

.my-sign-inBtn:hover {
    background-color: #1e7eb7;
    color: #fff;

}

.or-and-lines {
    position: relative;
}

.or-and-lines::before {
    position: absolute;
    content: "";
    width: 40%;
    height: 1px;
    background-color: #fff;
    left: 5px;
    bottom: 8px;
}

.or-and-lines::after {
    position: absolute;
    content: "";
    width: 40%;
    height: 1px;
    background-color: #fff;
    right: 5px;
    bottom: 8px;
}

.mygoogle-btn {
    padding: 10px;
    border-radius: 5px;
    background-color: #161817;
    width: 100%;

}

.mygoogle-btn:hover {
    background-color: #161817;
}

.left-panel-img {
    height: 100%;
    width: 100%;
}

.privacyandterms {
    color: #775da6;
    text-decoration: none;
}

.footer-text {
    font-size: 14px;
}

/* sign up styling */
.pass-strength-detect {
    width: 100%;
    height: 3px;
    background-color: #18BEF0;
    border-radius: 3px;
    margin-block: 10px;
}

.my-password-input {
    position: relative !important;
}

.password-hide-svg {
    position: absolute;
    right: 20px;
    bottom: 10px;

}

.password-hide-svg svg {
    cursor: pointer;
}

.input {
    color: #fff !important;
}

/* Hide the default checkbox */
.form-below-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 30px;
    height: 22px;
    border: 2px solid #ccc;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    margin: 5px 10px 0 0;
}

/* Custom design for the checkbox */
.form-below-checkbox:checked {
    background-color: #775da6;
    border-color: #775da6;
}

/* Custom checkmark */
.form-below-checkbox:checked::before {
    content: '\2713';
    /* Checkmark Unicode character */
    display: block;
    width: 16px;
    height: 16px;
    color: #fff;
    /* Color of the checkmark */
    text-align: center;
    line-height: 16px;
}

.terms-checkbox {
    font-size: 12px;
    font-weight: 500;
}

/* forgot password style  */
.forgot-pass-p {
    color: #333333 !important;
    font-family: "Roboto", serif !important;
    line-height: 23px !important;
    font-size: 17px !important;
    text-align: justify !important;
}

.just-remeber-text {
    color: #9e9f9f;
    font-weight: 600;
    font-size: 15px;
}

.just-remeber-text a {
    font-weight: 600;
}

/* profile page css */

.inputF {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    font-family: none !important;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #000000 !important;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    opacity: 57% !important;
}

.inputF {
    color: white !important;
    background-color: #000000 !important;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 57% !important;
}

.inputF::placeholder {
    font-family: none !important;
}

.bagcolor {
    background-color: #1E201F !important;
}

.bg-header {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url('../img/profile-bg.png') no-repeat center;
    ;
    background-size: cover;
    width: 100%;
    background-position: center;
    height: 100vh;
}

.profile {
    height: 90vh;
    display: flex;
    align-items: center;
}

.profile h1 {
    /* font-family: Futura Hv BT; */
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFFDE;
    line-height: 69px;
    letter-spacing: 7px;
    padding-bottom: 55px;
}

.profile-img {
    position: absolute;
    top: -100%;
    left: 41%;
}

.profile-icon {
    position: absolute;
    top: 73%;
    left: 76%;
    font-size: 24px;
    background: #9947E280;
    color: #FFFFFF;
    padding: 8px;
    border-radius: 4px;

}

.input-icon {
    position: absolute;
    top: 58%;
    left: 92%;
    font-size: 18px;
    font-weight: 400;

    /* color:rgba(255, 255, 255, 0.57); */
    z-index: 10px;
}

.form-head {
    font-family: Futura Hv BT;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFFDE;

}

.form-label {
    font-family: Futura Lt BT;

    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #FFFFFFDE;
}

/* .formed input{
    background-color: #000000 ;
} */
.form input::placeholder {
    font-family: Futura Lt BT;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    /* color: #FFFFFF91; */
}

.formed input {
    /* background-color: #22BEEB !important; */
    color: #000000 !important;
    font-size: 18px;
    font-weight: 400;
}

.formed textarea {
    /* background-color: #22BEEB !important; */
    color: #000000 !important;
    font-size: 18px;
    font-weight: 400;
}

.formed textarea::placeholder,
.form-select,
.formed input::placeholder {
    /* font-family: Futura Lt BT !important; */
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #000000;
    /* color: #FFFFFF91; */
}

#dob {
    color: #FFFFFF91;
}

.birth:hover {
    /* display: none; */
}

/* .form-select{
    background-color: #000000;
    color:#FFFFFF91;
} */
.form-text {
    font-family: Futura Lt BT;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #FFFFFF91;
}

@media(max-width:992px) {



    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100000000000000 !important;
    }




    .navbar-collapse {
        max-height: 100vh;
        overflow-y: auto;


    }

    /* Navbar Seeting  */
    .search__container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1;
        position: relative;
        margin-top: -16rem;

    }

    .search__input {
        width: 100%;
        height: 30px;
        padding: 30px 50px;
        border: 2px solid #333333 !important;
        opacity: 0.8;
        /* background-color: #1e201f; */
        border-radius: 20px 20px 20px 20px;
        margin-bottom: 20px;
    }

    .location__input {
        width: 100%;
        height: 30px;
        padding: 30px 50px;
        /* border: 2px solid #b9bab9; */
        /* background-color: #1e201f; */
        opacity: 0.8;
        border-radius: 20px 20px 20px 20px;
        /* margin-right: 23px; */
        position: relative;
        margin-bottom: 20px;
    }

    .search__button {
        color: white;
        border: none;
        cursor: pointer;
        position: unset;

        display: flex;
        font-size: 14px;
        justify-content: center;
        align-items: center;
        padding: 15px 50px;
        background: #22beeb;
        border-radius: 15px;
        transition: all .3s ease-in-out;
        width: 100%;
    }

    .search__container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1;
        position: relative;
        margin-top: unset !important;

    }

    .inputlocnew {
        width: 100%;
    }
}

.profilePic {
    width: 200px !important;
}

@media(max-width:768px) {
    .contact_card_title {
        font-family: Futura Lt BT;
        font-size: 18px;
        font-weight: 300;
        line-height: 23px;
        color: #FFFFFFDE;
    }


    .contact_us_card {

        padding: 10px;
    }

    .location__icon {
        position: absolute;
        left: 20px;
        top: 40px;
        font-weight: 400;
        font-size: 18px;
        color: #e5e5e4;
        z-index: 1;
    }

    .banner__1__content h1 {
        font-family: "Nunito", serif;
        font-size: 40px;
        font-weight: 700;
        line-height: 69px;


    }

    .profile-img {
        left: 40%;
    }

    .profilePic {
        width: 160px !important;
    }
}

@media(max-width:380px) {
    .contact_card_title {
        font-family: Futura Lt BT;
        font-size: 16px;
        font-weight: 300;
        line-height: 23px;
        color: #FFFFFFDE;
    }
}

@media(max-width:350px) {

    .contact_card_text1 {
        font-size: 18px;
    }

    .contact_card_title {
        font-family: Futura Lt BT;
        font-size: 14px;
        font-weight: 300;
        line-height: 23px;
        color: #FFFFFFDE;
    }
}

@media(max-width:500px) {

    .banner__1__content h1 {
        font-family: "Nunito", serif;
        font-size: 35px;
        line-height: 40px;
    }

    .Text-rd {
        font-family: Futura Hv BT;
        font-size: 18px;

    }

    .profilePic {
        width: 130px !important;
    }

    .profile-img {
        top: -70%;
        left: 35%;
    }
}

@media(max-width:400px) {
    .bg-header {
        height: 80vh;
    }

    .profile {
        height: 60vh;
    }

    .profile-img img {
        width: 150px;
    }

    .profile-img {
        left: 28%;
        top: -60%;
    }

    .input-icon {
        left: 85%;
    }
}


.maskonimage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: black;
    opacity: 0.5;
    border-radius: 6px;

}

/* donation page css */





.cust-gap {
    /* gap: 50px !important; */
}

.container-bgimgabout {
    /* background-color: #1e201f !important; */
    /* width: 400px !important; */
    height: 280px !important;
    color: #fff !important;
    border-radius: 25px !important;
    /* box-shadow: 0px 0px 19.23px 0px #000000 inset; */
    /* background: #22beeb !important;  */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media (max-width:1186px) {
    .container-bgimgabout {
        height: 298px !important;
    }
}

@media (max-width:992px) {
    .container-bgimgabout {
        height: 100% !important;
    }
}


@media (max-width:1186px) {
    .main-baner4 {
        padding-bottom: 90px !important;
        padding-top: 90px !important;
    }
}


.BTNbanner {
    padding-block: 1rem;
    padding: 15px 30px 15px 30px;
}


@media (max-width:992px) {
    .container-bgimgabout {
        height: 345px !important;
    }
}


@media(max-width:355px) {
    .color-ap {

        padding-right: 15px;
    }
}

/* Bootstrap Tabs Setting  */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #22beeb !important;
}

.nav-pills .nav-link {
    /* background-color: #1E201F !important; */
    color: rgba(255, 255, 255, 0.87);
    margin-inline: 20px;
    min-width: 200px;
}

.addbenifitoptuin p {
    font-family: Futura Lt BT;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.5px;

}

.carddetailsdata p {

    font-family: Futura Lt BT;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;


}

.lowincompara {

    font-family: Futura Lt BT;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;


}



.custom-transparent-table {
    background-color: transparent;
}

.custom-transparent-table th,
.custom-transparent-table td {
    background-color: transparent;


    font-family: Futura Lt BT;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    width: 50%;
    padding-left: 15px;

}

.card-sizing {
    padding: 20px;
}

@media(max-width:390px) {
    .textemail {
        font-size: 14px;
    }

    .card-sizing {
        padding: 5px !important;
    }
}


.centerdtext {
    text-align: center !important;
}

/* Bootstrap Tabs Setting  */



.termsfeed-com---nb-interstitial {
    right: 0px !important;
    top: unset !important;
    left: 0px !important;
    bottom: 0px !important;
    max-width: 100%;
    position: fixed;
}


.termsfeed-com---nb .cc-nb-main-container {
    padding: 1rem !important;
}

.termsfeed-com---palette-dark.termsfeed-com---nb {
    background-color: #ffffff !important;
    /* color: #fff; */
}

.termsfeed-com---palette-dark .cc-nb-title {

    color: #0c507a !important;
    font-weight: 700 !important;
}

.termsfeed-com---palette-dark .cc-nb-text {
    color: rgba(0, 0, 0, 1) !important;
}