body, html{overflow-x: hidden; }
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    color: #212529;
}
header{background-color: #f9f9fb;padding: 0rem 0rem 0rem;}
.logo{width: 350px; margin-bottom: 30px; position: relative;}
span.sm_lgs {
    position: absolute;
    top: 10px;
    border-left: 2px solid #000;
    right: -50px;
}
.bnr_txt h4 {
    font-size: 2.2rem;
}
.bnr_txt h1{
    font-size: 3.5rem;
    color: #203270;
    font-weight: 600;
}
.bnr_txt h1 span{
    color: #29ae8a;
    display: block;
}
.basket{display: block;padding: 40px 0}
.mn_hd{
    font-weight: 600;
    color: #203270;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.bskt_in{
    border-radius: 1rem;
    border: 1px solid rgb(175 175 175 / 28%);
    padding: 1rem 1rem;
}
.bskt_in:hover {
    box-shadow: 0px 0px 10px rgb(63 66 181 / 18%);
}

.basket h4 {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
}
.basket p {
    font-size: 0.8rem;
    margin-bottom: 1rem;
    text-align: center;
}
.basket ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.basket ul li{list-style: none;}
.basket ul h5 {
    font-size: 1rem;
    font-weight: 500;
}
.invst_btn{padding: 0.2rem 1rem;background-color: #f9c402;color: #1f326c;border-radius: 35px;font-size: 1rem;font-weight: 500;border: 0;text-decoration: none;display: inline-block;}
a.invst_btn{padding: 4px 15px;}
.invst_btn:hover {
    background-color: #223471 !important;
    color: #fff;
}
.opn_acnt_btn{padding: 0.2rem 1rem;color: #fff !important; background-color: #223471 !important;border-radius: 35px;font-size: 1rem;font-weight: 500;border: 0;text-decoration: none;display: inline-block;}

.opn_acnt_btn:hover {
    
    background-color: #f9c402 !important;
    color: #1f326c;
}
.adv_portfolio {
   
    padding: 2rem 0rem 5rem;
    background-color: #ced9df;
}
.adv_portfolio ul{padding-left: 1.2rem;}
.why_ap{
    padding: 1rem 1rem;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 15px;
    background-color: #fff;
}
.inv_stps  img {
    margin-right: 1rem;
}
.adv_portfolio li{list-style-type: disc;
    margin-bottom: 10px;}
    .why_smc_txt h3 {
        font-size: 1rem;
        font-weight: 500;
        margin-top: 0.5rem;
    }
    .why_smc_txt {
        margin-bottom: 2rem;
    }
    .philospy_in{
    text-align: center;
    padding: 1rem 1rem;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 15px;
    background-color: #fff;
    }
    .philospy_in h3{
    font-size: 1.6rem;
    font-weight: 500;
    }
    .philospy_in p{
        font-weight: 400;
        font-size: 16px;
    }
    .invst_philsopy {
        padding: 80px 0px;
        background: #3f42b5;
        background: url(https://www.sre.co.in/images/Markets_bg.jpg);
        background-size: cover;
    }
    .hw_invst {
        padding: 80px 0px;
    }
    .procees_bx_in{position: relative;text-align: center;}
    .procees_bx_in::after {
        content: "";
        width: 100%;
        border-bottom: 2px dotted #7ec3df;
        position: absolute;
        top: 50%;
    }
    .procees_bx_in.last-child::after{display: none;}
    .hw_invst h3 {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
        margin-top: 1rem;
    }
    .hw_invst h4 {
        font-size: 0.8rem;
    }
    #faq_1 .accordion-header button {
        font-weight: 600;
    }
    .accordion-button:not(.collapsed) {
        color: #212529;
        background-color: #ced9df;
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    }
    .clinet_out {
        border-radius: 1rem;
        border: 1px solid rgb(175 175 175 / 28%);
        transition: 0.2s ease-in-out;
        text-align: center;
        background-color: #fff;
    }
    .clint_inn{
        flex: 1 1 auto;
        padding: 1rem 1rem;
    }
    .clint_inn img {
        border-radius: 100px;
        border: 1px solid #4d4d4d;
        margin-bottom: 0.5rem;
    }
    .clint_inn p{
    font-size: 1rem;
    margin-bottom: 1rem;}
    .clint_inn h3{
    font-size: 1.4rem;
    font-weight: 500;
    }
    .clint_inn h4{
        font-size: 0.8rem;
        color: #fdc245;
    }
    .know_sre{padding: 2rem 0rem;background: url(https://www.sre.co.in/images/stay_connected.jpg);background-size: cover;background-position: bottom;}
.knw_mr{margin: 0rem 0.5rem;}
.knw_mr, .knw_mr a{color: #e7e7e7;font-size: 1.2rem;}
.knw_mr a:hover{color: #ffffff;}
.line_dvdr{display: block;color: #e7e7e7;
    font-size: 1.2rem;}
.knw_mail {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
footer {
    background-color: #203272;
    color: #e8dfdf;
    font-size: 0.7rem;
    padding: 1.2rem 0rem;
}
footer a{color: #fff; text-decoration: none;}
@media screen and (max-width:992px){
    .bnr_txt h1 {
        font-size: 2.5rem;
        
    }
    .bskt_in{margin-bottom: 15px;}
}
@media screen and (max-width:767px) {
.baner img{display:none;}
.bnr_txt h1{
    font-size: 2rem;
}
.bnr_txt h4, .mn_hd {
    font-size: 1.4rem;
}
.basket h4,.philospy_in h3{font-size:1rem}
.procees_bx_in::after{display: none;}
.bskt_in{margin-bottom: 15px;}
.logo{width: 300px;}
}
.dscmlr {
    padding: 30px 0;
    text-align: justify;
    font-size: 14px;
}
.logo_clnt img {
    display: block;
    margin: 0 auto;
}
.opn_acnt a {
    display: inline-block;
    padding: 1px 10px;
    background: #1a2952;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}