@font-face {
    font-family: 'Bricksram Regular';
    src: url("../otf/bricksram-regular.otf");
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url("../woff/roboto-regular.woff");
}

a {
    text-decoration: none !important;
    /* color: #000 !important; */
}

.submain {
    padding-top: 180px;
    /* background-color: rgb(19, 167, 87); */
    background-color: #0b5dc1  ;
    padding-bottom: 165px;
}
.logo_btns {
    display: flex;
    gap: 1.5em;
}

.icon_btn {
    background-color: rgb(255, 255, 255);
    color: #0b5dc1  ;
    margin-bottom: 24px;
    border: 1px solid #fff;
    font-size: 26px;
}
.icon_btn:hover {
    background-color: #fece00 !important;
    color: #000;
    border: 1px solid #fece00;
    font-size: 29px;
}
.icon_btn1 {
    background-color: rgb(255, 255, 255);
    color: #0b5dc1  ;
    margin-bottom: 24px;
    border: 1px solid #fff;
    font-size: 26px;
}
.icon_btn1:hover {
    background-color: #fece00 !important;
    color: #000;
    border: 1px solid #fece00;
    font-size: 29px;
}

.card_container {
    /* background-color: #f7f7f9; */
    width: 63%;
    padding-bottom: 76px;
}
.card_container .card {
    border-radius: 5px;
    text-align: center;
    padding: 28px;
    margin-top: 47px;
}
.card_container .card_1 {
    border-radius: 5px;
    text-align: center;
    padding: 28px;
    margin-top: -125px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.first_icon {
    background-color: #fff;
    color: #0b5dc1  ;
    font-size: 54px !important;
}
.card_container .card a {
    text-decoration: none !important;
}
.card_container .card h6 {
    font-size: 20px;
    padding-top: 51px;
    font-weight: 600;
    color: #000 !important;
   font-family: 'Roboto-Regular';
}
.card_container .card_1 a {
    text-decoration: none !important;
}
.card_container .card_1 h6 {
    font-size: 20px;
    padding-top: 51px;
    font-weight: 600;
    color: #000 !important;
    text-transform: capitalize;
   font-family: 'Roboto-Regular';
}
.article {
    font-size: 16px;
    color: #0b5dc1  ;
    margin-bottom: 0;
    margin-top: 20px;
   font-family: 'Roboto-Regular';
}
.update {
    font-size: 16px;
   font-family: 'Roboto-Regular';
}
.card_1:hover {
    border: 1px solid #0b5dc1  ;
    transform: translateY(-10px);
    cursor: pointer;
}
.card:hover {
    border: 1px solid #0b5dc1  ;
    transform: translateY(-10px);
    cursor: pointer;
}

.width_container {
    width: 86%;
    padding-bottom: 76px;
}
.width_container .card_1 {
    padding: 25px;
    margin-top: -87px;
    background-color: #fff;
    border-radius: 0.25rem;
    border: 1px solid rgba(0,0,0,.125);
}
.width_container .card_1:hover {
    border: 1px solid #0b5dc1;
}
.width_container .card {
    padding: 25px;
    margin-top: 33px;
    background-color: #fff;
}
.width_container h6 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
   font-family: 'Roboto-Regular';
   margin-top: 40px;
}
.width_container .sub_text {
    color: #9c9aa6;
    font-size: 19px;
   font-family: 'Roboto-Regular';
}
.width_container p {
    font-size: 16px;
    color: #0b5dc1  ;
   font-family: 'Roboto-Regular';
}
#text_container .first_icon {
    padding: 39px;
}
#grid_container {
    width: 68%;
}

/* @media(min-width: 320px) and (max-width:768px) { */
@media (max-width:767px) {
    .submain {
        padding-top: 100px;
    }
    #text_container .first_icon {
        padding: 0 39px 11px;
    }
    .width_container .sub_text {
        color: #9c9aa6;
        font-size: 15px;
       font-family: 'Roboto-Regular';
    }
    #grid_container {
        width: 85%;
    }
    .feature-box {
        margin-top: -45px !important;
    }
    .card_container .card_1 {
        border-radius: 5px;
        text-align: center;
        padding: 28px;
        margin-top: 0px;
        margin-bottom: 52px;
        background-color: #fff;
    }
    .logo_btns {
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
    }
    .start_card {
        margin-top: -89px !important;
    }
}

.contact-height {
    height: 68px;
}
/* @media(min-width: 320px) and (max-width:768px) {  */
    @media (max-width:767px) {
    .contact-height {
        height: 0px;
    }
    .socialMediaIcons {
        margin-top: 12px !important; 
    }
    .logo-new1 {
        margin-top: 10px;
    }
}

@media  (min-width : 768px) and (max-width:1024px) {
    .logo_btns {
        display: flex;
        gap: 0.5em !important;
    }
    #text_container .first_icon {
        padding: 39px 2px !important;
    }
    .card_container .card_1 {
        height: 152%;
    }
    #grid_container {
        width: 97%;
    }
}