/*Custom*/

body {
    font-family: 'Poppins', sans-serif;
}

h3 {
    font-weight: bold;
}

.fontset {
    font-family: 'Poppins', sans-serif;
}

html {
    scroll-behavior: smooth;
}

section {
    padding: 1em 0;
}

.non-section {
    padding: 0em;
}

hr {
    width: 20%;
}

a {
    color: #cb9447;
}

a:hover {
    color: #fff;
}

p {
    letter-spacing: 1px;
    font-size: 13px;
    margin-bottom: 0px;
}

ul li {
    font-size: 13px;
}

.btn-submit {
    font-weight: 700;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #eb6400 0, #fcae16 50%, #eb6400 100%);
    transition: 0.5s;
    border: none;
    letter-spacing: 2px;
    padding: 3%;
}

.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active {
    background-position: right center;
    cursor: pointer;
}

.btn-error {
    background: #ffaa26;
    border-color: #fe8e02;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 2;
    color: #fff;
    width: 25%;
    margin: 2% 0;
}

.bg-yellow {
    background-color: #f9af29!important;
}

.bg-dark {
    background-color: #333!important;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

.logo-container {
    padding: 1% 5%;
    background: #fbad1c;
}


/*BANNER*/

#banner {
    background-image: url(../img/websitebackground.png);
    background-position: center top;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#banner-yellow {
    background-image: url(../img/bannerbg-yellow.png);
    background-size: 85% 100%;
    width: 100%;
    padding-bottom: 100px;
    background-repeat: no-repeat;
}

.mainbanner {
    background-image: url(../img/ipo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.5%;
}

.mainbanner1 {
    background-image: url(../img/ipo1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.5%;
}

.mainbanner2 {
    background-image: url(../img/ipo2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.5%;
}

.mainbannerend {
    background-image: url(../images/smallcase-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1%;
}

.mainbannerend h1 {
    font-weight: bold;
    font-size: 34px;
    line-height: 47px;
}

.mainbannerend h1 span {
    background: #3e95e2;
    color: #fff;
}

.banner-text {
    padding: 5% 2% 0 20%;
    /*letter-spacing: 0.5px;*/
    /*font-weight: bold;*/
    text-align: center;
}

.banner-text span {
    font-weight: bold;
}

.banner-text-sec {
    display: inline-block;
    vertical-align: top;
    margin-top: 3%;
    padding-left: 10px;
    width: 80%;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    letter-spacing: 3px;
}

.banner-text-sec1 {
    vertical-align: top;
    margin-top: 2%;
    padding-left: 10px;
    width: 85%;
    /*font-weight: bold;*/
    font-size: 20px;
    color: #333;
    letter-spacing: 0.8px;
}

.button {
    background-position: -940px -40px;
    width: 140px;
    height: 40px;
    line-height: 37px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.form {
    width: 100%;
    background-color: #f4f7fa;
    border-radius: 20px;
    padding: 5% 5%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.form:hover {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.form-control {
    font-size: 16px;
    height: auto;
    line-height: 1.5;
    border: 1px solid #efefef;
    padding: 10px;
}

.form-overlay {
    /*background-image: url(../img/pms/formbg.jpg);*/
    background-color: #fff;
    height: 100%;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
}

.form-text {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #333;
    text-align: center;
}

.form-text1 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    background: #0066e9;
    padding: 2%;
    border-radius: 15px 15px 0 0;
}

.readybox {
    padding: 3%;
    border-top: 7px solid #eb6601;
    border-radius: 8px;
    box-shadow: 0 0 8px #dedede;
    background-image: url(../images/readybg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

footer {
    background-color: #333;
    /* margin-bottom: 50px; */
}

.diclaimer-text {
    font-size: 12px;
}

#stickybtn {
    display: none;
    position: fixed;
    bottom: 0;
    width: 25%;
    margin: auto;
    z-index: 199;
    font-size: 18px;
    border: none;
    outline: none;
    /*background-image: linear-gradient(#0046bb, #3680d7);*/
    background: #28a744;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#stickybtn:hover {
    background: #005713;
    cursor: pointer;
}

.hedding-one {
    font-size: 30px;
    /* text-transform: uppercase; */
    /* padding: 0 15%; */
    color: #000;
    text-align: center;
}

.hedding-one::after {
    width: 100px;
    height: 5px;
    background-color: #fbae16;
    margin: 0 auto 30px auto;
    content: " ";
    position: relative;
    display: block;
    top: 5px;
}

.hedding-one span {
    font-weight: bold;
}

.offer-box {
    color: #000;
    border: 1px solid #dde0e4;
    font-size: 16px;
    /* margin-top: 20px; */
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.offer-box:hover {
    transform: scale(1.1);
    transition: ease 0.2s
}

.section-spac {
    padding: 30px 0
}

.smallcases {
    background: #fbad1c url(../images/smallcase.png);
    padding: 1%;
    width: 70%;
    margin: 0 auto;
    display: table;
}

.offer-boxicon {
    background: #ff9800;
    width: 70px;
    height: 70px;
    margin: 0 auto 15px auto;
    border-radius: 50%;
}

.right-choice {
    /* background-color: rgba(228, 153, 3, 0.5); */
    padding: 20px 10px;
    margin-top: 15px;
    border: 2px solid #f9af29;
}


/* .offer-box:hover{
     background-color: #fbae16;
     transition: 1s ease;
     
 } */

.hex-bg {
    background: #f9fafc url(../images/hex.png) no-repeat bottom right;
}

.hex-bg1 {
    background: #fff url(../images/bg111.jpg) no-repeat bottom;
}

.hex-bg h3 {
    margin-bottom: 30px;
}

.card-item {
    background: #fff;
    padding: 10px 10px 0 10px;
    border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
    box-shadow: 2px 2px 5px 2px #dcdcdc;
}

.card-item:hover {
    background: #fbad1c;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.hedding-sec {
    background: #fff100;
    font-size: 30px;
    padding: 5px 15px;
    color: #000;
    font-weight: bold;
}

.gray {
    background-color: #f3f3ff;
}

.round {
    background: #fbad1c;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-right: 20px;
    display: block
}

.CollectionsCard {
    border-radius: 4px;
    border: 1px solid #dde0e4;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.prime-sec {
    /* background-color: #f0f0f0; */
    background: #feae17 url(../images/hex1.png) no-repeat bottom center;
}

.prime-sec span {
    color: #19af55;
    font-weight: bold
}

.mo-trade p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.table-bordered {
    border: none;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #fbae16;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #fbae16;
}

.sec-third p {
    margin: 0px;
    font-size: 28px;
}

.invest-sec-third {
    margin: 0;
}

.invest-sec-third li {
    list-style: none;
    list-style-image: url(../images/arrow.png);
    margin-left: -16px;
    padding-left: 10px;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 10px
}

.mt-7 {
    margin-top: 4rem!important;
}

#button {
    display: inline-block;
    background-color: #FF9800;
    width: 20%;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 0px;
    left: 40%;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    color: #fff;
}

#button:hover {
    cursor: pointer;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 981px) {
    #button {
        left: 35%;
        width: 30%;
    }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
    .mb-banner {
        margin-bottom: 20px !important;
    }
    footer {
        /* padding-bottom: 100px; */
        margin-bottom: 0%;
    }
    #button {
        left: 20%;
        width: 60%;
    }
    .trade-invest ul li:last-child {
        border-bottom: 1px dashed #fbae16;
    }
}

@media only screen and (max-width: 600px) {
    section {
        padding: 2em 0;
    }
    .mainbanner {
        background-image: none;
    }
    .offer-box img {
        width: auto;
    }
    .mainbannerend {
        background-image: none;
    }
    .banner-text {
        padding: 5% 2% 5% 2%;
    }
    .mb-banner {
        margin-bottom: 20px !important;
    }
    .hedding-sec {
        background: #fff100;
        font-size: 22px;
        padding: 5px 15px;
        color: #000;
        font-weight: bold;
    }
    .form {
        width: 100%;
    }
    /*.banner-text span {
        font-weight: 300;
    }*/
    .col {
        display: block;
        width: 100%;
    }
    .nav-item {
        width: 100%;
    }
    .demat-title {
        font-size: 24px;
    }
    h4 {
        font-size: 1.2rem;
    }
    footer {
        /* padding-bottom: 100px; */
        margin-bottom: 0%;
    }
    #button {
        left: 20%;
        width: 60%;
    }
    .trade-invest {
        text-align: center;
    }
    .mt-7 {
        margin-top: 0rem!important;
    }
    .trade-invest ul li:last-child {
        border-bottom: 1px dashed #fbae16;
    }
}

@media only screen and (max-width: 500px) {
    .offer-box img {
        width: auto;
    }
    .mt-7 {
        margin-top: 0rem!important;
    }
    .trade-invest {
        text-align: center;
    }
    .logo-container {
        padding: 5%;
        text-align: center;
    }
    #stickybtn {
        margin-left: 0;
        width: 100%;
    }
    #banner {
        background-image: url(../img/websitebackgroundmobile.png);
        background-position: center top;
        height: auto;
        /*background-color: #fff;*/
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    #banner-yellow {
        background-image: none;
        background-color: #00ab89;
        background-size: 85% 100%;
        width: 100%;
        padding-bottom: 60px;
        background-repeat: no-repeat;
    }
    #button {
        left: 20%;
        width: 60%;
    }
    footer {
        /* padding-bottom: 100px; */
        margin-bottom: 0%;
    }
    .trade-invest ul li:last-child {
        border-bottom: 1px dashed #fbae16;
    }
    .hedding-one {
        font-size: 37px;
        padding: 5% 4%;
        color: #000;
        text-align: center;
    }
    .hedding-sec {
        background: #fff100;
        font-size: 22px;
        padding: 5px 15px;
        color: #000;
        font-weight: bold;
    }
}

.landingpage-commonhead {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.landingpage-commonhead h3 span {
    width: 22px;
    height: 3px;
    border-radius: 2px;
    background-color: #fcae16;
    display: inline-block;
    vertical-align: middle;
}

.fnt-20 {
    font-size: 20px;
}

.mrg-top-min {
    margin-bottom: -10px;
}

.fnt-18 {
    font-size: 18px;
}

.ull {
    margin: 0px;
    padding: 10px;
    font-zie: 16px;
    list-style-type: none;
}

.ull1 {
    margin: 0px;
    padding: 10px;
    font-zie: 16px;
    list-style-type: none;
}

ul.ull li {
    background: url(../images/arrow_orange.png) no-repeat left center;
    padding-left: 30px !important;
    padding: 10px;
}

ul.ull1 li {
    background: url(../images/black-arrow.png) no-repeat left center;
    padding-left: 30px !important;
    padding: 10px;
}

.yello-bg {
    background: #feae17;
    padding: 15px 10px;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 15px;
    border: 1px solid #ffd179;
}

.hi-3 {
    height: 157px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.hi-3:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.bg-w {
    background: #fff;
    color: #000;
}

@media only screen and (max-width: 768px) {
    .hi-3 {
        height: 200px;
    }
    .p-5 {
        padding: 2rem!important;
    }
    .smallcases {
        width: 100%;
    }
    .flt-non {
        float: none;
        margin: 0 auto;
        display: table;
    }
    .hex-bg1 {
        background: none;
    }
}


/** Insurance Landing Page **/

.mrg-btm-20 {
    margin-bottom: 20px;
}

.font-35 {
    font-size: 42px;
    margin-top: 10px;
    display: table;
    padding: 10px;
}

.btn {
    border: none !important;
}

.heading-3 {
    color: #fff;
    text-align: center;
    background: #ff911a;
    padding: 5px 15px;
    display: table;
    margin: auto;
    margin-bottom: 20px;
}

.pad-20 {
    padding: 0px 20px;
}

.bdr-1 {
    border: 1px dashed #ddd;
    padding: 5px;
    height: 300px;
}

.bdr-2 {
    padding: 8px;
    height: 320px;
    background: #fff;
}

.bdr-3 {
    border: 1px dashed #ddd;
    padding: 8px;
}

.blu-bg {
    background: #3e95e2;
    border: none;
    padding: 10px;
    margin-top: 15px;
    color: #fff;
}

.blu-bg:hover {
    background: #2370b5;
}

.ulll li {
    list-style-type: none;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
    padding: 10px;
}

.ulll {
    margin: 0px;
    padding: 0px;
}

p {
    margin-bottom: 5px !important;
}

.flot-lft {
    float: left;
    padding: 5px;
    line-heigh: 40px;
}

.ulll p {
    text-align: left;
}

.yello-bg {
    margin-bottom: 0px;
}

h5 {
    font-size: 16px !important;
}

.txt-lft {
    text-align: left;
}


/* Modal Content/Box */

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 30% !important;
    /* Could be more or less, depending on screen size */
}

@media only screen and (max-width: 768px) {
    .row {
        display: block !important;
    }
    .modal-content {
        width: 80% !important;
    }
}


/**********new css 28-12-2022********/

.displayhide {
    display: none;
}

.mainbannerend {
    background-image: url(../images/insurance-landing-bg.jpg);
    background-size: contain;
    padding: 0px;
}

.our-prd-section,
.why-choose-section {
    background: #fff;
}

a {
    color: #ff911a;
}

.ins-form-row {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 20px;
}

.ins-form-col {
    width: 450px;
    max-width: 100%;
}

.ins-form {
    background: #FFFFFF;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    padding: 32px;
    font-family: 'Poppins', sans-serif;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ins-form .form-group .form-label {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 13px;
}

.radio-checks .form-check-inline .form-check-input {
    display: none;
}

.radio-checks .form-check-inline:last-child {
    margin-right: 0px;
}

.radio-checks .form-check-label {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #606A76;
    position: relative;
}

.radio-checks .form-check-label::before {
    content: "";
    width: 22px;
    height: 22px;
    border: 2px solid #E1E3E5;
    display: inline-flex;
    border-radius: 100%;
    margin-right: 8px;
}

.radio-checks .form-check-label::after {
    content: "\2713";
    font-size: 14px;
    font-weight: 600;
    color: #FF881C;
    position: absolute;
    top: 1px;
    left: 5px;
    opacity: 0;
    visibility: hidden;
}

.radio-checks .form-check-input:checked~.form-check-label {
    color: #FF881C;
}

.radio-checks .form-check-input:checked~.form-check-label::before {
    border-color: #FF881C;
}

.radio-checks .form-check-input:checked~.form-check-label::after {
    opacity: 1;
    visibility: visible;
}


/*********for checkbox css*********/

.radio-checks-box .form-check-label::after {
    font-size: 12px;
    top: 7px;
    left: 15px;
}

.radio-checks-box .form-check-label {
    border: 1px solid #E1E3E5;
    border-radius: 18px;
    padding: 6px 10px;
}

.radio-checks-box .form-check-label::before {
    width: 18px;
    height: 18px;
}

.radio-checks-box .form-check-input:checked~.form-check-label {
    border-color: #FF881C;
}


/********************************/

.thankyou-img {
    width: 450px;
    max-width: 100%;
    padding: 30px;
}

.thankyou-img img {
    max-width: 100%;
}

.thanku-text {
    width: 100%;
    padding: 50px 0px
}

.thanku-text h1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #222020;
}

.thanku-text h1 span {
    font-weight: 600;
}

.thanku-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #606A76;
    margin-bottom: 20px !important;
}

.thanku-text .btn-submit {
    padding: 16px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF !important;
}

.stepsbox {
    margin-bottom: 30px;
}

.stepsbox ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: flex-start;
    padding-top: 30px;
    position: relative;
    counter-reset: listCount;
}

.stepsbox ul li {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #606A76;
    padding-right: 15px;
}

.stepsbox ul li:last-child {
    padding-right: 0px;
}

.stepsbox ul li:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #E1E3E5;
    position: absolute;
    top: -17px;
    left: 0px;
    z-index: 0;
}

.stepsbox ul li::after {
    counter-increment: listCount;
    content: counter(listCount);
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #FFFFFF;
    border: 1px solid #FF881C;
    text-align: center;
    font-size: 16px;
    color: #FF881C;
    position: absolute;
    top: -29px;
    left: 0px;
    border-radius: 100%;
}

.stepsbox ul li:last-child:before {
    display: none;
}

.ins-helpbox {
    background: #FFF9F4;
    margin-top: 30px;
    padding: 16px 18px;
    border-radius: 3px;
}

.ins-asstxt {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #606A76;
}

.ins-asstxt span {
    font-size: 24px;
    color: #FF881C;
    margin-right: 10px;
}

.mail-help {
    display: flex;
}

.mail-help a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #222020;
    margin-right: 8px;
}

.mail-help a:hover {
    color: #222020;
}

.mail-help span {
    width: 1px;
    height: 30px;
    background: #E1E3E5;
    margin-top: -4px;
    margin-right: 8px;
}

.copyright-thanku {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-li a {
    margin-right: 10px;
}

.social-li a:last-child {
    margin-right: 0px;
}

.thankyou-box {
    padding: 0px;
}


/**************media screen css**************/

@media screen and (max-width: 1200px) {
    .bdr-1,
    .bdr-2,
    .bdr-3 {
        height: auto;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 90%;
    }
    .ins-form-row {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
    }
    .our-insu-section {
        padding: 0px !important;
    }
    .mainbannerend {
        background: transparent;
    }
    .thankyou-img {
        display: none;
    }
    .thankyou-box {
        padding: 0px;
    }
    .ins-form {
        padding: 20px;
    }
    .thanku-text h1 {
        font-weight: 400;
        font-size: 22px;
        line-height: 30px;
        color: #222020;
    }
    .thanku-text .btn-submit {
        padding: 15px 20px;
        font-size: 14px;
        line-height: 16px;
    }
    .mail-help {
        display: flex;
        flex-direction: column;
    }
    .mail-help span {
        display: none;
    }
    .copyright-thanku {
        padding: 0px;
        flex-direction: column;
        justify-content: center;
    }
    .copyright-thanku p {
        text-align: center;
        margin-bottom: 6px !important;
    }
    .copyright-thanku p:last-child {
        margin-bottom: 0px !important;
    }
    .stepsbox ul {
        flex-direction: column;
    }
    .stepsbox ul li {
        padding-left: 40px;
        padding-bottom: 30px;
    }
    .stepsbox ul li:last-child {
        margin-bottom: 0px;
    }
    .stepsbox ul li:before {
        width: 1px;
        height: 100%;
        top: 0px;
        left: 12px;
    }
    .stepsbox ul li::after {
        top: -2px;
    }
    .mail-help a {
        font-size: 14px;
        line-height: 20px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .mail-help a::before {
        content: "";
        width: 12px;
        height: 12px;
        display: inline-flex;
        background: #D9D9D9;
        margin-right: 10px;
        border-radius: 100%;
    }
}

@media screen and (max-width: 375px) {
    .radio-checks .form-check-label {
        font-size: 13px;
    }
    .mail-help a {
        font-size: 12px;
    }
}