.template-section{
    padding-top: 480px;
    background-color: #f7f3fe;
}


.template-section-title{
    font-weight:900 ;
    text-align: center;
    font-size: 55px;
}

.template-section-para{
    text-align: center;
    font-size: 20px;
}

.templates{
    padding-top: 80px;
}


.template-name{
    padding-top: 50px;
    text-align: center;
}

.right-up-arrow{
    
    transition:.3s ease
}

.right-up-arrow:hover{
    transform: translateX(10px);
    transition:.3s ease
}




.template-btn{
    margin-top: 40px;
    background-color: #545aa7;
    color: #fff;
    padding: 15px 20px;
    border: none;
    transition: .3s ease;
}



.template-btn:hover{
    background-color: #666aa1;
    transition: .3s ease;
}


.webconstructor-details-section{
    margin-top: 80px;
    padding-top: 80px;
    background-color: #fff;
}

.webconstructor-details-title{
    font-weight: 900;
    font-size: 45px;
}

.webconstructor-details-para{
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 18px;
}

.webconstructor-details-subtitle{
    font-weight: 900;
}

.features-row{
    padding-top: 100px;
}

.icon-col{
    margin-top: 70px !important;
}

.webcon-btn-part{
    padding-bottom: 30px;
}


@media (max-width:767px)
{
    .webcon-btn-part{
        padding-bottom: 0px !important;
    }

    .template-section-title{
        padding-top: 0px !important;
    }
}

@media (max-width:1000px)
{
    .webconstructor-details-section{
        text-align: center;
    }

    .features-details{
        border-bottom: .4px solid #ccc;
    }

    .template-section{
        padding: 0;
        padding-top: 140px;
    }
    .webcon-btn-part{
        padding-bottom: 150px;
    }

    .template-section-title{
        padding-top: 120px;
    }
    .application-home-bg-title{
        margin-top: -50px;
        font-size: 40px;
    }

    .template-section-title{
        font-size: 40px;
    }

    .webconstructor-details-title{
        font-size: 40px;
    }
}