html {
    scroll-behavior: smooth;
}

.mrow {
    margin-top: 28px;
    margin-bottom: 28px;

}

.lp1 {
    background-image: url(../images/home/line-process.png);
    /* The image used */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
}

.lp2 {
    background-image: url(../images/home/line-process-1.png);
    /* The image used */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
}

#process-div {
    padding: 70px 0 50px 0;
    position: relative;
}

#process-div {
    overflow: hidden;
}

#process-div:before {
    background: url(../images/home/path.png);
    background-repeat: no-repeat;
    /* background-size: 38%; */
    position: absolute;
    content: '';
    top: 41%;
    left: 77%;
    width: 40%;
    z-index: 0;
    height: 40%;
}

.process-heading {
    color: #000;
    text-align: center;
    font-size: 32px;
}

.pink-letter {
    color: #ec0435;
    font-weight: 700;
}

.process-line {
    margin-top: 100px;
    text-align: center;
}

.inner-process {
    margin-top: 20px;
}

.num-1 {
    position: absolute;
    left: 20px;
}

.number-pro {
    position: absolute;
    background-color: #3c393a;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding-top: 9px;
    border-radius: 100%;
    left: 52px;
    top: -2px;
    display: block;
}

.process-1 {
    margin-top: 0;
}

.icon-process {
    text-align: center;
    margin: 0 auto 25px auto;
    width: 136px;
    height: 136px;
    margin: auto;
    background-color: #e8f0f9;
    border-radius: 136px;
}

.icon-process img {
    width: 44%;
    margin-top: 24%;
}

.contents-process {
    text-align: center;
    margin-top: 12px;
}

.num-2 {
    top: 30px;
    position: absolute;
}

.process-2 {
    margin-top: 30px;
}

.process-para {
    color: #000;
    font-size: 15px;
    line-height: 25px;
}

.second-process {
    margin-top: 0;
}

.num-4 {
    position: absolute;
    left: 20px;
}

@media screen and (max-width: 767px) {
    .second-process {
        display: flex;
        flex-direction: column-reverse;
    }

    #process-div:before {
        background: none;
    }

    .lp1 {
        background-image: none;
    }

    .lp2 {
        background-image: none;
    }
    .hslider-img {
        width: 100%;
    }
}

.zp-h1 {
    font-size: 36px !important;
    line-height: 50px !important;
}

.hs-h3
{
    font-size: 18px!important;
}

.intro-h2
{
    font-size: 34px;
}
.wa-row
{
    justify-content: center;
}

.fa-btn {
    font-size: 28px;
    margin-left: 4px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.web-footer
{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px
}

.footer-contact a
{
    color:#ff8c52
}

.footer-contact a:hover
{
    color:#ffba97
}

.vdvdr
{
    color: #5f5f64;
}

.google-map iframe
{
    width:100%;
}

.read-more-btn
{
    background: #ff7f40;
    padding: 4px 15px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
}
.box-b-btn
{
    display: flex;
    margin-top: -25px;
    position: relative;
    justify-content: center;
}
.sec-title .title {
    position: relative;
    color: #fe4c1c;
    font-size: 18px;
    font-weight: 600;
    padding-right: 60px;
    display: inline-block;
    font-family: Montserrat, sans-serif;
}
.sec-title .title:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 25px;
    height: 4px;
    width: 50px;
    background-color: #fe214f;
}
.sec-head {
    font-size: 26px;
    font-weight: 700;
    line-height: 43px;
}

.inner-column1 {
    position: relative;
    padding: 19px 0 19px 31px;
    border-left: 1px solid #bbb;
}

.text-justify {
    text-align: justify;
}

.fs16
{
    font-size: 16px!important;
}

.wa-top
{
    font-size: 42px;
    color: #0CC243;
}

.footer-deg2 {
  
    text-align: center;
}

.footer-address, .footer-contact
{
    line-height: 28px;
}
.wa-mobile
{
    border: 0px solid #028a2b;
    background: #0CC243;
    font-size: 30px;
    color: #fff;
    border-radius: 14px;
    display: inline-block;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.mb-bg
{
    background: #FEF5F1;
}

.hslider-img
{
    max-height: 620px;
}

.home-app {
    min-height: 800px!important;
}

.sec-pad {
    padding-top: 75px!important;
    padding-bottom: 75px!important;
}

.app_buttons
{
    margin-top:36px;
}

.app_buttons img
{
    margin-top:14px;
}

.dskt-logo .nav-brand img {
    max-height: 60px!important;
}

.footer-logo img
{
	max-height: 70px;
}

ol, ul
{
  margin-left: 20px;
    
}
ol li
{
  line-height: 24px;
}

.page-inner
{
	margin-top: 20px;
	margin-bottom: 20px;
}
.page-inner p
{
margin-top:8px;	
}