/*========
Fonts Here
=========*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');*/


/*font-family: 'Poppins', sans-serif;*/


body {
    position: relative;
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    background: #E7F0F5;
    color: #121212;
    font-weight: 400;
    
    font-family: "Markazi Text", serif !important;
    font-style: normal;
    font-size: 15px;
}

p {
    font-size: 15px;
    line-height: 27px;
}

.color-grey-light {
    color: #949CA9 !important;
}

.mr-3 {
    margin-right: 3px;
}

.btn {
    border-radius: 7px;
}
.title-h6-2 {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
}
.title-h6-3 {
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
}



/*========
Headings Here
=========*/

#desktop-wrap {
    display: block !important
}

#mobile-wrap {
    display: none !important
}

@media (max-width: 992px) {
    #desktop-wrap {
        display: none !important
    }

    #mobile-wrap {
        display: block !important
    }
}




/*========
Headings Here
=========*/

.m-idp-title-extra {
    position: relative;
    padding-bottom: 16px;
    font-size: 44px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -1px;
}

.m-idp-title {
    position: relative;
    padding-bottom: 8px;
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
}

.m-idp-title-paragraph {
    position: relative;
    padding-bottom: 16px;
}

.title-h4 {
    font-size: 21px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 4px;
    margin-top: 12px;
}

.title-h5 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8px;
}

.title-h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8px;
}

.subheading-paragraph {
    font-size: 14px;
    line-height: 28px;
    color: #46556F;
    margin-bottom: 24px;
}

.subheading-paragraphpb-2 {
    position: relative;
    color: #46556F;
}

.label-form-text {
    font-size: 13.6px;
    line-height: 24px;
    font-weight: 400;
    color: #46556F;
    margin-bottom: 16px;
}

.form-label {
    font-size: 13.6px;
    line-height: 24px;
    color: #46556F;
    margin-bottom: 12px;
}

.paragraph-text {
    font-size: 13.6px;
    line-height: 24px;
    color: #46556F;
    margin-bottom: 12px;
}

.ul-listing {
    font-size: 13.6px;
    line-height: 24px;
    color: #46556F;
    margin-bottom: 24px;
    margin-left: -20px;
}

.ul-listing li {
    padding-bottom: 16px;
}




/*========
Box Here
=========*/
.box-white-1 {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 28px 28px 28px 28px;
    box-shadow: rgba(0,0,0,.05) 0 7px 8px 0;
    border: 0px solid #E0E8EC;
    float: left;
    width: 100%;
}

.box-white-2 {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 28px 28px 28px 28px;
    box-shadow: rgba(0,0,0,.05) 0 7px 8px 0;
    border: 0px solid #E0E8EC;
    float: left;
    width: 100%;
}

.box-transparent-1 {
    position: relative;
    background: transparent;
    border-radius: 10px;
    padding: 28px 28px 28px 28px;
    box-shadow: rgba(0,0,0,.05) 0 7px 8px 0;
    border: 0px solid #E0E8EC;
    float: left;
    width: 100%;
}

.no-radius-bottom {
    border-radius: 10px 10px 0px 0px;
}

.no-radius-top {
    border-radius: 0px 0px 10px 10px;
}

.no-radius {
    border-radius: 0px 0px 0px 0px;
}

.boxshadow-none {
    box-shadow: 0 0px 0px 0 rgba(34, 163, 254, .00), 0 0px 0px 0 rgba(15, 33, 79, .00);
}




/*========
Text Color Here
=========*/
.color-primary {
    color: #20419A;
}

.color-secondary {
    color: #29ACE1;
}

.color-grey {
    color: #46556F;
}

.color-red {
    color: #EA0000;
}




/*========
Form Content Here
=========*/
.form-select {
    height: 44px;
    border: 1px solid #DCDEDF;
    font-size: 15px;
    line-height: 1.3;
    color: #46556F;
    /*margin-bottom: 24px;*/
    font-weight: 300;
}

.datepicker {}

.form-control {
    height: 44px;
    border: 1px solid #DCDEDF;
    font-size: 15px;
    line-height: 1.3;
    color: #46556F;
    /*margin-bottom: 24px;*/
    font-weight: 300;
}



/*========
Alert Here
=========*/
.alert {
    padding: 9px 12px;
    font-size: 14px;
}

/*========
Background Here
=========*/
.background-grey {
    padding: 16px 28px !important;
    font-size: 14px;
    background: #F8F9FB;
    background: rgb(253, 253, 253);
    background: rgb(248, 249, 251);
    background: linear-gradient(0deg, rgba(248, 249, 251, 1) 0%, rgba(253, 253, 253, 1) 100%);
}

.background-lightblue {
    background: #EFF8FC;
    margin: 12px -28px 28px -28px;
    padding: 28px 16px 16px 16px;
}



/*========
Border Here
=========*/
.no-border {
    border: 0px solid #ffffff;
}

.no-border-bottom {
    border-radius: 10px 10px 0px 0px;
}

.border-box-top {
    border: 0px solid #ffffff;
    border-top: 1px solid #EFF8FC;
}



/*========
Steps Here
=========*/
.steps {
    position: relative;
    font-size: 12.8px;
    color: #888B8D;
    background: #DCE2E7;
    float: right;
    padding: 0px 8px;
    border-radius: 12px;
    font-weight: 400;
}

.steps i {
    float: left;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 0px;
    line-height: 24px;
}

.steps.active {
    position: relative;
    color: #ffffff;
    background: #5FCF94;
}

.steps-line {
    width: 30px;
    height: 3px;
    background: #DCE2E7;
    float: right;
    margin-top: 12px;
}

.steps-line.active {
    background: #5FCF94;
}


/*========
Overflow Here
=========*/
#desktop-wrap .d-lg-flex {
    overflow: hidden !important;
}